-
Notifications
You must be signed in to change notification settings - Fork 113
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
Use defer to invalidate ID Cache #3910
Closed
Closed
Conversation
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
…sts-20230209-edge [tests-only][full-ci]Bump ocis commit id for tests in edge
* add unique id to events Signed-off-by: jkoberg <jkoberg@owncloud.com> * add ConsumeAll function Signed-off-by: jkoberg <jkoberg@owncloud.com> * add helper to create natsstream from config Signed-off-by: jkoberg <jkoberg@owncloud.com> --------- Signed-off-by: jkoberg <jkoberg@owncloud.com>
* Support FreeBSD xattr naming There is a slight compatibilty issue due to FreeBSD disallowing usage of the `user.` prefix when it comes to xattr names. Just for FreeBSD this patch removes that `user.` prefix (leaving `ocis.`) which allows it to run on FreeBSD. * Cleanup the FreeBSD xattr naming * Comment for default xattr namespace as per Codacy static analysis * chore: changelog update for freebsd-xattr-support --------- Co-authored-by: Jur van den Berg <jurl.berg@gmail.com>
* Bump ocis commit id to latest * Fixed line numbers in expected failure * Fixed ref-path of github from core to ocis
…cs3org#3649) * Store node attributes in actual files instead of xattrs * Use our xattrs instead of xattr everywhere. Fix tests. * Cops the type attribute when copying attributes * Use mtime of the childre dir when no tmtime is set * Fix node.IsDir() logic * Fix trash bin item types * Fix part of the trashbin functionality * Fix node id of recycle items * Fix deleting references to subtrees that have been restored * Fix cleaning up after restoring items from the trash bin * Fix purging subdirectories of trash bin entries * Hound fixes * More linter fixes * Use the node's GetTMTime() instead of reading it manually * Do not change the mtime when setting attrs. xattrs don't do it either. * Fix error message * Store file metadata separately instead of moving the children elsewhere Co-Authored-By: Jörn Friedrich Dreyer <jfd@butonic.de> * Fix tests * Filter meta files when listing revisions * Fix tests * Fix deep listing the recycle * Fix reading items deeper in the trash * Encode binary values * Fall back to getting the node type by looking at the disk * some xattr backend fixes Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de> * make metadata backend configurable Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de> * make linter happy Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de> * add changelog Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de> * add missing comments Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de> * more linter fixes Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de> * always initialize xattr backend to make tests pass Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de> * Fix typo * Improve error messages * Use lockedfile package to access metadata files * Cache file metadata * Tidy go modules * Do not ignore error when writing the cache * use global var for regex Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de> --------- Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de> Co-authored-by: Jörn Friedrich Dreyer <jfd@butonic.de>
* add a config options for a max quota * support setting quota when creating a home space
They are no longer used.
Signed-off-by: jkoberg <jkoberg@owncloud.com>
…23-edge [tests-only] Bump APITESTS_COMMITID
* Fix ini metadata backend unit tests * Adapt changelog
Add FileID Header on COPY
Signed-off-by: jkoberg <jkoberg@owncloud.com>
Return 425 on ocdav GET
When CreateStorageSpace is called without a quota but a max quota was set then the space can at most have max quota.
Signed-off-by: jkoberg <jkoberg@owncloud.com>
Signed-off-by: jkoberg <jkoberg@owncloud.com>
Signed-off-by: jkoberg <jkoberg@owncloud.com>
Signed-off-by: jkoberg <jkoberg@owncloud.com>
Signed-off-by: jkoberg <jkoberg@owncloud.com>
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
Signed-off-by: jkoberg <jkoberg@owncloud.com>
…ect-spaces Bring back public link sharing of project space roots
Signed-off-by: Christian Richter <crichter@owncloud.com>
Fix Public Link Path matching
Signed-off-by: Christian Richter <crichter@owncloud.com>
…xpiry-in-shares Add missing expiry in shares
…ions Cleanup Space Delete Permissions
Signed-off-by: jkoberg <jkoberg@owncloud.com>
Add Graph User Capabilities
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
[build-deps] Release 2.13.3
* Bump commit id for tests * update expected to fail file
…etadata Do not read empty node metadata
* clean idcache properly Signed-off-by: jkoberg <jkoberg@owncloud.com> * use micro store instead of plain inmem Signed-off-by: jkoberg <jkoberg@owncloud.com> --------- Signed-off-by: jkoberg <jkoberg@owncloud.com>
Signed-off-by: jkoberg <jkoberg@owncloud.com>
git is bad |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
OK
#2621)space_ref
, usespace
instead (Deprecatespace_ref
, usespace
instead #2913)application/x-www-form-urlencoded
for the app provider http endpoint (use Form instead of Query to also supportapplication/x-www-form-urlencoded
for the app provider http endpoint #3098)reva-edge
#3188)reva-edge
([tests-only] Bump core commit id to latestreva-edge
#3212)reva-edge
#3363)reva-edge
#3558)reva-edge
([tests-only]Bump core latest commit id onreva-edge
#3573)ocis-commit
it toreva-edge
([tests-only][full-ci]Bumpocis-commit
it toreva-edge
#3616)reva edge
#3632)reva-edge
([full-ci] [tests-only] Bump ocis commit idreva-edge
#3659)edge
([full-ci] [tests-only] Bump ocis commit id to latestedge
#3708)