1. 8f05a3a Remove index from list when device is skipped by JinFuLin · 2 years, 2 months ago
  2. 2594d36 clang-15: fixes for const-auto iterators by Patrick Williams · 2 years, 3 months ago
  3. 1f77d9c Fix persist configuration changes from user by Zhikui Ren · 2 years, 4 months ago
  4. 3013fb4 Make clang-tidy changes by Ed Tanous · 2 years, 6 months ago
  5. 2af3922 sdbusplus: use shorter type aliases by Patrick Williams · 2 years, 6 months ago
  6. e45d8c7 treewide: comply with the OpenBMC style guidelines by Brad Bishop · 2 years, 8 months ago[Renamed (99%) from src/PerformScan.cpp]
  7. af9b46b PerformScan: Drop dbusSubtree parameter from updateSystemConfiguration() by Andrew Jeffery · 2 years, 9 months ago
  8. ea4ff02 PerformProbe: Invoke PerformScan::updateSystemConfiguration() directly by Andrew Jeffery · 2 years, 9 months ago
  9. ae6c1a4 PerformScan: Add updateSystemConfiguration() as a member function by Andrew Jeffery · 2 years, 9 months ago
  10. 98f3d53 PerformScan: Promote recordPtr to reference by Andrew Jeffery · 2 years, 9 months ago
  11. 3883487 PerformScan: Reorganise config loop early-exits by Andrew Jeffery · 2 years, 9 months ago
  12. dabee98 PerformScan: Extract generateDeviceName() by Andrew Jeffery · 2 years, 9 months ago
  13. b48779d PerformScan: Extract applyExposeActions() by Andrew Jeffery · 2 years, 9 months ago
  14. da45e5e PerformScan: Rename configList in applyConfigExposeActions() by Andrew Jeffery · 2 years, 9 months ago
  15. 060ac9c PerformScan: Avoid continue in applyExposeActions() by Andrew Jeffery · 2 years, 9 months ago
  16. 5468f8e PerformScan: Extract applyConfigExposeActions() by Andrew Jeffery · 2 years, 9 months ago
  17. cf11bd3 PerformScan: Extract apply{Bind,Disable}Action() from run() by Andrew Jeffery · 2 years, 9 months ago
  18. 1a02da8 PerformScan: Lift lambda from args in isExposeActionRecord() by Andrew Jeffery · 2 years, 9 months ago
  19. 219c11f PerformScan: Eliminate foundMatches by Andrew Jeffery · 2 years, 9 months ago
  20. d8213b9 PerformScan: Rename exposeRecord in isExposeActionRecord() by Andrew Jeffery · 2 years, 9 months ago
  21. 6de53fb PerformScan: Extract findExposeActionRecord() by Andrew Jeffery · 2 years, 9 months ago
  22. a244984 PerformScan: Use nlohmann::json::is_{string,array}() for type checks by Andrew Jeffery · 2 years, 9 months ago
  23. ba3c50c PerformScan: Use early returns in extractExposeActionRecordNames() by Andrew Jeffery · 2 years, 9 months ago
  24. 6890ae2 PerformScan: Extract extractExposeActionRecordNames() by Andrew Jeffery · 2 years, 9 months ago
  25. df92fa3 PerformScan: Bind and DisableNode Expose directives are actions by Andrew Jeffery · 2 years, 9 months ago
  26. a3eae22 PerformScan: Split conditionals to improve readability by Andrew Jeffery · 2 years, 9 months ago
  27. 08980a5 PerformScan: Tidy condition using nlohmann::json::is_array() by Andrew Jeffery · 2 years, 9 months ago
  28. 0088ed3 PerformScan: Un-nest continue by merging conditionals by Andrew Jeffery · 2 years, 9 months ago
  29. c1c769d PerformScan: Searching with 'recordName' means we found a 'record' by Andrew Jeffery · 2 years, 9 months ago
  30. 42c9ea6 PerformScan: Reorder operations when processing old configuration by Andrew Jeffery · 2 years, 9 months ago
  31. c0da0cc PerformScan: Rename fromLastJson in recordDiscoveredIdentifiers() by Andrew Jeffery · 2 years, 9 months ago
  32. ba41b62 PerformScan: Drop hasTemplateName from recordDiscoveredIdentifiers() by Andrew Jeffery · 2 years, 9 months ago
  33. 6addc02 PerformScan: Extract recordDiscoveredIdentifiers() by Andrew Jeffery · 2 years, 9 months ago
  34. 4d0b12e PerformScan: Avoid `continue` when updating unused indexes by Andrew Jeffery · 2 years, 9 months ago
  35. 8bc1244 PerformScan: Untemplated record name allows early continue by Andrew Jeffery · 2 years, 9 months ago
  36. 1d22175 PerformScan: Reduce indentation with early continue for absent record by Andrew Jeffery · 2 years, 9 months ago
  37. b241c69 PerformScan: Concurrent modification of container needs visibility by Andrew Jeffery · 2 years, 9 months ago
  38. 742a7eb PerformScan: Flip condition to avoid continue in pruneNullExposes() by Andrew Jeffery · 2 years, 9 months ago
  39. 5f05145 PerformScan: Return early from pruneRecordExposes() by Andrew Jeffery · 2 years, 9 months ago
  40. 7a7faed PerformScan: Rename fromLastJson in pruneRecordExposes() by Andrew Jeffery · 2 years, 9 months ago
  41. db45148 PerformScan: Extract pruneRecordExposes() by Andrew Jeffery · 2 years, 9 months ago
  42. d60b147 PerformScan: Rename ifacesIt to objectIt by Andrew Jeffery · 2 years, 9 months ago
  43. d53ee41 PerformScan: Lift name key update out of the for-loop by Andrew Jeffery · 2 years, 9 months ago
  44. f898ea1 PerformScan: Drop redundant assignment into system configuration by Andrew Jeffery · 2 years, 9 months ago
  45. 09a09a6 PerformScan: Make getRecordName() static by Andrew Jeffery · 2 years, 9 months ago
  46. d45b1e7 PerformScan: Promote dbusObject from pointer to reference by Andrew Jeffery · 2 years, 9 months ago
  47. ef5c843 PerformScan: allInterfaces is a subtree result by Andrew Jeffery · 2 years, 9 months ago
  48. 0a8de74 PerformScan: Rename emptyInterfaces to emptyObject as per its type by Andrew Jeffery · 2 years, 9 months ago
  49. 87145c1 PerformScan: Be explicit about dbusObject type in run() by Andrew Jeffery · 2 years, 9 months ago
  50. 920a281 PerformScan: Destructure device details in run() loop header by Andrew Jeffery · 2 years, 9 months ago
  51. f5772d2 EntityManager: Promote FoundDeviceT to a struct and rename by Andrew Jeffery · 2 years, 9 months ago
  52. 3c5f12b PerformScan: Eliminate duplicate type check in run() by Andrew Jeffery · 2 years, 9 months ago
  53. 8650187 PerformScan: Only hash if we're not debugging in getRecordName() by Andrew Jeffery · 2 years, 9 months ago
  54. 928c5b2 PerformScan: Unwrap comments in getRecordName() by Andrew Jeffery · 2 years, 9 months ago
  55. 1ae4ed6 PerformScan: Eliminate else-after-return in getRecordName() by Andrew Jeffery · 2 years, 9 months ago
  56. 26db575 PerformScan: Clean up whitespace in registerCallback() by Andrew Jeffery · 2 years, 9 months ago
  57. 4dcc55d PerformScan: Make registerCallback() static by Andrew Jeffery · 2 years, 9 months ago
  58. 91c5eaa PerformScan: Clean up timer declarations using auto by Andrew Jeffery · 2 years, 9 months ago
  59. d9b6784 PerformScan: Introduce DBusInterfaceInstance by Andrew Jeffery · 2 years, 9 months ago
  60. 4732183 PerformScan: Eliminate interfaceConnections by Andrew Jeffery · 2 years, 9 months ago
  61. 8d2761e PerformScan: Extract processDbusObjects() by Andrew Jeffery · 2 years, 9 months ago
  62. 4a4ab5c PerformScan: Remove redundant early-return by Andrew Jeffery · 2 years, 9 months ago
  63. c6558f6 PerformScan: All interfaces on a path is an object by Andrew Jeffery · 2 years, 9 months ago
  64. 1983d2f EntityManager: Make MapperGetSubTreeResponse type comprehensible by Andrew Jeffery · 2 years, 9 months ago
  65. eab4929 EntityManager: Rename BasicVariantType to DBusValueVariant by Andrew Jeffery · 2 years, 9 months ago
  66. ac20bd9 EntityManager: Rename DBusProbeObjectT to MapperGetSubTreeResponse by Andrew Jeffery · 2 years, 9 months ago
  67. f518471 PerformScan: Destructure config items in run() by Andrew Jeffery · 2 years, 10 months ago
  68. 666583b EntityManager: Clean up use of probeTypes by Andrew Jeffery · 3 years, 1 month ago
  69. 47af65a EntityManager: Split out PerformScan by Andrew Jeffery · 3 years, 1 month ago