1. 58855c4 hardware: add some debugging when pushing stuff to sysrepo by Jan Kundrát · 5 weeks ago
  2. b713c10 hardware: tweak the root component data by Jan Kundrát · 5 weeks ago
  3. 848207c utility to show active alarms in terminal by Tomáš Pecka · 5 weeks ago
  4. d6f648f refactor: use std::jthread for a proper cleanup by Jan Kundrát · 5 weeks ago
  5. df6365b Use two-phase init to prevent calling a pure virtual by Jan Kundrát · 5 weeks ago
  6. 8554b01 CI: ignore a TSAN false positive from HH's libdate-tz by Jan Kundrát · 5 weeks ago
  7. 3b2a12d CI: re-enable ARM builds by Jan Kundrát · 5 weeks ago
  8. 8dd54de refactor: a shorter name for converting leaf values to string by Jan Kundrát · 6 weeks ago
  9. 7935e81 C++: use std::string instead of std::string_view by Jan Kundrát · 6 weeks ago
  10. 73cb507 tests: cleanup includes in LLDP test by Tomáš Pecka · 7 weeks ago
  11. 01470c7 system: add defaulted op== for NeighborEntry by Tomáš Pecka · 7 weeks ago
  12. a9c66bf tests: pretty print vector<T> for doctest by Tomáš Pecka · 7 weeks ago
  13. 43edf72 health: do not rely on the operational DS being valid by Jan Kundrát · 8 months ago
  14. bee8186 build: simplify installation by Jan Kundrát · 9 weeks ago
  15. 9efb73c Unify installation directory for YANG files by Jan Kundrát · 9 weeks ago
  16. 086de99 build: simplify installation of YANG submodules by Jan Kundrát · 9 weeks ago
  17. b8d3961 build: use a less confusing FindPkgConfig syntax by Jan Kundrát · 9 weeks ago
  18. 72f540e Use date utilities from libyang-cpp by Tomáš Pecka · 4 months ago
  19. 4a10d0a port to libyang v3 by Jan Kundrát · 7 months ago
  20. 9bd6127 hardware: push alarm-inventory alarms in one batch by Tomáš Pecka · 9 months ago
  21. bbfc1c3 hardware: push new discovered alarm resources in batches by Tomáš Pecka · 9 months ago
  22. 4a0c6ea tests: replace set with vector by Tomáš Pecka · 9 months ago
  23. 52d5046 tests: allow batch resource updates in sysrepo alarm expectations by Tomáš Pecka · 9 months ago
  24. 4163c0c tests: remove alarm-qualifier form alarms expectations by Tomáš Pecka · 9 months ago
  25. 8784429 hardware: push multiple alarm-inventory resources at once by Tomáš Pecka · 9 months ago
  26. 2848fd0 hardware: properly set up alarm-inventory by Tomáš Pecka · 9 months ago
  27. ea55305 utils: allow to push more new resources into an alarm-inventory entry by Tomáš Pecka · 9 months ago
  28. 9354bce utils: reorder severity parameter in alarm inventory management by Tomáš Pecka · 9 months ago
  29. d694bc5 utils: remove alarm-type-qualifier from alarm managing functions by Tomáš Pecka · 9 months ago
  30. 14f912b utils: willClear alarm parameter has a default value by Tomáš Pecka · 9 months ago
  31. c1aee5c utils: put alarms into separate namespace by Tomáš Pecka · 9 months ago
  32. c151151 tests: reduce excessive whitespace by Jan Kundrát · 10 months ago
  33. ca85a6d health: write to alarm-inventory in batches if possible by Tomáš Pecka · 9 months ago
  34. 94ebc36 health: read systemd unit state from ListUnits call by Tomáš Pecka · 9 months ago
  35. 26ac0fa health: use named struct a pair of strings by Tomáš Pecka · 9 months ago
  36. b80a7e3 tests: use alarm expectations in systemd-unit tests by Tomáš Pecka · 9 months ago
  37. e66a193 tests: allow specifying more leafs in alarm-inventory expectations by Tomáš Pecka · 9 months ago
  38. 1211fd9 tests: extend AlarmWatcher to check for multiple severities and resources by Tomáš Pecka · 9 months ago
  39. baf289c tests: mock class for testing alarms by Tomáš Pecka · 9 months ago
  40. 6fcb759 tests: encapsulate RPC watcher into a class by Tomáš Pecka · 9 months ago
  41. 7eb6459 tests: encapsulate datastore changes watcher into a single class by Tomáš Pecka · 9 months ago
  42. baafdd9 tests: use common Values typedef in notification watcher by Tomáš Pecka · 9 months ago
  43. 9f7b13e tests: rename and move sysrepo notification watcher by Tomáš Pecka · 9 months ago
  44. de06290 tests: move module_from_xpath into a common sysrepo-helpers library by Tomáš Pecka · 9 months ago
  45. c164ca6 tests: move sysrepo helpers into a separate library by Tomáš Pecka · 9 months ago
  46. 190c724 utils: add RAII sysrepo datastore switching by Tomáš Pecka · 9 months ago
  47. 370e2bf Merge changes I6c158f07,I311cc4cd,Ifdb3991f,I28558181 by Jan Kundrát · 10 months ago
  48. 26b3821 hardware: raise alarms when FspYh read failures happen by Tomáš Pecka · 10 months ago
  49. b0923ec tests: verify that called alarms are registered in alarm-inventory by Tomáš Pecka · 10 months ago
  50. 2fdc8ce tests: move expectations macros together by Tomáš Pecka · 10 months ago
  51. 3414e43 system: deny reading other user's authorised keys by Tomáš Pecka · 10 months ago
  52. 24b5483 system: add NACM rules allowing to change password and modify keys by Tomáš Pecka · 10 months ago
  53. b151d2d tests: remove useless section by Tomáš Pecka · 10 months ago
  54. b3f624e tests: use TEST_SYSREPO_INIT* macros by Tomáš Pecka · 10 months ago
  55. 22951ef tests: fix macro formatting by Tomáš Pecka · 10 months ago
  56. cdc899b tests: sysrepo: don't print "not interesting" nodes by Jan Kundrát · 10 months ago
  57. 82e41c3 tests: refactor: use a typedef for this long std::map type by Jan Kundrát · 10 months ago
  58. f85b5cb tests: DRY: use a macro for these XPaths by Jan Kundrát · 10 months ago
  59. d012b32 cmake: tests: simplify sysrepo fixtures by Jan Kundrát · 10 months ago
  60. 2ec3748 alarms: remove redundant definition by Jan Kundrát · 10 months ago
  61. e259aaa Merge "system: allow to configure remote journal upload" by Jan Kundrát · 10 months ago
  62. 00771ab hardware: remove unused data_reader::Group by Tomáš Pecka · 10 months ago
  63. 3905e44 hardware: make FspYhPdu hot-pluggable by Tomáš Pecka · 10 months ago
  64. f6dbd42 hardware: split FspYhPsu class into generic FspYh and FspYhPsu by Tomáš Pecka · 10 months ago
  65. 45b67f9 hardware: rename FspYhPsu unit to FspYh by Tomáš Pecka · 10 months ago
  66. 8410f50 hardware: use format string in spdlog call by Tomáš Pecka · 10 months ago
  67. d15f8bc hardware: remove workaround for tsan in clang<12 in FspYhPsu by Tomáš Pecka · 10 months ago
  68. 05d2955 hardware: remove unused class member in FspYhPsu by Tomáš Pecka · 10 months ago
  69. c0991ce hardware: add new sensors to alarm-inventory by Tomáš Pecka · 11 months ago
  70. bf39bcb tests: DRY a bit on these XPath strings by Jan Kundrát · 10 months ago
  71. e566fd4 system: allow to configure remote journal upload by Tomáš Pecka · 10 months ago
  72. 5a23d7d docs: sync the Boost version with the CI by Jan Kundrát · 11 months ago
  73. e26ac36 Fix missing formatter by Jan Kundrát · 11 months ago
  74. 5a4c035 hardware: invoke alarm when sensor goes nonoperational by Tomáš Pecka · 11 months ago
  75. cd7f9cc hardware: Disallow writing out-of-range values into sensor-value leaf by Tomáš Pecka · 11 months ago
  76. 655062c hardware: addSensorValue overload for strings and ints by Tomáš Pecka · 11 months ago
  77. 5f07eea hardware: set sensor's oper-status when adding sensor value by Tomáš Pecka · 11 months ago
  78. 343011f Fix build failure with GCC 13.2 by Jan Kundrát · 12 months ago
  79. 613f07f tests: rely on doctest+trompeloeil integration from upstream by Jan Kundrát · 12 months ago
  80. 0d8e907 fix build with fmtlib==10 by Tomáš Pecka · 1 year, 1 month ago
  81. 6141d58 Adapt to a breakage revert in upstream libyang by Jan Kundrát · 1 year, 1 month ago
  82. c852385 system: eth2 is a valid interface name on add-drop by Tomáš Pecka · 1 year, 2 months ago
  83. 70dd828 clearfog: relax voltage thresholds a bit by Jan Kundrát · 1 year, 2 months ago
  84. 5927f8e Merge "depend on fmt 8+" by Jan Kundrát · 1 year, 4 months ago
  85. f3806b0 Merge "docs: document installation requirements" by Jan Kundrát · 1 year, 4 months ago
  86. af4abff depend on fmt 8+ by Tomáš Pecka · 1 year, 10 months ago
  87. 97b34f7 Merge "utils: fix not working discard-only call to utils::valuesPush" by Jan Kundrát · 1 year, 4 months ago
  88. f6731b8 docs: document installation requirements by Jan Kundrát · 1 year, 4 months ago
  89. 4929d5c CI: Switch to Fedora 38 by Jan Kundrát · 1 year, 5 months ago
  90. 457016b tests: increase sleep in health_systemd-units test by Tomáš Pecka · 1 year, 4 months ago
  91. a0ccc67 utils: fix not working discard-only call to utils::valuesPush by Tomáš Pecka · 1 year, 4 months ago
  92. 119a3ee Merge changes I3b9ded84,I8b69dbdd,I729effa8,Ic537ffbf,Ieff1bf5b, ... by Jan Kundrát · 1 year, 5 months ago
  93. 66c88ef hardware: set PDU voltage thresholds by Tomáš Pecka · 1 year, 5 months ago
  94. d1484b4 hardware: set PSU voltage thresholds by Tomáš Pecka · 1 year, 5 months ago
  95. 2797599 hardware: set PSU input voltage thresholds by Tomáš Pecka · 1 year, 5 months ago
  96. 040bd6a hardware: set temperature thresholds for PDU and PSU by Tomáš Pecka · 1 year, 5 months ago
  97. 312f946 hardware: set thresholds to PSU fan by Tomáš Pecka · 1 year, 5 months ago
  98. 8bab0f0 hardware: set thresholds for fans by Tomáš Pecka · 1 year, 5 months ago
  99. 75b7164 hardware: reformat FspYhPsu file by Tomáš Pecka · 1 year, 5 months ago
  100. 315838e Adapt to changes in libyang and sysrepo-cpp by Jan Kundrát · 1 year, 5 months ago