shiori/internal/domains
Felipe M. ca949c5dab
fix: resolve linting errors and e2e test failures
- Fix ST1005 linting errors by lowercasing error message strings
- Fix QF1008 linting errors by removing embedded field selectors in containers.go
- Update Alpine version from 3.22 to 3.21 in Makefile to fix Docker image resolution
- Update corresponding test expectations for error message changes
2025-07-30 17:48:13 +02:00
..
accounts.go feat: support proxy forward headers authentication (#1105) 2025-07-12 12:11:42 +02:00
accounts_test.go feat: support proxy forward headers authentication (#1105) 2025-07-12 12:11:42 +02:00
archiver.go refactor: remove gin and use stdlib http server (#1064) 2025-02-26 20:50:48 +01:00
auth.go fix: resolve linting errors and e2e test failures 2025-07-30 17:48:13 +02:00
auth_test.go fix: resolve linting errors and e2e test failures 2025-07-30 17:48:13 +02:00
bookmark_tags_test.go feat: add apis to handle bookmark tags (#1081) 2025-03-15 21:28:26 +01:00
bookmarks.go feat: add apis to handle bookmark tags (#1081) 2025-03-15 21:28:26 +01:00
bookmarks_test.go feat(apiv1): refactor tags api (#1075) 2025-03-11 17:37:08 +01:00
storage.go refactor: remove gin and use stdlib http server (#1064) 2025-02-26 20:50:48 +01:00
storage_test.go refactor: remove gin and use stdlib http server (#1064) 2025-02-26 20:50:48 +01:00
tags.go feat: add apis to handle bookmark tags (#1081) 2025-03-15 21:28:26 +01:00
tags_test.go feat: allow tag filtering and count retrieval via api v1 (#1079) 2025-03-12 23:10:50 +01:00