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
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
2017-08-04Bump GITLAB_SHELL_VERSION and GITALY_VERSION to support unhiding refsStan Hu
2017-07-20Bump Gitlab-Shell to 5.4.0Kim Carlbäcker
2017-07-12Update gitlab-shell to v5.3.1Sean McGivern
This fixes an issue where the merge request URLs for a push returned an error, which made gitlab-shell show a stacktrace to the user.
2017-07-09Update GITLAB_SHELL_VERSION to v5.3.0Kim Carlbäcker
2017-07-08need sha apparentlyKim "BKC" Carlbäcker
2017-07-08Update GitLab ShellKim "BKC" Carlbäcker
2017-07-03Update GITLAB_SHELL_VERSION to 5.1.1James Edwards-Jones
Update to >= 5.1.0 needed for https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/2240 on EE. Updated here to keep CE and EE on the same version. 5.1.1 includes https://gitlab.com/gitlab-org/gitlab-shell/merge_requests/142 to revert changes which were causing problems with Post Receive hooks.
2017-06-26Update GITLAB_SHELL_VERSION to 5.0.6Adam Niedzielski
2017-06-01Update GITLAB_SHELL_VERSIONAlejandro Rodríguez
This change continues with the plan to change the parameters passed around GitLab components to allow for independence of mount points. See https://gitlab.com/gitlab-org/gitlab-shell/merge_requests/130#note_28747613
2017-06-01Revert "Update GITLAB_SHELL_VERSION"Alejandro Rodríguez
This reverts commit 0d55def4d3cf8f976fe09a05301afce828b95a96.
2017-06-01Update GITLAB_SHELL_VERSIONAlejandro Rodríguez
This change continues with the plan to change the parameters passed around GitLab components to allow for independence of mount points. See https://gitlab.com/gitlab-org/gitlab-shell/merge_requests/130#note_28747613