-
- Downloads
Improve manual actions code and add model, service and feature tests
Manual actions are accessible from: - Pipelines - Builds - Environments - Deployments
Showing
- app/controllers/projects/builds_controller.rb 1 addition, 1 deletionapp/controllers/projects/builds_controller.rb
- app/models/ci/build.rb 9 additions, 5 deletionsapp/models/ci/build.rb
- app/models/deployment.rb 1 addition, 1 deletionapp/models/deployment.rb
- app/views/projects/ci/builds/_build.html.haml 1 addition, 1 deletionapp/views/projects/ci/builds/_build.html.haml
- app/views/projects/ci/pipelines/_pipeline.html.haml 6 additions, 5 deletionsapp/views/projects/ci/pipelines/_pipeline.html.haml
- app/views/projects/deployments/_actions.haml 22 additions, 0 deletionsapp/views/projects/deployments/_actions.haml
- app/views/projects/deployments/_deployment.html.haml 2 additions, 10 deletionsapp/views/projects/deployments/_deployment.html.haml
- app/views/projects/deployments/_playable.html.haml 0 additions, 12 deletionsapp/views/projects/deployments/_playable.html.haml
- app/views/projects/environments/_environment.html.haml 1 addition, 2 deletionsapp/views/projects/environments/_environment.html.haml
- app/views/projects/environments/index.html.haml 1 addition, 0 deletionsapp/views/projects/environments/index.html.haml
- config/initializers/relative_naming_ci_namespace.rb 16 additions, 0 deletionsconfig/initializers/relative_naming_ci_namespace.rb
- doc/ci/yaml/README.md 16 additions, 1 deletiondoc/ci/yaml/README.md
- spec/factories/ci/builds.rb 5 additions, 0 deletionsspec/factories/ci/builds.rb
- spec/features/environments_spec.rb 37 additions, 1 deletionspec/features/environments_spec.rb
- spec/features/pipelines_spec.rb 22 additions, 0 deletionsspec/features/pipelines_spec.rb
- spec/models/build_spec.rb 51 additions, 0 deletionsspec/models/build_spec.rb
- spec/models/ci/pipeline_spec.rb 24 additions, 0 deletionsspec/models/ci/pipeline_spec.rb
- spec/models/deployment_spec.rb 1 addition, 0 deletionsspec/models/deployment_spec.rb
- spec/services/ci/create_pipeline_service_spec.rb 213 additions, 0 deletionsspec/services/ci/create_pipeline_service_spec.rb
Loading
Please register or sign in to comment