Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Execute command directly without using shell | François Bobot | 2013-09-16 | 1 | -8/+8 | |
|/ | | | | use Shellwords.shellwords for splitting origin_cmd instead of .split(' ') | |||||
* | Merge pull request #56 from smashwilson/36-logger | Dmitriy Zaporozhets | 2013-06-10 | 1 | -4/+32 | |
|\ | | | | | Logger | |||||
| * | Show an 'access denied' message on stderr. | ash | 2013-05-18 | 1 | -0/+1 | |
| | | ||||||
| * | Allow administrators to log users by key id (faster) or by username (clearer). | ash | 2013-05-18 | 1 | -8/+26 | |
| | | ||||||
| * | Logging throughout gitlab-shell. | ash | 2013-05-18 | 1 | -1/+10 | |
| | | ||||||
* | | ok last change in this code | GitLab | 2013-05-28 | 1 | -2/+0 | |
| | | ||||||
* | | fixed bad regex | GitLab | 2013-05-28 | 1 | -1/+3 | |
| | | ||||||
* | | propably better ssh key id finding in ARGV | GitLab | 2013-05-28 | 1 | -1/+1 | |
|/ | ||||||
* | 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 Hö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. | |||||
* | | Do not fall on discover deployment keys. Closes #25 | Akzhan | 2013-03-25 | 1 | -1/+1 | |
|/ | ||||||
* | Use update hook to add post event to redis. Use GL_ID instead of GL_USER | Dmitriy Zaporozhets | 2013-02-14 | 1 | -1/+1 | |
| | ||||||
* | Include gitlab_config in gitlab_init | Dmitriy Zaporozhets | 2013-02-06 | 1 | -1/+0 | |
| | ||||||
* | Update hook and support for protected branches | Dmitriy Zaporozhets | 2013-02-06 | 1 | -3/+1 | |
| | ||||||
* | gitlab net | Dmitriy Zaporozhets | 2013-02-05 | 1 | -10/+12 | |
| | ||||||
* | More tests | Dmitriy Zaporozhets | 2013-02-05 | 1 | -1/+1 | |
| | ||||||
* | validate access via api | Dmitriy Zaporozhets | 2013-02-04 | 1 | -1/+14 | |
| | ||||||
* | set GL_USER | Dmitriy Zaporozhets | 2013-02-04 | 1 | -0/+2 | |
| | ||||||
* | GitlabConfig. Fixed adding key | Dmitriy Zaporozhets | 2013-02-04 | 1 | -3/+2 | |
| | ||||||
* | gitlab-shell base implementation | Dmitriy Zaporozhets | 2013-02-03 | 1 | -2/+15 | |
| | ||||||
* | working git upload | Dmitriy Zaporozhets | 2013-02-03 | 1 | -0/+31 | |