BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
c715936e
Commit
c715936e
authored
Jul 27, 2017
by
Michael Kozono
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Exclude existing offenses
parent
9beef184
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
6 additions
and
0 deletions
+6
-0
20160713205315_add_domain_blacklist_to_application_settings.rb
...713205315_add_domain_blacklist_to_application_settings.rb
+1
-0
20160817133006_add_koding_to_application_settings.rb
...rate/20160817133006_add_koding_to_application_settings.rb
+1
-0
20161103191444_add_sidekiq_throttling_to_application_settings.rb
...3191444_add_sidekiq_throttling_to_application_settings.rb
+1
-0
20161128161412_add_html_emails_enabled_to_application_settings.rb
...161412_add_html_emails_enabled_to_application_settings.rb
+1
-0
20161206003819_add_plant_uml_enabled_to_application_settings.rb
...06003819_add_plant_uml_enabled_to_application_settings.rb
+1
-0
20170602154736_add_help_page_hide_commercial_content_to_application_settings.rb
...p_page_hide_commercial_content_to_application_settings.rb
+1
-0
No files found.
db/migrate/20160713205315_add_domain_blacklist_to_application_settings.rb
View file @
c715936e
# See http://doc.gitlab.com/ce/development/migration_style_guide.html
# for more information on how to write migrations for GitLab.
# rubocop:disable Migration/SaferBooleanColumn
class
AddDomainBlacklistToApplicationSettings
<
ActiveRecord
::
Migration
include
Gitlab
::
Database
::
MigrationHelpers
...
...
db/migrate/20160817133006_add_koding_to_application_settings.rb
View file @
c715936e
# rubocop:disable Migration/SaferBooleanColumn
class
AddKodingToApplicationSettings
<
ActiveRecord
::
Migration
include
Gitlab
::
Database
::
MigrationHelpers
...
...
db/migrate/20161103191444_add_sidekiq_throttling_to_application_settings.rb
View file @
c715936e
# See http://doc.gitlab.com/ce/development/migration_style_guide.html
# for more information on how to write migrations for GitLab.
# rubocop:disable Migration/SaferBooleanColumn
class
AddSidekiqThrottlingToApplicationSettings
<
ActiveRecord
::
Migration
include
Gitlab
::
Database
::
MigrationHelpers
...
...
db/migrate/20161128161412_add_html_emails_enabled_to_application_settings.rb
View file @
c715936e
# See http://doc.gitlab.com/ce/development/migration_style_guide.html
# for more information on how to write migrations for GitLab.
# rubocop:disable Migration/SaferBooleanColumn
class
AddHtmlEmailsEnabledToApplicationSettings
<
ActiveRecord
::
Migration
include
Gitlab
::
Database
::
MigrationHelpers
...
...
db/migrate/20161206003819_add_plant_uml_enabled_to_application_settings.rb
View file @
c715936e
# See http://doc.gitlab.com/ce/development/migration_style_guide.html
# for more information on how to write migrations for GitLab.
# rubocop:disable Migration/SaferBooleanColumn
class
AddPlantUmlEnabledToApplicationSettings
<
ActiveRecord
::
Migration
include
Gitlab
::
Database
::
MigrationHelpers
...
...
db/migrate/20170602154736_add_help_page_hide_commercial_content_to_application_settings.rb
View file @
c715936e
# rubocop:disable Migration/SaferBooleanColumn
class
AddHelpPageHideCommercialContentToApplicationSettings
<
ActiveRecord
::
Migration
include
Gitlab
::
Database
::
MigrationHelpers
...
...
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