- 07 May, 2017 3 commits
-
-
Zeger-Jan van de Weg authored
-
Stan Hu authored
This reverts merge request !11150
-
Luke "Jared" Bennett authored
Cast ENV['RSPEC_PROFILING_POSTGRES_URL'] to symbol in establish_connection call of rspec_profiling.rb
-
- 06 May, 2017 1 commit
-
-
Ruben Davila authored
Unicorn was unable to start due to this bad config on Omnibus.
-
- 03 May, 2017 1 commit
-
-
Ruben Davila authored
-
- 02 May, 2017 2 commits
-
-
Ruben Davila authored
-
Sean McGivern authored
We don't appear to have an `active_record_query_trace` dependency any more.
-
- 01 May, 2017 1 commit
-
-
Zeger-Jan van de Weg authored
-
- 28 Apr, 2017 1 commit
-
-
Rémy Coutable authored
-
- 27 Apr, 2017 2 commits
-
-
Ruben Davila authored
e.g: %h4 {{ __('foo') }} Problem was it was being parsed as: %h4 = _('foo') And the correct content should be: %h4= _('foo')
-
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.
-
- 26 Apr, 2017 2 commits
-
-
Ruben Davila authored
This is more simple now given we're using the recommended code to annotate content to be translated.
-
Ruben Davila authored
-
- 25 Apr, 2017 3 commits
-
-
Ruben Davila authored
-
Ruben Davila authored
-
Ruben Davila authored
-
- 21 Apr, 2017 2 commits
-
-
Phil Hughes authored
-
Ruben Davila authored
-
- 20 Apr, 2017 2 commits
-
-
Ruben Davila authored
-
Ruben Davila authored
-
- 19 Apr, 2017 1 commit
-
-
Jakub Jirutka authored
Hard-coding location of configuration files is very bad practice. This patch applies the same approach as currently used for gitlab_shell_secret file.
-
- 14 Apr, 2017 4 commits
-
-
Sean McGivern authored
-
Sean McGivern authored
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Sean McGivern authored
CE port of https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/557
-
- 13 Apr, 2017 1 commit
-
-
Ruben Davila authored
-
- 10 Apr, 2017 1 commit
-
- 06 Apr, 2017 3 commits
-
-
Shinya Maeda authored
-
Shinya Maeda authored
-
Shinya Maeda authored
-
- 05 Apr, 2017 2 commits
-
-
James Lopez authored
Adds import jid to projects Refactor middleware to set custom expiration time via sidekiq options Add completed_jids option to sidekiq status and a few other changes
-
Jacob Vosmaer authored
Rails auto-load (a development feature) can end up resetting instance variables on classes. This breaks Gitlab::GitalyClient, which uses instance variables to keep global hashes to look up channels and addresses. This change adds code that regenerates the hashes if they suddenly become nil.
-
- 03 Apr, 2017 2 commits
-
-
Robert Speicher authored
-
Ahmad Sherif authored
Closes gitaly#166
-
- 29 Mar, 2017 3 commits
-
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
-
Jacob Vosmaer authored
-
- 28 Mar, 2017 1 commit
-
-
Jarka Kadlecova authored
-
- 24 Mar, 2017 1 commit
-
-
Rémy Coutable authored
Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 17 Mar, 2017 1 commit
-
-
Yorick Peterse authored
This returns the ActiveRecord configuration for the current environment. While CE doesn't use this very often, EE will use it in a few places for the database load balancing code. I'm adding this to CE so we don't end up with merge conflicts in this file.
-