-
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
[full-ci] add missing cors config #5988
Conversation
e9b23ff
to
1ced549
Compare
@mmattel I added defaults and descriptions. Most parts were "just missing" |
@LukasHirt I think that unblocks the filepicker integration. |
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.
Approving, I can only judge that the descriptions are correct but not on the technical content.
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.
maybe we should run a full ci run because of updating reva?
Awesome, thanks! I'll give it a shot once it's ready to confirm it |
E2E tests failed: https://drone.owncloud.com/owncloud/ocis/21079/88/1 💥 To see the trace, please open the link in the console ...
npx playwright show-trace https://cache.owncloud.com/public/owncloud/ocis/21079/tracing/folder-alice-2023-4-3-03-44-39.zipnpx playwright show-trace https://cache.owncloud.com/public/owncloud/ocis/21079/tracing/folder-brian-2023-4-3-03-44-52.zip |
Kudos, SonarCloud Quality Gate passed! 0 Bugs No Coverage information |
[full-ci] add missing cors config
Bugfix: Add missing CORS config
The graph, userlog and ocdav services had no CORS config options.
Reva Part: cs3org/reva#3764