| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-12-29 | all: add missing SPDX license to all files | Shulhan | |
| 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. | |||
| 2025-12-29 | make: replace external linter with gocheck | Shulhan | |
| 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. | |||
| 2024-03-19 | [wip] _wui: implement web user interface | Shulhan | |
| 2024-03-18 | all: auto migrate the database when using postgresql forwarder | Shulhan | |
| 2024-03-18 | all: create new dummy backend to test backend in HAProxy | Shulhan | |
| The haminer-dummy-backend run in container and serve two ports in HTTP and TCP modes. | |||
