-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add priority to app providers (#2263)
- Loading branch information
Showing
4 changed files
with
453 additions
and
68 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
Enhancement: Add priority to app providers | ||
|
||
Before the order of the list returned by the method FindProviders | ||
of app providers depended from the order in which the app provider registered | ||
themselves. | ||
Now, it is possible to specify a priority for each app provider, and even if | ||
an app provider re-register itself (for example after a restart), the order | ||
is kept. | ||
|
||
https://github.com/cs3org/reva/pull/2230 | ||
https://github.com/cs3org/cs3apis/pull/157 | ||
https://github.com/cs3org/reva/pull/2263 |
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
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
Oops, something went wrong.