lp:~email-tehk/zeitgeist/recent-fix

Created by Randal Barlow and last modified
Get this branch:
bzr branch lp:~email-tehk/zeitgeist/recent-fix
Only Randal Barlow can upload to this branch. If you are Randal Barlow please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Randal Barlow
Project:
Zeitgeist Framework
Status:
Merged

Recent revisions

1483. By tehk <tehk@tehk-desktop>

Fixed the recent manager

1482. By Mikkel Kamstrup Erlandsen <kamstrup@hardback>

Bugfix: Upgrades failed on initialized DB

Bugfix: Don't run upgrade hooks if the DB is a :memory: one

1481. By Launchpad Code Hosting <codehost@crowberry>

Launchpad automatic translations update.

1480. By Mikkel Kamstrup Erlandsen <kamstrup@hardback>

Merge lp:~kamstrup/zeitgeist/schema_versions

Versioning of the core DB schema (and also adds the possibility to version other schema if we ever have that).

On startup we check if the schema version for the 'core' schema is what we expect and if that is case we assume the schema is good and no further setup is needed.

If the schema version is not what we want we look for a module called _zeitgeist.engine.upgrades.core_$oldversion_$newversion and execute its run() method if it's there.
In our case we are talking upgrading from core schema 0 to 1, so that would be _zeitgeist.engine.upgrades.core_0_1.py.

Note that I did it this way in order to minimize the number of .py files we need to stat and/or parse at startup. If no upgrades are necessary, none of the upgrade .py files are parsed let alone read from disk.

1479. By Markus Korn

added documentation for the ZEITGEIIST_{DEFAULT,EXTRA}_EXTENSIONS env.
variables to the zeitgeist-daemon manpage (LP: #585779)

1478. By Markus Korn

Added two new environment variables `ZEITGEIST_DEFAULT_EXTENSIONs` and
`ZEITGEIST_EXTRA_EXTENSIONS` to define which extensions are loaded on daemon
startup. (LP: #483556)

1477. By Markus Korn

* test/scalability-test.py:
  - this script is now spawning its own daemon process
  - added benchmark for bug 583065

1476. By Launchpad Code Hosting <codehost@crowberry>

Launchpad automatic translations update.

1475. By Markus Korn

Removed code related to the LRUCache implementation, it is not used
anywhere.

1474. By Markus Korn

Added wildcard support to some query fields, thanks to Seif and Siegfried
for reviewing the code.
Wildcards can be at the end of some query fields, like
   mimetype=text/*
which queries for all subjects with mimetype beginning with 'text/', see the
related bugreport (LP: #485966) for detailed information.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:zeitgeist/0.1
This branch contains Public information 
Everyone can see this information.

Subscribers