2016-02-12 |
Sylvain Thénault |
fix test broken by #012e6c7d02ef
3.22.1 centos/3.22.1-1 debian/3.22.1-1
|
file |
diff |
annotate
|
2016-02-12 |
Sylvain Thénault |
[migration] test if entity type has been in the deleted in the transaction should protect both clauses
|
file |
diff |
annotate
|
2015-12-22 |
Julien Cristau |
[schema] rebuild computed attributes on schema reload
|
file |
diff |
annotate
|
2015-12-15 |
Sylvain Thénault |
[migration/test] avoid test interdependency by removing fakecustomtype cube
|
file |
diff |
annotate
|
2015-12-09 |
Julien Cristau |
[migration/test] use numeric(precision, scale) instead of geometry
|
file |
diff |
annotate
|
2015-12-09 |
Sylvain Thénault |
[server, hooks] allow callable in dbh.TYPE_MAPPING
|
file |
diff |
annotate
|
2015-12-09 |
Sylvain Thénault |
[migration] consider extra_props in rdef created during attribute creation hook
|
file |
diff |
annotate
|
2015-12-09 |
Sylvain Thénault |
[migration] test addition of a cube providing a custom final type
|
file |
diff |
annotate
|
2015-12-09 |
Sylvain Thénault |
action, view and service so managers can start source synchronization from the web ui
|
file |
diff |
annotate
|
2015-09-24 |
Sylvain Thénault |
[migration] don't handle data deletion anymore on schema changes
|
file |
diff |
annotate
|
2015-11-24 |
Sylvain Thénault |
[hooks/syncschema] don't set NOT NULL on inlined relation columns
|
file |
diff |
annotate
|
2015-10-19 |
Julien Cristau |
[server/test] dict.iterkeys
|
file |
diff |
annotate
|
2015-09-23 |
Sylvain Thénault |
[test] do not overwrite user's CW_CUBES_PATH in unittest_migration
|
file |
diff |
annotate
|
2015-11-03 |
Julien Cristau |
[server/test] dict.itervalues() → iter(dict.values())
|
file |
diff |
annotate
|
2015-09-16 |
Sylvain Thénault |
make sync_schema_props_perms(<computed rtype>) work as expected
|
file |
diff |
annotate
|
2015-09-15 |
Rémi Cardona |
[py3k] dict.iteritems → dict.items
|
file |
diff |
annotate
|
2015-10-09 |
Rémi Cardona |
merge with 3.20.10
|
file |
diff |
annotate
|
2015-09-29 |
Sylvain Thénault |
[migration] fix change_attribute_type to update the live schema
|
file |
diff |
annotate
|
2015-10-08 |
Rémi Cardona |
merge with 3.19.13
|
file |
diff |
annotate
|
2015-10-07 |
Sylvain Thénault |
[server/test] bit of PEP8
|
file |
diff |
annotate
|
2015-08-25 |
Sylvain Thénault |
[migration] don't attempt to carry over values when renaming a computed relation
|
file |
diff |
annotate
|
2015-09-02 |
Aurelien Campeas |
[syncschema] only add to the `synchronized` set if all possible updates have been done
|
file |
diff |
annotate
|
2015-07-02 |
Julien Cristau |
[server/test] stop using email cube
|
file |
diff |
annotate
|
2015-05-15 |
Julien Cristau |
[test] run unittest_migractions on postgresql
|
file |
diff |
annotate
|
2014-06-13 |
Aurelien Campeas |
[migractions] remove any session related leftovers
|
file |
diff |
annotate
|
2015-02-16 |
Julien Cristau |
[server/test] don't rely on a sorted output from .object_relations()
|
file |
diff |
annotate
|
2014-12-22 |
Julien Cristau |
[migration] don't crash when deleting a non-existing rtype
|
file |
diff |
annotate
|
2014-10-23 |
Nicolas Chauvat |
[serverctl] rename remove_cube to drop_cube (closes #4545093)
|
file |
diff |
annotate
|
2014-08-28 |
Sylvain Thénault |
[CWEP002 migration] support sync_schema_props_perms for computed attribute
|
file |
diff |
annotate
|
2014-07-22 |
Sylvain Thénault |
[CWEP002 migration] support drop_relation_type/drop_relation_definition/drop_attribute for computed attributes
|
file |
diff |
annotate
|
2014-08-28 |
Sylvain Thénault |
[CWEP002 migration] support add_relation_type/add_attribute for computed attributes
|
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-08-28 |
Laura Médioni |
[CWEP002 migration] properly raise exception on (add|drop)_relation_definition for computed relation
|
file |
diff |
annotate
|
2014-05-30 |
Aurelien Campeas |
[tests/migration] use the new connection api
|
file |
diff |
annotate
|
2014-04-08 |
Julien Cristau |
[test] use assertNotIn where appropriate
|
file |
diff |
annotate
|
2014-04-08 |
Julien Cristau |
[test] use assertIn where appropriate
|
file |
diff |
annotate
|
2014-04-04 |
Sylvain Thénault |
[repository] 'session' argument is always given to type[_and_source]_from_eid, make it mandatory and simplify code accordingly
|
file |
diff |
annotate
|
2014-04-07 |
Julien Cristau |
merge 3.18.4 into default
|
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-18 |
Julien Cristau |
[server/migractions] finish migration to repoapi objects
|
file |
diff |
annotate
|
2014-01-13 |
Julien Cristau |
merge 3.18.0 in 3.19 branch
|
file |
diff |
annotate
|
2013-10-24 |
Aurelien Campeas |
[hooks/security] provide attribute "add" permission
|
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-08-01 |
Sylvain Thénault |
[test] use assertCountEqual instead of assertItemsEqual
stable
|
file |
diff |
annotate
|
2013-07-10 |
Aurelien Campeas |
[test] give a non-ambiguous order to sync_schema assertion (closes #3001959)
stable
|
file |
diff |
annotate
|
2013-06-27 |
Pierre-Yves David |
[migraction] do not access session.data directly
|
file |
diff |
annotate
|
2013-06-20 |
Pierre-Yves David |
[testlib] move repo and related attribute back on Instance instead of Class
|
file |
diff |
annotate
|
2013-04-26 |
Sylvain Thénault |
[repo] straightforward bootstrap sequence. Closes #2841188
|
file |
diff |
annotate
|
2013-04-24 |
Sylvain Thénault |
[test] stop deepcopying for nothing
|
file |
diff |
annotate
|
2013-04-26 |
Pierre-Yves David |
[server/test] use server config in migration
|
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] remove import with_statement (part of #2711624)
|
file |
diff |
annotate
|
2011-12-05 |
Julien Cristau |
[server test] Fix tests regression from changeset 7980b36fb1aa
|
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-09-14 |
Sylvain Thénault |
[deprecation] fix unittest pending deprecation warnings on failIf/failUnless methods family
|
file |
diff |
annotate
|
2011-05-19 |
Sylvain Thénault |
[repository api] definitly kill usage of word 'pool' to refer to connections set used by a session
|
file |
diff |
annotate
|