[Zeitgeist] [Merge] lp:~seif/zeitgeist/fix-643303 into lp:zeitgeist

2010-10-23 Thread Seif Lotfy
Seif Lotfy has proposed merging lp:~seif/zeitgeist/fix-643303 into lp:zeitgeist. Requested reviews: Zeitgeist Framework Team (zeitgeist) Related bugs: #643303 Upgrade of the db schema strategy for version jumps https://bugs.launchpad.net/bugs/643303 I tried to fix the bug by simple detecti

Re: [Zeitgeist] [Merge] lp:~thekorn/zeitgeist/fix-660415-improve-zeitgeist-daemon into lp:zeitgeist

2010-10-23 Thread Seif Lotfy
RainCT, can u look at thekorn's https://code.edge.launchpad.net/~thekorn/zeitgeist/fix-660415-improve-zeitgeist-daemon/+merge/38914 so we can get it in its very very simple RainCT, please seif_: it's already approved by me can u approve it to ? and mikkel and my comment also suggests tha

[Zeitgeist] [Merge] lp:~thekorn/zeitgeist/fix-660415-improve-zeitgeist-daemon into lp:zeitgeist

2010-10-23 Thread Seif Lotfy
The proposal to merge lp:~thekorn/zeitgeist/fix-660415-improve-zeitgeist-daemon into lp:zeitgeist has been updated. Status: Needs review => Approved -- https://code.launchpad.net/~thekorn/zeitgeist/fix-660415-improve-zeitgeist-daemon/+merge/38914 Your team Zeitgeist Framework Team is request

[Zeitgeist] e-guepe joined gnome-zeitgeist-users

2010-10-23 Thread Friends of GNOME Zeitgeist
Hello Zeitgeist Framework Team, Etienne Lepercq (e-guepe) has been added as a member of Friends of GNOME Zeitgeist (gnome-zeitgeist-users) by Etienne Lepercq (e-guepe). Follow the link below for more details. https://launchpad.net/~gnome-zeitgeist-users/+member/e-guepe -- You received this

[Zeitgeist] [Bug 665607] [NEW] DB upgrades not backwards compatible (even when their are)

2010-10-23 Thread Siegfried Gevatter
Public bug reported: Not sure if we already fixed this, but just in case. INFO:zeitgeist.sql:Upgrading database 'core' from version 2 to 1. This may take a while CRITICAL:zeitgeist.sql:Failed to upgrade database 'core' from version 2 to 1: No module named core_2_1 ** Affects: zeitgeist Im

[Zeitgeist] [Bug 665607] Re: DB upgrades not backwards compatible (even when their are)

2010-10-23 Thread Siegfried Gevatter
Proposed fix: === modified file '_zeitgeist/engine/sql.py' --- _zeitgeist/engine/sql.py2010-09-21 16:15:14 + +++ _zeitgeist/engine/sql.py2010-10-23 15:41:34 + @@ -114,7 +114,7 @@ # See if we have the right schema version, and try an upgrade if needed core_schema_ver

[Zeitgeist] [Bug 665607] Re: DB upgrades not backwards compatible (even when their are)

2010-10-23 Thread Siegfried Gevatter
Proposed fix: === modified file '_zeitgeist/engine/sql.py' --- _zeitgeist/engine/sql.py2010-09-21 16:15:14 + +++ _zeitgeist/engine/sql.py2010-10-23 15:41:34 + @@ -114,7 +114,7 @@ # See if we have the right schema version, and try an upgrade if needed core_schema_ver

Re: [Zeitgeist] [Merge] lp:~seif/zeitgeist/fix-643303 into lp:zeitgeist

2010-10-23 Thread Siegfried Gevatter
Looks good to me. Mikkel, Markus, do you agree this is the approach with which we want to handle database upgrades? -- https://code.launchpad.net/~seif/zeitgeist/fix-643303/+merge/39201 Your team Zeitgeist Framework Team is requested to review the proposed merge of lp:~seif/zeitgeist/fix-643303

Re: [Zeitgeist] [Merge] lp:~seif/zeitgeist/fix-643303 into lp:zeitgeist

2010-10-23 Thread Siegfried Gevatter
Looks good to me. Mikkel, Markus, do you agree this is the approach with which we want to handle database upgrades? -- https://code.launchpad.net/~seif/zeitgeist/fix-643303/+merge/39201 Your team Zeitgeist Framework Team is requested to review the proposed merge of lp:~seif/zeitgeist/fix-643303

[Zeitgeist] [Bug 665607] Re: DB upgrades not backwards compatible (even when their are)

2010-10-23 Thread Seif Lotfy
Do we want them to be backwards compatible ? Why would someone downgrade zeitgeist ? -- DB upgrades not backwards compatible (even when their are) https://bugs.launchpad.net/bugs/665607 You received this bug notification because you are a member of Zeitgeist Framework Team, which is subscribed to

[Zeitgeist] [Bug 665607] Re: DB upgrades not backwards compatible (even when their are)

2010-10-23 Thread Siegfried Gevatter
Because of using a system-wide Zeitgeist installation but testing a Zeitgeist running from trunk. -- DB upgrades not backwards compatible (even when their are) https://bugs.launchpad.net/bugs/665607 You received this bug notification because you are a member of Zeitgeist Framework Team, which is

Re: [Zeitgeist] [Bug 665607] Re: DB upgrades not backwards compatible (even when their are)

2010-10-23 Thread Seif Lotfy
Oh... this means we need 2_1 scripts for example... right? On Sat, Oct 23, 2010 at 8:05 PM, Siegfried Gevatter wrote: > Because of using a system-wide Zeitgeist installation but testing a > Zeitgeist running from trunk. > > -- > DB upgrades not backwards compatible (even when their are) > https:/

Re: [Zeitgeist] [Bug 665607] Re: DB upgrades not backwards compatible (even when their are)

2010-10-23 Thread Siegfried Gevatter
2010/10/23 Seif Lotfy <665...@bugs.launchpad.net>: > Oh... this means we need 2_1 scripts for example... right? No, that's too much of a mess. But for database examples which aren't backwards-incompatible (like all so far) Zeitgeist should just work and not crash on this. -- DB upgrades not back

Re: [Zeitgeist] [Bug 665607] Re: DB upgrades not backwards compatible (even when their are)

2010-10-23 Thread Seif Lotfy
ah ok :) +1 for ur fix then On Sat, Oct 23, 2010 at 8:28 PM, Siegfried Gevatter wrote: > 2010/10/23 Seif Lotfy <665...@bugs.launchpad.net>: > > Oh... this means we need 2_1 scripts for example... right? > > No, that's too much of a mess. But for database examples which aren't > backwards-incompat