Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • F FIAE23L ToDo
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 12
    • Merge requests 12
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Tuttas
  • FIAE23L ToDo
  • Merge requests
  • !19

Merged
Created Mar 28, 2025 by Kirchner@kirchner.domenicContributor

Refactor Task Entity, Improve JSON Handling, and Enhance Testing

  • Overview 0
  • Commits 58
  • Pipelines 4
  • Changes 34

Main Changes

  • Refined the Task entity to simplify JSON parsing and enhance code maintainability.
  • Improved unit tests to ensure stability after multiple refinements and adjustments.
  • Introduced new components to optimize server functionality and API handling:
    • ServerLauncher and RequestHandler for improved path management, version fetching, and error handling.
    • ResponseHandler for cleaner, more structured JSON responses, ensuring consistency across the API.
    • RateLimiter to prevent excessive API requests and improve overall performance.
    • LoggerUtil to standardize logging practices, streamlining debugging, monitoring, and maintenance.
    • Several additional enhancements to further streamline development and improve codebase efficiency.
  • Refined persistence logic to simplify entity management and reduce complexity.

Other Changes

  • Updated .gitignore to exclude log and database files from version control.
  • Merged multiple feature branches to keep the codebase up-to-date and prevent merge conflicts.
Edited Mar 28, 2025 by Kirchner
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: main