1. 75a2614 sysd_monitor: Handle default for errors to monitor by Andrew Geissler · 5 years ago
  2. 693eaed sysd_monitor: Parse json file(s) by Andrew Geissler · 5 years ago
  3. d19c090 sysd_monitor: Create default monitoring json by Andrew Geissler · 5 years ago
  4. ee3a2c8 sysd_monitor: Parse command line parameters by Andrew Geissler · 5 years ago
  5. 891213b sysd_monitor: Initial application framework by Andrew Geissler · 5 years ago
  6. 27115ae Blackout error logging by Aatir Manzur · 5 years ago
  7. d6fe315 Add README to phosphor-state-manager by Andrew Geissler · 6 years ago
  8. 8168b9d Update IRC handle in MAINTAINERS by Andrew Geissler · 6 years ago
  9. 5b95027 Replace call_noreply() with call() by Andrew Geissler · 6 years ago
  10. 3a30b05 Properly catch and report dbus timeout exception by Andrew Geissler · 6 years ago
  11. eef31f8 bmc-state-manager: Fix error in GetUnit by Anthony Wilson · 6 years ago
  12. 624161c Handle mapper introspect race condition by Andrew Geissler · 6 years ago
  13. 1909626 build: install into bin instead of sbin by Patrick Venture · 6 years ago
  14. 86cffd9 obmcutil: add more info to state subcommand by Alexander Filippov · 6 years ago
  15. 64d6097 build: pkg anti-pattern: use defaults by Patrick Venture · 6 years ago
  16. 189cf24 obmcutil: Add chassiskill option by Anthony Wilson · 6 years ago
  17. dc30523 obmcutil: Add to 'make install' list by Anthony Wilson · 6 years ago
  18. 32c532e Update error handling on sdbusplus calls by Anthony Wilson · 6 years ago thud
  19. 7a0689a std::variant: Fix use of incompatible api by William A. Kennington III · 6 years ago
  20. 436f3b8 Include missing <cassert> by William A. Kennington III · 6 years ago
  21. acf54d0 obmcutil: Add wait/timeout option by Anthony Wilson · 6 years ago
  22. ea87db4 obmcutil: Update argument handling by Anthony Wilson · 6 years ago
  23. 3ae0a35 obmcutil: Added {power,chassis}{on,off} options by Anthony Wilson · 6 years ago
  24. 0f35983 obmcutil: Add 'power' option by Anthony Wilson · 6 years ago
  25. 50c5f88 obmcutil: Add bootprogress option by Anthony Wilson · 6 years ago
  26. f3f16fa obmcutil: Add help option by Anthony Wilson · 6 years ago
  27. 79f697e obmcutil: Rewrite in sh and move to phosphor-state-manager by Anthony Wilson · 6 years ago
  28. d998f82 timer: Replace with sdeventplus/timer by William A. Kennington III · 6 years ago
  29. f287059 discover_system_state: const reference for params by Patrick Venture · 6 years ago
  30. 6425ab7 phosphor-state-manager: use c++17 by Vernon Mauery · 6 years ago
  31. 14e14cd Traverse full GetSubTree output by Matt Spinler · 6 years ago
  32. a965cf0 Clang 6 updates by Andrew Geissler · 6 years ago
  33. 9eab986 Add LastStateChangeTime to chassis manager by Matt Spinler · 7 years ago
  34. 8195784 Minor power on hours serialization changes by Matt Spinler · 7 years ago
  35. e6710b7 BMC state manager support for LastRebootTime by Matt Spinler · 7 years ago
  36. 9a2f37c chassis-state-manager: Check for dbus call errors by William A. Kennington III · 7 years ago
  37. 09568ff chassis-state-manager: Clean up sdbusplus exception handling by William A. Kennington III · 7 years ago
  38. d69c677 Add MAINTAINERS file by Andrew Jeffery · 7 years ago
  39. cb781fe Add Chassis POH Counter by Nagaraju Goruganti · 7 years ago
  40. 41a774e Add Timer class by Nagaraju Goruganti · 7 years ago
  41. 969b261 Use new host-startmin target for host state by Andrew Geissler · 7 years ago
  42. 90e5ae7 clang-format: Set IndentWrappedFunctionNames to true by Adriana Kobylak · 7 years ago
  43. 58a1801 Apply clang code format to this state repo by Andrew Geissler · 7 years ago
  44. 3129208 Spelling fixes by Gunnar Mills · 7 years ago
  45. 0a83873 Enable Cereal class versioning by Vishwanatha Subbanna · 7 years ago
  46. 4e6534f Add persistancy for boot progress and os status by Dhruvaraj Subhashchandran · 7 years ago
  47. d50f657 discover_system_state: Accept a node parameter by Michael Tritz · 7 years ago
  48. e39f379 Fix for deserialize cereal exception by Jayanth Othayoth · 7 years ago
  49. 033fc3b Move all restore state policy into discover_state by Andrew Geissler · 7 years ago
  50. a3b8d7e Reset BootProgress and OS Status after power off by Dhruvaraj Subhashchandran · 7 years ago
  51. 7b90a62 Decrement reboot counter on all boot attempts by Andrew Geissler · 7 years ago
  52. a27a6e8 Use new host reboot target to reboot host by Andrew Geissler · 7 years ago
  53. 2710e73 Implementation of OS status, boot count and boot progress by Dhruvaraj Subhashchandran · 8 years ago
  54. 55f132b host: power_restore: switch to new settings API by Deepak Kodihalli · 7 years ago
  55. 3dd08a5 host: auto_reboot: switch to new settings API by Deepak Kodihalli · 7 years ago
  56. a646edd Add API to retrieve settings by Deepak Kodihalli · 7 years ago
  57. 3f47524 Persist user requested host state by Dhruvaraj Subhashchandran · 8 years ago
  58. 8cf2f9a Use the new hard power off target for chassis off requests by Andrew Geissler · 7 years ago
  59. 181f836 Make the BMC reboot irreversible by Andrew Geissler · 8 years ago
  60. 4f309e8 Enable soft power off by Andrew Geissler · 8 years ago
  61. 48696ce Increase boot count for SBE side switch by Andrew Geissler · 8 years ago
  62. 134eb58 Revert "Use shutdown target to stop the host" by Andrew Geissler · 8 years ago
  63. c99ad19 Use shutdown target to stop the host by Andrew Geissler · 8 years ago
  64. 222014e Remove use of system manager by Josh D. King · 8 years ago
  65. 29d025d Check Quiesce State before issuing auto reboot by Josh D. King · 8 years ago
  66. d32f818 bmc: use latest sdbusplus match APIs by Patrick Williams · 8 years ago
  67. 8f8ba39 chassis: use latest sdbusplus match APIs by Patrick Williams · 8 years ago
  68. 39b537b add libtool to .gitignore by Patrick Williams · 8 years ago
  69. d22706f host: use latest sdbusplus match APIs by Patrick Williams · 8 years ago
  70. 0135bd5 Fix null char snprintf bug in host on file by Andrew Geissler · 8 years ago
  71. d5ac635 Add journal entry for BOOTCOUNT by Saqib Khan · 8 years ago
  72. 133eb29 Update gitignore for new state application by Andrew Geissler · 8 years ago
  73. 07d0ed5 Create file if host is running by Andrew Geissler · 8 years ago
  74. eeaccf8 Send heartbeat command to host by Andrew Geissler · 8 years ago
  75. 0971dea Adding host control signal monitoring support by Andrew Geissler · 8 years ago
  76. b09463d Create initial skeleton of host check code by Andrew Geissler · 8 years ago
  77. cc3fb5d Look for new quiesce target by Josh D. King · 8 years ago
  78. 55b983e {chassis,host}_state_manager: Fix 'Recieved' typo by Andrew Jeffery · 8 years ago
  79. 697474c Remove Chassis power on messages when powering off by Josh D. King · 8 years ago
  80. 929ef70 Remove Hosts power on messages when powering off by Josh D. King · 8 years ago
  81. ca35792 Refactor action target names Host-start-stop by Josh D. King · 8 years ago
  82. 6838ea9 Refactor action target names Power-on-off by Josh D. King · 8 years ago
  83. 3ed1008 discover_system_state refactor in C++ by Michael Tritz · 8 years ago
  84. f318d87 Move object_mapper per dbus path conventions. by Leonel Gonzalez · 8 years ago
  85. cbe08d1 Use the Host BOOTCOUNT to keep track of reboots by Saqib Khan · 8 years ago
  86. 2b5d887 Resolve obmc-standby.target into a path by Josh D. King · 8 years ago
  87. adaa721 Add quiesce to the HOST state by Saqib Khan · 8 years ago
  88. 3362ea5 Change obj path from BMC to lower case bmc by Josh D. King · 8 years ago
  89. a8006a2 Import phosphor-logging header files from new directory by Saqib Khan · 8 years ago
  90. 206a833 State manager auto-reboot logic for quiesce state by Michael Tritz · 8 years ago
  91. d3e5847 Add discovery of initial state by Josh D. King · 8 years ago
  92. 20a4887 Add libsdbusplus dependency by Adriana Kobylak · 8 years ago
  93. 9792414 Send initial transition value to base class by Andrew Geissler · 8 years ago
  94. 4da7e00 Use systemd targets to track host states by Andrew Geissler · 8 years ago
  95. 0029a5d Use systemd target states to track chassis on/off states by Andrew Geissler · 8 years ago
  96. ce80f24 Call new chassis power targets during on/off requests by Andrew Geissler · 8 years ago
  97. 515f74b build: use phosphor-dbus-interfaces directly by Patrick Williams · 8 years ago
  98. d613b81 Process system state changes by Josh D. King · 8 years ago
  99. 5162a7b Add BMC state transition of reboot by Josh D. King · 8 years ago
  100. 6db3822 Subscribe to systemd on startup by Josh D. King · 8 years ago