deck
deck copied to clipboard
Management UI for Spinnaker
spinnaker/spinnaker#6017
This is part of https://github.com/spinnaker/governance/issues/302 Added cloudrun provider functionality in deck.
## Status: draft / early review ## Pre-req PRs: https://github.com/spinnaker/clouddriver/pull/5609 ## Changes: - Adding architecture to AWS image type - Adding instance type information to AWS instance type - Adding...
This is an automatic backport of pull request #9823 done by [Mergify](https://mergify.com). Cherry-pick of f5fe6c22a8ed3f8d994dc215b75acf6da08122e5 has failed: ``` On branch mergify/bp/release-1.27.x/pr-9823 Your branch is up to date with 'origin/release-1.27.x'. You...
## What Users will no longer need to install the Slack bot to the destination channel since the `chat.write.public` channel will be able to write to channels that the bot...
This is an automatic backport of pull request #9730 done by [Mergify](https://mergify.io). --- Mergify commands and options More conditions and actions can be found in the [documentation](https://docs.mergify.com/). You can also...
Add some functional tests with Cypress in order to validate the AWS - Lambda functionality: - List the functions - Inspect the details - Create Lambda - Edit Lambda -...
This adds typescript project references between the various modules that make up deck. Allows all the projects to be compiled at once using `tsc -b` from root, or `tsc -b...
This feature adds a Volume section in the Deploy Wizard which allows to add one ore more volumes to an instance and also add Tags which applies to the list...
## Problem Some components use the ApplicationContext inside of a modal, however, it's not part of the react tree and therefore can't use the context. ## Solution Added a new...