lp:zeitgeist-extensions
- Get this branch:
- bzr branch lp:zeitgeist-extensions
Branch merges
Related bugs
Related blueprints
Branch information
Recent revisions
- 75. By Michal Hruby on 2011-09-30
-
Merged branch
lp:~mhr3/zeitgeist-extensions/scheme-detection
- Bug #839740: zeitgeist-daemon crashed with RuntimeError in _check_index(): basic_string::assign
- Bug #841922: zeitgeist-daemon crashed with DocNotFoundError in _check_index_and_start_worker(): Document 5 not found
- Bug #860362: FTS doesn't index paths correctly
- Bug #862333: Add version metadata to FTS index
- 73. By Mikkel Kamstrup Erlandsen on 2011-09-07
- 72. By Mikkel Kamstrup Erlandsen on 2011-09-06
-
Log a warning (not just debug) when trying to index an Event without an id
- 70. By Mikkel Kamstrup Erlandsen on 2011-09-06
-
Really, like really really, don't index events with subjects URIs that are ridiculously long
- 69. By Mikkel Kamstrup Erlandsen on 2011-09-05
-
Broaden the range of database errors from Xapian we catch for rebuilding the FTS index
- 68. By Mikkel Kamstrup Erlandsen on 2011-09-05
-
Fix bug "Can't recover from FTS index corruption". In the unlikely event that the FTS index was corrupted we'd end up in some undetermined state. Now catch a DatabaseCorrupt
Error and dutifully rebuild the index. - 67. By Mikkel Kamstrup Erlandsen on 2011-09-05
-
Fix bug "fts can SIGSEGV ZG during reindex". This was caused by searching while rebuilding the index. The Xapian API is not thread safe in any shape or form so protect all read and write access with a lock.
- 66. By Mikkel Kamstrup Erlandsen on 2011-09-05
-
Release fts-0.0.11
Fix infinite loop: the idle handler checking the index state could return True causing it to run continuously
Fix race condition: During index validation we could start a write up with set_metadata(
"cjk_ngram" , "1") while the worker thread was also writing to the index. 1) There was no reason to set this so dropped that line, and 2) we don't start the worker until after we've validated the index now
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)