-
-
Notifications
You must be signed in to change notification settings - Fork 62
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
Adapt to SystemTags optimizations on server #1770
Conversation
This comment was marked as resolved.
This comment was marked as resolved.
4c59ffc
to
ffddb90
Compare
This comment was marked as resolved.
This comment was marked as resolved.
The second yet open server PR is not mandatory as it is backwards compatible. |
ffddb90
to
b7ac1fe
Compare
Testing this with master I get a 500 server error:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nitpick, else nice :)
Remaining server PR was merged |
Aye, this PR is next in row of that system tag series on my list :) |
Essentially, the tags overview fetches all info from systemtags-current, which contains all necessary data. Only on tags details view, files are actually being requested per REPORT. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
b7ac1fe
to
ec7be4a
Compare
addressed both remarks, rebased and rebuild P.S.: and satisfied linter |
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
ec7be4a
to
56f71fb
Compare
Cannot reproduce this with latest master. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚢
/backport 49bc8fa,a1a5cc15fb7e3aeacef68c3cfdfc1685f6cb4d1a,0f77d3e34f2763422de081d4,38611100b41a7e5,7a7fb0dae5935622bb9466e8fe5ccaaee7469c5a to stable27 |
The backport to stable27 failed. Please do this backport manually. # Switch to the target branch and update it
git checkout stable27
git pull origin stable27
# Create the new backport branch
git checkout -b fix/foo-stable27
# Cherry pick the change from the commit sha1 of the change against the default branch
# This might cause conflicts. Resolve them.
git cherry-pick abc123
# Push the cherry pick commit to the remote repository and open a pull request
git push origin fix/foo-stable27 More info at https://docs.nextcloud.com/server/latest/developer_manual/getting_started/development_process.html#manual-backport |
Essentially, the tags overview fetches all info from systemtags-current, which contains all necessary data. Only on tags details view, files are actually being requested per REPORT.
No visual changes.
Did not ship compiled assets yet as WIP.
Requires
Fixes #1728