summaryrefslogtreecommitdiff
path: root/app/models/commit_status.rb
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot2020-10-211-2/+8
* Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot2020-09-191-3/+12
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-201-28/+2
* Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot2020-07-201-1/+2
* Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot2020-06-181-7/+18
* Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot2020-05-201-2/+10
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-04-021-4/+4
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-251-3/+6
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-02-141-12/+0
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-291-0/+4
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-171-10/+54
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-101-1/+0
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-241-6/+14
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-12-181-0/+6
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-11-201-5/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-10-011-2/+6
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-131-0/+2
* Optimise DAG processingoptimise-dag-processingKamil Trzciński2019-08-141-2/+19
* Merge branch 'prefer-to-use-process-pipeline-worker' into 'master'Sean McGivern2019-08-051-1/+1
|\
| * Extend PipelineProcessWorker to accept a list of buildsprefer-to-use-process-pipeline-workerKamil Trzciński2019-08-021-1/+1
* | Properly process `needs:` with `when:`properly-process-all-needsKamil Trzciński2019-08-021-0/+4
|/
* Add support for DAGKamil Trzciński2019-08-011-1/+7
* Remove deprecated uses of attribute_changed?9932-fix-deprecated-attribute_changed-ceHeinrich Lee Yu2019-04-301-1/+1
* Inherit from ApplicationRecord instead of ActiveRecord::BaseNick Thomas2019-03-281-1/+1
* Create framework for build prerequisitesTiger2019-03-201-1/+8
* Add :preparing status to HasStatusTiger2019-03-201-7/+7
* Move processables scope into commit status classGrzegorz Bizon2019-01-251-0/+1
* Refactor how a few ActiveRecord enums are definedrefactor-enums-for-eeYorick Peterse2018-11-151-12/+3
* Allow to make builds soft-archived.disallow-retry-of-old-buildsKamil Trzciński2018-11-051-3/+6
* Fix typos in comments and specsGeorge Tsiolis2018-11-011-2/+2
* Add failure reason for execution timeoutShinya Maeda2018-10-281-1/+2
* Support backward compatibility when introduce new failure reasonShinya Maeda2018-10-261-1/+1
* Rename failure reason to stale_scheduleShinya Maeda2018-10-021-1/+1
* Fix StuckCiJobsWorker and added testsShinya Maeda2018-10-021-1/+1
* Add cleanup mechanizm for stale scheduled jobsShinya Maeda2018-10-021-1/+2
* Remove whitespaceShinya Maeda2018-10-021-1/+1
* Add a new status to ci_builds.statusShinya Maeda2018-10-021-4/+4
* Disable existing offenses for the CodeReuse copsYorick Peterse2018-09-111-0/+4
* Merge branch 'frozen-string-enable-app-models' into 'master'Rémy Coutable2018-08-021-0/+2
|\
| * Enable frozen string in app/models/*.rbrepo-forks/gitlab-ce-frozen-string-enable-app-modelsgfyoung2018-07-261-0/+2
* | Fix spec failuresKamil Trzciński2018-08-011-1/+1
* | Add `runner_unsupported` CI failureKamil Trzciński2018-08-011-1/+2
|/
* Enable mapping to nil in enumsJan Provaznik2018-06-061-8/+2
* Makes CommitStatus and GenericCommitStatus respond to presentableMayra Cabrera2018-05-151-0/+1
* [Rails5] Fix enum question mark methodsblackst0ne2018-05-021-0/+7
* Ensure that enqueuing a commit status always sets 'queued_at' valueTomasz Maczukin2018-04-101-1/+1
* Revert "Allow CI/CD Jobs being grouped on version strings"Zeger-Jan van de Weg2018-04-041-1/+1
* Allow CI/CD Jobs being grouped on version stringsZeger-Jan van de Weg2018-03-011-1/+1
* Enable RuboCop Style/RegexpLiteralTakuya Noguchi2018-02-011-1/+1
* Fail jobs if its dependency is missingShinya Maeda2017-12-061-1/+2