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

feat: caching pod content list #306

Merged
merged 5 commits into from
Apr 27, 2023
Merged

Conversation

IgorShadurin
Copy link
Collaborator

@IgorShadurin IgorShadurin commented Apr 12, 2023

This update caches the list of pods through fdp-storage's built-in caching mechanism and additionally implements file and directory list caching.

Also improving the user experience, the behavior is changed when:
-File upload
-Deleting a file
-Creating a directory
-Remove directory

Previously, after these actions, the list of files and directories was received again. Now after a successful action, changes are made to the cache and instantly updated in the UI.

#311

Base automatically changed from development to staging April 13, 2023 16:39
@IgorShadurin IgorShadurin changed the base branch from staging to development April 18, 2023 10:10
@tomicvladan
Copy link
Collaborator

Is there a mechanism to detect whether the cache got stale and invalidate it in such situation?

@IgorShadurin IgorShadurin merged commit e80a5c2 into development Apr 27, 2023
@IgorShadurin IgorShadurin deleted the feat/caching-files branch April 27, 2023 10:44
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.

None yet

2 participants