Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/carquinyol/indexstore.py
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'refs/top-bases/t/versions' into t/versionsSascha Silbe2010-10-221-2/+2
|\
| * Merge remote branch 'upstream/master' into refs/top-bases/t/query-typed-propsSascha Silbe2010-10-221-2/+2
| |\
| | * More sugar-lint fixes; add HACKING fileAleksey Lim2010-10-161-1/+1
| | * indexstore: disable pylint warning W0221 for parse_querySascha Silbe2010-10-161-0/+1
| | * PEP8 cleanupsSascha Silbe2010-10-161-1/+0
* | | Merge commit 'refs/top-bases/t/versions' into t/versionsSascha Silbe2010-09-081-0/+32
|\ \ \ | |/ /
| * | Merge remote branch 'upstream/master' into refs/top-bases/t/query-typed-propsSascha Silbe2010-09-081-0/+29
| |\ \ | | |/
| | * Add creation_time property.Andrés Ambrois2010-08-241-0/+15
| | * Add filesize property to the index.Andrés Ambrois2010-08-241-0/+14
* | | Merge commit 'refs/top-bases/t/versions' into t/versionsSascha Silbe2010-08-031-3/+4
|\ \ \ | |/ /
| * | Merge remote branch 'upstream/master' into refs/top-bases/t/query-typed-propsSascha Silbe2010-08-031-3/+4
| |\ \ | | |/
| | * sl#2132: reduce _FLUSH_TIMEOUT to 5 secondsBernie Innocenti2010-08-021-1/+1
| | * Set index_updated flag on ds shutting downAleksey Lim2010-07-291-2/+3
| * | Merge remote branch 'upstream/master' into refs/top-bases/t/query-typed-propsSascha Silbe2010-07-141-0/+25
| |\ \ | | |/
* | | Merge commit 'refs/top-bases/t/versions' into t/versionsSascha Silbe2010-07-161-0/+25
|\ \ \
| * \ \ Merge remote branch 'upstream/master' into refs/top-bases/t/query-typed-propsSascha Silbe2010-07-161-0/+25
| |\ \ \ | | |/ / | |/| / | | |/
| | * Invert index_updated logic #2095Aleksey Lim2010-07-141-0/+25
| * | Merge remote branch 'upstream/master' into refs/top-bases/t/query-typed-propsSascha Silbe2010-03-081-0/+4
| |\ \ | | |/
| | * rebuild index on migration (#1787)Sascha Silbe2010-03-081-0/+4
* | | add missing pieces for last commitSascha Silbe2010-06-071-1/+8
* | | Merge commit 'refs/top-bases/t/versions' into t/versionsSascha Silbe2010-03-041-0/+4
|\ \ \
| * \ \ Merge branch 't/migration-rebuild-index' into refs/top-bases/t/versionsSascha Silbe2010-03-041-0/+4
| |\ \ \ | | |/ / | |/| |
| | * | rebuild index on migrationSascha Silbe2010-03-041-0/+4
| | |/
| * | fix sort order in ambiguous cases, fix obscure test suite breakage due to ove...Sascha Silbe2010-01-121-0/+3
| |/
| * fix range query for timestamp to do numerical comparison instead of lexical (...Sascha Silbe2009-12-201-1/+5
| * add and use type information for "known" properties (#1437)Sascha Silbe2009-12-201-9/+12
* | index store: replace document if already in database (for change_metadata)Sascha Silbe2010-01-181-2/+7
* | work around Xapian returning incorrect match counts if offset/limit are usedSascha Silbe2010-01-121-2/+7
* | fix sort order in ambiguous cases, fix obscure test suite breakage due to ove...Sascha Silbe2010-01-121-3/+17
* | Merge commit 'refs/top-bases/t/versions' into t/versionsSascha Silbe2009-12-091-1/+1
|\ \
| * \ Merge commit 'refs/top-bases/t/timestamp-range-query-fix' into t/timestamp-ra...Sascha Silbe2009-12-091-1/+1
| |\ \
| | * \ Merge commit 'refs/top-bases/t/query-typed-props' into t/query-typed-propsSascha Silbe2009-12-091-1/+1
| | |\ \ | | | |/
| | | * Use gobject_timeout_add_seconds to make power usage more efficient (sayamindu...Aleksey Lim2009-11-231-1/+1
* | | | fix no entries returned when using offset and order_by=+timestampSascha Silbe2009-11-101-1/+1
* | | | fixes to code and test suite to make all basic_api.txt test cases workSascha Silbe2009-10-201-16/+46
* | | | add version support (WIP, still test failures)Sascha Silbe2009-10-161-14/+25
* | | | uid -> object_id (where applicable)Sascha Silbe2009-10-151-11/+11
* | | | indexstore: adapt to API changeSascha Silbe2009-09-301-5/+4
|/ / /
* | | fix range query for timestamp to do numerical comparison instead of lexical (...Sascha Silbe2009-09-271-1/+5
|/ /
* | add and use type information for "known" properties (#1437)Sascha Silbe2009-09-271-9/+12
|/
* eliminate incorrect warning about unknown search terms (#1363)Sascha Silbe2009-09-211-3/+0
* let the logger do the formattingSascha Silbe2009-08-241-2/+1
* assorted nitpicksTomeu Vizoso2009-08-171-3/+3
* IndexStore refactoring and prefix term supportSascha Silbe2009-08-171-112/+175
* PEP8 fixes (silbe) #1108Tomeu Vizoso2009-07-291-4/+6
* Should be strip(), not trim()Tomeu Vizoso2009-07-011-1/+1
* Implement sorting by timestamp and titleTomeu Vizoso2009-06-291-4/+21
* Rename the module from olpc.datastore to carquinyol to make clearer that it's...Tomeu Vizoso2009-02-041-0/+238