summaryrefslogtreecommitdiff
path: root/spec/requests/api
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'hook-api-updates' into 'master' Stan Hu2015-09-241-1/+26
|\
| * hooks: improve tests for hook APIBen Boeckel2015-09-241-1/+26
* | Fix specsKamil Trzcinski2015-09-241-1/+1
|/
* Added ability to update or set the identity of an existing user, like the doc...fix-user-identities-apiPatricio Cano2015-09-221-0/+14
* remove API calls from CE to CIci_closer_integrationValery Sizov2015-09-182-3/+3
* Merge branch 'restrict-user-api-integers' into 'master'Dmitriy Zaporozhets2015-09-171-0/+56
|\
| * Restrict users API endpoints to use integer IDsStan Hu2015-08-231-0/+56
* | Fix broken sort in merge request APIStan Hu2015-09-151-12/+13
* | Added service API endpoint to retrieve service parametersPetheo Bence2015-09-101-0/+10
* | Add API method for get user by ID of an SSH keyArtem V. Navrotskiy2015-09-031-0/+39
* | Drone CI serviceKirilll Zaitsev2015-09-021-58/+41
* | Fix Error 500 in API when accessing a group that has an avatarStan Hu2015-08-241-1/+2
|/
* Revert "Merge branch 'revert-satellites' into 'master' "Dmitriy Zaporozhets2015-08-112-49/+17
* Merge branch 'revert-satellites' into 'master' Dmitriy Zaporozhets2015-08-112-17/+49
|\
| * Fix file api testsDmitriy Zaporozhets2015-08-111-22/+8
| * Revert "Merge branch 'web-editor-rugged' into 'master'"Dmitriy Zaporozhets2015-08-111-4/+48
| * Revert "Merge branch 'drop-satellites'"Dmitriy Zaporozhets2015-08-112-13/+15
* | Fix corrupted binary files when using API files endpointStan Hu2015-08-091-0/+31
|/
* Add `Group#add_*` convenience methodsrs-group-convenience-methodsRobert Speicher2015-08-071-1/+1
* Merge branch 'master' into drop-satellitesDmitriy Zaporozhets2015-08-045-5/+193
|\
| * Fix docsDouwe Maan2015-07-301-1/+1
| * Add ability to manage user email addresses via the API.Douwe Maan2015-07-291-0/+171
| * Merge branch 'fix-api-mr-notes-ordering' into 'master'Douwe Maan2015-07-281-2/+4
| |\
| | * Return comments in created order in merge request APIStan Hu2015-07-161-2/+4
| * | Clearing the entire Redis cache may be too expensive; just useStan Hu2015-07-211-6/+2
| * | Fix 404 error in files view after deleting the last file in a repositoryStan Hu2015-07-211-1/+8
| * | Add specs for gitlab ci service validity.Marin Jankovski2015-07-171-0/+12
| * | Fix failing specs after adding format verification for token and project url ...Marin Jankovski2015-07-172-2/+2
| |/
* | Fix merge api and specDmitriy Zaporozhets2015-08-041-14/+12
* | Remove satellitesDmitriy Zaporozhets2015-07-151-1/+1
|/
* Merge branch 'rs-dev-issue-2372' into 'master'Dmitriy Zaporozhets2015-07-081-3/+1
|\
| * Use stub_application_setting in a few more specsRobert Speicher2015-07-061-3/+1
* | Merge branch 'settings-via-api' into 'master'Dmitriy Zaporozhets2015-07-071-0/+29
|\ \ | |/ |/|
| * Add tests and improve logicDmitriy Zaporozhets2015-07-061-4/+16
| * Add docs and empty specs for applicaiton settings APIDmitriy Zaporozhets2015-07-061-0/+17
* | Allow user to be blocked and unblocked via the APISteve Norman2015-07-031-0/+51
|/
* Add 2FA status to user admin APIStan Hu2015-06-231-0/+1
* Merge branch 'master' into rubocop-for-testsDmitriy Zaporozhets2015-06-236-35/+37
|\
| * Merge branch 'revert-mr-state-names'Dmitriy Zaporozhets2015-06-221-3/+2
| |\
| | * Merge requests API returns closed for closed and merged for merged.revert-mr-state-namesDmitriy Zaporozhets2015-06-221-3/+2
| * | Change `to_not` calls to `not_to`Robert Speicher2015-06-223-4/+4
| * | Fix `raise_error` without an argument deprecation warningsRobert Speicher2015-06-221-8/+8
| * | Update mock and stub syntax for specsRobert Speicher2015-06-226-22/+25
| |/
* | Fix Style/AlignHash cop violationsStan Hu2015-06-221-2/+3
* | Fix Style/Blocks cop violationsRobert Speicher2015-06-226-47/+42
* | Fix Style/SpaceInsideHashLiteralBraces cop violationsRobert Speicher2015-06-221-3/+3
* | Fix part of api specs for rubocopDmitriy Zaporozhets2015-06-224-84/+84
|/
* Change `foo.should` syntax to `expect(foo).to` in specsRobert Speicher2015-06-134-13/+13
* Merge branch 'maser/gitlab-ce-order-commit-comments-in-api' into 'master'Dmitriy Zaporozhets2015-06-051-1/+2
|\
| * Order commit comments in API chronologicallyMartin Luder2015-05-081-1/+2