summaryrefslogtreecommitdiff
path: root/app/models/ci
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master' into ci-commit-as-pipelineci-commit-as-pipelineKamil Trzcinski2016-04-191-3/+15
|\
| * Remove code that removes duplicate CI variablesGrzegorz Bizon2016-04-181-2/+1
| * Rename method that returns global envs in CI confGrzegorz Bizon2016-04-181-1/+1
| * Read job variables directly from gitlab CI configGrzegorz Bizon2016-04-181-2/+6
| * Make it possible to override build variablesGrzegorz Bizon2016-04-181-1/+2
| * Add `variables` keyword to job in CI config YAMLGrzegorz Bizon2016-04-181-2/+10
* | Write specs for this featureKamil Trzcinski2016-04-161-5/+4
* | Rename CiStatus to StatusableKamil Trzcinski2016-04-161-1/+1
* | Fix implementation of config_processor and ci_yaml_fileKamil Trzcinski2016-04-131-10/+15
* | Update handling of skipped statusKamil Trzcinski2016-04-132-16/+9
* | Simplify state update of Ci::Commit objectKamil Trzcinski2016-04-131-61/+11
* | Remove the use of default scope for BuildsKamil Trzcinski2016-04-131-11/+0
* | Optimise CI status accessorKamil Trzcinski2016-04-121-1/+5
* | Fix create_next_builds methodKamil Trzcinski2016-04-121-3/+3
* | Fix rest of rspec and spinach testsKamil Trzcinski2016-04-121-5/+5
* | Fix specsKamil Trzcinski2016-04-111-6/+21
* | Use Ci::Commit as PipelineKamil Trzcinski2016-04-112-66/+69
|/
* Fix review commentsfix-commit-status-renderingKamil Trzcinski2016-03-142-2/+6
* Cleanup CiCommit and CiBuildKamil Trzcinski2016-03-142-58/+6
* Removed arel_table receiver from search methodsYorick Peterse2016-03-111-1/+1
* Use ILIKE/LIKE for searching CI runnersYorick Peterse2016-03-111-3/+17
* Fix Merge When Succeeded for multiple stagesKamil Trzcinski2016-02-191-4/+9
* Merge branch 'commit-status-fix' into 'master' Kamil TrzciƄski2016-02-191-4/+0
|\
| * Fix missing ignored? for GenericCommitStatuscommit-status-fixKamil Trzcinski2016-02-191-4/+0
* | Move build erasable implementation from concern to modelGrzegorz Bizon2016-02-192-39/+28
* | Fix name of build erasable, remove superfluous method from itGrzegorz Bizon2016-02-192-10/+4
* | Create method that checks if build has been erasedGrzegorz Bizon2016-02-191-4/+6
* | Remove boolean erase column from ci build and foreign keyGrzegorz Bizon2016-02-192-2/+0
* | Update relevant build fields when build is erasedGrzegorz Bizon2016-02-192-6/+19
* | Add build eraseable columns to ci builds tableGrzegorz Bizon2016-02-191-0/+3
* | Make CI build eraseable only if build is completedGrzegorz Bizon2016-02-192-1/+5
* | Add build eraseable feature implementationGrzegorz Bizon2016-02-191-3/+18
* | Move eraseable implementation to build concernGrzegorz Bizon2016-02-192-3/+17
* | Add methods to build eraseable componentGrzegorz Bizon2016-02-191-0/+3
|/
* Change interpolation to named placeholder in owned_or_shared scopeTomasz Maczukin2016-02-191-1/+1
* Add basic runners management APITomasz Maczukin2016-02-191-0/+6
* Use begin/end instead of defined?Jacob Vosmaer2016-02-021-5/+5
* Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into lazy-blobsJacob Vosmaer2016-02-011-4/+4
|\
| * Add method that calculates total size for artifacts subfolderci/recursive-artifacts-entriesKamil Trzcinski2016-01-201-4/+4
* | WIP lazy blobsJacob Vosmaer2016-02-011-1/+5
|/
* Merge branch 'ci/build_dependencies' into 'master' Douwe Maan2016-01-151-0/+8
|\
| * Let the CI runner know about builds that this build depends onci/build_dependenciesKamil Trzcinski2016-01-141-0/+8
* | Merge branch 'master' into ci/api-triggersTomasz Maczukin2016-01-141-13/+28
|\ \ | |/
| * Merge branch 'ci/view-build-artifacts' into 'master' Grzegorz Bizon2016-01-141-13/+28
| |\
| | * Improve readability of artifacts browser `Entry` related codeGrzegorz Bizon2016-01-141-2/+2
| | * Improvements, readability for artifacts browserGrzegorz Bizon2016-01-141-1/+1
| | * Render only valid paths in artifacts metadataGrzegorz Bizon2016-01-141-3/+1
| | * Simplify implementation of build artifacts browser (refactoring)Grzegorz Bizon2016-01-141-6/+4
| | * Extract artifacts metadata implementation to separate classGrzegorz Bizon2016-01-141-17/+3
| | * Improve path sanitization in `StringPath`Grzegorz Bizon2016-01-141-5/+5