summaryrefslogtreecommitdiff
path: root/spec/requests/api
Commit message (Expand)AuthorAgeFilesLines
* Fix specs and rubocop warningsfix/private-referencesRémy Coutable2016-01-141-5/+6
* Ensure the API doesn't return notes that the current user shouldn't seeRémy Coutable2016-01-131-0/+51
* Merge branch 'api-project-upload' into 'master' Robert Speicher2016-01-081-0/+14
|\
| * Add API project upload endpointDouwe Maan2016-01-071-0/+14
* | Delete tag via APIapi-delete-tagRobert Schilling2016-01-081-0/+21
|/
* Fix API project lookups when querying with a namespace with dotsStan Hu2016-01-031-0/+9
* Add API support for looking up a user by usernameStan Hu2015-12-241-0/+7
* Merge branch 'branch-invalid-name' into 'master' Douwe Maan2015-12-241-1/+1
|\
| * Fix specDouglas Barbosa Alexandre2015-12-181-1/+1
* | Add project permissions to all project API endpointsStan Hu2015-12-221-0/+13
|/
* Api support for requesting starred projects for userZeger-Jan van de Weg2015-12-161-1/+20
* Merge branch 'add-open-issues-count-to-api' of https://gitlab.com/stanhu/gitl...Dmitriy Zaporozhets2015-12-161-0/+16
|\
| * Add open_issues_count to project APIStan Hu2015-12-111-0/+16
* | Fixed Rubocop offensesGabriel Mazetto2015-12-152-2/+2
* | Fix triggers testsKamil Trzcinski2015-12-111-4/+4
* | Reimplement Trigger APIKamil Trzcinski2015-12-111-0/+80
* | Migrate CI::Project to ProjectKamil Trzcinski2015-12-111-12/+0
* | Migrate CI::Services and CI::WebHooks to Services and WebHooksKamil Trzcinski2015-12-101-2/+10
|/
* Merge branch 'master' into merge-if-greenDouwe Maan2015-12-081-2/+57
|\
| * Merge branch 'master' into ui/dashboard-new-issueui/dashboard-new-issueDouwe Maan2015-12-083-7/+19
| |\
| * | Add API group projects specsDouwe Maan2015-12-081-2/+57
* | | Merge branch 'master' into zj/gitlab-ce-merge-if-greenDouwe Maan2015-12-083-7/+19
|\ \ \ | | |/ | |/|
| * | Add custom NamespaceValidatorRobert Speicher2015-12-071-2/+2
| * | Add custom ColorValidatorRobert Speicher2015-12-071-5/+5
| * | Fix API setting of 'public' attribute to false will make a project privateStan Hu2015-12-051-0/+12
| |/
* | Merge branch 'master' into merge-if-greenZeger-Jan van de Weg2015-12-073-12/+106
|\ \ | |/
| * Merge branch 'extend-events-api'Dmitriy Zaporozhets2015-12-041-7/+23
| |\
| | * Extent Event and Note APIextend-events-apiDmitriy Zaporozhets2015-12-041-7/+23
| * | Add API endpoint to fetch merge request commits listDmitriy Zaporozhets2015-12-041-0/+17
| |/
| * Allow editing a release in API via PUT methodRobert Schilling2015-11-211-0/+38
| * Only allow to create a release if it does not exist yetRobert Schilling2015-11-211-1/+16
| * Use POST to create a new release instead of PUTRobert Schilling2015-11-211-4/+4
| * API: Return 404 if the tag for a release does not existRobert Schilling2015-11-211-0/+8
| * Make tag API consistent for release featureRobert Schilling2015-11-211-3/+3
* | Incorporate feedbackZeger-Jan van de Weg2015-12-051-1/+1
* | Specs for 'Merge When Build Succeeds'Zeger-Jan van de Weg2015-12-021-2/+15
|/
* Merge branch 'releases-feature'Dmitriy Zaporozhets2015-11-162-75/+135
|\
| * Add api test for creating tag with release infoDmitriy Zaporozhets2015-11-121-0/+13
| * Expose release notes to tags apiDmitriy Zaporozhets2015-11-121-5/+25
| * Add releases apiDmitriy Zaporozhets2015-11-121-1/+14
| * Move git tags API to separate fileDmitriy Zaporozhets2015-11-122-75/+89
* | Expose CI enable option in project featuresKamil Trzcinski2015-11-132-2/+6
|/
* Merge branch 'artifacts' into 'master' Kamil Trzciński2015-11-111-6/+9
|\
| * Implement Build ArtifactsKamil Trzcinski2015-11-101-6/+9
* | Merge branch 'add-allow-failure-status' into 'master' Stan Hu2015-11-101-1/+3
|\ \ | |/ |/|
| * Add allow_failure field to commit status APIStan Hu2015-11-031-1/+3
* | Replace all usages of `git` command with configurable binary pathrs-git-bin-pathRobert Speicher2015-11-031-2/+2
|/
* Add ability to fetch the commit ID of the last commit that actually touched a...api_file_touched_atValery Sizov2015-11-021-0/+1
* Merge pull request #9762 from huacnlee/fix/api-helpers-bad-autoload-name-for-...Stan Hu2015-10-221-13/+13
|\
| * Fix API::APIHelpers -> API::Helpers;Jason Lee2015-10-231-13/+13