summaryrefslogtreecommitdiff
path: root/lib/gitlab/ci/status
Commit message (Expand)AuthorAgeFilesLines
* Adds a way to start multiple manual jobs in stageMayra Cabrera2019-05-022-1/+45
* Rename CI related selectorsGeorge Tsiolis2019-04-162-2/+2
* Display error for unmet prerequisitesjerasmus2019-04-021-2/+2
* Detailed status for builds that fail prerequisitesTiger2019-04-022-1/+26
* Create framework for build prerequisitesTiger2019-03-201-1/+2
* Add :preparing status to HasStatusTiger2019-03-203-0/+62
* Merge branch 'feature/gb/cross-project-pipeline-trigger' into 'master'Douwe Maan2019-01-251-1/+0
|\
| * Make CI/CD bridge job a pipeline processable entityGrzegorz Bizon2019-01-251-1/+0
* | Treat "" as nil for external commit status descriptionVladimir Shushlin2019-01-221-1/+1
* | Fix empty labels for `pages:deploy` jobVladimir Shushlin2019-01-211-1/+1
|/
* Add basic implementation of CI/CD bridge jobGrzegorz Bizon2018-12-122-0/+42
* Fix typo in scheduled pipelinesDavy Defaud2018-11-221-1/+1
* Add placeholder for remaining time in delayed job tooltipsWinnie Hellmann2018-11-071-11/+2
* Allow to make builds soft-archived.disallow-retry-of-old-buildsKamil Trzciński2018-11-051-1/+2
* Enable frozen string for lib/gitlab/ci/**/*.rbgfyoung2018-10-3041-0/+82
* Add failure reason for execution timeoutShinya Maeda2018-10-281-1/+2
* Merge branch 'drop-allow_overflow-option-duration_in_numbers' into 'master'Grzegorz Bizon2018-10-221-1/+1
|\
| * Drop `allow_overflow` option in `TimeHelper.duration_in_numbers`Shinya Maeda2018-10-181-1/+1
* | Rename "scheduled" label/badge of delayed jobs to "delayed"Shinya Maeda2018-10-194-7/+7
|/
* Rename failure reason to stale_scheduleShinya Maeda2018-10-021-1/+1
* Add scheduled statusShinya Maeda2018-10-023-1/+23
* Add unschedule action to status buildShinya Maeda2018-10-022-0/+42
* Fix coding style offenceShinya Maeda2018-10-021-1/+1
* 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-021-2/+4
* Fix URL to empty state graphic of scheduled jobsWinnie Hellmann2018-10-021-1/+1
* Fix Status::Build::Scheduled. Add spec for the class.Shinya Maeda2018-10-021-1/+4
* Add schedule_expired to failed statusShinya Maeda2018-10-021-1/+2
* Remove Scheduled Status class from pipelineShinya Maeda2018-10-023-23/+1
* Check the precense of scheduled_at in Status::BuildShinya Maeda2018-10-021-1/+1
* Fix stuck job worker. Fix sidekiq queue namespaceShinya Maeda2018-10-021-1/+2
* Introduce enqueue_scheduled eventShinya Maeda2018-10-021-1/+1
* Fix spec. Create scheduled status entry for pipelineShinya Maeda2018-10-022-0/+22
* Update pipelines and stages status as wellShinya Maeda2018-10-022-23/+24
* Add a new status to ci_builds.statusShinya Maeda2018-10-021-1/+1
* Rename delayed to scheduledShinya Maeda2018-10-022-11/+13
* Support new syntaxShinya Maeda2018-10-022-3/+3
* Squashed commit of the following:Shinya Maeda2018-10-022-0/+53
* Introduce class methods so CE constants can be easily overridden on EEMayra Cabrera2018-09-071-1/+7
* Removes <br> sent from backend on tooltips in jobsFilipa Lacerda2018-08-091-1/+1
* Improve error messageKamil Trzciński2018-08-011-1/+1
* Improve Ci::Status::Build specsKamil Trzciński2018-08-011-8/+12
* Add `runner_unsupported` CI failureKamil Trzciński2018-08-011-1/+2
* Use persisted stages to load pipelines index tableGrzegorz Bizon2018-05-211-1/+3
* Merge branch 'fix/gb/fix-pipeline-statuses-illustrations' into 'master'Marin Jankovski2018-04-121-0/+8
|\
| * Add a test for job empty state with missing traceGrzegorz Bizon2018-04-111-1/+1
| * Revert adding `Empty` extended status to avoid N+1 queriesGrzegorz Bizon2018-04-113-24/+3
| * Extend specs for detailed build extended statusesGrzegorz Bizon2018-04-111-3/+3
| * Fix empty state for build that doesn ot have a traceGrzegorz Bizon2018-04-113-1/+30
* | Fixes illustration for when job log was erased45159-fix-illustrationFilipa Lacerda2018-04-091-1/+1
|/