1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-16 00:00:02 +01:00
Commit graph

1691 commits

Author SHA1 Message Date
daadd3f442 path: reduce log verbosity 2017-07-13 22:24:38 +02:00
8650e4278e hooks: allow to have special functions for parsing command line arguemnts 2017-07-13 22:15:29 +02:00
f7608fd653 tests: add another valgrind testcase 2017-07-13 22:14:15 +02:00
c78d71d39d signal: use proper timestamps 2017-07-13 22:13:58 +02:00
51d80b73ce refactoring: json.c => config_helper.c & sample_io_json.c 2017-07-13 22:13:40 +02:00
6369373149 villas-signal: use node_* interface 2017-07-13 01:56:01 +02:00
4b51c4dbba node_type: add new function for parsing node configuration from CLI 2017-07-13 01:55:06 +02:00
c1148b11e6 docker: remove dependencies from Dockerfile as they are automatically installed based on villas-node.spec 2017-07-12 12:20:11 +02:00
e927795388 smaller cleanups 2017-07-12 12:20:11 +02:00
794e4dee36 hooks: dont run periodic hooks for stopped paths 2017-07-12 12:20:11 +02:00
45ec574011 utils: die() has been superseeded by killme() 2017-07-12 12:20:11 +02:00
82bc32c206 stats_collect: fix regression 2017-07-12 12:20:11 +02:00
11b84deba1 hooks: produce less debug output 2017-07-12 12:20:08 +02:00
8f517a588a hooks: every look should maintain its own pointers to past samples 2017-07-12 12:19:49 +02:00
cc6f6a6132 log: added new module to print fancy tables and use it for histograms as well as periodc stats 2017-07-12 12:19:49 +02:00
2af83114bf fix: symlink libnl's search path for tc netem distributions 2017-07-12 12:19:01 +02:00
dc4085047d utils: add strlen() variant which calculates length of string as printed on the screen 2017-07-12 12:19:01 +02:00
94ae566091 utils: renamed macros for color output 2017-07-12 12:18:43 +02:00
e17226995d hook: add debug messages 2017-07-09 19:35:15 +02:00
05f36e48e4 fix: problem with outdated version identifier after git pull 2017-07-09 18:45:44 +02:00
802f5d1c1e hooks: improve error handling 2017-07-09 14:38:58 +02:00
f1c51c6b95 stats: destructors should have an integer return type 2017-07-09 14:37:02 +02:00
49c0e9957a using memdup() will invalidate pointers to the object which might have been used during _init() and _parse() calls 2017-07-09 14:36:09 +02:00
9bb91af30d add script to define aliases for make and villas commands which will be executed inside Docker container 2017-07-09 13:20:58 +02:00
7171ebeeb1 added module-init-tools as dep for villas-node rpm because it provides modprobe which is required for netem support 2017-07-09 10:15:00 +02:00
670511e1a0 fix Docker deployment 2017-07-08 13:33:50 +02:00
aac86c1c76 Merge branch 'ubuntu-fixes' into 'develop'
Ubuntu fixes

See merge request !30
2017-07-08 13:06:10 +02:00
321df2ba6b fix OPAL-RT AsyncIP model for RT-LAB 11.1.x 2017-07-07 20:59:50 +02:00
Georg Reinke
7be29f61d7 fix typo 2017-07-07 12:27:32 +02:00
Georg Reinke
c92f2ee846 fix CI 2017-07-07 12:19:33 +02:00
Georg Reinke
7f8c2add2e fix CI 2017-07-07 12:11:08 +02:00
Georg Reinke
1cc9c2177d file: prevent stack corruption when reading first sample 2017-07-07 11:55:33 +02:00
6ccb8c674c increase timeout of integration tests 2017-07-07 09:57:36 +02:00
a32f51bb47 use branch name instead of tag in revision of RPM packages 2017-07-07 09:56:59 +02:00
3252247182 Merge branch 'develop' of git.rwth-aachen.de:VILLASframework/VILLASnode into develop 2017-07-07 00:14:09 +02:00
913b8d61e5 tests: add valgrind test for villas-signal 2017-07-07 00:13:46 +02:00
053e4d9516 Merge branch 'node-signal' into 'develop'
Add new node-type to generate test data within villas-node

See merge request !28
2017-07-07 00:11:50 +02:00
2fef0864a8 fixed regression 2017-07-07 00:01:17 +02:00
f641b55355 fix: invalid return code 2017-07-06 23:28:57 +02:00
8f29e3d495 allow dashes in branch names for building RPM packages 2017-07-06 23:28:57 +02:00
0c920fbd57 signal: restructure code 2017-07-06 23:20:57 +02:00
542631ed5b reuse code between villas-signal and signal node-type 2017-07-06 23:14:38 +02:00
007ff9a776 added new node-type based on villas-signal tool 2017-07-06 21:15:46 +02:00
a057c0c513 adding function killme() to gracefully shutdown 2017-07-06 21:15:10 +02:00
b123e91189 add missing configuration file for valgrind checks 2017-07-03 00:16:55 +02:00
a1c5e6eeae run valgrind tests in debug configuration 2017-07-03 00:07:53 +02:00
8287f049ef some refactoring 2017-07-02 23:58:56 +02:00
0a79d48aac deployment: dont use root user 2017-07-02 23:58:11 +02:00
2b913d4d69 tests: fix valgrind warnings 2017-07-02 23:57:03 +02:00
fe2abf760d pipe: fix timeout 2017-07-02 22:15:07 +02:00