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
2021-04-21Add latest changes from gitlab-org/gitlab@13-11-stable-eev13.11.0-rc43GitLab Bot
2020-11-19Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot
2020-10-21Add latest changes from gitlab-org/gitlab@13-5-stable-eev13.5.0-rc42GitLab Bot
2020-07-20Add latest changes from gitlab-org/gitlab@13-2-stable-eeGitLab Bot
2020-06-23Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot
2020-06-18Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot
2019-10-17Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2018-11-28Fix API::Namespaces to accept namepaces with dotsImre Farkas
2018-09-30Enable frozen string in lib/api and lib/backupgfyoung
2018-09-11Disable existing offenses for the CodeReuse copsYorick Peterse
2018-07-09Updates from `rubocop -a`Lin Jen-Shin
2018-05-04Fix API to remove deploy key from project instead of deleting it entirelyDouwe Maan
2018-03-28Set user when adding deploy key to project using APIDouwe Maan
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