Skip to content

project_version_info() is broken #167

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

Closed
wonder-sk opened this issue Feb 24, 2023 · 0 comments · Fixed by #168
Closed

project_version_info() is broken #167

wonder-sk opened this issue Feb 24, 2023 · 0 comments · Fixed by #168
Labels
bug Something isn't working

Comments

@wonder-sk
Copy link
Contributor

After the update to workspaces, there was a change in API and the endpoint /v1/project/version/{namespace}/{project_name} which is used by project_version_info() does not exist anymore unfortunately.

We need to fix this by using the paginated version listing:
/v1/project/versions/paginated/{namespace}/{project_name}?page={version}&per_page=1&descending=false

The returned result is slightly different - to update the response parsing code...

We need to add a unit test as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant