1. fc33ba8 clang-format: re-format for clang-18 by Patrick Williams · 5 weeks ago
  2. 7b11bba Move the MinimumVersion property to the id path by Adriana Kobylak · 3 months ago
  3. c5f6e7e clang-tidy: Enable readability-convert-member-functions-to-static by Pavithra Barithaya · 3 months ago
  4. 9d7b331 clang-tidy: Enable readability-redundant-smartptr-get check by Pavithra Barithaya · 3 months ago
  5. 9e307b7 clang-tidy: Enable readability-string-compare check by Pavithra Barithaya · 3 months ago
  6. ce9a5c9 clang-tidy: Enable readability-braces-around-statements check by Pavithra Barithaya · 3 months ago
  7. 6d17852 clang-tidy: Enable performance-unnecessary-value-param check by Pavithra Barithaya · 3 months ago
  8. 27d4938 clang-tidy: Enable performance-faster-string-find check by Pavithra Barithaya · 3 months ago
  9. 27d734f host_bios_upgrade: Add Updateable Association by Daniel Hsu · 4 months ago
  10. ce82de5 errors: Use non-deprecated namespaces by Adriana Kobylak · 8 months ago
  11. 1e9a5f1 sdbus++: use non-deprecated namespaces by Patrick Williams · 1 year, 1 month ago
  12. d5e8e73 clang-format: copy latest and re-format by Patrick Williams · 1 year, 4 months ago
  13. 44b9fef Fix the core dump by using filesystem error_code by George Liu · 1 year, 8 months ago
  14. deb86b4 field mode: restore works on all systems by Isaac Kurth · 2 years, 7 months ago
  15. bf2bb2b sdbusplus: use shorter type aliases by Patrick Williams · 2 years, 2 months ago
  16. 054bb0b Add support for Inventory.Decorator.Compatible by Justin Ledford · 2 years, 6 months ago
  17. d8c9eea dual-image: Implement BMC update when running on secondary by Lei YU · 2 years, 9 months ago
  18. bdf2d6c dual-image: Set priority for primary and secondary flash by Lei YU · 2 years, 9 months ago
  19. 531fbc2 dual-image: Detect the running image slot by Lei YU · 2 years, 10 months ago
  20. e56bf87 dual-image: Do not erase image if os-release is not found by Lei YU · 2 years, 7 months ago
  21. d474d9c dual-image: Always create os-release symlink by Lei YU · 2 years, 10 months ago
  22. 9c76a0a item_updater: Fix crash in updateUbootEnvVars() by Lei YU · 2 years, 6 months ago
  23. 88ba1f9 updater: Add activations after versions by Adriana Kobylak · 2 years, 7 months ago
  24. 59b640b Support uploading same image for multiple times by Adriana Kobylak · 2 years, 8 months ago
  25. 1e81f23 Determine functional versions from mount directory by Adriana Kobylak · 2 years, 8 months ago
  26. 25773a7 Use flash id to write image to flash by Adriana Kobylak · 2 years, 8 months ago
  27. 780220f serialize: Use flash id instead of version id by Adriana Kobylak · 2 years, 8 months ago
  28. a84f06d updater: Introduce the concept of flash id by Adriana Kobylak · 2 years, 8 months ago
  29. 0cd6d84 cleanup: Fix warnings found by cppcheck by Lei YU · 2 years, 9 months ago
  30. ae06d76 item_updater : erase() : remove uploaded images by Zami Seck · 3 years, 1 month ago
  31. 4ce901c exception: switch to public sdbus exception by Patrick Williams · 3 years, 1 month ago
  32. c9bb642 logging: switch to lg2 by Patrick Williams · 3 years, 1 month ago
  33. cfb4b20 item_updater: Fix crash on redundantPriority by Lei YU · 3 years, 5 months ago
  34. 6e9fb1d Add BIOS DBus object by Lei YU · 3 years, 7 months ago
  35. 1fd6ddd Implement Software.Extended Version by Chanh Nguyen · 3 years, 9 months ago
  36. 878377d Revert "Factory Reset: Wait for env variables" by Adriana Kobylak · 3 years, 8 months ago
  37. 8e9ccfe Add support for full BMC FW flash image by Bright Cheng · 4 years, 10 months ago
  38. d1a55ad item_updater: erase: Call resetUbootEnvVars() first by Adriana Kobylak · 4 years, 3 months ago
  39. f383d27 item_updater: Ignore duplicate version ids by Adriana Kobylak · 4 years, 3 months ago
  40. 716cd78 processBMCImage: Dynamically calculate version id by Adriana Kobylak · 4 years, 4 months ago
  41. 24a8d83 item_updater: Use relative path to append OS_RELEASE_FILE by Adriana Kobylak · 4 years, 3 months ago
  42. 58aa750 clang-format: update to latest from docs repo by Adriana Kobylak · 4 years, 4 months ago
  43. bc1facd sdbusplus: replace message::variant with std::variant by Patrick Williams · 4 years, 4 months ago
  44. 60f5ccf Factory Reset: Wait for env variables by Gunnar Mills · 4 years, 4 months ago
  45. c98d912 Use std::filesystem instead of std::experimental by Adriana Kobylak · 4 years, 5 months ago
  46. e883fb8 sdbusplus: remove deprecated variant_ns by Patrick Williams · 4 years, 4 months ago
  47. bbebec7 Add updateable association to active BMC FW object by AppaRao Puli · 4 years, 8 months ago
  48. e9f6c84 Add support for Bios update by Vijay Khemka · 4 years, 8 months ago
  49. ec4eec3 serialize: Add version purpose by Adriana Kobylak · 4 years, 10 months ago
  50. 687e75e serialize: Store priority in directory instead of file by Adriana Kobylak · 4 years, 11 months ago
  51. 22848ec Move function to enable field mode to common code by Adriana Kobylak · 5 years ago
  52. d5b8f75 item_updater: Return NotAllowed when attempting to clear FieldMode by Adriana Kobylak · 5 years ago
  53. 991af7e item_updater: Call remove association on delete by Adriana Kobylak · 6 years ago
  54. 43699ca Rename Version::Errors to Image::Errors by Adriana Kobylak · 6 years ago
  55. a696359 Fix being able to activate a Failed version by Adriana Kobylak · 6 years ago
  56. b0ce996 clang-format: Update to match docs repo by Gunnar Mills · 6 years ago
  57. 0f88b5a Delete functional BMC id if ACTIVE_BMC_MAX_ALLOWED is less than 2 by Lei YU · 6 years ago
  58. 269bff3 Make MEDIA_DIR configurable by Lei YU · 6 years ago
  59. 87c7817 Catch SdBusError when calling the mapper by Ed Tanous · 6 years ago
  60. bbcb7be Move setting the priority U-Boot variable to ubi by Adriana Kobylak · 6 years ago
  61. 56aaf45 item_updater: sort ubi specific code by Lei YU · 6 years ago
  62. 1be8d50 Refactor of bmcImages by Lei YU · 6 years ago
  63. eaa1ee0 Perform uboot mirroring operation during BMC boot by Eddie James · 7 years ago
  64. 69f4ab9 Revert "Delay return from updateUbootEnvVars() until service file finishes" by Adriana Kobylak · 6 years ago
  65. 2225fda Delay return from updateUbootEnvVars() until service file finishes by Michael Tritz · 7 years ago
  66. 2ab9b10 Add support for signature verification routines by Jayanth Othayoth · 7 years ago
  67. 2285fe0 Enable clang code format by Adriana Kobylak · 7 years ago
  68. 83cd21f item_updater: Fix DeleteAll by Adriana Kobylak · 7 years ago
  69. 204e1e7 Call freeSpace() function before update by Adriana Kobylak · 7 years ago
  70. 596466b Fix error logging by Adriana Kobylak · 7 years ago
  71. 1254c62 item_updater: Look for BMC inventory interface by Adriana Kobylak · 7 years ago
  72. ee13e83 BMC: Fix the delete implementation. by Saqib Khan · 7 years ago
  73. b77551c Call update u-boot env once when a priority is changed by Adriana Kobylak · 7 years ago
  74. 4254bec BMC Updater: Remove the Object.Delete interface from functional version by Michael Tritz · 7 years ago
  75. ff0b421 Fix for field mode not working after reboot by Michael Tritz · 7 years ago
  76. d377ba1 Move duplicate image upload log inside image_manager by Saqib Khan · 7 years ago
  77. 2ad1b55 Update Journal Entry Format by Gunnar Mills · 7 years ago
  78. f0382c3 Update U-boot env variables by Saqib Khan · 7 years ago
  79. 49446ae Update Uboot environment variables when a version is deleted or updated by Saqib Khan · 7 years ago
  80. d16bcbd Style changes in item_updater.cpp by Gunnar Mills · 7 years ago
  81. dcbfa04 Restore BMC version on systems that doesn't have new BMC ubi layout. by Saqib Khan · 7 years ago
  82. ee590c7 Set Priority value of functional BMC version to 0 by Adriana Kobylak · 7 years ago
  83. 021c365 Delete the BMC version that doesn't have a valid os-release file. by Saqib Khan · 7 years ago
  84. bc1bf3a BMC Updater: Add function to delete all versions by Michael Tritz · 7 years ago
  85. b9da663 BMC: Update u-boot environment variable based on lowest priority by Saqib Khan · 7 years ago
  86. f10b232 Change to pass by reference by Gunnar Mills · 7 years ago
  87. 88e8a32 Create BMC functional Association by Gunnar Mills · 7 years ago
  88. 6d87371 Add checks for currently running bmc image before erasing by Eddie James · 7 years ago
  89. 43b25cd Create active association on startup by Gunnar Mills · 7 years ago
  90. 9440f49 Fix problem requiring two Delete calls to remove an image by Eddie James · 7 years ago
  91. 6fab70d Change ro to rofs. by Saqib Khan · 7 years ago
  92. ded875d Create active association by Gunnar Mills · 7 years ago
  93. 1eef62d BMC: Restore version and activation dbus objects on BMC reboot. by Saqib Khan · 7 years ago
  94. b60add1 Create an association to BMC inventory item by Gunnar Mills · 7 years ago
  95. 9a78224 style changes to item_updater.cpp by Gunnar Mills · 7 years ago
  96. 0c2eb26 Remove rw ubi volume delete as part of bmc version delete. by Saqib Khan · 7 years ago
  97. 0129d92 Add field mode to BMC updater by Michael Tritz · 7 years ago
  98. 5d53267 BMC: Store RedundancyPriority on System. by Saqib Khan · 7 years ago
  99. b1cfdf9 Check if BMC tarball has all required files during image verifcation by Michael Tritz · 7 years ago
  100. 7b5010f item_updater: Add a log to indicate duplicate image upload. by Saqib Khan · 7 years ago