- 11 Oct, 2016 1 commit
-
-
Paco Guzman authored
-
- 10 Oct, 2016 2 commits
-
-
Sean McGivern authored
Test against ruby 2.3 Closes #61 See merge request !99
-
Paco Guzman authored
-
- 07 Oct, 2016 3 commits
-
-
Yorick Peterse authored
-
Yorick Peterse authored
Fix rsync with ionice command building See merge request !97
-
Alejandro Rodríguez authored
-
- 05 Oct, 2016 4 commits
-
-
Yorick Peterse authored
Fix short circuit logic between rsync with and without ionice for storage migrations See merge request !96
-
Alejandro Rodríguez authored
storage migrations
-
Sean McGivern authored
Re-exposing GL_ID to custom hooks closes https://gitlab.com/gitlab-org/gitlab-ee/issues/995 closes https://gitlab.com/gitlab-org/gitlab-shell/issues/53 See merge request !95
-
Valery Sizov authored
-
- 30 Sep, 2016 3 commits
-
-
Rémy Coutable authored
Update VERSION Was this an oversight? Should we re-tag v3.6.2? Or just bump to v3.6.3? See merge request !94
-
Lin Jen-Shin (godfat) authored
-
Lin Jen-Shin (godfat) authored
-
- 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 2 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
-