-
Notifications
You must be signed in to change notification settings - Fork 106
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
[RFE] Please add a "preview" mode #491
Labels
Milestone
Comments
This needs a new logic for project checking working with data that aren't saved in the database yet. |
Implementations detailsTo make this work we need to implement few things:
|
Zlopez
added a commit
to Zlopez/anitya
that referenced
this issue
Nov 4, 2020
This adds API v2 versions target with GET and POST methods. * GET method allows user to get versions that are currently available on the project. * POST allows user to apply temporary changes and run a check for new versions above the project. Add "Test check" button to add/edit project page to allow users to test changes before submitting. Update `check_project_release`, `create_project` and `edit_project` methods to allow dry_run. Closes fedora-infra#491 Signed-off-by: Michal Konečný <[email protected]>
Zlopez
added a commit
to Zlopez/anitya
that referenced
this issue
Nov 4, 2020
This adds API v2 versions target with GET and POST methods. * GET method allows user to get versions that are currently available on the project. * POST allows user to apply temporary changes and run a check for new versions above the project. Add "Test check" button to add/edit project page to allow users to test changes before submitting. Update `check_project_release`, `create_project` and `edit_project` methods to allow dry_run. Closes fedora-infra#491 Signed-off-by: Michal Konečný <[email protected]>
Merged
Zlopez
added a commit
to Zlopez/anitya
that referenced
this issue
Nov 4, 2020
This adds API v2 versions target with GET and POST methods. * GET method allows user to get versions that are currently available on the project. * POST allows user to apply temporary changes and run a check for new versions above the project. Add "Test check" button to add/edit project page to allow users to test changes before submitting. Update `check_project_release`, `create_project` and `edit_project` methods to allow dry_run. Closes fedora-infra#491 Signed-off-by: Michal Konečný <[email protected]>
Zlopez
added a commit
that referenced
this issue
Nov 4, 2020
This adds API v2 versions target with GET and POST methods. * GET method allows user to get versions that are currently available on the project. * POST allows user to apply temporary changes and run a check for new versions above the project. Add "Test check" button to add/edit project page to allow users to test changes before submitting. Update `check_project_release`, `create_project` and `edit_project` methods to allow dry_run. Closes #491 Signed-off-by: Michal Konečný <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
It would be nice to have a preview mode, which does the version checks, but does not send notifications.
The text was updated successfully, but these errors were encountered: