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

Clear report cache operation will remove image files too. #1181

Merged
merged 1 commit into from
Dec 11, 2019

Conversation

jpwhite4
Copy link
Member

The internal dashboards 'Empty Report Image Cache' only clears the
database contents. The code that retrieves the images checks the
filesystem before the database, so if the file is already on the
filesystem it will served and the database cache will never be
consulted.

This update adds a call to the existing XDReportManager function that cleans up
all report image files.

The internal dashboards 'Empty Report Image Cache' only clears the
database contents. The code that retrieves the images checks the
filesystem before the database, so if the file is already on the
filesystem it will served and the database cache will never be
consulted.

This update adds a call to the existing XDReportManager function that cleans up
all report image files.
@jpwhite4 jpwhite4 added this to the 9.0.0 milestone Dec 10, 2019
@jtpalmer jtpalmer added bug Bugfixes Category:Internal Dashboard Internal Dashboard labels Dec 10, 2019
@jpwhite4 jpwhite4 merged commit 47f6f18 into ubccr:xdmod9.0 Dec 11, 2019
@jpwhite4 jpwhite4 deleted the cache branch December 11, 2019 15:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bugfixes Category:Internal Dashboard Internal Dashboard
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants