1883e320ea
Previously the raw push option Array was sent to Pipeline::Chain::Skip. This commit updates this class (and the chain of classes that pass the push option parameters from the API internal `post_receive` endpoint to that class) to treat push options as a Hash of options parsed by GitLab::PushOptions. The GitLab::PushOptions class takes options like this: -o ci.skip -o merge_request.create -o merge_request.target=branch and turns them into a Hash like this: { ci: { skip: true }, merge_request: { create: true, target: 'branch' } } This now how Pipeline::Chain::Skip is determining if the `ci.skip` push option was used. |
||
---|---|---|
.. | ||
archive_trace_service_spec.rb | ||
compare_test_reports_service_spec.rb | ||
create_pipeline_service_spec.rb | ||
destroy_expired_job_artifacts_service_spec.rb | ||
destroy_pipeline_service_spec.rb | ||
ensure_stage_service_spec.rb | ||
extract_sections_from_build_trace_service_spec.rb | ||
pipeline_trigger_service_spec.rb | ||
play_build_service_spec.rb | ||
prepare_build_service_spec.rb | ||
process_build_service_spec.rb | ||
process_pipeline_service_spec.rb | ||
register_job_service_spec.rb | ||
retry_build_service_spec.rb | ||
retry_pipeline_service_spec.rb | ||
run_scheduled_build_service_spec.rb | ||
stop_environments_service_spec.rb | ||
update_build_queue_service_spec.rb | ||
update_runner_service_spec.rb |