summaryrefslogtreecommitdiff
path: root/spec/requests/api
Commit message (Expand)AuthorAgeFilesLines
* support ordering of project notes in notes apihaseeb2017-11-291-0/+124
* Merge branch 'gitaly-ssh-upload-pack-opt-out' into 'master'Sean McGivern2017-11-291-6/+2
|\
| * SSHUploadPack over Gitaly is now OptOutgitaly-ssh-upload-pack-opt-outKim "BKC" Carlbäcker2017-11-291-6/+2
* | Merge branch 'tm/feature/list-runners-jobs-api' into 'master'Kamil Trzciński2017-11-281-0/+134
|\ \
| * | Refactorize jobs finding logicTomasz Maczukin2017-11-281-4/+4
| * | Use 'set' instead of 'let!' when it's possibleTomasz Maczukin2017-11-281-1/+1
| * | Allow filtering by 'status'Tomasz Maczukin2017-11-281-4/+46
| * | Add information about projectTomasz Maczukin2017-11-281-4/+4
| * | Add new API endpoint - list jobs of a specified runnerTomasz Maczukin2017-11-281-0/+92
| |/
* | Introduce :read_namespace access policy for namespace and groupTomasz Maczukin2017-11-231-10/+48
* | Allow request namespace by ID or pathTomasz Maczukin2017-11-231-11/+27
* | Add new API endpoint - get a namespace by IDTomasz Maczukin2017-11-231-0/+69
|/
* Allow password authentication to be disabled entirelyMarkus Koller2017-11-232-5/+5
* Improve output for extra queries in specsimprove-extra-queries-outputSean McGivern2017-11-221-3/+3
* Add FetchSourceBranch Gitaly callJacob Vosmaer (GitLab)2017-11-222-2/+2
* Skip confirmation user apiDaniel Juarez2017-11-211-0/+8
* Merge branch '18040-rubocop-line-break-after-guard-clause' into 'master'Rémy Coutable2017-11-202-0/+4
|\
| * Adds Rubocop rule for line break after guard clauseJacopo2017-11-162-0/+4
* | Moved Exceptions to Gitlab::AuthFrancisco Lopez2017-11-171-4/+4
* | Moving exceptions to UserAuthFindersFrancisco Lopez2017-11-171-4/+4
* | Homogenising the type of the request handled by UserAuthFinder. Also tests fixedFrancisco Lopez2017-11-171-16/+21
* | First refactorFrancisco Lopez2017-11-171-0/+1
* | Use relative git object paths to construct absolute ones before setting Envfix/git-env-repo-pathsAhmad Sherif2017-11-141-10/+36
|/
* Merge branch 'fix/sm/31771-do-not-allow-jobs-to-be-erased-new' into 'master'Kamil Trzciński2017-11-142-0/+23
|\
| * Reduce changesfix/sm/31771-do-not-allow-jobs-to-be-erased-newShinya Maeda2017-11-071-28/+23
| * Improve specShinya Maeda2017-11-071-19/+43
| * Merge branch 'master' into fix/sm/31771-do-not-allow-jobs-to-be-erased-newShinya Maeda2017-11-076-18/+50
| |\
| * | Add doc. Fix spec. Add erase_build in protected_ref ruleShinya Maeda2017-11-072-0/+4
* | | Add administrative endpoint to list all pages domainsTravis Miller2017-11-131-0/+47
* | | Add /groups/:id/subgroups endpoint to APIWinnie Hellmann2017-11-091-0/+136
* | | Merge branch '39895-cant-set-mattermost-username-channel-from-api' into 'master'Rémy Coutable2017-11-091-0/+21
|\ \ \
| * | | Fix acceptance of username for Mattermost service update via APIMark Fletcher2017-11-081-0/+21
| | |/ | |/|
* | | Merge branch '36099-api-responses-missing-x-content-type-options-header' into...Douwe Maan2017-11-081-0/+6
|/ /
* | Merge branch 'feature/custom-attributes-on-projects-and-groups' into 'master'Rémy Coutable2017-11-073-1/+17
|\ \
| * | Support custom attributes on groupsMarkus Koller2017-11-061-0/+10
| * | Support custom attributes on projectsMarkus Koller2017-11-062-1/+7
| |/
* | Merge branch 'add-changes-count-to-merge-requests-api' into 'master'Rémy Coutable2017-11-071-12/+22
|\ \
| * | Add changes_count to the merge requests APIadd-changes-count-to-merge-requests-apiSean McGivern2017-11-031-12/+22
| |/
* | Merge branch 'remove-ensure-ref-fetched-from-controllers' into 'master'Sean McGivern2017-11-062-4/+0
|\ \
| * | ignore the column before the migrationmicael.bergeron2017-11-062-4/+0
| |/
* | Expose `duration` in Job API entityMehdi Lahmam2017-11-051-1/+11
|/
* Update specs for sudo behaviorDouwe Maan2017-11-021-235/+144
* Add sudo API scopeDouwe Maan2017-11-023-10/+10
* Remove authentication using user.private_tokenDouwe Maan2017-11-023-76/+5
* Remove Session APIDouwe Maan2017-11-021-107/+0
* Fix namespacing for MergeWhenPipelineSucceedsService in MR APIMark Fletcher2017-10-301-0/+24
* Ci::Build tag is a trait instead of an own factoryZeger-Jan van de Weg2017-10-301-8/+8
* Merge branch '23000-pages-api' into 'master'Grzegorz Bizon2017-10-241-0/+440
|\
| * Add pages domains API testsTravis Miller2017-10-221-0/+440
* | Refactor `have_http_status` into `have_gitlab_http_status` in the specsJacopo2017-10-2081-2014/+2014
|/