Changelog
- ad263ab goreleaser: only build for arm64 and amd64
- 1eb7643 update all dependencies
- 44b2fa8 refactor: replace os.Rename with common.MoveFile for better file handling
- d45a83e refactor(tests): resolve Redmine news id dynamically instead of using /tmp file
- c33e004 refactor(tests): use monokit db CLI in tests to read health state instead of cat-ing files
- 3f649c2 feat: Remove default value for 'active' field in Domain model to simplify configuration
- 2f8dddb feat: Require global admin access for domain retrieval and enhance domain response validation in tests
- 93552de feat: Enhance domain access control and improve error handling in domain-related routes
- 53a36e3 test: Rename and enhance duplicate domain creation and success tests for clarity
- 7da96d4 feat: Migrate cache management from file-based to SQLite for health checks
- b2607bc feat: Enhance domain access control by allowing both global and domain admins for domain management routes
- 660450b test: Remove redundant assertions in TestService_DeleteCloudflareDomain_Success