-
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
always find unique providers #4741
Conversation
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.
Do you have a green ocis pipeline for this? Code looks good but I would like to have full test suite for operations on the open heart.
391ccc6
to
2fde371
Compare
Signed-off-by: Jörn Friedrich Dreyer <[email protected]>
2fde371
to
af606e7
Compare
return client, p[0], err | ||
} | ||
|
||
// FIXME findAndUnwrap currently just returns the first provider ... which may not be what is needed. | ||
// for the ListRecycle call we need an exact match, for Stat and List we need to query all related providers |
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.
the gateway is no longer smart. it does not aggregate any directories. clients have to do that now.
@kobergj green save the fossa check |
ocis test run was green: owncloud/ocis#9621 |
The gateway will now always try to find a single unique provider. It has stopped aggregating multiple ListContainer responses when we removed any business logic from it.
related: