summaryrefslogtreecommitdiff
path: root/spec/requests/api
Commit message (Expand)AuthorAgeFilesLines
* Add merge requests list endpoint for groupsFelipe Artur2018-05-311-213/+29
* Removed API endpoint and specsfj-36819-remove-v3-apiFrancisco Javier López2018-05-3033-10230/+0
* Merge branch 'sh-use-grape-path-helpers' into 'master'Sean McGivern2018-05-301-0/+12
|\
| * Replace grape-route-helpers with our own grape-path-helpersStan Hu2018-05-301-0/+12
* | Merge branch 'blackst0ne-squash-and-merge-in-gitlab-core-ce' into 'master'Phil Hughes2018-05-302-2/+38
|\ \ | |/ |/|
| * Add 'squash and rebase' feature to CEblackst0ne-squash-and-merge-in-gitlab-core-ceblackst0ne2018-05-292-2/+38
* | Merge remote-tracking branch 'dev/master'Mayra Cabrera2018-05-291-1/+39
|\ \
| * \ Merge branch 'security-dm-delete-deploy-key' into 'master'Mayra Cabrera2018-05-291-1/+39
| |\ \
| | * | Fix API to remove deploy key from project instead of deleting it entirelyDouwe Maan2018-05-041-1/+39
* | | | Ensure ApplicationSetting#performance_bar_allowed_group_id is properly set wh...Rémy Coutable2018-05-291-1/+25
* | | | Merge branch 'add-artifacts_expire_at-to-api' into 'master'Grzegorz Bizon2018-05-291-1/+7
|\ \ \ \ | |_|_|/ |/| | |
| * | | Expose artifacts_expire_at field for job entity in apiSemyon Pupkov2018-05-261-1/+7
* | | | Merge branch 'patch-28' into 'master'Kamil Trzciński2018-05-281-1/+1
|\ \ \ \
| * | | | Fix specShinya Maeda2018-05-281-1/+1
* | | | | Merge branch 'ignore-writing-trace-if-it-already-archived' into 'master'Kamil Trzciński2018-05-281-0/+15
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | Revise spec context wordingShinya Maeda2018-05-281-1/+1
| * | | | Add specShinya Maeda2018-05-281-0/+15
| |/ / /
* | | | Merge branch 'bvl-add-username-to-terms-message' into 'master'Douwe Maan2018-05-281-1/+1
|\ \ \ \
| * | | | Add username to terms message in git and API callsbvl-add-username-to-terms-messageBob Van Landuyt2018-05-241-1/+1
| | |/ / | |/| |
* | | | Merge branch 'zj-internal-repo-path' into 'master'Grzegorz Bizon2018-05-281-6/+6
|\ \ \ \ | |_|/ / |/| | |
| * | | Return '/' as a bogus repo path to gitlab-shellzj-internal-repo-pathJacob Vosmaer2018-05-251-4/+4
| * | | Don't pass the repository path to Gitlab ShellZeger-Jan van de Weg2018-05-171-6/+6
* | | | Replace Gitlab::REVISION with Gitlab.revision and handle installations withou...46600-fix-gitlab-revision-when-not-in-git-repoRémy Coutable2018-05-241-1/+1
| |/ / |/| |
* | | Merge branch '22846-notifications-broken-during-email-address-change-before-e...Douwe Maan2018-05-221-15/+12
|\ \ \
| * | | Don't set the notification_email when only unconfirmed_email is changed22846-notifications-broken-during-email-address-change-before-email-confirmedRémy Coutable2018-05-221-15/+12
* | | | Expose readme url in Project APIImre Farkas2018-05-223-4/+5
|/ / /
* | | Merge branch 'create-live-trace-only-if-job-is-complete' into 'master'Kamil Trzciński2018-05-211-0/+16
|\ \ \
| * | | Add test for the cancelled jobsShinya Maeda2018-05-211-0/+16
* | | | Merge branch '44799-api-naming-issue-scope' into 'master'Rémy Coutable2018-05-212-138/+96
|\ \ \ \ | |/ / / |/| | |
| * | | Add created_by_me and assigned_to_me scopes44799-api-naming-issue-scopeMark Chao2018-05-212-138/+96
* | | | Resolve "Expand API: Render an arbitrary Markdown document"blackst0ne2018-05-181-0/+112
* | | | Move API group deletion to SidekiqStan Hu2018-05-182-6/+11
| |/ / |/| |
* | | Allow admin to assign shared runner to project through APIDylan Griffith2018-05-161-0/+9
* | | Allow group runners to be viewed/edited in APIDylan Griffith2018-05-161-2/+2
* | | Remove authentication for readonly endpoints in issues APIhaseeb2018-05-151-118/+182
|/ /
* | Block access to API & git when terms are enforcedBob Van Landuyt2018-05-101-0/+18
* | Support 'active' setting on Runner Registration API endpointTomasz Maczukin2018-05-091-0/+23
* | Expose runner ip address to runners APILars Greiss2018-05-081-0/+5
* | Bump Gitaly to 0.98.0Zeger-Jan van de Weg2018-05-072-18/+18
* | Enforce proper 416 support for runner trace patch endpointKamil Trzciński2018-05-071-8/+6
* | Merge branch 'master' into live-trace-v2Shinya Maeda2018-05-074-73/+117
|\ \
| * | Backports every CE related change from ee-44542 to CETiago Botelho2018-05-041-2/+3
| * | Store application wide termsBob Van Landuyt2018-05-041-1/+5
| |/
| * Merge branch 'master' into feature/runner-per-groupDylan Griffith2018-05-034-13/+34
| |\
| * | Make assertions about runner_type in spec/requests/api/runner_spec.rbDylan Griffith2018-05-031-4/+9
| * | Remove unnecessary API specs for group runners since we do not have API suppo...Dylan Griffith2018-04-301-78/+1
| * | Merge branch 'master' into siemens-runner-per-groupDylan Griffith2018-04-242-1/+14
| |\ \
| * | | runner can't be assigned to more than 1 groupAlexis Reigel2018-04-231-8/+1
| * | | disallow group runners to become project runnersAlexis Reigel2018-04-231-0/+6
| * | | revert support for v3 apiAlexis Reigel2018-04-231-45/+12