1. 7fb6c34 clang-format: copy latest and re-format by Patrick Williams · 1 year, 1 month ago
  2. 0dea199 sdbusplus: use shorter type aliases by Patrick Williams · 1 year, 11 months ago
  3. 7b5685d exception: switch to public sdbus exception by Patrick Williams · 2 years, 9 months ago
  4. 8facccf style: update clang-format by Brad Bishop · 3 years, 7 months ago
  5. 3c81037 pnor: Add updatable association to active PNOR FW by Adriana Kobylak · 3 years, 11 months ago
  6. 573552a sdbusplus: replace message::variant with std::variant by Patrick Williams · 4 years ago
  7. 212102e sdbusplus: replace message::variant with std::variant by Patrick Williams · 4 years, 1 month ago
  8. 550f31b sdbusplus: remove deprecated variant_ns by Patrick Williams · 4 years, 1 month ago
  9. b8cb0cc Remove deprecated is_method_error code by Adriana Kobylak · 5 years ago
  10. a9ac927 Refactor: Make createActivation() common by Lei YU · 5 years ago
  11. f3ce433 Refactor: Split item_updater to common and ubi by Lei YU · 5 years ago
  12. ae81da4 Allow delete functional PNOR if only 1 PNOR is allowed by Lei YU · 5 years ago
  13. b523717 item_updater: Call remove association on delete by Adriana Kobylak · 6 years ago
  14. f6ed589 clang-format: Update to match docs repo by Gunnar Mills · 6 years ago
  15. c39d923 deleteAll: Delete functional version if chassis off by Adriana Kobylak · 6 years ago
  16. 0bd6505 reset: Call Suspend / Resume mbox by Adriana Kobylak · 6 years ago
  17. ca9ba06 reset: Replace service files with filesystem APIs by Adriana Kobylak · 6 years ago
  18. afd0a45 Use s.c_str() in log messages by Joseph Reynolds · 6 years ago
  19. 70dcb63 Enable clang code format by Adriana Kobylak · 6 years ago
  20. 40ecdb6 Host updater: Back up version priority in environment variables by Michael Tritz · 7 years ago
  21. fedbf3d fix item updater freeSpace() by Gunnar Mills · 6 years ago
  22. bb31f02 Clear files in pnor-patch directory on host factory reset by Michael Tritz · 7 years ago
  23. 7f80e0b PNOR: Fix the delete implementation by Saqib Khan · 7 years ago
  24. 5b75651 Host updater: Remove the Object.Delete interface from functional version by Michael Tritz · 7 years ago
  25. 795d984 Fix up InternalFailure to include metadata by Marri Devender Rao · 7 years ago
  26. ee201a5 item_updater: Skip functional version when freeing space by Adriana Kobylak · 7 years ago
  27. b541f1b Host updater: implement GUARD factory reset by Michael Tritz · 7 years ago
  28. 850d5f6 Update Journal Variable Names by Gunnar Mills · 7 years ago
  29. fbee189 Revert "item_updater: Add a log to indicate duplicate image upload." by Saqib Khan · 7 years ago
  30. fa5daf4 remove Delete from Version by Eddie James · 7 years ago
  31. fa7aa12 Host reset: Change deletes to clears by Michael Tritz · 7 years ago
  32. 6a52226 Delete the pnor version that doesn't have a valid pnor.toc by Saqib Khan · 7 years ago
  33. 2be9ba9 Delete orphaned pnor read-write volumes. by Saqib Khan · 7 years ago
  34. 61010b2 Change to pass by reference by Gunnar Mills · 7 years ago
  35. 2badd7a Create functional association on startup by Gunnar Mills · 7 years ago
  36. 234a07e Host updater: Add function to delete all versions by Michael Tritz · 7 years ago
  37. 833e4f3 Create PNOR Functional Association by Gunnar Mills · 7 years ago
  38. 13fc66a Add checks for currently running host image before erasing by Eddie James · 7 years ago
  39. 3588acc Create active association on startup by Gunnar Mills · 7 years ago
  40. 1e0aa5c Combine the creation of ro and rw partition in one service file by Saqib Khan · 7 years ago
  41. 9741cd1 Create active association by Gunnar Mills · 7 years ago
  42. 3fa7028 style changes in item_updater.cpp by Gunnar Mills · 7 years ago
  43. 3edb84b Create an association to host inventory item by Gunnar Mills · 7 years ago
  44. 2cbfa03 Limit the number of Active pnor versions by Saqib Khan · 7 years ago
  45. ef8cd9f Item_updater:Restructure the sequence of delete interface. by Saqib Khan · 7 years ago
  46. 3641792 Fix for restoreFromFile cereal exception by Michael Tritz · 7 years ago
  47. b8e7f31 item_updater: Ignore base version when trying to free up priority. by Saqib Khan · 7 years ago
  48. 3fb2d17 item_updater: Add a log to indicate duplicate image upload. by Saqib Khan · 7 years ago
  49. 60bc20f PNOR: Restore RedundancyPriority on reset by Michael Tritz · 7 years ago
  50. 4c5d744 PNOR: Restore version and activation dbus objects on BMC reboot. by Saqib Khan · 7 years ago
  51. 9c8adfa item_updater : Implementing Object.Delete for version by Leonel Gonzalez · 7 years ago
  52. 2af5c49 PNOR: Switch Software Version based on priority. by Saqib Khan · 7 years ago
  53. 167601b Create Version and Activation objects for current PNOR image by Saqib Khan · 7 years ago
  54. 00044f4 Prevent Host Updater from going in to an infinite loop. by Saqib Khan · 7 years ago
  55. 81bac88 PNOR: implement Software RedundancyPriority interface. by Saqib Khan · 7 years ago
  56. 9d25b60 Activation: Wait for service files to complete by Michael Tritz · 7 years ago
  57. e429094 item_updater: style simplification by Patrick Williams · 7 years ago
  58. ce14870 item_updater: Add version dbus object. by Saqib Khan · 7 years ago
  59. 5ba6b10 item_updater: Use the Common.FilePath.Path to find the image files by Adriana Kobylak · 7 years ago
  60. d6a549e ItemUpdater: Only create the dbus objects for Host and System images by Adriana Kobylak · 7 years ago
  61. 3accb32 use new sdbusplus match constructors by Patrick Williams · 7 years ago
  62. 2fdb931 Code update flow: Set properties and load squashfs on object creation by Adriana Kobylak · 7 years ago
  63. dd961b6 Implement host factory reset in item_updater by Michael Tritz · 7 years ago
  64. a8ade7e ItemUpdater: Validate PNOR squashfs image by Saqib Khan · 7 years ago
  65. 7254f0e ItemUpdater: Implement Software.Extended Version by Saqib Khan · 7 years ago
  66. bc37a4c Activation: Save the version id by Adriana Kobylak · 7 years ago
  67. befe5ce Activation: Override the set property functions by Adriana Kobylak · 7 years ago
  68. 268616b ItemUpdater: Store version id as string instead of int by Adriana Kobylak · 7 years ago
  69. b66ac3a ItemUpdater: Create dbus object with version id by Adriana Kobylak · 7 years ago
  70. 2d8fa22 Create Activation dbus object by Adriana Kobylak · 7 years ago