Vincent Bernat
78fb01c223
chore: fix some small issues detected by golangci-lint
...
But not using it as some linters are either plain incorrect (the one
suggesting to not use nil for `c.t.Context()`) or just
debatable (checking for err value is a good practice, but there are
good reasons to opt out in some cases).
2022-08-10 17:44:32 +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
4be33c70ba
console: add an API to get the last received flow
2022-04-14 10:06:01 +02:00
Vincent Bernat
b44836aa97
common/clickhousedb: turn into a complete component
...
This enables us to mock it.
2022-04-12 23:33:22 +02:00
Vincent Bernat
4ede84b46e
common/http: use a default timeout of 30 seconds for HTTP client
2022-04-12 07:17:39 +02:00
Vincent Bernat
5fef879fd9
common/http: disable proxy for default HTTP client
2022-04-11 19:33:56 +02:00
Vincent Bernat
50ca1987b2
http: use Gin web framework to reduce API boilerplate
2022-04-10 22:13:38 +02:00
Vincent Bernat
1dc253764d
global: split Akvorado into 3 services
2022-04-01 20:21:53 +02:00