- 14 Apr, 2015 2 commits
-
-
Dmitriy Zaporozhets authored
Prevent keys with a very specific comment from accidentally being deleted. Addresses internal issue https://dev.gitlab.org/gitlab/gitlab-shell/issues/32. See merge request !11
-
Douwe Maan authored
-
- 13 Apr, 2015 4 commits
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Include ecdsa keys in `gitlab_keys list-keys`. Addresses internal issue https://dev.gitlab.org/gitlab/gitlab-shell/issues/31. See merge request !12
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
Refactor logic around GL_ID. Builds upon !8. See merge request !9
-
- 10 Apr, 2015 2 commits
-
-
Dmitriy Zaporozhets authored
Allow to configure location of the secret file
-
Douwe Maan authored
-
- 09 Apr, 2015 2 commits
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
Dmitriy Zaporozhets authored
Write errors to stderr to get git to abort and show them as such. Addresses private issues https://dev.gitlab.org/gitlab/gitlab-shell/issues/33 and https://dev.gitlab.org/gitlab/gitlabhq/issues/2195. ![Screen_Shot_2015-04-06_at_13.05.43](https://gitlab.com/gitlab-org/gitlab-shell/uploads/56a4b9f4cc983da93afeb2b85252ec7e/Screen_Shot_2015-04-06_at_13.05.43.png) See merge request !8
-
- 06 Apr, 2015 6 commits
-
-
Douwe Maan authored
-
Douwe Maan authored
-
Douwe Maan authored
-
Douwe Maan authored
-
Douwe Maan authored
-
Douwe Maan authored
-
- 16 Mar, 2015 2 commits
-
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
Prevent character encoding issues by sending received changes as raw data. Better alternative to !64 that doesn't require new gems and leaves dealing with string character encoding to gitlab-rails. See gitlab/gitlabhq!1701 for the corresponding changes there. Fixes: - https://github.com/gitlabhq/gitlabhq/issues/7486 - https://gitlab.com/gitlab-org/gitlab-ce/issues/858 - https://gitlab.com/gitlab-org/gitlab-ce/issues/877 - https://gitlab.com/gitlab-org/gitlab-ce/issues/965 See merge request !65
-
- 15 Mar, 2015 1 commit
-
-
Douwe Maan authored
-
- 04 Mar, 2015 2 commits
-
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
- 03 Mar, 2015 2 commits
-
-
Dmitriy Zaporozhets authored
-
Dmitriy Zaporozhets authored
-
- 27 Feb, 2015 2 commits
-
-
Robert Schilling authored
Correct spelling: Symlinking is short for symbolic linking
-
Petrik de Heus authored
-
- 26 Feb, 2015 2 commits
-
-
Valery Sizov authored
Remove recursive commands from bin/install It is not clear what we need these for anymore. Because these commands would recurse once through all existing files in all Git repositories, and then another time through all directories these commands could take very long on a server with a lot of repositories. We keep the 'chmod' on config.repos_path, to deny world access to all files and directories beneath it. See merge request !63
-
Jacob Vosmaer authored
It is not clear what we need these for anymore. Because these commands would recurse once through all existing files in all Git repositories, and then another time through all directories these commands could take very long on a server with a lot of repositories. We keep the 'chmod' on config.repos_path, to deny world access to all files and directories beneath it.
-
- 24 Feb, 2015 3 commits
-
-
Marin Jankovski authored
-
Marin Jankovski authored
Return true from GitlabPostReceive to ensure custom hooks run. Fixes https://gitlab.com/gitlab-org/omnibus-gitlab/issues/438. See merge request !62
-
Dmitriy Zaporozhets authored
-
- 23 Feb, 2015 2 commits
-
-
Douwe Maan authored
-
Douwe Maan authored
-
- 21 Feb, 2015 6 commits
-
-
Dmitriy Zaporozhets authored
Update readme after Saturday morning conversation with Dmitriy. See merge request !61
-
Sytse Sijbrandij authored
-
Sytse Sijbrandij authored
-
Sytse Sijbrandij authored
-
Marin Jankovski authored
-
Marin Jankovski authored
-
- 20 Feb, 2015 2 commits
-
-
Dmitriy Zaporozhets authored
Less if-else nesting in gitlab_shell.rb This intention of this change is to make the normal flow of execution easier to read, and to prevent mistakes in deeply nested if-else trees. See merge request !60
-
Jacob Vosmaer authored
This intention of this change is to make the normal flow of execution easier to read, and to prevent mistakes in deeply nested if-else trees.
-