Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | | Guard against missing manual actions / scheduled jobs in pipelines row | Winnie Hellmann | 2018-10-04 | 1 | -1/+8 | |
| * | | | | | | | | | | | | Display confirmation only when triggering scheduled jobs not manual | Winnie Hellmann | 2018-10-04 | 1 | -5/+7 | |
| * | | | | | | | | | | | | Rename event :schedule to event :delay in Ci::Pipeline to avoid conflicts wit... | Shinya Maeda | 2018-10-04 | 1 | -2/+2 | |
| * | | | | | | | | | | | | Revert "Avoid conflicts between enumlator's schedule! method and state machin... | Shinya Maeda | 2018-10-04 | 3 | -3/+3 | |
| * | | | | | | | | | | | | Avoid conflicts between enumlator's schedule! method and state machine's sche... | Shinya Maeda | 2018-10-04 | 3 | -3/+3 | |
| * | | | | | | | | | | | | Merge branch 'master-ce' into scheduled-manual-jobs | Shinya Maeda | 2018-10-04 | 78 | -1264/+1461 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | Improve performance of stale scheduled builds search | Shinya Maeda | 2018-10-03 | 1 | -28/+12 | |
| * | | | | | | | | | | | | | Add job_entity_spec | Shinya Maeda | 2018-10-03 | 1 | -1/+9 | |
| * | | | | | | | | | | | | | Merge branch 'master-ce' into scheduled-manual-jobs | Shinya Maeda | 2018-10-03 | 16 | -23/+97 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | Add confirmation for immediately starting scheduled jobs | Winnie Hellmann | 2018-10-02 | 2 | -4/+14 | |
| * | | | | | | | | | | | | | | enqueue in process_build_service | Shinya Maeda | 2018-10-02 | 1 | -1/+5 | |
| * | | | | | | | | | | | | | | Show sheculed label for present and past jobs | Shinya Maeda | 2018-10-02 | 1 | -3/+3 | |
| * | | | | | | | | | | | | | | Rename failure reason to stale_schedule | Shinya Maeda | 2018-10-02 | 3 | -3/+3 | |
| * | | | | | | | | | | | | | | Add badge for scheduled jobs | Winnie Hellmann | 2018-10-02 | 1 | -0/+2 | |
| * | | | | | | | | | | | | | | Add scheduled job dropdown to pipelines list | Winnie Hellmann | 2018-10-02 | 3 | -4/+40 | |
| * | | | | | | | | | | | | | | Do not omit leading zeros in duration_in_numbers helper | Winnie Hellmann | 2018-10-02 | 1 | -5/+1 | |
| * | | | | | | | | | | | | | | Add actions to scheduled job buttons on job list page | Winnie Hellmann | 2018-10-02 | 1 | -2/+8 | |
| * | | | | | | | | | | | | | | Fix scheduled icon for stages | Shinya Maeda | 2018-10-02 | 2 | -1/+7 | |
| * | | | | | | | | | | | | | | Add unschedule action to status build | Shinya Maeda | 2018-10-02 | 1 | -1/+5 | |
| * | | | | | | | | | | | | | | Add scheduled_actions as an explicit group of actions | Shinya Maeda | 2018-10-02 | 6 | -1/+7 | |
| * | | | | | | | | | | | | | | Change the order of status_sql to avoid the query for scheduled status at the... | Shinya Maeda | 2018-10-02 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | Cleanup drop_stale_scheduled_builds code | Shinya Maeda | 2018-10-02 | 1 | -2/+7 | |
| * | | | | | | | | | | | | | | Add black border to scheduled job badge | Winnie Hellmann | 2018-10-02 | 1 | -0/+1 | |
| * | | | | | | | | | | | | | | Use time-out icon for unschedule job action | Winnie Hellmann | 2018-10-02 | 1 | -2/+1 | |
| * | | | | | | | | | | | | | | Add black border to scheduled icon in pipeline graphs | Winnie Hellmann | 2018-10-02 | 1 | -0/+1 | |
| * | | | | | | | | | | | | | | Fix spec failure | Shinya Maeda | 2018-10-02 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | Fix coding style offence | Shinya Maeda | 2018-10-02 | 1 | -0/+1 | |
| * | | | | | | | | | | | | | | Include delayed jobs action into manual actions | Shinya Maeda | 2018-10-02 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | Allow remaining time of scheduled jobs to overflow one day | Winnie Hellmann | 2018-10-02 | 2 | -4/+16 | |
| * | | | | | | | | | | | | | | Fix StuckCiJobsWorker and added tests | Shinya Maeda | 2018-10-02 | 2 | -2/+2 | |
| * | | | | | | | | | | | | | | Add Spec for ProcessPipelineService | Shinya Maeda | 2018-10-02 | 3 | -35/+34 | |
| * | | | | | | | | | | | | | | Fix coding style offence | Shinya Maeda | 2018-10-02 | 1 | -8/+8 | |
| * | | | | | | | | | | | | | | Remove Scheduled Status class from pipeline | Shinya Maeda | 2018-10-02 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | Add unit tests for Ci::Build. Fix validation on state transition | Shinya Maeda | 2018-10-02 | 1 | -5/+3 | |
| * | | | | | | | | | | | | | | Fix stuck ci jobs worker | Shinya Maeda | 2018-10-02 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | Fix commit status presenter spec | Shinya Maeda | 2018-10-02 | 1 | -1/+2 | |
| * | | | | | | | | | | | | | | Simplify StuckCiJobsWorker | Shinya Maeda | 2018-10-02 | 2 | -31/+26 | |
| * | | | | | | | | | | | | | | Fix stuck job worker. Fix sidekiq queue namespace | Shinya Maeda | 2018-10-02 | 2 | -17/+31 | |
| * | | | | | | | | | | | | | | Add cleanup mechanizm for stale scheduled jobs | Shinya Maeda | 2018-10-02 | 2 | -14/+19 | |
| * | | | | | | | | | | | | | | Add feature flag to schedulable? method | Shinya Maeda | 2018-10-02 | 1 | -1/+2 | |
| * | | | | | | | | | | | | | | Execute the worker in pipeline_processing queue | Shinya Maeda | 2018-10-02 | 1 | -0/+4 | |
| * | | | | | | | | | | | | | | Optimize query format | Shinya Maeda | 2018-10-02 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | Rename to process build service | Shinya Maeda | 2018-10-02 | 2 | -2/+2 | |
| * | | | | | | | | | | | | | | Introduce ProceedBuildService | Shinya Maeda | 2018-10-02 | 5 | -22/+19 | |
| * | | | | | | | | | | | | | | Introduce enqueue_scheduled event | Shinya Maeda | 2018-10-02 | 6 | -46/+40 | |
| * | | | | | | | | | | | | | | Fix spec. Create scheduled status entry for pipeline | Shinya Maeda | 2018-10-02 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | Remove whitespace | Shinya Maeda | 2018-10-02 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | Update pipelines and stages status as well | Shinya Maeda | 2018-10-02 | 5 | -2/+15 | |
| * | | | | | | | | | | | | | | Add a new status to ci_builds.status | Shinya Maeda | 2018-10-02 | 7 | -41/+56 | |
| * | | | | | | | | | | | | | | Add button group for scheduled jobs | Winnie Hellmann | 2018-10-02 | 1 | -0/+11 |