Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix documentationbuilds-artifacts-API | Kamil Trzcinski | 2016-02-19 | 1 | -2/+2 |
| | |||||
* | Fix ci_build trace trait | Kamil Trzcinski | 2016-02-19 | 3 | -5/+5 |
| | |||||
* | Fix API | Kamil Trzcinski | 2016-02-19 | 1 | -2/+2 |
| | |||||
* | Fix API implementation | Kamil Trzcinski | 2016-02-19 | 2 | -4/+2 |
| | |||||
* | Fix specs | Kamil Trzcinski | 2016-02-19 | 2 | -60/+77 |
| | |||||
* | Introduce API for serving the artifacts archive | Kamil Trzcinski | 2016-02-19 | 5 | -0/+96 |
| | |||||
* | Merge branch 'ci/remove-builds' into 'master' | Grzegorz Bizon | 2016-02-19 | 17 | -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 API | Grzegorz Bizon | 2016-02-19 | 2 | -1/+6 |
| | | |||||
| * | Remove doubled entry from Changelog introduced by merge | Grzegorz Bizon | 2016-02-19 | 1 | -1/+0 |
| | | |||||
| * | Fix feature tests for erasing build | Grzegorz Bizon | 2016-02-19 | 1 | -1/+2 |
| | | |||||
| * | Use POST method instead of DELETE when erasing a build | Grzegorz Bizon | 2016-02-19 | 5 | -13/+13 |
| | | | | | | | | | | Discussion: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/2560#note_3742042 | ||||
| * | Improve build view for erased build details | Grzegorz Bizon | 2016-02-19 | 1 | -2/+6 |
| | | |||||
| * | Move build erasable implementation from concern to model | Grzegorz Bizon | 2016-02-19 | 5 | -138/+128 |
| | | | | | | | | | | Discussion: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/2560#note_3659905 | ||||
| * | Fix build api specs after rebase | Grzegorz Bizon | 2016-02-19 | 2 | -2/+2 |
| | | |||||
| * | Fix Changelog entry for builds erasable after a rebase | Grzegorz Bizon | 2016-02-19 | 1 | -0/+1 |
| | | |||||
| * | Use button groups in build summary for consistency | Grzegorz Bizon | 2016-02-19 | 1 | -12/+13 |
| | | |||||
| * | Change build erase path to make it consistent with API | Grzegorz Bizon | 2016-02-19 | 1 | -1/+1 |
| | | |||||
| * | Fix name of build erasable, remove superfluous method from it | Grzegorz Bizon | 2016-02-19 | 7 | -43/+28 |
| | | |||||
| * | Add API documentation for build erase endpoint | Grzegorz Bizon | 2016-02-19 | 1 | -0/+50 |
| | | |||||
| * | Fix date in alert saying that build has been erased | Grzegorz Bizon | 2016-02-19 | 1 | -1/+1 |
| | | |||||
| * | Move build eraseable API to proper API context | Grzegorz Bizon | 2016-02-19 | 4 | -31/+47 |
| | | |||||
| * | Add Changelog entry for build eraseable | Grzegorz Bizon | 2016-02-19 | 1 | -0/+1 |
| | | | | | | | | [ ci skip] | ||||
| * | Do not allow to modify build if it has been erased | Grzegorz Bizon | 2016-02-19 | 2 | -21/+38 |
| | | |||||
| * | Use DELETE verb for erasing a build content | Grzegorz Bizon | 2016-02-19 | 6 | -11/+29 |
| | | | | | | | | Also added API specs for that | ||||
| * | And CI API endpoint where user can erase a build | Grzegorz Bizon | 2016-02-19 | 3 | -2/+21 |
| | | |||||
| * | Create method that checks if build has been erased | Grzegorz Bizon | 2016-02-19 | 3 | -6/+23 |
| | | | | | | | | + minor improvements | ||||
| * | Remove boolean erase column from ci build and foreign key | Grzegorz Bizon | 2016-02-19 | 4 | -6/+0 |
| | | |||||
| * | Show information indicating that build has been erased | Grzegorz Bizon | 2016-02-19 | 3 | -4/+14 |
| | | |||||
| * | Update relevant build fields when build is erased | Grzegorz Bizon | 2016-02-19 | 4 | -15/+58 |
| | | |||||
| * | Add build eraseable columns to ci builds table | Grzegorz Bizon | 2016-02-19 | 3 | -0/+16 |
| | | |||||
| * | Add feature specs for build erase button | Grzegorz Bizon | 2016-02-19 | 3 | -0/+25 |
| | | |||||
| * | Make CI build eraseable only if build is completed | Grzegorz Bizon | 2016-02-19 | 3 | -3/+7 |
| | | |||||
| * | Add build eraseable feature implementation | Grzegorz Bizon | 2016-02-19 | 5 | -11/+90 |
| | | |||||
| * | Use build artifacts trait in build specs | Grzegorz Bizon | 2016-02-19 | 1 | -22/+8 |
| | | |||||
| * | Add artifacts trait to build factory in specs | Grzegorz Bizon | 2016-02-19 | 1 | -1/+1 |
| | | |||||
| * | Move eraseable implementation to build concern | Grzegorz Bizon | 2016-02-19 | 4 | -47/+17 |
| | | |||||
| * | Add methods to build eraseable component | Grzegorz Bizon | 2016-02-19 | 3 | -0/+47 |
| | | |||||
| * | Add build remove button to build summary view | Grzegorz Bizon | 2016-02-19 | 2 | -17/+34 |
| | | |||||
* | | Merge branch 'axil/gitlab-ce-mention-project-in-fork-notice' into 'master' | Rémy Coutable | 2016-02-19 | 1 | -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 notice | Achilleas Pipinellis | 2016-02-19 | 1 | -1/+1 |
|/ | |||||
* | Merge branch 'saml-decoupling' into 'master' | Patricio Cano | 2016-02-19 | 8 | -27/+402 |
|\ | |||||
| * | Document true/false as supported value.saml-decoupling | Douwe Maan | 2016-02-19 | 1 | -2/+2 |
| | | |||||
| * | Make new `allow_single_sign_on` feature backwards compatible | Patricio Cano | 2016-02-18 | 3 | -4/+28 |
| | | |||||
| * | Decouple SAML authentication from the default Omniauth logic | Patricio Cano | 2016-02-18 | 8 | -27/+378 |
| | | |||||
* | | Merge branch 'ci/api-runners' into 'master' | Kamil Trzciński | 2016-02-19 | 14 | -26/+1008 |
|\ \ | | | | | | | | | | | | | | | | | | | Add runners API References #4264 See merge request !2640 | ||||
| * | | Rename Entities::ForkedFromProject to Entities::BasicProjectDetails | Tomasz Maczukin | 2016-02-19 | 1 | -3/+3 |
| | | | |||||
| * | | Add CHANGELOG entry | Tomasz Maczukin | 2016-02-19 | 1 | -0/+1 |
| | | | |||||
| * | | Fix old usages of `ci_runner` factory | Tomasz Maczukin | 2016-02-19 | 4 | -17/+17 |
| | | | |||||
| * | | Refactorize `ci_runner` factory and `let` definitions in runners API spec | Tomasz Maczukin | 2016-02-19 | 2 | -22/+18 |
| | | | |||||
| * | | Change `last_contact` to `contacted_at` | Tomasz Maczukin | 2016-02-19 | 2 | -3/+3 |
| | | |