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
iv
gitlab-ce
Commits
2dcd3f29
Commit
2dcd3f29
authored
May 06, 2016
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Annotate models
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
b1230bbd
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
2 deletions
+6
-2
app/models/hooks/project_hook.rb
app/models/hooks/project_hook.rb
+1
-0
app/models/hooks/service_hook.rb
app/models/hooks/service_hook.rb
+1
-0
app/models/hooks/system_hook.rb
app/models/hooks/system_hook.rb
+1
-0
app/models/hooks/web_hook.rb
app/models/hooks/web_hook.rb
+1
-0
app/models/project_import_data.rb
app/models/project_import_data.rb
+2
-2
No files found.
app/models/hooks/project_hook.rb
View file @
2dcd3f29
...
...
@@ -17,6 +17,7 @@
# enable_ssl_verification :boolean default(TRUE)
# build_events :boolean default(FALSE), not null
# wiki_page_events :boolean default(FALSE), not null
# token :string
#
class
ProjectHook
<
WebHook
...
...
app/models/hooks/service_hook.rb
View file @
2dcd3f29
...
...
@@ -17,6 +17,7 @@
# enable_ssl_verification :boolean default(TRUE)
# build_events :boolean default(FALSE), not null
# wiki_page_events :boolean default(FALSE), not null
# token :string
#
class
ServiceHook
<
WebHook
...
...
app/models/hooks/system_hook.rb
View file @
2dcd3f29
...
...
@@ -17,6 +17,7 @@
# enable_ssl_verification :boolean default(TRUE)
# build_events :boolean default(FALSE), not null
# wiki_page_events :boolean default(FALSE), not null
# token :string
#
class
SystemHook
<
WebHook
...
...
app/models/hooks/web_hook.rb
View file @
2dcd3f29
...
...
@@ -17,6 +17,7 @@
# enable_ssl_verification :boolean default(TRUE)
# build_events :boolean default(FALSE), not null
# wiki_page_events :boolean default(FALSE), not null
# token :string
#
class
WebHook
<
ActiveRecord
::
Base
...
...
app/models/project_import_data.rb
View file @
2dcd3f29
...
...
@@ -6,8 +6,8 @@
# project_id :integer
# data :text
# encrypted_credentials :text
# encrypted_credentials_iv :
text
# encrypted_credentials_salt :
text
# encrypted_credentials_iv :
string
# encrypted_credentials_salt :
string
#
require
'carrierwave/orm/activerecord'
...
...
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