|
d88ea181d5
|
fix CI
|
2021-01-04 20:59:13 +01:00 |
|
|
a0163c8470
|
api: fix use-after-free in URL regex matching
|
2021-01-04 18:40:00 +01:00 |
|
|
0f2b33386b
|
ci: multiplatform builds
|
2020-12-07 21:22:17 +01:00 |
|
|
bd6482e3b6
|
update docker files
|
2020-12-07 21:22:17 +01:00 |
|
|
ed15ccd44a
|
deps: allow all dependencies to be skipped
|
2020-12-07 21:22:17 +01:00 |
|
|
d398a5a8fb
|
cmake: use imoprted targets for linking
|
2020-12-07 21:22:17 +01:00 |
|
|
7bacda6c98
|
cmake: update RPM dependencies for CPack
|
2020-12-07 21:22:17 +01:00 |
|
|
3534f4929d
|
cmake: use pkg-config for detecting libmosquitto
|
2020-12-07 21:22:17 +01:00 |
|
|
8ad73f7e52
|
fix CI
|
2020-12-07 21:22:16 +01:00 |
|
|
f853bb6ee8
|
update VILLAScommon submodule
|
2020-12-07 21:22:16 +01:00 |
|
|
7a825bf41b
|
ci: overhaul docker builds
|
2020-12-07 21:22:16 +01:00 |
|
|
5cae9f02e5
|
update VILLASfpga submodule
|
2020-12-07 21:22:16 +01:00 |
|
|
88d5e6ea4f
|
update some dependencies and add fixes for alpine builds
|
2020-12-07 21:22:16 +01:00 |
|
|
ace994247a
|
cmake: fix linking if libraries are in non-standard locations
|
2020-12-07 21:22:16 +01:00 |
|
|
8749088bd8
|
iec61850: remove obsolete header
|
2020-12-07 21:22:16 +01:00 |
|
|
0ceddb755d
|
docker: add alpine image
|
2020-12-07 21:22:16 +01:00 |
|
|
92ee66d31c
|
update comedi version to v0.12.0
|
2020-12-07 21:22:15 +01:00 |
|
|
b1ed4c9aff
|
ci: fix Docker builds
|
2020-12-07 21:22:15 +01:00 |
|
|
30cb162352
|
remove duplicate packages in Dockerfiles
|
2020-12-07 21:22:15 +01:00 |
|
|
e2f07e2739
|
bump Docker iamges to Fedora 33
|
2020-12-07 21:22:15 +01:00 |
|
|
b6234d27ae
|
cmake: check if libwebsockets is built with deflate extension
|
2020-12-07 21:22:15 +01:00 |
|
|
52aee99a66
|
ci: use BuildKit
|
2020-12-07 21:22:15 +01:00 |
|
|
787a4228bc
|
mqtt: bug fixes connection establishment
|
2020-12-04 09:09:09 +01:00 |
|
|
945a8bbcaa
|
python: fix linting errors
|
2020-11-11 09:10:33 +01:00 |
|
|
1fe51399f1
|
python: add some missing API endpoints
|
2020-11-11 00:32:20 +01:00 |
|
|
b3f88de57c
|
openapi: move graph endpoint to super-node group
|
2020-10-20 22:40:35 +02:00 |
|
|
ea92b530f4
|
fix example websocket-client config
|
2020-10-20 22:40:16 +02:00 |
|
|
5e900c38a0
|
make cppcheck happy
|
2020-10-20 22:31:46 +02:00 |
|
|
d4e76a67f7
|
bugfix for protected member var
|
2020-10-20 22:26:31 +02:00 |
|
|
fb4f8c7ccb
|
doc: add new graph API endpoint to OpenAPI spec
|
2020-10-20 22:24:31 +02:00 |
|
|
62bed4953d
|
api: rework request/response API and add new endpoint for fetching a graph repr of the currently loaded config
|
2020-10-20 22:17:55 +02:00 |
|
|
19fc8bd8fe
|
super_node: generate graph of configuration
|
2020-10-20 22:11:08 +02:00 |
|
|
838417a6ad
|
fix graph generation
|
2020-10-16 17:31:32 +02:00 |
|
|
4ccc101f9e
|
api: another bugfix in the status endpoint
|
2020-10-16 13:01:51 +02:00 |
|
|
be4091a8b1
|
doc: add preliminary JSONschema of VILLASnode configuration
|
2020-10-16 12:58:15 +02:00 |
|
|
7cbdce9b92
|
doc: update OpenAPI spec
|
2020-10-16 12:57:28 +02:00 |
|
|
751f941304
|
api: fix compiler error
|
2020-10-16 12:57:12 +02:00 |
|
|
e08ebfaf2c
|
api: list supported node-types and IO formats in capabilities
|
2020-10-16 11:40:49 +02:00 |
|
|
48e4a4a736
|
Merge branch 'node-uuid-unique' of git.rwth-aachen.de:acs/public/villas/node into node-uuid-unique
|
2020-10-16 11:39:51 +02:00 |
|
|
d79fd3de6d
|
api: allow passing configuration via API during restart
|
2020-10-16 11:39:46 +02:00 |
|
|
ca8cb9523f
|
update VILLAScommon submodule
|
2020-10-16 11:13:39 +02:00 |
|
|
7708980e2d
|
derive auto-generated uuid for nodes, paths and relay-sessions from instance uuid
|
2020-10-16 11:08:40 +02:00 |
|
|
1bd4d8b2d4
|
node/path: generate UUIDs using new util funcs
|
2020-10-16 09:25:23 +02:00 |
|
|
8a6902bd90
|
api: extend status endpoint
|
2020-10-15 14:57:13 +02:00 |
|
|
11d1786d9d
|
super_node: remove name setting
|
2020-10-15 13:13:04 +02:00 |
|
|
335440d8ad
|
node: ensure unique UUID for simple websocket nodes
|
2020-10-15 12:53:00 +02:00 |
|
|
7b01da03af
|
python: bump version
|
2020-10-15 10:25:55 +02:00 |
|
|
9b2b6aa351
|
python: fixes for v2 API
|
2020-10-15 10:21:22 +02:00 |
|
|
c73d3b39b4
|
python: fix deps on non-linux platforms
|
2020-10-15 10:20:49 +02:00 |
|
|
fe69d015f0
|
uldaq: fix buffering issue
|
2020-10-12 17:43:30 +02:00 |
|