Skip to content
Snippets Groups Projects
Commit 0d944af3 authored by Andriy Dyadyura's avatar Andriy Dyadyura
Browse files

modified: app/views/projects/buttons/_fork.html.haml

parent 9f8c38bd
No related branches found
No related tags found
No related merge requests found
Loading
@@ -13,19 +13,19 @@
Loading
@@ -13,19 +13,19 @@
= link_to project_path(forked_from_project) do = link_to project_path(forked_from_project) do
= forked_from_project.namespace.try(:name) = forked_from_project.namespace.try(:name)
.cover-controls.left .cover-controls.left
.visibility-level-label.has_tooltip{title: project_visibility_level_description(@project.visibility_level), data: { container: 'body' } } .visibility-level-label.btn-nr.has_tooltip{title: project_visibility_level_description(@project.visibility_level), data: { container: 'body' } }
= visibility_level_icon(@project.visibility_level, fw: false) = visibility_level_icon(@project.visibility_level, fw: false)
= visibility_level_label(@project.visibility_level) = visibility_level_label(@project.visibility_level)
   
.cover-controls .cover-controls
- if current_user - if current_user
= link_to namespace_project_path(@project.namespace, @project, format: :atom, private_token: current_user.private_token), class: 'btn btn-gray' do = link_to namespace_project_path(@project.namespace, @project, format: :atom, private_token: current_user.private_token), class: 'btn btn-nr btn-gray' do
= icon('rss') = icon('rss')
- access = user_max_access_in_project(current_user.id, @project) - access = user_max_access_in_project(current_user.id, @project)
- can_edit = can?(current_user, :admin_project, @project) - can_edit = can?(current_user, :admin_project, @project)
- if access || can_edit - if access || can_edit
%span.dropdown.project-settings-dropdown %span.dropdown.project-settings-dropdown
%a.dropdown-new.btn.btn-gray#project-settings-button{href: '#', 'data-toggle' => 'dropdown'} %a.dropdown-new.btn.btn-nr.btn-gray#project-settings-button{href: '#', 'data-toggle' => 'dropdown'}
= icon('cog') = icon('cog')
= icon('angle-down') = icon('angle-down')
%ul.dropdown-menu.dropdown-menu-right %ul.dropdown-menu.dropdown-menu-right
Loading
Loading
- unless @project.empty_repo? - unless @project.empty_repo?
- if current_user && can?(current_user, :fork_project, @project) - if current_user && can?(current_user, :fork_project, @project)
- if current_user.already_forked?(@project) && current_user.manageable_namespaces.size < 2 - if current_user.already_forked?(@project) && current_user.manageable_namespaces.size < 2
= link_to namespace_project_path(current_user, current_user.fork_of(@project)), title: 'Go to your fork', class: 'btn has_tooltip' do = link_to namespace_project_path(current_user, current_user.fork_of(@project)), title: 'Go to your fork', class: 'btn btn-nr has_tooltip' do
= icon('code-fork fw') = icon('code-fork fw')
Fork Fork
%div.count-with-arrow %div.count-with-arrow
Loading
@@ -9,7 +9,7 @@
Loading
@@ -9,7 +9,7 @@
%span.count %span.count
= @project.forks_count = @project.forks_count
- else - else
= link_to new_namespace_project_fork_path(@project.namespace, @project), title: "Fork project", class: 'btn has_tooltip' do = link_to new_namespace_project_fork_path(@project.namespace, @project), title: "Fork project", class: 'btn btn-nr has_tooltip' do
= icon('code-fork fw') = icon('code-fork fw')
Fork Fork
%div.count-with-arrow %div.count-with-arrow
Loading
Loading
Loading
@@ -5,7 +5,7 @@
Loading
@@ -5,7 +5,7 @@
= hidden_field_tag :notification_id, @membership.id = hidden_field_tag :notification_id, @membership.id
= hidden_field_tag :notification_level = hidden_field_tag :notification_level
%span.dropdown %span.dropdown
%a.dropdown-new.btn.notifications-btn#notifications-button{href: '#', "data-toggle" => "dropdown"} %a.dropdown-new.btn.btn-nr.notifications-btn#notifications-button{href: '#', "data-toggle" => "dropdown"}
= icon('bell') = icon('bell')
= notification_label(@membership) = notification_label(@membership)
= icon('angle-down') = icon('angle-down')
Loading
@@ -14,7 +14,7 @@
Loading
@@ -14,7 +14,7 @@
= notification_list_item(level, @membership) = notification_list_item(level, @membership)
   
- when GroupMember - when GroupMember
.btn.disabled.notifications-btn.has_tooltip{title: "To change the notification level, you need to be a member of the project itself, not only its group."} .btn.btn-nr.disabled.notifications-btn.has_tooltip{title: "To change the notification level, you need to be a member of the project itself, not only its group."}
= icon('bell') = icon('bell')
= notification_label(@membership) = notification_label(@membership)
= icon('angle-down') = icon('angle-down')
- if current_user - if current_user
= link_to toggle_star_namespace_project_path(@project.namespace, @project), class: 'btn star-btn toggle-star has_tooltip', method: :post, remote: true, title: "Star project" do = link_to toggle_star_namespace_project_path(@project.namespace, @project), class: 'btn btn-nr star-btn toggle-star has_tooltip', method: :post, remote: true, title: "Star project" do
- if current_user.starred?(@project) - if current_user.starred?(@project)
= icon('star fw') = icon('star fw')
%span.starred Unstar %span.starred Unstar
Loading
@@ -12,7 +12,7 @@
Loading
@@ -12,7 +12,7 @@
= @project.star_count = @project.star_count
   
- else - else
= link_to new_user_session_path, class: 'btn has_tooltip star-btn', title: 'You must sign in to star a project' do = link_to new_user_session_path, class: 'btn btn-nr has_tooltip star-btn', title: 'You must sign in to star a project' do
= icon('star fw') = icon('star fw')
Star Star
%div.count-with-arrow %div.count-with-arrow
Loading
Loading
Loading
@@ -32,43 +32,43 @@ ActiveRecord::Schema.define(version: 20160113111034) do
Loading
@@ -32,43 +32,43 @@ ActiveRecord::Schema.define(version: 20160113111034) do
t.text "sign_in_text" t.text "sign_in_text"
t.datetime "created_at" t.datetime "created_at"
t.datetime "updated_at" t.datetime "updated_at"
t.string "home_page_url" t.string "home_page_url", limit: 255
t.integer "default_branch_protection", default: 2 t.integer "default_branch_protection", default: 2
t.boolean "twitter_sharing_enabled", default: true t.boolean "twitter_sharing_enabled", default: true
t.text "restricted_visibility_levels" t.text "restricted_visibility_levels"
t.boolean "version_check_enabled", default: true t.boolean "version_check_enabled", default: true
t.integer "max_attachment_size", default: 10, null: false t.integer "max_attachment_size", default: 10, null: false
t.integer "default_project_visibility" t.integer "default_project_visibility"
t.integer "default_snippet_visibility" t.integer "default_snippet_visibility"
t.text "restricted_signup_domains" t.text "restricted_signup_domains"
t.boolean "user_oauth_applications", default: true t.boolean "user_oauth_applications", default: true
t.string "after_sign_out_path" t.string "after_sign_out_path", limit: 255
t.integer "session_expire_delay", default: 10080, null: false t.integer "session_expire_delay", default: 10080, null: false
t.text "import_sources" t.text "import_sources"
t.text "help_page_text" t.text "help_page_text"
t.string "admin_notification_email" t.string "admin_notification_email", limit: 255
t.boolean "shared_runners_enabled", default: true, null: false t.boolean "shared_runners_enabled", default: true, null: false
t.integer "max_artifacts_size", default: 100, null: false t.integer "max_artifacts_size", default: 100, null: false
t.string "runners_registration_token" t.string "runners_registration_token"
t.boolean "require_two_factor_authentication", default: false t.boolean "require_two_factor_authentication", default: false
t.integer "two_factor_grace_period", default: 48 t.integer "two_factor_grace_period", default: 48
t.boolean "metrics_enabled", default: false t.boolean "metrics_enabled", default: false
t.string "metrics_host", default: "localhost" t.string "metrics_host", default: "localhost"
t.integer "metrics_pool_size", default: 16 t.integer "metrics_pool_size", default: 16
t.integer "metrics_timeout", default: 10 t.integer "metrics_timeout", default: 10
t.integer "metrics_method_call_threshold", default: 10 t.integer "metrics_method_call_threshold", default: 10
t.boolean "recaptcha_enabled", default: false t.boolean "recaptcha_enabled", default: false
t.string "recaptcha_site_key" t.string "recaptcha_site_key"
t.string "recaptcha_private_key" t.string "recaptcha_private_key"
t.integer "metrics_port", default: 8089 t.integer "metrics_port", default: 8089
t.integer "metrics_sample_interval", default: 15 t.integer "metrics_sample_interval", default: 15
end end
   
create_table "audit_events", force: :cascade do |t| create_table "audit_events", force: :cascade do |t|
t.integer "author_id", null: false t.integer "author_id", null: false
t.string "type", null: false t.string "type", limit: 255, null: false
t.integer "entity_id", null: false t.integer "entity_id", null: false
t.string "entity_type", null: false t.string "entity_type", limit: 255, null: false
t.text "details" t.text "details"
t.datetime "created_at" t.datetime "created_at"
t.datetime "updated_at" t.datetime "updated_at"
Loading
@@ -79,13 +79,13 @@ ActiveRecord::Schema.define(version: 20160113111034) do
Loading
@@ -79,13 +79,13 @@ ActiveRecord::Schema.define(version: 20160113111034) do
add_index "audit_events", ["type"], name: "index_audit_events_on_type", using: :btree add_index "audit_events", ["type"], name: "index_audit_events_on_type", using: :btree
   
create_table "broadcast_messages", force: :cascade do |t| create_table "broadcast_messages", force: :cascade do |t|
t.text "message", null: false t.text "message", null: false
t.datetime "starts_at" t.datetime "starts_at"
t.datetime "ends_at" t.datetime "ends_at"
t.datetime "created_at" t.datetime "created_at"
t.datetime "updated_at" t.datetime "updated_at"
t.string "color" t.string "color", limit: 255
t.string "font" t.string "font", limit: 255
end end
   
create_table "ci_application_settings", force: :cascade do |t| create_table "ci_application_settings", force: :cascade do |t|
Loading
@@ -97,7 +97,7 @@ ActiveRecord::Schema.define(version: 20160113111034) do
Loading
@@ -97,7 +97,7 @@ ActiveRecord::Schema.define(version: 20160113111034) do
   
create_table "ci_builds", force: :cascade do |t| create_table "ci_builds", force: :cascade do |t|
t.integer "project_id" t.integer "project_id"
t.string "status" t.string "status", limit: 255
t.datetime "finished_at" t.datetime "finished_at"
t.text "trace" t.text "trace"
t.datetime "created_at" t.datetime "created_at"
Loading
@@ -108,19 +108,19 @@ ActiveRecord::Schema.define(version: 20160113111034) do
Loading
@@ -108,19 +108,19 @@ ActiveRecord::Schema.define(version: 20160113111034) do
t.integer "commit_id" t.integer "commit_id"
t.text "commands" t.text "commands"
t.integer "job_id" t.integer "job_id"
t.string "name" t.string "name", limit: 255
t.boolean "deploy", default: false t.boolean "deploy", default: false
t.text "options" t.text "options"
t.boolean "allow_failure", default: false, null: false t.boolean "allow_failure", default: false, null: false
t.string "stage" t.string "stage", limit: 255
t.integer "trigger_request_id" t.integer "trigger_request_id"
t.integer "stage_idx" t.integer "stage_idx"
t.boolean "tag" t.boolean "tag"
t.string "ref" t.string "ref", limit: 255
t.integer "user_id" t.integer "user_id"
t.string "type" t.string "type", limit: 255
t.string "target_url" t.string "target_url", limit: 255
t.string "description" t.string "description", limit: 255
t.text "artifacts_file" t.text "artifacts_file"
t.integer "gl_project_id" t.integer "gl_project_id"
end end
Loading
@@ -139,13 +139,13 @@ ActiveRecord::Schema.define(version: 20160113111034) do
Loading
@@ -139,13 +139,13 @@ ActiveRecord::Schema.define(version: 20160113111034) do
   
create_table "ci_commits", force: :cascade do |t| create_table "ci_commits", force: :cascade do |t|
t.integer "project_id" t.integer "project_id"
t.string "ref" t.string "ref", limit: 255
t.string "sha" t.string "sha", limit: 255
t.string "before_sha" t.string "before_sha", limit: 255
t.text "push_data" t.text "push_data"
t.datetime "created_at" t.datetime "created_at"
t.datetime "updated_at" t.datetime "updated_at"
t.boolean "tag", default: false t.boolean "tag", default: false
t.text "yaml_errors" t.text "yaml_errors"
t.datetime "committed_at" t.datetime "committed_at"
t.integer "gl_project_id" t.integer "gl_project_id"
Loading
@@ -172,16 +172,16 @@ ActiveRecord::Schema.define(version: 20160113111034) do
Loading
@@ -172,16 +172,16 @@ ActiveRecord::Schema.define(version: 20160113111034) do
add_index "ci_events", ["project_id"], name: "index_ci_events_on_project_id", using: :btree add_index "ci_events", ["project_id"], name: "index_ci_events_on_project_id", using: :btree
   
create_table "ci_jobs", force: :cascade do |t| create_table "ci_jobs", force: :cascade do |t|
t.integer "project_id", null: false t.integer "project_id", null: false
t.text "commands" t.text "commands"
t.boolean "active", default: true, null: false t.boolean "active", default: true, null: false
t.datetime "created_at" t.datetime "created_at"
t.datetime "updated_at" t.datetime "updated_at"
t.string "name" t.string "name", limit: 255
t.boolean "build_branches", default: true, null: false t.boolean "build_branches", default: true, null: false
t.boolean "build_tags", default: false, null: false t.boolean "build_tags", default: false, null: false
t.string "job_type", default: "parallel" t.string "job_type", limit: 255, default: "parallel"
t.string "refs" t.string "refs", limit: 255
t.datetime "deleted_at" t.datetime "deleted_at"
end end
   
Loading
@@ -189,25 +189,25 @@ ActiveRecord::Schema.define(version: 20160113111034) do
Loading
@@ -189,25 +189,25 @@ ActiveRecord::Schema.define(version: 20160113111034) do
add_index "ci_jobs", ["project_id"], name: "index_ci_jobs_on_project_id", using: :btree add_index "ci_jobs", ["project_id"], name: "index_ci_jobs_on_project_id", using: :btree
   
create_table "ci_projects", force: :cascade do |t| create_table "ci_projects", force: :cascade do |t|
t.string "name" t.string "name", limit: 255
t.integer "timeout", default: 3600, null: false t.integer "timeout", default: 3600, null: false
t.datetime "created_at" t.datetime "created_at"
t.datetime "updated_at" t.datetime "updated_at"
t.string "token" t.string "token", limit: 255
t.string "default_ref" t.string "default_ref", limit: 255
t.string "path" t.string "path", limit: 255
t.boolean "always_build", default: false, null: false t.boolean "always_build", default: false, null: false
t.integer "polling_interval" t.integer "polling_interval"
t.boolean "public", default: false, null: false t.boolean "public", default: false, null: false
t.string "ssh_url_to_repo" t.string "ssh_url_to_repo", limit: 255
t.integer "gitlab_id" t.integer "gitlab_id"
t.boolean "allow_git_fetch", default: true, null: false t.boolean "allow_git_fetch", default: true, null: false
t.string "email_recipients", default: "", null: false t.string "email_recipients", limit: 255, default: "", null: false
t.boolean "email_add_pusher", default: true, null: false t.boolean "email_add_pusher", default: true, null: false
t.boolean "email_only_broken_builds", default: true, null: false t.boolean "email_only_broken_builds", default: true, null: false
t.string "skip_refs" t.string "skip_refs", limit: 255
t.string "coverage_regex" t.string "coverage_regex", limit: 255
t.boolean "shared_runners_enabled", default: false t.boolean "shared_runners_enabled", default: false
t.text "generated_yaml_config" t.text "generated_yaml_config"
end end
   
Loading
@@ -226,34 +226,34 @@ ActiveRecord::Schema.define(version: 20160113111034) do
Loading
@@ -226,34 +226,34 @@ ActiveRecord::Schema.define(version: 20160113111034) do
add_index "ci_runner_projects", ["runner_id"], name: "index_ci_runner_projects_on_runner_id", using: :btree add_index "ci_runner_projects", ["runner_id"], name: "index_ci_runner_projects_on_runner_id", using: :btree
   
create_table "ci_runners", force: :cascade do |t| create_table "ci_runners", force: :cascade do |t|
t.string "token" t.string "token", limit: 255
t.datetime "created_at" t.datetime "created_at"
t.datetime "updated_at" t.datetime "updated_at"
t.string "description" t.string "description", limit: 255
t.datetime "contacted_at" t.datetime "contacted_at"
t.boolean "active", default: true, null: false t.boolean "active", default: true, null: false
t.boolean "is_shared", default: false t.boolean "is_shared", default: false
t.string "name" t.string "name", limit: 255
t.string "version" t.string "version", limit: 255
t.string "revision" t.string "revision", limit: 255
t.string "platform" t.string "platform", limit: 255
t.string "architecture" t.string "architecture", limit: 255
end end
   
create_table "ci_services", force: :cascade do |t| create_table "ci_services", force: :cascade do |t|
t.string "type" t.string "type", limit: 255
t.string "title" t.string "title", limit: 255
t.integer "project_id", null: false t.integer "project_id", null: false
t.datetime "created_at" t.datetime "created_at"
t.datetime "updated_at" t.datetime "updated_at"
t.boolean "active", default: false, null: false t.boolean "active", default: false, null: false
t.text "properties" t.text "properties"
end end
   
add_index "ci_services", ["project_id"], name: "index_ci_services_on_project_id", using: :btree add_index "ci_services", ["project_id"], name: "index_ci_services_on_project_id", using: :btree
   
create_table "ci_sessions", force: :cascade do |t| create_table "ci_sessions", force: :cascade do |t|
t.string "session_id", null: false t.string "session_id", limit: 255, null: false
t.text "data" t.text "data"
t.datetime "created_at" t.datetime "created_at"
t.datetime "updated_at" t.datetime "updated_at"
Loading
@@ -265,9 +265,9 @@ ActiveRecord::Schema.define(version: 20160113111034) do
Loading
@@ -265,9 +265,9 @@ ActiveRecord::Schema.define(version: 20160113111034) do
create_table "ci_taggings", force: :cascade do |t| create_table "ci_taggings", force: :cascade do |t|
t.integer "tag_id" t.integer "tag_id"
t.integer "taggable_id" t.integer "taggable_id"
t.string "taggable_type" t.string "taggable_type", limit: 255
t.integer "tagger_id" t.integer "tagger_id"
t.string "tagger_type" t.string "tagger_type", limit: 255
t.string "context", limit: 128 t.string "context", limit: 128
t.datetime "created_at" t.datetime "created_at"
end end
Loading
@@ -276,8 +276,8 @@ ActiveRecord::Schema.define(version: 20160113111034) do
Loading
@@ -276,8 +276,8 @@ ActiveRecord::Schema.define(version: 20160113111034) do
add_index "ci_taggings", ["taggable_id", "taggable_type", "context"], name: "index_ci_taggings_on_taggable_id_and_taggable_type_and_context", using: :btree add_index "ci_taggings", ["taggable_id", "taggable_type", "context"], name: "index_ci_taggings_on_taggable_id_and_taggable_type_and_context", using: :btree
   
create_table "ci_tags", force: :cascade do |t| create_table "ci_tags", force: :cascade do |t|
t.string "name" t.string "name", limit: 255
t.integer "taggings_count", default: 0 t.integer "taggings_count", default: 0
end end
   
add_index "ci_tags", ["name"], name: "index_ci_tags_on_name", unique: true, using: :btree add_index "ci_tags", ["name"], name: "index_ci_tags_on_name", unique: true, using: :btree
Loading
@@ -291,7 +291,7 @@ ActiveRecord::Schema.define(version: 20160113111034) do
Loading
@@ -291,7 +291,7 @@ ActiveRecord::Schema.define(version: 20160113111034) do
end end
   
create_table "ci_triggers", force: :cascade do |t| create_table "ci_triggers", force: :cascade do |t|
t.string "token" t.string "token", limit: 255
t.integer "project_id" t.integer "project_id"
t.datetime "deleted_at" t.datetime "deleted_at"
t.datetime "created_at" t.datetime "created_at"
Loading
@@ -304,19 +304,19 @@ ActiveRecord::Schema.define(version: 20160113111034) do
Loading
@@ -304,19 +304,19 @@ ActiveRecord::Schema.define(version: 20160113111034) do
   
create_table "ci_variables", force: :cascade do |t| create_table "ci_variables", force: :cascade do |t|
t.integer "project_id" t.integer "project_id"
t.string "key" t.string "key", limit: 255
t.text "value" t.text "value"
t.text "encrypted_value" t.text "encrypted_value"
t.string "encrypted_value_salt" t.string "encrypted_value_salt", limit: 255
t.string "encrypted_value_iv" t.string "encrypted_value_iv", limit: 255
t.integer "gl_project_id" t.integer "gl_project_id"
end end
   
add_index "ci_variables", ["gl_project_id"], name: "index_ci_variables_on_gl_project_id", using: :btree add_index "ci_variables", ["gl_project_id"], name: "index_ci_variables_on_gl_project_id", using: :btree
   
create_table "ci_web_hooks", force: :cascade do |t| create_table "ci_web_hooks", force: :cascade do |t|
t.string "url", null: false t.string "url", limit: 255, null: false
t.integer "project_id", null: false t.integer "project_id", null: false
t.datetime "created_at" t.datetime "created_at"
t.datetime "updated_at" t.datetime "updated_at"
end end
Loading
@@ -331,8 +331,8 @@ ActiveRecord::Schema.define(version: 20160113111034) do
Loading
@@ -331,8 +331,8 @@ ActiveRecord::Schema.define(version: 20160113111034) do
add_index "deploy_keys_projects", ["project_id"], name: "index_deploy_keys_projects_on_project_id", using: :btree add_index "deploy_keys_projects", ["project_id"], name: "index_deploy_keys_projects_on_project_id", using: :btree
   
create_table "emails", force: :cascade do |t| create_table "emails", force: :cascade do |t|
t.integer "user_id", null: false t.integer "user_id", null: false
t.string "email", null: false t.string "email", limit: 255, null: false
t.datetime "created_at" t.datetime "created_at"
t.datetime "updated_at" t.datetime "updated_at"
end end
Loading
@@ -341,9 +341,9 @@ ActiveRecord::Schema.define(version: 20160113111034) do
Loading
@@ -341,9 +341,9 @@ ActiveRecord::Schema.define(version: 20160113111034) do
add_index "emails", ["user_id"], name: "index_emails_on_user_id", using: :btree add_index "emails", ["user_id"], name: "index_emails_on_user_id", using: :btree
   
create_table "events", force: :cascade do |t| create_table "events", force: :cascade do |t|
t.string "target_type" t.string "target_type", limit: 255
t.integer "target_id" t.integer "target_id"
t.string "title" t.string "title", limit: 255
t.text "data" t.text "data"
t.integer "project_id" t.integer "project_id"
t.datetime "created_at" t.datetime "created_at"
Loading
@@ -369,8 +369,8 @@ ActiveRecord::Schema.define(version: 20160113111034) do
Loading
@@ -369,8 +369,8 @@ ActiveRecord::Schema.define(version: 20160113111034) do
add_index "forked_project_links", ["forked_to_project_id"], name: "index_forked_project_links_on_forked_to_project_id", unique: true, using: :btree add_index "forked_project_links", ["forked_to_project_id"], name: "index_forked_project_links_on_forked_to_project_id", unique: true, using: :btree
   
create_table "identities", force: :cascade do |t| create_table "identities", force: :cascade do |t|
t.string "extern_uid" t.string "extern_uid", limit: 255
t.string "provider" t.string "provider", limit: 255
t.integer "user_id" t.integer "user_id"
t.datetime "created_at" t.datetime "created_at"
t.datetime "updated_at" t.datetime "updated_at"
Loading
@@ -380,17 +380,17 @@ ActiveRecord::Schema.define(version: 20160113111034) do
Loading
@@ -380,17 +380,17 @@ ActiveRecord::Schema.define(version: 20160113111034) do
add_index "identities", ["user_id"], name: "index_identities_on_user_id", using: :btree add_index "identities", ["user_id"], name: "index_identities_on_user_id", using: :btree
   
create_table "issues", force: :cascade do |t| create_table "issues", force: :cascade do |t|
t.string "title" t.string "title", limit: 255
t.integer "assignee_id" t.integer "assignee_id"
t.integer "author_id" t.integer "author_id"
t.integer "project_id" t.integer "project_id"
t.datetime "created_at" t.datetime "created_at"
t.datetime "updated_at" t.datetime "updated_at"
t.integer "position", default: 0 t.integer "position", default: 0
t.string "branch_name" t.string "branch_name", limit: 255
t.text "description" t.text "description"
t.integer "milestone_id" t.integer "milestone_id"
t.string "state" t.string "state", limit: 255
t.integer "iid" t.integer "iid"
t.integer "updated_by_id" t.integer "updated_by_id"
end end
Loading
@@ -410,10 +410,10 @@ ActiveRecord::Schema.define(version: 20160113111034) do
Loading
@@ -410,10 +410,10 @@ ActiveRecord::Schema.define(version: 20160113111034) do
t.datetime "created_at" t.datetime "created_at"
t.datetime "updated_at" t.datetime "updated_at"
t.text "key" t.text "key"
t.string "title" t.string "title", limit: 255
t.string "type" t.string "type", limit: 255
t.string "fingerprint" t.string "fingerprint", limit: 255
t.boolean "public", default: false, null: false t.boolean "public", default: false, null: false
end end
   
add_index "keys", ["created_at", "id"], name: "index_keys_on_created_at_and_id", using: :btree add_index "keys", ["created_at", "id"], name: "index_keys_on_created_at_and_id", using: :btree
Loading
@@ -422,7 +422,7 @@ ActiveRecord::Schema.define(version: 20160113111034) do
Loading
@@ -422,7 +422,7 @@ ActiveRecord::Schema.define(version: 20160113111034) do
create_table "label_links", force: :cascade do |t| create_table "label_links", force: :cascade do |t|
t.integer "label_id" t.integer "label_id"
t.integer "target_id" t.integer "target_id"
t.string "target_type" t.string "target_type", limit: 255
t.datetime "created_at" t.datetime "created_at"
t.datetime "updated_at" t.datetime "updated_at"
end end
Loading
@@ -431,22 +431,22 @@ ActiveRecord::Schema.define(version: 20160113111034) do
Loading
@@ -431,22 +431,22 @@ ActiveRecord::Schema.define(version: 20160113111034) do
add_index "label_links", ["target_id", "target_type"], name: "index_label_links_on_target_id_and_target_type", using: :btree add_index "label_links", ["target_id", "target_type"], name: "index_label_links_on_target_id_and_target_type", using: :btree
   
create_table "labels", force: :cascade do |t| create_table "labels", force: :cascade do |t|
t.string "title" t.string "title", limit: 255
t.string "color" t.string "color", limit: 255
t.integer "project_id" t.integer "project_id"
t.datetime "created_at" t.datetime "created_at"
t.datetime "updated_at" t.datetime "updated_at"
t.boolean "template", default: false t.boolean "template", default: false
end end
   
add_index "labels", ["project_id"], name: "index_labels_on_project_id", using: :btree add_index "labels", ["project_id"], name: "index_labels_on_project_id", using: :btree
   
create_table "lfs_objects", force: :cascade do |t| create_table "lfs_objects", force: :cascade do |t|
t.string "oid", null: false t.string "oid", limit: 255, null: false
t.integer "size", null: false t.integer "size", null: false
t.datetime "created_at" t.datetime "created_at"
t.datetime "updated_at" t.datetime "updated_at"
t.string "file" t.string "file", limit: 255
end end
   
add_index "lfs_objects", ["oid"], name: "index_lfs_objects_on_oid", unique: true, using: :btree add_index "lfs_objects", ["oid"], name: "index_lfs_objects_on_oid", unique: true, using: :btree
Loading
@@ -461,17 +461,17 @@ ActiveRecord::Schema.define(version: 20160113111034) do
Loading
@@ -461,17 +461,17 @@ ActiveRecord::Schema.define(version: 20160113111034) do
add_index "lfs_objects_projects", ["project_id"], name: "index_lfs_objects_projects_on_project_id", using: :btree add_index "lfs_objects_projects", ["project_id"], name: "index_lfs_objects_projects_on_project_id", using: :btree
   
create_table "members", force: :cascade do |t| create_table "members", force: :cascade do |t|
t.integer "access_level", null: false t.integer "access_level", null: false
t.integer "source_id", null: false t.integer "source_id", null: false
t.string "source_type", null: false t.string "source_type", limit: 255, null: false
t.integer "user_id" t.integer "user_id"
t.integer "notification_level", null: false t.integer "notification_level", null: false
t.string "type" t.string "type", limit: 255
t.datetime "created_at" t.datetime "created_at"
t.datetime "updated_at" t.datetime "updated_at"
t.integer "created_by_id" t.integer "created_by_id"
t.string "invite_email" t.string "invite_email", limit: 255
t.string "invite_token" t.string "invite_token", limit: 255
t.datetime "invite_accepted_at" t.datetime "invite_accepted_at"
end end
   
Loading
@@ -483,10 +483,10 @@ ActiveRecord::Schema.define(version: 20160113111034) do
Loading
@@ -483,10 +483,10 @@ ActiveRecord::Schema.define(version: 20160113111034) do
add_index "members", ["user_id"], name: "index_members_on_user_id", using: :btree add_index "members", ["user_id"], name: "index_members_on_user_id", using: :btree
   
create_table "merge_request_diffs", force: :cascade do |t| create_table "merge_request_diffs", force: :cascade do |t|
t.string "state" t.string "state", limit: 255
t.text "st_commits" t.text "st_commits"
t.text "st_diffs" t.text "st_diffs"
t.integer "merge_request_id", null: false t.integer "merge_request_id", null: false
t.datetime "created_at" t.datetime "created_at"
t.datetime "updated_at" t.datetime "updated_at"
end end
Loading
@@ -494,26 +494,26 @@ ActiveRecord::Schema.define(version: 20160113111034) do
Loading
@@ -494,26 +494,26 @@ ActiveRecord::Schema.define(version: 20160113111034) do
add_index "merge_request_diffs", ["merge_request_id"], name: "index_merge_request_diffs_on_merge_request_id", unique: true, using: :btree add_index "merge_request_diffs", ["merge_request_id"], name: "index_merge_request_diffs_on_merge_request_id", unique: true, using: :btree
   
create_table "merge_requests", force: :cascade do |t| create_table "merge_requests", force: :cascade do |t|
t.string "target_branch", null: false t.string "target_branch", limit: 255, null: false
t.string "source_branch", null: false t.string "source_branch", limit: 255, null: false
t.integer "source_project_id", null: false t.integer "source_project_id", null: false
t.integer "author_id" t.integer "author_id"
t.integer "assignee_id" t.integer "assignee_id"
t.string "title" t.string "title", limit: 255
t.datetime "created_at" t.datetime "created_at"
t.datetime "updated_at" t.datetime "updated_at"
t.integer "milestone_id" t.integer "milestone_id"
t.string "state" t.string "state", limit: 255
t.string "merge_status" t.string "merge_status", limit: 255
t.integer "target_project_id", null: false t.integer "target_project_id", null: false
t.integer "iid" t.integer "iid"
t.text "description" t.text "description"
t.integer "position", default: 0 t.integer "position", default: 0
t.datetime "locked_at" t.datetime "locked_at"
t.integer "updated_by_id" t.integer "updated_by_id"
t.string "merge_error" t.string "merge_error", limit: 255
t.text "merge_params" t.text "merge_params"
t.boolean "merge_when_build_succeeds", default: false, null: false t.boolean "merge_when_build_succeeds", default: false, null: false
t.integer "merge_user_id" t.integer "merge_user_id"
end end
   
Loading
@@ -529,13 +529,13 @@ ActiveRecord::Schema.define(version: 20160113111034) do
Loading
@@ -529,13 +529,13 @@ ActiveRecord::Schema.define(version: 20160113111034) do
add_index "merge_requests", ["title"], name: "index_merge_requests_on_title", using: :btree add_index "merge_requests", ["title"], name: "index_merge_requests_on_title", using: :btree
   
create_table "milestones", force: :cascade do |t| create_table "milestones", force: :cascade do |t|
t.string "title", null: false t.string "title", limit: 255, null: false
t.integer "project_id", null: false t.integer "project_id", null: false
t.text "description" t.text "description"
t.date "due_date" t.date "due_date"
t.datetime "created_at" t.datetime "created_at"
t.datetime "updated_at" t.datetime "updated_at"
t.string "state" t.string "state", limit: 255
t.integer "iid" t.integer "iid"
end end
   
Loading
@@ -546,14 +546,14 @@ ActiveRecord::Schema.define(version: 20160113111034) do
Loading
@@ -546,14 +546,14 @@ ActiveRecord::Schema.define(version: 20160113111034) do
add_index "milestones", ["title"], name: "index_milestones_on_title", using: :btree add_index "milestones", ["title"], name: "index_milestones_on_title", using: :btree
   
create_table "namespaces", force: :cascade do |t| create_table "namespaces", force: :cascade do |t|
t.string "name", null: false t.string "name", limit: 255, null: false
t.string "path", null: false t.string "path", limit: 255, null: false
t.integer "owner_id" t.integer "owner_id"
t.datetime "created_at" t.datetime "created_at"
t.datetime "updated_at" t.datetime "updated_at"
t.string "type" t.string "type", limit: 255
t.string "description", default: "", null: false t.string "description", limit: 255, default: "", null: false
t.string "avatar" t.string "avatar", limit: 255
end end
   
add_index "namespaces", ["created_at", "id"], name: "index_namespaces_on_created_at_and_id", using: :btree add_index "namespaces", ["created_at", "id"], name: "index_namespaces_on_created_at_and_id", using: :btree
Loading
@@ -564,19 +564,19 @@ ActiveRecord::Schema.define(version: 20160113111034) do
Loading
@@ -564,19 +564,19 @@ ActiveRecord::Schema.define(version: 20160113111034) do
   
create_table "notes", force: :cascade do |t| create_table "notes", force: :cascade do |t|
t.text "note" t.text "note"
t.string "noteable_type" t.string "noteable_type", limit: 255
t.integer "author_id" t.integer "author_id"
t.datetime "created_at" t.datetime "created_at"
t.datetime "updated_at" t.datetime "updated_at"
t.integer "project_id" t.integer "project_id"
t.string "attachment" t.string "attachment", limit: 255
t.string "line_code" t.string "line_code", limit: 255
t.string "commit_id" t.string "commit_id", limit: 255
t.integer "noteable_id" t.integer "noteable_id"
t.boolean "system", default: false, null: false t.boolean "system", default: false, null: false
t.text "st_diff" t.text "st_diff"
t.integer "updated_by_id" t.integer "updated_by_id"
t.boolean "is_award", default: false, null: false t.boolean "is_award", default: false, null: false
end end
   
add_index "notes", ["author_id"], name: "index_notes_on_author_id", using: :btree add_index "notes", ["author_id"], name: "index_notes_on_author_id", using: :btree
Loading
@@ -592,14 +592,14 @@ ActiveRecord::Schema.define(version: 20160113111034) do
Loading
@@ -592,14 +592,14 @@ ActiveRecord::Schema.define(version: 20160113111034) do
add_index "notes", ["updated_at"], name: "index_notes_on_updated_at", using: :btree add_index "notes", ["updated_at"], name: "index_notes_on_updated_at", using: :btree
   
create_table "oauth_access_grants", force: :cascade do |t| create_table "oauth_access_grants", force: :cascade do |t|
t.integer "resource_owner_id", null: false t.integer "resource_owner_id", null: false
t.integer "application_id", null: false t.integer "application_id", null: false
t.string "token", null: false t.string "token", limit: 255, null: false
t.integer "expires_in", null: false t.integer "expires_in", null: false
t.text "redirect_uri", null: false t.text "redirect_uri", null: false
t.datetime "created_at", null: false t.datetime "created_at", null: false
t.datetime "revoked_at" t.datetime "revoked_at"
t.string "scopes" t.string "scopes", limit: 255
end end
   
add_index "oauth_access_grants", ["token"], name: "index_oauth_access_grants_on_token", unique: true, using: :btree add_index "oauth_access_grants", ["token"], name: "index_oauth_access_grants_on_token", unique: true, using: :btree
Loading
@@ -607,12 +607,12 @@ ActiveRecord::Schema.define(version: 20160113111034) do
Loading
@@ -607,12 +607,12 @@ ActiveRecord::Schema.define(version: 20160113111034) do
create_table "oauth_access_tokens", force: :cascade do |t| create_table "oauth_access_tokens", force: :cascade do |t|
t.integer "resource_owner_id" t.integer "resource_owner_id"
t.integer "application_id" t.integer "application_id"
t.string "token", null: false t.string "token", limit: 255, null: false
t.string "refresh_token" t.string "refresh_token", limit: 255
t.integer "expires_in" t.integer "expires_in"
t.datetime "revoked_at" t.datetime "revoked_at"
t.datetime "created_at", null: false t.datetime "created_at", null: false
t.string "scopes" t.string "scopes", limit: 255
end end
   
add_index "oauth_access_tokens", ["refresh_token"], name: "index_oauth_access_tokens_on_refresh_token", unique: true, using: :btree add_index "oauth_access_tokens", ["refresh_token"], name: "index_oauth_access_tokens_on_refresh_token", unique: true, using: :btree
Loading
@@ -620,15 +620,15 @@ ActiveRecord::Schema.define(version: 20160113111034) do
Loading
@@ -620,15 +620,15 @@ ActiveRecord::Schema.define(version: 20160113111034) do
add_index "oauth_access_tokens", ["token"], name: "index_oauth_access_tokens_on_token", unique: true, using: :btree add_index "oauth_access_tokens", ["token"], name: "index_oauth_access_tokens_on_token", unique: true, using: :btree
   
create_table "oauth_applications", force: :cascade do |t| create_table "oauth_applications", force: :cascade do |t|
t.string "name", null: false t.string "name", limit: 255, null: false
t.string "uid", null: false t.string "uid", limit: 255, null: false
t.string "secret", null: false t.string "secret", limit: 255, null: false
t.text "redirect_uri", null: false t.text "redirect_uri", null: false
t.string "scopes", default: "", null: false t.string "scopes", limit: 255, default: "", null: false
t.datetime "created_at" t.datetime "created_at"
t.datetime "updated_at" t.datetime "updated_at"
t.integer "owner_id" t.integer "owner_id"
t.string "owner_type" t.string "owner_type", limit: 255
end end
   
add_index "oauth_applications", ["owner_id", "owner_type"], name: "index_oauth_applications_on_owner_id_and_owner_type", using: :btree add_index "oauth_applications", ["owner_id", "owner_type"], name: "index_oauth_applications_on_owner_id_and_owner_type", using: :btree
Loading
@@ -640,39 +640,39 @@ ActiveRecord::Schema.define(version: 20160113111034) do
Loading
@@ -640,39 +640,39 @@ ActiveRecord::Schema.define(version: 20160113111034) do
end end
   
create_table "projects", force: :cascade do |t| create_table "projects", force: :cascade do |t|
t.string "name" t.string "name", limit: 255
t.string "path" t.string "path", limit: 255
t.text "description" t.text "description"
t.datetime "created_at" t.datetime "created_at"
t.datetime "updated_at" t.datetime "updated_at"
t.integer "creator_id" t.integer "creator_id"
t.boolean "issues_enabled", default: true, null: false t.boolean "issues_enabled", default: true, null: false
t.boolean "wall_enabled", default: true, null: false t.boolean "wall_enabled", default: true, null: false
t.boolean "merge_requests_enabled", default: true, null: false t.boolean "merge_requests_enabled", default: true, null: false
t.boolean "wiki_enabled", default: true, null: false t.boolean "wiki_enabled", default: true, null: false
t.integer "namespace_id" t.integer "namespace_id"
t.string "issues_tracker", default: "gitlab", null: false t.string "issues_tracker", limit: 255, default: "gitlab", null: false
t.string "issues_tracker_id" t.string "issues_tracker_id", limit: 255
t.boolean "snippets_enabled", default: true, null: false t.boolean "snippets_enabled", default: true, null: false
t.datetime "last_activity_at" t.datetime "last_activity_at"
t.string "import_url" t.string "import_url", limit: 255
t.integer "visibility_level", default: 0, null: false t.integer "visibility_level", default: 0, null: false
t.boolean "archived", default: false, null: false t.boolean "archived", default: false, null: false
t.string "avatar" t.string "avatar", limit: 255
t.string "import_status" t.string "import_status", limit: 255
t.float "repository_size", default: 0.0 t.float "repository_size", default: 0.0
t.integer "star_count", default: 0, null: false t.integer "star_count", default: 0, null: false
t.string "import_type" t.string "import_type", limit: 255
t.string "import_source" t.string "import_source", limit: 255
t.integer "commit_count", default: 0 t.integer "commit_count", default: 0
t.text "import_error" t.text "import_error"
t.integer "ci_id" t.integer "ci_id"
t.boolean "builds_enabled", default: true, null: false t.boolean "builds_enabled", default: true, null: false
t.boolean "shared_runners_enabled", default: true, null: false t.boolean "shared_runners_enabled", default: true, null: false
t.string "runners_token" t.string "runners_token"
t.string "build_coverage_regex" t.string "build_coverage_regex"
t.boolean "build_allow_git_fetch", default: true, null: false t.boolean "build_allow_git_fetch", default: true, null: false
t.integer "build_timeout", default: 3600, null: false t.integer "build_timeout", default: 3600, null: false
end end
   
add_index "projects", ["builds_enabled", "shared_runners_enabled"], name: "index_projects_on_builds_enabled_and_shared_runners_enabled", using: :btree add_index "projects", ["builds_enabled", "shared_runners_enabled"], name: "index_projects_on_builds_enabled_and_shared_runners_enabled", using: :btree
Loading
@@ -688,17 +688,17 @@ ActiveRecord::Schema.define(version: 20160113111034) do
Loading
@@ -688,17 +688,17 @@ ActiveRecord::Schema.define(version: 20160113111034) do
add_index "projects", ["visibility_level"], name: "index_projects_on_visibility_level", using: :btree add_index "projects", ["visibility_level"], name: "index_projects_on_visibility_level", using: :btree
   
create_table "protected_branches", force: :cascade do |t| create_table "protected_branches", force: :cascade do |t|
t.integer "project_id", null: false t.integer "project_id", null: false
t.string "name", null: false t.string "name", limit: 255, null: false
t.datetime "created_at" t.datetime "created_at"
t.datetime "updated_at" t.datetime "updated_at"
t.boolean "developers_can_push", default: false, null: false t.boolean "developers_can_push", default: false, null: false
end end
   
add_index "protected_branches", ["project_id"], name: "index_protected_branches_on_project_id", using: :btree add_index "protected_branches", ["project_id"], name: "index_protected_branches_on_project_id", using: :btree
   
create_table "releases", force: :cascade do |t| create_table "releases", force: :cascade do |t|
t.string "tag" t.string "tag", limit: 255
t.text "description" t.text "description"
t.integer "project_id" t.integer "project_id"
t.datetime "created_at" t.datetime "created_at"
Loading
@@ -711,30 +711,30 @@ ActiveRecord::Schema.define(version: 20160113111034) do
Loading
@@ -711,30 +711,30 @@ ActiveRecord::Schema.define(version: 20160113111034) do
create_table "sent_notifications", force: :cascade do |t| create_table "sent_notifications", force: :cascade do |t|
t.integer "project_id" t.integer "project_id"
t.integer "noteable_id" t.integer "noteable_id"
t.string "noteable_type" t.string "noteable_type", limit: 255
t.integer "recipient_id" t.integer "recipient_id"
t.string "commit_id" t.string "commit_id", limit: 255
t.string "reply_key", null: false t.string "reply_key", limit: 255, null: false
t.string "line_code" t.string "line_code", limit: 255
end end
   
add_index "sent_notifications", ["reply_key"], name: "index_sent_notifications_on_reply_key", unique: true, using: :btree add_index "sent_notifications", ["reply_key"], name: "index_sent_notifications_on_reply_key", unique: true, using: :btree
   
create_table "services", force: :cascade do |t| create_table "services", force: :cascade do |t|
t.string "type" t.string "type", limit: 255
t.string "title" t.string "title", limit: 255
t.integer "project_id" t.integer "project_id"
t.datetime "created_at" t.datetime "created_at"
t.datetime "updated_at" t.datetime "updated_at"
t.boolean "active", default: false, null: false t.boolean "active", default: false, null: false
t.text "properties" t.text "properties"
t.boolean "template", default: false t.boolean "template", default: false
t.boolean "push_events", default: true t.boolean "push_events", default: true
t.boolean "issues_events", default: true t.boolean "issues_events", default: true
t.boolean "merge_requests_events", default: true t.boolean "merge_requests_events", default: true
t.boolean "tag_push_events", default: true t.boolean "tag_push_events", default: true
t.boolean "note_events", default: true, null: false t.boolean "note_events", default: true, null: false
t.boolean "build_events", default: false, null: false t.boolean "build_events", default: false, null: false
end end
   
add_index "services", ["created_at", "id"], name: "index_services_on_created_at_and_id", using: :btree add_index "services", ["created_at", "id"], name: "index_services_on_created_at_and_id", using: :btree
Loading
@@ -742,16 +742,16 @@ ActiveRecord::Schema.define(version: 20160113111034) do
Loading
@@ -742,16 +742,16 @@ ActiveRecord::Schema.define(version: 20160113111034) do
add_index "services", ["template"], name: "index_services_on_template", using: :btree add_index "services", ["template"], name: "index_services_on_template", using: :btree
   
create_table "snippets", force: :cascade do |t| create_table "snippets", force: :cascade do |t|
t.string "title" t.string "title", limit: 255
t.text "content" t.text "content"
t.integer "author_id", null: false t.integer "author_id", null: false
t.integer "project_id" t.integer "project_id"
t.datetime "created_at" t.datetime "created_at"
t.datetime "updated_at" t.datetime "updated_at"
t.string "file_name" t.string "file_name", limit: 255
t.datetime "expires_at" t.datetime "expires_at"
t.string "type" t.string "type", limit: 255
t.integer "visibility_level", default: 0, null: false t.integer "visibility_level", default: 0, null: false
end end
   
add_index "snippets", ["author_id"], name: "index_snippets_on_author_id", using: :btree add_index "snippets", ["author_id"], name: "index_snippets_on_author_id", using: :btree
Loading
@@ -764,7 +764,7 @@ ActiveRecord::Schema.define(version: 20160113111034) do
Loading
@@ -764,7 +764,7 @@ ActiveRecord::Schema.define(version: 20160113111034) do
create_table "subscriptions", force: :cascade do |t| create_table "subscriptions", force: :cascade do |t|
t.integer "user_id" t.integer "user_id"
t.integer "subscribable_id" t.integer "subscribable_id"
t.string "subscribable_type" t.string "subscribable_type", limit: 255
t.boolean "subscribed" t.boolean "subscribed"
t.datetime "created_at" t.datetime "created_at"
t.datetime "updated_at" t.datetime "updated_at"
Loading
@@ -775,10 +775,10 @@ ActiveRecord::Schema.define(version: 20160113111034) do
Loading
@@ -775,10 +775,10 @@ ActiveRecord::Schema.define(version: 20160113111034) do
create_table "taggings", force: :cascade do |t| create_table "taggings", force: :cascade do |t|
t.integer "tag_id" t.integer "tag_id"
t.integer "taggable_id" t.integer "taggable_id"
t.string "taggable_type" t.string "taggable_type", limit: 255
t.integer "tagger_id" t.integer "tagger_id"
t.string "tagger_type" t.string "tagger_type", limit: 255
t.string "context" t.string "context", limit: 255
t.datetime "created_at" t.datetime "created_at"
end end
   
Loading
@@ -786,67 +786,67 @@ ActiveRecord::Schema.define(version: 20160113111034) do
Loading
@@ -786,67 +786,67 @@ ActiveRecord::Schema.define(version: 20160113111034) do
add_index "taggings", ["taggable_id", "taggable_type", "context"], name: "index_taggings_on_taggable_id_and_taggable_type_and_context", using: :btree add_index "taggings", ["taggable_id", "taggable_type", "context"], name: "index_taggings_on_taggable_id_and_taggable_type_and_context", using: :btree
   
create_table "tags", force: :cascade do |t| create_table "tags", force: :cascade do |t|
t.string "name" t.string "name", limit: 255
t.integer "taggings_count", default: 0 t.integer "taggings_count", default: 0
end end
   
add_index "tags", ["name"], name: "index_tags_on_name", unique: true, using: :btree add_index "tags", ["name"], name: "index_tags_on_name", unique: true, using: :btree
   
create_table "users", force: :cascade do |t| create_table "users", force: :cascade do |t|
t.string "email", default: "", null: false t.string "email", limit: 255, default: "", null: false
t.string "encrypted_password", default: "", null: false t.string "encrypted_password", limit: 255, default: "", null: false
t.string "reset_password_token" t.string "reset_password_token", limit: 255
t.datetime "reset_password_sent_at" t.datetime "reset_password_sent_at"
t.datetime "remember_created_at" t.datetime "remember_created_at"
t.integer "sign_in_count", default: 0 t.integer "sign_in_count", default: 0
t.datetime "current_sign_in_at" t.datetime "current_sign_in_at"
t.datetime "last_sign_in_at" t.datetime "last_sign_in_at"
t.string "current_sign_in_ip" t.string "current_sign_in_ip", limit: 255
t.string "last_sign_in_ip" t.string "last_sign_in_ip", limit: 255
t.datetime "created_at" t.datetime "created_at"
t.datetime "updated_at" t.datetime "updated_at"
t.string "name" t.string "name", limit: 255
t.boolean "admin", default: false, null: false t.boolean "admin", default: false, null: false
t.integer "projects_limit", default: 10 t.integer "projects_limit", default: 10
t.string "skype", default: "", null: false t.string "skype", limit: 255, default: "", null: false
t.string "linkedin", default: "", null: false t.string "linkedin", limit: 255, default: "", null: false
t.string "twitter", default: "", null: false t.string "twitter", limit: 255, default: "", null: false
t.string "authentication_token" t.string "authentication_token", limit: 255
t.integer "theme_id", default: 1, null: false t.integer "theme_id", default: 1, null: false
t.string "bio" t.string "bio", limit: 255
t.integer "failed_attempts", default: 0 t.integer "failed_attempts", default: 0
t.datetime "locked_at" t.datetime "locked_at"
t.string "username" t.string "username", limit: 255
t.boolean "can_create_group", default: true, null: false t.boolean "can_create_group", default: true, null: false
t.boolean "can_create_team", default: true, null: false t.boolean "can_create_team", default: true, null: false
t.string "state" t.string "state", limit: 255
t.integer "color_scheme_id", default: 1, null: false t.integer "color_scheme_id", default: 1, null: false
t.integer "notification_level", default: 1, null: false t.integer "notification_level", default: 1, null: false
t.datetime "password_expires_at" t.datetime "password_expires_at"
t.integer "created_by_id" t.integer "created_by_id"
t.datetime "last_credential_check_at" t.datetime "last_credential_check_at"
t.string "avatar" t.string "avatar", limit: 255
t.string "confirmation_token" t.string "confirmation_token", limit: 255
t.datetime "confirmed_at" t.datetime "confirmed_at"
t.datetime "confirmation_sent_at" t.datetime "confirmation_sent_at"
t.string "unconfirmed_email" t.string "unconfirmed_email", limit: 255
t.boolean "hide_no_ssh_key", default: false t.boolean "hide_no_ssh_key", default: false
t.string "website_url", default: "", null: false t.string "website_url", limit: 255, default: "", null: false
t.string "notification_email" t.string "notification_email", limit: 255
t.boolean "hide_no_password", default: false t.boolean "hide_no_password", default: false
t.boolean "password_automatically_set", default: false t.boolean "password_automatically_set", default: false
t.string "location" t.string "location", limit: 255
t.string "encrypted_otp_secret" t.string "encrypted_otp_secret", limit: 255
t.string "encrypted_otp_secret_iv" t.string "encrypted_otp_secret_iv", limit: 255
t.string "encrypted_otp_secret_salt" t.string "encrypted_otp_secret_salt", limit: 255
t.boolean "otp_required_for_login", default: false, null: false t.boolean "otp_required_for_login", default: false, null: false
t.text "otp_backup_codes" t.text "otp_backup_codes"
t.string "public_email", default: "", null: false t.string "public_email", limit: 255, default: "", null: false
t.integer "dashboard", default: 0 t.integer "dashboard", default: 0
t.integer "project_view", default: 0 t.integer "project_view", default: 0
t.integer "consumed_timestep" t.integer "consumed_timestep"
t.integer "layout", default: 0 t.integer "layout", default: 0
t.boolean "hide_project_limit", default: false t.boolean "hide_project_limit", default: false
t.string "unlock_token" t.string "unlock_token"
t.datetime "otp_grace_period_started_at" t.datetime "otp_grace_period_started_at"
end end
Loading
@@ -873,19 +873,19 @@ ActiveRecord::Schema.define(version: 20160113111034) do
Loading
@@ -873,19 +873,19 @@ ActiveRecord::Schema.define(version: 20160113111034) do
add_index "users_star_projects", ["user_id"], name: "index_users_star_projects_on_user_id", using: :btree add_index "users_star_projects", ["user_id"], name: "index_users_star_projects_on_user_id", using: :btree
   
create_table "web_hooks", force: :cascade do |t| create_table "web_hooks", force: :cascade do |t|
t.string "url" t.string "url", limit: 255
t.integer "project_id" t.integer "project_id"
t.datetime "created_at" t.datetime "created_at"
t.datetime "updated_at" t.datetime "updated_at"
t.string "type", default: "ProjectHook" t.string "type", limit: 255, default: "ProjectHook"
t.integer "service_id" t.integer "service_id"
t.boolean "push_events", default: true, null: false t.boolean "push_events", default: true, null: false
t.boolean "issues_events", default: false, null: false t.boolean "issues_events", default: false, null: false
t.boolean "merge_requests_events", default: false, null: false t.boolean "merge_requests_events", default: false, null: false
t.boolean "tag_push_events", default: false t.boolean "tag_push_events", default: false
t.boolean "note_events", default: false, null: false t.boolean "note_events", default: false, null: false
t.boolean "enable_ssl_verification", default: true t.boolean "enable_ssl_verification", default: true
t.boolean "build_events", default: false, null: false t.boolean "build_events", default: false, null: false
end end
   
add_index "web_hooks", ["created_at", "id"], name: "index_web_hooks_on_created_at_and_id", using: :btree add_index "web_hooks", ["created_at", "id"], name: "index_web_hooks_on_created_at_and_id", using: :btree
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment