-
Notifications
You must be signed in to change notification settings - Fork 156
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
[full-ci] Init store and auth as early as possible #5874
Conversation
Applications need e.g. capabilities in their respective ready() and mounted() hooks. This commit ensures that they are loaded when applications get initialized.
Results for oC10NotificationBasic https://drone.owncloud.com/owncloud/web/19397/37/1 |
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.
two little things, else LGTM 🚀
Results for oCISSharingPublic https://drone.owncloud.com/owncloud/web/19399/61/1 |
Results for oCISFiles2 https://drone.owncloud.com/owncloud/web/19400/53/1 |
ccce45f
to
4bd2e42
Compare
Acceptance tests have one stable failure for both oc10 and ocis in |
…the ready hook now its reccomended to run all bootstrap operations there
SonarCloud Quality Gate failed. |
Results for oC10Files1 https://drone.owncloud.com/owncloud/web/19417/12/1
|
Description
Applications need e.g. capabilities in their respective ready() and
mounted() hooks. This commit ensures that they are already loaded when
applications get initialized.
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist: