-
Notifications
You must be signed in to change notification settings - Fork 99
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
Add reload timer to feedstatuspage and displaying when updating is in progress #2350
Conversation
Codecov Report
@@ Coverage Diff @@
## gsa-20.08 #2350 +/- ##
=============================================
+ Coverage 52.76% 52.90% +0.14%
=============================================
Files 1070 1070
Lines 25789 25806 +17
Branches 7312 7320 +8
=============================================
+ Hits 13607 13653 +46
+ Misses 11058 11035 -23
+ Partials 1124 1118 -6
Continue to review full report at Codecov.
|
@@ -30,6 +30,7 @@ describe('FeedStatusCommand tests', () => { | |||
name: 'foo', | |||
version: 201906251319, | |||
description: 'bar', | |||
currently_syncing: {timestamp: 'baz'}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should have been a camel case variable.
Checklist: