summaryrefslogtreecommitdiff
path: root/spec/requests/api/v3
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-7-stable-eev13.7.0-rc42GitLab Bot2020-12-171-2/+2
* Add latest changes from gitlab-org/gitlab@13-4-stable-eeGitLab Bot2020-09-191-0/+516
* Removed API endpoint and specsfj-36819-remove-v3-apiFrancisco Javier López2018-05-3033-10230/+0
* Add 'squash and rebase' feature to CEblackst0ne-squash-and-merge-in-gitlab-core-ceblackst0ne2018-05-291-1/+19
* Expose readme url in Project APIImre Farkas2018-05-221-1/+1
* Move API group deletion to SidekiqStan Hu2018-05-181-3/+5
* [Rails5] Fix `undefined method 'downcase'` errors in requests specsblackst0ne2018-04-291-2/+2
* Correct permissions for creating merge requests from issuesBob Van Landuyt2018-04-111-2/+2
* Merge remote-tracking branch 'origin/master' into 40781-os-to-ceMicaël Bergeron2018-03-221-1/+1
|\
| * Fix test failures with licensee 8.9Pirate Praveen2018-03-201-1/+1
* | Merge remote-tracking branch 'origin/master' into 40781-os-to-ceMicaël Bergeron2018-03-081-1/+5
|\ \ | |/
| * align "confidential issues events" implementation with "issues events" oneJean-Baptiste Guerraz2018-03-011-1/+5
* | Merge remote-tracking branch 'origin/master' into object-storage-ee-to-ce-bac...object-storage-ee-to-ce-backportKamil Trzciński2018-02-283-31/+13
|\ \ | |/
| * Adjust the API issues move spec to use project ID 0Stan Hu2018-02-261-2/+2
| * Remove extraneous tests from Issues API specrs-over-testingRobert Speicher2018-02-191-25/+1
| * Fix order dependencies in some specsNick Thomas2018-02-162-2/+2
| * Merge branch 'security-10-4-todo-api-reveals-sensitive-information' into 'sec...Robert Speicher2018-02-091-0/+6
| * Use hashed storage in the specs40744-hashed-storage-specsNick Thomas2018-02-071-2/+2
* | Merge commit '7e424eb852716495073881710e8a8851b4a4cd5a' into object-storage-e...Kamil Trzciński2018-02-281-2/+0
|\ \ | |/
| * Refactor :trace to :trace_live in specShinya Maeda2018-02-061-4/+4
| * use Gitlab::UserSettings directly as a singleton instead of including/extendi...Mario de la Ossa2018-02-021-2/+0
* | Merge commit '8af23def1d6' into object-storage-ee-to-ce-backportKamil Trzciński2018-02-285-18/+91
|\ \ | |/
| * Make those files as close as EE to reduce conflicts4635-unify-jobs-and-builds-sepcLin Jen-Shin2018-01-311-22/+32
| * Don't allow Repository#log with limit zeroJacob Vosmaer (GitLab)2018-01-291-3/+3
| * Merge branch '41673-blank-query-members-api' into 'master'Rémy Coutable2018-01-221-0/+10
| |\
| | * Fix error on empty query for Members APIMark Fletcher2018-01-211-0/+10
| * | Update rubocop, rubocop-rspec, and gitlab-styles42187-update-gitlab-styles-to-2-3-0Rémy Coutable2018-01-181-1/+1
| |/
| * Merge branch 'sh-migrate-can-push-to-deploy-keys-projects-10-3' into 'securit...Douwe Maan2018-01-161-1/+1
| * Merge branch '41567-projectfix' into 'security-10-3'Sean McGivern2018-01-161-7/+19
| * Extend N+1 Builds and Jobs API specsMatija Čupić2018-01-151-1/+12
| * Add n plus one spec for v3 builds apiMatija Čupić2018-01-131-2/+14
| * Add option to disable commit stats to commit APIFrancisco Javier López2018-01-091-0/+27
* | Merge branch 'feature/sm/artifacts-trace-ee' into 'master'Kamil Trzciński2018-02-281-4/+4
* | Merge commit '4b92efd90cedaa0aff218d11fdce279701128bea' into object-storage-e...Kamil Trzciński2018-02-2819-44/+48
|\ \ | |/
| * Merge branch 'osw-introduce-merge-request-statistics' into 'master'Sean McGivern2018-01-042-2/+2
| |\
| | * Cache merged and closed events data in merge_request_metrics tableOswaldo Ferreira2018-01-022-2/+2
| * | 41054-Disallow creation of new Kubernetes integrationsMayra Cabrera2018-01-041-0/+4
| |/
| * Replace '.team << [user, role]' with 'add_role(user)' in specs36782-replace-team-user-role-with-add_role-user-in-specsblackst0ne2017-12-2218-42/+42
* | Merge branch 'zj-multiple-artifacts-ee' into 'master'Grzegorz Bizon2018-02-281-3/+13
* | Merge commit '7fabc892f251740dbd9a4755baede662e6854870' into object-storage-e...Kamil Trzciński2018-02-284-3/+7
|\ \ | |/
| * Allow password authentication to be disabled entirelyMarkus Koller2017-11-231-2/+2
| * Add FetchSourceBranch Gitaly callJacob Vosmaer (GitLab)2017-11-221-1/+1
| * Adds Rubocop rule for line break after guard clauseJacopo2017-11-161-0/+2
| * Merge branch 'master' into fix/sm/31771-do-not-allow-jobs-to-be-erased-newShinya Maeda2017-11-071-2/+0
| |\
| * | Add doc. Fix spec. Add erase_build in protected_ref ruleShinya Maeda2017-11-071-0/+2
* | | Merge commit 'f2f58a60b76acd479e37bdbc9246ec9f9b2bea82' into object-storage-e...Kamil Trzciński2018-02-2832-777/+776
|\ \ \ | | |/ | |/|
| * | ignore the column before the migrationmicael.bergeron2017-11-061-2/+0
| |/
| * Refactor `have_http_status` into `have_gitlab_http_status` in the specsJacopo2017-10-2032-772/+772
| * Merge branch 'sha-handling' into 'master'Douwe Maan2017-10-161-5/+6
| |\
| | * Adds requirements that supports anything in sha paramsGuilherme Vieira2017-10-121-5/+6