Actualiza el plugin Additionals a 3.0.2-master
This commit is contained in:
parent
3b6a41320c
commit
cfa0d58b18
164 changed files with 2027 additions and 58190 deletions
|
@ -1,3 +0,0 @@
|
|||
gem 'rubocop', require: false
|
||||
gem 'rubocop-performance', require: false
|
||||
gem 'rubocop-rails', require: false
|
|
@ -1,4 +0,0 @@
|
|||
# for travis debugging
|
||||
# config.logger = Logger.new $stdout
|
||||
# config.logger.level = Logger::INFO
|
||||
# config.log_level = :info
|
6
plugins/additionals/test/support/configuration.yml
Normal file
6
plugins/additionals/test/support/configuration.yml
Normal file
|
@ -0,0 +1,6 @@
|
|||
# = Redmine configuration file
|
||||
|
||||
# default configuration options for all environments
|
||||
default:
|
||||
sudo_mode: false
|
||||
sudo_mode_timeout: 1
|
|
@ -1,8 +0,0 @@
|
|||
test:
|
||||
adapter: mysql2
|
||||
database: travis_ci_test
|
||||
host: localhost
|
||||
username: root
|
||||
password:
|
||||
pool: 5
|
||||
encoding: utf8mb4
|
8
plugins/additionals/test/support/database-mysql.yml
Normal file
8
plugins/additionals/test/support/database-mysql.yml
Normal file
|
@ -0,0 +1,8 @@
|
|||
test:
|
||||
adapter: mysql2
|
||||
database: redmine
|
||||
port: <%= ENV["MYSQL_PORT"] %>
|
||||
host: 127.0.0.1
|
||||
username: root
|
||||
password: BestPasswordEver
|
||||
encoding: utf8mb4
|
23
plugins/additionals/test/support/database-postgres.yml
Normal file
23
plugins/additionals/test/support/database-postgres.yml
Normal file
|
@ -0,0 +1,23 @@
|
|||
production:
|
||||
adapter: postgresql
|
||||
host: localhost
|
||||
database: redmine
|
||||
username: postgres
|
||||
password: postgres
|
||||
encoding: utf8
|
||||
|
||||
development:
|
||||
adapter: postgresql
|
||||
host: localhost
|
||||
database: redmine
|
||||
username: postgres
|
||||
password: postgres
|
||||
encoding: utf8
|
||||
|
||||
test:
|
||||
adapter: postgresql
|
||||
host: localhost
|
||||
database: redmine
|
||||
username: postgres
|
||||
password: postgres
|
||||
encoding: utf8
|
|
@ -1,6 +0,0 @@
|
|||
test:
|
||||
adapter: postgresql
|
||||
database: travis_ci_test
|
||||
username: postgres
|
||||
pool: 5
|
||||
encoding: utf8
|
Loading…
Add table
Add a link
Reference in a new issue