Commit dd890d7e authored by Robert Speicher's avatar Robert Speicher

Merge branch 'annotate-models' into 'master'

Annotate models

See merge request !4071
parents 70b065aa 2dcd3f29
...@@ -17,6 +17,7 @@ ...@@ -17,6 +17,7 @@
# enable_ssl_verification :boolean default(TRUE) # enable_ssl_verification :boolean default(TRUE)
# build_events :boolean default(FALSE), not null # build_events :boolean default(FALSE), not null
# wiki_page_events :boolean default(FALSE), not null # wiki_page_events :boolean default(FALSE), not null
# token :string
# #
class ProjectHook < WebHook class ProjectHook < WebHook
......
...@@ -17,6 +17,7 @@ ...@@ -17,6 +17,7 @@
# enable_ssl_verification :boolean default(TRUE) # enable_ssl_verification :boolean default(TRUE)
# build_events :boolean default(FALSE), not null # build_events :boolean default(FALSE), not null
# wiki_page_events :boolean default(FALSE), not null # wiki_page_events :boolean default(FALSE), not null
# token :string
# #
class ServiceHook < WebHook class ServiceHook < WebHook
......
...@@ -17,6 +17,7 @@ ...@@ -17,6 +17,7 @@
# enable_ssl_verification :boolean default(TRUE) # enable_ssl_verification :boolean default(TRUE)
# build_events :boolean default(FALSE), not null # build_events :boolean default(FALSE), not null
# wiki_page_events :boolean default(FALSE), not null # wiki_page_events :boolean default(FALSE), not null
# token :string
# #
class SystemHook < WebHook class SystemHook < WebHook
......
...@@ -17,6 +17,7 @@ ...@@ -17,6 +17,7 @@
# enable_ssl_verification :boolean default(TRUE) # enable_ssl_verification :boolean default(TRUE)
# build_events :boolean default(FALSE), not null # build_events :boolean default(FALSE), not null
# wiki_page_events :boolean default(FALSE), not null # wiki_page_events :boolean default(FALSE), not null
# token :string
# #
class WebHook < ActiveRecord::Base class WebHook < ActiveRecord::Base
......
...@@ -6,8 +6,8 @@ ...@@ -6,8 +6,8 @@
# project_id :integer # project_id :integer
# data :text # data :text
# encrypted_credentials :text # encrypted_credentials :text
# encrypted_credentials_iv :text # encrypted_credentials_iv :string
# encrypted_credentials_salt :text # encrypted_credentials_salt :string
# #
require 'carrierwave/orm/activerecord' require 'carrierwave/orm/activerecord'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment