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
AgeCommit message (Expand)Author
2018-01-17Make ruby lint happyOswaldo Ferreira
2018-01-17Merge branch 'sh-migrate-can-push-to-deploy-keys-projects-10-3' into 'securit...Douwe Maan
2017-08-31API: Use defined project requirementsRobert Schilling
2017-08-28Conditionally destroy a ressourceRobert Schilling
2017-08-28API: Respect the 'If-Unmodified-Since' for delete endpointsRobert Schilling
2017-07-20Update grape gemDmitriy Zaporozhets
2017-06-20Fix edit button for deploy keys available from other projectsAlexander Randa
2017-06-02Implement ability to update deploy keysAlexander Randa
2017-04-05Enable creation of deploy keys with write access via the APIMark Fletcher
2017-03-16Add `requirements: { id: %r{[^/]+} }` for all projects and groups namespaced ...Rémy Coutable
2017-02-20API: Remove `DELETE projects/:id/deploy_keys/:key_id/disable`Robert Schilling
2017-02-16Paginate all endpoints that return an arrayRobert Schilling
2017-02-07Remove /projects/:id/keys/.. endpointsRobert Schilling
2017-01-24Merge branch 'grapify-deploy-keys' into 'master' Rémy Coutable
2017-01-23Merge branch 'fix-users-deleting-public-deployment-keys' into 'security' Robert Speicher
2017-01-23Grapify all endpoints of the deploy keys APIRobert Schilling
2016-11-14Use declared_params helper in APIRobert Schilling
2016-10-26Fixes various errors when adding deploy keys caused by not exiting the contro...Joshua Welsh
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-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
2014-09-16Improve error reporting on users APIjubianchi
2014-01-19Remove deprecated findersskv
2013-10-29API: set gitlab-ci service for projectDmitriy Zaporozhets
2013-09-30API: Protect project deploy keys from unauthorized accessDmitriy Zaporozhets
2013-06-06Split Project api on several parts: deploy_keys, hooks, snippets etcDmitriy Zaporozhets