1. e45d8c7 treewide: comply with the OpenBMC style guidelines by Brad Bishop · 2 years, 8 months ago[Renamed (99%) from src/EntityManager.cpp]
  2. 402fa1c EntityManager: Remove dead ManagedObjectType definition by Andrew Jeffery · 2 years, 9 months ago
  3. eab4929 EntityManager: Rename BasicVariantType to DBusValueVariant by Andrew Jeffery · 2 years, 9 months ago
  4. f331179 EntityManager: Rename findJsonFiles() to loadConfigurations() by Andrew Jeffery · 2 years, 10 months ago
  5. e35d0ac EntityManager: Extract publishNewConfiguration() by Andrew Jeffery · 2 years, 10 months ago
  6. 7c4cbbe EntityManager: Extract deriveNewConfiguration() by Andrew Jeffery · 2 years, 10 months ago
  7. 0d0c146 EntityManager: Extract pruneConfiguration() by Andrew Jeffery · 2 years, 10 months ago
  8. 5ec49ad EntityManager: Clean up interface removal condition by Andrew Jeffery · 2 years, 10 months ago
  9. 6cbbc09 EntityManager: Exploit destructuring for configuration removed loop by Andrew Jeffery · 2 years, 10 months ago
  10. 2f750d2 EntityManager: Introduce getDeviceInterfaces() by Andrew Jeffery · 2 years, 10 months ago
  11. d235cb6 EntityManager: Flip condition to start removed timer by Andrew Jeffery · 2 years, 10 months ago
  12. 4db38bc EntityManager: Refactor pruneDevice() early-exits by Andrew Jeffery · 2 years, 10 months ago
  13. 89ec352 EntityManager: Introduce pruneDevice() by Andrew Jeffery · 2 years, 10 months ago
  14. a82c55d EntityManager: Exploit destructuring for device removed loop by Andrew Jeffery · 2 years, 10 months ago
  15. d38fc67 EntityManager: Continue the loop if the entity is present by Andrew Jeffery · 2 years, 10 months ago
  16. 8924f2f EntityManager: Determine device config presence with .contains() by Andrew Jeffery · 2 years, 10 months ago
  17. 27a1cfb EntityManager: Rename isDetectedPowerOn for clarity by Andrew Jeffery · 2 years, 10 months ago
  18. b620944 EntityManager: Refactor deviceRequiresPowerOn() with early-exits by Andrew Jeffery · 2 years, 10 months ago
  19. 5519293 EntityManager: Extract deviceRequiresPowerOn() by Andrew Jeffery · 2 years, 10 months ago
  20. a96950d EntityManager: Destructure board properties in postToDbus() by Andrew Jeffery · 2 years, 10 months ago
  21. 13132df EntityManager: Destructure board attributes in postToDbus() by Andrew Jeffery · 2 years, 10 months ago
  22. 5a6379c EntityManager: Destructure exposed items in postToDbus() by Andrew Jeffery · 2 years, 10 months ago
  23. ace306d EntityManager: Destructure items when iterating newConfiguration by Andrew Jeffery · 2 years, 10 months ago
  24. 65ea450 EntityManager: Destructure dict items in populateInterfaceFromJson() by Andrew Jeffery · 2 years, 10 months ago
  25. 029ee28 EntityManager: Rename key to path in populateInterfaceFromJson() by Andrew Jeffery · 2 years, 10 months ago
  26. e24c063 Remove unused debug variable in entity-manager by Ed Tanous · 2 years, 11 months ago
  27. a9c5892 entity-manager: Search sysconfdir for configurations by Andrew Jeffery · 3 years, 7 months ago
  28. 666583b EntityManager: Clean up use of probeTypes by Andrew Jeffery · 3 years, 1 month ago
  29. f07c5ed EntityManager: Split out PerformProbe by Andrew Jeffery · 3 years, 1 month ago
  30. 47af65a EntityManager: Split out PerformScan by Andrew Jeffery · 3 years, 1 month ago
  31. 07d467b Make build on clang by Ed Tanous · 3 years, 11 months ago
  32. 395c6d4 Require all probe interface properties to match by Jonathan Doman · 3 years, 8 months ago
  33. 6d64982 Fix dangling reference to scan count by Jonathan Doman · 3 years, 8 months ago
  34. cda1473 Make a copy of the probe string to fix warning by Ed Tanous · 3 years, 8 months ago
  35. 9fd87e5 entity-manager: allow non-numeric substitution for name by Igor Kononenko · 4 years, 3 months ago
  36. 4bab932 Fix early exit for non D-Bus probes by Matt Spinler · 3 years, 9 months ago
  37. e789bf1 Do tmpl substitutions using all properties on path by Matt Spinler · 3 years, 11 months ago
  38. 4f32889 Fix lambda capture in findDbusObjects by Matt Spinler · 3 years, 11 months ago
  39. 10a8c5f entity-manager: scan after ObjectManager signals by Brad Bishop · 4 years, 1 month ago
  40. c76af0f entity-manager: scan after NameOwnerChanged by Brad Bishop · 4 years, 1 month ago
  41. 32d1f0a Add retries to mapper calls by James Feist · 4 years, 4 months ago
  42. 3cb8a60 entity-manager: probe: factor out probe logic by Brad Bishop · 4 years, 5 months ago
  43. 1fb9f3f docs: Add minimal doxygen setup by Brad Bishop · 4 years, 5 months ago
  44. 4212485 probe: don't match unsupported json types by Brad Bishop · 4 years, 5 months ago
  45. c789fca Add new type of settable interface - Polling by Adrian Ambrożewicz · 4 years, 8 months ago
  46. 8c505da Update to latest clang format by James Feist · 4 years, 8 months ago
  47. 2539ccd Add lock around callback by James Feist · 4 years, 8 months ago
  48. 4dc617b Register match always by James Feist · 4 years, 8 months ago
  49. b1728ca Add retries into d-bus probes by James Feist · 4 years, 8 months ago
  50. 29d8325 remove dead code by Brad Bishop · 4 years, 10 months ago
  51. fb23655 entity-manager: remove inventory manager interface by Brad Bishop · 5 years ago
  52. 35f5e0e EM: On duplicates use device index by James Feist · 4 years, 10 months ago
  53. 94219d1 Fix increment bug by James Feist · 4 years, 10 months ago
  54. 02d2b93 Fix Delete D-Bus Method by James Feist · 5 years ago
  55. 668bbb1 Add DisableNode keyword by James Feist · 5 years ago
  56. 7d80775 PerformProbe: remove forward declaration by James Feist · 5 years ago
  57. 733f765 Move objects out of global scope by James Feist · 5 years ago
  58. 787c3c3 Fix Entity-Manager Crash issue by James Feist · 5 years ago
  59. 4b7a745 prefer prefix operators for non-primitive types by Patrick Venture · 5 years ago
  60. a49dc33 use quotes for project headers by Patrick Venture · 5 years ago
  61. 5c3fde1 entitymanager: drop duplicate header inclusion by Patrick Venture · 5 years ago
  62. 899e17f Support Removing Items from Entity Manager by James Feist · 5 years ago
  63. d58879a Add structure to map interfaces to board by James Feist · 5 years ago
  64. 08a5b17 Template replace non-probing configurations by James Feist · 5 years ago
  65. 3b80d7c Support for Storage schema for drives on redfish by Nikhil Potade · 5 years ago
  66. 481c5d5 Add Unit Test for TemplateCharReplace by James Feist · 5 years ago
  67. b8293c0 bugfix: entitymanager: no longer skip w/o Exposes by Patrick Venture · 5 years ago
  68. 4d98882 entitymanager: flip logic to reduce indentation by Patrick Venture · 5 years ago
  69. e31e00a Don't return early for TRUE_T and FALSE_T by James Feist · 5 years ago
  70. 9813279 Turn on a bunch of warnings by James Feist · 6 years ago
  71. 340c801 Remove dead code by James Feist · 6 years ago
  72. 27e7583 Fix PartNumber and Serial Number from being ints by James Feist · 6 years ago
  73. fb00f39 Fix erroneous Redfish logs by James Feist · 6 years ago
  74. 54a0dca Fix multiple AND expression by James Feist · 6 years ago
  75. 665267c Fix template replace for Array by James Feist · 6 years ago
  76. 71f295f Populate FRU Fields in the Chassis by James Feist · 6 years ago
  77. f5125b0 Add basic math support to template char replace by James Feist · 6 years ago
  78. 1a99658 Enhance device added / removed log message by James Feist · 6 years ago
  79. 16a02f2 AddObject bugfix by James Feist · 6 years ago
  80. 637b3ef Remove references to experimental filesystem by James Feist · 6 years ago
  81. 1df06a4 Log device added and device removed into journal by James Feist · 6 years ago
  82. f1b1414 Use hash of found device for json key by James Feist · 6 years ago
  83. a218ddb Remove unnecessary chatter from the log by James Feist · 6 years ago
  84. 0eb4035 Clean up by James Feist · 6 years ago
  85. ebcc26b Add array patching support by James Feist · 6 years ago
  86. 2015f75 Fix DBus illegal character regex to exclude '.' characters by Johnathan Mantey · 6 years ago
  87. 4133426 Add FanProfile into settable types by James Feist · 6 years ago
  88. 338b8a7 Add std::vector<double> to json variant type by James Feist · 6 years ago
  89. 12bc793 Fix an issue with $index by Ed Tanous · 6 years ago
  90. a465ccc Move variant usage to std by James Feist · 6 years ago
  91. 63845bf Fix issue with new mapper code by James Feist · 6 years ago
  92. 8da9919 Remove schema check for now by James Feist · 6 years ago
  93. 072e25d Fix entity-manager issues against GCC8 by Ed Tanous · 6 years ago
  94. c609082 Allow hex string lists by James Feist · 6 years ago
  95. 3cab787 Make stepwise configuration writeable by James Feist · 6 years ago
  96. ce4367c Move service files into repo and clean up OVERLAYS by James Feist · 6 years ago
  97. 5131ac2 Fix for upstream mapper by James Feist · 6 years ago
  98. 28dc2da Don't allow hex strings on d-bus by James Feist · 6 years ago
  99. 1ff1927 Replace apply_visitor() calls with visit() by Jae Hyun Yoo · 6 years ago
  100. ee0de61 Stop using mapbox directly by James Feist · 6 years ago