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

Application version deletion is not reflected in application history #788

Open
mkows opened this issue Apr 10, 2019 · 0 comments
Open

Application version deletion is not reflected in application history #788

mkows opened this issue Apr 10, 2019 · 0 comments

Comments

@mkows
Copy link
Member

mkows commented Apr 10, 2019

To reproduce:

For a given application in version e.g. 0.0.1-dev, upload current api.json just with a new version 0.0.2-dev (and no other changes to api.json).

This causes a new entry in history (correct):
<org>/<app>/0.0.2-dev | version changed from 0.0.1-dev to 0.0.2-dev

Then delete the current version (with Delete this version).

Go back to application history page. The above history entry version changed from 0.0.1-dev to 0.0.2-dev is still the last one, and there's no mention of deletion (and the fact that 0.0.2-dev no longer exists).

Proposal:

when version gets deleted, create new entry in history as:
<org>/<app>/0.0.1-dev | deleted version 0.0.2-dev (proposal 1) or
<org>/<app>/0.0.1-dev | deleted version 0.0.2-dev (now at 0.0.1-dev) (proposal 2)

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

1 participant