- cdc899b tests: sysrepo: don't print "not interesting" nodes by Jan Kundrát · 10 months ago
- 82e41c3 tests: refactor: use a typedef for this long std::map type by Jan Kundrát · 10 months ago
- f85b5cb tests: DRY: use a macro for these XPaths by Jan Kundrát · 10 months ago
- d012b32 cmake: tests: simplify sysrepo fixtures by Jan Kundrát · 10 months ago
- 2ec3748 alarms: remove redundant definition by Jan Kundrát · 10 months ago
- e259aaa Merge "system: allow to configure remote journal upload" by Jan Kundrát · 10 months ago
- 00771ab hardware: remove unused data_reader::Group by Tomáš Pecka · 10 months ago
- 3905e44 hardware: make FspYhPdu hot-pluggable by Tomáš Pecka · 10 months ago
- f6dbd42 hardware: split FspYhPsu class into generic FspYh and FspYhPsu by Tomáš Pecka · 10 months ago
- 45b67f9 hardware: rename FspYhPsu unit to FspYh by Tomáš Pecka · 10 months ago
- 8410f50 hardware: use format string in spdlog call by Tomáš Pecka · 10 months ago
- d15f8bc hardware: remove workaround for tsan in clang<12 in FspYhPsu by Tomáš Pecka · 10 months ago
- 05d2955 hardware: remove unused class member in FspYhPsu by Tomáš Pecka · 10 months ago
- c0991ce hardware: add new sensors to alarm-inventory by Tomáš Pecka · 11 months ago
- bf39bcb tests: DRY a bit on these XPath strings by Jan Kundrát · 10 months ago
- e566fd4 system: allow to configure remote journal upload by Tomáš Pecka · 10 months ago
- 5a23d7d docs: sync the Boost version with the CI by Jan Kundrát · 11 months ago
- e26ac36 Fix missing formatter by Jan Kundrát · 11 months ago
- 5a4c035 hardware: invoke alarm when sensor goes nonoperational by Tomáš Pecka · 11 months ago
- cd7f9cc hardware: Disallow writing out-of-range values into sensor-value leaf by Tomáš Pecka · 11 months ago
- 655062c hardware: addSensorValue overload for strings and ints by Tomáš Pecka · 11 months ago
- 5f07eea hardware: set sensor's oper-status when adding sensor value by Tomáš Pecka · 11 months ago
- 343011f Fix build failure with GCC 13.2 by Jan Kundrát · 12 months ago
- 613f07f tests: rely on doctest+trompeloeil integration from upstream by Jan Kundrát · 12 months ago
- 0d8e907 fix build with fmtlib==10 by Tomáš Pecka · 1 year, 1 month ago
- 6141d58 Adapt to a breakage revert in upstream libyang by Jan Kundrát · 1 year, 1 month ago
- c852385 system: eth2 is a valid interface name on add-drop by Tomáš Pecka · 1 year, 2 months ago
- 70dd828 clearfog: relax voltage thresholds a bit by Jan Kundrát · 1 year, 2 months ago
- 5927f8e Merge "depend on fmt 8+" by Jan Kundrát · 1 year, 4 months ago
- f3806b0 Merge "docs: document installation requirements" by Jan Kundrát · 1 year, 4 months ago
- af4abff depend on fmt 8+ by Tomáš Pecka · 1 year, 10 months ago
- 97b34f7 Merge "utils: fix not working discard-only call to utils::valuesPush" by Jan Kundrát · 1 year, 4 months ago
- f6731b8 docs: document installation requirements by Jan Kundrát · 1 year, 4 months ago
- 4929d5c CI: Switch to Fedora 38 by Jan Kundrát · 1 year, 5 months ago
- 457016b tests: increase sleep in health_systemd-units test by Tomáš Pecka · 1 year, 4 months ago
- a0ccc67 utils: fix not working discard-only call to utils::valuesPush by Tomáš Pecka · 1 year, 4 months ago
- 119a3ee Merge changes I3b9ded84,I8b69dbdd,I729effa8,Ic537ffbf,Ieff1bf5b, ... by Jan Kundrát · 1 year, 5 months ago
- 66c88ef hardware: set PDU voltage thresholds by Tomáš Pecka · 1 year, 5 months ago
- d1484b4 hardware: set PSU voltage thresholds by Tomáš Pecka · 1 year, 5 months ago
- 2797599 hardware: set PSU input voltage thresholds by Tomáš Pecka · 1 year, 5 months ago
- 040bd6a hardware: set temperature thresholds for PDU and PSU by Tomáš Pecka · 1 year, 5 months ago
- 312f946 hardware: set thresholds to PSU fan by Tomáš Pecka · 1 year, 5 months ago
- 8bab0f0 hardware: set thresholds for fans by Tomáš Pecka · 1 year, 5 months ago
- 75b7164 hardware: reformat FspYhPsu file by Tomáš Pecka · 1 year, 5 months ago
- 315838e Adapt to changes in libyang and sysrepo-cpp by Jan Kundrát · 1 year, 5 months ago
- 9af4739 hardware: invoke sensor threshold crossing alarms by Tomáš Pecka · 1 year, 5 months ago
- 1b3c173 hardware: invoke missing sensor alarms by Tomáš Pecka · 1 year, 6 months ago
- 2117ce5 hardware: fill alarm-inventory with velia sensor alarms by Tomáš Pecka · 1 year, 6 months ago
- f206ab1 tests: separate processDsChanges into func by Tomáš Pecka · 1 year, 6 months ago
- d2322ad hardware: enumerate registered sensors in IETFHardware by Tomáš Pecka · 1 year, 6 months ago
- 0d8d8ee hardware: store and process threshold watchers by Tomáš Pecka · 1 year, 6 months ago
- 4886db2 hardware: data readers can set up sensor thresholds by Tomáš Pecka · 1 year, 6 months ago
- 68f08ae hardware: allow no value in threshold watcher by Tomáš Pecka · 1 year, 5 months ago
- ad8169c log: ensure we can control verbosity of everything by Jan Kundrát · 1 year, 5 months ago
- 190d6ca docopt.cpp: wrong arguments throw runtime_error by Jan Kundrát · 1 year, 5 months ago
- 498c3f8 Use atomic discards for the operational DS by Jan Kundrát · 1 year, 5 months ago
- 35b2d2d refactor: prefer emplace_back over push_back by Jan Kundrát · 1 year, 5 months ago
- a46f6fa refactor: IETFInterfaces::onRouteUpdate never deletes anything by Jan Kundrát · 1 year, 5 months ago
- dad552b8 hardware: move threshold watcher's State op<< into velia by Tomáš Pecka · 1 year, 6 months ago
- 4a0e194 hardware: add missing include in thresholds by Tomáš Pecka · 1 year, 5 months ago
- 1d2b95c health: move SystemdUnits into health directory by Tomáš Pecka · 1 year, 6 months ago
- ad3247f health: move alarms functions into utils by Tomáš Pecka · 1 year, 6 months ago
- 0ed5f4f cmake: add missing testing headers by Tomáš Pecka · 1 year, 6 months ago
- 04cd95d tests: set trace log level for all alarmsd loggers by Tomáš Pecka · 1 year, 6 months ago
- cf35500 tests: explicitely call optional<T>::has_value in dataFromSysrepo by Tomáš Pecka · 1 year, 6 months ago
- be858e2 tests: increase wait time in czechlight-system:leds test by Tomáš Pecka · 1 year, 6 months ago
- 0f8f15b health: avoid double registration of a systemd unit by Tomáš Pecka · 1 year, 6 months ago
- 0e87484 health: remove unnecessary method parameter by Tomáš Pecka · 1 year, 6 months ago
- bacb5da hardware: remove boost::signals from thresholds by Tomáš Pecka · 1 year, 6 months ago
- 50584c5 hardware: add thresholds watchers by Tomáš Pecka · 1 year, 7 months ago
- 77e09c2 hardware: format IETFHardware by Tomáš Pecka · 1 year, 6 months ago
- f1cba74 hardware: use chrono calendar instead of struct tm by Tomáš Pecka · 1 year, 6 months ago
- 43ef7ba hardware: push ietf-hardware data into sysrepo periodically by Tomáš Pecka · 1 year, 7 months ago
- 23536bf hardware: set oper-state to disabled if PSU is not present by Tomáš Pecka · 1 year, 6 months ago
- 7eb0c42 hardware: support component/state container in ietf-hardware by Tomáš Pecka · 1 year, 6 months ago
- cb089ac tests: test data changes sysrepo ietf-hardware test by Tomáš Pecka · 1 year, 6 months ago
- 18df5d0 utils: put UniqueResource in utils namespace by Tomáš Pecka · 1 year, 7 months ago
- 7e7facb hardware: remove unused includes by Tomáš Pecka · 1 year, 7 months ago
- e5366c6 tests: simplify sysrepo ietf-hardware tests by Tomáš Pecka · 1 year, 7 months ago
- 3f81196 tests: split ietf-hardware further by Tomáš Pecka · 1 year, 7 months ago
- a71c6fb tests: simplify hardware tests by Tomáš Pecka · 1 year, 7 months ago
- 3649ae1 tests: test FspYhPsu in separate test file by Tomáš Pecka · 1 year, 7 months ago
- 1eb1f35 cmake: link velia-utils with libyang by Tomáš Pecka · 1 year, 7 months ago
- 63c3c3c tests: format hardware_ietf-hardware by Tomáš Pecka · 1 year, 7 months ago
- 698fabc cmake: call cmake_minimum_required() before project() by Tomáš Pecka · 1 year, 7 months ago
- 39db333 Merge changes from topic "systemd-ietf-alarms" by Jan Kundrát · 1 year, 7 months ago
- 4d7e909 hardware: concurrent reading pdu and psu properties by Tomáš Pecka · 1 year, 7 months ago
- 2a4c9f6 hardware: new Group data reader by Tomáš Pecka · 1 year, 7 months ago
- e73c068 hardware: speed up reading PSU hwmon data by Tomáš Pecka · 1 year, 7 months ago
- a96d342 hardware: speed up reading PDU hwmon data by Tomáš Pecka · 1 year, 7 months ago
- be79707 tests: test alarms and led coordination through sysrepo-ietf-alarms by Tomáš Pecka · 2 years, 4 months ago
- 8e5a2d3 health: populate alarms' alarm-inventory container by Tomáš Pecka · 2 years, 2 months ago
- 3906c89 health: set LED color based on alarm-summary by Tomáš Pecka · 2 years, 3 months ago
- e4c82ee health: use alarm-based systemd unit monitor by Tomáš Pecka · 2 years, 4 months ago
- e1f0abd health: control LEDs via sysrepo and ietf-alarms by Tomáš Pecka · 2 years, 4 months ago
- 6a2334b health: Report systemd unit states with alarms by Tomáš Pecka · 2 years, 4 months ago
- 2030fc4 ci: remove unused CMake option by Tomáš Pecka · 1 year, 9 months ago
- d16357d tests: interfaces: this one tests the netlink interface by Jan Kundrát · 1 year, 9 months ago
- f1af318 tests: interfaces: this one tests interaction with systemd-networkd by Jan Kundrát · 1 year, 9 months ago
- 732f9eb tests: cmake: do not hardcode file name by Jan Kundrát · 1 year, 9 months ago