Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GetReleaseInfo shall return the release date #54

Closed
f-porter opened this issue Apr 24, 2020 · 0 comments · Fixed by #56
Closed

GetReleaseInfo shall return the release date #54

f-porter opened this issue Apr 24, 2020 · 0 comments · Fixed by #56

Comments

@f-porter
Copy link
Contributor

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.

@f-porter f-porter added this to the Release Server v0.2 milestone Apr 24, 2020
tiwalter added a commit that referenced this issue May 1, 2020
…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
tiwalter added a commit that referenced this issue May 4, 2020
…get-release-info

#54 Handle the release date in the deployment.json & response of GetReleaseInfo()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant