File rubygem-data_migrate.changes of Package rubygem-data_migrate
-------------------------------------------------------------------
Mon Feb 3 09:32:49 UTC 2025 - Dan Čermák <dan.cermak@posteo.net>
- # 11.2.0
- Remove committed Gemfile.lock, reduce bundled file list when running `gem install` https://github.com/ilyakatz/data-migrate/pull/351
- [Bump actionpack from 7.1.3.4 to 7.1.4.1](https://github.com/ilyakatz/data-migrate/pull/348)
- [Bump rexml from 3.3.6 to 3.3.9](https://github.com/ilyakatz/data-migrate/pull/349)
- Fix db_config_with_versions arity change and backport https://github.com/ilyakatz/data-migrate/pull/337
-------------------------------------------------------------------
Mon Nov 4 16:30:11 UTC 2024 - Dan Čermák <dan.cermak@posteo.net>
- # 11.1.0
- Allow multiple data migration paths https://github.com/ilyakatz/data-migrate/pull/331
- Fix db:prepare:with_data task on [Rails 7.2](https://github.com/ilyakatz/data-migrate/pull/339)
- Fix ConnectionPool deprecation warnings on [Rails 7.2](https://github.com/ilyakatz/data-migrate/pull/341)
- Add Rails 8.0 to testing grounds https://github.com/ilyakatz/data-migrate/pull/341
- [Bump webrick from 1.8.1 to 1.8.2](https://github.com/ilyakatz/data-migrate/pull/345)
# 11.0.0
- [Update rexml to 3.3.6](https://github.com/ilyakatz/data-migrate/pull/329)
- Fixes a bug which ignored migrations on [Rails 7.1 and higher](https://github.com/ilyakatz/data-migrate/pull/326)
# 11.0.0rc
- Remove Ruby 3.0 from build matrix
- Support Rails 7.2.0 https://github.com/ilyakatz/data-migrate/pull/312
- Update gemfile.lock builds
## 9.4.2
- Fix db:prepare:with_data task
## 9.4.1
- Add db:prepare task
-------------------------------------------------------------------
Fri Jun 21 09:45:00 UTC 2024 - Dan Čermák <dan.cermak@posteo.net>
- ## 9.4.0
- Reset model schema cache before each data migration https://github.com/ilyakatz/data-migrate/pull/307
- Run load_config rake task before db:migrate:with_data https://github.com/ilyakatz/data-migrate/pull/308
## 9.3.0
- Improve with_data Rake task for multiple database https://github.com/ilyakatz/data-migrate/pull/296
-------------------------------------------------------------------
Thu Nov 2 15:44:09 UTC 2023 - Dan Čermák <dan.cermak@posteo.net>
- ## 9.2.0
- Support Rails 7.1 https://github.com/ilyakatz/data-migrate/pull/278
- Build and test against 7.1.0.rc1 https://github.com/ilyakatz/data-migrate/pull/286
## 9.1.0
- Fix a bug that caused `schema_sha1` in `ar_internal_metadata` to be reset to the `data_schema.rb` file. (#272)
- Remove the need for empty data_schema files for non-primary databases. (#273)
## [YANKED] 10.0.3.rc
- Remove all travis references [leoarnold](https//:github.com/leoarnold)
- Changing to rc because of ongoing discussion how to properly handle multiple database environments
## [YANKED] 10.0.2
Change "rails" dependencies to "railties"
## [YANKED] 10.0.1
- Bug fix for Rails 6 config [chaunce](https//:github.com/chaunce)
- Railties bug fix by [opti](https://github.com/opti)
## [YANKED] 10.0.0
Releasing 10.0.0
!!! Breaking changes !!!
- This version introduces a breaking change which may lead to undesired
behavior in multi-database environments. See https://github.com/ilyakatz/data-migrate/issues/181
## [YANKED] 10.0.0.rc1
- Changes by [chaunce](https//:github.com/chaunce)
- Multiple databases support
- Refactor to clean things up
- Deprecate rails 5.2 support for real
## 9.0.0
Ruby 3.2 support [mehanoid](https://github.com/mehanoid)
Rails 5.2 is no longer supported
## 8.5.0
Allow custom templates [bazay](https://github.com/bazay)
## 8.4.0
Avoid Globally Accessible Functions for All Rake Tasks [berniechiu](https://github.com/berniechiu)
## 8.3.0
Add delegation to exists? for use by third parties [foxondo](https://github.com/foxondo)
-------------------------------------------------------------------
Fri Oct 28 04:54:45 UTC 2022 - Stephan Kulow <coolo@suse.com>
updated to version 8.2.0
see installed Changelog.md
## 8.2.0
Delegate to anonymous subclass of AR::SchemaMigration [foxondo](https://github.com/foxondo)
-------------------------------------------------------------------
Thu Aug 4 13:06:14 UTC 2022 - Stephan Kulow <coolo@suse.com>
updated to version 8.1.1
see installed Changelog.md
## 8.1.1
Revert 8.1.0 changes
## 8.1.0
Avoid globally accessible functions for all rake tasks [berniechiu](https://github.com/berniechiu)
fixed `db:migrate:with_data` to compare data schema versions correctly [cadactive](https://github.com/cadactive)
## 8.0.0.rc2
Bug fixes [gdott9](https://github.com/gdott9)
## 8.0.0.rc1
Add support for Rails 7
Removed support for Rails versions below 5.2. Now are supported only versions Rails 5.2 and up
-------------------------------------------------------------------
Mon Jul 26 05:52:38 UTC 2021 - Stephan Kulow <coolo@suse.com>
updated to version 7.0.2
see installed Changelog.md
## 7.0.2
Remove magic comment in migration files [y-yagi](https://github.com/y-yagi)
User frozen string [jonnay](https://github.com/jonnay)
-------------------------------------------------------------------
Thu Jun 24 17:14:30 UTC 2021 - Stephan Kulow <coolo@suse.com>
updated to version 7.0.1
see installed Changelog.md
## 7.0.1
Use SchemaMigrations.migration_paths in main rake task [lewhit](https://github.com/lewhit)
-------------------------------------------------------------------
Wed Jan 20 12:31:12 UTC 2021 - Stephan Kulow <coolo@suse.com>
updated to version 6.6.0
see installed Changelog.md
## 6.6.0
Allow data dump connection to be configured [lewhit](https://github.com/lewhit)
## 6.4.0
Add primary key to data_migrations table [aandis](https://github.com/aandis)
-------------------------------------------------------------------
Thu May 7 20:37:34 UTC 2020 - Stephan Kulow <coolo@suse.com>
- updated to version 6.3.0
see installed Changelog.md
## 6.3.0
Add `abort_if_pending_migrations` rake tasks [tomgia](https://github.com/tomgia)
-------------------------------------------------------------------
Mon Feb 10 14:24:40 UTC 2020 - Stephan Kulow <coolo@suse.com>
- updated to version 6.2.0
see installed Changelog.md
-------------------------------------------------------------------
Sun May 5 09:23:43 UTC 2019 - Stephan Kulow <coolo@suse.com>
- updated to version 5.3.2
see installed Changelog.md
## 5.3.2
Fix capistrano migration tasks to only skip migrations if there are no changes in the db/data and db/migrate folders
-------------------------------------------------------------------
Sat Mar 2 15:10:59 UTC 2019 - Stephan Kulow <coolo@suse.com>
- updated to version 5.3.1
see installed Changelog.md
## 5.3.1
Change database task to use data_migrations_path_configuration
## 5.3.0
Add support to configure data migration path
-------------------------------------------------------------------
Wed Dec 19 07:05:43 UTC 2018 - Stephan Kulow <coolo@suse.com>
- updated to version 5.3.0
see installed Changelog.md
-------------------------------------------------------------------
Thu Nov 22 05:06:00 UTC 2018 - Stephan Kulow <coolo@suse.com>
- updated to version 5.2.0
see installed Changelog.md
## 5.1.0
Fixes to `db:schema:load:with_data` + `db:structure:load:with_data` definition, thanks to [craineum](https://github.com/craineum)
-------------------------------------------------------------------
Wed Sep 5 10:08:55 UTC 2018 - coolo@suse.com
- updated to version 5.0.2
see installed Changelog.md
## 5.0.0
Remove support for legacy migrations (from v2).
**IMPORTANT**: If you used this gem from before version 2, make sure to run migration script
```
DataMigrate::LegacyMigrator.new.migrate
```
**Failure to do so may cause re-running old migrations**
-------------------------------------------------------------------
Thu May 3 01:03:45 UTC 2018 - factory-auto@kulow.org
- updated to version 4.0.0
see installed Changelog.md
## 4.0.0
Support for Rails 5.2
Deprecated support for Rails 4.1
Internal changes to make data-migrate behavior more similar to Rails migrations
-------------------------------------------------------------------
Tue Mar 20 10:07:06 UTC 2018 - factory-auto@kulow.org
- updated to version 3.5.0
see installed Changelog.md
## 3.5.0
Deprecated support for rails 4.0
Improvements to timestamped migrations, thanks to [Pierre-Michard](https://github.com/Pierre-Michard)
-------------------------------------------------------------------
Fri Feb 9 05:29:44 UTC 2018 - factory-auto@kulow.org
- updated to version 3.4.0
see installed Changelog.md
-------------------------------------------------------------------
Thu Feb 8 05:58:23 UTC 2018 - coolo@suse.com
- updated to version 3.3.1
see installed Changelog.md
-------------------------------------------------------------------
Tue Dec 19 15:07:39 CET 2017 - ro@suse.de
- update to version 3.3.0
- The concept of schema:dump to data migrations
-------------------------------------------------------------------
Thu Nov 2 15:52:48 UTC 2017 - dkang@suse.com
- Updated to version 3.2.2
no changelog found
-------------------------------------------------------------------
Tue Oct 24 09:17:35 UTC 2017 - hvogel@suse.com
- Initial package, version 3.2.1