summaryrefslogtreecommitdiff
path: root/spec/models/commit_status_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot2021-04-201-67/+51
* Add latest changes from gitlab-org/gitlab@13-9-stable-eev13.9.0-rc42GitLab Bot2021-02-181-17/+56
* Add latest changes from gitlab-org/gitlab@13-8-stable-eev13.8.0-rc42Robert Speicher2021-01-201-0/+19
* Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot2020-11-191-96/+41
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-211-38/+95
* Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot2020-09-191-1/+17
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-201-36/+20
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-1/+1
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-2/+17
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-201-0/+44
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-04-021-3/+3
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-251-0/+13
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-051-2/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-171-0/+36
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-241-6/+24
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-181-0/+66
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-231-2/+2
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-011-3/+3
* Remove deprecated uses of attribute_changed?9932-fix-deprecated-attribute_changed-ceHeinrich Lee Yu2019-04-301-2/+2
* Add # frozen_string_literal to spec/modelsThong Kuah2019-04-011-0/+2
* Create framework for build prerequisitesTiger2019-03-201-0/+6
* Add :preparing status to HasStatusTiger2019-03-201-0/+17
* Fix coding offenceShinya Maeda2018-12-041-2/+2
* fix wordingShinya Maeda2018-12-031-1/+1
* Fix the coding styleShinya Maeda2018-12-031-2/+2
* Validate enum uniquenessShinya Maeda2018-12-031-0/+2
* Add unit tests for CommitStatus and Ci::StageShinya Maeda2018-10-021-0/+20
* Respect the inheritance chain between Ci::Build and CommitStatus46177-fix-present-on-generic-commit-statusMayra Cabrera2018-05-161-5/+2
* Makes CommitStatus and GenericCommitStatus respond to presentableMayra Cabrera2018-05-151-0/+9
* Ensure that enqueuing a commit status always sets 'queued_at' valueTomasz Maczukin2018-04-101-0/+32
* Revert "Allow CI/CD Jobs being grouped on version strings"Zeger-Jan van de Weg2018-04-041-3/+1
* Allow CI/CD Jobs being grouped on version stringsZeger-Jan van de Weg2018-03-011-1/+3
* Use existing pipeline stage if stage already existsGrzegorz Bizon2017-11-061-0/+23
* Make sure that every job has a stage assignedGrzegorz Bizon2017-11-061-2/+48
* Use script_failure. Add runner_system_failure. Improve spec.feature/sm/37239-implement-failure_reason-on-ci_buildsShinya Maeda2017-09-051-3/+3
* Fix specShinya Maeda2017-09-051-1/+4
* - Allow runner API to pass failure_reasonShinya Maeda2017-09-051-6/+4
* Fix enum listsShinya Maeda2017-09-051-0/+20
* Merge branch 'master' into backstage/gb/migrate-stages-statusesGrzegorz Bizon2017-08-161-1/+1
|\
| * Enable the Layout/SpaceBeforeBlockBraces coprc/enable-the-Layout/SpaceBeforeBlockBraces-copRémy Coutable2017-08-091-1/+1
* | Merge commit '9a3b283402b8cc1c86802c526f19a459ce09c2e3' into backstage/gb/mig...Grzegorz Bizon2017-07-311-1/+1
|\ \ | |/
| * Remove superfluous type defs in specsKeifer Furzland2017-07-271-1/+1
* | Do not implement CI/CD job to stage association yetGrzegorz Bizon2017-07-241-12/+0
* | Use a new stage_id reference to a persisted stageGrzegorz Bizon2017-07-201-3/+4
* | Freeze mutable constants in stages migration codeGrzegorz Bizon2017-07-111-1/+0
* | Add a workaround for a tmp job -> stage relationGrzegorz Bizon2017-07-041-3/+15
|/
* Check warnings when building compound status SQL queryGrzegorz Bizon2017-06-201-1/+1
* Add test for using overridden status method with scopesGrzegorz Bizon2017-06-201-0/+11
* Move custom compound status method to commit statusGrzegorz Bizon2017-06-201-0/+24
* Correct RSpec/SingleLineHook cop offensesRobert Speicher2017-06-141-10/+32