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 (Collapse)Author
2020-06-18Add latest changes from gitlab-org/gitlab@13-1-stable-eeGitLab Bot
2020-05-20Add latest changes from gitlab-org/gitlab@13-0-stable-eeGitLab Bot
2020-04-20Add latest changes from gitlab-org/gitlab@12-10-stable-eeGitLab Bot
2020-04-09Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-03-03Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-01-08Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-04Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-17Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-11Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-04Update gitlab-shell to v10.0.0Patrick Bajao
2019-09-01Update gitlab-shell to v9.4.2Patrick Bajao
2019-08-20Use gitlab-shell v9.4.1Douwe Maan
2019-08-20Update to GitLab Shell v9.4.0Patrick Bajao
2019-06-06Update to GitLab Shell v9.3.0Nick Thomas
2019-05-16Upgrade gitlab-shell to 9.2.0Stan Hu
Main change is to bump .ruby-version to 2.6.3 so versions are consistent for the GDK.
2019-05-07Update gitlab-shell to v9.1.0Nick Thomas
2019-04-04Update GitLab Shell to v9.0.0Nick Thomas
2019-03-06Update GitLab Shell to v8.7.1Nick Thomas
2019-02-19Upgrade gitlab-shell to 8.6.0Stan Hu
This brings in two improvements: * Add support for using gl_project_path * Provide expires_in for LFS if available
2019-01-02Update GITLAB_SHELL_VERSION to 8.4.4Jonathon Reinhart
Pass push options along to gitlab-rails's post-receive endpoint See https://gitlab.com/gitlab-org/gitlab-shell/blob/master/CHANGELOG
2018-11-29Bump gitlab-shell to 8.4.3Stan Hu
See https://gitlab.com/gitlab-org/gitlab-shell/blob/master/CHANGELOG
2018-10-26Bumps GitLab Shell versionTiago Botelho
2018-10-10Update GitLab Shell to v8.4.0 for new Gitaly auth schemeAlejandro Rodríguez
2018-09-14Update GitLab Shell to v8.3.3Nick Thomas
2018-09-12Update GitLab Shell to v8.3.2Nick Thomas
2018-09-10Bump gitlab-shell to 8.3.1Stan Hu
8.3.0 was tagged with the commit before the CHANGELOG.md and version.rb bump, so this just fixes a harmless warning.
2018-09-08Bump gitlab-shell to 8.3.0Stan Hu
2018-09-07Bump gitlab-shell to 8.2.1 to resolve HTTP status code handlingStan Hu
See https://gitlab.com/gitlab-org/gitlab-shell/merge_requests/237 for more details.
2018-08-09Update GitLab Shell to v8.1.1 to fix regressionsNick Thomas
2018-08-02Update GITLAB_SHELL_VERSION to 8.1.0James Lopez
2018-08-01Add support for SSH certificate authenticationÆvar Arnfjörð Bjarmason
Why and how to enable this is covered in the docs being changed here. This requires gitlab-org/gitlab-shell@2e8b670 ("Add support for SSH certificate authentication", 2018-06-14) which has been merged in and tagged as 8.0.0, so GITLAB_SHELL_VERSION needs to be bumped. Merging this closes gitlab-org/gitlab-ce#34572 see gitlab-org/gitlab-shell!207 for the gitlab-shell MR. Implementation notes: - The APIs being changed here are all internal, and their sole consumer is gitlab-shell. - Most of the changed code is a MR to gitlab-shell, see the gitlab-org/gitlab-shell!207 MR. That change covers why only some of the internal methods get a new "username" parameter, and why some others only get a "user_id".
2018-07-27Update gitlab-shell version to 7.2.0James Lopez
2018-07-11Bump gitlab-shell to 7.1.5Stan Hu
Fixes a NoMethodError in the pre-receive hook: https://gitlab.com/gitlab-org/gitlab-shell/merge_requests/206
2018-06-04Use gitlab-shell 7.1.4Douwe Maan
2018-04-09Use gitlab-shell 7.1.2Jacob Vosmaer
2018-03-23Use gitlab-shell 7.1.1Jacob Vosmaer
2018-03-21Send Gitaly payload for git-upload-archive SSH commandsAlejandro Rodríguez
2018-03-06Bump Gitlab Shell to v6.0.4Alejandro Rodríguez
2018-02-08Bumps Gitlab Shell version to 6.0.3Tiago Botelho
2018-01-22Use gitlab-shell 6.0.2Jacob Vosmaer
2018-01-09Use the new gitlab-shell authorized-keys helper in documentationNick Thomas
2017-12-14Bump gitlab-shell version to 5.10.3Sean McGivern
gitlab-shell 5.10.3 does not introduce any new features; it just removes an unused config option.
2017-12-08Allow git pull/push on project redirectsMayra Cabrera
2017-12-06Bump GITLAB_SHELL_VERSIONRobert Speicher
2017-12-04Fix the fork project functionality for projects with hashed storageNick Thomas
Note the dependency on gitlab-shell v5.10.0
2017-10-11Pass git object dir attributes as relative paths to GitalyAhmad Sherif
Fixes gitaly#629
2017-09-30add username to authorized result, so that gitlab-shell can pass it to hooksDavid Turner
2017-09-22Update gitlab-shell to 5.9.2Jonathon Reinhart
See gitlab-shell!169
2017-09-06Update GitLab Shell to v5.9.0Alejandro Rodríguez
2017-08-07Bump gitlab-shell version to 5.8.0 to fix Git for Windows 2.14Stan Hu