[DRE-commits] [ruby-activerecord-import] branch master updated (74f5d17 -> 64a41a4)

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Sun Apr 10 10:15:44 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  74f5d17   Fix changelog owner
      adds  00bc758   Imported Upstream version 0.11.0
       new  1dac71b   Merge tag 'upstream/0.11.0'
       new  f05a923   switch to 0.11 for now (diaspora 0.5.7 needs it)
       new  bea8c86   update changelog
       new  64a41a4   upload to experimental

The 4 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:
 CHANGELOG.md                                       |  24 ----
 Gemfile                                            |   6 +-
 README.markdown                                    |  15 +-
 Rakefile                                           |   2 +-
 benchmarks/benchmark.rb                            |   3 +-
 benchmarks/lib/cli_parser.rb                       |   2 +-
 .../{mysql2_benchmark.rb => mysql_benchmark.rb}    |  13 +-
 debian/changelog                                   |   7 +-
 gemfiles/3.1.gemfile                               |   2 +
 gemfiles/3.2.gemfile                               |   2 +
 gemfiles/4.0.gemfile                               |   2 +
 gemfiles/4.1.gemfile                               |   2 +
 gemfiles/4.2.gemfile                               |   2 +
 gemfiles/5.0.gemfile                               |   2 +
 .../active_record/adapters/em_mysql2_adapter.rb    |   8 ++
 .../{jdbcmysql_adapter.rb => mysql_adapter.rb}     |   0
 .../adapters/abstract_adapter.rb                   |  13 +-
 lib/activerecord-import/adapters/mysql_adapter.rb  |  16 +--
 .../adapters/postgresql_adapter.rb                 | 106 +-------------
 lib/activerecord-import/base.rb                    |   1 +
 .../{mysql2.rb => em_mysql2.rb}                    |   0
 lib/activerecord-import/import.rb                  | 113 +++------------
 lib/activerecord-import/{mysql2.rb => mysql.rb}    |   0
 lib/activerecord-import/version.rb                 |   2 +-
 metadata.yml                                       |  37 +++--
 test/adapters/em_mysql2.rb                         |   1 +
 test/adapters/mysql.rb                             |   1 +
 test/adapters/mysqlspatial.rb                      |   1 +
 test/database.yml.sample                           |  12 ++
 test/{jdbcmysql => em_mysql2}/import_test.rb       |   2 +-
 test/import_test.rb                                |   2 +-
 test/jdbcmysql/import_test.rb                      |   4 +-
 test/jdbcpostgresql/import_test.rb                 |   1 +
 test/models/book.rb                                |   8 +-
 test/models/promotion.rb                           |   3 -
 test/models/question.rb                            |   3 -
 test/models/rule.rb                                |   3 -
 test/models/topic.rb                               |   2 +-
 test/{jdbcmysql => mysql}/import_test.rb           |   4 +-
 test/mysql2/import_test.rb                         |   5 +-
 test/{jdbcmysql => mysqlspatial}/import_test.rb    |   4 +-
 test/mysqlspatial2/import_test.rb                  |   4 +-
 test/postgresql/import_test.rb                     |   4 -
 test/schema/generic_schema.rb                      |  21 +--
 test/support/em-synchrony_extensions.rb            |  13 ++
 test/support/factories.rb                          |  14 --
 test/support/{ => mysql}/assertions.rb             |  15 +-
 test/support/mysql/import_examples.rb              | 147 +++++++++++++++----
 test/support/postgresql/import_examples.rb         | 157 +--------------------
 .../shared_examples/on_duplicate_key_update.rb     |  92 ------------
 test/test_helper.rb                                |   6 +-
 test/travis/build.sh                               |  20 ++-
 test/travis/database.yml                           |  12 ++
 53 files changed, 285 insertions(+), 656 deletions(-)
 delete mode 100644 CHANGELOG.md
 rename benchmarks/lib/{mysql2_benchmark.rb => mysql_benchmark.rb} (87%)
 create mode 100644 lib/activerecord-import/active_record/adapters/em_mysql2_adapter.rb
 copy lib/activerecord-import/active_record/adapters/{jdbcmysql_adapter.rb => mysql_adapter.rb} (100%)
 copy lib/activerecord-import/{mysql2.rb => em_mysql2.rb} (100%)
 copy lib/activerecord-import/{mysql2.rb => mysql.rb} (100%)
 create mode 100644 test/adapters/em_mysql2.rb
 create mode 100644 test/adapters/mysql.rb
 create mode 100644 test/adapters/mysqlspatial.rb
 copy test/{jdbcmysql => em_mysql2}/import_test.rb (70%)
 delete mode 100644 test/models/promotion.rb
 delete mode 100644 test/models/question.rb
 delete mode 100644 test/models/rule.rb
 copy test/{jdbcmysql => mysql}/import_test.rb (56%)
 copy test/{jdbcmysql => mysqlspatial}/import_test.rb (56%)
 create mode 100644 test/support/em-synchrony_extensions.rb
 rename test/support/{ => mysql}/assertions.rb (83%)
 delete mode 100644 test/support/shared_examples/on_duplicate_key_update.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