summaryrefslogtreecommitdiff
path: root/spec/requests/api
Commit message (Expand)AuthorAgeFilesLines
* Unnecessary "include WaitForAjax" and "include ApiHelpers"Jacopo2017-04-2181-212/+79
* Refactor changing files in web UIDouwe Maan2017-04-204-10/+8
* Merge branch 'query-users-by-extern-uid' into 'master'Robert Speicher2017-04-191-0/+27
|\
| * Implement search by extern_uid in Users APIRobin Bobbitt2017-04-181-0/+27
* | Remove unused user activities codeSean McGivern2017-04-141-124/+0
* | Expose `last_activity_on` in the User APIRémy Coutable2017-04-141-0/+43
* | Add a new Gitlab::UserActivities class to track user activitiesRémy Coutable2017-04-141-10/+8
* | Port 'Add user activities API' to CESean McGivern2017-04-142-38/+162
* | Remove user activities table and use redis instead of PG for recording activi...James Lopez2017-04-141-9/+11
* | Add user activity service and spec. Also added relevant - NOT offline - migra...James Lopez2017-04-141-0/+13
|/
* Fix API not accepting job_events for webhookszj-api-fix-build-eventsZ.J. van de Weg2017-04-121-4/+9
* Separate CE params on Grape APIOswaldo Ferreira2017-04-101-0/+7
* Set Git-specific env in /api/internal/allowedRémy Coutable2017-04-101-2/+19
* Remove the User#is_admin? methodblackst0ne2017-04-091-3/+3
* Merge branch 'master' into new-resolvable-discussionDouwe Maan2017-04-063-15/+17
|\
| * Optimise trace handling code to use streaming instead of full readKamil Trzciński2017-04-063-15/+17
* | Merge branch 'update-droplab-to-webpack-version' into new-resolvable-discussionLuke "Jared" Bennett2017-04-062-241/+144
|\ \ | |/
| * Merge branch '30021-api-deploy_keys-can_push-is-not-honoured' into 'master' Rémy Coutable2017-04-061-0/+9
| |\
| | * Enable creation of deploy keys with write access via the APIMark Fletcher2017-04-051-0/+9
| * | Merge branch '30195-document-search-param-on-api' into 'master' Sean McGivern2017-04-051-241/+135
| |\ \
| | * | Add "search" optional param and docs for V430195-document-search-param-on-apiOswaldo Ferreira2017-04-051-241/+135
| | |/
* | | Fix some specsDouwe Maan2017-04-051-1/+1
* | | Add option to start a new discussion on an MRDouwe Maan2017-04-051-1/+1
|/ /
* | Return an empty array when dependencies is an empty arrayMike Wyatt2017-04-051-0/+23
|/
* Merge branch 'bug/api_milestone_merge_requests_scope' into 'master' Rémy Coutable2017-04-041-0/+2
|\
| * Fixes milestone/merge_request API endpoint to really scope the resultsJoren De Groof2017-04-031-0/+2
* | Ensure we generate unique usernames otherwise validations failrc/fix-transient-failures-following-no-ffakerRémy Coutable2017-04-041-1/+1
* | Ensure user has a unique username otherwise `user10` would match `user1`29643-stop-using-ffaker-in-factoriesRémy Coutable2017-04-031-1/+1
* | Don't use FFaker in factories, use sequences insteadRémy Coutable2017-04-032-6/+6
* | Don't use FFaker in factories, use sequences insteadRémy Coutable2017-04-034-21/+4
* | Delete users asynchronouslysh-fix-destroy-user-raceStan Hu2017-04-021-5/+5
|/
* Merge branch 'gitaly-socket-per-shard' into 'master' Sean McGivern2017-03-291-3/+3
|\
| * Change socket_path to gitaly_addressJacob Vosmaer2017-03-291-1/+1
| * Separate GRPC channels per repository storageJacob Vosmaer2017-03-291-2/+2
* | Merge branch '23655-api-group-issues' into 'master' Rémy Coutable2017-03-292-12/+28
|\ \
| * | Fix API group/issues default state filterAlexander Randa2017-03-282-12/+28
* | | Merge branch 'tc-api-remove-comments-endpoint' into 'master' Rémy Coutable2017-03-282-88/+30
|\ \ \ | |_|/ |/| |
| * | API: Make the /notes endpoint work with noteable iid instead of idToon Claes2017-03-271-30/+30
| * | Remove `:id/merge_requests/:merge_request_iid/comments` endpointsToon Claes2017-03-271-58/+0
* | | Implement new service for creating userGeorge Andrinopoulos2017-03-271-0/+14
|/ /
* | Fix RSpec/DescribeSymbol cop violationsRobert Speicher2017-03-242-2/+2
|/
* Return 404 in project issues API endpoint when project cannot be foundAdam Niedzielski2017-03-202-0/+12
* Merge branch 'fix/regressions-in-ci-v4-api' into 'master' Kamil Trzciński2017-03-201-16/+62
|\
| * Update example's name in /runners/verify testsTomasz Maczukin2017-03-201-1/+1
| * Send only defined dependenciesTomasz Maczukin2017-03-201-4/+33
| * Send token of depenent jobTomasz Maczukin2017-03-201-2/+3
| * Remove legacy Runners support in /api/v4/jobs/requestTomasz Maczukin2017-03-201-14/+2
| * Make runner's veryfication working againTomasz Maczukin2017-03-201-0/+28
* | Allow dot in branch name in trigger/builds endpoint in APIGeorge Andrinopoulos2017-03-202-15/+43
* | Allow unauthenticated access to some Branch API GET endpointsRémy Coutable2017-03-201-56/+125
|/