-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* define endpoints on which the cache needs to be cleaned * add changelog item * copy the struct before caching * use json marshaling to avoid pointer magic * pass references to RemoveFromCache * don't defer Cache cleaning * don't pass path to cache key * clean cache before creating home * Revert "don't pass path to cache key" This reverts commit 9c7a830. * try to find the problem * Revert "don't defer Cache cleaning" This reverts commit 8026f2a. * Revert "Revert "don't defer Cache cleaning"" This reverts commit 5319e08. * don't panic when creating spaces * pass user to RemoveFromCache func directly * first draft for remove logic * refine remove logic * add resourceid when creating space * refine create space remove logic
- Loading branch information
Showing
6 changed files
with
70 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
Change: activate the statcache | ||
|
||
Activates the cache of stat request/responses in the gateway. | ||
Fixes tests that are failing because of it | ||
|
||
https://github.com/cs3org/reva/pull/2329 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters