summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | 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
| | | | | | | |
| * | | | | | | Replace Entities::RunnerProjectDetails with Entities::ForkedFromProjectTomasz Maczukin2016-02-192-7/+5
| | | | | | | |
| * | | | | | | Remove unnecessary parametersTomasz Maczukin2016-02-191-5/+5
| | | | | | | |
| * | | | | | | Modify expectations for update runner featureTomasz Maczukin2016-02-191-4/+4
| | | | | | | |
| * | | | | | | Change `.map{...}.inject{...}` to `any?{...}` for searching shared runnersTomasz Maczukin2016-02-191-5/+5
| | | | | | | |
| * | | | | | | Reorganize `let` statements in spec/requests/api/runners_spec.rbTomasz Maczukin2016-02-191-12/+29
| | | | | | | |
| * | | | | | | Change interpolation to named placeholder in owned_or_shared scopeTomasz Maczukin2016-02-191-1/+1
| | | | | | | |
| * | | | | | | iChange `name` and `path` to `name_with_namespace` and `path_with_namespace` ↵Tomasz Maczukin2016-02-192-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | in `RunnerProjectDetails`
| * | | | | | | Update docummentation - specific runner enablingTomasz Maczukin2016-02-191-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip]
| * | | | | | | Move :runner_id param to POST body when enabling specific runner in projectTomasz Maczukin2016-02-192-9/+17
| | | | | | | |
| * | | | | | | Add some modifications to spec/requests/api/runners_spec.rbTomasz Maczukin2016-02-191-88/+112
| | | | | | | |
| * | | | | | | Modify and fix output of delete and update of a runnerTomasz Maczukin2016-02-192-8/+10
| | | | | | | |
| * | | | | | | Modify runner projects selecting method in runners APITomasz Maczukin2016-02-192-8/+4
| | | | | | | |
| * | | | | | | Fix runners filteringTomasz Maczukin2016-02-192-4/+8
| | | | | | | |
| * | | | | | | GET /runners is for specific runners onlyAchilleas Pipinellis2016-02-191-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip]
| * | | | | | | Limit projects to user available projects if user is not an adminTomasz Maczukin2016-02-192-2/+12
| | | | | | | |
| * | | | | | | Modify authentication check methods in runners APITomasz Maczukin2016-02-191-24/+22
| | | | | | | |
| * | | | | | | Add token to runner details output in APITomasz Maczukin2016-02-193-1/+3
| | | | | | | |
| * | | | | | | More fixes in runners docAchilleas Pipinellis2016-02-191-8/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip]
| * | | | | | | Correct PRIVATE-TOKEN to use dash instead of underscoreAchilleas Pipinellis2016-02-191-8/+8
| | | | | | | |
| * | | | | | | Note that `ci/api/runners.rb` is still usedAchilleas Pipinellis2016-02-191-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip]
| * | | | | | | Add associated project info to runner details outputTomasz Maczukin2016-02-192-0/+14
| | | | | | | |
| * | | | | | | Fix runners API specTomasz Maczukin2016-02-191-11/+11
| | | | | | | |
| * | | | | | | Split `/runners` entrypoint to `/runners` and `/runners/all`Tomasz Maczukin2016-02-193-22/+108
| | | | | | | |
| * | | | | | | Add some fixes in runners API documentationTomasz Maczukin2016-02-192-6/+6
| | | | | | | |
| * | | | | | | Add `Example response` above each json outputAchilleas Pipinellis2016-02-191-7/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip]