mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-10 21:26:07 +10:00
Annotate models
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user