Alexandra
|
b39e4a0ace
|
feat: new smu node-type
Signed-off-by: Alexandra <alexandra.bach@eonerc.rwth-aachen.de>
|
2025-01-14 14:42:39 +00:00 |
|
Steffen Vogel
|
352c5996db
|
Fix buffer overflow in UUID handling
Signed-off-by: Steffen Vogel <steffen.vogel@opal-rt.com>
|
2023-06-30 13:26:26 +02:00 |
|
Steffen Vogel
|
7c32617ead
|
Remove unused includes
Signed-off-by: Steffen Vogel <steffen.vogel@opal-rt.com>
|
2023-06-30 12:59:02 +02:00 |
|
Steffen Vogel
|
88fb57df8e
|
web: disable libwebsocket server status as it has been removed from upstream lib
Signed-off-by: Steffen Vogel <steffen.vogel@opal-rt.com>
|
2023-06-21 11:48:04 +02:00 |
|
|
7eec1bb753
|
update Steffens mail address
Signed-off-by: Steffen Vogel <post@steffenvogel.de>
|
2022-12-16 23:44:07 +01:00 |
|
|
845ced9dd3
|
implement v2 of the universal data-exchange API node-type
Signed-off-by: Steffen Vogel <post@steffenvogel.de>
|
2022-12-16 23:36:31 +01:00 |
|
|
b94746effb
|
relicense VILLASnode to Apache 2.0
|
2022-07-04 18:23:57 +02:00 |
|
|
69c70d17bc
|
api: be more foregiving in regard to parsing payloads
|
2022-05-19 17:20:23 +02:00 |
|
|
56fa561493
|
api: implement first version of universal data-exchange API
|
2022-03-28 18:06:47 +02:00 |
|
|
c0bbcd910b
|
api: provide node output signals
|
2022-03-28 11:10:49 +02:00 |
|
|
183867b17a
|
api: move some files
|
2022-03-28 11:10:49 +02:00 |
|
|
11a25f6fb7
|
update mail address
|
2022-03-15 09:29:20 -04:00 |
|
|
17ac92aa21
|
update copyright year
|
2022-03-15 09:28:57 -04:00 |
|
|
b402048082
|
add support for plugin sub-registries
|
2022-03-04 03:47:46 -05:00 |
|
|
784e970bfe
|
port large parts of VILLASnode to C++ and fix tests alongside
|
2022-01-11 09:19:53 -05:00 |
|
|
ba9c7609ae
|
fix NULL ptr dereference in api/status request
|
2021-10-15 09:32:12 +02:00 |
|
|
a9a2037dbb
|
status: fix typo in page header comment (closes #320)
|
2021-10-04 19:49:51 +00:00 |
|
|
1934766664
|
status: fix typo
|
2021-10-04 21:31:02 +02:00 |
|
|
f8f8405b05
|
state: use new C++ function stateToString()
|
2021-10-04 21:30:53 +02:00 |
|
|
18c68f0f4f
|
ci: fix tests
|
2021-09-22 17:06:08 +02:00 |
|
|
23f3cc9ee6
|
tests: fix config tests
|
2021-09-21 15:22:09 +02:00 |
|
|
32e016ebcb
|
log: use spdlog custom formatters for basic VILLASnode types (closes #308)
|
2021-07-07 09:10:23 +00:00 |
|
|
2d1e8d17ce
|
use new NodeList and PathList in SuperNode
|
2021-06-21 16:12:47 -04:00 |
|
|
00a9e92b0a
|
remove old plugin code
|
2021-06-21 16:11:42 -04:00 |
|
|
731909c3a8
|
ported io/format code to C++
|
2021-06-17 08:26:46 -04:00 |
|
|
4f370ee1b2
|
drop legacy logger
|
2021-03-17 14:58:45 +00:00 |
|
|
04fe1d34a1
|
fix indention
|
2021-02-19 07:03:21 +01:00 |
|
|
018579a893
|
api: fix status request
|
2021-01-08 19:29:20 +01:00 |
|
|
a0163c8470
|
api: fix use-after-free in URL regex matching
|
2021-01-04 18:40:00 +01: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 |
|
|
4ccc101f9e
|
api: another bugfix in the status endpoint
|
2020-10-16 13:01:51 +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 |
|
|
7708980e2d
|
derive auto-generated uuid for nodes, paths and relay-sessions from instance uuid
|
2020-10-16 11:08:40 +02:00 |
|
|
8a6902bd90
|
api: extend status endpoint
|
2020-10-15 14:57:13 +02:00 |
|
|
770e9c2f2c
|
api: refactoring to fix undefined behavior
|
2020-09-30 21:54:28 +02:00 |
|
|
e59cd8ac15
|
api: improve error responses
|
2020-09-30 16:18:09 +02:00 |
|
|
4b58305c5b
|
refactor regex constants
|
2020-09-10 17:41:29 +02:00 |
|
|
b467169d3c
|
node: refactore constant for node name regex
|
2020-09-10 17:40:38 +02:00 |
|
|
3c13f67930
|
refactor: struct node -> struct vnode
|
2020-09-10 17:40:36 +02:00 |
|
|
01309de280
|
api: next iteration of new API code
|
2020-08-25 20:27:26 +02:00 |
|
|
2f29e30c33
|
add {node,path,hook_list}_to_json()
|
2020-08-25 20:24:18 +02:00 |
|
|
57f570d9b0
|
list: use new lookup methods
|
2020-08-25 20:22:19 +02:00 |
|
|
b58573f123
|
api: rewrite API to v2
|
2020-08-17 17:30:21 +02:00 |
|