1. 26b3821 hardware: raise alarms when FspYh read failures happen by Tomáš Pecka · 10 months ago
  2. 2ec3748 alarms: remove redundant definition by Jan Kundrát · 10 months ago
  3. e259aaa Merge "system: allow to configure remote journal upload" by Jan Kundrát · 10 months ago
  4. 00771ab hardware: remove unused data_reader::Group by Tomáš Pecka · 10 months ago
  5. 3905e44 hardware: make FspYhPdu hot-pluggable by Tomáš Pecka · 10 months ago
  6. f6dbd42 hardware: split FspYhPsu class into generic FspYh and FspYhPsu by Tomáš Pecka · 10 months ago
  7. 45b67f9 hardware: rename FspYhPsu unit to FspYh by Tomáš Pecka · 10 months ago
  8. 8410f50 hardware: use format string in spdlog call by Tomáš Pecka · 10 months ago
  9. d15f8bc hardware: remove workaround for tsan in clang<12 in FspYhPsu by Tomáš Pecka · 10 months ago
  10. 05d2955 hardware: remove unused class member in FspYhPsu by Tomáš Pecka · 10 months ago
  11. c0991ce hardware: add new sensors to alarm-inventory by Tomáš Pecka · 11 months ago
  12. e566fd4 system: allow to configure remote journal upload by Tomáš Pecka · 10 months ago
  13. e26ac36 Fix missing formatter by Jan Kundrát · 11 months ago
  14. 5a4c035 hardware: invoke alarm when sensor goes nonoperational by Tomáš Pecka · 11 months ago
  15. cd7f9cc hardware: Disallow writing out-of-range values into sensor-value leaf by Tomáš Pecka · 11 months ago
  16. 655062c hardware: addSensorValue overload for strings and ints by Tomáš Pecka · 11 months ago
  17. 5f07eea hardware: set sensor's oper-status when adding sensor value by Tomáš Pecka · 11 months ago
  18. 343011f Fix build failure with GCC 13.2 by Jan Kundrát · 12 months ago
  19. 0d8e907 fix build with fmtlib==10 by Tomáš Pecka · 1 year, 1 month ago
  20. 6141d58 Adapt to a breakage revert in upstream libyang by Jan Kundrát · 1 year, 1 month ago
  21. c852385 system: eth2 is a valid interface name on add-drop by Tomáš Pecka · 1 year, 2 months ago
  22. 70dd828 clearfog: relax voltage thresholds a bit by Jan Kundrát · 1 year, 2 months ago
  23. af4abff depend on fmt 8+ by Tomáš Pecka · 1 year, 10 months ago
  24. a0ccc67 utils: fix not working discard-only call to utils::valuesPush by Tomáš Pecka · 1 year, 4 months ago
  25. 119a3ee Merge changes I3b9ded84,I8b69dbdd,I729effa8,Ic537ffbf,Ieff1bf5b, ... by Jan Kundrát · 1 year, 5 months ago
  26. 66c88ef hardware: set PDU voltage thresholds by Tomáš Pecka · 1 year, 5 months ago
  27. d1484b4 hardware: set PSU voltage thresholds by Tomáš Pecka · 1 year, 5 months ago
  28. 2797599 hardware: set PSU input voltage thresholds by Tomáš Pecka · 1 year, 5 months ago
  29. 040bd6a hardware: set temperature thresholds for PDU and PSU by Tomáš Pecka · 1 year, 5 months ago
  30. 312f946 hardware: set thresholds to PSU fan by Tomáš Pecka · 1 year, 5 months ago
  31. 8bab0f0 hardware: set thresholds for fans by Tomáš Pecka · 1 year, 5 months ago
  32. 75b7164 hardware: reformat FspYhPsu file by Tomáš Pecka · 1 year, 5 months ago
  33. 315838e Adapt to changes in libyang and sysrepo-cpp by Jan Kundrát · 1 year, 5 months ago
  34. 9af4739 hardware: invoke sensor threshold crossing alarms by Tomáš Pecka · 1 year, 5 months ago
  35. 1b3c173 hardware: invoke missing sensor alarms by Tomáš Pecka · 1 year, 6 months ago
  36. 2117ce5 hardware: fill alarm-inventory with velia sensor alarms by Tomáš Pecka · 1 year, 6 months ago
  37. d2322ad hardware: enumerate registered sensors in IETFHardware by Tomáš Pecka · 1 year, 6 months ago
  38. 0d8d8ee hardware: store and process threshold watchers by Tomáš Pecka · 1 year, 6 months ago
  39. 4886db2 hardware: data readers can set up sensor thresholds by Tomáš Pecka · 1 year, 6 months ago
  40. 68f08ae hardware: allow no value in threshold watcher by Tomáš Pecka · 1 year, 5 months ago
  41. ad8169c log: ensure we can control verbosity of everything by Jan Kundrát · 1 year, 5 months ago
  42. 190d6ca docopt.cpp: wrong arguments throw runtime_error by Jan Kundrát · 1 year, 5 months ago
  43. 498c3f8 Use atomic discards for the operational DS by Jan Kundrát · 1 year, 5 months ago
  44. 35b2d2d refactor: prefer emplace_back over push_back by Jan Kundrát · 1 year, 5 months ago
  45. a46f6fa refactor: IETFInterfaces::onRouteUpdate never deletes anything by Jan Kundrát · 1 year, 5 months ago
  46. dad552b8 hardware: move threshold watcher's State op<< into velia by Tomáš Pecka · 1 year, 6 months ago
  47. 4a0e194 hardware: add missing include in thresholds by Tomáš Pecka · 1 year, 5 months ago
  48. 1d2b95c health: move SystemdUnits into health directory by Tomáš Pecka · 1 year, 6 months ago
  49. ad3247f health: move alarms functions into utils by Tomáš Pecka · 1 year, 6 months ago
  50. 0f8f15b health: avoid double registration of a systemd unit by Tomáš Pecka · 1 year, 6 months ago
  51. 0e87484 health: remove unnecessary method parameter by Tomáš Pecka · 1 year, 6 months ago
  52. bacb5da hardware: remove boost::signals from thresholds by Tomáš Pecka · 1 year, 6 months ago
  53. 50584c5 hardware: add thresholds watchers by Tomáš Pecka · 1 year, 7 months ago
  54. 77e09c2 hardware: format IETFHardware by Tomáš Pecka · 1 year, 6 months ago
  55. f1cba74 hardware: use chrono calendar instead of struct tm by Tomáš Pecka · 1 year, 6 months ago
  56. 43ef7ba hardware: push ietf-hardware data into sysrepo periodically by Tomáš Pecka · 1 year, 7 months ago
  57. 23536bf hardware: set oper-state to disabled if PSU is not present by Tomáš Pecka · 1 year, 6 months ago
  58. 7eb0c42 hardware: support component/state container in ietf-hardware by Tomáš Pecka · 1 year, 6 months ago
  59. 18df5d0 utils: put UniqueResource in utils namespace by Tomáš Pecka · 1 year, 7 months ago
  60. 7e7facb hardware: remove unused includes by Tomáš Pecka · 1 year, 7 months ago
  61. 39db333 Merge changes from topic "systemd-ietf-alarms" by Jan Kundrát · 1 year, 7 months ago
  62. 4d7e909 hardware: concurrent reading pdu and psu properties by Tomáš Pecka · 1 year, 7 months ago
  63. 2a4c9f6 hardware: new Group data reader by Tomáš Pecka · 1 year, 7 months ago
  64. e73c068 hardware: speed up reading PSU hwmon data by Tomáš Pecka · 1 year, 7 months ago
  65. a96d342 hardware: speed up reading PDU hwmon data by Tomáš Pecka · 1 year, 7 months ago
  66. 8e5a2d3 health: populate alarms' alarm-inventory container by Tomáš Pecka · 2 years, 2 months ago
  67. 3906c89 health: set LED color based on alarm-summary by Tomáš Pecka · 2 years, 3 months ago
  68. e4c82ee health: use alarm-based systemd unit monitor by Tomáš Pecka · 2 years, 4 months ago
  69. e1f0abd health: control LEDs via sysrepo and ietf-alarms by Tomáš Pecka · 2 years, 4 months ago
  70. 6a2334b health: Report systemd unit states with alarms by Tomáš Pecka · 2 years, 4 months ago
  71. a41d3d9 tree: include fmt directly by Tomáš Pecka · 1 year, 10 months ago
  72. c324c10 health: Fix DbusSystemdInput didn't always ignore ignored units by Tomáš Pecka · 1 year, 10 months ago
  73. 7c16208 coding style: fix indentation by Jan Kundrát · 1 year, 10 months ago
  74. 7a30cf4 YANG: version bump by Jan Kundrát · 2 years, 4 months ago
  75. 3795cab RAUC: marking FW slots as failed, or preferred for the next reboot by Jan Kundrát · 2 years, 4 months ago
  76. e55b56b RAUC: export info whether a FW slot will be tried first during next boot by Jan Kundrát · 2 years, 4 months ago
  77. 58b39ae RAUC: change slot status reporting by Jan Kundrát · 2 years, 4 months ago
  78. 80113ed Subscribe to SR_EV_ENABLED as well by Jan Kundrát · 2 years, 6 months ago
  79. 7632360 hardware: fix voltage sensors reporting by Tomáš Pecka · 2 years, 6 months ago
  80. 919bf5f Fix build error on clang 13 by Jan Kundrát · 2 years, 6 months ago
  81. 656c87f system: introduce mutex to sysrepo session access in IETFInterfaces by Tomáš Pecka · 2 years, 7 months ago
  82. 68b85c4 firewall/nftables: Add support for include files by Václav Kubernát · 2 years, 7 months ago
  83. b3e9998 Port to libyang-cpp and sysrepo-cpp API change to std::string by Jan Kundrát · 2 years, 8 months ago
  84. 7efd6d5 Migrate to libyang2 by Václav Kubernát · 3 years ago
  85. d2e4bdf health: Don't use object whose lifetimes may be over by Tomáš Pecka · 2 years, 10 months ago
  86. b172486 health: Fix missing --health-log-level action by Tomáš Pecka · 2 years, 10 months ago
  87. b7f2635 firmware: Change date format by Václav Kubernát · 3 years ago
  88. 693c795 Change date-and-time format by Václav Kubernát · 3 years ago
  89. 069d3a9 IETFHardware: Make mfg-date via utils function by Václav Kubernát · 3 years ago
  90. f0b7075 Merge "system: get LLDP neighbors from JSON output of networkctl" by Jan Kundrát · 3 years ago
  91. 070f60d system: get LLDP neighbors from JSON output of networkctl by Tomáš Pecka · 3 years, 1 month ago
  92. b6adbde Authentication: Create keyfile directory by Václav Kubernát · 3 years, 1 month ago
  93. 2041a67 system: if-statement simplifications in IETFInterfacesConfig by Tomáš Pecka · 3 years, 1 month ago
  94. bd43a94 system: Network autoconfiguration by Tomáš Pecka · 3 years, 3 months ago
  95. fd90efb utils: refactor utils::getSubtree libyang wrapper by Tomáš Pecka · 3 years, 1 month ago
  96. fd5ebd3 utils: wrap libyang utils in velia::utils by Tomáš Pecka · 3 years, 1 month ago
  97. 71cd43a Merge "system: Fill DNS servers into ietf-system" by Jan Kundrát · 3 years, 1 month ago
  98. 36427a1 system: remove impl namespace by Tomáš Pecka · 3 years, 3 months ago
  99. 7acf392 system: Move lldp-systemd-networkd-sysrepo to velia by Tomáš Pecka · 3 years, 3 months ago
  100. 08c1aa4 system: Fix build with fmt==8.0 and C++20 by Tomáš Pecka · 3 years, 3 months ago