-
Notifications
You must be signed in to change notification settings - Fork 334
WPB-4657 Disabling development versions #3772
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
Merged
Merged
Changes from all commits
Commits
Show all changes
57 commits
Select commit
Hold shift + click to select a range
95cc4f7
Remove unused setEnableDevelopmentVersions option
pcapriotti 1866995
Version expressions in brig config
pcapriotti 4c205d3
Implement FromJSON instance for VersionExp
pcapriotti f91ae2f
Introduce VersionExp to all other services
pcapriotti 415d635
WIP: tests
pcapriotti 6108fa1
Merge remote-tracking branch 'origin/develop' into pcapriotti/disable…
battermann e6a183e
fix test
battermann 312f8d1
finish test
battermann c3f0f84
linting
battermann ef740fe
ported other tests
battermann a79e406
wip disable dev version per default (brig only)
battermann f0047f7
list -> set, renaming
battermann d82c74a
enable all api versions locally and on CI
battermann b3da682
updated docs
battermann a478bbc
cannon: disable dev api per default
battermann 445e3e0
cargohold: disable dev api per default
battermann d010fe0
Update docs/src/developer/reference/config-options.md
battermann a27f8db
galley: disable dev api per default
battermann 30cb616
Merge remote-tracking branch 'origin/develop' into pcapriotti/disable…
battermann a9739a8
added comments
battermann fd5d86d
clean up
battermann d75269e
gundeck: dev API version disabled by default
battermann 9a6bd83
using HasTests instance
battermann 44ede41
proxy: disable dev API version per default
battermann a4ac4f2
spar: disable dev API version per default
battermann d928ee9
changelog
battermann 9cbfe12
improve docs and release notes
battermann d3cf419
Update charts/brig/values.yaml
battermann 03a4ef2
Update charts/cannon/values.yaml
battermann c5dedd4
Update charts/cargohold/values.yaml
battermann 95b0646
Update charts/galley/values.yaml
battermann a8c2143
Update charts/gundeck/values.yaml
battermann 1d2b236
Update charts/proxy/values.yaml
battermann 7012688
Update charts/spar/values.yaml
battermann 89de98f
small clean up and comment
battermann 92f0e64
Merge remote-tracking branch 'origin/develop' into pcapriotti/disable…
battermann 6ea88ec
hi ci
battermann 7277a22
fix cannon's config for CI
battermann 13982c0
to be removed: check Helm value propagation on CI
stefanwire c544fe8
revert version expression
battermann b04c137
remove comment in default charts
battermann e9a1e7f
revert changes in CI values
battermann da26fa4
revert changes in local configs
battermann b198be9
removed release notes
battermann 8c5a3e7
brig: new flag to enable dev API
battermann 7fb4fb6
add enableDevAPI flag to all services
battermann 8fb59fb
renamed flag
battermann de47b1a
fixes
battermann 467feb2
hi ci
stefanwire 41cda08
Revert "fix cannon's config for CI"
battermann c28ee81
made disabledAPIversions required, removed VersionExpSetDefaultDev
battermann 923a7a8
set default for disabledAPIVersions in template
battermann 95e3b66
fix gundeck config and remove redundant test
battermann a5d757d
Merge remote-tracking branch 'origin/develop' into pcapriotti/disable…
battermann e6d6ecd
changelog and docs
battermann e6a7423
Fix whitespace in galley configmap
pcapriotti 4b144f8
fix values.yaml.gotmpl
battermann File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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,3 @@ | ||
The settings `setDisabledAPIVersions` (brig) and `disabledAPIVersions` (in cannon, cargohold, galley, gundeck, proxy, and spar) are now required. | ||
The default defined in `charts/<service>/values.yaml` is set to `[ development ]` and disables all development API versions. | ||
For more information see <https://docs.wire.com/developer/reference/config-options.html#disabling-api-versions> |
This file contains hidden or 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 @@ | ||
The development API version is now disabled by default |
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.