summaryrefslogtreecommitdiff
path: root/support
Commit message (Collapse)AuthorAgeFilesLines
* Simplify building and testing the Go componentsNick Thomas2019-10-184-65/+3
|
* Merge branch '173-remove-bin-install-command' into 'master'Ash McKenzie2019-10-092-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 Thomas2019-10-082-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 scriptNick Thomas2019-10-081-5/+0
|/
* Refactor "go build" path constantsVictor Zagorodny2019-09-021-1/+1
|
* Use go modJacob Vosmaer2019-08-194-38/+15
|
* Set Go111MODULE to 'off' during compilationZeger-Jan van de Weg2019-06-171-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 libsJacob Vosmaer (GitLab)2018-07-242-2/+28
|
* Update files to pass modern rubocop checks. Disable some of themdz-update-depsDmitriy Zaporozhets2018-02-222-3/+3
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Update rubocop and code to pass itDmitriy Zaporozhets2018-02-221-3/+3
| | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Check go formatting in CIJacob Vosmaer2017-05-231-0/+16
|
* Use gitaly-upload-pack and gitaly-receive-packJacob Vosmaer2017-05-232-0/+45
|
* Merge pull request #90 from Razer6/optional_repo_pathDmitriy Zaporozhets2014-10-281-3/+8
|\ | | | | Add optional repo path, remove reference to gitolite repo
| * Add optional repo path, remove reference to gitolite repo, fixes #77Robert Schilling2013-09-131-3/+8
| |
* | Make support/rewrite-hooks.sh use bin/create_hooksJacob Vosmaer2014-02-261-26/+3
|/
* Remove empty post-receive hookJacob Vosmaer2013-07-191-14/+6
|
* Remove gitolite support from rewrite-hooks.shJacob Vosmaer2013-07-191-14/+8
|
* added optional argument so to override default repo locationAngus MacArthur2013-05-291-1/+4
|
* Fix truncate repos. Added path option to importv1.0.3Dmitriy Zaporozhets2013-02-091-1/+1
|
* simple DRY (if non-usual installation)Andrey Kumanyaev2013-02-082-7/+10
|
* Correcting regex matchMichael2013-02-071-2/+2
| | | Stops paths such as test_git, testgit etc.. being matched
* Change in deletion warningMichael2013-02-071-1/+1
|
* Update hook and support for protected branchesDmitriy Zaporozhets2013-02-061-0/+6
|
* Fix rewrite hook scriptDmitriy Zaporozhets2013-02-051-2/+2
|
* support dirDmitriy Zaporozhets2013-02-052-0/+43