summaryrefslogtreecommitdiff
path: root/app/models/commit_status.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Merge branch 'master' into feature/gb/persist-pipeline-stagesGrzegorz Bizon2017-06-051-2/+8
|\
| * Merge branch 'zj-job-view-goes-real-time' into 'master'Kamil Trzciński2017-06-051-0/+5
| |\
| | * retryable? is now available for CommitStatuszj-job-view-goes-real-timeZ.J. van de Weg2017-06-041-1/+6
| * | Don’t schedule workers from inside transactionsDouwe Maan2017-06-021-3/+4
| |/
* | Refine implementation of pipeline stage seedsGrzegorz Bizon2017-06-021-2/+2
|/
* Test the ExpireJobCacheWorker and related changeszj-fix-pipeline-etagZ.J. van de Weg2017-05-221-1/+1
* Add MISSING e-tag refresh of resource for Job, and Pipeline GraphKamil Trzcinski2017-05-221-0/+1
* Merge branch 'retried-in-database-mysql' into 'master' Regis Boudinot2017-05-101-8/+3
|\
| * Make retried to be nullableKamil Trzcinski2017-05-091-1/+1
| * Store retried in database for CI buildsretried-in-database-mysqlKamil Trzcinski2017-05-071-8/+3
* | remove gl_project_id for I/E version updatefix/gl-project-idJames Lopez2017-05-021-6/+0
|/
* Also track auto-cancelling in jobs, detail:Lin Jen-Shin2017-04-061-0/+5
* Make CI build to use optimistic locking only on status changeKamil Trzcinski2017-03-281-0/+4
* All CI offline migrationsKamil Trzciński2017-03-171-1/+7
* Ignore optional actions when calculating warningsGrzegorz Bizon2017-03-061-2/+4
* Fix invalid description in commit status specsGrzegorz Bizon2017-03-061-1/+1
* Reinstitute a core `manual` status for manual actionsGrzegorz Bizon2017-03-061-6/+6
* Add support for blocking actions to CI/CD pipelineGrzegorz Bizon2017-03-061-1/+1
* Refactor code related to pipeline blocking actionsGrzegorz Bizon2017-03-061-5/+5
* Make manual actions blockingKamil Trzcinski2017-03-061-5/+5
* Revert "Enable Style/DotPosition"Douwe Maan2017-02-231-5/+5
* Revert "Prefer leading style for Style/DotPosition"Douwe Maan2017-02-231-5/+5
* Move up delegate callsDouwe Maan2017-02-231-2/+1
* Prefer leading style for Style/DotPositionDouwe Maan2017-02-231-5/+5
* Enable Rails/ValidationDouwe Maan2017-02-231-1/+1
* Enable Style/DotPositionDouwe Maan2017-02-231-5/+5
* Add after_stage scope to commit status classGrzegorz Bizon2017-02-141-3/+3
* Skip job only when canceling the pipeline it belongs toGrzegorz Bizon2017-02-131-2/+1
* Fix pipeline specs related to canceling buildsGrzegorz Bizon2017-02-131-1/+1
* Skip buils that were canceled but not started yetGrzegorz Bizon2017-02-131-1/+2
* rename sort methodMike Greiling2017-01-021-1/+1
* add natural sorting token for build namesMike Greiling2017-01-021-0/+6
* Improve readability in methods for detailed statusGrzegorz Bizon2016-12-131-1/+3
* Fix auto loading of constants for Ci StatusesKamil Trzcinski2016-12-121-2/+2
* Added Ci::Status::BuildKamil Trzcinski2016-12-121-0/+4
* Fix handling of allowed to failure jobsKamil Trzcinski2016-12-061-6/+1
* Introduce `Ci::Stage`, right now this is artificial object that is build dyna...Kamil Trzcinski2016-12-061-7/+2
* Support pipelines APIKamil Trzcinski2016-12-061-10/+1
* Move has_trace? to CommitStatus than GenericCommitStatusLin Jen-Shin2016-11-221-3/+7
* Fix optimistic lockingKamil Trzcinski2016-10-261-6/+6
* Remove redundant class_name and foreign_key overridesDavid Wagner2016-10-241-1/+1
* Do not return from proc-closure in pipeline transitionGrzegorz Bizon2016-10-121-1/+1
* Merge branch 'master' into feature/improve-mrwbs-and-todos-for-pipelinesGrzegorz Bizon2016-10-121-10/+14
|\
| * Check for transition loopback in commit statusfix/async-pipeline-processing-stale-dataGrzegorz Bizon2016-10-081-1/+3
| * Add temporary fix for race condition in MWBSGrzegorz Bizon2016-10-081-0/+3
| * Improve transitions and run hooks after transactionGrzegorz Bizon2016-10-081-18/+20