Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • 1.0.0
    - update Task entity to use EmbeddedUser
    - change request body for create user
    - Add “nickname” and “citizenId” fields in Task entity
  • 0.1.2
    update user entity
  • 0.1.1
    - Improve test coverage for exception handling
    - Add test factories for mock data
    - Simplify and clarify test logic in TaskControllerTest, TaskServiceTest, and others
    - Rename test-cov to cov in Makefile and GitLab CI
    - Add Gradle clean before running coverage tests
    - Improve Docker caching and CI steps (e.g., Redis image cache, e2e stage removed)
    - Replace inline values with constants (e.g., regex, user/task ID)
    - Remove unused code and imports
    - Use ObjectId consistently for ID generation in tests
    - Improve structure, readability, and accuracy of README.md
    - Remove unrelated project sections
    - Add Redis integration info and update badge links
  • 0.1.0