lp:zeitgeist-extensions

Created by Seif Lotfy and last modified
Get this branch:
bzr branch lp:zeitgeist-extensions
Members of Zeitgeist Extensions can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Zeitgeist Extensions
Project:
Zeitgeist Extensions
Status:
Development

Recent revisions

74. By Mikkel Kamstrup Erlandsen

Dummy commit to force push of tag fts-0.0.12

72. By Mikkel Kamstrup Erlandsen

Log a warning (not just debug) when trying to index an Event without an id

71. By Mikkel Kamstrup Erlandsen

Don't try to index somethid that is not an Event

70. By Mikkel Kamstrup Erlandsen

Really, like really really, don't index events with subjects URIs that are ridiculously long

69. By Mikkel Kamstrup Erlandsen

Broaden the range of database errors from Xapian we catch for rebuilding the FTS index

68. By Mikkel Kamstrup Erlandsen

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 DatabaseCorruptError and dutifully rebuild the index.

67. By Mikkel Kamstrup Erlandsen

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

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)
This branch contains Public information 
Everyone can see this information.

Subscribers