summaryrefslogtreecommitdiff
path: root/lib/api
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'issue_18656' into 'master' Douwe Maan2016-08-191-11/+15
* Merge branch '2fa-api-check' into 'master' Robert Speicher2016-08-181-0/+1
* Merge branch 'zj-api-endpoints-ci' into 'master' Robert Speicher2016-08-184-0/+74
* Merge branch 'zj-pipelines-api-endpoints' into 'master' Douwe Maan2016-08-183-0/+83
* Merge branch 'ee-581-backport-changes' into 'master' Douwe Maan2016-08-172-14/+21
* Refactored AkismetHelper into AkismetService and cleaned up `Spammable`Patricio Cano2016-08-151-2/+0
* Refactored spam related code even furtherPatricio Cano2016-08-151-1/+1
* Complete refactor of the `Spammable` concern and tests:Patricio Cano2016-08-151-1/+1
* Recover usage of Todos counter cache20842-todos-queries-cachePaco Guzman2016-08-121-4/+2
* Use cache for todos counter calling TodoServicePaco Guzman2016-08-121-1/+1
* api for generating new merge requestScott Le2016-08-111-0/+4
* Improve the performance of the GET /:sources/:id/{access_requests,members} AP...Rémy Coutable2016-08-103-8/+7
* Restore back-compatibility for current members API endpointsRémy Coutable2016-08-102-8/+38
* New AccessRequests API endpoints for Group & ProjectRémy Coutable2016-08-108-229/+253
* Clean up project destructionclean-up-project-destroyStan Hu2016-08-101-1/+1
* Retain old behaviorConnor Shea2016-08-091-2/+4
* Merge branch 'zj-enable-deploy-keys-api' into 'master' Douwe Maan2016-08-081-38/+66
|\
| * Namespace EnableDeployKeyService under ProjectsZ.J. van de Weg2016-08-081-1/+2
| * Create service for enabling deploy keysZ.J. van de Weg2016-08-051-3/+3
| * Move deploy_key tests to deploy_key_spec.rbZ.J. van de Weg2016-08-041-5/+6
| * Use Grape DSL for deploy keys endpointsZ.J. van de Weg2016-08-031-39/+34
| * Endpoints to enable and disable deploy keysZ.J. van de Weg2016-08-031-0/+31
* | switch from diff_file_collection to diffs20034-safe-diffsPaco Guzman2016-08-032-3/+3
|/
* Minor fixes in the Env API endpointszj-env-external-urlZ.J. van de Weg2016-08-011-1/+5
* Use Grape DSL for environment endpointsZ.J. van de Weg2016-07-292-48/+47
* Incorporate feedbackZ.J. van de Weg2016-07-291-4/+1
* Add API support for environmentsZ.J. van de Weg2016-07-293-0/+92
* Use `Gitlab::Access` to protected branch access levels.Timothy Andrew2016-07-292-11/+29
* Have the `branches` API work with the new protected branches data model.Timothy Andrew2016-07-292-14/+21
* Add commit stats to commit api responsedixpac2016-07-281-0/+5
* Refactor spam validation to a concern that can be easily reused and improve l...akismet-ui-checkPatricio Cano2016-07-261-7/+5
* Refactor `SpamCheckService` to make it cleaner and clearer.Patricio Cano2016-07-261-4/+6
* Submit all issues on public projects to Akismet if enabled.Patricio Cano2016-07-261-5/+3
* Submit new issues created via the WebUI by non project members to Akismet for...Patricio Cano2016-07-261-12/+1
* Merge branch 'artifacts-from-ref-and-build-name-api' into 'master' Rémy Coutable2016-07-221-1/+1
|\
| * Also fix the URL in the commentartifacts-from-ref-and-build-name-apiLin Jen-Shin2016-07-211-1/+1
* | Merge branch 'artifacts-from-ref-and-build-name-api' into 'master' Rémy Coutable2016-07-211-20/+38
|\ \ | |/
| * Merge branch 'master' into artifacts-from-ref-and-build-name-apiLin Jen-Shin2016-07-214-8/+4
| |\
| * | Should check against `authorize_read_builds!`Lin Jen-Shin2016-07-201-0/+2
| * | Artifacts are plural, feedback:Lin Jen-Shin2016-07-201-3/+3
| * | Merge branch 'master' into artifacts-from-ref-and-build-name-apiLin Jen-Shin2016-07-193-43/+22
| |\ \
| * | | API for downloading latest successful build:Lin Jen-Shin2016-07-191-21/+37
* | | | Merge branch 'email-domain-blacklist' into 'master' Robert Speicher2016-07-201-1/+3
|\ \ \ \
| * | | | Refactor and rename `restricted_signup_domains` to `domain_whitelist` to bett...Patricio Cano2016-07-181-1/+1
| * | | | Added the ability to block sign ups using a domain blacklist.Patricio Cano2016-07-181-0/+2
* | | | | Change `return`s for `next`s to please rubocop (behaviour is the same)Alejandro Rodríguez2016-07-201-2/+2
* | | | | Add /deploy_keys API to retrieve all deploy keys regardless of project affili...Alejandro Rodríguez2016-07-201-53/+66
| |_|_|/ |/| | |
* | | | Merge branch 'remove-parse-boolean' into 'master' Rémy Coutable2016-07-204-8/+4
|\ \ \ \ | |_|_|/ |/| | |
| * | | Replace parse_boolean with to_booleanRobert Schilling2016-07-204-8/+4
| | |/ | |/|
* | | Merge branch 'api-cleanup-entities' into 'master' Rémy Coutable2016-07-192-42/+21
|\ \ \