Vincent Bernat
|
61c8143fe8
|
build: fix linting issues introduced by latest revive release
|
2022-08-07 23:54:24 +02:00 |
|
Vincent Bernat
|
1bbaf4de24
|
inlet/snmp: accept subnets for communities
Also deprecate `default-community`.
|
2022-07-31 23:38:54 +02:00 |
|
Vincent Bernat
|
7d8185a405
|
common/helpers: fix method name in some test outputs
|
2022-07-21 12:10:36 +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
|
bf0c474726
|
console: implement "filter/saved" endpoints
|
2022-06-13 09:50:43 +02:00 |
|
Vincent Bernat
|
9567de4ca5
|
console: add minimal user management
|
2022-05-30 22:24:18 +02:00 |
|
Vincent Bernat
|
4114568600
|
console/filter: add completion endpoint
|
2022-05-26 15:58:52 +02:00 |
|
Vincent Bernat
|
2d4f5214bd
|
tests: handle JSON in TestHTTPEndpoints
|
2022-05-26 10:40:55 +02:00 |
|
Vincent Bernat
|
2bbeacec84
|
tests: use TestHTTPEndpoints helper more
|
2022-04-14 09:17:38 +02:00 |
|
Vincent Bernat
|
ce9bd6a4da
|
tests: add an helper to start/stop components
|
2022-04-13 17:02:14 +02:00 |
|
Vincent Bernat
|
1dc253764d
|
global: split Akvorado into 3 services
|
2022-04-01 20:21:53 +02:00 |
|