From 68f8a798f24405318721a3457f2feb94452ba67b Mon Sep 17 00:00:00 2001 From: Sean McGivern Date: Fri, 9 Mar 2018 13:35:21 +0000 Subject: Include the ee/ directory in backtraces --- lib/gitlab.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/gitlab.rb') diff --git a/lib/gitlab.rb b/lib/gitlab.rb index 11f7c8b9510..aa9fd36d9ff 100644 --- a/lib/gitlab.rb +++ b/lib/gitlab.rb @@ -2,6 +2,7 @@ require_dependency 'gitlab/git' module Gitlab COM_URL = 'https://gitlab.com'.freeze + APP_DIRS_PATTERN = %r{^/?(app|config|ee|lib|spec|\(\w*\))} def self.com? # Check `staging?` as well to keep parity with gitlab.com -- cgit v1.2.3