gitlab-org--gitlab-foss/spec/services/ci
Mayra Cabrera 5432f5480f Adds a way to start multiple manual jobs in stage
- Adds an endpoint on PipelinesController
- Adds a service that iterates over every build in a stage and
plays it.
- Includes 'play_manual' details on EntitySerializer
- Builds a new Stage state: PlayManual. An stage can take this status if
it has manual builds or an skipped, scheduled or manual status
- Includes FE modifications and specs
2019-05-02 18:27:35 +00:00
..
archive_trace_service_spec.rb Add frozen_string_literal to spec/services 2019-04-12 10:14:54 +12:00
compare_test_reports_service_spec.rb Add frozen_string_literal to spec/services 2019-04-12 10:14:54 +12:00
create_pipeline_service_spec.rb Rewind IID on Ci::Pipelines 2019-04-16 11:22:23 +02:00
destroy_expired_job_artifacts_service_spec.rb Add frozen_string_literal to spec/services 2019-04-12 10:14:54 +12:00
destroy_pipeline_service_spec.rb Clear pipeline status cache after destruction of pipeline 2019-03-26 01:04:06 -05:00
ensure_stage_service_spec.rb Add frozen_string_literal to spec/services 2019-04-12 10:14:54 +12:00
expire_pipeline_cache_service_spec.rb Properly expire all pipeline caches when pipeline is deleted 2019-04-15 08:10:10 -07:00
extract_sections_from_build_trace_service_spec.rb Add frozen_string_literal to spec/services 2019-04-12 10:14:54 +12:00
pipeline_trigger_service_spec.rb Add frozen_string_literal to spec/services 2019-04-12 10:14:54 +12:00
play_build_service_spec.rb Add frozen_string_literal to spec/services 2019-04-12 10:14:54 +12:00
play_manual_stage_service_spec.rb Adds a way to start multiple manual jobs in stage 2019-05-02 18:27:35 +00:00
prepare_build_service_spec.rb Rescue and log errors raised when preparing builds 2019-04-15 12:44:00 +10:00
process_build_service_spec.rb Remove ci_enable_scheduled_build feature flag 2018-11-02 11:32:45 +00:00
process_pipeline_service_spec.rb Add frozen_string_literal to spec/services 2019-04-12 10:14:54 +12:00
register_job_service_spec.rb Add frozen_string_literal to spec/services 2019-04-12 10:14:54 +12:00
retry_build_service_spec.rb Merge branch 'mc/feature/custom-metrics-ce' into 'master' 2019-04-16 12:54:47 +00:00
retry_pipeline_service_spec.rb Add frozen_string_literal to spec/services 2019-04-12 10:14:54 +12:00
run_scheduled_build_service_spec.rb Add frozen_string_literal to spec/services 2019-04-12 10:14:54 +12:00
stop_environments_service_spec.rb Fix environment automatic on_stop trigger 2019-04-30 21:15:39 +07:00
update_build_queue_service_spec.rb Add frozen_string_literal to spec/services 2019-04-12 10:14:54 +12:00
update_runner_service_spec.rb Add frozen_string_literal to spec/services 2019-04-12 10:14:54 +12:00