summaryrefslogtreecommitdiff
path: root/spec/presenters/ci/pipeline_presenter_spec.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-10-271-2/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2022-09-081-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-12-061-0/+24
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2021-04-211-0/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-09-231-7/+10
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-08-241-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-08-011-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-07-311-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-06-241-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-04-141-1/+1
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-04-081-62/+57
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-041-3/+84
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-301-0/+9
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-141-6/+12
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-251-0/+2
|
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-081-0/+38
|
* Add pipeline.type key to PipelineEntityadd-pipeline-type-key-in-pipeline-entityShinya Maeda2019-09-031-0/+34
| | | | | This commit adds pipeline.type key to PipelineEntity. This key will be used in MR widget in the next iteration.
* Update pipeline detail view to accommodate post-merge pipelinesShinya Maeda2019-03-191-0/+134
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Commit changes Add spec Add changelog fix fix Fix Fix spec Finish spec ok nice ok ok ok fix
* Improve specs for pipeline failure reason presenterGrzegorz Bizon2017-10-051-0/+17
| | | | | Conflicts: app/presenters/ci/pipeline_presenter.rb
* Change all `:empty_project` to `:project`rs-empty_project-defaultRobert Speicher2017-08-021-1/+1
|
* Also track auto-cancelling in jobs, detail:Lin Jen-Shin2017-04-061-1/+1
| | | | | | | | Not only tracking auto-cancelling in pipelines, we'll also track this in jobs because pipelines could be retried and the information would get lost when this happened. Also erase auto-cancelling relation for pipelines when they're retried.
* Add test for presentersLin Jen-Shin2017-04-061-0/+54