Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Merge pull request #16 from docwhat/exec | Dmitriy Zaporozhets | 2013-03-25 | 1 | -1/+5 | |
|\ | | | | | Improve gitlab_shell spec and replace `system()` with `exec()` | |||||
| * | Use Kernel::exec instead of system() | Christian HoĢltje | 2013-03-15 | 1 | -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_keys | Dmitriy Zaporozhets | 2013-03-25 | 2 | -2/+2 | |
|\ \ | | | | | | | Do not fall on discover deployment keys. Closes #25 | |||||
| * | | Do not fall on discover deployment keys. Closes #25 | Akzhan | 2013-03-25 | 2 | -2/+2 | |
| | | | ||||||
* | | | return non-zero status if gitlab-projects or gitlab-keys cmd was not successfulv1.2.0 | Dmitriy Zaporozhets | 2013-03-25 | 2 | -0/+2 | |
|/ / | ||||||
* | | Require openssl | Martin Bastien | 2013-03-23 | 1 | -0/+1 | |
| | | | | | | | | Fix the "uninitialized constant GitlabNet::OpenSSL (NameError)" after upgrading to ruby 2.0 | |||||
* | | http_settings configuration option added. | Akzhan | 2013-03-23 | 2 | -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 missing | Maxim Filatov | 2013-03-21 | 1 | -1/+1 | |
|/ | ||||||
* | mv-project feature added | Dmitriy Zaporozhets | 2013-03-12 | 1 | -0/+26 | |
| | ||||||
* | Merge pull request #13 from redorkulated/master | Dmitriy Zaporozhets | 2013-03-11 | 1 | -1/+1 | |
|\ | | | | | gitlab_update: Stop matching all on .git | |||||
| * | gitlab_update: Stop matching all | Michael | 2013-03-10 | 1 | -1/+1 | |
| | | | | | | Commenting out . to stop all single char matches rather then just ".git" | |||||
* | | tests added: GitlabNet check, GitlabProject exec | Dmitriy Zaporozhets | 2013-03-11 | 1 | -0/+2 | |
| | | ||||||
* | | test GitlabKeys exec | Dmitriy Zaporozhets | 2013-03-11 | 1 | -0/+2 | |
| | | ||||||
* | | remove puts | Dmitriy Zaporozhets | 2013-03-11 | 1 | -1/+0 | |
| | | ||||||
* | | test GitlabNet allowed method | Dmitriy Zaporozhets | 2013-03-11 | 1 | -0/+1 | |
| | | ||||||
* | | Cover with tests GitlabProjects | Dmitriy Zaporozhets | 2013-03-11 | 1 | -2/+12 | |
|/ | ||||||
* | Add ssh support for next syntax: git clone ssh://git@localhost/group/project.git | Dmitriy Zaporozhets | 2013-02-19 | 1 | -1/+3 | |
| | ||||||
* | v1.0.4 | Dmitriy Zaporozhets | 2013-02-14 | 1 | -1/+1 | |
| | ||||||
* | Use update hook to add post event to redis. Use GL_ID instead of GL_USER | Dmitriy Zaporozhets | 2013-02-14 | 2 | -17/+31 | |
| | ||||||
* | If GL_USER set with some garbage - reset it | Dmitriy Zaporozhets | 2013-02-14 | 1 | -0/+7 | |
| | ||||||
* | Fix truncate repos. Added path option to importv1.0.3 | Dmitriy Zaporozhets | 2013-02-09 | 1 | -2/+2 | |
| | ||||||
* | more accurate key deletion | Dmitriy Zaporozhets | 2013-02-09 | 1 | -1/+1 | |
| | ||||||
* | Allow local pushes without update check | Dmitriy Zaporozhets | 2013-02-08 | 1 | -0/+5 | |
| | ||||||
* | oops. forgot about params | Dmitriy Zaporozhets | 2013-02-07 | 1 | -1/+1 | |
| | ||||||
* | add support for ssl | Dmitriy Zaporozhets | 2013-02-07 | 1 | -1/+5 | |
| | ||||||
* | Include gitlab_config in gitlab_init | Dmitriy Zaporozhets | 2013-02-06 | 4 | -3/+1 | |
| | ||||||
* | Update hook and support for protected branches | Dmitriy Zaporozhets | 2013-02-06 | 4 | -7/+40 | |
| | ||||||
* | import-project feature | Dmitriy Zaporozhets | 2013-02-05 | 1 | -0/+7 | |
| | ||||||
* | add check bin | Dmitriy Zaporozhets | 2013-02-05 | 1 | -0/+4 | |
| | ||||||
* | gitlab-url config | Dmitriy Zaporozhets | 2013-02-05 | 2 | -3/+9 | |
| | ||||||
* | gitlab net | Dmitriy Zaporozhets | 2013-02-05 | 2 | -10/+44 | |
| | ||||||
* | Fix key removal | Dmitriy Zaporozhets | 2013-02-05 | 1 | -1/+1 | |
| | ||||||
* | add/remove keys by id | Dmitriy Zaporozhets | 2013-02-05 | 1 | -4/+4 | |
| | ||||||
* | let test adding repo for real | Dmitriy Zaporozhets | 2013-02-05 | 1 | -4/+4 | |
| | ||||||
* | gitlab-init | Dmitriy Zaporozhets | 2013-02-05 | 1 | -0/+2 | |
| | ||||||
* | More tests | Dmitriy Zaporozhets | 2013-02-05 | 2 | -7/+1 | |
| | ||||||
* | validate access via api | Dmitriy Zaporozhets | 2013-02-04 | 1 | -1/+14 | |
| | ||||||
* | set GL_USER | Dmitriy Zaporozhets | 2013-02-04 | 1 | -0/+2 | |
| | ||||||
* | link post-receive hook also | Dmitriy Zaporozhets | 2013-02-04 | 1 | -2/+3 | |
| | ||||||
* | Project builder | Dmitriy Zaporozhets | 2013-02-04 | 1 | -0/+35 | |
| | ||||||
* | GitlabConfig. Fixed adding key | Dmitriy Zaporozhets | 2013-02-04 | 3 | -8/+22 | |
| | ||||||
* | proper rm-user | Dmitriy Zaporozhets | 2013-02-04 | 1 | -2/+1 | |
| | ||||||
* | add/remove keys to authorized_keys | Dmitriy Zaporozhets | 2013-02-03 | 1 | -0/+44 | |
| | ||||||
* | gitlab-shell base implementation | Dmitriy Zaporozhets | 2013-02-03 | 1 | -2/+15 | |
| | ||||||
* | working git upload | Dmitriy Zaporozhets | 2013-02-03 | 1 | -0/+31 | |