-
- Downloads
Add deployment approval UI MVC
Sets up the ability for users to approve and reject deployments from within the environments page. Current information shown is how many approvals are needed and how many are done, as well as who has approved and when. A rejection short cuts to killing the deployment. This is currently only in the new environment UI, as the old one is going away. Changelog: added EE: true
parent
ff84aced
No related branches found
No related tags found
Showing
- app/assets/javascripts/environments/components/deployment.vue 8 additions, 0 deletions...assets/javascripts/environments/components/deployment.vue
- app/assets/javascripts/environments/components/new_environment_item.vue 7 additions, 1 deletion...ascripts/environments/components/new_environment_item.vue
- app/assets/javascripts/environments/components/new_environments_app.vue 2 additions, 2 deletions...ascripts/environments/components/new_environments_app.vue
- app/assets/javascripts/environments/index.js 1 addition, 0 deletionsapp/assets/javascripts/environments/index.js
- app/assets/javascripts/environments/new_index.js 2 additions, 0 deletionsapp/assets/javascripts/environments/new_index.js
- app/views/projects/environments/index.html.haml 2 additions, 0 deletionsapp/views/projects/environments/index.html.haml
- doc/ci/environments/deployment_approvals.md 6 additions, 1 deletiondoc/ci/environments/deployment_approvals.md
- ee/app/assets/javascripts/api.js 16 additions, 0 deletionsee/app/assets/javascripts/api.js
- ee/app/assets/javascripts/environments/components/environment_approval.vue 175 additions, 0 deletions...ascripts/environments/components/environment_approval.vue
- ee/app/serializers/ee/deployment_entity.rb 4 additions, 0 deletionsee/app/serializers/ee/deployment_entity.rb
- ee/spec/frontend/api_spec.js 24 additions, 0 deletionsee/spec/frontend/api_spec.js
- ee/spec/frontend/environments/environment_approval_spec.js 177 additions, 0 deletionsee/spec/frontend/environments/environment_approval_spec.js
- ee/spec/frontend/environments/mock_data.js 63 additions, 0 deletionsee/spec/frontend/environments/mock_data.js
- ee/spec/frontend/environments/new_environment_item_spec.js 15 additions, 2 deletionsee/spec/frontend/environments/new_environment_item_spec.js
- ee/spec/serializers/ee/deployment_entity_spec.rb 25 additions, 4 deletionsee/spec/serializers/ee/deployment_entity_spec.rb
- locale/gitlab.pot 33 additions, 0 deletionslocale/gitlab.pot
- spec/frontend/environments/new_environment_item_spec.js 1 addition, 1 deletionspec/frontend/environments/new_environment_item_spec.js
- spec/frontend/environments/new_environments_app_spec.js 1 addition, 0 deletionsspec/frontend/environments/new_environments_app_spec.js
-
mentioned in merge request kubitus-project/kubitus-installer!797 (merged)
-
mentioned in commit vishwin/freebsd-ports@c617954a
-
mentioned in commit FreeBSD/freebsd-ports@c617954a
Please register or sign in to comment