Commit Graph

6 Commits

Author SHA1 Message Date
Vincent Bernat
5c3d217fed doc: hydrate → enrich
It seems that "to hydrate" is incorrect. The correct term would be "to
enrich".
2022-11-08 15:00:24 +01:00
Vincent Bernat
0eb8153e25 doc: put simpler options at the top of the install documentation 2022-07-21 15:57:37 +02:00
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
f167abc6d9 cmd: tentative to add even more tests
Unfortunately, the Kafka server is crashing.
2022-03-09 15:10:50 +01:00
Vincent Bernat
faca5698b7 Rename to akvorado 2022-03-08 16:20:41 +01:00
Vincent Bernat
5201088b69 Initial boilerplate 2022-03-08 07:51:10 +01:00