lp:~federico-gnome/zeitgeist/fixes

Created by Federico Mena Quintero and last modified
Get this branch:
bzr branch lp:~federico-gnome/zeitgeist/fixes
Only Federico Mena Quintero can upload to this branch. If you are Federico Mena Quintero please log in for upload directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Federico Mena Quintero
Project:
Zeitgeist Framework
Status:
Merged

Recent revisions

1664. By Federico Mena Quintero

Don't check for rdfpipe(1); check for the python-rdflib module instead

rdfpipe(1) only comes with python-rdflib prior to 3.0.0. That command got moved
to a separate rdfextras package.

We now actually test whether python can import the rdflib module.

1663. By Seif Lotfy

The 0.7.0 "All I have is this woodchuck" release of Zeitgeist

1662. By Markus Korn

reverted accidential license change of tools/development/cairoplot.py as this is external code we are reusing

1661. By Seif Lotfy

change license from lgpl v3 to lgpl v2.1+

1660. By Seif Lotfy

add LRU cache to get_events and add test cases for it

1659. By Seif Lotfy

catch broken events and return None instead of raising a keyerror

1658. By Siegfried Gevatter

Reduce DataSourceRegistry's accesses to disk, clean it up a bit, add
a way for extensions to (attempt to) run some code before Zeitgeist
ends.

 - DataSourceRegistry: Don't write the timestamp update to disk every
   time we see a data-source, this is unimportant information and it
   produces a significant slow-down (LP: #695311).

 - Add an unload() method to extensions which gets called when
   Zeitgeist shuts down.

 - Handle SIGTERM and KeyboardInterrupt cleanly, in addition to SIGHUP.

 - DataSourceRegistry: Change ._registry from list to dict. This
   doesn't really make a difference, but simplifies the code a little
   bit and just feels nicer.

1657. By Seif Lotfy

mapped djvu mimetypes to Interpretation.PAGINATED_TEXT_DOCUMENT

1656. By Siegfried Gevatter

Tests: Remove unused helper _register_data_source_python_api.

1655. By Seif Lotfy

change inserts_events output to display how many of the requested insertions were actually done

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.