gitlab-org--gitlab-foss/app/models/ci
Z.J. van de Weg 9f93395389 Do not schedule pipelines if the user can't
When the owner of a pipelines schedule was either blocked or was removed
from the project, the pipeline schedular would still schedule the
pipeline.

This would than fail however, given the user had no access to the
project and it contents. However, a better way to handle it would be to
not schedule it at all. Furthermore, from now on, such schedules will be
deactivated so the schedule worker can ignore it on the next runs.
2017-05-15 10:01:29 +02:00
..
artifact_blob.rb Add artifact file page that uses the blob viewer 2017-05-04 08:50:12 -05:00
build.rb Store retried in database for CI builds 2017-05-07 22:43:53 +02:00
group.rb Real time pipeline show action 2017-05-06 16:45:46 +00:00
pipeline.rb Fix specs 2 2017-05-08 11:29:10 -03:00
pipeline_schedule.rb Do not schedule pipelines if the user can't 2017-05-15 10:01:29 +02:00
runner.rb All CI offline migrations 2017-03-17 23:06:11 +00:00
runner_project.rb All CI offline migrations 2017-03-17 23:06:11 +00:00
stage.rb Real time pipeline show action 2017-05-06 16:45:46 +00:00
trigger.rb Add Pipeline Schedules that supersedes experimental Trigger Schedule 2017-05-07 22:35:56 +00:00
trigger_request.rb
variable.rb All CI offline migrations 2017-03-17 23:06:11 +00:00