summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | | | | | | | | Use correct icon for scheduled jobs in pipeline graphWinnie Hellmann2018-10-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | Allow remaining time of scheduled jobs to overflow one dayWinnie Hellmann2018-10-024-16/+48
| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | Fix URL to empty state graphic of scheduled jobsWinnie Hellmann2018-10-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | Upgrade gitlab-svgs to include scheduled job assetsWinnie Hellmann2018-10-021-1/+5
| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | Add spec for YamlProcessorShinya Maeda2018-10-021-1/+16
| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | Add spec for scheduled statusShinya Maeda2018-10-021-0/+27
| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | Fix Status::Pipeline::Blocked specShinya Maeda2018-10-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | Fix Status::Build::Scheduled. Add spec for the class.Shinya Maeda2018-10-022-1/+62
| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | Fix validation methods in Config::Entry::Job. Added spec for thatShinya Maeda2018-10-022-9/+69
| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | Fix partial index for scheduled_atShinya Maeda2018-10-022-2/+2
| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | Fix StuckCiJobsWorker and added testsShinya Maeda2018-10-023-2/+43
| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | Add spec for BuildScheduleWorker and RunScheduledBuildServiceShinya Maeda2018-10-022-0/+102
| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | Add Spec for ProcessPipelineServiceShinya Maeda2018-10-024-36/+236
| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | Fix coding style offenceShinya Maeda2018-10-021-8/+8
| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | Fix favicon specShinya Maeda2018-10-021-0/+1
| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | Add schedule_expired to failed statusShinya Maeda2018-10-021-1/+2
| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | Fix safe model attributesShinya Maeda2018-10-021-0/+1
| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | Remove Scheduled Status class from pipelineShinya Maeda2018-10-024-24/+2
| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | Fix build_specShinya Maeda2018-10-021-0/+4
| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | Fix process build service specShinya Maeda2018-10-021-3/+8
| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | Add unit tests for CommitStatus and Ci::StageShinya Maeda2018-10-024-2/+96
| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | Add unit spec for Ci::PipelineShinya Maeda2018-10-021-0/+25
| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | Add unit tests for Ci::Build. Fix validation on state transitionShinya Maeda2018-10-023-5/+168
| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | Check the precense of scheduled_at in Status::BuildShinya Maeda2018-10-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | Fix stuck ci jobs workerShinya Maeda2018-10-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | Fix process build service specShinya Maeda2018-10-023-16/+70
| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | Fix commit status presenter specShinya Maeda2018-10-021-1/+2
| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | Remove unnecessary change from schema.rbShinya Maeda2018-10-021-1/+0
| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | Fix retry_build_service_specShinya Maeda2018-10-021-2/+4
| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | Simplify StuckCiJobsWorkerShinya Maeda2018-10-022-31/+26
| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | Fix stuck job worker. Fix sidekiq queue namespaceShinya Maeda2018-10-024-34/+55
| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | Add cleanup mechanizm for stale scheduled jobsShinya Maeda2018-10-022-14/+19
| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | Add feature flag to schedulable? methodShinya Maeda2018-10-021-1/+2
| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | Execute the worker in pipeline_processing queueShinya Maeda2018-10-021-0/+4
| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | Optimize query formatShinya Maeda2018-10-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | Rename to process build serviceShinya Maeda2018-10-022-2/+2
| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | Introduce ProceedBuildServiceShinya Maeda2018-10-025-22/+19
| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | Remove unnecessary tableShinya Maeda2018-10-021-8/+0
| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | Introduce enqueue_scheduled eventShinya Maeda2018-10-028-53/+47
| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | Add scheduled_at column to ci_builds, and add a partial index as wellShinya Maeda2018-10-024-20/+31
| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | Fix spec. Create scheduled status entry for pipelineShinya Maeda2018-10-025-27/+34
| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | Fix rubocop offenceShinya Maeda2018-10-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | Remove whitespaceShinya Maeda2018-10-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | Add changelogShinya Maeda2018-10-021-0/+5
| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | Update pipelines and stages status as wellShinya Maeda2018-10-028-40/+138
| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | Add a new status to ci_builds.statusShinya Maeda2018-10-0210-47/+66
| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | Add button group for scheduled jobsWinnie Hellmann2018-10-021-0/+11
| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | Use secondary color for SVG icons in CI buttonsWinnie Hellmann2018-10-021-0/+4
| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | Ensure that execute_in of a build schedule is not negativeWinnie Hellmann2018-10-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | Add placeholders to debug script exampleWinnie Hellmann2018-10-021-50/+54
| | | | | | | | | | | | | | | | | | | | | | | |