summaryrefslogtreecommitdiff
path: root/app
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'scheduled-manual-jobs' into 'master'Kamil Trzciński2018-10-0533-81/+310
|\ | | | | | | | | | | | | Delayed jobs Closes #51352 See merge request gitlab-org/gitlab-ce!21767
| * Merge branch 'master-ce' into scheduled-manual-jobsShinya Maeda2018-10-0531-142/+326
| |\
| * | Make sure remaining time of scheduled jobs is positive in pipelines listWinnie Hellmann2018-10-051-2/+7
| | |
| * | Merge branch 'master-ce' into scheduled-manual-jobsShinya Maeda2018-10-0589-448/+1154
| |\ \
| * | | Add component tests for scheduled job frontendWinnie Hellmann2018-10-043-4/+5
| | | |
| * | | Make Ci::Stage status transition event consistent with Ci::PipelineShinya Maeda2018-10-041-2/+2
| | | |
| * | | Enable ci_enable_scheduled_build feature flag by defaultShinya Maeda2018-10-041-1/+1
| | | |
| * | | Guard against missing manual actions / scheduled jobs in pipelines rowWinnie Hellmann2018-10-041-1/+8
| | | |
| * | | Display confirmation only when triggering scheduled jobs not manualWinnie Hellmann2018-10-041-5/+7
| | | |
| * | | Rename event :schedule to event :delay in Ci::Pipeline to avoid conflicts ↵Shinya Maeda2018-10-041-2/+2
| | | | | | | | | | | | | | | | with enum source
| * | | Revert "Avoid conflicts between enumlator's schedule! method and state ↵Shinya Maeda2018-10-043-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | machine's schedule! method" This reverts commit 10b09db46ddfdc6dfab55fa9671e716cd46a565b.
| * | | Avoid conflicts between enumlator's schedule! method and state machine's ↵Shinya Maeda2018-10-043-3/+3
| | | | | | | | | | | | | | | | schedule! method
| * | | Merge branch 'master-ce' into scheduled-manual-jobsShinya Maeda2018-10-0478-1264/+1461
| |\ \ \
| * | | | Improve performance of stale scheduled builds searchShinya Maeda2018-10-031-28/+12
| | | | |
| * | | | Add job_entity_specShinya Maeda2018-10-031-1/+9
| | | | |
| * | | | Merge branch 'master-ce' into scheduled-manual-jobsShinya Maeda2018-10-0316-23/+97
| |\ \ \ \
| * | | | | Add confirmation for immediately starting scheduled jobsWinnie Hellmann2018-10-022-4/+14
| | | | | |
| * | | | | enqueue in process_build_serviceShinya Maeda2018-10-021-1/+5
| | | | | |
| * | | | | Show sheculed label for present and past jobsShinya Maeda2018-10-021-3/+3
| | | | | |
| * | | | | Rename failure reason to stale_scheduleShinya Maeda2018-10-023-3/+3
| | | | | |
| * | | | | Add badge for scheduled jobsWinnie Hellmann2018-10-021-0/+2
| | | | | |
| * | | | | Add scheduled job dropdown to pipelines listWinnie Hellmann2018-10-023-4/+40
| | | | | |
| * | | | | Do not omit leading zeros in duration_in_numbers helperWinnie Hellmann2018-10-021-5/+1
| | | | | |
| * | | | | Add actions to scheduled job buttons on job list pageWinnie Hellmann2018-10-021-2/+8
| | | | | |
| * | | | | Fix scheduled icon for stagesShinya Maeda2018-10-022-1/+7
| | | | | |
| * | | | | Add unschedule action to status buildShinya Maeda2018-10-021-1/+5
| | | | | |
| * | | | | Add scheduled_actions as an explicit group of actionsShinya Maeda2018-10-026-1/+7
| | | | | |
| * | | | | Change the order of status_sql to avoid the query for scheduled status at ↵Shinya Maeda2018-10-021-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | the earlier step
| * | | | | Cleanup drop_stale_scheduled_builds codeShinya Maeda2018-10-021-2/+7
| | | | | |
| * | | | | Add black border to scheduled job badgeWinnie Hellmann2018-10-021-0/+1
| | | | | |
| * | | | | Use time-out icon for unschedule job actionWinnie Hellmann2018-10-021-2/+1
| | | | | |
| * | | | | Add black border to scheduled icon in pipeline graphsWinnie Hellmann2018-10-021-0/+1
| | | | | |
| * | | | | Fix spec failureShinya Maeda2018-10-021-1/+1
| | | | | |
| * | | | | Fix coding style offenceShinya Maeda2018-10-021-0/+1
| | | | | |
| * | | | | Include delayed jobs action into manual actionsShinya Maeda2018-10-021-1/+1
| | | | | |
| * | | | | Allow remaining time of scheduled jobs to overflow one dayWinnie Hellmann2018-10-022-4/+16
| | | | | |
| * | | | | Fix StuckCiJobsWorker and added testsShinya Maeda2018-10-022-2/+2
| | | | | |
| * | | | | Add Spec for ProcessPipelineServiceShinya Maeda2018-10-023-35/+34
| | | | | |
| * | | | | Fix coding style offenceShinya Maeda2018-10-021-8/+8
| | | | | |
| * | | | | Remove Scheduled Status class from pipelineShinya Maeda2018-10-021-1/+1
| | | | | |
| * | | | | Add unit tests for Ci::Build. Fix validation on state transitionShinya Maeda2018-10-021-5/+3
| | | | | |
| * | | | | Fix stuck ci jobs workerShinya Maeda2018-10-021-1/+1
| | | | | |
| * | | | | Fix commit status presenter specShinya Maeda2018-10-021-1/+2
| | | | | |
| * | | | | Simplify StuckCiJobsWorkerShinya Maeda2018-10-022-31/+26
| | | | | |
| * | | | | Fix stuck job worker. Fix sidekiq queue namespaceShinya Maeda2018-10-022-17/+31
| | | | | |
| * | | | | 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
| | | | | |