Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Release v6.0.0 | Nick Thomas | 2018-01-12 | 2 | -2/+4 | |
| | | ||||||
| * | Remove special case treatment of Geo nodes for SSH | Stan Hu | 2018-01-12 | 6 | -59/+13 | |
|/ | | | | | | | We removed SSH support in https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/3553, so we no longer need the ability to show all refs for Geo nodes. Closes #115 | |||||
* | Merge branch '119-remove-gitlab-reference-counter' into 'master' | Douwe Maan | 2018-01-12 | 28 | -5830/+35 | |
|\ | | | | | | | | | | | | | Remove direct redis integration Closes #119 See merge request gitlab-org/gitlab-shell!181 | |||||
| * | Remove direct redis integration | Nick Thomas | 2018-01-12 | 28 | -5830/+35 | |
| | | ||||||
* | | Merge branch '113-remove-gitlab-projects' into 'master' | Douwe Maan | 2018-01-12 | 5 | -1267/+24 | |
|\ \ | |/ | | | | | | | | | | | Resolve "Remove bin/gitlab_projects and lib/gitlab_projects.rb" Closes #113 See merge request gitlab-org/gitlab-shell!180 | |||||
| * | Remove the GitlabProjects implementation | Nick Thomas | 2018-01-12 | 5 | -1267/+24 | |
|/ | ||||||
* | Merge branch '118-database-authorized-keys' into 'master'v5.11.0 | Douwe Maan | 2017-12-19 | 7 | -40/+201 | |
|\ | | | | | | | | | | | | | Introduce a more-complete implementation of bin/authorized_keys Closes #118 See merge request gitlab-org/gitlab-shell!178 | |||||
| * | Version 5.11.0 | Nick Thomas | 2017-12-19 | 2 | -1/+4 | |
| | | ||||||
| * | Introduce a more-complete implementation of bin/authorized_keys | Nick Thomas | 2017-12-19 | 5 | -39/+197 | |
|/ | | | | | | | | | bin/authorized_keys doesn't check that the requesting user matches the expected user, so to enable database authorized keys lookups, we currently ask the admin to create a custom script for that purpose. Better is to have a complete script that can perform the whole task. This commit introduces bin/gitlab-shell-authorized-keys-check which does so. | |||||
* | Bump version to 5.10.3v5.10.3 | Sean McGivern | 2017-12-14 | 1 | -1/+1 | |
| | ||||||
* | Merge branch 'remove-redis-cli' into 'master' | Sean McGivern | 2017-12-13 | 4 | -3/+3 | |
|\ | | | | | | | | | | | | | Remove unused redis bin configuration. Closes #114 See merge request gitlab-org/gitlab-shell!177 | |||||
| * | Remove unused redis bin configuration.remove-redis-cli | Marin Jankovski | 2017-12-12 | 4 | -3/+3 | |
|/ | ||||||
* | Bump version to 5.10.2v5.10.2 | Douwe Maan | 2017-12-07 | 1 | -1/+1 | |
| | ||||||
* | Update CHANGELOG | Douwe Maan | 2017-12-07 | 1 | -0/+3 | |
| | ||||||
* | Merge branch '35385-allow-git-pull-push-on-project-redirects' into 'master' | Douwe Maan | 2017-12-07 | 2 | -1/+36 | |
|\ | | | | | | | | | Prints a message if project was renamed See merge request gitlab-org/gitlab-shell!175 | |||||
| * | Prints a message if project was redirected35385-allow-git-pull-push-on-project-redirects | Mayra Cabrera | 2017-12-07 | 2 | -1/+36 | |
| | | ||||||
* | | Merge branch 'fork-no-local' into 'master'v5.10.1 | Robert Speicher | 2017-12-06 | 3 | -3/+6 | |
|\ \ | | | | | | | | | | | | | Use 'git clone --no-local' when creating a fork See merge request gitlab-org/gitlab-shell!176 | |||||
| * | | Use 'git clone --no-local' when creating a fork | Jacob Vosmaer (GitLab) | 2017-12-06 | 3 | -3/+6 | |
|/ / | ||||||
* | | Merge branch '116-fix-fork-project-for-hashed-storage' into 'master'v5.10.0 | Douwe Maan | 2017-12-01 | 4 | -1/+103 | |
|\ \ | |/ |/| | | | | | | | | | Add a 'fork-repository' command that works with hashed storage Closes #116 See merge request gitlab-org/gitlab-shell!174 | |||||
| * | Add a 'fork-repository' command that works with hashed storage | Nick Thomas | 2017-12-01 | 4 | -1/+103 | |
|/ | | | | | | | The existing 'fork-project' command cannot work with hashed storage as the source project basename differs from the destination repository basename. It is deprecated by the addition of 'fork-repository' and should be removed in the next major version. | |||||
* | Merge branch 'feature/add-pwd-envvar-to-check-access-request' into 'master'v5.9.4 | Douwe Maan | 2017-10-11 | 5 | -7/+140 | |
|\ | | | | | | | | | Add relative git object dir envvars to check access request See merge request gitlab-org/gitlab-shell!171 | |||||
| * | Add relative git object dir envvars to check access requestfeature/add-pwd-envvar-to-check-access-request | Ahmad Sherif | 2017-10-10 | 5 | -7/+140 | |
|/ | ||||||
* | Bump version to v5.9.3v5.9.3 | Douwe Maan | 2017-09-29 | 2 | -1/+4 | |
| | ||||||
* | Merge branch 'remote_user' into 'master' | Douwe Maan | 2017-09-29 | 5 | -19/+77 | |
|\ | | | | | | | | | translate gl_username -> REMOTE_USER See merge request gitlab-org/gitlab-shell!158 | |||||
| * | pass gl_username through to hooks | David Turner | 2017-09-28 | 5 | -19/+77 | |
| | | ||||||
* | | Merge branch 'bvl-bump-version-5-9-2' into 'master' | Douwe Maan | 2017-09-27 | 1 | -1/+1 | |
|\ \ | |/ |/| | | | | | Update version to 9.5.2 See merge request gitlab-org/gitlab-shell!170 | |||||
| * | Update VERSIONbvl-bump-version-5-9-2 | Bob Van Landuyt | 2017-09-26 | 1 | -1/+1 | |
|/ | ||||||
* | Merge branch '108-pre-receive-undefined-variable' into 'master'v5.9.2 | Douwe Maan | 2017-09-22 | 2 | -2/+5 | |
|\ | | | | | | | | | | | | | pre-receive: Fix undefined local variable error Closes #108 See merge request gitlab-org/gitlab-shell!169 | |||||
| * | Update CHANGELOG with pre-receive fix | Jonathon Reinhart | 2017-09-21 | 1 | -0/+3 | |
| | | ||||||
| * | pre-receive: Fix undefined local variable error | Jonathon Reinhart | 2017-09-21 | 1 | -2/+2 | |
|/ | | | | This was broken during the refactor in c658360e94. | |||||
* | Merge branch 'bumps-gitlab-shell-to-5-9-1' into 'master'v5.9.1 | Robert Speicher | 2017-09-19 | 1 | -1/+1 | |
|\ | | | | | | | | | Bumps gitlab shell version to 5.9.1 See merge request gitlab-org/gitlab-shell!168 | |||||
| * | Bumps gitlab shell version to 5.9.1bumps-gitlab-shell-to-5-9-1 | Tiago Botelho | 2017-09-19 | 1 | -1/+1 | |
| | | ||||||
* | | Merge branch 'add-force-push-option-to-push-branches' into 'master' | Robert Speicher | 2017-09-19 | 3 | -1/+21 | |
|\ \ | |/ |/| | | | | | Adds --force option to push branches. See merge request gitlab-org/gitlab-shell!167 | |||||
| * | Adds --force option to push branches.add-force-push-option-to-push-branches | Tiago Botelho | 2017-09-19 | 3 | -1/+21 | |
|/ | ||||||
* | Bump version to 5.9.0v5.9.0 | Sean McGivern | 2017-09-06 | 1 | -1/+1 | |
| | ||||||
* | Merge branch 'gitaly-redis-refactor' into 'master' | Sean McGivern | 2017-09-06 | 7 | -13/+162 | |
|\ | | | | | | | | | | | | | Gitaly redis refactor Closes gitaly#522 See merge request !164 | |||||
| * | Support new /internal/pre-receive API endpoint for post-receivegitaly-redis-refactor | Alejandro Rodríguez | 2017-09-05 | 6 | -1/+133 | |
| | | ||||||
| * | Support `redis` field on /internal/check API endpoint | Alejandro Rodríguez | 2017-09-05 | 2 | -12/+29 | |
| | | ||||||
* | | Link to CONTRIBUTING.md and LICENSE | Douwe Maan | 2017-09-04 | 1 | -0/+8 | |
| | | ||||||
* | | Update CONTRIBUTING.md | Douwe Maan | 2017-09-04 | 1 | -620/+19 | |
|/ | ||||||
* | Merge branch 'gitaly-redis-refactor' into 'master' | Sean McGivern | 2017-08-31 | 7 | -160/+356 | |
|\ | | | | | | | | | | | | | Support new /internal/post-receive API endpoint Closes gitaly#522 See merge request !163 | |||||
| * | Support new /internal/post-receive API endpoint | Alejandro Rodríguez | 2017-08-30 | 7 | -160/+356 | |
|/ | ||||||
* | Merge branch '69-monotonic-clock' into 'master' | Yorick Peterse | 2017-08-09 | 3 | -2/+9 | |
|\ | | | | | | | | | | | | | Support old versions of ruby without a monotonic clock Closes #69 See merge request !161 | |||||
| * | Add changes to the changelog and bump version69-monotonic-clock | Gabriel Mazetto | 2017-08-09 | 2 | -1/+4 | |
| | | ||||||
| * | Support old versions of ruby without monotonic clock | Gabriel Mazetto | 2017-08-09 | 1 | -1/+5 | |
|/ | ||||||
* | Bump version to v5.8.0v5.8.0 | Stan Hu | 2017-08-07 | 1 | -1/+1 | |
| | ||||||
* | Merge branch 'sh-fix-git-upload-pack' into 'master' | Stan Hu | 2017-08-07 | 3 | -5/+25 | |
|\ | | | | | | | | | | | | | Fix SSH support for Git for Windows v2.14 Closes gitlab-ce#36028 See merge request !159 | |||||
| * | Fix SSH support for Git for Windows v2.14sh-fix-git-upload-pack | Stan Hu | 2017-08-06 | 3 | -5/+25 | |
|/ | | | | | | | Git For Windows 2.14 has a patch that changes `git-upload-pack` to `git upload-pack`. To make this work for gitlab-shell, just map this to `git-upload-pack`. Closes gitlab-org/gitlab-ce#36028 | |||||
* | Bump version to v5.7.0v5.7.0 | Stan Hu | 2017-08-04 | 1 | -1/+1 | |
| | ||||||
* | Merge branch 'sh-support-gitaly-upload-pack-unhide-refs' into 'master' | Stan Hu | 2017-08-04 | 3 | -7/+25 | |
|\ | | | | | | | | | Support unhiding of all refs via Gitaly See merge request !153 |