Re: [Zeitgeist] [Merge] lp:~zeitgeist/zeitgeist/bluebird-no-distinct into lp:zeitgeist

2011-12-30 Thread Michal Hruby
33 +event_ids += event_id; We could be more clever here, this will cause 3-6 reallocations in common cases, perhaps the array should be preallocated to `int.min(max_events, 128)`? (for non-zero max_events). -- https://code.launchpad.net/~zeitgeist/zeitgeist/bluebird-no-dist

[Zeitgeist] [Bug 910273] [NEW] Restrict database read permissions to the user

2011-12-30 Thread Siegfried Gevatter
Public bug reported: It'd probably make sense to chmod the database file to 0600. ** Affects: zeitgeist Importance: Low Assignee: Siegfried Gevatter (rainct) Status: Triaged ** Changed in: zeitgeist Importance: Undecided => Low ** Changed in: zeitgeist Status: New =

Re: [Zeitgeist] [Merge] lp:~zeitgeist/zeitgeist/bluebird-no-distinct into lp:zeitgeist

2011-12-30 Thread Siegfried Gevatter
>From #sqlite: --- Hi. I've got a question: do .step() calls (internally) just look for the next row, or does the first .step() call already process everything? Particularly, I'm wondering if removing a LIMIT from a query and instead aborting the whil

[Zeitgeist] [Merge] lp:~zeitgeist/zeitgeist/bluebird-no-distinct into lp:zeitgeist

2011-12-30 Thread Siegfried Gevatter
Siegfried Gevatter has proposed merging lp:~zeitgeist/zeitgeist/bluebird-no-distinct into lp:zeitgeist. Requested reviews: Zeitgeist Framework Team (zeitgeist) For more details, see: https://code.launchpad.net/~zeitgeist/zeitgeist/bluebird-no-distinct/+merge/87175 -- https://code.launchpad.ne

[Zeitgeist] [Branch ~zeitgeist/zeitgeist/bluebird] Rev 354: Some test cases cleanup:

2011-12-30 Thread noreply
revno: 354 committer: Siegfried-Angel Gevatter Pujals branch nick: bluebird timestamp: Sat 2011-12-31 01:31:17 +0100 message: Some test cases cleanup: - Rename marshalling to marshalling-test and add copyright header. - Make all

[Zeitgeist] [Merge] lp:~zeitgeist/zeitgeist/benchmark-tools into lp:zeitgeist

2011-12-30 Thread noreply
The proposal to merge lp:~zeitgeist/zeitgeist/benchmark-tools into lp:zeitgeist has been updated. Status: Needs review => Merged For more details, see: https://code.launchpad.net/~zeitgeist/zeitgeist/benchmark-tools/+merge/86867 -- https://code.launchpad.net/~zeitgeist/zeitgeist/benchmark-t

Re: [Zeitgeist] [Merge] lp:~zeitgeist/zeitgeist/benchmark-tools into lp:zeitgeist

2011-12-30 Thread Siegfried Gevatter
Review: Approve OK, but I don't quite like the cairoplot.py copy in there. -- https://code.launchpad.net/~zeitgeist/zeitgeist/benchmark-tools/+merge/86867 Your team Zeitgeist Framework Team is subscribed to branch lp:zeitgeist. ___ Mailing list: https:

[Zeitgeist] [Bug 906451] Re: zeitgeist DEBUG log messages appearing in zeitgeist log - should be disabled

2011-12-30 Thread Siegfried Gevatter
** Also affects: zeitgeist Importance: Undecided Status: New ** Changed in: zeitgeist Importance: Undecided => Low ** Changed in: zeitgeist Status: New => Triaged ** Changed in: zeitgeist Milestone: None => 0.9.0 -- You received this bug notification because you are a m

[Zeitgeist] [Bug 743857] Re: zeitgeist-daemon crashed with DatabaseError in execute(): database disk image is malformed

2011-12-30 Thread Siegfried Gevatter
OK, so our current idea is just automatically replacing the database with a new one when this happens. ** Also affects: zeitgeist Importance: Undecided Status: New ** Changed in: zeitgeist Importance: Undecided => Low ** Changed in: zeitgeist Status: New => Triaged ** Change

[Zeitgeist] [Bug 760111] Re: zeitgeist-daemon crashed with OSError in makedirs(): [Errno 13] Permission denied: '/home/ubuntu/.local/share/zeitgeist'

2011-12-30 Thread Siegfried Gevatter
Zeitgeist task: catch this problem and quit with an error message and new exit code. Nothing really we could do. ** Also affects: zeitgeist Importance: Undecided Status: New ** Changed in: zeitgeist Status: New => Triaged ** Changed in: zeitgeist Milestone: None => 0.9.0 --

[Zeitgeist] [Bug 910199] [NEW] InstallMonitor called twice when using python bindings

2011-12-30 Thread Michal Hruby
Public bug reported: If a python app is using a monitor, it'll call InstallMonitor method twice (and the second call is usually quietly ignored). Still this shouldn't happen. ** Affects: zeitgeist Importance: Undecided Status: New -- You received this bug notification because you

[Zeitgeist] [Bug 784850] Re: create a default test sandbox

2011-12-30 Thread Siegfried Gevatter
Related to this, Michal also suggests using dbus-test-runner. -- You received this bug notification because you are a member of Zeitgeist Framework Team, which is subscribed to Zeitgeist Framework. https://bugs.launchpad.net/bugs/784850 Title: create a default test sandbox Status in Zeitgeist

[Zeitgeist] [Bug 889139] Re: zeitgeist-daemon degrades mdraid recovery

2011-12-30 Thread Michal Hruby
Is there any chance you could attach a log from dbus-monitor? (just leave it running for ~5 seconds when the CPU usage is high) ** Changed in: zeitgeist Status: New => Incomplete -- You received this bug notification because you are a member of Zeitgeist Framework Team, which is subscribe

[Zeitgeist] [Bug 844877] Re: Query execution slow

2011-12-30 Thread Siegfried Gevatter
Created https://bugs.launchpad.net/zeitgeist/+bug/910190 for the DISTINCT changes. ** Changed in: zeitgeist Milestone: None => 0.9.1 ** Changed in: zeitgeist Status: New => Triaged -- You received this bug notification because you are a member of Zeitgeist Framework Team, which is su

[Zeitgeist] [Bug 910190] [NEW] DISTINCT usage in FindEvents is slow

2011-12-30 Thread Siegfried Gevatter
Public bug reported: >From https://bugs.launchpad.net/zeitgeist/+bug/844877, this bug only tracks https://code.launchpad.net/~zeitgeist/zeitgeist/bluebird-no- distinct ** Affects: zeitgeist Importance: Undecided Status: New ** Changed in: zeitgeist Milestone: None => 0.9.0 --

[Zeitgeist] [Bug 716503] Re: FTS: can't get more than 132 results

2011-12-30 Thread Siegfried Gevatter
Probably fixed by now. Re-open if it happens again. kthxbye ** Changed in: zeitgeist Status: New => Invalid -- You received this bug notification because you are a member of Zeitgeist Extensions, which is the registrant for Zeitgeist Extensions. https://bugs.launchpad.net/bugs/716503 Tit

[Zeitgeist] [Bug 903667] Re: Datasource registry crashes Zeitgeist if template is invalid

2011-12-30 Thread Siegfried Gevatter
Also see https://code.launchpad.net/~zeitgeist/zeitgeist/bluebird-sig- crash/+merge/74091 -- You received this bug notification because you are a member of Zeitgeist Framework Team, which is subscribed to Zeitgeist Framework. https://bugs.launchpad.net/bugs/903667 Title: Datasource registry cr

[Zeitgeist] [Bug 909708] Re: Inserting event with two subjects with the same URI breaks the following event

2011-12-30 Thread Michal Hruby
Ok, let's go with option #3. -- You received this bug notification because you are a member of Zeitgeist Framework Team, which is subscribed to Zeitgeist Framework. https://bugs.launchpad.net/bugs/909708 Title: Inserting event with two subjects with the same URI breaks the following event S

Re: [Zeitgeist] [Merge] lp:~zeitgeist/zeitgeist/bluebird-sig-crash into lp:zeitgeist

2011-12-30 Thread Michal Hruby
Review: Needs Fixing Let's change the warn_if_fail to the assert_sig and merge this -- https://code.launchpad.net/~zeitgeist/zeitgeist/bluebird-sig-crash/+merge/74091 Your team Zeitgeist Framework Team is subscribed to branch lp:zeitgeist. ___ Mailing