Skip to content
Extraits de code Groupes Projets
Pour retrouver l'état du dépôt de ce projet au moment de chacune de ses versions, extrayez-en les étiquettes.
CHANGELOG.md 16.63 Kio

[0.0.19]

[0.4.8-RELEASE]

Added

  • Added validation for past start/end dates when refusing leave requests

Changed

  • Nothing.

Deprecated

  • Soon-to-be removed features.

Removed

  • Nothing.

Fixed

  • Nothing.

Security

  • Any security improvements.

[0.4.7-RELEASE]

Added

  • Nothing

Changed

  • Nothing.

Deprecated

  • Soon-to-be removed features.

Removed

  • Nothing.

Fixed

  • Fixed date filters bug.

Security

  • Any security improvements.

[0.4.6-RELEASE]

Added

  • Nothing

Changed

  • Changed a permission from Admin to count_leave_requests.

Deprecated

  • Soon-to-be removed features.

Removed

  • Nothing.

Fixed

  • Nothing.

Security

  • Any security improvements.

[0.4.5-RELEASE]

Added

  • Added allowed origin in application-rec.yaml

Changed

  • Nothing

Deprecated

  • Soon-to-be removed features.

Removed

  • Nothing.

Fixed

  • Nothing.

Security

  • Any security improvements.

[0.4.4-RELEASE]

Added

  • Nothing

Changed

  • Changed the roles required to access some method

Deprecated

  • Soon-to-be removed features.

Removed

  • Nothing.

Fixed

  • Nothing.

Security

  • Any security improvements.

[0.4.3-RELEASE]

Added

  • Nothing

Changed

  • Nothing

Deprecated

  • Soon-to-be removed features.

Removed

  • deleted the part where we check leave balance to have negative leaveBalance..

Fixed

  • Nothing.

Security

  • Any security improvements.

[0.4.2-RELEASE]

Added

  • Nothing

Changed

  • Nothing

Deprecated

  • Soon-to-be removed features.

Removed

  • Nothing.

Fixed

  • Fixed Search with employee name pagination bug.

Security

  • Any security improvements.

[0.4.1-RELEASE]

Added

  • Nothing

Changed

  • Nothing

Deprecated

  • Soon-to-be removed features.

Removed

  • Nothing.

Fixed

  • Fixed how secrets are updated.

Security

  • Any security improvements.

[0.4.0-RELEASE]

Added

  • Nothing

Changed

  • Refactoring in keystore module to use uuid instead of id

Deprecated

  • Soon-to-be removed features.

Removed

  • Nothing.

Fixed

  • Nothing.

Security

  • Any security improvements.

[0.3.9-RELEASE]

Added

  • Nothing

Changed

  • Nothing

Deprecated

  • Soon-to-be removed features.

Removed

  • Nothing.

Fixed

  • Fixed bug in absence mapper.

Security

  • Any security improvements.

[0.3.8-RELEASE]

Added

  • Nothing

Changed

  • changed attributs in the UserResponse DTO.

Deprecated

  • Soon-to-be removed features.

Removed

  • Nothing.

Fixed

  • Nothing.

Security

  • Any security improvements.

[0.3.7-RELEASE]

Added

  • Nothing

Changed

  • Changed the Id with Uuid.

Deprecated

  • Soon-to-be removed features.

Removed

  • Nothing.

Fixed

  • Nothing.

Security

  • Any security improvements.

[0.3.7-RELEASE]

Added

  • Nothing

Changed

  • Nothing

Deprecated

  • Soon-to-be removed features.

Removed

  • Removed some unused methods

Fixed

  • Fixed how absence history is filtered.

Security

  • Any security improvements.

[0.3.6-RELEASE]

Added

  • Nothing

Changed

  • Nothing

Deprecated

  • Soon-to-be removed features.

Removed

  • Nothing

Fixed

  • Fixed bug about how employeeId is passed.

Security

  • Any security improvements.

[0.3.6-RELEASE]

Added

  • Added the url services configuration in application-rec.yml.

Changed

  • Nothing

Deprecated

  • Soon-to-be removed features.

Removed

  • Nothing

Fixed

  • Nothing

Security

  • Any security improvements.

[0.3.5-RELEASE]

Added

  • Nothing

Changed

  • Nothing

Deprecated

  • Soon-to-be removed features.

Removed

  • Nothing

Fixed

  • Nothing

Security

  • Add permission checks to document request endpoints.

[0.3.4-RELEASE]

Added

  • Nothing

Changed

  • Nothing

Deprecated

  • Soon-to-be removed features.

Removed

  • Nothing

Fixed

  • fix configuration conflict

Security

  • Restricted some absence declaration endpoints to Admin role only.

[0.3.3-RELEASE]

Added

  • Nothing

Changed

  • Refactored LeaveRequestController and LeaveRequestService to consistently throw FunctionalException for better error handling.
  • Improved LeaveRequestRepository queries for more robust search term handling.
  • Enhanced leave request status update logic to check leave balance and prevent admins from approving their own requests.

Deprecated

  • Soon-to-be removed features.

Removed

  • Nothing

Fixed

  • Any bug fixes.

Security

  • Any security improvements.

[0.3.2-RELEASE]

Added

  • Nothing

Changed

  • Nothing

Deprecated

  • Soon-to-be removed features.

Removed

  • Nothing

Fixed

  • Fixed bug for update absence.

Security

  • Nothing

[0.3.2-RELEASE]

Added

  • Nothing

Changed

  • Nothing

Deprecated

  • Soon-to-be removed features.

Removed

  • Nothing

Fixed

  • Any bug fixes.

Security

  • Restricted some absence declaration endpoints to Admin role only.

[0.3.2-RELEASE]

Added

  • Nothing

Changed

  • Nothing

Deprecated

  • Soon-to-be removed features.

Removed

  • Nothing

Fixed

  • Any bug fixes.

Security

  • Restricted some leave request endpoints to Admin role only.

[0.3.1-RELEASE]

Added

  • Nothing

Changed

  • Updated exceptions to make them usable as enums in frontend

Deprecated

  • Soon-to-be removed features.

Removed

  • Nothing

Fixed

  • Any bug fixes.

Security

  • Any security improvements.

[0.3.0-RELEASE]

Added

  • Added FunctionalException throw for updating an approved leaverequest.

Changed

  • Nothing

Deprecated

  • Soon-to-be removed features.

Removed

  • Nothing

Fixed

  • Any bug fixes.

Security

  • Any security improvements.

[0.2.9-RELEASE]

Added

  • Added the rejectionReason attribut in dtos.

Changed

  • Nothing

Deprecated

  • Soon-to-be removed features.

Removed

  • Nothing

Fixed

  • Fixed the path constants.

Security

  • Any security improvements.

[0.2.8-RELEASE]

Added

  • Added Refuse LeaveRequest Function.

Changed

  • Nothing

Deprecated

  • Soon-to-be removed features.

Removed

  • Nothing

Fixed

  • Enhanced leave requests Pagination Functions for employees and admins.

Security

  • Any security improvements.

[0.2.6-RELEASE]

Added

  • Features that have been added.

Changed

  • Nothing

Deprecated

  • Soon-to-be removed features.

Removed

  • Nothing

Fixed

  • Fixed pending bug in paginated result of filtered absences by employee's name.

Security

  • Any security improvements.

[0.2.6-RELEASE]

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Soon-to-be removed features.

Removed

  • Nothing

Fixed

  • Fixed bug in filtering absences by dates.
  • Fixed bug in paginated result of filtered absences by employee's name.

Security

  • Any security improvements.

[0.2.5-RELEASE]

Added

  • Added logic to count by status

Changed

  • Nothing

Deprecated

  • Soon-to-be removed features.

Removed

  • Nothing

Fixed

  • Any bug fixes.

Security

  • Any security improvements.

[0.2.4-RELEASE]

Added

  • Added logic to filter by employee name

Changed

  • Nothing

Deprecated

  • Soon-to-be removed features.

Removed

  • Nothing

Fixed

  • Any bug fixes.

Security

  • Any security improvements.

[0.2.3-RELEASE]

Added

  • Added logic to centrelize filtering

Changed

  • Nothing

Deprecated

  • Soon-to-be removed features.

Removed

  • Nothing

Fixed

  • Any bug fixes.

Security

  • Any security improvements.

[0.2.2-RELEASE]

Added

  • Enhanced LeaveRequest functionality by adding filters for employee name search.
  • Introduced UserSearchByNameResponse DTO for user lookup responses.
  • Updated LeaveRequestService and LeaveRequestServiceImpl to support the new filtering logic.
  • Adjusted application-local.yml to increase REST template timeouts for better network resilience.

Changed

  • Improved filtering capabilities in leave request management.
  • Configuration changes to support longer REST operations.

Deprecated

  • Soon-to-be removed features.

Removed