Activity for Ming

  • Vincenzo Castiglia Vincenzo Castiglia created merge request #28

    dummy $options to avoid tests from failing if you use options for regex

  • Alessandro Molina Alessandro Molina merged merge request #27

    mim: better _project

  • Vincenzo Castiglia Vincenzo Castiglia created ticket #33

    mim: bugged $and if used together with $or

  • Vincenzo Castiglia Vincenzo Castiglia created merge request #27

    mim: better _project

  • Dave Brondsema Dave Brondsema committed [344449]

    0.5.6

  • Dave Brondsema Dave Brondsema committed [6cefb1]

    Support python 3.5 and 3.6 in tox

  • Dave Brondsema Dave Brondsema committed [b1487e]

    Recursively convert MatchDoc and MatchList types, so a deeply nested value will match correctly still

  • Dave Brondsema Dave Brondsema committed [cc06b9]

    News pointer to master

  • Dave Brondsema Dave Brondsema committed [99a9fd]

    Support python 3.6 in tox

  • Dave Brondsema Dave Brondsema committed [d1282e]

    Recursively convert MatchDoc and MatchList types, so a deeply nested value will match correctly still

  • Dave Brondsema Dave Brondsema committed [fd1266]

    Update news

  • Alessandro Molina committed [43281b]

    Version 0.6.5

  • percious percious committed [4e55da]

    when setting documents with lists, allow integer notation

  • percious percious committed [acf2be]

    fix the case where '_id' is excluded from the fields while performing an update.

  • percious percious committed [d6a678]

    find_one_and_delete should actually delete

  • Alessandro Molina committed [291a94]

    Version 0.6.4

  • Alessandro Molina committed [abb3e2]

    Fix with missing keys

  • Alessandro Molina committed [974f2e]

    Version 0.6.3

  • Alessandro Molina Alessandro Molina updated merge request #25

    mim text search: better text indexes gathering

  • Alessandro Molina Alessandro Molina updated merge request #26

    schema validation: convert datetime.date to datetime.datetime

  • Alessandro Molina committed [7f708c]

    Merge commit '79e29803496be644d309c0b4237f87f5f946a001'

  • Vincenzo Castiglia Vincenzo Castiglia created merge request #26

    schema validation: convert datetime.date to datetime.datetime

  • Vincenzo Castiglia Vincenzo Castiglia created merge request #25

    mim text search: better text indexes gathering

  • Alessandro Molina committed [80d41c]

    Version 0.6.2

  • Alessandro Molina Alessandro Molina updated merge request #24

    added dummy $search operator in mim

  • Alessandro Molina committed [8be26f]

    Merge commit '62fe4f5ee70299682eab567a0654eefb6ca7a7fd'

  • Alessandro Molina committed [2f4b83]

    Merge branch 'master' of ssh://git.code.sf.net/p/merciless/code

  • Alessandro Molina committed [653b13]

    Add Python3.5 to tox

  • Alessandro Molina committed [f9f69d]

    Match regex within text, not just at begin

  • Alessandro Molina committed [4941d2]

    Version 0.6.1

  • Alessandro Molina Alessandro Molina posted a comment on merge request #24

    if _id in collection._data.keys(): probably wants to be replaced with if _id in collection._data

  • Vincenzo Castiglia Vincenzo Castiglia created merge request #24

    added dummy $search operator in mim

  • Dave Brondsema Dave Brondsema merged merge request #23

    added rewind to ODMCursor

  • Vincenzo Castiglia Vincenzo Castiglia created merge request #23

    added rewind to ODMCursor

  • Dave Brondsema Dave Brondsema posted a comment on discussion General Discussion

    I haven't used text indexes, but give this a try. I think it might work. Change 'text' to 'hashed' for hashed index type. class __mongometa__: custom_indexes = [ dict(fields=('doc_post.segment',), direction='text'), ]

  • Vishal Deshpande Vishal Deshpande modified a comment on discussion General Discussion

    I am trying to create a text index on a nested document. There is no documented way to specify a 'text' or a 'hashed' index in ming. Is this automatically deduced? When i create an index with the default, it throws 'WiredTigerIndex::insert: key too large to index' exception. On further reading, it seems that the default indexing is limited to documents less than 1024 bytes. For all else, we need to specify either a 'text' or a 'hashed' index. what is the proper way to do that with ming MappedClass...

  • Vishal Deshpande Vishal Deshpande modified a comment on discussion General Discussion

    I am trying to create a text index on a nested document. There is no documented way to specify a 'text' or a 'hashed' index in ming. Is this automatically deduced? When i create an index with the default, it throws 'WiredTigerIndex::insert: key too large to index' exception. On further reading, it seems that the default indexing is limited to documents less than 1024 bytes. For all else, we need to specify either a 'text' or a 'hashed' index. what is the proper way to do that with ming MappedClass...

  • Vishal Deshpande Vishal Deshpande modified a comment on discussion General Discussion

    I am trying to create a text index on a nested document. There is no documented way to specify a 'text' or a 'hashed' index in ming. Is this automatically deduced? When i create an index with the default, it throws 'WiredTigerIndex::insert: key too large to index' exception. On further reading, it seems that the default indexing is limited to documents less than 1024 bytes. For all else, we need to specify either a 'text' or a 'hashed' index. what is the proper way to do that with ming MappedClass...

  • Vishal Deshpande Vishal Deshpande posted a comment on discussion General Discussion

    I am trying to create a text index on a nested document. There is no documented way to specify a 'text' or a 'hashed' index in ming. Is this automatically deduced? When i create an index with the default, it throws 'WiredTigerIndex::insert: key too large to index' exception. On further reading, it seems that the default indexing is limited to documents less than 1024 bytes. For all else, we need to specify either a 'text' or a 'hashed' index. what is the proper way to do that with ming MappedClass...

  • Alessandro Molina committed [8da289]

    ChangeLog for 0.6.0

  • Alessandro Molina committed [84fbe8]

    Version 0.6.0

  • Alessandro Molina committed [28abfd]

    Ensure duplicated keys are detected on upsertions

  • Alessandro Molina committed [e28c0b]

    Support for filters on distinct

  • Alessandro Molina committed [065366]

    Provide drop_indexes

  • Alessandro Molina committed [73565b]

    Simulate collstats

  • Alessandro Molina committed [756e4b]

    Tweak result

  • Alessandro Molina committed [d60fc5]

    Provide insert_one and insert_many results

  • Alessandro Molina committed [a8c41f]

    Fix remove and provide implementation

  • Alessandro Molina committed [c49df3]

    Provide UpdateResult too

  • Alessandro Molina committed [f833fb]

    Fix skip and limit being passed as 0 and provide stub add_option to cursor

  • Alessandro Molina committed [ecd645]

    Apply consistent index encoding everywhere

  • Alessandro Molina committed [3fc52f]

    Support for delete_many and delete_one results

  • Alessandro Molina committed [bd8b7c]

    Fix delete tests

  • Alessandro Molina committed [398864]

    Support for setOnInsert

  • Alessandro Molina committed [9245fe]

    Allow idexing whole subdocuments

  • Alessandro Molina committed [92de30]

    Minor tweaks for pymongo3 compatibility

  • Alessandro Molina committed [f953bc]

    Improve compatibility with recent mongodbs

  • Alessandro Molina committed [54585f]

    Merge master into pymongo-30

  • Dave Brondsema Dave Brondsema committed [6ee0ca]

    0.5.5

  • Dave Brondsema Dave Brondsema committed [dfc394]

    MIM: regex matching against None or non-existen...

  • Vicente Ruiz Vicente Ruiz created ticket #32

    ming 0.5.4 ignore 'if_missing' on subdocuments

  • austin987 austin987 created ticket #31

    ming-0.5.4 (and 0.5.0) tests fail with python2.7, pass with 3.4

  • Dave Brondsema Dave Brondsema committed [54332b]

    Support distinct() on the ming cursor objects (...

  • Dave Brondsema Dave Brondsema committed [f1f25d]

    0.5.4

  • Alessandro Molina committed [f2f026]

    Upgrade to compatibility with pymongo3.2

  • Alessandro Molina Alessandro Molina posted a comment on ticket #28

    That's not strictly a bug as it's the currently documented behaviour ( http://ming.readthedocs.org/en/latest/polymorphism.html#querying-polymorphic-entities...

  • Anonymous posted a comment on ticket #28

    Same problem here! In my eyes, a query on a subclass should only return instances...

  • Alessandro Molina committed [1c1e8c]

    Remove use_greenlets and gevent sleep, just use...

  • Alessandro Molina committed [fe5802]

    Merge branch 'master' into pymongo-30

  • Alessandro Molina committed [3866fc]

    Fix MIM read/write concern value on pymongo3

  • Alessandro Molina committed [9d7296]

    On Python3 Binary actually decodes to bytes

  • Alessandro Molina committed [4b26d5]

    0.5.3

  • Alessandro Molina committed [44d5ba]

    Looks like there are projects referencing ORM n...

  • Alessandro Molina committed [c925c9]

    oops, forgot forced True while testing

  • Alessandro Molina committed [0ee184]

    MIM fields didn't work with tuples

  • Alessandro Molina committed [49f114]

    Add support for readthedocs.org, when compiling...

  • Alessandro Molina committed [511e24]

    Add .create / ._from_doc speedups to News

  • Alessandro Molina committed [99f963]

    Fix mutating object also mutates the original_d...

  • Alessandro Molina committed [bc99aa]

    Recover ORMSession, ThreadLocalORMSession and C...

  • Dave Brondsema Dave Brondsema committed [442055]

    Minor doc touchups

  • Alessandro Molina committed [eff83e]

    As Mapper.create might be called on manually cr...

  • Alessandro Molina committed [dc8716]

    Documents were actually validated three times w...

  • Alessandro Molina committed [b0da88]

    typo

  • Alessandro Molina committed [956c20]

    More docstrings, added Mapper.ensure_all_indexe...

  • Alessandro Molina committed [494f0a]

    Add documentation on custom schemas and custom ...

  • Alessandro Molina committed [04a934]

    Invalid state is usually just None, provide def...

  • Alessandro Molina committed [c08dbd]

    Major refactoring of documentation, still pendi...

  • Alessandro Molina committed [790965]

    Remove cog dependency, replaced with a sphinx d...

  • Alessandro Molina committed [797288]

    fields parameter is named projection on pymongo...

  • Alessandro Molina committed [2404a8]

    Initial support for PyMongo3.0, mostly disable ...

  • Alessandro Molina committed [cd5e5b]

    use_greenlets is not supported anymore by pymongo

  • Dave Brondsema Dave Brondsema posted a comment on ticket #27

    I don't personally have any plans to work on this yet. If someone wants to contribute...

  • Dave Brondsema Dave Brondsema posted a comment on ticket #27

    In the mean time I have published Ming 0.5.2 which explicitly specifies pymongo<3.0...

  • Dave Brondsema2 Dave Brondsema2 committed [2c89c1]

    0.5.2

  • Dave Brondsema2 Dave Brondsema2 committed [1dcfa4]

    Exclude pymongo 3 until [#27] is resolved

  • Dave Brondsema Dave Brondsema modified ticket #27

    pymongo 3.0 support - Failure to build, caused by test failures

  • Dave Brondsema Dave Brondsema modified ticket #29

    most query methods always raise "'Cursor' object has no attribute 'next'"

  • Dave Brondsema Dave Brondsema posted a comment on ticket #27

    I'm getting the same results when using pymongo 3.0, which came out very recently....

  • Dave Brondsema Dave Brondsema posted a comment on merge request #22

    Thanks!

  • Dave Brondsema2 Dave Brondsema2 committed [44dadb]

    update release instructions

1 >
MongoDB Logo MongoDB