Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib/api
AgeCommit message (Expand)Author
2016-10-11Fix issue due to incompatible code on newer versionsRémy Coutable
2016-10-11Merge branch 'api-fix-project-group-sharing' into 'security'Rémy Coutable
2016-09-28Merge branch '22435-no-api-state-change-via-rails-session' into 'security'Douwe Maan
2016-09-19Merge branch '18302-use-rails-cookie-in-api' into 'master'Rémy Coutable
2016-09-14Merge branch 'fix-commit-status' into 'master' Rémy Coutable
2016-08-19Merge branch 'pipeline-hooks-without-slack' into 'master' Robert Speicher
2016-08-19Merge branch 'expiration-date-on-memberships' into 'master' Douwe Maan
2016-08-19Merge branch 'issue_18656' into 'master' Douwe Maan
2016-08-19Merge branch '2fa-api-check' into 'master' Robert Speicher
2016-08-19Merge branch 'zj-api-endpoints-ci' into 'master' Robert Speicher
2016-08-19Merge branch 'zj-pipelines-api-endpoints' into 'master' Douwe Maan
2016-08-17Merge branch 'ee-581-backport-changes' into 'master' Douwe Maan
2016-08-15Refactored AkismetHelper into AkismetService and cleaned up `Spammable`Patricio Cano
2016-08-15Refactored spam related code even furtherPatricio Cano
2016-08-15Complete refactor of the `Spammable` concern and tests:Patricio Cano
2016-08-12Recover usage of Todos counter cachePaco Guzman
2016-08-12Use cache for todos counter calling TodoServicePaco Guzman
2016-08-11api for generating new merge requestScott Le
2016-08-10Improve the performance of the GET /:sources/:id/{access_requests,members} AP...Rémy Coutable
2016-08-10Restore back-compatibility for current members API endpointsRémy Coutable
2016-08-10New AccessRequests API endpoints for Group & ProjectRémy Coutable
2016-08-10Clean up project destructionStan Hu
2016-08-09Retain old behaviorConnor Shea
2016-08-08Merge branch 'zj-enable-deploy-keys-api' into 'master' Douwe Maan
2016-08-08Namespace EnableDeployKeyService under ProjectsZ.J. van de Weg
2016-08-05Create service for enabling deploy keysZ.J. van de Weg
2016-08-04Move deploy_key tests to deploy_key_spec.rbZ.J. van de Weg
2016-08-03Use Grape DSL for deploy keys endpointsZ.J. van de Weg
2016-08-03Endpoints to enable and disable deploy keysZ.J. van de Weg
2016-08-03switch from diff_file_collection to diffsPaco Guzman
2016-08-01Minor fixes in the Env API endpointsZ.J. van de Weg
2016-07-29Use Grape DSL for environment endpointsZ.J. van de Weg
2016-07-29Incorporate feedbackZ.J. van de Weg
2016-07-29Add API support for environmentsZ.J. van de Weg
2016-07-29Use `Gitlab::Access` to protected branch access levels.Timothy Andrew
2016-07-29Have the `branches` API work with the new protected branches data model.Timothy Andrew
2016-07-28Add commit stats to commit api responsedixpac
2016-07-27Refactor spam validation to a concern that can be easily reused and improve l...Patricio Cano
2016-07-26Refactor `SpamCheckService` to make it cleaner and clearer.Patricio Cano
2016-07-26Submit all issues on public projects to Akismet if enabled.Patricio Cano
2016-07-26Submit new issues created via the WebUI by non project members to Akismet for...Patricio Cano
2016-07-22Merge branch 'artifacts-from-ref-and-build-name-api' into 'master' Rémy Coutable
2016-07-21Also fix the URL in the commentLin Jen-Shin
2016-07-21Merge branch 'artifacts-from-ref-and-build-name-api' into 'master' Rémy Coutable
2016-07-20Merge branch 'email-domain-blacklist' into 'master' Robert Speicher
2016-07-20Change `return`s for `next`s to please rubocop (behaviour is the same)Alejandro Rodríguez
2016-07-20Add /deploy_keys API to retrieve all deploy keys regardless of project affili...Alejandro Rodríguez
2016-07-20Merge branch 'master' into artifacts-from-ref-and-build-name-apiLin Jen-Shin
2016-07-20Should check against `authorize_read_builds!`Lin Jen-Shin
2016-07-20Merge branch 'remove-parse-boolean' into 'master' Rémy Coutable