[DRE-commits] [ruby-activerecord-import] branch master updated (b881364 -> d9bffb6)
    Abhijith PA 
    abhijithpa-guest at moszumanska.debian.org
       
    Mon Mar  7 09:25:40 UTC 2016
    
    
  
This is an automated email from the git hooks/post-receive script.
abhijithpa-guest pushed a change to branch master
in repository ruby-activerecord-import.
      from  b881364   Run wrap-and-sort on packaging files
      adds  add85de   Imported Upstream version 0.12.0
       new  d9bffb6   Merge tag 'upstream/0.12.0'
The 1 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                                        |   2 +-
 CHANGELOG.md                                       |  24 +++
 Gemfile                                            |  11 +-
 README.markdown                                    |  21 +--
 Rakefile                                           |   2 +-
 benchmarks/benchmark.rb                            |  48 +++---
 benchmarks/boot.rb                                 |  18 --
 benchmarks/lib/cli_parser.rb                       |  40 +++--
 .../{mysql_benchmark.rb => mysql2_benchmark.rb}    |  13 +-
 benchmarks/lib/output_to_csv.rb                    |   6 +-
 benchmarks/models/test_innodb.rb                   |   2 +-
 benchmarks/models/test_memory.rb                   |   2 +-
 benchmarks/models/test_myisam.rb                   |   2 +-
 gemfiles/3.1.gemfile                               |   1 -
 gemfiles/3.2.gemfile                               |   1 -
 gemfiles/4.0.gemfile                               |   3 +-
 gemfiles/4.1.gemfile                               |   1 -
 gemfiles/4.2.gemfile                               |   1 -
 gemfiles/5.0.gemfile                               |   3 +
 lib/activerecord-import.rb                         |  27 ++-
 .../active_record/adapters/em_mysql2_adapter.rb    |   8 -
 .../active_record/adapters/mysql_adapter.rb        |   6 -
 .../adapters/abstract_adapter.rb                   |  13 +-
 lib/activerecord-import/adapters/mysql_adapter.rb  |  16 +-
 .../adapters/postgresql_adapter.rb                 | 108 +++++++++++-
 lib/activerecord-import/base.rb                    |   1 -
 lib/activerecord-import/em_mysql2.rb               |   7 -
 lib/activerecord-import/import.rb                  | 147 +++++++++++++----
 lib/activerecord-import/mysql.rb                   |   7 -
 lib/activerecord-import/synchronize.rb             |   4 +-
 lib/activerecord-import/version.rb                 |   2 +-
 metadata.yml                                       |  40 ++---
 test/adapters/em_mysql2.rb                         |   1 -
 test/adapters/mysql.rb                             |   1 -
 test/adapters/mysqlspatial.rb                      |   1 -
 test/database.yml.sample                           |  12 --
 test/em_mysql2/import_test.rb                      |   6 -
 test/import_test.rb                                |  53 +++++-
 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/models/widget.rb                              |   3 +-
 test/mysql/import_test.rb                          |   6 -
 test/mysql2/import_test.rb                         |   5 +-
 test/mysqlspatial/import_test.rb                   |   6 -
 test/mysqlspatial2/import_test.rb                  |   4 +-
 test/postgresql/import_test.rb                     |   4 +
 test/schema/generic_schema.rb                      |  22 ++-
 .../support/active_support/test_case_extensions.rb |   6 +
 test/support/{mysql => }/assertions.rb             |  20 ++-
 test/support/factories.rb                          |  14 ++
 test/support/mysql/import_examples.rb              | 122 ++++----------
 test/support/postgresql/import_examples.rb         | 181 ++++++++++++++++++++-
 .../shared_examples/on_duplicate_key_update.rb     |  92 +++++++++++
 test/test_helper.rb                                |   8 +-
 test/travis/build.sh                               |  22 ++-
 test/travis/database.yml                           |  12 --
 61 files changed, 846 insertions(+), 366 deletions(-)
 create mode 100644 CHANGELOG.md
 delete mode 100644 benchmarks/boot.rb
 rename benchmarks/lib/{mysql_benchmark.rb => mysql2_benchmark.rb} (87%)
 create mode 100644 gemfiles/5.0.gemfile
 delete mode 100644 lib/activerecord-import/active_record/adapters/em_mysql2_adapter.rb
 delete mode 100644 lib/activerecord-import/active_record/adapters/mysql_adapter.rb
 delete mode 100644 lib/activerecord-import/em_mysql2.rb
 delete mode 100644 lib/activerecord-import/mysql.rb
 delete mode 100644 test/adapters/em_mysql2.rb
 delete mode 100644 test/adapters/mysql.rb
 delete mode 100644 test/adapters/mysqlspatial.rb
 delete mode 100644 test/em_mysql2/import_test.rb
 create mode 100644 test/models/promotion.rb
 create mode 100644 test/models/question.rb
 create mode 100644 test/models/rule.rb
 delete mode 100644 test/mysql/import_test.rb
 delete mode 100644 test/mysqlspatial/import_test.rb
 rename test/support/{mysql => }/assertions.rb (75%)
 create 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