server/migractions.py
2011-04-01 Alexandre Fayolle fix failing tests before 3.12 release
2011-03-28 Nicolas Chauvat [session] add find_entities and find_one_entity to session/request API (closes #1550045) stable
2011-03-25 Sylvain Thénault [cwprops, migration] fix [set_]property to ensure we don't retrieve a user specific value. Add some docstring along the way stable
2011-02-17 Sylvain Thénault cleanup stable
2011-01-28 Julien Jehannet [cw-ctl] use default `mkdtemp()` behaviour to store backup file internally stable
2011-01-13 Sylvain Thénault [wf migration] allow to deactivate assertion on wfable entity to quick-fix tests 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
2011-01-11 Sylvain Thénault [migration] add_workflow now ensure the entity type is actually workflowable, and a new make_workflowable migration function is available to make an entity type workflowable (closes #1382720) stable
2010-11-05 Sylvain Thénault [migration] fix rqliter when some query arguments are given stable
2010-10-22 Sylvain Thénault [pylint] fix a bug of pylint detected errors and i18n pb (calling builtins._ instead of req._)
2010-10-21 Sylvain Thénault backport stable
2010-10-21 Sylvain Thénault [dependancy] do not use testlib from outside test: recent lgc versions recommends unittest2 while lgc.testlib needs it, and we don't want it to be necessary to run cw stable
2010-10-08 Sylvain Thénault [schema / sources] store data sources as cubicweb entities
2010-10-08 Sylvain Thénault [hook/operation] nicer api to achieve same result as set_operation, as described in #1253630
2010-09-23 Sylvain Thénault backport stable
2010-07-30 Julien Jehannet [c-c shell/upgrade] raise ExecutionError when traceback is not relevant stable
2010-09-21 Adrien Di Mascio [migractions] add a dropped_constraints() migration command
2010-09-13 Sylvain Thénault [migration] fix so that context modification are reflected on the currently executed migration script stable
2010-09-10 Alexandre Fayolle unique_together integration in CW (alf+syt) stable
2010-09-10 Sylvain Thénault [test] fix in 6203:d3dea5f84404 wasn't enough stable
2010-09-10 Sylvain Thénault [test] during some tests (unittest_migrations), we should not register ClearGroupMap which is actually already there stable
2010-09-09 Sylvain Thénault [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
2010-09-07 Sylvain Thénault [migration] more rename_entity_type fix stable
2010-09-07 Sylvain Thénault cleanups stable
2010-09-07 Sylvain Thénault [migration] propose to open pdb on error during execution of rql/sql query stable
2010-09-07 Sylvain Thénault [migration] set ask_confirm=False by default on rqlexec stable
2010-09-01 Alexandre Fayolle migration actions for unique_together constraints stable
2010-08-20 Sylvain Thénault [migration] enhance RqlForIterator so we can do 'for e in rqliter(...).entities()' stable
2010-08-18 Sylvain Thénault [migration] remove bad test when constructing attributes to copy in rename_entity_type: the old entity type is not in the fschema due to schema deserialization trick stable
2010-08-17 Sylvain Thénault cleanup stable
2010-08-17 Sylvain Thénault [migration] fix rename_entity_type: avoid removal of attributes on the new entity type from the schema during migration stable
2010-08-17 Sylvain Thénault [migration] we can now specify attributes to backport to rename_entity_type using its attrs argument stable
2010-08-06 Sylvain Thénault [migration] dont crash if a group doesn't exists (it may not exists yet) stable
2010-08-06 Sylvain Thénault [migration] fix rename_entity_type bug: not putting eids of relation deleted using sql query may cause later error on commit, complaining on missing relation on an entity which has been actually deleted stable
2010-08-06 Sylvain Thénault [migration] fix crash when adding symmetric relation type stable
2010-07-30 Julien Jehannet [migration] commit only sql script migration stable
2010-07-29 Julien Jehannet [migration] unify process_script command stable
2010-07-20 Sylvain Thénault [migration] fix rename_entity_type to avoid to loose some relations on the way stable
2010-07-07 Sylvain Thénault [migration] new migration command to change fti weight for an entity t ype cubicweb-version-3.9.0
2010-07-06 Sylvain Thénault [migration] fix rename_entity_type to an existant entity type: get back relation from the old entity type non existant on the target type
2010-07-02 Sylvain Thénault backport stable
2010-07-01 Sylvain Thénault [migration] schema should be accessed through .repo stable
2010-06-07 Sylvain Thénault backport stable
2010-06-04 Sylvain Thénault [migration] fix schema synchronization bug stable
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-05-20 Sylvain Thénault [entity] introduce a new 'adapters' registry
2010-05-20 Sylvain Thénault typo stable
2010-05-20 Sylvain Thénault [migration] fix storage_change migraction to avoid exhausting the server's memory stable
2010-04-28 Sylvain Thénault backport oldstable changes stable
2010-04-28 Sylvain Thénault replace logilab-common by CubicWeb in disclaimer oldstable
2010-04-28 Sylvain Thénault backport default into stable: stable is now cw 3.8
2010-04-28 Sylvain Thénault proper licensing information (LGPL-2.1). Hope I get it right this time. stable
2010-04-26 Sylvain Thénault backport stable
2010-04-23 Sylvain Thénault [bfss] new storage_changed migration action to move an attribute to a custom storage. Closes #893941
2010-04-23 Pierre-Yves David [cw-shell] Write ignored scripts warning on stderr instead of stdout. stable
2010-04-15 Sylvain Thénault backport stable
2010-04-15 Sylvain Thénault [migration] fix bug when trying to add a new entity type that inherit from another stable
2010-04-15 Sylvain Thénault [migration] fix error when synchronizing everything and some schema still in the db schema but not anymore in the fs schema stable
2010-04-07 Sylvain Thénault #759035: Automate addition of eid cachekey in RQL analysis
2010-04-02 Adrien Di Mascio [cleaning] simpler implementation of cmd_create_entity stable
less more (0) -100 -60 tip