File rubygem-database_cleaner.changes of Package rubygem-database_cleaner

-------------------------------------------------------------------
Mon Nov  4 16:30:27 UTC 2024 - Dan Čermák <dan.cermak@posteo.net>

- New upstream release 2.1.0, no changelog found

-------------------------------------------------------------------
Tue Nov 14 14:55:23 UTC 2023 - Dan Čermák <dan.cermak@posteo.net>

- New upstream release 2.0.2, no changelog found

-------------------------------------------------------------------
Thu Jun 24 17:14:41 UTC 2021 - Stephan Kulow <coolo@suse.com>

updated to version 2.0.1
 History.rdoc removed upstream

-------------------------------------------------------------------
Thu May  7 20:37:51 UTC 2020 - Stephan Kulow <coolo@suse.com>

- updated to version 1.8.5
 see installed History.rdoc

  == 1.8.5 2020-05-04
  
  === Bug Fixes
    * Fix :mongo strategy: https://github.com/DatabaseCleaner/database_cleaner/pull/645
  
  == 1.8.4 2020-04-02
  
  === Bug Fixes
    * Fix false positive deprecation warnings on Windows: https://github.com/DatabaseCleaner/database_cleaner/pull/633
  
  == 1.8.3 2020-02-18
  
  === Bug Fixes
    * Fix performance issue of DatabaseCleaner::Base#orm_module: https://github.com/DatabaseCleaner/database_cleaner/pull/625

-------------------------------------------------------------------
Mon Feb 10 14:25:10 UTC 2020 - Stephan Kulow <coolo@suse.com>

- updated to version 1.8.2
 see installed History.rdoc

  == 1.8.2 2020-02-01

-------------------------------------------------------------------
Fri Apr 20 08:03:56 UTC 2018 - factory-auto@kulow.org

- updated to version 1.7.0
 see installed History.rdoc

  === Bug Fixes
  === Changes
  
  == 1.7.0 2017-04-19
  
  === Bug Fixes
    * Remove unnecessary folders from gem: https://github.com/DatabaseCleaner/database_cleaner/pull/508
    * Properly quote table names: https://github.com/DatabaseCleaner/database_cleaner/pull/501
    * Use more idiomatic Ruby in README: https://github.com/DatabaseCleaner/database_cleaner/pull/510
    * Return ::ActiveRecord::Base from `establish_connection`: https://github.com/DatabaseCleaner/database_cleaner/pull/399
  
  === Changes
    * Safeguard against running in production or running against a remote database: https://github.com/DatabaseCleaner/database_cleaner/pull/521
  
  == 1.6.2 2017-10-29
  
  === Bug Fixes
    * ActiveRecord::Base namespace patch: https://github.com/DatabaseCleaner/database_cleaner/pull/490
    * Better exclusion condition based on Rails version: https://github.com/DatabaseCleaner/database_cleaner/pull/487
  
  === Changes
    * Better documentation. Typos were fixed. Sequel deletion is supported: https://github.com/DatabaseCleaner/database_cleaner/pull/500

-------------------------------------------------------------------
Tue Nov 28 12:01:45 UTC 2017 - enavarro@suse.com

- updated to version 1.6.2
 see installed History.rdoc

  == 1.6.2 2017-10-29

  === Bug Fixes
    * ActiveRecord::Base namespace patch: https://github.com/DatabaseCleaner/database_cleaner/pull/490
    * Better exclusion condition based on Rails version: https://github.com/DatabaseCleaner/database_cleaner/pull/487

  === Changes
    * Better documentation. Typos were fixed. Sequel deletion is supported: https://github.com/DatabaseCleaner/database_cleaner/pull/500

-------------------------------------------------------------------
Tue May 23 09:48:21 UTC 2017 - coolo@suse.com

- updated to version 1.6.1
 see installed History.rdoc

  == 1.6.1 2017-05-09

  === Bug Fixes
    * Deletion strategy fix for ActiveRecord (@kawamoto)

  == 1.6.0 2017-05-04

  === New Features/Changes
    * Rails 5.1 support: Remove deprecation warning (@activefx)
    * MySQL 5.6+ InnoDB support (@ahorek)
    * Better documentation (fixed typo) (@hoshinotsuyoshi)

  === Bug Fixes
    * Fix Redis db option (@soylent)
    * Make NullStrategy API-complete (@anicholson)

  == 1.5.3 2016-04-22

  === Bug Fixes
    * @P9GIT fixed issue #436

-------------------------------------------------------------------
Tue May 10 04:33:30 UTC 2016 - coolo@suse.com

- updated to version 1.5.3
 see installed History.rdoc

-------------------------------------------------------------------
Mon Apr 18 04:30:31 UTC 2016 - coolo@suse.com

- updated to version 1.5.2
 see installed History.rdoc

  == 1.5.2 2016-04-17

  === New Features/Changes
    * Use default_client with mongoid 5.0 (@stjhimy)
    * Added comparable support for strategies (@st0012)
    * Better README instructions that suggest `append_after` (@jrochkind)
    * Removed deprecation warnings for Rails 5.0+ (@pschambacher)
    * Upgrade to RSpec 2.14 (@skalee)

  === Bug Fixes
    * @dmitrypol fixed issue #409
    * @schmierkov fixed the Travis builds with PR #416
    * @shosti fixed issue #345
    * @kylev fixed issue #379
    * @skalee fixed the Travis builds for Neo4j with PR #433

  == 1.5.1 2015-09-05

  == Bug Fix
    * Added mongo2 missing files to the gemspec. (@geerzo)

  == 1.5.0 2015-09-02

  === New Features/Changes
    * Use ensure within the cleaning method. (@cema-sp)
    * Restored mysql2 + jruby support. (@ahorek)
    * Added required ruby version to gemspec. (@garethrees)
    * Added support for Mongoid 5.0 and Mongo Ruby Driver 2.0. (@jprincipe)
    * Added support for additional Neo4j::Session.open options. (@brienw)
    * And a bunch of code style and README improvements

  === Bug Fixes
    * Fixed truncation for MongoDB 3. (@andreale)
    * Fixed YAML error when building gem. (@joshnesbitt)
    * Fixed deletion strategy for JDBC MySQL. (@DanElbert)
    * Fixed open transactions for multiple connections. (@claptimes5)

-------------------------------------------------------------------
Sat Oct 17 04:28:51 UTC 2015 - coolo@suse.com

- updated to version 1.5.1
 see installed History.rdoc

-------------------------------------------------------------------
Wed Sep  2 04:28:58 UTC 2015 - coolo@suse.com

- updated to version 1.5.0
 see installed History.rdoc

-------------------------------------------------------------------
Tue Mar 10 05:30:45 UTC 2015 - coolo@suse.com

- updated to version 1.4.1

-------------------------------------------------------------------
Fri Feb  6 13:12:48 UTC 2015 - coolo@suse.com

- updated to version 1.4.0
 === New Features/Changes
   * Using the deletion strategy with Mysql now only deletes those tables
     which have had records added to them. (@MadRabbit)
   * Add support for `pre_count` on Sequel with Mysql. (@vrinek)
   * Add support for neo4j. (@dpisarewski)
   * Cache collection names in mongo's truncation strategy. (@nyarly)
   * Support for mongoid multiple connections. (@nyarly)
   * Support for deletion with Sequel. (@cyberdelia)

 === Bug Fixes
   * Fix `undefined method error` with DataMapper SQLite adaptor. (@lanej)
   * Fully define Mysql2 adaptor constant. (@jgonera)
   * Don't truncate schema tables in Postgres. (@billywatson)
   * Fix issue #284. (@MartinNowak)

-------------------------------------------------------------------
Sun Oct 12 10:23:03 UTC 2014 - adrian@suse.de

- adapt to new rubygem packaging style

-------------------------------------------------------------------
Mon May 26 10:50:09 UTC 2014 - coolo@suse.com

- updated to version 1.3.0
 === New Features/Changes
   * Introduced `DatabaseCleaener::cleaninng` method that takes a block. (@ethco)
   * Improved Sequel support and added more tests (@ethco, @rhunter)

 === Bug Fixes

   * Fixed an issue with the `Transaction` strategy and Active Record where application-level transactions
     are not rolledback correctly. (Godfrey Chan)
   * activerecord-oracle_enhanced-adapter now works again (#259, @sockmonk)

-------------------------------------------------------------------
Thu Oct 10 14:20:50 UTC 2013 - coolo@suse.com

- updated to version 1.2.0
 A huge thanks goes to @tommeier for fixing the bug with class loading that was cuasing the wrong adapters
 to be used in certain cases.

 === New Features/Changes

   * Upgraded RSpec to remove deprecation warnings (John Rowe)
   * Caching of tables to truncate is now optional (@marcoow)

 === Bug Fixes

   * Use class_eval loading of superclasses to ensure right version of class is patched. (Tom Meier, Joel Nimety, Ernesto Tagwerker)
   * Add truncate_tables method to SQLiteAdapter. (Chris Mo)
   * Fixes missing #uses_sequence invokation in adapter classes for sqlite and sqlite3 (Lefteris Laskaridis)

-------------------------------------------------------------------
Fri Aug  2 10:45:52 UTC 2013 - coolo@suse.com

- updated to version 1.1.1
  === Bug Fixes

    * Fixes typo in Postgres superclass (POSTGRE_ADAPTER_PARENT > POSTGRES_ADAPTER_PARENT) (Joel Nimety)

  == 1.1.0 2013-08-01

  === New Features/Changes

    * schema_migrations table name is now retrieved from ActiveRecord (Kyle Stevens)
    * Autoloading logic is now exposed, see PR #212 for details (Jeff Felchner)

  === Bug Fixes

    * Deletion strategy works again on MySQL, had to roll back multiple statements patch.
    * Fix MySqlAdapter superclass bug via class_eval loading of superclasses (Tom Meier)
    * Sequel strategy fix dealing with symbol/string mismatch on table names. (Fred Wu)

-------------------------------------------------------------------
Wed May 15 03:50:52 UTC 2013 - coolo@suse.com

- updated to version 1.0.1
  === New Features/Changes

   * Dropping support for Ruby 1.8.x; Only 1.9.x and beyond will be supported going forward.
   * Now supporting (and testing against ruby 2.0.x).
   * Adds support for AR 4.0 by using `begin_transaction` (David Chelimsky and Steve Madsen)
   * Adds Rails 4 support for SQLite3Adapter
   * Suppport for Moped when used without Mongoid (Cyprian Kowalczyk)
   * Redis & Ohm support (Hengbin Qiu, James Conroy-Finn)

   * CI Improvements (Jan Vlnas, Murahashi Sanemat Kenichi, Samer Masry, Jordan Hollinger)
   * README/Documentation improvements (Marcelo Cajueiro, Donald Ball, TJ Chambers, Nick Huanca, Justin Edwards, Ryota Arai)

  === Bug Fixes
   * Fixes transaction errors when using `after_commit` hooks in AR.
   * Fixes truncation error with SQLite (Daniel White)
   * Fixes `pre_count` logic in AR Postgres. (Jordan Hollinger)
   * Sequel fix to normalize all table names to strings. (Lauri Peltola)
   * #clean_with now works with multiple connections. (John Ferlito)
   * Always start a AR transaction to prevent nil errors in AR when rolling back (John Hampton, M.Shibuya)

-------------------------------------------------------------------
Thu Nov  1 07:16:58 UTC 2012 - coolo@suse.com

- updated to version 0.9.1

-------------------------------------------------------------------
Wed Aug  1 05:03:23 UTC 2012 - coolo@suse.com

- initial package (version 0.8.0)

openSUSE Build Service is sponsored by