Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/olpc/datastore/model.py
Commit message (Expand)AuthorAgeFilesLines
* single mount point fast pathversion_prototypeBenjamin Saller2007-10-031-1/+2
* wip on taggingBenjamin Saller2007-08-311-3/+8
* passing all tests in test-trial3Benjamin Saller2007-08-261-9/+22
* basic tests passingBenjamin Saller2007-08-161-6/+13
* wipBenjamin Saller2007-08-161-5/+21
* fix #2559Benjamin Saller2007-07-301-0/+2
* create new files on inplace stores properlyBenjamin Saller2007-07-231-8/+1
* inplace files return themselves on request for filenameBenjamin Saller2007-07-221-2/+14
* Merge branch 'master' of git+ssh://dev.laptop.org/git/projects/datastoreMarco Pesenti Gritti2007-07-201-2/+7
|\
| * help insolate vs unspecified propertiesBenjamin Saller2007-07-201-2/+7
* | Add activity_id property.Marco Pesenti Gritti2007-07-201-0/+1
|/
* handle find(dict(query : 'title:foo mimetype:text/plain'))Benjamin Saller2007-07-201-3/+6
* relax model restriction by defaulting new keys as strings or recording their ...Benjamin Saller2007-07-161-4/+16
* remove mountpoint from update arguments at the lower levelBenjamin Saller2007-07-161-1/+1
* better int property handlingBenjamin Saller2007-07-161-1/+2
* resolve keys through modelBenjamin Saller2007-07-161-10/+21
* changes for :date supportBenjamin Saller2007-07-161-15/+56
* anotherBenjamin Saller2007-07-131-0/+1
* missing model fieldsBenjamin Saller2007-07-131-1/+7
* mimetype -> mime_typeBenjamin Saller2007-07-131-1/+1
* missing field, will prolly be a few more of theseBenjamin Saller2007-07-131-0/+1
* repr on contentBenjamin Saller2007-07-131-9/+5
* more passing testsBenjamin Saller2007-07-131-3/+8
* property/type sync upBenjamin Saller2007-07-121-85/+87
* check point before prop kind/type mergeBenjamin Saller2007-07-121-307/+216
* binary properties, fixed text propertiesBenjamin Saller2007-07-021-0/+5
* propertys via the create/update dictBenjamin Saller2007-07-021-5/+20
* sanitize dbus input to methods by reducing it to base typesBenjamin Saller2007-06-291-3/+12
* USB centric backingstore (inplace storage)Benjamin Saller2007-06-251-0/+2
* mount point filtering, high level api and testsBenjamin Saller2007-06-251-14/+19
* filename suggestion codeBenjamin Saller2007-06-241-0/+26
* all tests pass on the multi-backend codeBenjamin Saller2007-06-211-2/+3
* allow polymorphic Python property types more easilyBenjamin Saller2007-06-191-2/+2
* out of database sortingBenjamin Saller2007-06-151-2/+4
* string dates had some issues, based on tomeu's patchBenjamin Saller2007-05-211-0/+5
* force lazy property loading, we don't always need themBenjamin Saller2007-05-161-1/+2
* remove the getattr property hook, too expensiveBenjamin Saller2007-05-151-3/+3
* Marshall properties over dbus. Verify that the proper Property subclasses are...Benjamin Saller2007-05-101-9/+22
* added all() call to DataStore for DBusBenjamin Saller2007-05-081-1/+2
* Milestone 1 importBenjamin Saller2007-04-271-0/+292