-
Notifications
You must be signed in to change notification settings - Fork 184
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
add app provider and app provider registry #2204
Conversation
56d92a3
to
270d6b1
Compare
a3933e3
to
d31707c
Compare
d31707c
to
70b720c
Compare
70b720c
to
e9c2756
Compare
💥 Acceptance tests Core-API-Tests-ocis-storage-2 failed. The build is cancelled... |
💥 Acceptance tests Core-API-Tests-owncloud-storage-2 failed. The build is cancelled... |
💥 Acceptance tests localApiTests-apiBugDemonstration-owncloud failed. The build is cancelled... |
💥 Acceptance tests localApiTests-apiBugDemonstration-ocis failed. The build is cancelled... |
1 similar comment
💥 Acceptance tests localApiTests-apiBugDemonstration-ocis failed. The build is cancelled... |
2cca75c
to
e1b5470
Compare
💥 Acceptance tests localApiTests-apiBugDemonstration-ocis failed. The build is cancelled... |
e1b5470
to
27d1b01
Compare
💥 Acceptance tests localApiTests-apiBugDemonstration-owncloud failed. The build is cancelled... |
💥 Acceptance tests localApiTests-apiBugDemonstration-ocis failed. The build is cancelled... |
REVA updates fix expected failures, therefore CI is failing. Will be taken care of in #2334 |
💥 Acceptance tests localApiTests-apiBugDemonstration-ocis failed. The build is cancelled... |
5a50e01
to
05e119c
Compare
We also need to start the HTTP service in |
a2216c1
to
5af7e3f
Compare
💥 Acceptance tests Core-API-Tests-ocis-storage-1 failed. The build is cancelled... |
💥 Acceptance tests Core-API-Tests-ocis-storage-10 failed. The build is cancelled... |
00930e7
to
ed804af
Compare
💥 Acceptance tests localApiTests-apiAccountsHashDifficulty-ocis failed. The build is cancelled... |
💥 Acceptance tests Core-API-Tests-ocis-storage-2 failed. The build is cancelled... |
ed804af
to
acb1875
Compare
Kudos, SonarCloud Quality Gate passed! |
@butonic @refs this is now ready and mergeable. You can start oCIS with following env vars:
And then modify
and then do a You need also to have that in your
This means even if your oCIS is running locally, the CS3org WOPI server running inside docker will register to it. Then you can use the app provider with:
|
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.
LGTM 👍 tried it with Docker and oCIS running locally and works fine.
Description
Adds the AppProviderRegistry to the storage gateway service and introduces an app provider service. The app provider can be currently connected to the CS3org WOPI server.
This enables us to use the OpenInApp action in oCIS WOPI server: owncloud/ocis-wopiserver#16
Related Issues