Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
8ff68917
Commit
8ff68917
authored
Aug 05, 2019
by
Mark Lapierre
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Revert "Merge branch 'backport-fix-remaining-prepend-lines' into 'master'"
This reverts merge request !31379
parent
82ce29d3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
5 deletions
+0
-5
config/initializers/0_inject_enterprise_edition_module.rb
config/initializers/0_inject_enterprise_edition_module.rb
+0
-2
qa/qa.rb
qa/qa.rb
+0
-3
No files found.
config/initializers/0_inject_enterprise_edition_module.rb
View file @
8ff68917
# frozen_string_literal: true
require
'active_support/inflector'
module
InjectEnterpriseEditionModule
def
prepend_if_ee
(
constant
)
prepend
(
constant
.
constantize
)
if
Gitlab
.
ee?
...
...
qa/qa.rb
View file @
8ff68917
...
...
@@ -4,9 +4,6 @@ $: << File.expand_path(File.dirname(__FILE__))
Encoding
.
default_external
=
'UTF-8'
require_relative
'../lib/gitlab'
require_relative
'../config/initializers/0_inject_enterprise_edition_module'
module
QA
##
# GitLab QA runtime classes, mostly singletons.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment