Vincent Bernat
|
8be1bca4fd
|
license: AGPL-3.0-only
```
git ls-files \*.js \*.go \
| xargs sed -i '1i // SPDX-FileCopyrightText: 2022 Free Mobile\n// SPDX-License-Identifier: AGPL-3.0-only\n'
git ls-files \*.vue \
| xargs sed -i '1i <!-- SPDX-FileCopyrightText: 2022 Free Mobile -->\n<!-- SPDX-License-Identifier: AGPL-3.0-only -->\n'
```
|
2022-06-29 11:42:28 +02:00 |
|
Vincent Bernat
|
baac495b9c
|
orchestrator: provide configuration for other components as YAML
JSON does not allow to marshal fields as embedded (like YAML "inline" tag).
|
2022-06-22 10:50:24 +02:00 |
|
Vincent Bernat
|
56e30e478a
|
cmd: accept URL as a configuration file
|
2022-04-10 15:14:13 +02:00 |
|
Vincent Bernat
|
cf77be32e0
|
kafka: inline configuration
Otherwise, this is a bit odd to have this special "connect" substructure.
|
2022-04-09 13:03:39 +02:00 |
|
Vincent Bernat
|
6d2d51025e
|
cmd: test configuration handling without using one service
|
2022-04-02 10:14:45 +02:00 |
|
Vincent Bernat
|
1dc253764d
|
global: split Akvorado into 3 services
|
2022-04-01 20:21:53 +02:00 |
|