Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Restore "Pass custom git_config_options to Gitalyo" | Nick Thomas | 2018-08-14 | 1 | -2/+4 |
| | | | | This reverts commit 764f6f47fa6a8698ae033532ae49875a87030518. | ||||
* | Revert "Merge branch 'ash.mckenzie/srp-refactor' into 'master'" | Nick Thomas | 2018-08-14 | 1 | -0/+32 |
| | | | | | This reverts commit 3aaf4751e09262c53544a1987f59b1308af9b6c1, reversing changes made to c6577e0d75f51b017f2f332838b97c3ca5b497c0. | ||||
* | Remove GitAccessStatus as not required | Ash McKenzie | 2018-08-01 | 1 | -28/+0 |
| | |||||
* | Update files to pass modern rubocop checks. Disable some of themdz-update-deps | Dmitriy Zaporozhets | 2018-02-22 | 1 | -6/+6 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Remove special case treatment of Geo nodes for SSH | Stan Hu | 2018-01-12 | 1 | -5/+3 |
| | | | | | | | 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 | ||||
* | pass gl_username through to hooks | David Turner | 2017-09-28 | 1 | -6/+8 |
| | |||||
* | Make geo_node a default parametersh-show-all-refs | Stan Hu | 2017-07-24 | 1 | -1/+1 |
| | |||||
* | Support unhiding of all refs for Geo Nodes | Stan Hu | 2017-07-21 | 1 | -3/+9 |
| | | | | | | By default, we hide certain refs (e.g. keep-around/XXX) to save user download time. We need to preserve these references on secondary Geo nodes to have a true copy. | ||||
* | - Update gitaly vendoring | Kim "BKC" Carlbäcker | 2017-07-03 | 1 | -3/+4 |
| | | | | | - Wire up gitaly-*-pack to Gitaly. Don't pass git-*-pack to go - Disable tests for go1.5 & 1.6 | ||||
* | Handle GL_REPOSITORY env variable and use it in api calls | Alejandro Rodríguez | 2017-05-11 | 1 | -3/+4 |
| | |||||
* | Refactor repository paths handling to allow multiple git mount pointsshards | Alejandro Rodríguez | 2016-06-29 | 1 | -3/+4 |
| | |||||
* | Simplify the GitAccessStatus classsimplify-access-status | Jacob Vosmaer | 2016-06-23 | 1 | -5/+4 |
| | | | | | Make the optional 'message' argument required. Remove unused 'to_json' method. | ||||
* | Make fixes to pass rubocop | Dmitriy Zaporozhets | 2015-02-16 | 1 | -2/+2 |
| | |||||
* | Revert "Revert "Merge branch 'git_hook_messages'"" | Valery Sizov | 2014-11-24 | 1 | -0/+20 |
| | | | | This reverts commit f8453da5868dd7a23d0f2f3da7a45e33c441d1db. | ||||
* | Revert "Merge branch 'git_hook_messages'" | Jacob Vosmaer | 2014-11-20 | 1 | -20/+0 |
| | | | | | | | | | | At least the following things were broken: - missing require for 'gitlab_access_status' in lib/gitlab_net.rb - gitlabhq master internal API returns 'true' or 'false', gitlab-shell expects JSON This reverts commit 11311a95545f967a5736cd16ab5fc37f7e658519, reversing changes made to 45444597aef3e434571de2491934ae92357ad231. | ||||
* | Show error message when git access is rejected | Valery Sizov | 2014-11-14 | 1 | -0/+20 |