-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
perf(base): Stop setting up the FS for every basic auth request #53141
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
Conversation
63a9c61 to
0551675
Compare
0551675 to
9326548
Compare
|
Requesting review from the people who did the previous attempts, just to be sure there is nothing wrong... |
|
The AvatarController is abusing the cache as it relies on the data being present. Cached data can be removed at any point, so not having a cache must also work (the integration tests don't). |
9326548 to
32c331a
Compare
Which worked before with the file cache as it was simply written to disk. |
32c331a to
d92e5e2
Compare
d92e5e2 to
a324c76
Compare
|
/compile |
Signed-off-by: provokateurin <[email protected]>
Signed-off-by: provokateurin <[email protected]>
Signed-off-by: provokateurin <[email protected]>
… distributed cache Signed-off-by: provokateurin <[email protected]>
Signed-off-by: provokateurin <[email protected]>
Signed-off-by: provokateurin <[email protected]>
Signed-off-by: nextcloud-command <[email protected]>
017eeb4 to
caddc8d
Compare
|
@skjnldsv I'm not sure if the CI failure was related, so we might have always red master now... |
I'll have a look 👍 |
|
Yeah sounds like it broke all external storages :/ |
|
Dammit 😢 |
|
So, revert ? |
|
For me it was red 🤔 Yeah please revert :/ |
|
@skjnldsv Why did you only revert one commit? |
|
Because GitHub always only reverts the merge commit |
Summary
An alternative approach to #52980 as it seems all the code is just dead (let's see what CI says). Probably quite similar to #36589, but I tried to remove as little as possible (so further cleanups would be needed).
Checklist