gate
gate copied to clipboard
Spinnaker API Gateway
Goes with: https://github.com/spinnaker/orca/pull/4113 https://github.com/spinnaker/deck/pull/9039
Currently gate makes blocking calls(submits and waits for task completion) to orca for save/updatePipeline tasks and under load orca calls can get BUFFERED and may not get processed for the...
feat(pipeline executions/gate) : Added code to save multiple pipelines at once to sql database. This is part of: spinnaker/spinnaker#6147. Enhanced PipelineController.groovy to Added new rest api method bulksavePipeline(List pipelineList, Boolean...
Currently, keel supports post deploy actions. Expose this field in the Gate API. Similar to https://github.com/spinnaker/gate/pull/1435
This updates `gate-saml` to use the built-in SAML support in Spring Security which uses OpenSAML 4.x. Nearly all the previously supported properties for SAML are still supported, though a couple...
kork now instantiates retrofit client's with the SpinnakerRetrofitExceptionHandler to allow for proper bubbling up of exceptions rather than relying on RetrofitErrror which is also not serializable
After following the guide below in a fresh development environment (LocalGit): https://spinnaker.io/docs/community/contributing/code/developer-guides/dev-env/getting-set-up/ I got: `BeanInstantiationException: Failed to instantiate [com.netflix.spinnaker.fiat.shared.FiatService]: Factory method 'fiatService' threw exception` When I run `./gradlew run`
# Issue https://github.com/spinnaker/spinnaker/issues/6768 # Description * Current code does not handle a paginated response from GitHub API. If the user is a member of more the 30 GitHub orgs (the...