summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix documentationbuilds-artifacts-APIKamil Trzcinski2016-02-191-2/+2
|
* Fix ci_build trace traitKamil Trzcinski2016-02-193-5/+5
|
* Fix APIKamil Trzcinski2016-02-191-2/+2
|
* Fix API implementationKamil Trzcinski2016-02-192-4/+2
|
* Fix specsKamil Trzcinski2016-02-192-60/+77
|
* Introduce API for serving the artifacts archiveKamil Trzcinski2016-02-195-0/+96
|
* Merge branch 'ci/remove-builds' into 'master' Grzegorz Bizon2016-02-1917-70/+385
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make it possible to erase build content (artifacts, trace) This feature makes it possible to remove build content - build artifacts and build traces. - [x] Remove artifacts - [x] Remove metadata - [x] Remove build traces - [x] Wait for https://dev.gitlab.org/gitlab/gitlabhq/merge_requests/1942 this to be merged - [x] Fix the permissions after the merge Closes #3421 See merge request !2560
| * Record user that erased a build through APIGrzegorz Bizon2016-02-192-1/+6
| |
| * Remove doubled entry from Changelog introduced by mergeGrzegorz Bizon2016-02-191-1/+0
| |
| * Fix feature tests for erasing buildGrzegorz Bizon2016-02-191-1/+2
| |
| * Use POST method instead of DELETE when erasing a buildGrzegorz Bizon2016-02-195-13/+13
| | | | | | | | | | Discussion: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/2560#note_3742042
| * Improve build view for erased build detailsGrzegorz Bizon2016-02-191-2/+6
| |
| * Move build erasable implementation from concern to modelGrzegorz Bizon2016-02-195-138/+128
| | | | | | | | | | Discussion: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/2560#note_3659905
| * Fix build api specs after rebaseGrzegorz Bizon2016-02-192-2/+2
| |
| * Fix Changelog entry for builds erasable after a rebaseGrzegorz Bizon2016-02-191-0/+1
| |
| * Use button groups in build summary for consistencyGrzegorz Bizon2016-02-191-12/+13
| |
| * Change build erase path to make it consistent with APIGrzegorz Bizon2016-02-191-1/+1
| |
| * Fix name of build erasable, remove superfluous method from itGrzegorz Bizon2016-02-197-43/+28
| |
| * Add API documentation for build erase endpointGrzegorz Bizon2016-02-191-0/+50
| |
| * Fix date in alert saying that build has been erasedGrzegorz Bizon2016-02-191-1/+1
| |
| * Move build eraseable API to proper API contextGrzegorz Bizon2016-02-194-31/+47
| |
| * Add Changelog entry for build eraseableGrzegorz Bizon2016-02-191-0/+1
| | | | | | | | [ ci skip]
| * Do not allow to modify build if it has been erasedGrzegorz Bizon2016-02-192-21/+38
| |
| * Use DELETE verb for erasing a build contentGrzegorz Bizon2016-02-196-11/+29
| | | | | | | | Also added API specs for that
| * And CI API endpoint where user can erase a buildGrzegorz Bizon2016-02-193-2/+21
| |
| * Create method that checks if build has been erasedGrzegorz Bizon2016-02-193-6/+23
| | | | | | | | + minor improvements
| * Remove boolean erase column from ci build and foreign keyGrzegorz Bizon2016-02-194-6/+0
| |
| * Show information indicating that build has been erasedGrzegorz Bizon2016-02-193-4/+14
| |
| * Update relevant build fields when build is erasedGrzegorz Bizon2016-02-194-15/+58
| |
| * Add build eraseable columns to ci builds tableGrzegorz Bizon2016-02-193-0/+16
| |
| * Add feature specs for build erase buttonGrzegorz Bizon2016-02-193-0/+25
| |
| * Make CI build eraseable only if build is completedGrzegorz Bizon2016-02-193-3/+7
| |
| * Add build eraseable feature implementationGrzegorz Bizon2016-02-195-11/+90
| |
| * Use build artifacts trait in build specsGrzegorz Bizon2016-02-191-22/+8
| |
| * Add artifacts trait to build factory in specsGrzegorz Bizon2016-02-191-1/+1
| |
| * Move eraseable implementation to build concernGrzegorz Bizon2016-02-194-47/+17
| |
| * Add methods to build eraseable componentGrzegorz Bizon2016-02-193-0/+47
| |
| * Add build remove button to build summary viewGrzegorz Bizon2016-02-192-17/+34
| |
* | Merge branch 'axil/gitlab-ce-mention-project-in-fork-notice' into 'master' Rémy Coutable2016-02-191-1/+1
|\ \ | |/ |/| | | | | | | | | | | | | | | | | Mention project name in fork notice _Originally opened at !1186 by @axil._ - - - I missed this one in !1070 See merge request !2897
| * Mention project name in fork noticeAchilleas Pipinellis2016-02-191-1/+1
|/
* Merge branch 'saml-decoupling' into 'master'Patricio Cano2016-02-198-27/+402
|\
| * Document true/false as supported value.saml-decouplingDouwe Maan2016-02-191-2/+2
| |
| * Make new `allow_single_sign_on` feature backwards compatiblePatricio Cano2016-02-183-4/+28
| |
| * Decouple SAML authentication from the default Omniauth logicPatricio Cano2016-02-188-27/+378
| |
* | Merge branch 'ci/api-runners' into 'master' Kamil Trzciński2016-02-1914-26/+1008
|\ \ | | | | | | | | | | | | | | | | | | Add runners API References #4264 See merge request !2640
| * | Rename Entities::ForkedFromProject to Entities::BasicProjectDetailsTomasz Maczukin2016-02-191-3/+3
| | |
| * | Add CHANGELOG entryTomasz Maczukin2016-02-191-0/+1
| | |
| * | Fix old usages of `ci_runner` factoryTomasz Maczukin2016-02-194-17/+17
| | |
| * | Refactorize `ci_runner` factory and `let` definitions in runners API specTomasz Maczukin2016-02-192-22/+18
| | |
| * | Change `last_contact` to `contacted_at`Tomasz Maczukin2016-02-192-3/+3
| | |