All notable changes to this project will be documented in this file.
- This project adheres to Semantic Versioning.
- The format of this changelog is inspired by Keep a Changelog.
- assertionFailureText field to WhitelistItem
- Filter for returning CriteriaItem per CodeSystem
- reportName field to CriteriaItem
- N/A
- WhitelistItem's componentId to default to empty rather than null
- Task validation CriteriaItem to always be returned if Branch is flagged as 'batch'.
- N/A
- WhitelistItem search crossing into other CodeSystems
- N/A
- N/A
- N/A
- CriteriaItem with a matching enabledByFlag value are included when viewing ProjectAcceptanceCriteria
- N/A
- N/A
- N/A
- Changelog
- Permissions & roles document
- Admin endpoint for marking all
CriteriaItem
for a ProjectAcceptanceCriteria complete - Admin endpoint for marking all
CriteriaItem
for a ProjectAcceptanceCriteria incomplete
- N/A
- ServiceIntegrationController to confirm whether
ProjectAcceptanceCriteria
has all relevantCriteriaItem
marked as complete when actioning a promotion. - ServiceIntegrationController to potentially mark relevant
CriteriaItem
as incomplete when actioning a promotion. - AcceptanceCriteriaController to use latest
projectIteration
if not otherwise specified when updatingProjectAcceptanceCriteria
. - Version of ihtsdo-spring-sso dependency from 2.1.0 to 2.2.0.
- N/A
- Bug where
creationDate
field ofProjectAcceptanceCriteria
was being changed when updating theProjectAcceptanceCriteria
. - Bug where incorrect
CriteriaItem
were being marked as incomplete when actioning a rebase.
- N/A
This release is the first release of Authoring Acceptance Gateway. Within this release, the foundations of the service have been laid. This includes various web endpoints as well as build tools for taking the service through to deployment/distribution (i.e. Debian packaging).
- Functionality to perform general CRUD operations for
ProjectAcceptanceCriteria
. - Functionality to perform general CRUD operations for
CriteriaItem
. - Functionality to perform general CRUD operations for
WhitelistItem
. - Functionality to handle uncaught exceptions via
ControllerAdvice
. - Functionality to accept or reject a
CriteriaItem
for a specific branch. - Redirect to Swagger UI when requesting root endpoint.
- Endpoint for receiving requests from Snowstorm.
- Endpoint for retrieving current version of running application.
- N/A
- N/A
- N/A
- N/A
- N/A