[DRE-commits] [ruby-activerecord-import] branch master updated (10e4713 -> 73c5033)

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Sun Sep 18 06:15:34 UTC 2016


This is an automated email from the git hooks/post-receive script.

praveen pushed a change to branch master
in repository ruby-activerecord-import.

      from  10e4713   Updated copyright file
      adds  7069f71   New upstream version 0.15.0
       new  1221284   Merge tag 'upstream/0.15.0'
       new  23098a1   update changelog
       new  4e5f92a   refresh patch
       new  659541c   enable autopkgtest
       new  73c5033   upload to experimental

The 5 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                                        |  10 +-
 CHANGELOG.md                                       |  44 +++++
 Gemfile                                            |   2 +-
 Rakefile                                           |  14 +-
 activerecord-import.gemspec                        |   2 +-
 benchmarks/lib/base.rb                             |   4 +-
 benchmarks/lib/output_to_html.rb                   |   2 +-
 debian/changelog                                   |   6 +
 debian/control                                     |   1 +
 debian/patches/relax-mysql-factory-girls.patch     |   6 +-
 gemfiles/3.1.gemfile                               |   3 -
 gemfiles/4.2.gemfile                               |   4 +
 gemfiles/5.0.gemfile                               |   2 +-
 lib/activerecord-import.rb                         |   3 +-
 .../adapters/abstract_adapter.rb                   |   5 +-
 .../adapters/postgresql_adapter.rb                 |  18 +-
 .../adapters/sqlite3_adapter.rb                    |  12 +-
 lib/activerecord-import/base.rb                    |   2 +
 lib/activerecord-import/import.rb                  |  75 +++++---
 lib/activerecord-import/synchronize.rb             |   2 +-
 lib/activerecord-import/version.rb                 |   2 +-
 test/adapters/mysql2_makara.rb                     |   1 +
 .../{postgresql.rb => postgresql_makara.rb}        |   0
 test/database.yml.sample                           |  19 +-
 test/import_test.rb                                |  70 ++++---
 test/{jdbcmysql => mysql2_makara}/import_test.rb   |   0
 test/sqlite3/import_test.rb                        |   2 +
 test/support/factories.rb                          |   5 +
 test/support/postgresql/import_examples.rb         | 210 +++++++--------------
 .../shared_examples/on_duplicate_key_update.rb     | 105 ++++++-----
 test/support/shared_examples/recursive_import.rb   | 122 ++++++++++++
 test/travis/database.yml                           |  33 +++-
 32 files changed, 504 insertions(+), 282 deletions(-)
 delete mode 100644 gemfiles/3.1.gemfile
 create mode 100644 test/adapters/mysql2_makara.rb
 copy test/adapters/{postgresql.rb => postgresql_makara.rb} (100%)
 copy test/{jdbcmysql => mysql2_makara}/import_test.rb (100%)
 create mode 100644 test/support/shared_examples/recursive_import.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