Commit Graph

10 Commits

Author SHA1 Message Date
Dimitri Herzog 72d747c16f
feat: API-first approach for REST interface (#1129)
* feat: embed OpenAPI definition file

* feat: use OpenAPI generated server and client

* feat: provide OpenAPI interface documentation

* chore(test): add additional tests
2023-09-09 19:30:55 +02:00
Dimitri Herzog 74fcd500d3
chore(build): add format with gofumpt to build (#974) 2023-04-04 09:25:45 +02:00
Dimitri Herzog acad4a7d7d
chore: define version of golangci-lint in makefile (#816) 2023-01-05 08:44:04 +01:00
Kwitsch 9abeaeddea
Added gofumpt (#805)
* fix linter errors

* added gofumpt

* Makefile cleanup

* gofumpt run

* Update Makefile

Co-authored-by: ThinkChaos <ThinkChaos@users.noreply.github.com>

* go mod tidy

* fmt + lint

* go mod tidy

Co-authored-by: ThinkChaos <ThinkChaos@users.noreply.github.com>
2022-12-26 22:11:45 +01:00
Dimitri Herzog f1d746b815 chore: move golangci-lint from tools.go to Makefile (#709) 2022-11-05 22:46:43 +01:00
Kwitsch 6e149febba zigcc & zigcpp to tools 2022-10-21 20:56:02 +02:00
Kwitsch 41fd5c07f1 removed revgen 2022-09-23 20:55:08 +02:00
Kwitsch 82e7879247 go mod tidy 2022-09-14 16:05:45 +02:00
Kwitsch 0c653c91fc share arg 2022-09-14 13:59:18 +02:00
Dimitri Herzog 3c5b7a20dc
chore: Managing of external tools with go modules (#616) (#617) 2022-08-03 22:10:07 +02:00