Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
heptapod
heptapod
Commits
731e6da90701
Commit
731e6da9
authored
May 06, 2016
by
Dmitriy Zaporozhets
Browse files
Annotate models
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
68aebab70209
Changes
5
Hide whitespace changes
Inline
Side-by-side
app/models/hooks/project_hook.rb
View file @
731e6da9
...
...
@@ -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 @
731e6da9
...
...
@@ -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 @
731e6da9
...
...
@@ -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 @
731e6da9
...
...
@@ -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 @
731e6da9
...
...
@@ -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
Supports
Markdown
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