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-12-31Add support for Git push options, specifically ci.skipJonathon Reinhart
2018-12-19Update specs to rails5 formatblackst0ne
2018-12-17Merge branch '55433-un-revert-https-gitlab-com-gitlab-org-gitlab-ce-commit-00...Yorick Peterse
2018-12-17Revert "Revert "LfsToken uses JSONWebToken::HMACToken by default""Ash McKenzie
2018-12-16Remove rails4 specific codeJasper Maes
2018-12-05Revert "LfsToken uses JSONWebToken::HMACToken by default"🤖 GitLab Bot 🤖
2018-12-05LfsToken uses JSONWebToken::HMACToken by defaultAsh McKenzie
2018-11-07Revert "Merge branch 'blackst0ne-update-push-new-merge-request-url' into 'mas...Douwe Maan
2018-10-30Merge branch 'blackst0ne-update-push-new-merge-request-url' into 'master'Douwe Maan
2018-10-25Adds tracing messages for slow git pushesTiago Botelho
2018-10-23Make new merge request URL more friendly when pushing codeblackst0ne
2018-09-07Add receive_max_input_size setting to Application settingsRubén Dávila
2018-09-06Update /api/v4/allowedAsh McKenzie
2018-08-03Use Projects::UpdateService to archive projectsJames Ramsay
2018-08-01Add support for SSH certificate authenticationÆvar Arnfjörð Bjarmason
2018-07-18Delete UserActivities and related workersImre Farkas
2018-06-14Deny repository disk access in development and testJacob Vosmaer (GitLab)
2018-06-06Rails 5 fix unknown keywords: changes, key_id, project, gl_repository, action...Jasper Maes
2018-05-25Return '/' as a bogus repo path to gitlab-shellJacob Vosmaer
2018-05-17Don't pass the repository path to Gitlab ShellZeger-Jan van de Weg
2018-03-30Remove support for absolute dirs from Git::EnvJacob Vosmaer (GitLab)
2018-03-21Send Gitaly payload for git-upload-archive SSH commandsAlejandro RodrĂ­guez
2018-03-07fix specsKim "BKC" Carlbäcker
2018-02-22Fix repo existence check in GitAccessWikiJacob Vosmaer (GitLab)
2018-02-07Use hashed storage in the specsNick Thomas
2018-02-06Moves project creationg to git access check for git pushTiago Botelho
2018-02-06Abstracts ProjectMoved and ProjectCreated into a BaseProjectTiago Botelho
2018-02-06Move new project on push logic to a serviceTiago Botelho
2018-02-06Add specsTiago Botelho
2018-01-22Default to Gitaly for 'git push' HTTP/SSH, and make Gitaly mandatory for SSH ...Jacob Vosmaer (GitLab)
2018-01-08Fix typo in spec/requests/api/internal_spec.rbJames Edwards-Jones
2018-01-08Backport authorized_keys branch 'find-key-by-fingerprint'Pablo Carranza
2017-12-24Gracefully handle orphaned write deploy keys in /internal/post_receiveStan Hu
2017-12-22Replace '.team << [user, role]' with 'add_role(user)' in specsblackst0ne
2017-12-08Allow git pull/push on project redirectsMayra Cabrera
2017-11-29SSHUploadPack over Gitaly is now OptOutKim "BKC" Carlbäcker
2017-11-14Use relative git object paths to construct absolute ones before setting EnvAhmad Sherif
2017-10-20Refactor `have_http_status` into `have_gitlab_http_status` in the specsJacopo
2017-09-06Implement /internal/pre-receive for shell operationsAlejandro RodrĂ­guez
2017-09-06Return a value to check if redis is available on /internal/checkAlejandro RodrĂ­guez
2017-08-31Implement /internal/post_receive unified endpoint for PostReceive tasksAlejandro RodrĂ­guez
2017-08-11Enable Timecop safe modeRĂ©my Coutable
2017-08-03Change all `:empty_project` to `:project`Robert Speicher
2017-08-01Rename many path_with_namespace -> full_pathGabriel Mazetto
2017-07-27Remove superfluous lib: true, type: redis, service: true, models: true, servi...RĂ©my Coutable
2017-07-18Renamed Gitaly servicesAndrew Newdigate
2017-07-14Handle case when BroadcastMessage.current is nilStan Hu
2017-07-11Support multiple Redis instances based on queue typePaul Charlton
2017-07-07Send Gitaly Repository with /api/internal/allowedKim "BKC" Carlbäcker
2017-06-17Add “Project moved” error to Git-over-SSHMichael Kozono