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
b84da20a
Commit
b84da20a
authored
Jan 18, 2018
by
Rémy Coutable
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move EE-specific tasks to ee/lib/tasks
Signed-off-by:
Rémy Coutable
<
remy@rymai.me
>
parent
fe6a4a36
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
3 additions
and
7 deletions
+3
-7
config/application.rb
config/application.rb
+3
-7
ee/lib/tasks/geo.rake
ee/lib/tasks/geo.rake
+0
-0
ee/lib/tasks/gitlab/artifacts.rake
ee/lib/tasks/gitlab/artifacts.rake
+0
-0
ee/lib/tasks/gitlab/elastic.rake
ee/lib/tasks/gitlab/elastic.rake
+0
-0
ee/lib/tasks/gitlab/lfs.rake
ee/lib/tasks/gitlab/lfs.rake
+0
-0
ee/lib/tasks/migrate/ldap.rake
ee/lib/tasks/migrate/ldap.rake
+0
-0
No files found.
config/application.rb
View file @
b84da20a
...
...
@@ -43,13 +43,9 @@ module Gitlab
end
config
.
eager_load_paths
.
concat
(
ee_paths
)
config
.
paths
[
'app/views'
].
concat
(
%W[
#{
config
.
root
}
/ee/app/views
]
)
config
.
helpers_paths
.
push
(
*
%W[
#{
config
.
root
}
/ee/app/helpers
]
)
config
.
paths
[
'lib/tasks'
]
<<
"
#{
config
.
root
}
/ee/lib/tasks"
config
.
paths
[
'app/views'
]
<<
"
#{
config
.
root
}
/ee/app/views"
config
.
helpers_paths
<<
"
#{
config
.
root
}
/ee/app/helpers"
# Rake tasks ignore the eager loading settings, so we need to set the
# autoload paths explicitly
...
...
lib/tasks/geo.rake
→
ee/
lib/tasks/geo.rake
View file @
b84da20a
File moved
lib/tasks/gitlab/artifacts.rake
→
ee/
lib/tasks/gitlab/artifacts.rake
View file @
b84da20a
File moved
lib/tasks/gitlab/elastic.rake
→
ee/
lib/tasks/gitlab/elastic.rake
View file @
b84da20a
File moved
lib/tasks/gitlab/lfs.rake
→
ee/
lib/tasks/gitlab/lfs.rake
View file @
b84da20a
File moved
lib/tasks/migrate/ldap.rake
→
ee/
lib/tasks/migrate/ldap.rake
View file @
b84da20a
File moved
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