~jd/merciless.git
2013-02-14 Julien DanjouAdd NumberInt alias in MIM master
2013-02-11 Julien DanjouAdd support for finalize in mapreduce
2013-02-07 Rick CopelandAllow query params in connection string (mainly for...
2013-01-15 Rick CopelandSwitch back to dev version
2013-01-15 Rick CopelandBump version
2013-01-09 Rick CopelandBump version number (again)
2013-01-09 Rick CopelandFix some problems in config parsing
2013-01-09 Rick CopelandBump version number
2013-01-09 Doug HellmannAdd tox configuration
2013-01-09 Doug HellmannSupport objects returned from mapreduce
2013-01-08 Rick CopelandUpdate to be a release candidate
2013-01-08 Rick CopelandAdd rewind() method to mim Cursor fixing #10
2013-01-08 Rick CopelandMake __getitem__ clone the cursor, fixing #8
2013-01-08 Rick CopelandAdd support for doc.m.find_and_modify, addressing ...
2013-01-08 Rick CopelandUpdate to mongoclient, remove support for MasterSlaveCo...
2013-01-05 Alessandro... Support for fields in ODM queries, makes possible to...
2013-01-05 Alessandro... Fix issue with MIM not enforcing _id when using fields...
2012-12-19 Rick CopelandAdd support for $elemMatch
2012-11-12 Bryan DeeneyImprove support for BSON booleans in MIM
2012-10-30 Dave Brondsema[allura:tickets:#5080] get() uses kwargs, but find...
2012-10-11 Dave Brondsemabetter handling of non-bound Sessions
2012-10-11 Dave Brondsemaraise SkipTest for map/reduce tests when spidermonkey...
2012-10-01 Dave Brondsema[allura:tickets:#5024] add cursor hint support to mim
2012-09-27 mauriziofixed mim mr with reduce output
2012-09-27 Rick CopelandAdd failing test for MIM reduce-into-collection
2012-09-26 mauriziofixed function topy in mim's mapreduce
2012-09-20 Rick Copeland[#4] Setting a FieldProperty to the same value will...
2012-09-12 Cory JohnsUpdated Collection.insert to use DuplicateKeyError
2012-09-07 Rick Copeland[#3] Add better tests for MIM date support, verify...
2012-09-07 Rick Copeland[#3] Add date support to MIM
2012-09-07 Rick Copeland[#2] Add unit test
2012-09-07 Rick Copeland[#2] Update MIM find_and_modify to return None like...
2012-08-18 Doug HellmannSupport multiple operators in nested query documents
2012-08-18 Doug HellmannAdd test config parameter to show more detail in test...
2012-08-06 Rick Copeland[#10] Missing lists should act like empty lists in...
2012-08-03 Dave Brondsemaadd paramiko install to release docs
2012-08-01 Rick CopelandWhen a session closes, make sure to orphan any objects...
2012-08-01 Dave Brondsemadon't attempt to ensure indexes repeatedly when connect...
2012-08-01 Dave Brondsemafix mocking in test_ensure_indexes_slave; add another...
2012-08-01 Dave BrondsemaMake one connection attempt, even if connect_retry...
2012-07-30 Rick CopelandPatch to make sure included distinct() support actually...
2012-07-30 Doug Hellmannadd distinct() method to cursor
2012-07-30 Doug HellmannAdd distinct() method to ming.mim.Collection
2012-07-30 Doug HellmannAdd map_reduce() method to ming.mim.Collection
2012-07-30 Rick CopelandUpdating docs
2012-07-25 Rick CopelandBump ming release to 0.3.2dev
2012-07-25 Rick CopelandFix mim:/// to return the singleton mim.Connection...
2012-07-25 Rick Copeland[allura:tickets:#4603] Get ming tests running with...
2012-07-25 Rick Copeland[allura:tickets:#4603] Rework engine/datastore logic...
2012-06-10 Rick CopelandFix issue where ODM raised an exception on querying...
2012-06-05 Rick CopelandChange itervalues to values in threadlocal odm session...
2012-05-23 Rick CopelandSome MIM improvements
2012-05-18 Alessandro... Support for Geospatial indexes
2012-05-09 Rick CopelandFix MIM heterogenous type comparisons using strings
2012-04-29 Rick CopelandAllow true bson comparison in queries as well as sorts
2012-04-29 Rick CopelandAllow comparison between types in according to the...
2012-04-29 Rick CopelandAdd upsert support to MIM updates
2012-04-28 Rick CopelandMinor config refactor to make ming configuration more...
2012-03-23 Rick CopelandAdd ability to forbid None as a valid value for scalars
2012-03-20 Rick CopelandUpdate ODM docs to reflect correct MapperExtension api
2012-03-20 Rick CopelandAdd test for base class of mapperextension
2012-03-16 Rick CopelandFix broken test
2012-03-16 Rick CopelandAdd ability to decorate ODM objects as they are created...
2012-03-16 Rick CopelandPass along kwargs in _validate_core
2012-03-16 Rick CopelandRemove dead code references to abandoned lazy validatio...
2012-03-16 Rick CopelandMake missing != None in validation
2012-03-16 Rick CopelandFix signature of mapper extensions
2012-03-16 Rick CopelandAdd test for limited array validation
2012-03-16 Rick CopelandAdd validate_ranges option to array validators
2012-03-16 Rick CopelandRefactor some constants into ming.base
2012-03-16 Rick CopelandSlight speedup of _validate_core in documents
2012-03-16 Rick CopelandMore tweaks to validation, speed up ParticularScalar...
2012-03-16 Rick CopelandBreak out fast path for if_missing
2012-03-16 Rick CopelandMake if_missing not a LazyProperty
2012-03-16 Rick CopelandEliminate unneccessary calls to deepcopy
2012-03-16 Rick CopelandFactored field_items out
2012-03-16 Rick CopelandMore slight optimizations
2012-03-16 Rick CopelandMore slight optimizations
2012-03-16 Rick CopelandTrying to speed up validation
2012-03-16 Rick CopelandTrying to speed up validation
2012-03-16 Rick CopelandAdd lazy option to the Document validator
2012-03-16 Rick CopelandFactor polymorphism out of the base document class
2012-03-15 Dave BrondsemaNewer mock required
2012-03-12 Rick CopelandUpdate .m.get() to drop extra fields from the DB automa...
2012-03-11 Dave Brondsemadeclare test dependencies
2012-03-07 Rick CopelandUpdate polymorphic collection names to reflect their...
2012-03-06 Rick CopelandAdd clear_all method for mappers
2012-03-06 Rick CopelandBreak hardcoded linkage between mappers and orm sessions
2012-03-06 Rick CopelandBump version # in docs
2012-03-06 Rick CopelandUpdate news
2012-03-06 Rick CopelandGlobally rename ORM==>ODM with some backward compatibility
2012-03-06 Rick CopelandUpdate Ming gridfs support to ensure we keep all requir...
2012-03-05 Tim Van SteenburghFix DateTime microsecond truncation.
2012-03-03 Dave Brondsemaokay to use mock 0.8 now that a final release is out
2012-03-02 Tim Van SteenburghChanged DateTime type to truncate at milliseconds inste...
2012-02-15 Rick CopelandAdd .collection property to class manager
2012-02-14 Rick CopelandFix contextual proxies so you can use more than one...
2012-02-13 Rick CopelandAdd collection.drop() method
2012-02-13 Rick CopelandFix problem with ORM findandmodify
2012-02-10 Rick Copeland[allura:tickets:#3712] Move more logic to ObjectState...
next