Mon, 13 Sep 2010 10:00:05 +0200 [migration] commit just after symetric has been renamed to symmetric (else later rollback may cancel this) stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Mon, 13 Sep 2010 10:00:05 +0200] rev 6213
[migration] commit just after symetric has been renamed to symmetric (else later rollback may cancel this)
Sun, 12 Sep 2010 15:53:16 +0200 [doc] fix link to appendix stable
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Sun, 12 Sep 2010 15:53:16 +0200] rev 6212
[doc] fix link to appendix
Fri, 10 Sep 2010 18:30:38 +0200 nicer error reporting for unique together constraints stable
Alexandre Fayolle <alexandre.fayolle@logilab.fr> [Fri, 10 Sep 2010 18:30:38 +0200] rev 6211
nicer error reporting for unique together constraints
Fri, 10 Sep 2010 17:58:38 +0200 removed print_exc stable
Alexandre Fayolle <alexandre.fayolle@logilab.fr> [Fri, 10 Sep 2010 17:58:38 +0200] rev 6210
removed print_exc
Fri, 10 Sep 2010 16:56:37 +0200 fix tests stable
syt [Fri, 10 Sep 2010 16:56:37 +0200] rev 6209
fix tests
Fri, 10 Sep 2010 16:48:58 +0200 unique_together integration in CW (alf+syt) stable
Alexandre Fayolle <alexandre.fayolle@logilab.fr> [Fri, 10 Sep 2010 16:48:58 +0200] rev 6208
unique_together integration in CW (alf+syt) * added in-DB representation of the constraint with a new entity type (CWUniqueTogetherConstraint) * the schema is now migrated on a sync_schema_props_perms(EType) call in the migration script * removed the migration commands provided in the first implementation
Fri, 10 Sep 2010 15:09:31 +0200 cleanup stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 10 Sep 2010 15:09:31 +0200] rev 6207
cleanup
Fri, 10 Sep 2010 15:09:26 +0200 [test] skip unittest_fti if we don't have the required setup... stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 10 Sep 2010 15:09:26 +0200] rev 6206
[test] skip unittest_fti if we don't have the required setup...
Fri, 10 Sep 2010 14:50:43 +0200 [test] fix in 6203:d3dea5f84404 wasn't enough stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 10 Sep 2010 14:50:43 +0200] rev 6205
[test] fix in 6203:d3dea5f84404 wasn't enough
Fri, 10 Sep 2010 14:45:46 +0200 [json controller] check rql is really specified stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 10 Sep 2010 14:45:46 +0200] rev 6204
[json controller] check rql is really specified
Fri, 10 Sep 2010 14:32:38 +0200 [test] during some tests (unittest_migrations), we should not register ClearGroupMap which is actually already there stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 10 Sep 2010 14:32:38 +0200] rev 6203
[test] during some tests (unittest_migrations), we should not register ClearGroupMap which is actually already there
Fri, 10 Sep 2010 14:31:42 +0200 i18n update stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 10 Sep 2010 14:31:42 +0200] rev 6202
i18n update
Fri, 10 Sep 2010 09:54:19 +0200 [c-c create] ask for database driver by default stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Fri, 10 Sep 2010 09:54:19 +0200] rev 6201
[c-c create] ask for database driver by default
Thu, 09 Sep 2010 18:25:31 +0200 [migration] when some CWGroup is added during migration, we should reset migration handler's group mapping cache and the set telling what have been synchronized (we may be able to add some new groups on perms syncing...) stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 09 Sep 2010 18:25:31 +0200] rev 6200
[migration] when some CWGroup is added during migration, we should reset migration handler's group mapping cache and the set telling what have been synchronized (we may be able to add some new groups on perms syncing...)
Thu, 09 Sep 2010 18:23:43 +0200 remove debug print stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 09 Sep 2010 18:23:43 +0200] rev 6199
remove debug print
Thu, 09 Sep 2010 10:08:08 +0200 add a small c-c shell script to detect cycle for a given relation stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 09 Sep 2010 10:08:08 +0200] rev 6198
add a small c-c shell script to detect cycle for a given relation
Thu, 09 Sep 2010 10:08:06 +0200 [test] fixes to follow recent changes stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 09 Sep 2010 10:08:06 +0200] rev 6197
[test] fixes to follow recent changes
Thu, 09 Sep 2010 10:08:05 +0200 cleanups stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 09 Sep 2010 10:08:05 +0200] rev 6196
cleanups
Thu, 09 Sep 2010 10:08:04 +0200 [rset] add test for #1251252, actually fixed in rql; fix docstring and add comments in rset.related_entity to make things clearer stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 09 Sep 2010 10:08:04 +0200] rev 6195
[rset] add test for #1251252, actually fixed in rql; fix docstring and add comments in rset.related_entity to make things clearer
Thu, 09 Sep 2010 10:07:56 +0200 [querier test] remove some actually bad tests that were passing thanks to a sqlite bug stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Thu, 09 Sep 2010 10:07:56 +0200] rev 6194
[querier test] remove some actually bad tests that were passing thanks to a sqlite bug Now, rql has been fixed to correctly detect this kind of query can't be answered correctly
Wed, 08 Sep 2010 10:32:46 +0200 [views] do not underline h1 titles for tabbedprimary views stable
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Wed, 08 Sep 2010 10:32:46 +0200] rev 6193
[views] do not underline h1 titles for tabbedprimary views
Wed, 08 Sep 2010 10:27:53 +0200 [doc] improve doc thanks to user feedback stable
Nicolas Chauvat <nicolas.chauvat@logilab.fr> [Wed, 08 Sep 2010 10:27:53 +0200] rev 6192
[doc] improve doc thanks to user feedback
Wed, 08 Sep 2010 10:03:30 +0200 [schema deserial] fix loading of schema when mapping an entity type to an existing one stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Wed, 08 Sep 2010 10:03:30 +0200] rev 6191
[schema deserial] fix loading of schema when mapping an entity type to an existing one To ensure rdef of the old entity type don't overwrite those already existing on the mapped entity type. Also rename some variables/arguments on the way to make things clearer.
Tue, 07 Sep 2010 23:34:16 +0200 [migration] more rename_entity_type fix stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 07 Sep 2010 23:34:16 +0200] rev 6190
[migration] more rename_entity_type fix * ensure repository caches and system tables are properly cleanup * delete relations from/to entities deleted through sql So we don't ends up with a corrupted db...
Tue, 07 Sep 2010 23:24:45 +0200 cleanups stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 07 Sep 2010 23:24:45 +0200] rev 6189
cleanups
Tue, 07 Sep 2010 23:23:16 +0200 [integrity] fix case where we can get two entities related while the cardinality is single on the object of an inlined relation stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 07 Sep 2010 23:23:16 +0200] rev 6188
[integrity] fix case where we can get two entities related while the cardinality is single on the object of an inlined relation
Tue, 07 Sep 2010 23:02:08 +0200 [migration] propose to open pdb on error during execution of rql/sql query stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 07 Sep 2010 23:02:08 +0200] rev 6187
[migration] propose to open pdb on error during execution of rql/sql query
Tue, 07 Sep 2010 23:00:53 +0200 [migration] set ask_confirm=False by default on rqlexec stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 07 Sep 2010 23:00:53 +0200] rev 6186
[migration] set ask_confirm=False by default on rqlexec
Tue, 07 Sep 2010 22:59:55 +0200 [c-c db-check] skip error while checking relation, useful when analyzing really broken database (after a migration failure for instance stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 07 Sep 2010 22:59:55 +0200] rev 6185
[c-c db-check] skip error while checking relation, useful when analyzing really broken database (after a migration failure for instance
Tue, 07 Sep 2010 22:58:31 +0200 [c-c db-check] add missing import stable
Sylvain Thénault <sylvain.thenault@logilab.fr> [Tue, 07 Sep 2010 22:58:31 +0200] rev 6184
[c-c db-check] add missing import
(0) -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 tip