summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Adds changelog item and bumps the versionprint-new-project-in-post-receiveTiago Botelho2018-02-062-1/+4
|
* Print new project information in post receiveTiago Botelho2018-02-062-5/+54
|
* Merge branch 'dz-add-sast' into 'master'Robert Speicher2018-02-051-0/+8
|\ | | | | | | | | Add SAST job to .gitlab-ci.yml See merge request gitlab-org/gitlab-shell!188
| * Reset before_script for SAST jobdz-add-sastDmitriy Zaporozhets2018-02-051-0/+1
| |
| * Remove unnecessary newline in .gitlab-ci.yml [ci skip]Dmitriy Zaporozhets2018-02-051-1/+0
| |
| * Add SAST job to .gitlab-ci.ymlDmitriy Zaporozhets2018-02-051-0/+8
| |
* | Merge branch 'dz-remove-coveralls' into 'master'Robert Speicher2018-02-054-26/+9
|\ \ | |/ |/| | | | | Replace coveralls with simplecov See merge request gitlab-org/gitlab-shell!189
| * Replace coveralls with simplecovdz-remove-coverallsDmitriy Zaporozhets2018-02-054-26/+9
|/ | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Update LICENSE in line with ↵Douwe Maan2018-01-221-1/+6
| | | | https://about.gitlab.com/handbook/engineering/#gitlab-repositories
* Update CONTRIBUTING.md in line with ↵Douwe Maan2018-01-221-5/+10
| | | | https://about.gitlab.com/handbook/engineering/#gitlab-repositories
* Merge branch 'changelog-6.0.2' into 'master'v6.0.2Robert Speicher2018-01-192-1/+5
|\ | | | | | | | | Add CHANGELOG for 6.0.2 See merge request gitlab-org/gitlab-shell!187
| * Changelog for 6.0.2changelog-6.0.2Jacob Vosmaer2018-01-192-1/+5
|/
* Merge branch 'gitaly-dependencies' into 'master'Robert Speicher2018-01-1821-480/+8485
|\ | | | | | | | | Update gitaly-proto and gitaly libs See merge request gitlab-org/gitlab-shell!185
| * Update gitaly-proto and gitaly libsJacob Vosmaer (GitLab)2018-01-1821-480/+8485
|/
* Merge branch 'grpc-go-1.9.1' into 'master'Robert Speicher2018-01-1885-3557/+11819
|\ | | | | | | | | Use grpc-go 1.9.1 See merge request gitlab-org/gitlab-shell!184
| * Use grpc-go 1.9.1grpc-go-1.9.1Jacob Vosmaer2018-01-1885-3557/+11819
|/
* Merge branch 'fix-pre-receive' into 'master'v6.0.1Stan Hu2018-01-143-2/+4
|\ | | | | | | | | | | | | Fix git push by removing a bad require in the pre-receive hook Closes gitlab-qa#158 See merge request gitlab-org/gitlab-shell!183
| * Fix git push by removing a bad require in the pre-receive hookNick Thomas2018-01-143-2/+4
|/
* Merge branch 'sh-remove-geo-node-ssh-keys' into 'master'v6.0.0Douwe Maan2018-01-127-60/+16
|\ | | | | | | | | | | | | Remove special case treatment of Geo nodes for SSH Closes #115 See merge request gitlab-org/gitlab-shell!179
| * Release v6.0.0Nick Thomas2018-01-122-2/+4
| |
| * Remove special case treatment of Geo nodes for SSHStan Hu2018-01-126-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 Maan2018-01-1228-5830/+35
|\ | | | | | | | | | | | | Remove direct redis integration Closes #119 See merge request gitlab-org/gitlab-shell!181
| * Remove direct redis integrationNick Thomas2018-01-1228-5830/+35
| |
* | Merge branch '113-remove-gitlab-projects' into 'master'Douwe Maan2018-01-125-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 implementationNick Thomas2018-01-125-1267/+24
|/
* Merge branch '118-database-authorized-keys' into 'master'v5.11.0Douwe Maan2017-12-197-40/+201
|\ | | | | | | | | | | | | Introduce a more-complete implementation of bin/authorized_keys Closes #118 See merge request gitlab-org/gitlab-shell!178
| * Version 5.11.0Nick Thomas2017-12-192-1/+4
| |
| * Introduce a more-complete implementation of bin/authorized_keysNick Thomas2017-12-195-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.3Sean McGivern2017-12-141-1/+1
|
* Merge branch 'remove-redis-cli' into 'master'Sean McGivern2017-12-134-3/+3
|\ | | | | | | | | | | | | Remove unused redis bin configuration. Closes #114 See merge request gitlab-org/gitlab-shell!177
| * Remove unused redis bin configuration.remove-redis-cliMarin Jankovski2017-12-124-3/+3
|/
* Bump version to 5.10.2v5.10.2Douwe Maan2017-12-071-1/+1
|
* Update CHANGELOGDouwe Maan2017-12-071-0/+3
|
* Merge branch '35385-allow-git-pull-push-on-project-redirects' into 'master'Douwe Maan2017-12-072-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-redirectsMayra Cabrera2017-12-072-1/+36
| |
* | Merge branch 'fork-no-local' into 'master'v5.10.1Robert Speicher2017-12-063-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 forkJacob Vosmaer (GitLab)2017-12-063-3/+6
|/ /
* | Merge branch '116-fix-fork-project-for-hashed-storage' into 'master'v5.10.0Douwe Maan2017-12-014-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 storageNick Thomas2017-12-014-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.4Douwe Maan2017-10-115-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-requestAhmad Sherif2017-10-105-7/+140
|/
* Bump version to v5.9.3v5.9.3Douwe Maan2017-09-292-1/+4
|
* Merge branch 'remote_user' into 'master'Douwe Maan2017-09-295-19/+77
|\ | | | | | | | | translate gl_username -> REMOTE_USER See merge request gitlab-org/gitlab-shell!158
| * pass gl_username through to hooksDavid Turner2017-09-285-19/+77
| |
* | Merge branch 'bvl-bump-version-5-9-2' into 'master'Douwe Maan2017-09-271-1/+1
|\ \ | |/ |/| | | | | Update version to 9.5.2 See merge request gitlab-org/gitlab-shell!170
| * Update VERSIONbvl-bump-version-5-9-2Bob Van Landuyt2017-09-261-1/+1
|/
* Merge branch '108-pre-receive-undefined-variable' into 'master'v5.9.2Douwe Maan2017-09-222-2/+5
|\ | | | | | | | | | | | | pre-receive: Fix undefined local variable error Closes #108 See merge request gitlab-org/gitlab-shell!169
| * Update CHANGELOG with pre-receive fixJonathon Reinhart2017-09-211-0/+3
| |
| * pre-receive: Fix undefined local variable errorJonathon Reinhart2017-09-211-2/+2
|/ | | | This was broken during the refactor in c658360e94.
* Merge branch 'bumps-gitlab-shell-to-5-9-1' into 'master'v5.9.1Robert Speicher2017-09-191-1/+1
|\ | | | | | | | | Bumps gitlab shell version to 5.9.1 See merge request gitlab-org/gitlab-shell!168