summaryrefslogtreecommitdiff
path: root/lib/api
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \
| * | | Simplify entities for branches and tags APIapi-cleanup-entitiesRobert Schilling2016-07-192-42/+21
| |/ /
* | | Merge branch 'api-delete-todos' into 'master' Rémy Coutable2016-07-191-1/+1
|\ \ \ | |/ / |/| |
| * | Return the number of marked todosapi-delete-todosRobert Schilling2016-07-191-1/+1
* | | Only update onceRobert Schilling2016-07-191-2/+3
* | | API: Expose 'developers_can_merge' for branchesRobert Schilling2016-07-192-1/+11
* | | API: Expose 'developers_can_push' for branchesRobert Schilling2016-07-193-4/+25
| |/ |/|
* | Merge branch 'undo-revert-of-4892' into 'master' 19396-api-allow-admin-owner-to-set-timestamp-when-changing-issue-stateRémy Coutable2016-07-181-1/+1
|\ \
| * | Revert "Revert "Merge branch '18193-developers-can-merge' into 'master' ""Rémy Coutable2016-07-181-1/+1
* | | Merge branch 'api-isssues-due-date' into 'master' Rémy Coutable2016-07-182-4/+7
|\ \ \
| * | | API: Expose due_date for issuesapi-isssues-due-dateRobert Schilling2016-07-122-4/+7
* | | | Merge branch 'track-pipeline-user' into 'master' Rémy Coutable2016-07-181-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | Track a user who created a pipelineKamil Trzcinski2016-07-151-1/+1
| | |/ | |/|
* | | Merge branch 'normalize_emoji_aliases_paths' into 'master' Rémy Coutable2016-07-181-2/+2
|\ \ \
| * | | Fix not normalized emoji pathsdixpac2016-07-141-2/+2
| |/ /
* | | Fix a bug where the project's repository path was returned instead of the wik...19842-cloning-a-gitlab-wiki-returns-the-repo-not-the-repo-s-wikiAlejandro Rodríguez2016-07-151-1/+6
|/ /
* | Revert "Merge branch '18193-developers-can-merge' into 'master' "Robert Speicher2016-07-131-1/+1