gitlab-org--gitlab-foss/spec/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 Add # frozen_string_literal to spec/models 2019-04-01 14:37:54 +13:00
artifact_blob_spec.rb Add # frozen_string_literal to spec/models 2019-04-01 14:37:54 +13:00
bridge_spec.rb Fix CI_COMMIT_REF_NAME and SLUG variable 2019-04-29 18:52:51 +07:00
build_metadata_spec.rb Add # frozen_string_literal to spec/models 2019-04-01 14:37:54 +13:00
build_runner_session_spec.rb Renamed terminal_specification to channel_specification 2019-04-04 18:32:02 +00:00
build_spec.rb Revert "Merge branch..." 2019-06-05 11:09:51 +00:00
build_trace_chunk_spec.rb Don't use frozen_string_literal for now 2019-04-01 14:37:54 +13:00
build_trace_section_name_spec.rb Add # frozen_string_literal to spec/models 2019-04-01 14:37:54 +13:00
build_trace_section_spec.rb Add # frozen_string_literal to spec/models 2019-04-01 14:37:54 +13:00
group_spec.rb Add # frozen_string_literal to spec/models 2019-04-01 14:37:54 +13:00
group_variable_spec.rb Implement support for CI variables of type file 2019-05-06 13:11:42 +00:00
job_artifact_spec.rb Cleans up UpdateProjectStatistics concern 2019-06-03 15:06:03 +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 Make KubernetesService readonly 2019-06-18 00:01:56 +00:00
pipeline_variable_spec.rb Implement support for CI variables of type file 2019-05-06 13:11:42 +00:00
runner_spec.rb Upgrade Rails to 5.1.6.1 2019-04-23 08:31:23 +08: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 Add # frozen_string_literal to spec/models 2019-04-01 14:37:54 +13:00
trigger_spec.rb Add # frozen_string_literal to spec/models 2019-04-01 14:37:54 +13:00
variable_spec.rb Implement support for CI variables of type file 2019-05-06 13:11:42 +00:00