issues
search
charettes
/
django-syzygy
Django application providing database migration tooling to automate their deployment.
MIT License
85
stars
3
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Take advantage of autodetector_class when available.
#49
charettes
opened
1 month ago
2
Two Questions: On Compatibility with MySQL and on Indefinite Deferral of Post-Deploy
#48
ThomasAitken
closed
5 months ago
3
Mention MIGRATION_STAGES_OVERRIDE on ambiguous plan involving third party apps.
#47
charettes
closed
5 months ago
0
Ambiguous operation message should mention `MIGRATION_STAGES_FALLBACK` and `MIGRATION_STAGES_OVERRIDE` when dealing with third party apps.
#46
charettes
closed
5 months ago
0
Fix #44 - Adjust ambiguous stage autodetection interactive questioning.
#45
charettes
closed
7 months ago
0
Adding a model and a nullable foreign key in the same change exhibits a few problems
#44
charettes
closed
7 months ago
1
Fix #42 -- Avoid splitting many-to-many field additions in stages.
#43
charettes
closed
7 months ago
0
Pre and post add field operations should not be generated for ManyToMany fields
#42
charettes
closed
7 months ago
0
Test against Postgres 13
#41
charettes
closed
1 year ago
0
Rely on Field.db_default for field additions and removals.
#40
charettes
closed
1 year ago
0
Avoid unnecessary two-step migration for nullable without default add…
#39
charettes
closed
1 year ago
0
Avoid __class__ swap in pre-added field generation.
#38
charettes
closed
1 year ago
0
Test support for Django 5.0.
#37
charettes
closed
1 year ago
0
Fix #35 - Propagate migration crashes to quorum parties.
#36
charettes
closed
1 year ago
0
Post-migrate quorum should propagate crashes
#35
charettes
closed
1 year ago
0
"Plan contains a non-contiguous sequence of pre-deployment migrations"
#34
OrSecondNature
closed
1 year ago
3
Fix #32 -- Provide more details when encountering an ambiguous pre-deploy plan.
#33
charettes
closed
1 year ago
0
Provide more details when migrate --pre-deploy fails with AmbiguousPlan
#32
charettes
closed
1 year ago
0
Addressed a crash on Django 4.1+ for makemigrations --merge.
#30
charettes
closed
1 year ago
0
Upgraded and tested latest supported deps.
#29
charettes
closed
1 year ago
0
Implement aliased model rename.
#26
charettes
opened
2 years ago
0
Ensures not-null constraints are dropped post-deployments.
#25
charettes
closed
3 years ago
0
Add support for null constraint removal
#24
charettes
closed
3 years ago
0
Support rename operations on PostgreSQL
#23
charettes
opened
3 years ago
1
Warn on attempts at model and field renames.
#22
charettes
closed
3 years ago
2
Quorum adjusments
#21
charettes
closed
3 years ago
0
Properly deconstruct custom operations.
#20
charettes
closed
3 years ago
0
Add support for multiple party quorum to the migrate command.
#19
charettes
closed
3 years ago
0
Elidable removal
#18
charettes
closed
3 years ago
0
makemigrations improvements.
#17
charettes
closed
3 years ago
0
Implement and document migration stage settings.
#16
charettes
closed
3 years ago
0
Publish
#15
charettes
closed
3 years ago
0
Question user about non-nullable field removal.
#14
charettes
closed
3 years ago
0
Introduce automated makemigrations stage splitting. 68e02fb
#13
charettes
closed
3 years ago
0
Implement staged addition of a non-nullable field.
#12
charettes
closed
3 years ago
0
Preserve default during deployment of field removal.
#11
charettes
closed
3 years ago
0
PostgreSQL and Python 3.9 tests
#10
charettes
closed
3 years ago
0
Run tests against Django 3.1.
#9
charettes
closed
3 years ago
0
Implement staging migration auto-detector.
#8
charettes
closed
3 years ago
0
implement makemigrations addition of a non-nullable field with a default
#7
charettes
closed
3 years ago
1
Stop relying on the pre_migrate signal to alter migration plan.
#6
charettes
closed
4 years ago
0
migrate --plan --pre-deploy should work property
#5
charettes
closed
4 years ago
0
Implement makemigrations non-null field removal alteration
#4
charettes
closed
3 years ago
0
Implement makemigrations stage splitting.
#3
charettes
closed
3 years ago
0
Change stage verbiage and add full test coverage.
#2
charettes
closed
4 years ago
0
Run mypy during CI.
#1
charettes
closed
4 years ago
0