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
0
Merge Requests
0
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
Jérome Perrin
gitlab-ce
Commits
38ed0dea
Commit
38ed0dea
authored
Sep 15, 2014
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move hook models in separate dir
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
39ab7527
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
1 addition
and
0 deletions
+1
-0
app/models/hooks/project_hook.rb
app/models/hooks/project_hook.rb
+0
-0
app/models/hooks/service_hook.rb
app/models/hooks/service_hook.rb
+0
-0
app/models/hooks/system_hook.rb
app/models/hooks/system_hook.rb
+0
-0
app/models/hooks/web_hook.rb
app/models/hooks/web_hook.rb
+0
-0
config/application.rb
config/application.rb
+1
-0
No files found.
app/models/project_hook.rb
→
app/models/
hooks/
project_hook.rb
View file @
38ed0dea
File moved
app/models/service_hook.rb
→
app/models/
hooks/
service_hook.rb
View file @
38ed0dea
File moved
app/models/system_hook.rb
→
app/models/
hooks/
system_hook.rb
View file @
38ed0dea
File moved
app/models/web_hook.rb
→
app/models/
hooks/
web_hook.rb
View file @
38ed0dea
File moved
config/application.rb
View file @
38ed0dea
...
...
@@ -14,6 +14,7 @@ module Gitlab
# Custom directories with classes and modules you want to be autoloadable.
config
.
autoload_paths
+=
%W(
#{
config
.
root
}
/lib
#{
config
.
root
}
/app/finders
#{
config
.
root
}
/app/models/hooks
#{
config
.
root
}
/app/models/concerns
#{
config
.
root
}
/app/models/project_services
#{
config
.
root
}
/app/models/members)
...
...
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