Commit graph

5 commits

Author SHA1 Message Date
Felipe Martin
06de3f4069
chore(deps): updated go, alpine, frontend/webapp and golangci lint (#1063)
* deps: go 1.24 & alpine 3.21

* deps: update

* fix: golangci-lint config

* ci: fix golangci-lint version

* ci: upgraded golangci-lint-action to v8.0.0

* deps: pin go into 1.24.3

* fix: updated openbsd test version to 7.7

* ci: updated cross-platform-actions

* ci: updated cross-platform-action to latest master

* ci: force openbsd to update quirks to 7.7

* ci: revert quirks change

* fix: freebsd downloads golang directly

* merge master

* chore: checking the go binary

* chore: give executable permissions

* chore: freebsd -> openbsd

* deps: updated webapp deps

* deps: updated frontend deps

* deps: updated go deps

* ci: updated openbsd golang version

* deps: updated alpine to 3.22

* deps: updated golangci-lint

* deps: pinned swag to 1.16.4

* ci: ignore openbsd failures

* test(e2e): enhance container log handling and cleanup

* test(e2e): disable ryiuk
2025-09-26 23:41:17 +02:00
dependabot[bot]
6fbaecb68c
chore(deps-dev): bump vite (#1089)
Bumps the npm_and_yarn group with 1 update in the /webapp directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 6.2.3 to 6.2.4
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v6.2.4/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v6.2.4/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-31 20:44:28 +02:00
dependabot[bot]
9c23c69db0
chore(deps-dev): bump vite (#1085)
Bumps the npm_and_yarn group with 1 update in the /webapp directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite).


Updates `vite` from 6.2.2 to 6.2.3
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v6.2.3/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v6.2.3/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
  dependency-group: npm_and_yarn
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-31 11:43:44 +02:00
Felipe Martin
1f309469c5
feat: reverts message in json output and allows configuration (#1082)
* feat: allow future deprecated message response with config

* tests: middleware

* fix: middleware order

* fix: frontend using message in body

* fix: cors

* feat: modify response type with header

* fix(webapp): added new headers

* dist: updated webapp files

* test(e2e): fixes

* fix: middleware returning body for 204 requests

* fix: frontend apis

* tests: cors middleware
2025-03-16 19:09:28 +01:00
Felipe Martin
d41981861c
feat: add apis to handle bookmark tags (#1081)
* feat: add tag search api

* feat: add apis to add/remove bookmark tags

* chore: removed debug logger

* docs: updated swagger

* test: added tests

* test: invalid ids

* feat: webapp v2

* chore: updated swagger

* fix: route params missing

* feat: added cors middleware

* feat: built api implementation

* feat: implemented login in webapp

* feat; dark mode in web app

* feat: labels + i18n

* refactor: remove custom message output in json apis

* docs: updated swagger

* chore: make lint

* chore: make styles

* fix: include new webapp dist files (for now)
2025-03-15 21:28:26 +01:00