Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Started work to keep votes related properties out of regular onesactive_document-votes.mergedAleksey Lim2012-04-178-180/+143
* Move authorization to frontendsAleksey Lim2012-04-163-74/+4
* Take into account standard properties, that are being set internally, in prox...Aleksey Lim2012-04-162-21/+32
* Move "author" property to active-document, it is basic property and should ex...Aleksey Lim2012-04-167-8/+32
* Move restful_methods to active_methods to keep restful-documents as a thin ba...Aleksey Lim2012-04-167-97/+157
* Simplify Document.find() using by moving "request" argument to kwargs; move "...Aleksey Lim2012-04-156-61/+82
* 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-304-74/+82
* Implement AggregatedValue class to keep "vote" property value internallyAleksey Lim2012-03-307-49/+88
* 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-256-54/+49
* Move sources repository to network projectAleksey Lim2012-03-254-67/+93
* Fix issue (in 46cd9be8da17324e92f20eb53e232299db60d13b) with not populating s...Aleksey Lim2012-03-202-12/+16
* Convert unicode strings before passing them to xapianAleksey Lim2012-03-201-1/+5
* Avoid using needless stamp files for indexesAleksey Lim2012-03-202-37/+20
* 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-195-22/+28
* Tune IndexProxy cache logicAleksey Lim2012-03-192-6/+166
* Avoid needless commitsAleksey Lim2012-03-192-0/+19
* Allow dict typecase for propertiesAleksey Lim2012-03-172-0/+3
* Ensure storage dirs under green semaphoreAleksey Lim2012-03-171-16/+18
* If cache discarded, mark db dirtyAleksey Lim2012-03-172-18/+23
* Drop IndexProxy pages on getting cached documentAleksey Lim2012-03-172-3/+17
* Avoid populating from absent storage directoriesAleksey Lim2012-03-171-0/+3
* Stat BLOB propertiesAleksey Lim2012-03-175-8/+98
* Do not fail on empty IndexProxy cacheAleksey Lim2012-03-162-3/+25
* Update ProxyIndex._commit_seqno on every db openAleksey Lim2012-03-152-25/+42
* Allow not using cache in IndexProxy.find()Aleksey Lim2012-03-154-25/+60
* Implement seamless cache in IndexProxy to avoid missing documents that were s...Aleksey Lim2012-03-154-335/+468
* Keep query parameters in Query class to avoid passing them on all levelsAleksey Lim2012-03-155-42/+61
* Switch index queue to using commit seqno for seamless cache implementationAleksey Lim2012-03-144-300/+182
* Keep all commit trigerring related logic in one place to ease seamless cache ...Aleksey Lim2012-03-145-91/+157
* Reproduce index behaviour in cache for searching by composite propertiesAleksey Lim2012-03-133-14/+107
* Avoid index/ directory creation races between writer and readersAleksey Lim2012-03-132-2/+6
* Tune property values convertionAleksey Lim2012-03-132-44/+63
* Allow functions for typecast for propertiesAleksey Lim2012-03-132-1/+7
* Allow properties override index represantationAleksey Lim2012-03-133-13/+22
* Process find() from cache even if index is not yet openAleksey Lim2012-03-092-7/+22
* Support sets in enum propertiesAleksey Lim2012-03-093-9/+18
* More populate testsAleksey Lim2012-03-096-10/+40
* Use with satement for file typesAleksey Lim2012-03-092-25/+18
* Fix populating indexAleksey Lim2012-03-093-22/+43
* Decent default config values to help with packagingAleksey Lim2012-03-074-8/+10
* Allow list on enums in proprty valuesAleksey Lim2012-03-042-3/+11