parent
a2ebfdf164
commit
26923740ad
|
@ -947,96 +947,96 @@ en:
|
||||||
issue_assign_notification: New task assigned
|
issue_assign_notification: New task assigned
|
||||||
new_commit_comment_notification: New comment to commit
|
new_commit_comment_notification: New comment to commit
|
||||||
|
|
||||||
project:
|
project:
|
||||||
category_id: Category
|
category_id: Category
|
||||||
name: Name
|
name: Name
|
||||||
description: Descripton
|
description: Descripton
|
||||||
owner: Owner
|
owner: Owner
|
||||||
visibility: Visibility
|
visibility: Visibility
|
||||||
repository_id: Repository
|
repository_id: Repository
|
||||||
repository: Repository
|
repository: Repository
|
||||||
created_at: Created
|
created_at: Created
|
||||||
updated_at: Updated
|
updated_at: Updated
|
||||||
has_issues: Tracker on
|
has_issues: Tracker on
|
||||||
srpm: Import code from src.rpm
|
srpm: Import code from src.rpm
|
||||||
|
|
||||||
rpm:
|
rpm:
|
||||||
name: Name
|
name: Name
|
||||||
arch_id: Arch
|
arch_id: Arch
|
||||||
arch: Arch
|
arch: Arch
|
||||||
project_id: Project
|
project_id: Project
|
||||||
project: Project
|
project: Project
|
||||||
created_at: Created
|
created_at: Created
|
||||||
updated_at: Updated
|
updated_at: Updated
|
||||||
|
|
||||||
role:
|
role:
|
||||||
name: Name
|
name: Name
|
||||||
on: Slave
|
on: Slave
|
||||||
to: Master
|
to: Master
|
||||||
use_default: By default
|
use_default: By default
|
||||||
use_default_for_owner: Default by owner
|
use_default_for_owner: Default by owner
|
||||||
|
|
||||||
group:
|
group:
|
||||||
name: Name
|
name: Name
|
||||||
uname: Nickname
|
uname: Nickname
|
||||||
owner: Owner
|
owner: Owner
|
||||||
created_at: Created
|
created_at: Created
|
||||||
updated_at: Updated
|
updated_at: Updated
|
||||||
|
|
||||||
user:
|
user:
|
||||||
name: User
|
name: User
|
||||||
login: Nickname or Email
|
login: Nickname or Email
|
||||||
email: Email
|
email: Email
|
||||||
uname: Nickname
|
uname: Nickname
|
||||||
ssh_key: SSH key
|
ssh_key: SSH key
|
||||||
current_password: Current password
|
current_password: Current password
|
||||||
role: Role
|
role: Role
|
||||||
created_at: Created
|
created_at: Created
|
||||||
updated_at: Updated
|
updated_at: Updated
|
||||||
role: System role
|
role: System role
|
||||||
language: Language
|
language: Language
|
||||||
|
|
||||||
product_build_list:
|
product_build_list:
|
||||||
id: Id
|
id: Id
|
||||||
product: Product
|
product: Product
|
||||||
status: Status
|
status: Status
|
||||||
notified_at: Notified at
|
notified_at: Notified at
|
||||||
|
|
||||||
build_list:
|
build_list:
|
||||||
bs_id: Id
|
bs_id: Id
|
||||||
name: Name
|
name: Name
|
||||||
container_path: Container path
|
container_path: Container path
|
||||||
status: Status
|
status: Status
|
||||||
project_id: Project
|
project_id: Project
|
||||||
project: Project
|
project: Project
|
||||||
arch_id: Architecture
|
arch_id: Architecture
|
||||||
arch: Architecture
|
arch: Architecture
|
||||||
is_circle: Recurrent
|
is_circle: Recurrent
|
||||||
notified_at: Notified at
|
notified_at: Notified at
|
||||||
additional_repos: Additional repository
|
additional_repos: Additional repository
|
||||||
include_repos: Includes repository
|
include_repos: Includes repository
|
||||||
updated_at: Updated
|
updated_at: Updated
|
||||||
created_at: Created
|
created_at: Created
|
||||||
pl: Packet list repository
|
pl: Packet list repository
|
||||||
pl_id: Packet list repository
|
pl_id: Packet list repository
|
||||||
bpl: Platform
|
bpl: Platform
|
||||||
bpl_id: Platform
|
bpl_id: Platform
|
||||||
update_type: Update type
|
update_type: Update type
|
||||||
build_requires: Dependable build requires
|
build_requires: Dependable build requires
|
||||||
auto_publish: Automated publising
|
auto_publish: Automated publising
|
||||||
project_version: Version
|
project_version: Version
|
||||||
user: User
|
user: User
|
||||||
|
|
||||||
build_list/item:
|
build_list/item:
|
||||||
name: Name
|
name: Name
|
||||||
level: Level
|
level: Level
|
||||||
status: Status
|
status: Status
|
||||||
version: Version
|
version: Version
|
||||||
build_list: Build list
|
build_list: Build list
|
||||||
|
|
||||||
download:
|
download:
|
||||||
name: Name
|
name: Name
|
||||||
version: Version
|
version: Version
|
||||||
distro: Source
|
distro: Source
|
||||||
platform: Platform
|
platform: Platform
|
||||||
counter: Downloads
|
counter: Downloads
|
||||||
|
|
14
db/schema.rb
14
db/schema.rb
|
@ -153,6 +153,7 @@ ActiveRecord::Schema.define(:version => 20120131124517) do
|
||||||
t.datetime "created_at"
|
t.datetime "created_at"
|
||||||
t.datetime "updated_at"
|
t.datetime "updated_at"
|
||||||
t.string "uname"
|
t.string "uname"
|
||||||
|
t.integer "own_projects_count", :default => 0, :null => false
|
||||||
end
|
end
|
||||||
|
|
||||||
create_table "issues", :force => true do |t|
|
create_table "issues", :force => true do |t|
|
||||||
|
@ -256,6 +257,7 @@ ActiveRecord::Schema.define(:version => 20120131124517) do
|
||||||
t.string "srpm_content_type"
|
t.string "srpm_content_type"
|
||||||
t.integer "srpm_file_size"
|
t.integer "srpm_file_size"
|
||||||
t.datetime "srpm_updated_at"
|
t.datetime "srpm_updated_at"
|
||||||
|
t.boolean "has_wiki", :default => false
|
||||||
end
|
end
|
||||||
|
|
||||||
add_index "projects", ["category_id"], :name => "index_projects_on_category_id"
|
add_index "projects", ["category_id"], :name => "index_projects_on_category_id"
|
||||||
|
@ -312,23 +314,25 @@ ActiveRecord::Schema.define(:version => 20120131124517) do
|
||||||
t.integer "user_id"
|
t.integer "user_id"
|
||||||
t.datetime "created_at"
|
t.datetime "created_at"
|
||||||
t.datetime "updated_at"
|
t.datetime "updated_at"
|
||||||
t.integer "project_id"
|
|
||||||
t.boolean "status", :default => true
|
t.boolean "status", :default => true
|
||||||
|
t.integer "project_id"
|
||||||
end
|
end
|
||||||
|
|
||||||
create_table "users", :force => true do |t|
|
create_table "users", :force => true do |t|
|
||||||
t.string "name"
|
t.string "name"
|
||||||
t.string "email", :default => "", :null => false
|
t.string "email", :default => "", :null => false
|
||||||
t.string "encrypted_password", :limit => 128, :default => "", :null => false
|
t.string "encrypted_password", :limit => 128, :default => "", :null => false
|
||||||
|
t.string "password_salt", :default => "", :null => false
|
||||||
t.string "reset_password_token"
|
t.string "reset_password_token"
|
||||||
t.datetime "reset_password_sent_at"
|
t.string "remember_token"
|
||||||
t.datetime "remember_created_at"
|
t.datetime "remember_created_at"
|
||||||
t.datetime "created_at"
|
t.datetime "created_at"
|
||||||
t.datetime "updated_at"
|
t.datetime "updated_at"
|
||||||
t.text "ssh_key"
|
t.text "ssh_key"
|
||||||
t.string "uname"
|
t.string "uname"
|
||||||
t.string "role"
|
t.string "role"
|
||||||
t.string "language", :default => "en"
|
t.string "language", :default => "en"
|
||||||
|
t.integer "own_projects_count", :default => 0, :null => false
|
||||||
end
|
end
|
||||||
|
|
||||||
add_index "users", ["email"], :name => "index_users_on_email", :unique => true
|
add_index "users", ["email"], :name => "index_users_on_email", :unique => true
|
||||||
|
|
Loading…
Reference in New Issue