tercul-backend/internal/data/sql
Damir Mukimov d50722dad5
Some checks failed
Test / Integration Tests (push) Successful in 4s
Build / Build Binary (push) Failing after 2m9s
Docker Build / Build Docker Image (push) Failing after 2m32s
Test / Unit Tests (push) Failing after 3m12s
Lint / Go Lint (push) Failing after 1m0s
Refactor ID handling to use UUIDs across the application
- Updated database models and repositories to replace uint IDs with UUIDs.
- Modified test fixtures to generate and use UUIDs for authors, translations, users, and works.
- Adjusted mock implementations to align with the new UUID structure.
- Ensured all relevant functions and methods are updated to handle UUIDs correctly.
- Added necessary imports for UUID handling in various files.
2025-12-27 00:33:34 +01:00
..
.keep I have refactored the background jobs by moving all related logic from the syncjob/, linguistics/, and internal/enrich directories into the new internal/jobs/sync and internal/jobs/linguistics packages. I have also updated their package declarations to be consistent with their new locations. 2025-09-02 15:02:04 +00:00
analytics_repository_test.go Refactor ID handling to use UUIDs across the application 2025-12-27 00:33:34 +01:00
analytics_repository.go Refactor ID handling to use UUIDs across the application 2025-12-27 00:33:34 +01:00
auth_repository_test.go Refactor ID handling to use UUIDs across the application 2025-12-27 00:33:34 +01:00
auth_repository.go Refactor ID handling to use UUIDs across the application 2025-12-27 00:33:34 +01:00
author_repository_test.go Refactor ID handling to use UUIDs across the application 2025-12-27 00:33:34 +01:00
author_repository.go Refactor ID handling to use UUIDs across the application 2025-12-27 00:33:34 +01:00
base_repository_test.go Refactor ID handling to use UUIDs across the application 2025-12-27 00:33:34 +01:00
base_repository.go Refactor ID handling to use UUIDs across the application 2025-12-27 00:33:34 +01:00
book_repository_test.go Refactor ID handling to use UUIDs across the application 2025-12-27 00:33:34 +01:00
book_repository.go Refactor ID handling to use UUIDs across the application 2025-12-27 00:33:34 +01:00
bookmark_repository_test.go Refactor ID handling to use UUIDs across the application 2025-12-27 00:33:34 +01:00
bookmark_repository.go Refactor ID handling to use UUIDs across the application 2025-12-27 00:33:34 +01:00
category_repository_test.go Refactor ID handling to use UUIDs across the application 2025-12-27 00:33:34 +01:00
category_repository.go Refactor ID handling to use UUIDs across the application 2025-12-27 00:33:34 +01:00
city_repository_test.go Refactor ID handling to use UUIDs across the application 2025-12-27 00:33:34 +01:00
city_repository.go Refactor ID handling to use UUIDs across the application 2025-12-27 00:33:34 +01:00
collection_repository_test.go Refactor ID handling to use UUIDs across the application 2025-12-27 00:33:34 +01:00
collection_repository.go Refactor ID handling to use UUIDs across the application 2025-12-27 00:33:34 +01:00
comment_repository_test.go Refactor ID handling to use UUIDs across the application 2025-12-27 00:33:34 +01:00
comment_repository.go Refactor ID handling to use UUIDs across the application 2025-12-27 00:33:34 +01:00
contribution_repository_test.go Refactor ID handling to use UUIDs across the application 2025-12-27 00:33:34 +01:00
contribution_repository.go Refactor ID handling to use UUIDs across the application 2025-12-27 00:33:34 +01:00
copyright_claim_repository_test.go Refactor ID handling to use UUIDs across the application 2025-12-27 00:33:34 +01:00
copyright_claim_repository.go Refactor ID handling to use UUIDs across the application 2025-12-27 00:33:34 +01:00
copyright_repository_test.go Refactor ID handling to use UUIDs across the application 2025-12-27 00:33:34 +01:00
copyright_repository.go Refactor ID handling to use UUIDs across the application 2025-12-27 00:33:34 +01:00
country_repository.go Refactor ID handling to use UUIDs across the application 2025-12-27 00:33:34 +01:00
edge_repository.go Refactor ID handling to use UUIDs across the application 2025-12-27 00:33:34 +01:00
edition_repository.go Refactor ID handling to use UUIDs across the application 2025-12-27 00:33:34 +01:00
email_verification_repository.go Refactor ID handling to use UUIDs across the application 2025-12-27 00:33:34 +01:00
like_repository_test.go Refactor ID handling to use UUIDs across the application 2025-12-27 00:33:34 +01:00
like_repository.go Refactor ID handling to use UUIDs across the application 2025-12-27 00:33:34 +01:00
localization_repository.go Refactor ID handling to use UUIDs across the application 2025-12-27 00:33:34 +01:00
main_test.go feat: Add unit tests for models, repositories, and services 2025-09-07 11:42:30 +00:00
monetization_repository_test.go Refactor ID handling to use UUIDs across the application 2025-12-27 00:33:34 +01:00
monetization_repository.go Refactor ID handling to use UUIDs across the application 2025-12-27 00:33:34 +01:00
password_reset_repository.go Refactor ID handling to use UUIDs across the application 2025-12-27 00:33:34 +01:00
place_repository.go Refactor ID handling to use UUIDs across the application 2025-12-27 00:33:34 +01:00
publisher_repository_test.go Refactor ID handling to use UUIDs across the application 2025-12-27 00:33:34 +01:00
publisher_repository.go Refactor ID handling to use UUIDs across the application 2025-12-27 00:33:34 +01:00
repositories.go Refactor ID handling to use UUIDs across the application 2025-12-27 00:33:34 +01:00
source_repository_test.go Refactor ID handling to use UUIDs across the application 2025-12-27 00:33:34 +01:00
source_repository.go Refactor ID handling to use UUIDs across the application 2025-12-27 00:33:34 +01:00
tag_repository.go Refactor ID handling to use UUIDs across the application 2025-12-27 00:33:34 +01:00
translation_repository.go Refactor ID handling to use UUIDs across the application 2025-12-27 00:33:34 +01:00
user_profile_repository.go Refactor ID handling to use UUIDs across the application 2025-12-27 00:33:34 +01:00
user_repository_test.go Refactor ID handling to use UUIDs across the application 2025-12-27 00:33:34 +01:00
user_repository.go Refactor ID handling to use UUIDs across the application 2025-12-27 00:33:34 +01:00
user_session_repository.go Refactor ID handling to use UUIDs across the application 2025-12-27 00:33:34 +01:00
work_repository_test.go Refactor ID handling to use UUIDs across the application 2025-12-27 00:33:34 +01:00
work_repository.go Refactor ID handling to use UUIDs across the application 2025-12-27 00:33:34 +01:00