- 14 Dec, 2017 1 commit
-
-
Nick Thomas authored
By importing this Ruby code into gitlab-rails (and gitaly-ruby), we avoid 200ms of startup time for each gitlab_projects subprocess we are eliminating. By not having a gitlab_projects subprocess between gitlab-rails / sidekiq and any git subprocesses (e.g. for fork_project, fetch_remote, etc, calls), we can also manage these git processes more cleanly, and avoid sending SIGKILL to them
-
- 04 Dec, 2017 1 commit
-
-
Nick Thomas authored
Note the dependency on gitlab-shell v5.10.0
-
- 21 Nov, 2017 1 commit
-
-
Nick Thomas authored
-
- 16 Nov, 2017 1 commit
-
-
Jacopo authored
Adds a rubocop rule (with autocorrect) to ensure line break after guard clauses.
-
- 05 Oct, 2017 2 commits
-
-
Zeger-Jan van de Weg authored
-
Zeger-Jan van de Weg authored
-
- 29 Sep, 2017 1 commit
-
-
Jacob Vosmaer authored
-
- 30 Aug, 2017 1 commit
-
-
Kim "BKC" Carlbäcker authored
- `Gitlab::Shell.fetch_remote` now takes a `Gitlab::Git::Repository` instead
-
- 15 Aug, 2017 1 commit
-
-
Nick Thomas authored
-
- 07 Aug, 2017 1 commit
-
- 13 Jul, 2017 1 commit
-
-
Jacob Vosmaer authored
-
- 03 Jul, 2017 1 commit
-
-
Stan Hu authored
-
- 21 Jun, 2017 1 commit
-
-
Grzegorz Bizon authored
-
- 27 Apr, 2017 1 commit
-
-
Chris Wilson authored
GitLab uses the import_project method in GitLab Shell, This method uses a timeout for the operation, hardcoded to 800 seconds. With this MR the timeout is now configurable in the gitlab_shell settings.
-
- 05 Apr, 2017 1 commit
-
-
Stan Hu authored
Notice what happens when a user adds a key with a space in between: ``` irb(main):004:0> 'ssh-rsa foobar'.split(/ /) => ["ssh-rsa", "", "foobar"] ``` This would cause gitlab-shell to receive a blank argument for the actual key, leading to users unable to login.
-
- 03 Apr, 2017 3 commits
-
-
Douglas Barbosa Alexandre authored
-
Douglas Barbosa Alexandre authored
-
Robin Bobbitt authored
-
- 01 Mar, 2017 1 commit
-
-
Sean McGivern authored
-
- 23 Feb, 2017 5 commits
-
-
Douwe Maan authored
This reverts commit cb10b725c8929b8b4460f89c9d96c773af39ba6b.
-
Douwe Maan authored
-
Douwe Maan authored
-
Douwe Maan authored
-
Douwe Maan authored
-
- 16 Feb, 2017 1 commit
-
-
James Lopez authored
Also update repo restorer to use project wiki method.
-
- 14 Feb, 2017 1 commit
-
-
Dmitriy Zaporozhets authored
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
-
- 27 Jan, 2017 1 commit
-
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 04 Nov, 2016 1 commit
-
-
Jacob Vosmaer authored
-
- 13 Oct, 2016 1 commit
-
-
Grzegorz Bizon authored
-
- 06 Oct, 2016 1 commit
-
-
Justin DiPierro authored
-
- 16 Sep, 2016 1 commit
-
-
Jacob Vosmaer authored
Avoid issues with text encoding by not sending out non-7-bit ASCII text. Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/22167
-
- 13 Sep, 2016 1 commit
-
-
Elan Ruusamäe authored
-
- 26 Jul, 2016 1 commit
-
-
Alejandro Rodríguez authored
-
- 30 Jun, 2016 2 commits
-
-
Alejandro Rodríguez authored
-
Alejandro Rodríguez authored
-
- 03 Jun, 2016 2 commits
-
-
James Lopez authored
This reverts commit 3e991230.
-
James Lopez authored
# Conflicts: # app/models/project.rb
-
- 08 May, 2016 1 commit
-
-
Connor Shea authored
This reports uses of `File.exists?` and `Dir.exists?`, which were both deprecated in Ruby and will eventually be removed in favor of `.exist?`. Also fixes all existing uses of the deprecated methods.
-
- 04 May, 2016 1 commit
-
-
Rémy Coutable authored
Use Rugged's TagCollection#create instead of gitlab-shell's Repository#add_tag for better performance Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 15 Apr, 2016 1 commit
-
-
Robert Schilling authored
-