summaryrefslogtreecommitdiff
path: root/GITLAB_SHELL_VERSION
Commit message (Collapse)AuthorAgeFilesLines
* Update GitLab Shell to v8.3.3Nick Thomas2018-09-141-1/+1
|
* Update GitLab Shell to v8.3.2Nick Thomas2018-09-121-1/+1
|
* Bump gitlab-shell to 8.3.1Stan Hu2018-09-101-1/+1
| | | | | 8.3.0 was tagged with the commit before the CHANGELOG.md and version.rb bump, so this just fixes a harmless warning.
* Bump gitlab-shell to 8.3.0Stan Hu2018-09-071-1/+1
|
* Bump gitlab-shell to 8.2.1 to resolve HTTP status code handlingStan Hu2018-09-071-1/+1
| | | | See https://gitlab.com/gitlab-org/gitlab-shell/merge_requests/237 for more details.
* Update GitLab Shell to v8.1.1 to fix regressionsNick Thomas2018-08-091-1/+1
|
* Update GITLAB_SHELL_VERSION to 8.1.0James Lopez2018-08-021-1/+1
|
* Add support for SSH certificate authenticationÆvar Arnfjörð Bjarmason2018-08-011-1/+1
| | | | | | | | | | | | | | | | | | | | 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".
* Update gitlab-shell version to 7.2.0James Lopez2018-07-271-1/+1
|
* Bump gitlab-shell to 7.1.5Stan Hu2018-07-101-1/+1
| | | | Fixes a NoMethodError in the pre-receive hook: https://gitlab.com/gitlab-org/gitlab-shell/merge_requests/206
* Use gitlab-shell 7.1.4Douwe Maan2018-06-041-1/+1
|
* Use gitlab-shell 7.1.2gitlab-shell-7.1.2Jacob Vosmaer2018-04-091-1/+1
|
* Use gitlab-shell 7.1.1gitlab-shell-7.1.1Jacob Vosmaer2018-03-231-1/+1
|
* Send Gitaly payload for git-upload-archive SSH commandsAlejandro Rodríguez2018-03-211-1/+1
|
* Bump Gitlab Shell to v6.0.4gitlab-shell-6-0-4Alejandro Rodríguez2018-03-061-1/+1
|
* Bumps Gitlab Shell version to 6.0.3bump-gitlab-shell-version-to-6-0-3Tiago Botelho2018-02-081-1/+1
|
* Use gitlab-shell 6.0.2gitlab-shell-6.0.2Jacob Vosmaer2018-01-221-1/+1
|
* Use the new gitlab-shell authorized-keys helper in documentationNick Thomas2018-01-091-1/+1
|
* Bump gitlab-shell version to 5.10.3Sean McGivern2017-12-141-1/+1
| | | | | gitlab-shell 5.10.3 does not introduce any new features; it just removes an unused config option.
* Allow git pull/push on project redirectsMayra Cabrera2017-12-081-1/+1
|
* Bump GITLAB_SHELL_VERSIONrs-bump-shellRobert Speicher2017-12-061-1/+1
|
* Fix the fork project functionality for projects with hashed storageNick Thomas2017-12-041-1/+1
| | | | Note the dependency on gitlab-shell v5.10.0
* Pass git object dir attributes as relative paths to GitalyAhmad Sherif2017-10-111-2/+1
| | | | Fixes gitaly#629
* add username to authorized result, so that gitlab-shell can pass it to hooksDavid Turner2017-09-291-1/+2
|
* Update gitlab-shell to 5.9.2Jonathon Reinhart2017-09-221-1/+1
| | | See gitlab-shell!169
* Update GitLab Shell to v5.9.0gitaly-shell-redis-2Alejandro Rodríguez2017-09-061-1/+1
|
* Bump gitlab-shell version to 5.8.0 to fix Git for Windows 2.14sh-bump-gitlab-shell-5.8.0Stan Hu2017-08-071-1/+1
|
* Bump GITLAB_SHELL_VERSION and GITALY_VERSION to support unhiding refssh-bump-gitlab-shell-gitalyStan Hu2017-08-041-1/+1
|
* Bump Gitlab-Shell to 5.4.0gitaly-381-update-shellKim Carlbäcker2017-07-201-1/+1
|
* Update gitlab-shell to v5.3.1Sean McGivern2017-07-121-1/+1
| | | | | 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.
* Update GITLAB_SHELL_VERSION to v5.3.0Kim Carlbäcker2017-07-091-1/+1
|
* need sha apparentlyKim "BKC" Carlbäcker2017-07-081-1/+1
|
* Update GitLab ShellKim "BKC" Carlbäcker2017-07-081-1/+1
|
* Update GITLAB_SHELL_VERSION to 5.1.1jej-update-gitlab-shell-to-5-1-1James Edwards-Jones2017-07-031-1/+1
| | | | | 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.
* Update GITLAB_SHELL_VERSION to 5.0.6Adam Niedzielski2017-06-261-1/+1
|
* Update GITLAB_SHELL_VERSIONupdate-shell-5-0-5Alejandro Rodríguez2017-05-311-1/+1
| | | | | 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
* Revert "Update GITLAB_SHELL_VERSION"Alejandro Rodríguez2017-05-311-1/+1
| | | | This reverts commit 0d55def4d3cf8f976fe09a05301afce828b95a96.
* Update GITLAB_SHELL_VERSIONAlejandro Rodríguez2017-05-311-1/+1
| | | | | 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
* Prevent errors from non-functional notify_post_receive endpointfix-notify-post-receiveAlejandro Rodríguez2017-05-181-1/+1
|
* Bump gitlab-shell version to 5.0.3Dmitriy Zaporozhets2017-04-251-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* bumps gitlab shell versionTiago Botelho2017-03-301-1/+1
|
* Update GITLAB_SHELL_VERSION to 5.0.0Pawel Chojnacki2017-03-081-1/+1
| | | | Related to gitlab-ee#1648
* Bump gitlab-shell to 4.1.1update-gitlab-shell-4-1-1Rémy Coutable2016-12-161-1/+1
| | | | | | | | | | | 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>
* Update custom hooks docs and set 4.1.0update-custom-hooks-docsSean McGivern2016-12-121-1/+1
|
* Bump gitlab-shell version to 4.0.3update-gitlab-shellRuben Davila2016-12-061-1/+1
|
* Bump gitlab-shell version to 4.0.0dz-bump-gitlab-shellDmitriy Zaporozhets2016-10-311-1/+1
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Update to gitlab-shell 3.6.6Yorick Peterse2016-10-121-1/+1
|
* Update Gitlab Shell to fix errors moving projects between storagesshell-updateAlejandro Rodríguez2016-10-071-1/+1
|
* Update gitlab-shell to 3.6.3Rémy Coutable2016-10-031-1/+1
| | | | Signed-off-by: Rémy Coutable <remy@rymai.me>
* Use gitlab-shell v3.6.2 (GIT TRACE logging)22053-bump-gitlab-shell-to-have-git-tracePaco Guzman2016-09-261-1/+1
|