Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/active_document
Commit message (Expand)AuthorAgeFilesLines
* Started work to keep votes related properties out of regular onesactive_document-votes.mergedAleksey Lim2012-04-175-134/+99
* Move authorization to frontendsAleksey Lim2012-04-162-28/+3
* Take into account standard properties, that are being set internally, in prox...Aleksey Lim2012-04-161-1/+2
* Move "author" property to active-document, it is basic property and should ex...Aleksey Lim2012-04-165-6/+25
* Move restful_methods to active_methods to keep restful-documents as a thin ba...Aleksey Lim2012-04-165-95/+147
* Simplify Document.find() using by moving "request" argument to kwargs; move "...Aleksey Lim2012-04-153-10/+27
* Update codeletsAleksey Lim2012-04-131-2/+4
* Check if document existAleksey Lim2012-04-132-0/+10
* Clean write queue before closingAleksey Lim2012-04-131-9/+17
* Remove needless log output, index might be requested for properties that exis...Aleksey Lim2012-03-311-3/+0
* Update codeletsAleksey Lim2012-03-311-1/+11
* Revert boolean type for aggregated propertiesAleksey Lim2012-03-303-9/+17
* Implement AggregatedValue class to keep "vote" property value internallyAleksey Lim2012-03-304-26/+50
* Keep only alnum symbols in guids to reuse them in Telepathy namesAleksey Lim2012-03-294-6/+21
* Getting BLOB's stat should require read accessAleksey Lim2012-03-262-3/+3
* Create document directories in folder to support tests where the same Metadat...Aleksey Lim2012-03-251-1/+2
* Simplify gettign blobs by returning file-like objectAleksey Lim2012-03-253-33/+29
* Move sources repository to network projectAleksey Lim2012-03-251-61/+86
* Fix issue (in 46cd9be8da17324e92f20eb53e232299db60d13b) with not populating s...Aleksey Lim2012-03-201-7/+6
* Convert unicode strings before passing them to xapianAleksey Lim2012-03-201-1/+5
* Avoid using needless stamp files for indexesAleksey Lim2012-03-201-27/+16
* Workaround for index readers/writers race for creating new storage directoriesAleksey Lim2012-03-202-17/+40
* Pass all property sets via converter functionsAleksey Lim2012-03-193-22/+24
* Tune IndexProxy cache logicAleksey Lim2012-03-191-3/+8
* Avoid needless commitsAleksey Lim2012-03-191-0/+7
* Allow dict typecase for propertiesAleksey Lim2012-03-171-0/+2
* Ensure storage dirs under green semaphoreAleksey Lim2012-03-171-16/+18
* If cache discarded, mark db dirtyAleksey Lim2012-03-171-13/+18
* Drop IndexProxy pages on getting cached documentAleksey Lim2012-03-171-2/+10
* Avoid populating from absent storage directoriesAleksey Lim2012-03-171-0/+3
* Stat BLOB propertiesAleksey Lim2012-03-172-6/+39
* Do not fail on empty IndexProxy cacheAleksey Lim2012-03-161-3/+6
* Update ProxyIndex._commit_seqno on every db openAleksey Lim2012-03-151-11/+15
* Allow not using cache in IndexProxy.find()Aleksey Lim2012-03-153-25/+32
* Implement seamless cache in IndexProxy to avoid missing documents that were s...Aleksey Lim2012-03-152-87/+116
* Keep query parameters in Query class to avoid passing them on all levelsAleksey Lim2012-03-154-31/+55
* Switch index queue to using commit seqno for seamless cache implementationAleksey Lim2012-03-143-172/+127
* Keep all commit trigerring related logic in one place to ease seamless cache ...Aleksey Lim2012-03-142-43/+97
* Reproduce index behaviour in cache for searching by composite propertiesAleksey Lim2012-03-131-11/+48
* Avoid index/ directory creation races between writer and readersAleksey Lim2012-03-132-2/+6
* Tune property values convertionAleksey Lim2012-03-131-18/+33
* Allow functions for typecast for propertiesAleksey Lim2012-03-131-1/+4
* Allow properties override index represantationAleksey Lim2012-03-132-3/+9
* Process find() from cache even if index is not yet openAleksey Lim2012-03-091-7/+7
* Support sets in enum propertiesAleksey Lim2012-03-092-9/+15
* More populate testsAleksey Lim2012-03-093-2/+6
* Use with satement for file typesAleksey Lim2012-03-092-25/+18
* Fix populating indexAleksey Lim2012-03-091-22/+12
* Decent default config values to help with packagingAleksey Lim2012-03-073-4/+6
* Allow list on enums in proprty valuesAleksey Lim2012-03-041-3/+3