summaryrefslogtreecommitdiff
path: root/app/models/commit_status.rb
Commit message (Expand)AuthorAgeFilesLines
* Implement Composite Status in RubyKamil Trzciński2019-08-141-8/+0
* 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
* Allow to drop jobs for deleted projectsKamil Trzcinski2017-11-271-6/+10
* Extract ensure stage service from commit status classGrzegorz Bizon2017-11-061-27/+3
* Use existing pipeline stage if stage already existsGrzegorz Bizon2017-11-061-3/+11
* Make sure that every job has a stage assignedGrzegorz Bizon2017-11-061-1/+27
* Use script_failure. Add runner_system_failure. Improve spec.feature/sm/37239-implement-failure_reason-on-ci_buildsShinya Maeda2017-09-051-2/+3
* - Allow runner API to pass failure_reasonShinya Maeda2017-09-051-1/+1
* Fix enum listsShinya Maeda2017-09-051-10/+4
* Fix enum wordingShinya Maeda2017-09-051-1/+1
* Implement `failure_reason` on `ci_builds`Shinya Maeda2017-09-051-0/+18
* Update related stage status when job status is changedGrzegorz Bizon2017-07-241-0/+1
* Do not implement CI/CD job to stage association yetGrzegorz Bizon2017-07-241-11/+4
* Use a new stage_id reference to a persisted stageGrzegorz Bizon2017-07-201-3/+1
* Add a workaround for a tmp job -> stage relationGrzegorz Bizon2017-07-041-0/+9
* Handle legacy jobs without namezj-commit-status-sortable-nameZ.J. van de Weg2017-06-131-2/+2
* Merge branch 'fix/import-commit-status-issue' into 'master'Douwe Maan2017-06-121-1/+1
|\
| * ignore name validation on importingfix/import-commit-status-issueJames Lopez2017-06-121-1/+1
* | Improve Job detail view to make it refreshed in real-time instead of reloadingFilipa Lacerda2017-06-121-0/+5
|/