gitlab-org--gitlab-foss/app/models/ci
Shinya Maeda a22e68bf46 Fix pipeline schedule edge case
If pipeline schedule is to run at the exact same time with when cron
worker runs, the pipeline schedule will not be executed at the
ideal timing.

We fix this bug by comparing the exact matching of ideal and
cron worker's next run at.
2019-06-24 14:53:36 +07:00
..
build_trace_chunks
artifact_blob.rb
bridge.rb Fix CI_COMMIT_REF_NAME and SLUG variable 2019-04-29 18:52:51 +07:00
build.rb Revert "Merge branch..." 2019-06-05 11:09:51 +00:00
build_metadata.rb
build_runner_session.rb Align UrlValidator to validate_url gem implementation. 2019-04-11 06:29:07 +00:00
build_trace_chunk.rb
build_trace_section.rb
build_trace_section_name.rb
group.rb
group_variable.rb
job_artifact.rb Cleans up UpdateProjectStatistics concern 2019-06-03 15:06:03 +00:00
legacy_stage.rb Adds a way to start multiple manual jobs in stage 2019-05-02 18:27:35 +00:00
pipeline.rb Introduce sidekiq worker for auto merge process 2019-06-04 10:51:32 +07:00
pipeline_chat_data.rb
pipeline_enums.rb
pipeline_schedule.rb Fix pipeline schedule edge case 2019-06-24 14:53:36 +07:00
pipeline_schedule_variable.rb
pipeline_variable.rb
runner.rb
runner_namespace.rb
runner_project.rb
stage.rb Adds a way to start multiple manual jobs in stage 2019-05-02 18:27:35 +00:00
trigger.rb
trigger_request.rb
variable.rb