Releases: businho/django-migrations-ci
Releases · businho/django-migrations-ci
Support for Django `STORAGES` config
v0.10.1
What's Changed
- Propagate env variables to shell subprocess to respect
PATH
by @iurisilvio in #58
Full Changelog: v0.10...v0.10.1
Add `--checksum` flag
--checksum
flag to return current checksum (#54), contributed by @marcgibbons 🎉
Support for pytest-django>4.7
v0.9 Example don't have S3 anhmore
Fix mysqldump on unix socket without port
v0.8.1 Omit port if it is not defined in Django settings
First external contributions and late release
-
Use native sqlite3 dump to make it work with virtual tables (not supported by Python
.iterdump()
). The issue #38 was referenced by python/cpython#108340 for the investigation work. 😍 -
Raise errors on shell exceptions (#37)
-
Support Django default port empty (#41) (thanks to @oruehenbeck and @tobiasfunke1)
-
Create local folder if it does not exist (41) (thanks to @oruehenbeck and @tobiasfunke1)
Thanks to @walison17 for helping me with the example project CI investigation, leading to a django-storages regression issue.
Fix create db running in xdist workers
v0.7.1 Unset create_db flag inside xdist worker. Fix #35 (#36)
Make migrations plan deterministic
- Sort app names before hashing files to make it deterministic.
- Add
--migrateci-verbose
to override pytest--verbose
.
Fix database recreation
v0.6.2 Fix database recreation. (#34)
v0.6.1
Bug fix: input to pytest plugin because call_command receive data already parsed.