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
2024-01-05Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2023-06-03Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2023-04-14Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2023-03-31Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2023-03-30Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2023-03-30Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2023-03-28Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2022-12-09Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-11-02Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2021-03-24Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-08-11Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-06-24Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-06-22Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-06-15Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-04-01Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-02-21Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-29Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-17Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2018-12-19Update specs to rails5 formatblackst0ne
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-17Merge branch 'sh-migrate-can-push-to-deploy-keys-projects-10-3' into 'securit...Douwe Maan
2017-10-20Refactor `have_http_status` into `have_gitlab_http_status` in the specsJacopo
2017-08-28Add tests for the unmodified headerRobert Schilling
2017-08-09Enable the Layout/SpaceBeforeBlockBraces copRémy Coutable
2017-08-03Change all `:empty_project` to `:project`Robert Speicher
2017-06-20Fix edit button for deploy keys available from other projectsAlexander Randa
2017-06-14Correct RSpec/SingleLineHook cop offensesRobert Speicher
2017-06-02Implement ability to update deploy keysAlexander Randa
2017-04-21Unnecessary "include WaitForAjax" and "include ApiHelpers"Jacopo
2017-04-05Enable creation of deploy keys with write access via the APIMark Fletcher
2017-02-28Return 204 for delete endpointsRobert Schilling
2017-02-20API: Remove `DELETE projects/:id/deploy_keys/:key_id/disable`Robert Schilling
2017-02-16Add a custom pagination matcherRobert Schilling
2017-01-23Grapify all endpoints of the deploy keys APIRobert Schilling
2017-01-17Replace many :project with :empty_projects in API specsRémy Coutable
2016-12-06Use :maximum instead of :within for length validators with a 0..N rangeRémy Coutable
2016-11-28Changed API spec files to describe the correct classLivier
2016-10-26Fixes various errors when adding deploy keys caused by not exiting the contro...Joshua Welsh
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