Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | 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 | |
| | | | | | | | | ||||||
| * | | | | | | | Replace Entities::RunnerProjectDetails with Entities::ForkedFromProject | Tomasz Maczukin | 2016-02-19 | 2 | -7/+5 | |
| | | | | | | | | ||||||
| * | | | | | | | Remove unnecessary parameters | Tomasz Maczukin | 2016-02-19 | 1 | -5/+5 | |
| | | | | | | | | ||||||
| * | | | | | | | Modify expectations for update runner feature | Tomasz Maczukin | 2016-02-19 | 1 | -4/+4 | |
| | | | | | | | | ||||||
| * | | | | | | | Change `.map{...}.inject{...}` to `any?{...}` for searching shared runners | Tomasz Maczukin | 2016-02-19 | 1 | -5/+5 | |
| | | | | | | | | ||||||
| * | | | | | | | Reorganize `let` statements in spec/requests/api/runners_spec.rb | Tomasz Maczukin | 2016-02-19 | 1 | -12/+29 | |
| | | | | | | | | ||||||
| * | | | | | | | Change interpolation to named placeholder in owned_or_shared scope | Tomasz Maczukin | 2016-02-19 | 1 | -1/+1 | |
| | | | | | | | | ||||||
| * | | | | | | | iChange `name` and `path` to `name_with_namespace` and `path_with_namespace` ↵ | Tomasz Maczukin | 2016-02-19 | 2 | -6/+6 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | in `RunnerProjectDetails` | |||||
| * | | | | | | | Update docummentation - specific runner enabling | Tomasz Maczukin | 2016-02-19 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip] | |||||
| * | | | | | | | Move :runner_id param to POST body when enabling specific runner in project | Tomasz Maczukin | 2016-02-19 | 2 | -9/+17 | |
| | | | | | | | | ||||||
| * | | | | | | | Add some modifications to spec/requests/api/runners_spec.rb | Tomasz Maczukin | 2016-02-19 | 1 | -88/+112 | |
| | | | | | | | | ||||||
| * | | | | | | | Modify and fix output of delete and update of a runner | Tomasz Maczukin | 2016-02-19 | 2 | -8/+10 | |
| | | | | | | | | ||||||
| * | | | | | | | Modify runner projects selecting method in runners API | Tomasz Maczukin | 2016-02-19 | 2 | -8/+4 | |
| | | | | | | | | ||||||
| * | | | | | | | Fix runners filtering | Tomasz Maczukin | 2016-02-19 | 2 | -4/+8 | |
| | | | | | | | | ||||||
| * | | | | | | | GET /runners is for specific runners only | Achilleas Pipinellis | 2016-02-19 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip] | |||||
| * | | | | | | | Limit projects to user available projects if user is not an admin | Tomasz Maczukin | 2016-02-19 | 2 | -2/+12 | |
| | | | | | | | | ||||||
| * | | | | | | | Modify authentication check methods in runners API | Tomasz Maczukin | 2016-02-19 | 1 | -24/+22 | |
| | | | | | | | | ||||||
| * | | | | | | | Add token to runner details output in API | Tomasz Maczukin | 2016-02-19 | 3 | -1/+3 | |
| | | | | | | | | ||||||
| * | | | | | | | More fixes in runners doc | Achilleas Pipinellis | 2016-02-19 | 1 | -8/+13 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip] | |||||
| * | | | | | | | Correct PRIVATE-TOKEN to use dash instead of underscore | Achilleas Pipinellis | 2016-02-19 | 1 | -8/+8 | |
| | | | | | | | | ||||||
| * | | | | | | | Note that `ci/api/runners.rb` is still used | Achilleas Pipinellis | 2016-02-19 | 1 | -2/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip] | |||||
| * | | | | | | | Add associated project info to runner details output | Tomasz Maczukin | 2016-02-19 | 2 | -0/+14 | |
| | | | | | | | | ||||||
| * | | | | | | | Fix runners API spec | Tomasz Maczukin | 2016-02-19 | 1 | -11/+11 | |
| | | | | | | | | ||||||
| * | | | | | | | Split `/runners` entrypoint to `/runners` and `/runners/all` | Tomasz Maczukin | 2016-02-19 | 3 | -22/+108 | |
| | | | | | | | | ||||||
| * | | | | | | | Add some fixes in runners API documentation | Tomasz Maczukin | 2016-02-19 | 2 | -6/+6 | |
| | | | | | | | | ||||||
| * | | | | | | | Add `Example response` above each json output | Achilleas Pipinellis | 2016-02-19 | 1 | -7/+21 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ci skip] |