- 28 Apr, 2017 1 commit
-
-
Rémy Coutable 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
-
- 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.
-
- 16 Mar, 2017 1 commit
-
-
Z.J. van de Weg authored
-
- 13 Mar, 2017 2 commits
-
-
Rémy Coutable authored
See http://guides.rubyonrails.org/autoloading_and_reloading_constants.html for more info. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
Bob Van Landuyt authored
-
- 10 Mar, 2017 3 commits
-
-
Douglas Barbosa Alexandre authored
-
Lin Jen-Shin authored
which isn't properly cleaning up whenever something is thrown, not raised. See: https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/1402#note_25128108
-
Sean McGivern authored
If there is an existing gitlab.yml file with snippets explicitly disabled, they won't be enabled with this change.
-
- 08 Mar, 2017 2 commits
-
-
Alejandro Rodríguez authored
Besides improving the error message to specify what exactly you need to do to solve the error, we now don't skip all storage validations on the test environment, so that you also get a nice error message if you're running tests. Now if conditions are met to skip valitaions (test env or env variable) we still make sure the settings _look_ sane, we just skip verifying the paths exists and meet the given conditions.
-
Nick Thomas authored
-
- 07 Mar, 2017 5 commits
-
-
Yorick Peterse authored
This should ensure that connections obtained before starting Sidekiq are not leaked, leading to connection timeouts. Fixes gitlab-com/infrastructure#1139
-
Nick Thomas authored
-
Markus Koller authored
-
Regis Freyd authored
-
Markus Koller authored
-
- 06 Mar, 2017 3 commits
-
-
Pawel Chojnacki authored
+ rename shared context
-
Pawel Chojnacki authored
- cleanup formating in haml - clarify time window is in seconds - cleanup straneous chunks in db/schema - rename count_uniqe_ips to update_and_return_ips_count - other
-
Pawel Chojnacki authored
-
- 03 Mar, 2017 1 commit
-
-
Alejandro Rodríguez authored
This will be necessary when adding gitaly settings. This version doesn't make any functional changes, but allows us to include this breaking change in 9.0 and add the needed extra settings in the future with backwards compatibility
-
- 02 Mar, 2017 1 commit
-
-
Tomasz Maczukin authored
-
- 01 Mar, 2017 2 commits
-
-
Alejandro Rodríguez authored
-
Adam Niedzielski authored
This makes sure that Gitlab::Metrics::RackMiddleware is added before Gitlab::EtagCaching::Middleware.
-