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

REST API support for discovering pacticipant releases #699

Open
canny bot opened this issue Jun 26, 2024 · 1 comment
Open

REST API support for discovering pacticipant releases #699

canny bot opened this issue Jun 26, 2024 · 1 comment

Comments

@canny
Copy link

canny bot commented Jun 26, 2024

A GET /pacticipant/{pacticipant}/releases endpoint that returns a list (preferably ordered with most recent release first) of infomation sourced from rows of the released_versions DB table filtered by the specified pacticipant.

Each list entry should contain at a minimum the pacticipant version number, environment id & name, released_version createdAt/updatedAt/supportEndedAt.

Also it would be very useful to be able to optionally speciify that only releases with a null supportEndedAt value are returned.

This is essential for any process which automates to some degree the ending of support for a given pacticipant release, as currently there is no way to discover the relevant pacticipant version number(s).

https://pact.canny.io/admin/board/feature-requests/p/rest-api-support-for-discovering-pacticipant-releases

Copy link
Author

canny bot commented Jun 26, 2024

This issue has been linked to a Canny post: REST API support for discovering pacticipant releases 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants