lp:~zeitgeist/zeitgeist/cleanup

Created by Seif Lotfy and last modified
Get this branch:
bzr branch lp:~zeitgeist/zeitgeist/cleanup
Members of Zeitgeist Framework Team can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Zeitgeist Framework Team
Project:
Zeitgeist Framework
Status:
Merged

Recent revisions

1486. By Seif Lotfy <seif@Gary>

clean up AUTHORS, CONTIRBUTORS & MAINTAINERS

1485. By Mikkel Kamstrup Erlandsen <kamstrup@hardback>

Merge tehk's branch lp:~email-tehk/zeitgeist/recent-fix fixing an obsolete ref to Interpretation.MUSIC (should be AUDIO) in zeitgeist-datahub's recent.py DP

1484. By Mikkel Kamstrup Erlandsen <kamstrup@hardback>

Fix bug #587545: "core_0_1 upgrade script's table columns are reversed"

1483. By Launchpad Code Hosting <codehost@crowberry>

Launchpad automatic translations update.

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

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