summaryrefslogtreecommitdiff
path: root/app/models/ci
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * Parse artifacts metadata stored in JSON formatGrzegorz Bizon2016-01-141-5/+6
| | * Use metadata stored in artifacats metadata fileGrzegorz Bizon2016-01-141-2/+17
| | * Add artifacts metadata uploader filedGrzegorz Bizon2016-01-141-3/+5
| | * Make some conditions in `Ci::Build` more readableGrzegorz Bizon2016-01-141-4/+6
| | * Add method that checks if artifacts browser is supportedGrzegorz Bizon2016-01-141-0/+6
| | * Update specs for CI Build, add `artifacts?` methodGrzegorz Bizon2016-01-141-12/+14
| | * Rename method that returns url to CI build artifacts downloadGrzegorz Bizon2016-01-141-1/+1
| | * Mix `url_helpers` into `Ci::Build`Grzegorz Bizon2016-01-141-10/+6
| | * Add button to CI build artifacts browser into build summaryGrzegorz Bizon2016-01-141-0/+7
| | * Remove artifacts metadata column from databaseGrzegorz Bizon2016-01-141-2/+4
| | * Add view action to artifacts controllerGrzegorz Bizon2016-01-141-2/+0
| | * Move build artifacts implementation to separate controllerGrzegorz Bizon2016-01-141-1/+1
| | * Add `artifacts_metadata` field to `Ci::Build`Grzegorz Bizon2016-01-141-0/+2
* | | Merge branch 'master' into ci/api-triggersTomasz Maczukin2016-01-141-1/+5
|\ \ \ | |/ /
| * | Merge branch '8-4-stable' into ci/api-variablesTomasz Maczukin2016-01-134-17/+18
| |\ \ | | |/
| * | Change :variable_id to :key as resource ID in APITomasz Maczukin2016-01-071-1/+5
| * | Add features for list and show details of variables in APITomasz Maczukin2015-12-311-0/+1