Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / bdragon300/mongoengine-migrate issues and pull requests
#51 - Use ctx.collection is not None to avoid error in generic reference field
Pull Request -
State: closed - Opened by prihoda over 2 years ago
- 2 comments
#50 - Error when changing reference field to generic reference field
Issue -
State: closed - Opened by prihoda over 2 years ago
- 1 comment
#49 - (fix issue #48) check pymongo version to use GEOHAYSTACK indexes
Pull Request -
State: closed - Opened by Mohsen-Khodabakhshi almost 3 years ago
- 3 comments
#48 - AttributeError: GEOHAYSTACK
Issue -
State: closed - Opened by Mohsen-Khodabakhshi almost 3 years ago
- 2 comments
#47 - Possibility to migrate changes on save method?
Issue -
State: open - Opened by jorekai over 3 years ago
#46 - support for importing multiple models containing mongoengine document declarations
Issue -
State: open - Opened by JaCoderX over 3 years ago
#45 - Handling `EnumField` choices
Issue -
State: open - Opened by prihoda almost 4 years ago
- 1 comment
#44 - No changes detected when creating first migration
Issue -
State: open - Opened by prihoda almost 4 years ago
- 3 comments
#43 - Fix renaming between documents with similar schemas but different types
Pull Request -
State: closed - Opened by bdragon300 about 4 years ago
#42 - #13 Documentation
Pull Request -
State: closed - Opened by bdragon300 about 4 years ago
#41 - Fix `unhashable type` error during making migration
Pull Request -
State: closed - Opened by bdragon300 about 4 years ago
#40 - #21: Import based on current dir
Pull Request -
State: closed - Opened by bdragon300 about 4 years ago
#39 - #14: Indexes support
Pull Request -
State: closed - Opened by bdragon300 about 4 years ago
#38 - MongoDB error while unsetting `allow_inheritance` in Document
Issue -
State: open - Opened by bdragon300 about 4 years ago
Labels: bug
#37 - TypeError raises when user is altering field where one of parameter value is unhashable type
Issue -
State: closed - Opened by bdragon300 about 4 years ago
Labels: bug
#36 - 33 parameter schema document adds parameters key
Pull Request -
State: closed - Opened by vmdhhh about 4 years ago
#35 - Update README.md
Pull Request -
State: closed - Opened by alifepal about 4 years ago
#34 - #24 Fix email regex
Pull Request -
State: closed - Opened by vmdhhh about 4 years ago
#33 - `parameters` arg in `Schema.Document` constructor also adds `parameters` key to schema
Issue -
State: closed - Opened by bdragon300 about 4 years ago
- 4 comments
Labels: bug
#32 - Make `MigrationGraph` as dict-like object instead of list-like one
Issue -
State: open - Opened by bdragon300 about 4 years ago
Labels: refactoring
#31 - Handle `UUIDField.binary` attribute changing
Issue -
State: open - Opened by bdragon300 about 4 years ago
Labels: bug
#30 - Print warning if user has set `SequenceField.value_decorator`
Issue -
State: open - Opened by bdragon300 about 4 years ago
Labels: enhancement
#29 - Add "by_doc" updating to `BinaryFieldHandler.change_max_bytes`
Issue -
State: open - Opened by bdragon300 about 4 years ago
Labels: bug
#28 - Implement `URLField.url_regex` modification handling
Issue -
State: open - Opened by bdragon300 about 4 years ago
Labels: enhancement
#27 - Handle `Document` and `EmbeddedDocument` in `choices` of `Field`
Issue -
State: open - Opened by bdragon300 about 4 years ago
Labels: enhancement
#26 - Implement `change_unique_with` method in common field handler
Issue -
State: closed - Opened by bdragon300 about 4 years ago
- 1 comment
Labels: enhancement, wontfix
#25 - Implement `change_unique` method in common field handler
Issue -
State: closed - Opened by bdragon300 about 4 years ago
- 1 comment
Labels: enhancement, wontfix
#24 - Fix email regex in `to_email_string` converter
Issue -
State: closed - Opened by bdragon300 about 4 years ago
- 6 comments
Labels: bug, good first issue
#23 - Consider inheritance while dropping document in `CreateDocument`/`DropDocument`
Issue -
State: open - Opened by bdragon300 about 4 years ago
Labels: bug
#22 - Prohibit renaming from embedded document to usual document and back
Issue -
State: closed - Opened by bdragon300 about 4 years ago
Labels: bug
#21 - Programatically add PYTHONPATH=. as one of the first thing in the code
Issue -
State: closed - Opened by dameyerdave about 4 years ago
- 1 comment
Labels: bug
#20 - Deleting the related collection of GridFS field on field remove or change type
Issue -
State: open - Opened by bdragon300 about 4 years ago
Labels: enhancement
#19 - Deleting the related collection of `SequenceField` on field remove or change type
Issue -
State: open - Opened by bdragon300 about 4 years ago
Labels: enhancement
#18 - Renaming the related collection of GridFS field on `collection_name` parameter change
Issue -
State: open - Opened by bdragon300 about 4 years ago
Labels: enhancement
#17 - Renaming the related collection of SequenceField on `collection_name` parameter change
Issue -
State: open - Opened by bdragon300 about 4 years ago
Labels: enhancement
#16 - Interactive mode for "makemigrations" command
Issue -
State: open - Opened by bdragon300 about 4 years ago
Labels: enhancement
#15 - Schema force reset
Issue -
State: open - Opened by bdragon300 about 4 years ago
Labels: enhancement
#14 - MongoDB indexes support
Issue -
State: closed - Opened by bdragon300 about 4 years ago
Labels: enhancement
#13 - Write documentation
Issue -
State: closed - Opened by bdragon300 about 4 years ago
Labels: enhancement
#12 - Get rid of global variables
Issue -
State: open - Opened by bdragon300 about 4 years ago
Labels: refactoring
#11 - Add "python updates only" cli parameter
Issue -
State: open - Opened by bdragon300 about 4 years ago
#10 - Add `--policy` parameter to cli
Issue -
State: open - Opened by bdragon300 about 4 years ago
Labels: good first issue
#9 - Check field schema errors on makemigrations command
Issue -
State: open - Opened by bdragon300 about 4 years ago
Labels: bug
#8 - Add console spinner
Issue -
State: open - Opened by bdragon300 about 4 years ago
Labels: enhancement
#7 - Generate CreateField\DropField actions pair instead of AlterField when convertion of data type of field is impossible
Issue -
State: open - Opened by bdragon300 about 4 years ago
Labels: bug
#6 - Capped collections support
Issue -
State: open - Opened by bdragon300 about 4 years ago
Labels: enhancement
#5 - Fix jinja2 python code word wrapper
Issue -
State: open - Opened by bdragon300 about 4 years ago
Labels: enhancement
#4 - Fix migrations graph traversal algorithm
Issue -
State: open - Opened by bdragon300 about 4 years ago
Labels: bug
#3 - Output none if no last migration
Pull Request -
State: closed - Opened by dameyerdave over 4 years ago
#2 - Changed parameter dummy_actions to schema_only
Pull Request -
State: closed - Opened by dameyerdave over 4 years ago
#1 - mongoengine_migrate migrate error `migrate() got an unexpected keyword argument 'dummy_actions'`
Issue -
State: closed - Opened by dameyerdave over 4 years ago
- 2 comments