-
Notifications
You must be signed in to change notification settings - Fork 197
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
The waiver button waives only one failed test, and it does not tell the user which #2363
Labels
Milestone
Comments
bowlofeggs
added
Critical
We can't go on living in this sqalor, drop everything and fix it!
API
Issues related to Bodhi's REST API
WebUI
Issues pertaining to Bodhi's web interface
labels
May 8, 2018
ralphbean
added a commit
to ralphbean/bodhi
that referenced
this issue
May 29, 2018
This should fix the UI for fedora-infra#2363. There, it claims that only one failing result is waived, but a read through the method in `models.py` suggests that *all* unsatisfied requirements are currently waived.
ralphbean
added a commit
to ralphbean/bodhi
that referenced
this issue
May 30, 2018
This should fix the UI for fedora-infra#2363. There, it claims that only one failing result is waived, but a read through the method in `models.py` suggests that *all* unsatisfied requirements are currently waived. Signed-off-by: Ralph Bean <[email protected]>
ralphbean
added a commit
to ralphbean/bodhi
that referenced
this issue
May 30, 2018
This should fix the UI for fedora-infra#2363. There, it claims that only one failing result is waived, but a read through the method in `models.py` suggests that *all* unsatisfied requirements are currently waived. Signed-off-by: Ralph Bean <[email protected]>
ralphbean
added a commit
to ralphbean/bodhi
that referenced
this issue
Jun 4, 2018
This should fix the UI for fedora-infra#2363. There, it claims that only one failing result is waived, but a read through the method in `models.py` suggests that *all* unsatisfied requirements are currently waived. Signed-off-by: Ralph Bean <[email protected]>
ralphbean
added a commit
to ralphbean/bodhi
that referenced
this issue
Jun 13, 2018
This should fix the UI in a couple places: - fixes fedora-infra#2363 - fixes fedora-infra#2270 There, it claims that only one failing result is waived, but a read through the method in `models.py` suggests that *all* unsatisfied requirements are currently waived. Signed-off-by: Ralph Bean <[email protected]>
ralphbean
added a commit
to ralphbean/bodhi
that referenced
this issue
Jun 18, 2018
This should fix the UI in a couple places: - fixes fedora-infra#2363 - fixes fedora-infra#2270 There, it claims that only one failing result is waived, but a read through the method in `models.py` suggests that *all* unsatisfied requirements are currently waived. Signed-off-by: Ralph Bean <[email protected]>
ralphbean
added a commit
to ralphbean/bodhi
that referenced
this issue
Jun 19, 2018
This should fix the UI in a couple places: - fixes fedora-infra#2363 - fixes fedora-infra#2270 There, it claims that only one failing result is waived, but a read through the method in `models.py` suggests that *all* unsatisfied requirements are currently waived. Signed-off-by: Ralph Bean <[email protected]>
ralphbean
added a commit
to ralphbean/bodhi
that referenced
this issue
Jun 19, 2018
This should fix the UI in a couple places: - fixes fedora-infra#2363 - fixes fedora-infra#2270 There, it claims that only one failing result is waived, but a read through the method in `models.py` suggests that *all* unsatisfied requirements are currently waived. Signed-off-by: Ralph Bean <[email protected]>
ralphbean
added a commit
to ralphbean/bodhi
that referenced
this issue
Jun 20, 2018
This should fix the UI in a couple places: - fixes fedora-infra#2363 - fixes fedora-infra#2270 There, it claims that only one failing result is waived, but a read through the method in `models.py` suggests that *all* unsatisfied requirements are currently waived. Signed-off-by: Ralph Bean <[email protected]>
This feature is planned to be included in the upcoming 3.10.0 release: #2556. |
The fix for this issue has been deployed to Fedora's staging Bodhi instance: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The "Waive Test Results" button makes a pop up with a form with a text area and a submit button. The form does not explain itself - it doesn't tell you what you are meant to type into the box, and it also does not indicate which test you are waiving:
When the form is submitted only one of the failed tests gets waived, but there is no way for the user to know that only one was waived and not all, or even which one was waived.
The text was updated successfully, but these errors were encountered: