summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Move :runner_id param to POST body when enabling specific runner in projectTomasz Maczukin2016-02-191-8/+14
* Add some modifications to spec/requests/api/runners_spec.rbTomasz Maczukin2016-02-191-88/+112
* Fix runners filteringTomasz Maczukin2016-02-191-2/+2
* Fix runners API specTomasz Maczukin2016-02-191-11/+11
* Split `/runners` entrypoint to `/runners` and `/runners/all`Tomasz Maczukin2016-02-191-11/+43
* Fix runners filtering in APITomasz Maczukin2016-02-191-17/+24
* Add feature to enable/disable runner in projectTomasz Maczukin2016-02-191-0/+102
* Add basic runners management APITomasz Maczukin2016-02-191-0/+278
* Merge branch 'rs-emoji' into 'master' Douwe Maan2016-02-192-3/+3
|\
| * Fix specs expecting `emoji/` in image pathRobert Speicher2016-02-132-3/+3
* | Merge branch 'rs-show-owner-label' into 'master' Douwe Maan2016-02-191-8/+18
|\ \
| * | Allow `ProjectTeam#human_max_access` to return "Owner"rs-show-owner-labelRobert Speicher2016-02-181-8/+18
* | | Revert "Merge branch 'saml-decoupling' into 'master' "Douwe Maan2016-02-182-274/+3
|/ /
* | Merge branch 'saml-decoupling' into 'master' Robert Speicher2016-02-182-3/+274
|\ \
| * | Decouple SAML authentication from the default Omniauth logicPatricio Cano2016-02-182-3/+274
* | | Merge branch 'autocrlf-lazy' into 'master' Robert Speicher2016-02-181-2/+57
|\ \ \ | |/ / |/| |
| * | Handle raw_repository returning nil in exists?autocrlf-lazyYorick Peterse2016-02-181-0/+6
| * | Added specs for Repository#exists?Yorick Peterse2016-02-181-0/+13
| * | Only set autocrlf when creating/updating filesYorick Peterse2016-02-181-2/+38
* | | Merge branch 'fix/ci-first-job-allow-failure' into 'master' Kamil Trzciński2016-02-184-0/+114
|\ \ \ | |/ / |/| |
| * | Add specs covering bug in build allowed to fail caseGrzegorz Bizon2016-02-181-0/+29
| * | Fix builds scheduler when first build is allowed to failGrzegorz Bizon2016-02-182-0/+32
| * | Add specs for build status helper classGrzegorz Bizon2016-02-183-3/+36
| * | Return a builds array in builds create serviceGrzegorz Bizon2016-02-181-0/+20
* | | Merge branch 'fix/gitpushservice-complexity-issue' into 'master' Douwe Maan2016-02-181-32/+41
|\ \ \ | |/ / |/| |
| * | refactored specJames Lopez2016-02-171-9/+12
| * | refactored some stuff based on MR feedbackJames Lopez2016-02-171-54/+30
| * | refactored GitPushService and updated specJames Lopez2016-02-151-24/+24
| * | attempt to reduce code complexity on GitPushService#executeJames Lopez2016-02-111-26/+56
* | | Reopened MRs should also be considered as open.issue_13539Rubén Dávila2016-02-171-0/+34
* | | Merge branch 'see-and-sort-on-vote-count-mr-issues' into 'master' Douwe Maan2016-02-171-0/+14
|\ \ \
| * | | Add ability to see and sort on vote count from Issues and MR listssee-and-sort-on-vote-count-mr-issuesDouglas Barbosa Alexandre2016-02-171-0/+14
* | | | Merge branch 'git-archive-refactor' into 'master' Douwe Maan2016-02-175-36/+47
|\ \ \ \
| * \ \ \ Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into git-arc...git-archive-refactorJacob Vosmaer2016-02-174-9/+54
| |\ \ \ \
| * | | | | Add newlineJacob Vosmaer2016-02-171-1/+1
| * | | | | Merge branch 'master' of https://gitlab.com/gitlab-org/gitlab-ce into git-arc...Jacob Vosmaer2016-02-1749-589/+1440
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | Fix APIJacob Vosmaer2016-02-112-3/+26
| * | | | | First version of "git archive" headersJacob Vosmaer2016-02-023-33/+21
* | | | | | Merge branch 'fix/13367-redirect-to-project-page-if-no-import' into 'master' Douwe Maan2016-02-171-0/+12
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | Redirect /import to project page if no importing at all and repo existsfix/13367-redirect-to-project-page-if-no-importRémy Coutable2016-02-171-0/+12
| | |/ / / | |/| | |
* | | | | Merge branch 'rs-issue-13469' into 'master' Douwe Maan2016-02-171-9/+12
|\ \ \ \ \
| * | | | | Handle nil commits in Gitlab::PushDataBuilder.buildrs-issue-13469Robert Speicher2016-02-151-9/+12
* | | | | | Expire caches after forking/importing a repositoryYorick Peterse2016-02-173-0/+42
| |/ / / / |/| | | |
* | | | | Merge branch 'bugagazavr/gitlab-ce-extend-hooks' into 'master' Douwe Maan2016-02-165-26/+81
|\ \ \ \ \
| * | | | | Add new data to project in push, issue, merge-request and note webhooks databugagazavr/gitlab-ce-extend-hooksKirill Zaitsev2016-02-115-26/+81
| | |_|/ / | |/| | |
* | | | | Merge branch 'fix/cross-reference-notes-forks' into 'master' Douwe Maan2016-02-161-0/+15
|\ \ \ \ \
| * | | | | updated system note service and spec based on feedbackJames Lopez2016-02-161-4/+0
| * | | | | fix rubocop warningJames Lopez2016-02-121-2/+4
| * | | | | woo hoo - getting there with the cross-reference issue. Should fix the proble...James Lopez2016-02-121-4/+6
| * | | | | Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into fix/cross-refer...James Lopez2016-02-128-33/+132
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |