1. 3526253 markdownlint: fix all warnings by Patrick Williams · 1 year, 6 months ago
  2. 2b14012 prettier: re-format by Patrick Williams · 1 year, 6 months ago
  3. c4bc11e black: re-format by Patrick Williams · 1 year, 6 months ago
  4. 7f2b6ae python: fix flake8 warnings and format with black by Patrick Williams · 1 year, 6 months ago
  5. 2d38eda MAINTAINERS: remove file by Patrick Williams · 1 year, 10 months ago
  6. 8123a71 sdbusplus: use shorter type aliases by Patrick Williams · 1 year, 10 months ago
  7. d29ded8 OWNERS: switch 'matches' to 'matchers' by Patrick Williams · 1 year, 10 months ago
  8. 1b38809 Fix typo by Matt Spinler · 2 years ago
  9. d5b6fd1 build: enable C++20 by Patrick Williams · 2 years, 1 month ago
  10. c076362 sdbusplus: object: don't use 'bool' argument constructor by Patrick Williams · 2 years, 2 months ago
  11. e841b05 Add OWNERS file by Manojkiran Eda · 2 years, 7 months ago
  12. bf9ea8a catch exceptions as const by Patrick Williams · 2 years, 8 months ago
  13. 1eb6367 Switch SdBusError to generic sdbusplus exception by Matt Spinler · 2 years, 9 months ago
  14. 074d53b MAINTAINERS: remove Deepak by Patrick Williams · 3 years, 1 month ago
  15. 3c84596 bootstrap: fix shellcheck warnings by Patrick Williams · 3 years, 1 month ago
  16. aeaa374 Remove ibm-dbus-ifaces dependency by Matt Spinler · 4 years ago
  17. 29c2ec6 string: ensure string included by Andrew Geissler · 4 years ago
  18. b9ba941 sdbusplus: replace message::variant with std::variant by Patrick Williams · 4 years ago
  19. 0d9b74d MAINTAINERS: update Deepak's email address by Patrick Williams · 4 years ago
  20. b5af3a3 sdbusplus: remove deprecated variant_ns by Patrick Williams · 4 years ago
  21. 94924b4 Update condense_policy.py for python3 by Matt Spinler · 4 years, 3 months ago
  22. c4cd4dc create_error_reports update for python3 by Matt Spinler · 4 years, 3 months ago
  23. 4c0e894 Updates for new association interface by Matt Spinler · 4 years, 7 months ago
  24. 3dd7c2e build: install into bin instead of sbin by Patrick Venture · 5 years ago
  25. 1882504 build: pkg anti-pattern: use defaults by Patrick Venture · 5 years ago
  26. f5866e7 Fixup std::variant usage by William A. Kennington III · 6 years ago
  27. 9351665 Remove dead is_method_error code by Matt Spinler · 6 years ago
  28. 54ea3ad Use C++17 optional and any by Matt Spinler · 6 years ago
  29. 5b6d0f6 ibm-logging: use c++17 by Vernon Mauery · 6 years ago
  30. c57aa4b Policy table lookup enhancements by Matt Spinler · 6 years ago
  31. 6cfccf4 condense_policy.py: Allow multiple || separators by Matt Spinler · 6 years ago
  32. 7766e25 Fix GetSubTree depth argument type by Matt Spinler · 6 years ago
  33. 66e0707 clang-format updates by Matt Spinler · 6 years ago
  34. 34af47f Handle SdBusError exceptions by Matt Spinler · 6 years ago
  35. 4afb6f8 Remove an old TODO by Matt Spinler · 6 years ago
  36. 3e71c97 Merge "Use s.c_str() in log messages" by Matt Spinler · 6 years ago
  37. 60f53d8 Restore Callout objects by Matt Spinler · 6 years ago
  38. 52ee71b Create the Callout objects by Matt Spinler · 6 years ago
  39. e6a5159 Use different code paths for create and restore by Matt Spinler · 6 years ago
  40. d82a6dd Add getSubtree and getAllProperties functions by Matt Spinler · 6 years ago
  41. 32219be Add function prologue for getManagedObjects by Matt Spinler · 6 years ago
  42. a3c33e7 Add Callout serialization unit tests by Matt Spinler · 6 years ago
  43. ef3b86f Add serialization to the Callout class by Matt Spinler · 6 years ago
  44. 23818bb Add Callout class by Matt Spinler · 6 years ago
  45. 677143b Add support for child D-Bus objects by Matt Spinler · 6 years ago
  46. a139035 Create an erase() function by Matt Spinler · 6 years ago
  47. cb5c032 Add MAINTAINERS file by Andrew Jeffery · 6 years ago
  48. 5353026 Use s.c_str() in log messages by Joseph Reynolds · 6 years ago
  49. 9bea4ea Revert "Implement the Delete interface" by Matt Spinler · 6 years ago
  50. 6fac45e Revert "Implement the DeleteAll interface" by Matt Spinler · 6 years ago
  51. 055da3b Revert "Remove the interfaces removed handler" by Matt Spinler · 6 years ago
  52. 200ead2 Support a catch all in the policy data by Matt Spinler · 6 years ago
  53. 19ff79f Remove the interfaces removed handler by Matt Spinler · 6 years ago
  54. 2cfceb4 Implement the DeleteAll interface by Matt Spinler · 6 years ago
  55. 433bead Implement the Delete interface by Matt Spinler · 6 years ago
  56. 491fc6f Create wrapper function for adding an interface by Matt Spinler · 6 years ago
  57. 259e727 Enable clang-format by Matt Spinler · 6 years ago
  58. 3911b05 Add policy table vs error YAML crosscheck report by Matt Spinler · 6 years ago
  59. a5ae51c Parse error metadata yaml in reporting script by Matt Spinler · 6 years ago
  60. 3048ecc Add debug script to dump all openBMC errors by Matt Spinler · 6 years ago
  61. 4bffa93 Add script to condense the policy table JSON by Matt Spinler · 6 years ago
  62. 62011e2 Add unit tests for policy::find() by Matt Spinler · 6 years ago
  63. e3be64f Find the search modifier to use by Matt Spinler · 6 years ago
  64. 8e24dbc Use a policy search modifier to find a table entry by Matt Spinler · 6 years ago
  65. 4a6ea6a Find a policy entry and create the Policy object by Matt Spinler · 6 years ago
  66. 7ce3eef Add default event ID and error description by Matt Spinler · 6 years ago
  67. 743e582 Add policy::Table class to Manager by Matt Spinler · 6 years ago
  68. b96fa32 Add unit tests for the policy table by Matt Spinler · 6 years ago
  69. 3c9e301 Find an entry in the policy table by Matt Spinler · 6 years ago
  70. 8c0a63f Add policy::Table class by Matt Spinler · 6 years ago
  71. 57724a9 Start the D-Bus loop in main() by Matt Spinler · 6 years ago
  72. 54bfa7e Create objects for existing logs on startup by Matt Spinler · 6 years ago
  73. bc99749 Add getManagedObjects helper function by Matt Spinler · 6 years ago
  74. e0017eb Add Manager class by Matt Spinler · 6 years ago
  75. c1d6577 Add ibm-log-manager application by Matt Spinler · 6 years ago
  76. fbad2b7 Add Readme by Matt Spinler · 6 years ago
  77. 2ae7dd1 Initial commit by Brad Bishop · 6 years ago