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
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
2017-05-18Prevent errors from non-functional notify_post_receive endpointAlejandro Rodríguez
2017-04-25Bump gitlab-shell version to 5.0.3Dmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2017-03-30bumps gitlab shell versionTiago Botelho
2017-03-08Update GITLAB_SHELL_VERSION to 5.0.0Pawel Chojnacki
Related to gitlab-ee#1648
2016-12-16Bump gitlab-shell to 4.1.1Rémy Coutable
This fixes a compatibility issue with Git 2.11: - Issue: gitlab-org/gitlab-ce#25301 - gitlab-shell MR: gitlab-org/gitlab-shell!112 - CE MR: gitlab-org/gitlab-ce!7967 - EE MR: gitlab-org/gitlab-ee!964 Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-12-12Update custom hooks docs and set 4.1.0Sean McGivern
2016-12-06Bump gitlab-shell version to 4.0.3Ruben Davila
2016-10-31Bump gitlab-shell version to 4.0.0Dmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2016-10-12Update to gitlab-shell 3.6.6Yorick Peterse
2016-10-07Update Gitlab Shell to fix errors moving projects between storagesAlejandro Rodríguez
2016-10-03Update gitlab-shell to 3.6.3Rémy Coutable
Signed-off-by: Rémy Coutable <remy@rymai.me>
2016-09-26Use gitlab-shell v3.6.2 (GIT TRACE logging)Paco Guzman
2016-09-21Bump GITLAB_SHELL_VERSION to 3.6.0 for SSH support for LFS.Patricio Cano
2016-09-14Update GITLAB_SHELL_VERSIONDrew Blessing
2016-08-20Update gitlab-shell to v3.4.0Marin Jankovski
2016-08-11Update gitlab-shell to v3.3.3Douwe Maan
2016-07-27Fix a bug where forking a project from a repository storage to another would ↵Alejandro Rodríguez
fail