summaryrefslogtreecommitdiff
path: root/app
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | 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 wit...Shinya Maeda2018-10-041-2/+2
| * | | | | | | | | | | | Revert "Avoid conflicts between enumlator's schedule! method and state machin...Shinya Maeda2018-10-043-3/+3
| * | | | | | | | | | | | Avoid conflicts between enumlator's schedule! method and state machine's sche...Shinya Maeda2018-10-043-3/+3
| * | | | | | | | | | | | 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 the...Shinya Maeda2018-10-021-1/+1
| * | | | | | | | | | | | | | 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
| * | | | | | | | | | | | | | Introduce ProceedBuildServiceShinya Maeda2018-10-025-22/+19
| * | | | | | | | | | | | | | Introduce enqueue_scheduled eventShinya Maeda2018-10-026-46/+40
| * | | | | | | | | | | | | | Fix spec. Create scheduled status entry for pipelineShinya Maeda2018-10-021-1/+1
| * | | | | | | | | | | | | | Remove whitespaceShinya Maeda2018-10-021-1/+1
| * | | | | | | | | | | | | | Update pipelines and stages status as wellShinya Maeda2018-10-025-2/+15
| * | | | | | | | | | | | | | Add a new status to ci_builds.statusShinya Maeda2018-10-027-41/+56
| * | | | | | | | | | | | | | Add button group for scheduled jobsWinnie Hellmann2018-10-021-0/+11