-
Notifications
You must be signed in to change notification settings - Fork 89
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
Infinite Scale Beta 8 Release Notes #4781
Conversation
``` | ||
docker run --rm -it \ | ||
--mount type=bind,source=$PWD/ocis/ocis-config,target=/etc/ocis \ | ||
owncloud/ocis migrate shares |
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.
if we can use ocis migrate shars
, why not use it above? There you stated 2 different share migration commands for user/group and public shares... 🤔
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.
I gues you mean ocis migrate shares
... (or?)
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.
Congratulations, you found a typo. 😛 Question itself should be clear, even with the typo.
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.
Well, I only provided one example as you just need to replace shares
with publicshares
. Thought that transfer would be clear. Should I really add both?
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.
Added both now also for the docker commands.
The most prominent changes in **Infinite Scale 2.0.0 beta8** and ownCloud Web 5.7.0 comprise: | ||
|
||
* A new share manager implementation has been added that will store share information in a more efficient and scalable way. https://github.com/owncloud/ocis/issues/4431[ocis#4431] https://github.com/cs3org/reva/pull/3199[reva#3199] | ||
* The performance of loading the file list has been drastically improved. https://github.com/owncloud/web/issues/7038[web#7038] |
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.
That was not part of this beta. We only limited the number of items per page for pagination to 100
or 500
, the options 1000
and All
have been removed.
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.
Ah, then the changelog was a little misleading. I'll change that.
Co-authored-by: Phil Davis <[email protected]>
language fixes
Co-authored-by: Michael Stingl <[email protected]>
Ready to merge, IMO. |
No description provided.