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
22f36eceecd7
Commit
22f36ece
authored
May 06, 2016
by
Robert Speicher
Browse files
Merge branch 'annotate-models' into 'master'
Annotate models See merge request !4071
parents
950653b778c1
731e6da90701
Changes
5
Hide whitespace changes
Inline
Side-by-side
app/models/hooks/project_hook.rb
View file @
22f36ece
...
...
@@ -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 @
22f36ece
...
...
@@ -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 @
22f36ece
...
...
@@ -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 @
22f36ece
...
...
@@ -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 @
22f36ece
...
...
@@ -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