| Age | Commit message (Collapse) | Author |
|
Convert the old ".reuse/dep5" format to REUSE.toml format using
"reuse convert-dep5" command.
For generated files, add the ".license" file.
Using "reuse annotate ..." it automatically add empty line after
"SPDX-FileCopyrightText:", and it also put "SPDX-FileCopyrightText" above
the "SPDX-License-Identifier".
Now, this project is compliant with version 3.3 of the REUSE
Specification.
|
|
The fieldalignment and shadow is a linter from golang.org/x/tools.
This program actually have an API that can be used.
The pakakeh.go/lib/goanalysis wrap those APIs into a single function
call that can be run inside a main.
This minimize and simplified our tools dependencies.
|
|
Golangci-lint does not works when working with gotip, use too much memory,
and become red herring and subjective instead of correctness.
|
|
|
|
|
|
The Postgresql forwarder accept single option "URL",
[forwarder "postgresql"]
url = postgres://<user>:<pass>@<host>/<database>?sslmode=<>
The user and database must already created first, manually.
|
|
The haminer-dummy-backend run in container and serve two ports in HTTP
and TCP modes.
|
|
The container run HAProxy and PostgreSQL servers.
|
|
|
|
|
|
|
|
See https://kilabit.info/journal/2022/gpl/ for more information.
|
|
|
|
|
|
|
|
|
|
|