1. 1fb9f3f docs: Add minimal doxygen setup by Brad Bishop · 4 years, 5 months ago
  2. 82c84bb fru-device: explicitly include headers by Brad Bishop · 4 years, 5 months ago
  3. 1c5b706 FruDevice: use uint8_t instead of char for data by Andrei Kartashev · 4 years, 5 months ago
  4. 4212485 probe: don't match unsupported json types by Brad Bishop · 4 years, 5 months ago
  5. e707de6 FruDevice: fix FRU 6-bit ASCII field decoding by Andrei Kartashev · 4 years, 5 months ago
  6. d73b744 Entity-Manager: Update product AssetTag inside Fru by Joshi-Mansi · 4 years, 10 months ago
  7. c1136b7 Fix segfault caused by accessing non existing key in busmap by Wludzik, Jozef · 4 years, 7 months ago
  8. 5d7f469 FruDevice: improve boot by James Feist · 4 years, 7 months ago
  9. 4e6a62f FruDevice: implement FRU field decoding by Jeremy Kerr · 4 years, 7 months ago
  10. cb5661d Fix fru disappear after power off by James Feist · 4 years, 7 months ago
  11. c789fca Add new type of settable interface - Polling by Adrian Ambrożewicz · 4 years, 8 months ago
  12. 8c505da Update to latest clang format by James Feist · 4 years, 8 months ago
  13. fa8d322 Skip i2c addresses in the range 0 to 12 by Rajashekar Gade Reddy · 4 years, 8 months ago
  14. 2539ccd Add lock around callback by James Feist · 4 years, 8 months ago
  15. 4dc617b Register match always by James Feist · 4 years, 8 months ago
  16. b1728ca Add retries into d-bus probes by James Feist · 4 years, 9 months ago
  17. 29d8325 remove dead code by Brad Bishop · 4 years, 10 months ago
  18. fb23655 entity-manager: remove inventory manager interface by Brad Bishop · 5 years ago
  19. 35f5e0e EM: On duplicates use device index by James Feist · 4 years, 10 months ago
  20. 92daaaa meson: Add fru-device-less build configuration by Brad Bishop · 5 years ago
  21. 61f5ac4 Fix power match by James Feist · 4 years, 10 months ago
  22. 92a2dd7 entity-manager: drop device tree overlay support by Brad Bishop · 5 years ago
  23. 94219d1 Fix increment bug by James Feist · 4 years, 10 months ago
  24. ff1ddb7 meson: add support for valijson library vendoring by Brad Bishop · 5 years ago
  25. 79a09a8 meson: add support for nlohmann-json vendoring by Brad Bishop · 5 years ago
  26. b445991 Add support for building with meson by Brad Bishop · 5 years ago
  27. 02d2b93 Fix Delete D-Bus Method by James Feist · 5 years ago
  28. 2801a70 frudevice: use a single I2C transaction to read from EEPROM with 16-bit offset by Xiang Liu · 5 years ago
  29. 668bbb1 Add DisableNode keyword by James Feist · 5 years ago
  30. d5b87fb Add Rescan specific bus method by Cheng C Yang · 5 years ago
  31. 0c3980a FruDevice: Don't scan Mux bus if root is in blacklist by James Feist · 5 years ago
  32. 7d80775 PerformProbe: remove forward declaration by James Feist · 5 years ago
  33. 7972bb9 Stop reading devices that don't like it by James Feist · 5 years ago
  34. 733f765 Move objects out of global scope by James Feist · 5 years ago
  35. 787c3c3 Fix Entity-Manager Crash issue by James Feist · 5 years ago
  36. f2ad76b frudevice: cast to unsigned, avoid negative values by Patrick Venture · 5 years ago
  37. e26395d bugfix: frudevice: handle multi-record area by Patrick Venture · 5 years ago
  38. baba767 frudevice: consolidate FRU reading by Patrick Venture · 5 years ago
  39. 3ac8e4f frudevice: fix useless-cast by Patrick Venture · 5 years ago
  40. 4b7a745 prefer prefix operators for non-primitive types by Patrick Venture · 5 years ago
  41. c274f2f frudevice: add missing headers by Patrick Venture · 5 years ago
  42. f0f97ce frudevice: align readFromEeprom with readBlockData by Patrick Venture · 5 years ago
  43. a49dc33 use quotes for project headers by Patrick Venture · 5 years ago
  44. 5c3fde1 entitymanager: drop duplicate header inclusion by Patrick Venture · 5 years ago
  45. 8a98392 FruDevice: Add found I2CDevices by James Feist · 5 years ago
  46. 5cb0608 Move Io and ObjServer to Global by James Feist · 5 years ago
  47. e5cfe64 Fixing trivial typo in error message by Josh Lehan · 5 years ago
  48. 96b8a6e Adding DEBUG and message for when device not in whitelist by Josh Lehan · 5 years ago
  49. 0eeb79c FruDevice: Fix power match by James Feist · 5 years ago
  50. 899e17f Support Removing Items from Entity Manager by James Feist · 5 years ago
  51. d58879a Add structure to map interfaces to board by James Feist · 5 years ago
  52. 08a5b17 Template replace non-probing configurations by James Feist · 5 years ago
  53. 3b80d7c Support for Storage schema for drives on redfish by Nikhil Potade · 5 years ago
  54. 015fb0a frudevice: increment value for duplicate dbus paths by Patrick Venture · 5 years ago
  55. b0097d4 TemplateCharReplace: More tests by James Feist · 5 years ago
  56. 8c20feb TemplateCharReplace: fix failing testcase and add more by James Feist · 5 years ago
  57. 481c5d5 Add Unit Test for TemplateCharReplace by James Feist · 5 years ago
  58. fff050a frudevice: change timeformat to %Y-%m-%d - %H:%M:%S by Patrick Venture · 5 years ago
  59. b8293c0 bugfix: entitymanager: no longer skip w/o Exposes by Patrick Venture · 5 years ago
  60. 6753d8c style: frudevice: drop return after exit by Patrick Venture · 5 years ago
  61. e0e6f5f frudevice: use strftime instead of asctime by Patrick Venture · 5 years ago
  62. 4d98882 entitymanager: flip logic to reduce indentation by Patrick Venture · 5 years ago
  63. 4f47fe6 style: frudevice: use lower camel for symbols by Patrick Venture · 5 years ago
  64. 4cc29fc bugfix: frudevice: read entire fru contents by Patrick Venture · 5 years ago
  65. b295e1d frudevice: use non-magic maximum read value by Patrick Venture · 5 years ago
  66. b755c83 frudevice: debug: drop std::hex for bus by Patrick Venture · 5 years ago
  67. c50e1ff frudevice: add support for eeprom sysfs when found by Patrick Venture · 5 years ago
  68. 5d8b61d frudevice: add missing debug space by Patrick Venture · 5 years ago
  69. e375400 frudevice: include filesystem header explicitly by Patrick Venture · 5 years ago
  70. 64fd7e2 frudevice: bail on area_offset == 0 by Patrick Venture · 5 years ago
  71. 786f179 frudevice: bail early on invalid header by Patrick Venture · 5 years ago
  72. 98e0cf3 frudevice: insert debug whitespace by Patrick Venture · 5 years ago
  73. 11f1ff4 frudevice: add i2c bus blacklist json by Patrick Venture · 5 years ago
  74. 96cdaef bugfix: FruDevice handle empty string as name by Patrick Venture · 5 years ago
  75. e31e00a Don't return early for TRUE_T and FALSE_T by James Feist · 5 years ago
  76. 9813279 Turn on a bunch of warnings by James Feist · 6 years ago
  77. 340c801 Remove dead code by James Feist · 6 years ago
  78. 27e7583 Fix PartNumber and Serial Number from being ints by James Feist · 6 years ago
  79. f861da8 Add presence gpio to CPU by James Feist · 6 years ago
  80. fb00f39 Fix erroneous Redfish logs by James Feist · 6 years ago
  81. 54a0dca Fix multiple AND expression by James Feist · 6 years ago
  82. 665267c Fix template replace for Array by James Feist · 6 years ago
  83. 71f295f Populate FRU Fields in the Chassis by James Feist · 6 years ago
  84. f5125b0 Add basic math support to template char replace by James Feist · 6 years ago
  85. 1a99658 Enhance device added / removed log message by James Feist · 6 years ago
  86. 16a02f2 AddObject bugfix by James Feist · 6 years ago
  87. d8884f1 Fix for devices behind the mux being wrongly detected on lower bus addresses by Nikhil Potade · 6 years ago
  88. 637b3ef Remove references to experimental filesystem by James Feist · 6 years ago
  89. 1df06a4 Log device added and device removed into journal by James Feist · 6 years ago
  90. f1b1414 Use hash of found device for json key by James Feist · 6 years ago
  91. a218ddb Remove unnecessary chatter from the log by James Feist · 6 years ago
  92. 0eb4035 Clean up by James Feist · 6 years ago
  93. 444830e fru-device: Fix bus lock timeout by James Feist · 6 years ago
  94. 24bae7a fru-device: Strengthen fru header check by James Feist · 6 years ago
  95. ebcc26b Add array patching support by James Feist · 6 years ago
  96. 2015f75 Fix DBus illegal character regex to exclude '.' characters by Johnathan Mantey · 6 years ago
  97. 4133426 Add FanProfile into settable types by James Feist · 6 years ago
  98. 7bcd3f2 FruDevice: Fix power match by James Feist · 6 years ago
  99. 9945ddf fru-device: add extra debug print by James Feist · 6 years ago
  100. 338b8a7 Add std::vector<double> to json variant type by James Feist · 6 years ago