server/schemaserial.py
2015-09-15 Rémi Cardona [py3k] unicode → six.text_type
2015-10-13 Rémi Cardona [py3k] dict.itervalues → dict.values
2015-09-15 Rémi Cardona [py3k] dict.iteritems → dict.items
2015-09-14 Rémi Cardona [py3k] basestring → six.string_types
2015-09-11 Samuel Trégouët [py3k] print function
2015-07-28 Julien Cristau Fix (de)serialization of ComputedRelation read permissions
2015-06-22 Rémi Cardona merge 3.20.8 in 3.21
2015-06-12 Denis Laxalde [server] Do not use progress bar when stdout is not a TTY
2014-06-11 Aurelien Campeas [connection] remove ensure_cnx_set context manager uses
2015-01-15 Julien Cristau Use our version of schema2sql
2015-02-02 Sylvain Thénault [schemaserial] fix detection of CWComputedRType table, closes #4901150
2014-12-05 Rémi Cardona [server] Remove useless 'is None' checks
2014-11-06 Aurelien Campeas [warnings] put an end to warnings in the sqlite driver over `str` being sent instead of unicode strings
2014-12-01 Julien Cristau merge 3.19.6 into 3.20 branch
2014-11-26 David Douard [merge] backport 3.18 fixes
2014-11-24 Aurelien Campeas [schemaserial] be robust against duplicated CWUniqueTogetherConstrain entities arising from bug in the pre 3.18 era stable
2014-11-13 Julien Cristau [migration] hackish black magic to bootstrap addition of formula attr during migration
2014-09-16 Lea Capgen [CWEP002] properly handle serialization of computed attributes
2014-08-28 Sylvain Thénault [CWEP002 migration] support sync_schema_props_perms for computed relations
2014-08-28 Laura Médioni [CWEP002 migration] support add_relation_type for computed relations
2014-06-16 Laura Médioni [schema serial] add some comments
2014-08-28 Lea Capgen [CWEP002] properly handle serialization of computed relations
2014-07-09 Aurelien Campeas remove references to global environment variable APYCOT_ROOT
2014-01-30 Julien Cristau [schemaserial] Replace 'cursor' with 'cnx'
2014-01-28 Julien Cristau [server] use internal_cnx instead of internal_session in deserialize_schema
2014-01-28 Julien Cristau [server/schemaserial] rename cursor argument to cnx
2014-01-23 Julien Cristau [repo] pylint cleanup, mainly of imports, with a bit of style
2014-01-22 Sylvain Thénault [multi-sources-removal] Simplify ConnectionsSet internal structures and public methods
2014-01-21 Sylvain Thénault [multi-sources-removal] Drop deleted_entities system table and entities.mtime column
2013-10-24 Aurelien Campeas [hooks/security] provide attribute "add" permission
2014-01-08 Aurelien Campeas [schema] fix unique together index handling
2013-08-23 Aurélien Campeas [schema] store default attribute values in a Bytes field, allowing python objects as default values
2013-08-26 Aurelien Campeas remove cw 3.9 bw compat (bw compat other than the interface -> adapter changes)
2013-08-26 Aurelien Campeas remove 3.8 bw compat
2013-05-03 Aurelien Campeas [schemaserial] mitigate critical message during migration
2013-04-26 Vincent Michel [schemaserial] serialize additional yams parameter for customs type
2013-03-12 Nicolas Chauvat drop typed_eid() in favour of int() (closes #2742462)
2013-02-14 Nicolas Chauvat [toward-py3k] rewrite to "except AnException as exc:" (part of #2711624)
2011-09-21 Sylvain Thénault [exceptions] stop catching any exception in various places (closes #1942716) stable
2011-06-21 Sylvain Thénault [ms, entity metas] add 'actual source' to entities table / base entity metadata cache. Closes #1767090
2011-05-19 Sylvain Thénault [repository api] definitly kill usage of word 'pool' to refer to connections set used by a session
2011-04-20 Alexandre Fayolle backport stable changes to default
2011-04-13 Sylvain Thénault [schema serialization] add warning on missing group stable
2011-03-31 Sylvain Thénault [schema, refactoring] use RQLExpression as base class for RQL constraint classes
2011-02-17 Sylvain Thénault [schema serialization] for relation type, ertidx contains the relation type as string, for relation def, the RelationDefinitionSchema instance stable
2011-02-17 Sylvain Thénault [schema deserialization] enhance fix done in 7010:fa707848a88a to properly deal with cw 3.9 database stable
2011-02-17 Sylvain Thénault [schema deserialization] _unique_together should hold string, not schema instance (may lead to crash during sync_schema_props_perms for instance) stable
2011-01-13 Sylvain Thénault [schema] fix pb with ambiguous relation used within UniqueTogetherConstraint by having CWUniqueTogetherConstraint.relation targeting CWRType instead of CWAttribute/CWRelation. This fixes 3.10.7 migration. stable
2010-12-09 Alexandre Fayolle make rename_table work with MS SQL (needs updated logilab.database) oldstable
2010-09-13 Sylvain Thénault [migration] commit just after symetric has been renamed to symmetric (else later rollback may cancel this) stable
2010-09-10 Alexandre Fayolle removed print_exc stable
2010-09-10 Alexandre Fayolle unique_together integration in CW (alf+syt) stable
2010-09-09 Sylvain Thénault remove debug print stable
2010-09-08 Sylvain Thénault [schema deserial] fix loading of schema when mapping an entity type to an existing one stable
2010-09-07 Sylvain Thénault cleanups stable
2010-08-09 Adrien Di Mascio [schema] consider ETYPE_NAME_MAP when deserializing specialization relations stable
2010-07-13 Sylvain Thénault [broken schema] fix the group_mapping function in case where some standard group isn't found: we currently loop for ever, boring the user by asking ever and ever the same question...
2010-07-06 Sylvain Thénault cleanups
2010-05-20 Sylvain Thénault [schema migration] make some stuff to ease file 1.9 migration : we want to kill the Image entity so that existing image are turned into (existing entity type) File entities
2010-04-28 Sylvain Thénault backport oldstable changes stable
less more (0) -100 -60 tip