summaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge pull request #39 from dex4er/bugfix_https_with_nonstandard_portDmitriy Zaporozhets2013-04-191-1/+1
|\ | | | | https can be served also on non-standard port
| * https can be served also on non-standard portPiotr Roszatycki2013-04-031-1/+1
| |
* | Merge pull request #35 from chr1831/masterDmitriy Zaporozhets2013-04-192-2/+19
|\ \ | | | | | | Added configuration options for custom redis servers as well as bin locations
| * | Refactored update hook as well as fixed a typo. GitlabConfig is now only ↵GitLab2013-04-101-6/+8
| | | | | | | | | | | | called once in the update hook.
| * | Added socket support to redis configuration directive per drf's request at ↵GitLab2013-04-091-1/+4
| | | | | | | | | | | | https://github.com/gitlabhq/gitlab-shell/pull/35
| * | Added fallback to default to localhost if the redis configuration block is ↵Chr18312013-03-291-2/+6
| | | | | | | | | | | | missing or empty in config.yml
| * | Added remote redis support to gitlab_update.rbChris2013-03-292-1/+9
| |/
* | bug fix for namespaced project forkingagutong-dev2013-04-171-1/+1
| |
* | additional fork check and enhanced testsAngus MacArthur2013-04-161-0/+5
| |
* | more fixes for pull reuestAngus MacArthur2013-04-161-5/+14
| | | | | | | | Change-Id: I1b3d64d79187c414e326928a96427d1cc6176224
* | fork fixes for upstream pullAngus MacArthur2013-04-161-1/+1
| | | | | | | | Change-Id: Ia48a93ccbfea6fdc0791ce25cf3e6291bfe7fa08
* | add fork_project commandAngus MacArthur2013-04-111-0/+13
|/
* Merge pull request #16 from docwhat/execDmitriy Zaporozhets2013-03-251-1/+5
|\ | | | | Improve gitlab_shell spec and replace `system()` with `exec()`
| * Use Kernel::exec instead of system()Christian Höltje2013-03-151-1/+5
| | | | | | | | | | We don't need to keep the ruby process around once we've established that it's ok to run a git command.
* | Merge pull request #26 from regru/do_not_fall_on_deploy_keysDmitriy Zaporozhets2013-03-252-2/+2
|\ \ | | | | | | Do not fall on discover deployment keys. Closes #25
| * | Do not fall on discover deployment keys. Closes #25Akzhan2013-03-252-2/+2
| | |
* | | return non-zero status if gitlab-projects or gitlab-keys cmd was not successfulv1.2.0Dmitriy Zaporozhets2013-03-252-0/+2
|/ /
* | Require opensslMartin Bastien2013-03-231-0/+1
| | | | | | | | Fix the "uninitialized constant GitlabNet::OpenSSL (NameError)" after upgrading to ruby 2.0
* | http_settings configuration option added.Akzhan2013-03-232-1/+18
| | | | | | | | | | | | | | Now it supports: * self_signed_cert option to allow self-signed certificates over https protocol. * user and password options to pass though http auth.
* | gitlab_net#host: slash is missingMaxim Filatov2013-03-211-1/+1
|/
* mv-project feature addedDmitriy Zaporozhets2013-03-121-0/+26
|
* Merge pull request #13 from redorkulated/masterDmitriy Zaporozhets2013-03-111-1/+1
|\ | | | | gitlab_update: Stop matching all on .git
| * gitlab_update: Stop matching allMichael2013-03-101-1/+1
| | | | | | Commenting out . to stop all single char matches rather then just ".git"
* | tests added: GitlabNet check, GitlabProject execDmitriy Zaporozhets2013-03-111-0/+2
| |
* | test GitlabKeys execDmitriy Zaporozhets2013-03-111-0/+2
| |
* | remove putsDmitriy Zaporozhets2013-03-111-1/+0
| |
* | test GitlabNet allowed methodDmitriy Zaporozhets2013-03-111-0/+1
| |
* | Cover with tests GitlabProjectsDmitriy Zaporozhets2013-03-111-2/+12
|/
* Add ssh support for next syntax: git clone ssh://git@localhost/group/project.gitDmitriy Zaporozhets2013-02-191-1/+3
|
* v1.0.4Dmitriy Zaporozhets2013-02-141-1/+1
|
* Use update hook to add post event to redis. Use GL_ID instead of GL_USERDmitriy Zaporozhets2013-02-142-17/+31
|
* If GL_USER set with some garbage - reset itDmitriy Zaporozhets2013-02-141-0/+7
|
* Fix truncate repos. Added path option to importv1.0.3Dmitriy Zaporozhets2013-02-091-2/+2
|
* more accurate key deletionDmitriy Zaporozhets2013-02-091-1/+1
|
* Allow local pushes without update checkDmitriy Zaporozhets2013-02-081-0/+5
|
* oops. forgot about paramsDmitriy Zaporozhets2013-02-071-1/+1
|
* add support for sslDmitriy Zaporozhets2013-02-071-1/+5
|
* Include gitlab_config in gitlab_initDmitriy Zaporozhets2013-02-064-3/+1
|
* Update hook and support for protected branchesDmitriy Zaporozhets2013-02-064-7/+40
|
* import-project featureDmitriy Zaporozhets2013-02-051-0/+7
|
* add check binDmitriy Zaporozhets2013-02-051-0/+4
|
* gitlab-url configDmitriy Zaporozhets2013-02-052-3/+9
|
* gitlab netDmitriy Zaporozhets2013-02-052-10/+44
|
* Fix key removalDmitriy Zaporozhets2013-02-051-1/+1
|
* add/remove keys by idDmitriy Zaporozhets2013-02-051-4/+4
|
* let test adding repo for realDmitriy Zaporozhets2013-02-051-4/+4
|
* gitlab-initDmitriy Zaporozhets2013-02-051-0/+2
|
* More testsDmitriy Zaporozhets2013-02-052-7/+1
|
* validate access via apiDmitriy Zaporozhets2013-02-041-1/+14
|
* set GL_USERDmitriy Zaporozhets2013-02-041-0/+2
|