Prepopulate "Add Deployment" page with query parameters #408
Labels
area/ui
Indicates a change to the UI
enhancement
Indicates an improvement to a feature
good first issue
Good for newcomers
Description
Right now you can go to the "Create Deployment" page in Vela to request a new deployment:
It would be slick if we could help auto-populate those fields, perhaps visiting a link like this:
https://vela.prod.target.com/MY_ORG/MY_REPO/add-deployment?target=prod&ref=v1.2.3&etc...
This would still load the form (NOT submit it automatically), but would pre-populate the relevant fields.
Value
We have tooling (and slack messages) that could generate these links for engineers to use to simplify promoting code to higher environments.
Perhaps after a build completes in the main branch, we send this message to slack "to promote this to prod, use ".
Personally, for my team we aren't using deployments yet, but I'd like to (as a way to standardize how we deploy), this would help simplify wrangling those releases.
The text was updated successfully, but these errors were encountered: