-
Notifications
You must be signed in to change notification settings - Fork 13
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
Disable persisted cache for API responses, add refresh button #1043
Conversation
ee5bc34
to
55d4fde
Compare
55d4fde
to
c940570
Compare
@MikeEdgar this should be good to go now |
5eb360b
to
1826e6f
Compare
1826e6f
to
fcf25bb
Compare
@riccardo-forina there are two playwright tests failing (both browsers) that look like they might be legitimate errors
|
fcf25bb
to
1c194db
Compare
Signed-off-by: Michael Edgar <[email protected]>
1c194db
to
81c5311
Compare
81c5311
to
755b981
Compare
Well the test suite's been completely updated to reuse the navigation bits and the auth bits as well. It should be easier to grok and maintain, and should pass the checks |
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.
LGTM, ready to merge?
yep! |
Quality Gate passedIssues Measures |
This should disable any persisted cache for all API responses in the app.
It also adds a "Last updated" info on every page, in the header. The messages page will not show this, as the data refresh is handled by the table in the body.