summaryrefslogtreecommitdiff
path: root/spec/requests
Commit message (Expand)AuthorAgeFilesLines
* Fix static snalysysShinya Maeda2017-07-281-1/+1
* Use let(:pipeline) for variables spec in triggers_spec.rbShinya Maeda2017-07-281-2/+1
* initShinya Maeda2017-07-281-9/+10
* Merge branch 'tc-api-root-merge-requests' into 'master'Sean McGivern2017-07-281-0/+94
|\
| * Default /merge_request API endpoint to `scope=created-by-me`Toon Claes2017-07-281-4/+15
| * Add top-level /merge_requests API endpointToon Claes2017-07-271-0/+83
* | Merge branch 'bvl-add-all-settings-to-api' into 'master'Robert Speicher2017-07-271-3/+2
|\ \ | |/ |/|
| * Remove deprecated `repository_storage` attributebvl-add-all-settings-to-apiBob Van Landuyt2017-07-271-3/+2
* | Merge branch '34319-remove-useless-type-definitions-from-specs' into 'master'Robert Speicher2017-07-275-5/+5
|\ \
| * | Remove superfluous lib: true, type: redis, service: true, models: true, servi...Rémy Coutable2017-07-275-5/+5
* | | Fix the /projects/:id/repository/branches endpoint to handle dots in the bran...Rémy Coutable2017-07-275-211/+305
|/ /
* | Merge branch '33601-add-csrf-token-verification-to-api' into 'master'Sean McGivern2017-07-271-6/+44
|\ \
| * | Add specsDouwe Maan2017-07-271-6/+44
* | | Merge branch 'tc-issue-api-assignee' into 'master'Sean McGivern2017-07-271-1/+36
|\ \ \ | |_|/ |/| |
| * | Allow query param scope for /issues API endpointtc-issue-api-assigneeToon Claes2017-07-241-4/+12
| * | Add author_id & assignee_id param to /issues APIToon Claes2017-07-241-0/+27
* | | Fix the :project factory by not copying the test repo twicerc/fix-tests-factoriesRémy Coutable2017-07-271-1/+1
| |/ |/|
* | Merge branch '30634-protected-pipeline' into 'master'Kamil Trzciński2017-07-253-4/+16
|\ \
| * \ Merge remote-tracking branch 'upstream/master' into 30634-protected-pipelineLin Jen-Shin2017-07-202-2/+2
| |\ \
| * \ \ Merge remote-tracking branch 'upstream/master' into 30634-protected-pipelineLin Jen-Shin2017-07-181-9/+9
| |\ \ \
| * \ \ \ Merge remote-tracking branch 'upstream/master' into 30634-protected-pipelineLin Jen-Shin2017-07-1720-56/+402
| |\ \ \ \
| * \ \ \ \ Merge remote-tracking branch 'upstream/master' into 30634-protected-pipelineLin Jen-Shin2017-07-051-5/+50
| |\ \ \ \ \
| * \ \ \ \ \ Merge remote-tracking branch 'upstream/master' into 30634-protected-pipelineLin Jen-Shin2017-07-041-22/+156
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge remote-tracking branch 'upstream/master' into 30634-protected-pipelineLin Jen-Shin2017-06-2938-342/+1092
| |\ \ \ \ \ \ \
| * | | | | | | | Fix other tests which tested against error message30634-protected-pipelineLin Jen-Shin2017-06-072-2/+4
| * | | | | | | | Merge remote-tracking branch 'upstream/master' into 30634-protected-pipelineLin Jen-Shin2017-06-074-137/+163
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Try to report why it's failing and fix testsLin Jen-Shin2017-06-061-2/+12
* | | | | | | | | | Merge branch 'issue_34622' into 'master'Sean McGivern2017-07-253-385/+46
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Add group milestones API endpointissue_34622Felipe Artur2017-07-213-385/+46
| | |_|_|_|_|/ / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch '35478-allow-admin-to-read-user-list' into 'master'Rémy Coutable2017-07-251-7/+12
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Allow admin to read_users_list even if it's restrictedLin Jen-Shin2017-07-251-7/+12
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
* | | | | | | | | | Resolve "More RESTful API: include resource URLs in responses"Oswaldo Ferreira2017-07-252-0/+45
|/ / / / / / / / /
* | | | | | | | | Support both internal and external issue trackersJarka Kadlecova2017-07-242-4/+35
* | | | | | | | | Fix support for old CI API when image or services are not specifiedfix-old-ci-apiKamil Trzcinski2017-07-221-0/+66
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Update specs for new upload pathBob Van Landuyt2017-07-182-2/+2
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Renamed Gitaly servicesAndrew Newdigate2017-07-181-9/+9
|/ / / / / /
* | | | | | Introduce have_gitlab_http_status34964-have_gitlab_http_statusLin Jen-Shin2017-07-151-2/+2
* | | | | | Merge branch 'fixes-for-internal-auth-disabled' into 'master'Sean McGivern2017-07-144-8/+8
|\ \ \ \ \ \
| * | | | | | Fixes needed when GitLab sign-in is not enabledRobin Bobbitt2017-07-134-8/+8
* | | | | | | Handle case when BroadcastMessage.current is nilStan Hu2017-07-131-0/+11
* | | | | | | Return `is_admin` attribute in the GET /user endpoint for adminsRémy Coutable2017-07-121-4/+4
* | | | | | | Use view=simple for simplifying merge requests APIStan Hu2017-07-111-1/+1
* | | | | | | Add a simple mode to merge request APIsh-add-mr-simple-modeStan Hu2017-07-111-0/+16
* | | | | | | Support multiple Redis instances based on queue typePaul Charlton2017-07-114-4/+4
|/ / / / / /
* | | | | | Add spec for N+1 queriesStan Hu2017-07-081-0/+12
* | | | | | Remove remaining N+1 queries in merge requests API with emojis and labelsStan Hu2017-07-081-3/+10
* | | | | | Merge branch 'gitaly-internal-allowed-send-repo' into 'master'Robert Speicher2017-07-081-14/+60
|\ \ \ \ \ \
| * | | | | | Send Gitaly Repository with /api/internal/allowedgitaly-internal-allowed-send-repoKim "BKC" Carlbäcker2017-07-071-14/+60
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'feature/user-datetime-search-api-mysql' into 'master'Douwe Maan2017-07-071-0/+29
|\ \ \ \ \ \
| * | | | | | fix specsJames Lopez2017-07-071-3/+3