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

Refresh page after full check #670

Merged
merged 1 commit into from
Dec 12, 2018
Merged

Refresh page after full check #670

merged 1 commit into from
Dec 12, 2018

Conversation

Zlopez
Copy link
Contributor

@Zlopez Zlopez commented Dec 3, 2018

Signed-off-by: Michal Konečný [email protected]

Signed-off-by: Michal Konečný <[email protected]>
@codecov-io
Copy link

codecov-io commented Dec 3, 2018

Codecov Report

Merging #670 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #670   +/-   ##
=======================================
  Coverage   95.81%   95.81%           
=======================================
  Files          57       57           
  Lines        2864     2864           
  Branches      391      391           
=======================================
  Hits         2744     2744           
  Misses         84       84           
  Partials       36       36

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ef735f7...ecfd280. Read the comment docs.

@@ -281,6 +281,7 @@ <h3 class="panel-title">
output = res.error;
}
$('#version_info').html("Latest versions: " + output);
window.location.reload(false);
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just out curiosity why is this needed ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a button on the page. If you click on it, it will do a regular check for new versions. This could change project in the database, but the page will still have old information. It's confusing for the user that used this button.

Copy link

@cverna cverna left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@Zlopez Zlopez merged commit eb9549c into fedora-infra:master Dec 12, 2018
@Zlopez Zlopez deleted the refresh branch December 12, 2018 10:07
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

Successfully merging this pull request may close these issues.

3 participants