Uh oh!
There was an error while loading. Please reload this page.
perf(base): Stop setting up the FS for every basic auth request - #53141
Conversation
63a9c61 to
0551675Compare0551675 to
9326548Compareprovokateurin
commented
Jun 2, 2025
Requesting review from the people who did the previous attempts, just to be sure there is nothing wrong... |
Uh oh!
There was an error while loading. Please reload this page.
provokateurin
commented
Jun 2, 2025
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
32c331aComparenickvergessen
commented
Jun 4, 2025
Which worked before with the file cache as it was simply written to disk. |
32c331a to
d92e5e2Compared92e5e2 to
a324c76Compareprovokateurin
commented
Jul 1, 2025
/compile |
Signed-off-by: provokateurin <kate@provokateurin.de>
Signed-off-by: provokateurin <kate@provokateurin.de>
Signed-off-by: provokateurin <kate@provokateurin.de>
… distributed cache Signed-off-by: provokateurin <kate@provokateurin.de>
Signed-off-by: provokateurin <kate@provokateurin.de>
Signed-off-by: provokateurin <kate@provokateurin.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
017eeb4 to
caddc8dCompareUh oh!
There was an error while loading. Please reload this page.
provokateurin
commented
Jul 11, 2025
@skjnldsv I'm not sure if the CI failure was related, so we might have always red master now... |
skjnldsv
commented
Jul 11, 2025
I'll have a look 👍 |
nickvergessen
commented
Jul 11, 2025
Yeah sounds like it broke all external storages :/ |
skjnldsv
commented
Jul 11, 2025
Dammit 😢 |
skjnldsv
commented
Jul 11, 2025
So, revert ? |
provokateurin
commented
Jul 11, 2025
For me it was red 🤔 Yeah please revert :/ |
skjnldsv
commented
Jul 11, 2025
provokateurin
commented
Jul 11, 2025
@skjnldsv Why did you only revert one commit? |
nickvergessen
commented
Jul 11, 2025
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