- Jun 10, 2010
-
-
Mikkel Kamstrup Erlandsen authored
-
Mikkel Kamstrup Erlandsen authored
-
Mikkel Kamstrup Erlandsen authored
-
- Jun 09, 2010
-
-
Mikkel Kamstrup Erlandsen authored
Add (and test) method TimeRange.is_always() which can be used as an optimization here and there to cut out parts of a query that'll always match
-
Markus Korn authored
-
Mikkel Kamstrup Erlandsen authored
-
- Jun 08, 2010
-
-
Mikkel Kamstrup Erlandsen authored
Check for sqlite3.IntegrityErrors in the core_0_1 upgrade. These may occur in case some of the new interpretations or manifestations are already there... We have to fail silently here because it would be a mess to untangle in the upgrade
-
Mikkel Kamstrup Erlandsen authored
-
Launchpad Code Hosting authored
-
- Jun 07, 2010
-
-
Launchpad Code Hosting authored
-
- May 31, 2010
-
-
Mikkel Kamstrup Erlandsen authored
Merge Seif's branch lp:~zeitgeist/zeitgeist/cleanup updating AUTHORS, CONTRIBUTORS, and MAINTAINERS to reflect reality
-
Seif Lotfy authored
-
Mikkel Kamstrup Erlandsen authored
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
-
- May 30, 2010
-
-
Mikkel Kamstrup Erlandsen authored
-
- May 29, 2010
-
-
Launchpad Code Hosting authored
-
tehk authored
-
- May 28, 2010
-
-
Mikkel Kamstrup Erlandsen authored
Bugfix: Don't run upgrade hooks if the DB is a :memory: one
-
Launchpad Code Hosting authored
-
- May 27, 2010
-
-
Mikkel Kamstrup Erlandsen authored
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.
-
Mikkel Kamstrup Erlandsen authored
-
Mikkel Kamstrup Erlandsen authored
-
Mikkel Kamstrup Erlandsen authored
-
Mikkel Kamstrup Erlandsen authored
-
Mikkel Kamstrup Erlandsen authored
-
Mikkel Kamstrup Erlandsen authored
-
- May 26, 2010
-
-
Markus Korn authored
variables to the zeitgeist-daemon manpage (LP: #585779)
-
- May 25, 2010
-
-
Markus Korn authored
`ZEITGEIST_EXTRA_EXTENSIONS` to define which extensions are loaded on daemon startup. (LP: #483556)
-
- May 20, 2010
-
-
Mikkel Kamstrup Erlandsen authored
-
Mikkel Kamstrup Erlandsen authored
Add a note as to why we don't immediately return after and upgrade, but falls though to the normal setup code.
-
Markus Korn authored
- this script is now spawning its own daemon process - added benchmark for bug 583065
-
- May 17, 2010
-
-
Launchpad Code Hosting authored
-
- May 16, 2010
-
-
Markus Korn authored
anywhere.
-
Markus Korn authored
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.
-
- May 15, 2010
-
-
Markus Korn authored
-
Markus Korn authored
test/run-all-tests.py 2> /dev/null From now on all test results are print to stdout, were all debugging information will go to stderr.
-
Markus Korn authored
run-all-tests.py tool * added more testcases to the add_text_clause test
-
Markus Korn authored
-
Markus Korn authored
-
- May 14, 2010
-
-
Markus Korn authored
-
Markus Korn authored
-