2015-10-19 |
Julien Cristau |
[syncschema] hashlib.md5() wants bytes
|
file |
diff |
annotate
|
2015-11-03 |
Julien Cristau |
[syncschema] don't arbitrarily remove constraints from the in-memory schema
|
file |
diff |
annotate
|
2015-09-16 |
Sylvain Thénault |
make sync_schema_props_perms(<computed rtype>) work as expected
|
file |
diff |
annotate
|
2015-10-13 |
Rémi Cardona |
[py3k] bytes required for hashlib.{md5,sha1}()
|
file |
diff |
annotate
|
2015-09-11 |
Rémi Cardona |
[py3k] replace '_ = unicode' in global scope (closes #7589459)
|
file |
diff |
annotate
|
2015-10-13 |
Rémi Cardona |
[py3k] dict.itervalues → dict.values
|
file |
diff |
annotate
|
2015-10-09 |
Rémi Cardona |
merge with 3.20.10
|
file |
diff |
annotate
|
2015-10-08 |
Rémi Cardona |
merge with 3.19.13
|
file |
diff |
annotate
|
2015-09-23 |
Julien Cristau |
[hooks/syncschema] make sure CWUniqueTogetherConstraintDelOp happens before CWConstraintDelOp
|
file |
diff |
annotate
|
2015-09-23 |
Aurelien Campeas |
[hooks/syncschema] only call "ALTER TABLE" once when changing a size constraint
|
file |
diff |
annotate
|
2015-05-18 |
Julien Cristau |
[hooks/syncschema] drop/add check constraints as appropriate
|
file |
diff |
annotate
|
2015-02-13 |
Julien Cristau |
[hooks/syncschema] use a list instead of a set for UpdateFTIndexOp
|
file |
diff |
annotate
|
2015-01-15 |
Julien Cristau |
Add foreign key for inline relations
|
file |
diff |
annotate
|
2015-01-15 |
Julien Cristau |
Use our version of schema2sql
|
file |
diff |
annotate
|
2014-12-01 |
Julien Cristau |
merge 3.19.6 into 3.20 branch
|
file |
diff |
annotate
|
2014-10-29 |
Rémi Cardona |
[hooks] Fix precommit event logging message
|
file |
diff |
annotate
|
2014-11-13 |
Julien Cristau |
[migration] hackish black magic to bootstrap addition of formula attr during migration
|
file |
diff |
annotate
|
2014-08-28 |
Sylvain Thénault |
[CWEP002 migration] support sync_schema_props_perms for computed attribute
|
file |
diff |
annotate
|
2014-08-28 |
Sylvain Thénault |
[CWEP002 migration] support add_relation_type/add_attribute for computed attributes
|
file |
diff |
annotate
|
2014-06-16 |
Denis Laxalde |
[CWEP002] Account for attribute formula in schema bootstrap
|
file |
diff |
annotate
|
2014-08-28 |
Sylvain Thénault |
[CWEP002 migration] support sync_schema_props_perms for computed relations
|
file |
diff |
annotate
|
2014-08-28 |
Laura Médioni |
[CWEP002 migration] support add_relation_type for computed relations
|
file |
diff |
annotate
|
2014-08-28 |
Laura Médioni |
[CWEP002 migration] support drop_relation_type for computed relations
|
file |
diff |
annotate
|
2014-06-27 |
Laura Médioni |
[hooks] do not abuse of inheritance for CWRType hooks
|
file |
diff |
annotate
|
2014-08-28 |
Sylvain Thénault |
Fix test migration crash waiting to happen due to inferred relations
|
file |
diff |
annotate
|
2014-08-28 |
Sylvain Thénault |
fix typo in syncschema hooks
|
file |
diff |
annotate
|
2014-07-16 |
Julien Cristau |
[hooks/syncschema] avoid altering a dropped table
|
file |
diff |
annotate
|
2014-04-07 |
Julien Cristau |
Fix constraint sync during migration
|
file |
diff |
annotate
|
2014-04-07 |
Julien Cristau |
merge 3.18.4 into default
|
file |
diff |
annotate
|
2014-04-01 |
Julien Cristau |
[hooks/syncschema] work with connections not sessions
|
file |
diff |
annotate
|
2014-04-01 |
Aurelien Campeas |
[merge] bring the 3.17.14 fixes to 3.18
stable
|
file |
diff |
annotate
|
2014-03-27 |
Sylvain Thénault |
[migration] always rebuild infered relation
stable
|
file |
diff |
annotate
|
2014-03-10 |
Denis Laxalde |
[migractions] Better handle removal of RQLConstraint in sync_schema
stable cubicweb-centos-version-3.17.14-1 cubicweb-debian-version-3.17.14-1 cubicweb-version-3.17.14
|
file |
diff |
annotate
|
2014-02-27 |
Aurelien Campeas |
[hooks/syncschema] do not crash on double removal of a constraint
stable
|
file |
diff |
annotate
|
2014-01-21 |
Aurelien Campeas |
[schema] fix composite deletion handling
|
file |
diff |
annotate
|
2014-01-23 |
Sylvain Thénault |
[multi-sources-removal] Drop entities.source column
|
file |
diff |
annotate
|
2014-01-22 |
Sylvain Thénault |
[multi-sources-removal] Simplify ConnectionsSet internal structures and public methods
|
file |
diff |
annotate
|
2014-01-21 |
Sylvain Thénault |
[multi-sources-removal] Drop deleted_entities system table and entities.mtime column
|
file |
diff |
annotate
|
2014-01-13 |
Julien Cristau |
merge 3.18.0 in 3.19 branch
|
file |
diff |
annotate
|
2014-01-08 |
Aurelien Campeas |
[schema] fix unique together index handling
|
file |
diff |
annotate
|
2013-12-17 |
Sylvain Thénault |
[yams] follow yams 0.39 api change introduced by ad95fd2c46de (package attribute on etype/rtype/rdef)
|
file |
diff |
annotate
|
2013-08-23 |
Aurélien Campeas |
[schema] store default attribute values in a Bytes field, allowing python objects as default values
|
file |
diff |
annotate
|
2013-06-27 |
Pierre-Yves David |
[migraction] do not access session.data directly
|
file |
diff |
annotate
|
2013-04-24 |
Sylvain Thénault |
[repo] kill rebuildinfered feature from Repository.set_schema
|
file |
diff |
annotate
|
2013-03-28 |
Pierre-Yves David |
merge 3.15.x into 3.16.x
stable
|
file |
diff |
annotate
|
2013-03-28 |
Pierre-Yves David |
[migration] fix bug in `CWAttributeAddOp.revertprecommit_event`
oldstable
|
file |
diff |
annotate
|
2013-03-11 |
Pierre-Yves David |
merge stable fix into default
|
file |
diff |
annotate
|
2013-03-11 |
Aurelien Campeas |
[hooks/syncschema] do not crash when adding a new entity type (closes #2741643)
stable
|
file |
diff |
annotate
|
2013-02-14 |
Nicolas Chauvat |
[toward py3k] rewrite dict.keys() and dict.values() (part of #2711624)
|
file |
diff |
annotate
|
2013-02-14 |
Nicolas Chauvat |
[toward-py3k] rewrite to "except AnException as exc:" (part of #2711624)
|
file |
diff |
annotate
|
2012-09-17 |
Sylvain Thénault |
[validation error] refactor validation error handling so translation is done on the web side
|
file |
diff |
annotate
|
2012-09-07 |
Aurelien Campeas |
[hooks/syncshema] fix logging level and nicer message (wrong changeset published previously)
stable
|
file |
diff |
annotate
|
2012-08-31 |
Aurelien Campeas |
[hooks/syncschema] do not crash on DROP of an already dropped index/... (closes #2465393)
stable
|
file |
diff |
annotate
|
2012-02-10 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2012-02-10 |
Sylvain Thénault |
[schema sync hooks] fix format string
stable
|
file |
diff |
annotate
|
2012-02-03 |
Aurelien Campeas |
[hooks/syncschema] do not crash if the schema did not learn (yet) some new META rtype (closes #2171313)
stable
|
file |
diff |
annotate
|
2012-01-23 |
Sylvain Thénault |
[vreg] move base registry implementation to logilab.common. Closes #1916014
|
file |
diff |
annotate
|
2012-01-19 |
Sylvain Thénault |
[schema synchronization] don't use sql for TODAY/NOW in keyword arg. Closes #2154815
stable
|
file |
diff |
annotate
|
2011-12-05 |
Julien Cristau |
[schema sync] Update repo._type_source_cache when renaming an entity (closes #2094470)
|
file |
diff |
annotate
|
2011-11-21 |
Alexandre Fayolle |
use dbhelper functions to get default date / datetime (closes #2094544)
|
file |
diff |
annotate
|