1. c6558f6 PerformScan: All interfaces on a path is an object by Andrew Jeffery · 2 years, 9 months ago
  2. 1983d2f EntityManager: Make MapperGetSubTreeResponse type comprehensible by Andrew Jeffery · 2 years, 9 months ago
  3. 402fa1c EntityManager: Remove dead ManagedObjectType definition by Andrew Jeffery · 2 years, 9 months ago
  4. eab4929 EntityManager: Rename BasicVariantType to DBusValueVariant by Andrew Jeffery · 2 years, 9 months ago
  5. ac20bd9 EntityManager: Rename DBusProbeObjectT to MapperGetSubTreeResponse by Andrew Jeffery · 2 years, 9 months ago
  6. f331179 EntityManager: Rename findJsonFiles() to loadConfigurations() by Andrew Jeffery · 2 years, 10 months ago
  7. e35d0ac EntityManager: Extract publishNewConfiguration() by Andrew Jeffery · 2 years, 10 months ago
  8. 7c4cbbe EntityManager: Extract deriveNewConfiguration() by Andrew Jeffery · 2 years, 10 months ago
  9. 0d0c146 EntityManager: Extract pruneConfiguration() by Andrew Jeffery · 2 years, 10 months ago
  10. 5ec49ad EntityManager: Clean up interface removal condition by Andrew Jeffery · 2 years, 10 months ago
  11. 6cbbc09 EntityManager: Exploit destructuring for configuration removed loop by Andrew Jeffery · 2 years, 10 months ago
  12. 2f750d2 EntityManager: Introduce getDeviceInterfaces() by Andrew Jeffery · 2 years, 10 months ago
  13. d235cb6 EntityManager: Flip condition to start removed timer by Andrew Jeffery · 2 years, 10 months ago
  14. 4db38bc EntityManager: Refactor pruneDevice() early-exits by Andrew Jeffery · 2 years, 10 months ago
  15. 89ec352 EntityManager: Introduce pruneDevice() by Andrew Jeffery · 2 years, 10 months ago
  16. a82c55d EntityManager: Exploit destructuring for device removed loop by Andrew Jeffery · 2 years, 10 months ago
  17. d38fc67 EntityManager: Continue the loop if the entity is present by Andrew Jeffery · 2 years, 10 months ago
  18. 8924f2f EntityManager: Determine device config presence with .contains() by Andrew Jeffery · 2 years, 10 months ago
  19. 27a1cfb EntityManager: Rename isDetectedPowerOn for clarity by Andrew Jeffery · 2 years, 10 months ago
  20. b620944 EntityManager: Refactor deviceRequiresPowerOn() with early-exits by Andrew Jeffery · 2 years, 10 months ago
  21. 5519293 EntityManager: Extract deviceRequiresPowerOn() by Andrew Jeffery · 2 years, 10 months ago
  22. a96950d EntityManager: Destructure board properties in postToDbus() by Andrew Jeffery · 2 years, 10 months ago
  23. 13132df EntityManager: Destructure board attributes in postToDbus() by Andrew Jeffery · 2 years, 10 months ago
  24. 5a6379c EntityManager: Destructure exposed items in postToDbus() by Andrew Jeffery · 2 years, 10 months ago
  25. ace306d EntityManager: Destructure items when iterating newConfiguration by Andrew Jeffery · 2 years, 10 months ago
  26. 65ea450 EntityManager: Destructure dict items in populateInterfaceFromJson() by Andrew Jeffery · 2 years, 10 months ago
  27. 029ee28 EntityManager: Rename key to path in populateInterfaceFromJson() by Andrew Jeffery · 2 years, 10 months ago
  28. f518471 PerformScan: Destructure config items in run() by Andrew Jeffery · 2 years, 10 months ago
  29. f8ae2ba FruUtils: Fix code formatting by Andrew Jeffery · 2 years, 10 months ago
  30. 0710828 fru-device: fix return value of i2cSmbusWriteThenRead() by Zev Weiss · 2 years, 11 months ago
  31. 7135f3d Move getFRUInfo function to FruUtils.cpp file. by Kumar Thangavel · 3 years ago
  32. c74e751 Move global variable busMap to FruUtil.hpp by Kumar Thangavel · 3 years ago
  33. 2418a61 Fix dangling references to powerIsOn by Jonathan Doman · 2 years, 11 months ago
  34. 0961b11 Rename function `formatFRU` to `formatIPMIFRU` by Michael Shen · 2 years, 11 months ago
  35. e24c063 Remove unused debug variable in entity-manager by Ed Tanous · 2 years, 11 months ago
  36. 7f43ea8 Move global variables io service and bus to local variables. by Kumar Thangavel · 3 years, 1 month ago
  37. 1e8e71f Move global variable powerIsOn to local variable. by Kumar Thangavel · 3 years, 1 month ago
  38. a6d4733 Cleanup of code to pass CI, clang-tidy-13 by Bruce Mitchell · 3 years, 1 month ago
  39. a9c5892 entity-manager: Search sysconfdir for configurations by Andrew Jeffery · 3 years, 7 months ago
  40. 666583b EntityManager: Clean up use of probeTypes by Andrew Jeffery · 3 years, 1 month ago
  41. f07c5ed EntityManager: Split out PerformProbe by Andrew Jeffery · 3 years, 1 month ago
  42. 47af65a EntityManager: Split out PerformScan by Andrew Jeffery · 3 years, 1 month ago
  43. 41a9051 Move global variable to local variable. by Kumar Thangavel · 3 years, 2 months ago
  44. bd4075f FruUtils: Add support for finding FRU at an offset by Oskar Senft · 3 years, 3 months ago
  45. a0d1b3f Utils: Fix more than one template replace by Zhikui Ren · 3 years, 3 months ago
  46. 83b1e9b catch exceptions as const by Patrick Williams · 3 years, 3 months ago
  47. 55ae5a8 Revert "meson: nlohmann/json has a meson build" by Ed Tanous · 3 years, 5 months ago
  48. 65ed664 FruUtils: Avoid truncation in derivation of fruAreaSize by Andrew Jeffery · 3 years, 5 months ago
  49. 499e7aa FruUtils: Rework calculateChecksum() implementation by Andrew Jeffery · 3 years, 5 months ago
  50. 9fedd14 meson: nlohmann/json has a meson build by Andrew Jeffery · 3 years, 5 months ago
  51. 07d467b Make build on clang by Ed Tanous · 3 years, 11 months ago
  52. c02d8cb FruDevice: fix possible resource leak by Zhikui Ren · 3 years, 7 months ago
  53. 395c6d4 Require all probe interface properties to match by Jonathan Doman · 3 years, 8 months ago
  54. 6d64982 Fix dangling reference to scan count by Jonathan Doman · 3 years, 8 months ago
  55. cda1473 Make a copy of the probe string to fix warning by Ed Tanous · 3 years, 8 months ago
  56. 37e142b Check for errors before trying to open a bus by Ed Tanous · 3 years, 9 months ago
  57. 9fd87e5 entity-manager: allow non-numeric substitution for name by Igor Kononenko · 4 years, 3 months ago
  58. 4bab932 Fix early exit for non D-Bus probes by Matt Spinler · 3 years, 9 months ago
  59. 9b86787 Improve initialization of I2C sensors by Johnathan Mantey · 4 years, 3 months ago
  60. 7798712 FruUtils: Add back the else in formatFRU. by Scron-Chang · 3 years, 10 months ago
  61. 9e5a675 FruDevice: Define the day 1/1/96. by Scron-Chang · 3 years, 10 months ago
  62. c8dc4af Moved the common code and functions between fru deamons in entitymanager. by Kumar Thangavel · 4 years ago
  63. 06d1b4a FruDevice: Move verifyOffset to util by Vijay Khemka · 4 years ago
  64. e789bf1 Do tmpl substitutions using all properties on path by Matt Spinler · 3 years, 11 months ago
  65. 4f32889 Fix lambda capture in findDbusObjects by Matt Spinler · 3 years, 11 months ago
  66. 7792e39 FruDevice: Enforce FRU layout order by Vijay Khemka · 4 years ago
  67. f69fe90 Checking nullptr of busmap[0] by Helen Huang · 3 years, 11 months ago
  68. 2a96708 FruDevice: Check for language code by Vijay Khemka · 4 years ago
  69. 02618f0 FruDevice: Verify offset overlap by Vijay Khemka · 4 years ago
  70. 9b43b77 Emplace baseboardDev to I2C bus0 by Helen Huang · 4 years ago
  71. ab29641 split readFRUContents() into FruUtils module by Patrick Venture · 4 years ago
  72. c473213 FruDevice: Add error message for header by Vijay Khemka · 4 years, 1 month ago
  73. 10a8c5f entity-manager: scan after ObjectManager signals by Brad Bishop · 4 years, 1 month ago
  74. c76af0f entity-manager: scan after NameOwnerChanged by Brad Bishop · 4 years, 1 month ago
  75. b45324a FruDevice: improve warning messages in FRU parse logic by Andrei Kartashev · 4 years, 3 months ago
  76. 272bafd FruDevice: print checksum values on checksum error by Andrei Kartashev · 4 years, 3 months ago
  77. ef3cdc9 fru-device: Fix -Werror=sign-compare by Brad Bishop · 4 years, 3 months ago
  78. 2a7e395 FruDevice: additional diagnostics when decode FRU by Andrei Kartashev · 4 years, 4 months ago
  79. d7b6659 FruDevice: try to parse Fru even it a bit broken by Andrei Kartashev · 4 years, 5 months ago
  80. 6cfb775 FruDevice: parse more than 2 custom fields by Andrei Kartashev · 4 years, 5 months ago
  81. 9f0f2d1 FruDevice: use FRU Areas enum to iterate by Andrei Kartashev · 4 years, 5 months ago
  82. 32d1f0a Add retries to mapper calls by James Feist · 4 years, 4 months ago
  83. 6b3d4c5 FruDevice: improve updateFRUProperty function by Andrei Kartashev · 4 years, 5 months ago
  84. c994c02 FruDevice: add binary fields decoding by Andrei Kartashev · 4 years, 5 months ago
  85. 2f0de17 FruDevice: some code cleanup by Andrei Kartashev · 4 years, 5 months ago
  86. 2eb946f entity-manager: remove dead code by Brad Bishop · 4 years, 5 months ago
  87. 5d52541 entity-manager: probe: Refactor matching by Brad Bishop · 4 years, 5 months ago
  88. 3cb8a60 entity-manager: probe: factor out probe logic by Brad Bishop · 4 years, 5 months ago
  89. 1fb9f3f docs: Add minimal doxygen setup by Brad Bishop · 4 years, 5 months ago
  90. 82c84bb fru-device: explicitly include headers by Brad Bishop · 4 years, 5 months ago
  91. 1c5b706 FruDevice: use uint8_t instead of char for data by Andrei Kartashev · 4 years, 5 months ago
  92. 4212485 probe: don't match unsupported json types by Brad Bishop · 4 years, 5 months ago
  93. e707de6 FruDevice: fix FRU 6-bit ASCII field decoding by Andrei Kartashev · 4 years, 5 months ago
  94. d73b744 Entity-Manager: Update product AssetTag inside Fru by Joshi-Mansi · 4 years, 10 months ago
  95. c1136b7 Fix segfault caused by accessing non existing key in busmap by Wludzik, Jozef · 4 years, 7 months ago
  96. 5d7f469 FruDevice: improve boot by James Feist · 4 years, 7 months ago
  97. 4e6a62f FruDevice: implement FRU field decoding by Jeremy Kerr · 4 years, 7 months ago
  98. cb5661d Fix fru disappear after power off by James Feist · 4 years, 7 months ago
  99. c789fca Add new type of settable interface - Polling by Adrian Ambrożewicz · 4 years, 8 months ago
  100. 8c505da Update to latest clang format by James Feist · 4 years, 8 months ago