1. 1a02da8 PerformScan: Lift lambda from args in isExposeActionRecord() by Andrew Jeffery · 2 years, 9 months ago
  2. 219c11f PerformScan: Eliminate foundMatches by Andrew Jeffery · 2 years, 9 months ago
  3. d8213b9 PerformScan: Rename exposeRecord in isExposeActionRecord() by Andrew Jeffery · 2 years, 9 months ago
  4. 6de53fb PerformScan: Extract findExposeActionRecord() by Andrew Jeffery · 2 years, 9 months ago
  5. a244984 PerformScan: Use nlohmann::json::is_{string,array}() for type checks by Andrew Jeffery · 2 years, 9 months ago
  6. ba3c50c PerformScan: Use early returns in extractExposeActionRecordNames() by Andrew Jeffery · 2 years, 9 months ago
  7. 6890ae2 PerformScan: Extract extractExposeActionRecordNames() by Andrew Jeffery · 2 years, 9 months ago
  8. df92fa3 PerformScan: Bind and DisableNode Expose directives are actions by Andrew Jeffery · 2 years, 9 months ago
  9. a3eae22 PerformScan: Split conditionals to improve readability by Andrew Jeffery · 2 years, 9 months ago
  10. 08980a5 PerformScan: Tidy condition using nlohmann::json::is_array() by Andrew Jeffery · 2 years, 9 months ago
  11. 0088ed3 PerformScan: Un-nest continue by merging conditionals by Andrew Jeffery · 2 years, 9 months ago
  12. c1c769d PerformScan: Searching with 'recordName' means we found a 'record' by Andrew Jeffery · 2 years, 9 months ago
  13. 42c9ea6 PerformScan: Reorder operations when processing old configuration by Andrew Jeffery · 2 years, 9 months ago
  14. c0da0cc PerformScan: Rename fromLastJson in recordDiscoveredIdentifiers() by Andrew Jeffery · 2 years, 9 months ago
  15. ba41b62 PerformScan: Drop hasTemplateName from recordDiscoveredIdentifiers() by Andrew Jeffery · 2 years, 9 months ago
  16. 6addc02 PerformScan: Extract recordDiscoveredIdentifiers() by Andrew Jeffery · 2 years, 9 months ago
  17. 4d0b12e PerformScan: Avoid `continue` when updating unused indexes by Andrew Jeffery · 2 years, 9 months ago
  18. 8bc1244 PerformScan: Untemplated record name allows early continue by Andrew Jeffery · 2 years, 9 months ago
  19. 1d22175 PerformScan: Reduce indentation with early continue for absent record by Andrew Jeffery · 2 years, 9 months ago
  20. b241c69 PerformScan: Concurrent modification of container needs visibility by Andrew Jeffery · 2 years, 9 months ago
  21. 742a7eb PerformScan: Flip condition to avoid continue in pruneNullExposes() by Andrew Jeffery · 2 years, 9 months ago
  22. 5f05145 PerformScan: Return early from pruneRecordExposes() by Andrew Jeffery · 2 years, 9 months ago
  23. 7a7faed PerformScan: Rename fromLastJson in pruneRecordExposes() by Andrew Jeffery · 2 years, 9 months ago
  24. db45148 PerformScan: Extract pruneRecordExposes() by Andrew Jeffery · 2 years, 9 months ago
  25. d60b147 PerformScan: Rename ifacesIt to objectIt by Andrew Jeffery · 2 years, 9 months ago
  26. d53ee41 PerformScan: Lift name key update out of the for-loop by Andrew Jeffery · 2 years, 9 months ago
  27. f898ea1 PerformScan: Drop redundant assignment into system configuration by Andrew Jeffery · 2 years, 9 months ago
  28. 09a09a6 PerformScan: Make getRecordName() static by Andrew Jeffery · 2 years, 9 months ago
  29. d45b1e7 PerformScan: Promote dbusObject from pointer to reference by Andrew Jeffery · 2 years, 9 months ago
  30. ef5c843 PerformScan: allInterfaces is a subtree result by Andrew Jeffery · 2 years, 9 months ago
  31. 0a8de74 PerformScan: Rename emptyInterfaces to emptyObject as per its type by Andrew Jeffery · 2 years, 9 months ago
  32. 87145c1 PerformScan: Be explicit about dbusObject type in run() by Andrew Jeffery · 2 years, 9 months ago
  33. 920a281 PerformScan: Destructure device details in run() loop header by Andrew Jeffery · 2 years, 9 months ago
  34. f5772d2 EntityManager: Promote FoundDeviceT to a struct and rename by Andrew Jeffery · 2 years, 9 months ago
  35. 1525e85 fru-device: use off_t/size_t for FRU IO offsets & lengths by Zev Weiss · 2 years, 10 months ago
  36. 1dda2b3 FruDevice: Refactor i2c device monitor by Jiaqing Zhao · 2 years, 9 months ago
  37. f805baf fru-device: Refine addressing mode detection logic by Jae Hyun Yoo · 2 years, 9 months ago
  38. f1102ff Utils: Move result definition to where it's used by Andrew Jeffery · 2 years, 9 months ago
  39. efcbf00 Utils: Use consistent style in expression reconstruction by Andrew Jeffery · 2 years, 9 months ago
  40. deb97f1 Utils: Drop redundant iteration guard by Andrew Jeffery · 2 years, 9 months ago
  41. 9555961 Expression: evaluate adjusts the end iterator to the end by Andrew Jeffery · 2 years, 9 months ago
  42. 77b3c06 Utils: Simplify 'replaced' loop exit in templateCharReplace() by Andrew Jeffery · 2 years, 9 months ago
  43. 159588b Utils: std::stoul() converts numbers in base 10 too by Andrew Jeffery · 2 years, 9 months ago
  44. 5ace4e4 Utils: Extract expression evaluation loop to Expression.cpp by Andrew Jeffery · 2 years, 9 months ago
  45. a05437e Utils: Break out expression parsing and evaluation by Andrew Jeffery · 2 years, 9 months ago
  46. 7d05afc Utils: Declare mathChars and nextItemIdx where they're used by Andrew Jeffery · 2 years, 9 months ago
  47. 8d8b62f Utils: `templateChar + propName` is `templateName` by Andrew Jeffery · 2 years, 9 months ago
  48. d9e3e19 Utils: Destructure interface properties in templateCharReplace() by Andrew Jeffery · 2 years, 9 months ago
  49. e0ed587 Utils: Continue early in templateCharReplace() to avoid indentation by Andrew Jeffery · 2 years, 9 months ago
  50. 3c5f12b PerformScan: Eliminate duplicate type check in run() by Andrew Jeffery · 2 years, 9 months ago
  51. 8650187 PerformScan: Only hash if we're not debugging in getRecordName() by Andrew Jeffery · 2 years, 9 months ago
  52. 928c5b2 PerformScan: Unwrap comments in getRecordName() by Andrew Jeffery · 2 years, 9 months ago
  53. 1ae4ed6 PerformScan: Eliminate else-after-return in getRecordName() by Andrew Jeffery · 2 years, 9 months ago
  54. 26db575 PerformScan: Clean up whitespace in registerCallback() by Andrew Jeffery · 2 years, 9 months ago
  55. 4dcc55d PerformScan: Make registerCallback() static by Andrew Jeffery · 2 years, 9 months ago
  56. 91c5eaa PerformScan: Clean up timer declarations using auto by Andrew Jeffery · 2 years, 9 months ago
  57. d9b6784 PerformScan: Introduce DBusInterfaceInstance by Andrew Jeffery · 2 years, 9 months ago
  58. 4732183 PerformScan: Eliminate interfaceConnections by Andrew Jeffery · 2 years, 9 months ago
  59. 8d2761e PerformScan: Extract processDbusObjects() by Andrew Jeffery · 2 years, 9 months ago
  60. 4a4ab5c PerformScan: Remove redundant early-return by Andrew Jeffery · 2 years, 9 months ago
  61. c6558f6 PerformScan: All interfaces on a path is an object by Andrew Jeffery · 2 years, 9 months ago
  62. 1983d2f EntityManager: Make MapperGetSubTreeResponse type comprehensible by Andrew Jeffery · 2 years, 9 months ago
  63. 402fa1c EntityManager: Remove dead ManagedObjectType definition by Andrew Jeffery · 2 years, 9 months ago
  64. eab4929 EntityManager: Rename BasicVariantType to DBusValueVariant by Andrew Jeffery · 2 years, 9 months ago
  65. ac20bd9 EntityManager: Rename DBusProbeObjectT to MapperGetSubTreeResponse by Andrew Jeffery · 2 years, 9 months ago
  66. f331179 EntityManager: Rename findJsonFiles() to loadConfigurations() by Andrew Jeffery · 2 years, 10 months ago
  67. e35d0ac EntityManager: Extract publishNewConfiguration() by Andrew Jeffery · 2 years, 10 months ago
  68. 7c4cbbe EntityManager: Extract deriveNewConfiguration() by Andrew Jeffery · 2 years, 10 months ago
  69. 0d0c146 EntityManager: Extract pruneConfiguration() by Andrew Jeffery · 2 years, 10 months ago
  70. 5ec49ad EntityManager: Clean up interface removal condition by Andrew Jeffery · 2 years, 10 months ago
  71. 6cbbc09 EntityManager: Exploit destructuring for configuration removed loop by Andrew Jeffery · 2 years, 10 months ago
  72. 2f750d2 EntityManager: Introduce getDeviceInterfaces() by Andrew Jeffery · 2 years, 10 months ago
  73. d235cb6 EntityManager: Flip condition to start removed timer by Andrew Jeffery · 2 years, 10 months ago
  74. 4db38bc EntityManager: Refactor pruneDevice() early-exits by Andrew Jeffery · 2 years, 10 months ago
  75. 89ec352 EntityManager: Introduce pruneDevice() by Andrew Jeffery · 2 years, 10 months ago
  76. a82c55d EntityManager: Exploit destructuring for device removed loop by Andrew Jeffery · 2 years, 10 months ago
  77. d38fc67 EntityManager: Continue the loop if the entity is present by Andrew Jeffery · 2 years, 10 months ago
  78. 8924f2f EntityManager: Determine device config presence with .contains() by Andrew Jeffery · 2 years, 10 months ago
  79. 27a1cfb EntityManager: Rename isDetectedPowerOn for clarity by Andrew Jeffery · 2 years, 10 months ago
  80. b620944 EntityManager: Refactor deviceRequiresPowerOn() with early-exits by Andrew Jeffery · 2 years, 10 months ago
  81. 5519293 EntityManager: Extract deviceRequiresPowerOn() by Andrew Jeffery · 2 years, 10 months ago
  82. a96950d EntityManager: Destructure board properties in postToDbus() by Andrew Jeffery · 2 years, 10 months ago
  83. 13132df EntityManager: Destructure board attributes in postToDbus() by Andrew Jeffery · 2 years, 10 months ago
  84. 5a6379c EntityManager: Destructure exposed items in postToDbus() by Andrew Jeffery · 2 years, 10 months ago
  85. ace306d EntityManager: Destructure items when iterating newConfiguration by Andrew Jeffery · 2 years, 10 months ago
  86. 65ea450 EntityManager: Destructure dict items in populateInterfaceFromJson() by Andrew Jeffery · 2 years, 10 months ago
  87. 029ee28 EntityManager: Rename key to path in populateInterfaceFromJson() by Andrew Jeffery · 2 years, 10 months ago
  88. f518471 PerformScan: Destructure config items in run() by Andrew Jeffery · 2 years, 10 months ago
  89. f8ae2ba FruUtils: Fix code formatting by Andrew Jeffery · 2 years, 10 months ago
  90. 0710828 fru-device: fix return value of i2cSmbusWriteThenRead() by Zev Weiss · 2 years, 11 months ago
  91. 7135f3d Move getFRUInfo function to FruUtils.cpp file. by Kumar Thangavel · 3 years ago
  92. c74e751 Move global variable busMap to FruUtil.hpp by Kumar Thangavel · 3 years ago
  93. 2418a61 Fix dangling references to powerIsOn by Jonathan Doman · 2 years, 11 months ago
  94. 0961b11 Rename function `formatFRU` to `formatIPMIFRU` by Michael Shen · 2 years, 11 months ago
  95. e24c063 Remove unused debug variable in entity-manager by Ed Tanous · 2 years, 11 months ago
  96. 7f43ea8 Move global variables io service and bus to local variables. by Kumar Thangavel · 3 years, 1 month ago
  97. 1e8e71f Move global variable powerIsOn to local variable. by Kumar Thangavel · 3 years, 1 month ago
  98. a6d4733 Cleanup of code to pass CI, clang-tidy-13 by Bruce Mitchell · 3 years, 1 month ago
  99. a9c5892 entity-manager: Search sysconfdir for configurations by Andrew Jeffery · 3 years, 7 months ago
  100. 666583b EntityManager: Clean up use of probeTypes by Andrew Jeffery · 3 years, 1 month ago