lp:~email-tehk/zeitgeist/recent-fix
- Get this branch:
- bzr branch lp:~email-tehk/zeitgeist/recent-fix
Branch merges
- Mikkel Kamstrup Erlandsen: Approve (review and try datahub) on 2010-05-31
-
Diff: 12 lines (+1/-1)1 file modified_zeitgeist/loggers/datasources/recent.py (+1/-1)
Branch information
Recent revisions
- 1482. By Mikkel Kamstrup Erlandsen <kamstrup@hardback> on 2010-05-28
-
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> on 2010-05-28
-
Launchpad automatic translations update.
- 1480. By Mikkel Kamstrup Erlandsen <kamstrup@hardback> on 2010-05-27
-
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_$oldversio n_$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 on 2010-05-26
-
added documentation for the ZEITGEIIST_
{DEFAULT, EXTRA}_ EXTENSIONS env.
variables to the zeitgeist-daemon manpage (LP: #585779) - 1478. By Markus Korn on 2010-05-25
-
Added two new environment variables `ZEITGEIST_
DEFAULT_ EXTENSIONs` and
`ZEITGEIST_EXTRA_EXTENSION S` to define which extensions are loaded on daemon
startup. (LP: #483556) - 1477. By Markus Korn on 2010-05-20
-
* test/scalabilit
y-test. py:
- this script is now spawning its own daemon process
- added benchmark for bug 583065 - 1476. By Launchpad Code Hosting <codehost@crowberry> on 2010-05-17
-
Launchpad automatic translations update.
- 1475. By Markus Korn on 2010-05-16
-
Removed code related to the LRUCache implementation, it is not used
anywhere. - 1474. By Markus Korn on 2010-05-16
-
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