Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
CzechLight
/
velia
/
242e6e1f598b3e86ab07ae7f43282825171228c2
242e6e1
TransientI2C: simplify with fmt
by Jan Kundrát
· 2 weeks ago
fd09bbf
add velia-ipmi-fru-eeprom
by Tomáš Pecka
· 2 weeks ago
78aa507
cmake: remove forgotten debugging
by Jan Kundrát
· 2 weeks ago
3fc09b9
refactor: a helper for reading file into bytes
by Jan Kundrát
· 2 weeks ago
f648ddf
power: prevent spurious alarms about "missing devices" during init
by Jan Kundrát
· 3 weeks ago
c792b35
hw: report the fan board S/N
by Jan Kundrát
· 3 weeks ago
527cc81
refactor: prepare for extra test repetition
by Jan Kundrát
· 3 weeks ago
c98da38
hw: read static serial numbers from EEPROMs
by Jan Kundrát
· 3 weeks ago
e355a74
power: fix driver name for the PDU
by Jan Kundrát
· 3 weeks ago
593537e
refactor: don't hardcode some FSP-specific bits into the TransientI2C driver
by Jan Kundrát
· 3 weeks ago
c0d7758
docs: hw: ROADM/inline/... is handled in cla-sysrepo already
by Jan Kundrát
· 3 weeks ago
395204d
Retire support for g1 hardware
by Jan Kundrát
· 4 weeks ago
6121285
hardware: alarms report the crossed threshold value
by Tomáš Pecka
· 5 weeks ago
760fe33
hardware: get exceeded threshold values
by Tomáš Pecka
· 5 weeks ago
e44fe29
Prepare for tagging the first release
by Jan Kundrát
· 6 weeks ago
v1
58855c4
hardware: add some debugging when pushing stuff to sysrepo
by Jan Kundrát
· 5 weeks ago
b713c10
hardware: tweak the root component data
by Jan Kundrát
· 5 weeks ago
848207c
utility to show active alarms in terminal
by Tomáš Pecka
· 5 weeks ago
d6f648f
refactor: use std::jthread for a proper cleanup
by Jan Kundrát
· 5 weeks ago
df6365b
Use two-phase init to prevent calling a pure virtual
by Jan Kundrát
· 5 weeks ago
8554b01
CI: ignore a TSAN false positive from HH's libdate-tz
by Jan Kundrát
· 5 weeks ago
3b2a12d
CI: re-enable ARM builds
by Jan Kundrát
· 5 weeks ago
8dd54de
refactor: a shorter name for converting leaf values to string
by Jan Kundrát
· 6 weeks ago
7935e81
C++: use std::string instead of std::string_view
by Jan Kundrát
· 6 weeks ago
73cb507
tests: cleanup includes in LLDP test
by Tomáš Pecka
· 7 weeks ago
01470c7
system: add defaulted op== for NeighborEntry
by Tomáš Pecka
· 7 weeks ago
a9c66bf
tests: pretty print vector<T> for doctest
by Tomáš Pecka
· 7 weeks ago
43edf72
health: do not rely on the operational DS being valid
by Jan Kundrát
· 8 months ago
bee8186
build: simplify installation
by Jan Kundrát
· 9 weeks ago
9efb73c
Unify installation directory for YANG files
by Jan Kundrát
· 9 weeks ago
086de99
build: simplify installation of YANG submodules
by Jan Kundrát
· 9 weeks ago
b8d3961
build: use a less confusing FindPkgConfig syntax
by Jan Kundrát
· 9 weeks ago
72f540e
Use date utilities from libyang-cpp
by Tomáš Pecka
· 4 months ago
4a10d0a
port to libyang v3
by Jan Kundrát
· 7 months ago
9bd6127
hardware: push alarm-inventory alarms in one batch
by Tomáš Pecka
· 9 months ago
bbfc1c3
hardware: push new discovered alarm resources in batches
by Tomáš Pecka
· 9 months ago
4a0c6ea
tests: replace set with vector
by Tomáš Pecka
· 9 months ago
52d5046
tests: allow batch resource updates in sysrepo alarm expectations
by Tomáš Pecka
· 9 months ago
4163c0c
tests: remove alarm-qualifier form alarms expectations
by Tomáš Pecka
· 9 months ago
8784429
hardware: push multiple alarm-inventory resources at once
by Tomáš Pecka
· 9 months ago
2848fd0
hardware: properly set up alarm-inventory
by Tomáš Pecka
· 9 months ago
ea55305
utils: allow to push more new resources into an alarm-inventory entry
by Tomáš Pecka
· 9 months ago
9354bce
utils: reorder severity parameter in alarm inventory management
by Tomáš Pecka
· 9 months ago
d694bc5
utils: remove alarm-type-qualifier from alarm managing functions
by Tomáš Pecka
· 9 months ago
14f912b
utils: willClear alarm parameter has a default value
by Tomáš Pecka
· 9 months ago
c1aee5c
utils: put alarms into separate namespace
by Tomáš Pecka
· 9 months ago
c151151
tests: reduce excessive whitespace
by Jan Kundrát
· 10 months ago
ca85a6d
health: write to alarm-inventory in batches if possible
by Tomáš Pecka
· 9 months ago
94ebc36
health: read systemd unit state from ListUnits call
by Tomáš Pecka
· 9 months ago
26ac0fa
health: use named struct a pair of strings
by Tomáš Pecka
· 9 months ago
b80a7e3
tests: use alarm expectations in systemd-unit tests
by Tomáš Pecka
· 9 months ago
e66a193
tests: allow specifying more leafs in alarm-inventory expectations
by Tomáš Pecka
· 9 months ago
1211fd9
tests: extend AlarmWatcher to check for multiple severities and resources
by Tomáš Pecka
· 9 months ago
baf289c
tests: mock class for testing alarms
by Tomáš Pecka
· 9 months ago
6fcb759
tests: encapsulate RPC watcher into a class
by Tomáš Pecka
· 9 months ago
7eb6459
tests: encapsulate datastore changes watcher into a single class
by Tomáš Pecka
· 9 months ago
baafdd9
tests: use common Values typedef in notification watcher
by Tomáš Pecka
· 9 months ago
9f7b13e
tests: rename and move sysrepo notification watcher
by Tomáš Pecka
· 9 months ago
de06290
tests: move module_from_xpath into a common sysrepo-helpers library
by Tomáš Pecka
· 9 months ago
c164ca6
tests: move sysrepo helpers into a separate library
by Tomáš Pecka
· 9 months ago
190c724
utils: add RAII sysrepo datastore switching
by Tomáš Pecka
· 9 months ago
370e2bf
Merge changes I6c158f07,I311cc4cd,Ifdb3991f,I28558181
by Jan Kundrát
· 10 months ago
26b3821
hardware: raise alarms when FspYh read failures happen
by Tomáš Pecka
· 10 months ago
b0923ec
tests: verify that called alarms are registered in alarm-inventory
by Tomáš Pecka
· 10 months ago
2fdc8ce
tests: move expectations macros together
by Tomáš Pecka
· 10 months ago
3414e43
system: deny reading other user's authorised keys
by Tomáš Pecka
· 10 months ago
24b5483
system: add NACM rules allowing to change password and modify keys
by Tomáš Pecka
· 10 months ago
b151d2d
tests: remove useless section
by Tomáš Pecka
· 10 months ago
b3f624e
tests: use TEST_SYSREPO_INIT* macros
by Tomáš Pecka
· 10 months ago
22951ef
tests: fix macro formatting
by Tomáš Pecka
· 10 months ago
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
Next »