shiori/internal
Felipe Martin 8b015a3850
Swagger improvements (#666)
* refactor: swagger docs into a folder

* added scripts for the swaggger tasks

* check version and fmt

* CI

* formatted swag comments

* using custom delims

* revert custom delims

* swag 1.16.1

* update swagger docs

* avoid make swagger output

* swagger check

* test

* swag-fmt

* swagger run

* gofmt

* avoid swag-fmt check for now due to inconsistencies with gofmt

* re-enabled by using go fmt afterwards

* use newer swag in CI

* add gopath to path

* using go binary instead of unset env

* alternative

* correct swag version

* formatted

* formatted

* correct go fmt command

* make swagger

* swagger-check -> swag-check

* run swag-check on lint
2023-08-12 08:38:52 +02:00
..
cmd default to sqlite, warn dbms users (#667) 2023-07-30 07:41:32 +02:00
config Allow JWT authentication into legacy APIs (#651) 2023-07-21 07:57:42 +02:00
core preserve fragment in URLs (#315) (#687) 2023-08-05 09:04:25 +02:00
database Run legacy API and new API at the same time. (#648) 2023-07-19 18:25:41 +02:00
domains Run legacy API and new API at the same time. (#648) 2023-07-19 18:25:41 +02:00
http Swagger improvements (#666) 2023-08-12 08:38:52 +02:00
model Show version in login page (#652) 2023-07-21 09:25:19 +02:00
testutil Run legacy API and new API at the same time. (#648) 2023-07-19 18:25:41 +02:00
view Show version in login page (#652) 2023-07-21 09:25:19 +02:00
webserver fix: title overwritten if user has defiend it (#684) 2023-07-29 09:24:12 +02:00
assets.go Start working on new REST API. Refactor logic in domains. (#497) 2023-07-17 14:30:18 +01:00