[DRE-commits] [ruby-activerecord-import] branch master updated (2ca6c9d -> 49dd379)
Sruthi Chandran
srud-guest at moszumanska.debian.org
Mon Sep 18 18:15:51 UTC 2017
This is an automated email from the git hooks/post-receive script.
srud-guest pushed a change to branch master
in repository ruby-activerecord-import.
from 2ca6c9d reupload to unstable
adds a18275c New upstream version 0.19.0
new 670c6f4 Updated version 0.19.0 from 'upstream/0.19.0'
new 0ea44fe Update Standards version
new f36eafe Update changelog
new 258d086 Refresh patches
new 2984fa5 Update changelog
new 49dd379 Upload to experimental
The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
.travis.yml | 17 +-
CHANGELOG.md | 133 +++++++++
Gemfile | 10 +-
README.markdown | 22 +-
Rakefile | 1 +
activerecord-import.gemspec | 4 +-
benchmarks/README | 4 +-
benchmarks/benchmark.rb | 1 +
debian/changelog | 8 +
debian/control | 2 +-
debian/patches/relax-mysql-factory-girls.patch | 8 +-
gemfiles/3.2.gemfile | 5 +-
gemfiles/4.0.gemfile | 5 +-
gemfiles/4.1.gemfile | 5 +-
gemfiles/4.2.gemfile | 9 +-
gemfiles/5.0.gemfile | 5 +-
gemfiles/5.1.gemfile | 1 +
.../{sqlite3_adapter.rb => jdbcsqlite3_adapter.rb} | 0
.../adapters/abstract_adapter.rb | 22 +-
lib/activerecord-import/adapters/mysql_adapter.rb | 23 +-
.../adapters/postgresql_adapter.rb | 65 ++--
.../adapters/sqlite3_adapter.rb | 30 +-
lib/activerecord-import/import.rb | 331 +++++++++++++++------
lib/activerecord-import/value_sets_parser.rb | 14 +-
lib/activerecord-import/version.rb | 2 +-
test/adapters/jdbcsqlite3.rb | 1 +
test/import_test.rb | 287 ++++++++++++++++--
test/jdbcmysql/import_test.rb | 1 -
test/jdbcpostgresql/import_test.rb | 1 -
test/jdbcsqlite3/import_test.rb | 4 +
test/models/alarm.rb | 2 +
test/models/book.rb | 2 +
test/models/car.rb | 3 +
test/models/dictionary.rb | 4 +
test/models/tag.rb | 4 +
test/models/topic.rb | 4 +
test/models/vendor.rb | 7 +
test/models/widget.rb | 16 +
test/postgis/import_test.rb | 4 +
test/postgresql/import_test.rb | 4 -
test/schema/generic_schema.rb | 38 ++-
test/schema/jdbcpostgresql_schema.rb | 1 +
test/schema/postgis_schema.rb | 1 +
test/schema/postgresql_schema.rb | 44 +++
test/sqlite3/import_test.rb | 52 +---
.../support/active_support/test_case_extensions.rb | 7 +-
test/support/factories.rb | 6 +
test/support/mysql/import_examples.rb | 1 +
test/support/postgresql/import_examples.rb | 159 +++++++++-
.../shared_examples/on_duplicate_key_ignore.rb | 43 +++
.../shared_examples/on_duplicate_key_update.rb | 14 +
test/support/shared_examples/recursive_import.rb | 49 ++-
test/support/sqlite3/import_examples.rb | 67 +++++
test/test_helper.rb | 8 +
test/travis/database.yml | 4 +
55 files changed, 1259 insertions(+), 306 deletions(-)
create mode 100644 gemfiles/5.1.gemfile
copy lib/activerecord-import/active_record/adapters/{sqlite3_adapter.rb => jdbcsqlite3_adapter.rb} (100%)
create mode 100644 test/adapters/jdbcsqlite3.rb
create mode 100644 test/jdbcsqlite3/import_test.rb
create mode 100644 test/models/alarm.rb
create mode 100644 test/models/car.rb
create mode 100644 test/models/dictionary.rb
create mode 100644 test/models/tag.rb
create mode 100644 test/models/vendor.rb
create mode 100644 test/schema/jdbcpostgresql_schema.rb
create mode 100644 test/schema/postgis_schema.rb
create mode 100644 test/schema/postgresql_schema.rb
create mode 100644 test/support/shared_examples/on_duplicate_key_ignore.rb
create mode 100644 test/support/sqlite3/import_examples.rb
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-activerecord-import.git
More information about the Pkg-ruby-extras-commits
mailing list