gitlab-org--gitlab-foss/spec/models/ci
Fabio Pitino ca6a1f33f9 CE port for pipelines for external pull requests
Detect if pipeline runs for a GitHub pull request

When using a mirror for CI/CD only we register a pull_request
webhook. When a pull_request webhook is received, if the
source branch SHA matches the actual head of the branch in the
repository we create immediately a new pipeline for the
external pull request. Otherwise we store the
pull request info for when the push webhook is received.

When using "only/except: external_pull_requests" we can detect
if the pipeline has a open pull request on GitHub and create or
not the job based on that.
2019-09-05 15:53:48 +01:00
..
build_trace_chunks
artifact_blob_spec.rb
bridge_spec.rb Port changes from EE 2019-08-04 19:42:29 +02:00
build_metadata_spec.rb
build_need_spec.rb Add support for DAG 2019-08-01 14:26:49 +00:00
build_runner_session_spec.rb Renamed terminal_specification to channel_specification 2019-04-04 18:32:02 +00:00
build_spec.rb Avoid conflicts between ArchiveTraceWorkers 2019-08-22 10:28:12 +07:00
build_trace_chunk_spec.rb
build_trace_section_name_spec.rb
build_trace_section_spec.rb
group_spec.rb
group_variable_spec.rb Implement support for CI variables of type file 2019-05-06 13:11:42 +00:00
job_artifact_spec.rb Validate the existence of archived traces before removing live trace 2019-07-23 17:26:08 +07:00
job_variable_spec.rb Add Job specific variables 2019-07-29 07:43:10 +00:00
legacy_stage_spec.rb Adds a way to start multiple manual jobs in stage 2019-05-02 18:27:35 +00:00
pipeline_schedule_spec.rb Fix pipeline schedule edge case 2019-06-24 14:53:36 +07:00
pipeline_schedule_variable_spec.rb Implement support for CI variables of type file 2019-05-06 13:11:42 +00:00
pipeline_spec.rb CE port for pipelines for external pull requests 2019-09-05 15:53:48 +01:00
pipeline_variable_spec.rb Implement support for CI variables of type file 2019-05-06 13:11:42 +00:00
runner_spec.rb Optimise build queue service 2019-08-22 13:51:53 +02:00
stage_spec.rb Adds a way to start multiple manual jobs in stage 2019-05-02 18:27:35 +00:00
trigger_request_spec.rb
trigger_spec.rb Allow use of legacy triggers with feature flag 2019-07-15 15:05:22 +02:00
variable_spec.rb Bring scoped environment variables to core 2019-08-08 18:51:52 +00:00