1. 4a0c6ea tests: replace set with vector by Tomáš Pecka · 9 months ago
  2. 52d5046 tests: allow batch resource updates in sysrepo alarm expectations by Tomáš Pecka · 9 months ago
  3. 4163c0c tests: remove alarm-qualifier form alarms expectations by Tomáš Pecka · 9 months ago
  4. 8784429 hardware: push multiple alarm-inventory resources at once by Tomáš Pecka · 9 months ago
  5. 2848fd0 hardware: properly set up alarm-inventory by Tomáš Pecka · 9 months ago
  6. ea55305 utils: allow to push more new resources into an alarm-inventory entry by Tomáš Pecka · 9 months ago
  7. 9354bce utils: reorder severity parameter in alarm inventory management by Tomáš Pecka · 9 months ago
  8. d694bc5 utils: remove alarm-type-qualifier from alarm managing functions by Tomáš Pecka · 9 months ago
  9. 14f912b utils: willClear alarm parameter has a default value by Tomáš Pecka · 9 months ago
  10. c1aee5c utils: put alarms into separate namespace by Tomáš Pecka · 9 months ago
  11. c151151 tests: reduce excessive whitespace by Jan Kundrát · 10 months ago
  12. ca85a6d health: write to alarm-inventory in batches if possible by Tomáš Pecka · 9 months ago
  13. 94ebc36 health: read systemd unit state from ListUnits call by Tomáš Pecka · 9 months ago
  14. 26ac0fa health: use named struct a pair of strings by Tomáš Pecka · 9 months ago
  15. b80a7e3 tests: use alarm expectations in systemd-unit tests by Tomáš Pecka · 9 months ago
  16. e66a193 tests: allow specifying more leafs in alarm-inventory expectations by Tomáš Pecka · 9 months ago
  17. 1211fd9 tests: extend AlarmWatcher to check for multiple severities and resources by Tomáš Pecka · 9 months ago
  18. baf289c tests: mock class for testing alarms by Tomáš Pecka · 9 months ago
  19. 6fcb759 tests: encapsulate RPC watcher into a class by Tomáš Pecka · 9 months ago
  20. 7eb6459 tests: encapsulate datastore changes watcher into a single class by Tomáš Pecka · 9 months ago
  21. baafdd9 tests: use common Values typedef in notification watcher by Tomáš Pecka · 9 months ago
  22. 9f7b13e tests: rename and move sysrepo notification watcher by Tomáš Pecka · 9 months ago
  23. de06290 tests: move module_from_xpath into a common sysrepo-helpers library by Tomáš Pecka · 9 months ago
  24. c164ca6 tests: move sysrepo helpers into a separate library by Tomáš Pecka · 9 months ago
  25. 190c724 utils: add RAII sysrepo datastore switching by Tomáš Pecka · 9 months ago
  26. 370e2bf Merge changes I6c158f07,I311cc4cd,Ifdb3991f,I28558181 by Jan Kundrát · 10 months ago
  27. 26b3821 hardware: raise alarms when FspYh read failures happen by Tomáš Pecka · 10 months ago
  28. b0923ec tests: verify that called alarms are registered in alarm-inventory by Tomáš Pecka · 10 months ago
  29. 2fdc8ce tests: move expectations macros together by Tomáš Pecka · 10 months ago
  30. 3414e43 system: deny reading other user's authorised keys by Tomáš Pecka · 10 months ago
  31. 24b5483 system: add NACM rules allowing to change password and modify keys by Tomáš Pecka · 10 months ago
  32. b151d2d tests: remove useless section by Tomáš Pecka · 10 months ago
  33. b3f624e tests: use TEST_SYSREPO_INIT* macros by Tomáš Pecka · 10 months ago
  34. 22951ef tests: fix macro formatting by Tomáš Pecka · 10 months ago
  35. cdc899b tests: sysrepo: don't print "not interesting" nodes by Jan Kundrát · 10 months ago
  36. 82e41c3 tests: refactor: use a typedef for this long std::map type by Jan Kundrát · 10 months ago
  37. f85b5cb tests: DRY: use a macro for these XPaths by Jan Kundrát · 10 months ago
  38. d012b32 cmake: tests: simplify sysrepo fixtures by Jan Kundrát · 10 months ago
  39. 2ec3748 alarms: remove redundant definition by Jan Kundrát · 10 months ago
  40. e259aaa Merge "system: allow to configure remote journal upload" by Jan Kundrát · 10 months ago
  41. 00771ab hardware: remove unused data_reader::Group by Tomáš Pecka · 10 months ago
  42. 3905e44 hardware: make FspYhPdu hot-pluggable by Tomáš Pecka · 10 months ago
  43. f6dbd42 hardware: split FspYhPsu class into generic FspYh and FspYhPsu by Tomáš Pecka · 10 months ago
  44. 45b67f9 hardware: rename FspYhPsu unit to FspYh by Tomáš Pecka · 10 months ago
  45. 8410f50 hardware: use format string in spdlog call by Tomáš Pecka · 10 months ago
  46. d15f8bc hardware: remove workaround for tsan in clang<12 in FspYhPsu by Tomáš Pecka · 10 months ago
  47. 05d2955 hardware: remove unused class member in FspYhPsu by Tomáš Pecka · 10 months ago
  48. c0991ce hardware: add new sensors to alarm-inventory by Tomáš Pecka · 11 months ago
  49. bf39bcb tests: DRY a bit on these XPath strings by Jan Kundrát · 10 months ago
  50. e566fd4 system: allow to configure remote journal upload by Tomáš Pecka · 10 months ago
  51. 5a23d7d docs: sync the Boost version with the CI by Jan Kundrát · 11 months ago
  52. e26ac36 Fix missing formatter by Jan Kundrát · 11 months ago
  53. 5a4c035 hardware: invoke alarm when sensor goes nonoperational by Tomáš Pecka · 11 months ago
  54. cd7f9cc hardware: Disallow writing out-of-range values into sensor-value leaf by Tomáš Pecka · 11 months ago
  55. 655062c hardware: addSensorValue overload for strings and ints by Tomáš Pecka · 11 months ago
  56. 5f07eea hardware: set sensor's oper-status when adding sensor value by Tomáš Pecka · 11 months ago
  57. 343011f Fix build failure with GCC 13.2 by Jan Kundrát · 12 months ago
  58. 613f07f tests: rely on doctest+trompeloeil integration from upstream by Jan Kundrát · 12 months ago
  59. 0d8e907 fix build with fmtlib==10 by Tomáš Pecka · 1 year, 1 month ago
  60. 6141d58 Adapt to a breakage revert in upstream libyang by Jan Kundrát · 1 year, 1 month ago
  61. c852385 system: eth2 is a valid interface name on add-drop by Tomáš Pecka · 1 year, 2 months ago
  62. 70dd828 clearfog: relax voltage thresholds a bit by Jan Kundrát · 1 year, 2 months ago
  63. 5927f8e Merge "depend on fmt 8+" by Jan Kundrát · 1 year, 4 months ago
  64. f3806b0 Merge "docs: document installation requirements" by Jan Kundrát · 1 year, 4 months ago
  65. af4abff depend on fmt 8+ by Tomáš Pecka · 1 year, 10 months ago
  66. 97b34f7 Merge "utils: fix not working discard-only call to utils::valuesPush" by Jan Kundrát · 1 year, 4 months ago
  67. f6731b8 docs: document installation requirements by Jan Kundrát · 1 year, 4 months ago
  68. 4929d5c CI: Switch to Fedora 38 by Jan Kundrát · 1 year, 5 months ago
  69. 457016b tests: increase sleep in health_systemd-units test by Tomáš Pecka · 1 year, 4 months ago
  70. a0ccc67 utils: fix not working discard-only call to utils::valuesPush by Tomáš Pecka · 1 year, 4 months ago
  71. 119a3ee Merge changes I3b9ded84,I8b69dbdd,I729effa8,Ic537ffbf,Ieff1bf5b, ... by Jan Kundrát · 1 year, 5 months ago
  72. 66c88ef hardware: set PDU voltage thresholds by Tomáš Pecka · 1 year, 5 months ago
  73. d1484b4 hardware: set PSU voltage thresholds by Tomáš Pecka · 1 year, 5 months ago
  74. 2797599 hardware: set PSU input voltage thresholds by Tomáš Pecka · 1 year, 5 months ago
  75. 040bd6a hardware: set temperature thresholds for PDU and PSU by Tomáš Pecka · 1 year, 5 months ago
  76. 312f946 hardware: set thresholds to PSU fan by Tomáš Pecka · 1 year, 5 months ago
  77. 8bab0f0 hardware: set thresholds for fans by Tomáš Pecka · 1 year, 5 months ago
  78. 75b7164 hardware: reformat FspYhPsu file by Tomáš Pecka · 1 year, 5 months ago
  79. 315838e Adapt to changes in libyang and sysrepo-cpp by Jan Kundrát · 1 year, 5 months ago
  80. 9af4739 hardware: invoke sensor threshold crossing alarms by Tomáš Pecka · 1 year, 5 months ago
  81. 1b3c173 hardware: invoke missing sensor alarms by Tomáš Pecka · 1 year, 6 months ago
  82. 2117ce5 hardware: fill alarm-inventory with velia sensor alarms by Tomáš Pecka · 1 year, 6 months ago
  83. f206ab1 tests: separate processDsChanges into func by Tomáš Pecka · 1 year, 6 months ago
  84. d2322ad hardware: enumerate registered sensors in IETFHardware by Tomáš Pecka · 1 year, 6 months ago
  85. 0d8d8ee hardware: store and process threshold watchers by Tomáš Pecka · 1 year, 6 months ago
  86. 4886db2 hardware: data readers can set up sensor thresholds by Tomáš Pecka · 1 year, 6 months ago
  87. 68f08ae hardware: allow no value in threshold watcher by Tomáš Pecka · 1 year, 5 months ago
  88. ad8169c log: ensure we can control verbosity of everything by Jan Kundrát · 1 year, 5 months ago
  89. 190d6ca docopt.cpp: wrong arguments throw runtime_error by Jan Kundrát · 1 year, 5 months ago
  90. 498c3f8 Use atomic discards for the operational DS by Jan Kundrát · 1 year, 5 months ago
  91. 35b2d2d refactor: prefer emplace_back over push_back by Jan Kundrát · 1 year, 5 months ago
  92. a46f6fa refactor: IETFInterfaces::onRouteUpdate never deletes anything by Jan Kundrát · 1 year, 5 months ago
  93. dad552b8 hardware: move threshold watcher's State op<< into velia by Tomáš Pecka · 1 year, 6 months ago
  94. 4a0e194 hardware: add missing include in thresholds by Tomáš Pecka · 1 year, 5 months ago
  95. 1d2b95c health: move SystemdUnits into health directory by Tomáš Pecka · 1 year, 6 months ago
  96. ad3247f health: move alarms functions into utils by Tomáš Pecka · 1 year, 6 months ago
  97. 0ed5f4f cmake: add missing testing headers by Tomáš Pecka · 1 year, 6 months ago
  98. 04cd95d tests: set trace log level for all alarmsd loggers by Tomáš Pecka · 1 year, 6 months ago
  99. cf35500 tests: explicitely call optional<T>::has_value in dataFromSysrepo by Tomáš Pecka · 1 year, 6 months ago
  100. be858e2 tests: increase wait time in czechlight-system:leds test by Tomáš Pecka · 1 year, 6 months ago