-
Notifications
You must be signed in to change notification settings - Fork 186
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] Refactor storage configuration to make it similar to other oCIS configuration #3569
Conversation
Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a changelog item based on your changes. |
💥 Acceptance test accountsUITests failed. Further test are cancelled... |
Lesson for next time: Open multiple smaller PRs instead of one big PR... 😿 |
64b9d3d
to
42e83f3
Compare
Try to prevent concurrent read/write access on a global map in go-chi
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.
Just small things - looking good if CI will pass.
Kudos, SonarCloud Quality Gate passed! |
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.
We're merging this for now and reenable the Parallel-Deployment testsuite in a separate PR, as we also add all the missing env variables and descriptions.
Follow up in #3589 |
Read this issue for more details
The configuration and service commands now live in their own packages in the extensions directory. The configuration is missing the env variables and descriptions. They will be added in following PRs. Also there might be some more clean ups possible and some configuration could be added to the common struct but this can be done later as well.