summaryrefslogtreecommitdiff
path: root/lib/gitlab/ci/status
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Merge branch 'master' into '42568-pipeline-empty-state'Kamil Trzciński2018-04-065-2/+81
|\
| * Resolve "Show `failure_reason` and upgrade tooltips of jobs"Mayra Cabrera2018-04-055-2/+81
* | Put Erased empty state at the beginningMatija Čupić2018-04-051-3/+3
* | Rename success to erased empty state specMatija Čupić2018-04-052-3/+3
* | Fix job setup in success empty state specsMatija Čupić2018-04-041-1/+1
* | Add success CI Build empty state statusMatija Čupić2018-04-042-1/+23
* | Add action_button_title Core status methodMatija Čupić2018-04-031-0/+4
* | Move action button titles to respective statusesMatija Čupić2018-03-295-3/+17
* | Move the empty state extended status to be the beginningMatija Čupić2018-03-281-7/+7
* | Separate the manual empty state from the action empty stateMatija Čupić2018-03-283-12/+25
* | Move action link to build extended status illustrationMatija Čupić2018-03-281-0/+2
* | Move illustration to build specific statusesMatija Čupić2018-03-2811-44/+101
* | Extend Gitlab::Ci::Status#illustration to include metadataMatija Čupić2018-03-265-5/+28
* | Add illustrations to build statusesMatija Čupić2018-03-246-0/+24
|/