1. f5772d2 EntityManager: Promote FoundDeviceT to a struct and rename by Andrew Jeffery · 2 years, 9 months ago
  2. 1525e85 fru-device: use off_t/size_t for FRU IO offsets & lengths by Zev Weiss · 2 years, 10 months ago
  3. 1dda2b3 FruDevice: Refactor i2c device monitor by Jiaqing Zhao · 2 years, 9 months ago
  4. f805baf fru-device: Refine addressing mode detection logic by Jae Hyun Yoo · 2 years, 9 months ago
  5. f1102ff Utils: Move result definition to where it's used by Andrew Jeffery · 2 years, 9 months ago
  6. efcbf00 Utils: Use consistent style in expression reconstruction by Andrew Jeffery · 2 years, 9 months ago
  7. deb97f1 Utils: Drop redundant iteration guard by Andrew Jeffery · 2 years, 9 months ago
  8. 9555961 Expression: evaluate adjusts the end iterator to the end by Andrew Jeffery · 2 years, 9 months ago
  9. 77b3c06 Utils: Simplify 'replaced' loop exit in templateCharReplace() by Andrew Jeffery · 2 years, 9 months ago
  10. 159588b Utils: std::stoul() converts numbers in base 10 too by Andrew Jeffery · 2 years, 9 months ago
  11. 5ace4e4 Utils: Extract expression evaluation loop to Expression.cpp by Andrew Jeffery · 2 years, 9 months ago
  12. a05437e Utils: Break out expression parsing and evaluation by Andrew Jeffery · 2 years, 9 months ago
  13. 7d05afc Utils: Declare mathChars and nextItemIdx where they're used by Andrew Jeffery · 2 years, 9 months ago
  14. 8d8b62f Utils: `templateChar + propName` is `templateName` by Andrew Jeffery · 2 years, 9 months ago
  15. d9e3e19 Utils: Destructure interface properties in templateCharReplace() by Andrew Jeffery · 2 years, 9 months ago
  16. e0ed587 Utils: Continue early in templateCharReplace() to avoid indentation by Andrew Jeffery · 2 years, 9 months ago
  17. 3c5f12b PerformScan: Eliminate duplicate type check in run() by Andrew Jeffery · 2 years, 9 months ago
  18. 8650187 PerformScan: Only hash if we're not debugging in getRecordName() by Andrew Jeffery · 2 years, 9 months ago
  19. 928c5b2 PerformScan: Unwrap comments in getRecordName() by Andrew Jeffery · 2 years, 9 months ago
  20. 1ae4ed6 PerformScan: Eliminate else-after-return in getRecordName() by Andrew Jeffery · 2 years, 9 months ago
  21. 26db575 PerformScan: Clean up whitespace in registerCallback() by Andrew Jeffery · 2 years, 9 months ago
  22. 4dcc55d PerformScan: Make registerCallback() static by Andrew Jeffery · 2 years, 9 months ago
  23. 91c5eaa PerformScan: Clean up timer declarations using auto by Andrew Jeffery · 2 years, 9 months ago
  24. d9b6784 PerformScan: Introduce DBusInterfaceInstance by Andrew Jeffery · 2 years, 9 months ago
  25. 4732183 PerformScan: Eliminate interfaceConnections by Andrew Jeffery · 2 years, 9 months ago
  26. 8d2761e PerformScan: Extract processDbusObjects() by Andrew Jeffery · 2 years, 9 months ago
  27. 4a4ab5c PerformScan: Remove redundant early-return by Andrew Jeffery · 2 years, 9 months ago
  28. c6558f6 PerformScan: All interfaces on a path is an object by Andrew Jeffery · 2 years, 9 months ago
  29. 1983d2f EntityManager: Make MapperGetSubTreeResponse type comprehensible by Andrew Jeffery · 2 years, 9 months ago
  30. 402fa1c EntityManager: Remove dead ManagedObjectType definition by Andrew Jeffery · 2 years, 9 months ago
  31. eab4929 EntityManager: Rename BasicVariantType to DBusValueVariant by Andrew Jeffery · 2 years, 9 months ago
  32. ac20bd9 EntityManager: Rename DBusProbeObjectT to MapperGetSubTreeResponse by Andrew Jeffery · 2 years, 9 months ago
  33. f331179 EntityManager: Rename findJsonFiles() to loadConfigurations() by Andrew Jeffery · 2 years, 10 months ago
  34. e35d0ac EntityManager: Extract publishNewConfiguration() by Andrew Jeffery · 2 years, 10 months ago
  35. 7c4cbbe EntityManager: Extract deriveNewConfiguration() by Andrew Jeffery · 2 years, 10 months ago
  36. 0d0c146 EntityManager: Extract pruneConfiguration() by Andrew Jeffery · 2 years, 10 months ago
  37. 5ec49ad EntityManager: Clean up interface removal condition by Andrew Jeffery · 2 years, 10 months ago
  38. 6cbbc09 EntityManager: Exploit destructuring for configuration removed loop by Andrew Jeffery · 2 years, 10 months ago
  39. 2f750d2 EntityManager: Introduce getDeviceInterfaces() by Andrew Jeffery · 2 years, 10 months ago
  40. d235cb6 EntityManager: Flip condition to start removed timer by Andrew Jeffery · 2 years, 10 months ago
  41. 4db38bc EntityManager: Refactor pruneDevice() early-exits by Andrew Jeffery · 2 years, 10 months ago
  42. 89ec352 EntityManager: Introduce pruneDevice() by Andrew Jeffery · 2 years, 10 months ago
  43. a82c55d EntityManager: Exploit destructuring for device removed loop by Andrew Jeffery · 2 years, 10 months ago
  44. d38fc67 EntityManager: Continue the loop if the entity is present by Andrew Jeffery · 2 years, 10 months ago
  45. 8924f2f EntityManager: Determine device config presence with .contains() by Andrew Jeffery · 2 years, 10 months ago
  46. 27a1cfb EntityManager: Rename isDetectedPowerOn for clarity by Andrew Jeffery · 2 years, 10 months ago
  47. b620944 EntityManager: Refactor deviceRequiresPowerOn() with early-exits by Andrew Jeffery · 2 years, 10 months ago
  48. 5519293 EntityManager: Extract deviceRequiresPowerOn() by Andrew Jeffery · 2 years, 10 months ago
  49. a96950d EntityManager: Destructure board properties in postToDbus() by Andrew Jeffery · 2 years, 10 months ago
  50. 13132df EntityManager: Destructure board attributes in postToDbus() by Andrew Jeffery · 2 years, 10 months ago
  51. 5a6379c EntityManager: Destructure exposed items in postToDbus() by Andrew Jeffery · 2 years, 10 months ago
  52. ace306d EntityManager: Destructure items when iterating newConfiguration by Andrew Jeffery · 2 years, 10 months ago
  53. 65ea450 EntityManager: Destructure dict items in populateInterfaceFromJson() by Andrew Jeffery · 2 years, 10 months ago
  54. 029ee28 EntityManager: Rename key to path in populateInterfaceFromJson() by Andrew Jeffery · 2 years, 10 months ago
  55. f518471 PerformScan: Destructure config items in run() by Andrew Jeffery · 2 years, 10 months ago
  56. f8ae2ba FruUtils: Fix code formatting by Andrew Jeffery · 2 years, 10 months ago
  57. 0710828 fru-device: fix return value of i2cSmbusWriteThenRead() by Zev Weiss · 2 years, 10 months ago
  58. 7135f3d Move getFRUInfo function to FruUtils.cpp file. by Kumar Thangavel · 3 years ago
  59. c74e751 Move global variable busMap to FruUtil.hpp by Kumar Thangavel · 3 years ago
  60. 2418a61 Fix dangling references to powerIsOn by Jonathan Doman · 2 years, 11 months ago
  61. 0961b11 Rename function `formatFRU` to `formatIPMIFRU` by Michael Shen · 2 years, 11 months ago
  62. e24c063 Remove unused debug variable in entity-manager by Ed Tanous · 2 years, 11 months ago
  63. 7f43ea8 Move global variables io service and bus to local variables. by Kumar Thangavel · 3 years, 1 month ago
  64. 1e8e71f Move global variable powerIsOn to local variable. by Kumar Thangavel · 3 years, 1 month ago
  65. a6d4733 Cleanup of code to pass CI, clang-tidy-13 by Bruce Mitchell · 3 years, 1 month ago
  66. a9c5892 entity-manager: Search sysconfdir for configurations by Andrew Jeffery · 3 years, 7 months ago
  67. 666583b EntityManager: Clean up use of probeTypes by Andrew Jeffery · 3 years, 1 month ago
  68. f07c5ed EntityManager: Split out PerformProbe by Andrew Jeffery · 3 years, 1 month ago
  69. 47af65a EntityManager: Split out PerformScan by Andrew Jeffery · 3 years, 1 month ago
  70. 41a9051 Move global variable to local variable. by Kumar Thangavel · 3 years, 2 months ago
  71. bd4075f FruUtils: Add support for finding FRU at an offset by Oskar Senft · 3 years, 3 months ago
  72. a0d1b3f Utils: Fix more than one template replace by Zhikui Ren · 3 years, 3 months ago
  73. 83b1e9b catch exceptions as const by Patrick Williams · 3 years, 3 months ago
  74. 55ae5a8 Revert "meson: nlohmann/json has a meson build" by Ed Tanous · 3 years, 5 months ago
  75. 65ed664 FruUtils: Avoid truncation in derivation of fruAreaSize by Andrew Jeffery · 3 years, 5 months ago
  76. 499e7aa FruUtils: Rework calculateChecksum() implementation by Andrew Jeffery · 3 years, 5 months ago
  77. 9fedd14 meson: nlohmann/json has a meson build by Andrew Jeffery · 3 years, 5 months ago
  78. 07d467b Make build on clang by Ed Tanous · 3 years, 11 months ago
  79. c02d8cb FruDevice: fix possible resource leak by Zhikui Ren · 3 years, 7 months ago
  80. 395c6d4 Require all probe interface properties to match by Jonathan Doman · 3 years, 8 months ago
  81. 6d64982 Fix dangling reference to scan count by Jonathan Doman · 3 years, 8 months ago
  82. cda1473 Make a copy of the probe string to fix warning by Ed Tanous · 3 years, 8 months ago
  83. 37e142b Check for errors before trying to open a bus by Ed Tanous · 3 years, 9 months ago
  84. 9fd87e5 entity-manager: allow non-numeric substitution for name by Igor Kononenko · 4 years, 3 months ago
  85. 4bab932 Fix early exit for non D-Bus probes by Matt Spinler · 3 years, 9 months ago
  86. 9b86787 Improve initialization of I2C sensors by Johnathan Mantey · 4 years, 3 months ago
  87. 7798712 FruUtils: Add back the else in formatFRU. by Scron-Chang · 3 years, 10 months ago
  88. 9e5a675 FruDevice: Define the day 1/1/96. by Scron-Chang · 3 years, 10 months ago
  89. c8dc4af Moved the common code and functions between fru deamons in entitymanager. by Kumar Thangavel · 4 years ago
  90. 06d1b4a FruDevice: Move verifyOffset to util by Vijay Khemka · 4 years ago
  91. e789bf1 Do tmpl substitutions using all properties on path by Matt Spinler · 3 years, 11 months ago
  92. 4f32889 Fix lambda capture in findDbusObjects by Matt Spinler · 3 years, 11 months ago
  93. 7792e39 FruDevice: Enforce FRU layout order by Vijay Khemka · 4 years ago
  94. f69fe90 Checking nullptr of busmap[0] by Helen Huang · 3 years, 11 months ago
  95. 2a96708 FruDevice: Check for language code by Vijay Khemka · 4 years ago
  96. 02618f0 FruDevice: Verify offset overlap by Vijay Khemka · 4 years ago
  97. 9b43b77 Emplace baseboardDev to I2C bus0 by Helen Huang · 4 years ago
  98. ab29641 split readFRUContents() into FruUtils module by Patrick Venture · 4 years ago
  99. c473213 FruDevice: Add error message for header by Vijay Khemka · 4 years, 1 month ago
  100. 10a8c5f entity-manager: scan after ObjectManager signals by Brad Bishop · 4 years, 1 month ago