You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the endpoint GET /info/{product}/{os}/{architecture}/{version} return the changelog of the requested artifact.
In addition to that the release date shall be returned. This date will be delivered in the file deployment.json that is mandatory for each artifact upload.
So the ChangelogResponseModel has to be renamed into ReleaseInformationModel. A new property DateTime ReleaseDate has to be added.
The text was updated successfully, but these errors were encountered:
…n & response of GetReleaseInfo()
- Extend the DeploymentMetaInfo and the corresponding unit test
- Adjust the implementation of GetReleasInfo() in the FsReleaseArtifactRepository incl. the return types
- Adjust the Controller function GetReleaseInfo() incl. the documentation
- Adjust unit tests
- Rename the ChangelogResponseModel to ReleaseInformationModel
- Adjust the test_artifact_payload.zip file
- Adjust the whole test data (deployment.json)
- Remove the obsolete ConvertStringToChangelogResponse() function incl the corresponding unit test
Currently the endpoint GET /info/{product}/{os}/{architecture}/{version} return the changelog of the requested artifact.
In addition to that the release date shall be returned. This date will be delivered in the file
deployment.json
that is mandatory for each artifact upload.So the
ChangelogResponseModel
has to be renamed intoReleaseInformationModel
. A new propertyDateTime ReleaseDate
has to be added.The text was updated successfully, but these errors were encountered: