- 27 Sep, 2016 2 commits
-
-
Rémy Coutable authored
Enable GIT_TRACE_PERFORMANCE through a config variable. The value of the variable must an absolute path needs to exist so we’re able to check if we can write in that file. Because in the case we cannot write we’ll throw a warning to the output of the users. ```sh ~/dev/gitlab/local/pacoguzman/gitlab-ce (master=)$ git push origin master warning: could not open '/wadus' for tracing: Permission denied Everything up-to-date ``` Closes #59 See merge request !91
-
Paco Guzman authored
Enable GIT_TRACE/GIT_TRACE_PACKET/GIT_TRACE_PERFORMANCE by providing the git_trace_log_file config key The value of the variable if present must be a writable absolute path. If it’s not the case we log a proper message and not enable tracing to not throw output to the users.
-
- 26 Sep, 2016 1 commit
-
-
Douwe Maan authored
-
- 23 Sep, 2016 1 commit
-
-
Yorick Peterse authored
Set a low IO priority for storage moves to lower performance impact See merge request !92
-
- 20 Sep, 2016 3 commits
-
-
Alejandro Rodríguez authored
-
Douwe Maan authored
-
Douwe Maan authored
Added LFS support to SSH Required changes to GitLab Shell include the actual handling of the `git-lfs-authenticate` command and the retrieval of the correct credentials. Needed for gitlab-org/gitlab-ce!6043 Related to gitlab-org/gitlab-ce#3589 > **Note:** gitlab-org/gitlab-ce!6043 needs to be merged before this one. cc @jacobvosmaer-gitlab @marin @DouweM See merge request !86
-
- 08 Sep, 2016 1 commit
-
-
Patricio Cano authored
-
- 06 Sep, 2016 5 commits
-
-
Patricio Cano authored
-
Patricio Cano authored
-
Patricio Cano authored
-
Patricio Cano authored
-
Patricio Cano authored
- Required changes to GitLab Shell include the actual handling of the `git-lfs-authenticate` command and the retrieval of the correct credentials.
-
- 02 Sep, 2016 2 commits
-
-
Douwe Maan authored
-
Douwe Maan authored
Add option to recover 2FA via SSH Related to https://gitlab.com/gitlab-org/gitlab-ce/issues/3765 Allow users to recover their own account if they lose their 2FA device or recovery codes. ## Questions/Concerns - Does this look secure? I think it is but we need to make sure no one can spoof a username or something and disable two factor. ## Todo - [x] Working code - [x] Tests - [x] GitLab merge requests (including documentation) ![Screen_Shot_2016-08-18_at_2.34.18_PM](/uploads/1ed00e93abdfc3b41187c021e4f9d4db/Screen_Shot_2016-08-18_at_2.34.18_PM.png) See merge request !74
-
- 26 Aug, 2016 1 commit
-
-
Drew Blessing authored
-
- 19 Aug, 2016 3 commits
-
-
Robert Speicher authored
Sentinel Support Sentinel connection parameters in `config.yml` file. Fixes #29 See merge request !85
-
Gabriel Mazetto authored
-
Gabriel Mazetto authored
-
- 18 Aug, 2016 2 commits
-
-
Gabriel Mazetto authored
-
Gabriel Mazetto authored
-
- 11 Aug, 2016 4 commits
-
-
Robert Speicher authored
In order to use chomp! on the input later, we need to dup the ARGV input string for keys Also updated the gitlab_key tests to freeze the ARGV variables. Fixes https://gitlab.com/gitlab-org/gitlab-shell/issues/56 See merge request !84
-
Douwe Maan authored
-
Douwe Maan authored
Show Merge request link after pushing if new brach This is part of implementation for issue https://gitlab.com/gitlab-org/gitlab-ce/issues/18266 See merge request !77
-
Scott Le authored
update spec different text for new and existing merge request update spec fix style switch order of messages enhance message appearance remove extra spaces
-
- 10 Aug, 2016 6 commits
-
-
DJ Mountney authored
Also updated the gitlab_key tests to freeze the ARGV variables.
-
Robert Speicher authored
Update the keys permission check to open the file in write mode. That way the file is created if it does not exist. This will help simplify the check being running from omnibus. Currently we create the authorized_keys, file in omnibus. We want to instead have omnibus call check-permissions as the git user, to get around nfs root_squash issues with the authorized_keys file. See merge request !83
-
DJ Mountney authored
That way the file is created if it does not exist.
-
Robert Speicher authored
Defense in depth for authorized_keys lines Validate the key_id and public_key inputs when rendering the actual 'line' we append to authorized_keys. Although these inputs are either trusted (key_id) or validated earlier (public_key) it does not hurt to take a little extra care that we do not write unintended data to the authorized_keys file. See merge request !82
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
-
- 05 Aug, 2016 1 commit
-
-
Jacob Vosmaer authored
-
- 04 Aug, 2016 3 commits
-
-
Robert Speicher authored
Small improvements - refactor GitlabKey away - fix Redis check output See merge request !81
-
Jacob Vosmaer authored
It is not nice to have both 'GitlabKeys' and 'GitlabKey'. We also do not need GitlabKey to be a class when it has no state.
-
Jacob Vosmaer authored
-
- 03 Aug, 2016 3 commits
-
-
Douwe Maan authored
-
Douwe Maan authored
Improve authorized_keys check The old check only looked if authorized_keys exists. With this change, we look whether we can actually open the file for reading and writing. When this fails we try to print useful diagnostic information. See merge request !79
-
Jacob Vosmaer authored
-
- 02 Aug, 2016 1 commit
-
-
Jacob Vosmaer authored
The old check only looked if authorized_keys exists. With this change, we look whether we can actually open the file for reading and writing. When this fails we try to print useful diagnostic information.
-
- 01 Aug, 2016 1 commit
-
-
Douwe Maan authored
-