- 12 Sep, 2014 4 commits
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
support using custom redis database, fixes #173
-
Tao authored
-
- 11 Sep, 2014 4 commits
-
-
Dmitriy Zaporozhets authored
Replace build in home folder with environment
-
Dmitriy Zaporozhets authored
Fix spec for GitlabConfig.gitlab_url.
-
Dmitriy Zaporozhets authored
Security issue: imported URLs are stored along with password.
-
Dmitriy Zaporozhets authored
added support for redis password
-
- 09 Sep, 2014 4 commits
-
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
Ignore missing repositories in create-hooks When bin/create-hooks is run against a live GitLab server, there is a possibility of race conditions when a user deletes one of their repositories after bin/create-hooks found it. With this change, bin/create-hooks will ignore missing file errors. See merge request !40
-
Jacob Vosmaer authored
When bin/create-hooks is run against a live GitLab server, there is a possibility of race conditions when a user deletes one of their repositories after bin/create-hooks found it. With this change, bin/create-hooks will ignore missing file errors.
-
- 03 Sep, 2014 3 commits
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Make gitlab-shell work with new /api/allowed method See merge request !39
-
Dmitriy Zaporozhets authored
This commit made changes to GitLab shell to work with huge pushed (ex. 1k branhes) using POST request to API Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 02 Sep, 2014 1 commit
-
-
Dmitriy Zaporozhets authored
Hooks refactoring * replace update hook with pre-receive & post-receive hooks * use pre-receive hook for authorisation * use post-receive hook to create background job for GitLab worker Related to https://dev.gitlab.org/gitlab/gitlabhq/issues/1516 See merge request !38
-
- 01 Sep, 2014 6 commits
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Gitlab Access handles security check. GitlabPostReceive creates a sidekiq job Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 29 Aug, 2014 2 commits
-
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
Handle invalid number of arguments See merge request !37
-
- 28 Aug, 2014 1 commit
-
-
uran authored
-
- 27 Aug, 2014 6 commits
-
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
When a remote user with a valid SSH key runs something like 'ssh git@gitlab.example.com foobar', gitlab-shell would raise an exception in the GitlabShell#escape_path method. With this change, we catch an invalid number of arguments as soon as possible and exit.
-
Jacob Vosmaer authored
Update changelog in light of !35 See merge request !36
-
Job van der Voort authored
-
Jacob Vosmaer authored
Abort check path Fixes #13 See merge request !35
-
Job van der Voort authored
-
- 15 Aug, 2014 1 commit
-
-
Jeroen van Baarsen authored
Match .log* instead of .log.* in .gitignore
-
- 13 Aug, 2014 4 commits
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
Fix repository name/path extraction for GitlabUpdate See merge request !34
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 11 Aug, 2014 2 commits
-
-
Jeroen van Baarsen authored
Update README Markdown style to match CONTRIBUTING
-
Ciro Santilli authored
-
- 17 Jul, 2014 1 commit
-
-
Liam Monahan authored
Something like gitlab-shell.log-20140626.gz will not be caught by the original pattern match since '.' is taken as a literal character.
-
- 15 Jul, 2014 1 commit
-
-
Dmitriy Zaporozhets authored
Adding support+tests for annotated tags.
-