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

4228 commits

Author SHA1 Message Date
817c3fab0e socket: change file header description 2020-01-21 14:31:37 +01:00
0e7e5cc476 added example node-type for starting new implementations 2020-01-21 14:31:37 +01:00
e53661a62c update copyright year to 2020 2020-01-20 17:17:00 +01:00
671b86602b pipe: minor bug fixes and improvments 2020-01-09 10:36:13 +01:00
806be42803 influx: add support for complex signal types 2020-01-09 10:36:12 +01:00
1f4a7a540e convert: add missing name to IO dir 2020-01-09 09:38:20 +01:00
ae8f43dac9 influx: fix copy&paste mistake while checking supported signal types 2020-01-07 10:51:59 +01:00
253ef42eda python: match version of python module with version of C/C++ code 2019-11-12 15:12:23 +01:00
3c0b1166a8 relay: disable hugepages 2019-11-09 11:35:24 +01:00
2056a9a472 fix format setting in lab config 2019-11-07 12:48:39 +01:00
ade8a428ba api: catch exceptions for invalid requests 2019-10-30 02:40:43 +01:00
fa94c63b4f api: return node UUIDs for 'nodes' action 2019-10-30 02:40:43 +01:00
6761ee21cc node: parse UUID from config or generate one based on config hash 2019-10-30 02:40:43 +01:00
a15850c87c pipe: stop web server before termination 2019-10-29 23:56:55 +01:00
e4e12482f6 memory: fix logic to activate hugepage allocator 2019-10-29 23:30:10 +01:00
5a73d477bb Merge branch 'fix-csv-format' into 'master'
Use the the same column interpretation while en/decoding CSV data

Closes #259

See merge request acs/public/villas/node!59
2019-10-29 23:11:49 +01:00
ceac78f07b Merge branch 'fix-average-hook-oob-access' into 'master'
Fix out-of-bound access in average hook

Closes #249

See merge request acs/public/villas/node!60
2019-10-29 23:05:58 +01:00
f2f830c7f0 csv: use the the same column interpretation while en/decoding CSV data
(closes #259)
2019-10-29 23:02:18 +01:00
a49e11653d average: fixes out-of-bound access in average hook (closes #249) 2019-10-29 22:43:39 +01:00
713e875f63 Merge branch 'node-zeromq-bind' into 'master'
Rework of zeromq node

See merge request acs/public/villas/node!58
2019-10-29 20:30:39 +01:00
4ce10cbdf5 protobuf: fix invalid sample flags 2019-10-29 20:19:19 +01:00
040c8e69bb stats: allow stats hook to be used with villas-hook in which case there is no node object 2019-10-29 20:19:01 +01:00
1bc639644e zeromq: allow both sides of the socket to bind 2019-10-29 20:18:30 +01:00
243a6c112c tools: do not use develop tag by default 2019-10-29 17:59:31 +01:00
b68762adfd tests: do not fail if executed as non-root 2019-10-29 17:59:07 +01:00
4b8215baca fix code-style 2019-10-29 17:58:36 +01:00
7bc6137ef7 pipe: fix copy & paste error 2019-10-29 17:58:11 +01:00
d2af9fedbb Merge branch 'fix-memory-init-for-zero-hugepages' into 'master'
memory: init page size for mmap even if number of hugepages is equal to 0

See merge request acs/public/villas/node!57
2019-10-29 10:03:54 +01:00
4a35f84bc9 fix code-style 2019-10-29 09:23:36 +01:00
1370ad7f7b mmap: remove debugging output 2019-10-29 09:21:27 +01:00
d919a76dd7 mmap: fix name of hugepage allocator 2019-10-29 09:21:13 +01:00
9aab0118cd fix code-style 2019-10-29 09:20:57 +01:00
Sonja Happ
f2f4ca8efd memory: init page size for mmap even if number of hugepages is equal to 0 2019-10-28 15:10:31 +01:00
b11301351e Merge branch 'new-docker-registry' into 'master'
New docker registry and other CI fixes

See merge request acs/public/villas/node!56
2019-10-26 17:25:18 +02:00
b7d37c9405 ci: fix missing docker tags 2019-10-26 17:08:10 +02:00
fa0d224b69 ci: upload docker images only in deploy stage 2019-10-26 16:54:27 +02:00
7f97b5f138 docker: do nit install libwebsockets test apps 2019-10-26 16:39:54 +02:00
1a4c018317 ci: split docker deploy job 2019-10-26 16:39:28 +02:00
b54028fba7 docker: enable builds for Centos 2019-10-26 16:23:43 +02:00
118b47c34a docker: use RWTH GitLab registry for images 2019-10-26 14:54:11 +02:00
c200ecc326 Merge branch 'mqtt-fix-thread' into 'master'
use warnings instead of errors in async mqtt thread

See merge request acs/public/villas/VILLASnode!54
2019-10-26 14:27:15 +02:00
2d6eb5e5be ci: deploy docker images to RWTH GitLab registry 2019-10-26 14:17:28 +02:00
a56d875bf0 Merge branch 'disable-hugepages' into 'master'
Disable hugepages

See merge request acs/public/villas/VILLASnode!55
2019-10-26 14:15:06 +02:00
f7591ea333 ci: deploy docker images to RWTH GitLab registry 2019-10-26 14:01:50 +02:00
88a82484d0 whitespace changes 2019-10-26 13:36:10 +02:00
321f1af3c9 memory: do not initialize twice 2019-10-26 13:35:56 +02:00
c406a153dc memory: add new mmap allocator 2019-10-26 13:35:40 +02:00
995e4b5ec9 memory: use default value for memory type 2019-10-26 13:34:03 +02:00
4a21758081 memory: remove memory_type_lookup() 2019-10-26 13:29:08 +02:00
4350683174 memory: change argument order 2019-10-26 13:07:02 +02:00