Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Simplify building and testing the Go components | Nick Thomas | 2019-10-18 | 4 | -65/+3 |
| | |||||
* | Merge branch '173-remove-bin-install-command' into 'master' | Ash McKenzie | 2019-10-09 | 2 | -2/+15 |
|\ | | | | | | | | | Decouple `bin/compile` and `bin/install` from code in `lib/` See merge request gitlab-org/gitlab-shell!340 | ||||
| * | Decouple bin/compile and bin/install from lib/ | Nick Thomas | 2019-10-08 | 2 | -2/+15 |
| | | | | | | | | | | | | | | | | | | This commit duplicates a small amount of Ruby code that is run at build or install time. Over time, it would be nice to remove the dependency on Ruby for these steps, but the focus right now is on run-time. We'll be removing lib/* from gitlab-shell very soon, and these commands need to keep working when we do. | ||||
* | | Remove deprecated create-hooks script | Nick Thomas | 2019-10-08 | 1 | -5/+0 |
|/ | |||||
* | Refactor "go build" path constants | Victor Zagorodny | 2019-09-02 | 1 | -1/+1 |
| | |||||
* | Use go mod | Jacob Vosmaer | 2019-08-19 | 4 | -38/+15 |
| | |||||
* | Set Go111MODULE to 'off' during compilation | Zeger-Jan van de Weg | 2019-06-17 | 1 | -1/+2 |
| | | | | | | | | Given more to the Go community moves to Go modules, one might default to GO111MODULE to on in their environment. If this is done, this project fails to compile. By setting the environment for the compilation this is fixed. | ||||
* | Add script to update vendored go libs | Jacob Vosmaer (GitLab) | 2018-07-24 | 2 | -2/+28 |
| | |||||
* | Update files to pass modern rubocop checks. Disable some of themdz-update-deps | Dmitriy Zaporozhets | 2018-02-22 | 2 | -3/+3 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Update rubocop and code to pass it | Dmitriy Zaporozhets | 2018-02-22 | 1 | -3/+3 |
| | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
* | Check go formatting in CI | Jacob Vosmaer | 2017-05-23 | 1 | -0/+16 |
| | |||||
* | Use gitaly-upload-pack and gitaly-receive-pack | Jacob Vosmaer | 2017-05-23 | 2 | -0/+45 |
| | |||||
* | Merge pull request #90 from Razer6/optional_repo_path | Dmitriy Zaporozhets | 2014-10-28 | 1 | -3/+8 |
|\ | | | | | Add optional repo path, remove reference to gitolite repo | ||||
| * | Add optional repo path, remove reference to gitolite repo, fixes #77 | Robert Schilling | 2013-09-13 | 1 | -3/+8 |
| | | |||||
* | | Make support/rewrite-hooks.sh use bin/create_hooks | Jacob Vosmaer | 2014-02-26 | 1 | -26/+3 |
|/ | |||||
* | Remove empty post-receive hook | Jacob Vosmaer | 2013-07-19 | 1 | -14/+6 |
| | |||||
* | Remove gitolite support from rewrite-hooks.sh | Jacob Vosmaer | 2013-07-19 | 1 | -14/+8 |
| | |||||
* | added optional argument so to override default repo location | Angus MacArthur | 2013-05-29 | 1 | -1/+4 |
| | |||||
* | Fix truncate repos. Added path option to importv1.0.3 | Dmitriy Zaporozhets | 2013-02-09 | 1 | -1/+1 |
| | |||||
* | simple DRY (if non-usual installation) | Andrey Kumanyaev | 2013-02-08 | 2 | -7/+10 |
| | |||||
* | Correcting regex match | Michael | 2013-02-07 | 1 | -2/+2 |
| | | | Stops paths such as test_git, testgit etc.. being matched | ||||
* | Change in deletion warning | Michael | 2013-02-07 | 1 | -1/+1 |
| | |||||
* | Update hook and support for protected branches | Dmitriy Zaporozhets | 2013-02-06 | 1 | -0/+6 |
| | |||||
* | Fix rewrite hook script | Dmitriy Zaporozhets | 2013-02-05 | 1 | -2/+2 |
| | |||||
* | support dir | Dmitriy Zaporozhets | 2013-02-05 | 2 | -0/+43 |