server/migractions.py
2011-04-21 Sylvain Thénault adds support for a portable db import/export format (closes: #1521112) stable
2011-05-02 Sylvain Thénault [migration] new command to get default workflow for an entity type stable
2011-04-01 Sylvain Thénault [time zone] support for TZDatetime and TZTime data type
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
2010-03-26 Sylvain Thénault [repo config] cleanup read_instance_schema / bootstrap_schema / creating mess stable
2010-03-26 Sylvain Thénault [maintainance] don't crash if we've no in-memory repository stable
2010-03-25 Sylvain Thénault [c-c] new server_maintenance hook, called on c-c shell / upgrade stable
2010-03-18 Sylvain Thénault backport stable
2010-03-18 Sylvain Thénault [schema sync] fix another potential name error on synchronizing rdefs stable
2010-03-18 Sylvain Thénault [schema sync] don't try to synchronize infered relation defs, fixing a name error on the way stable
2010-03-18 Sylvain Thénault don't update constraints when it's not necessary stable
2010-03-18 Sylvain Thénault [migration] new build_descr argument to rqlexec on the migration helper
2010-03-17 Sylvain Thénault [migration] disable notification by default during migration
2010-03-15 Sylvain Thénault backport stable
2010-03-15 Sylvain Thénault [backup] fix misplaced paren stable
2010-03-12 Sylvain Thénault backport stable
2010-03-12 Sylvain Thénault [db backup] fix name error in backup_to_file: we've to pass .confirm all along the chain as for restore stable
2010-03-09 Sylvain Thénault fix hooks control method name + other litle cleanups
2010-03-09 Sylvain Thénault [repo] enhanced security handling: deprecates unsafe_execute, in favor of explicit read/write security control using the `enabled_security` context manager. Also code executed on the repository side is now unsafe by default.
2010-03-08 Sylvain Thénault move hooks activation control on session object, so we can have a per transaction control. Added a new `hooks_control` context manager for usual modification of hooks activation.
2010-03-03 Sylvain Thénault schema serialization optimization by using eids instead of type names. Heavy refactoring/cleanup on the way
2010-02-26 Sylvain Thénault pylint style fixes stable
2010-02-26 Sylvain Thénault kill dead/useless code as suggested by pylint stable
2010-02-26 Sylvain Thénault fix some pylint detected errors stable
2010-02-24 Sylvain Thénault 3.6 api update stable
2010-02-22 Nicolas Chauvat typo: capitalize migration confirmation messages stable
2010-02-18 Sylvain Thénault fix dumb name error stable
2010-02-18 Sylvain Thénault 3.6 api update stable
2010-02-15 Sylvain Thénault [shell] rql() should use unsafe_execute when possible stable
2010-02-05 Sylvain Thénault fix long-waiting symetric typo: should be spelled symmetric. Add auto database migration on schema deserialization
2010-01-26 Sylvain Thénault fix deprecation warnings
2010-01-25 Sylvain Thénault add source in backup/restore failure message
2010-01-25 Sylvain Thénault some fixes so that deprecation warning are properly localized
2010-01-22 Sylvain Thénault make rollback available in shell (as commit is)
2010-01-18 Sylvain Thénault backport stable branch
2010-01-07 Adrien Di Mascio update copyright: welcome 2010 stable
2009-12-23 Sylvain Thénault backport stable branch
2009-12-22 Sylvain Thénault closes #601987 stable
2009-12-22 Sylvain Thénault fix virtual relation detection: erschema is no more a relation type but a relation def in _synchronize_permissions
2009-12-09 Sylvain Thénault yams api update
2009-12-08 Sylvain Thénault give group mapping where needed
2009-12-08 Sylvain Thénault 3.6 api update
2009-12-08 Sylvain Thénault fix sync_schema*: new syncprops argument to sync relation definition as well
2009-12-08 Sylvain Thénault move i18n / migration modules from cw.common to cw
2009-12-08 Sylvain Thénault use commit in migration script instead of checkpoint
2009-12-07 Adrien Di Mascio [migration] write migration instructions for permissions handling on relation definition
2009-12-03 Sylvain Thénault backport stable into default
2009-11-28 Nicolas Chauvat imported patch cwctl-shell-textfile stable
2009-11-23 Sylvain Thénault fix #544758 by calling custom sql scripts in add_cubes. stable
2009-11-20 Sylvain Thénault backport stable branch (one more time painfully)
2009-11-20 Sylvain Thénault backport stable branch reldefsecurity
2009-11-19 Sylvain Thénault reldefsecurity branch : reldefsecurity
2009-11-18 Adrien Di Mascio [migration] avoid AssertionError / crashes if migration script is neither a py nor a sql file stable
2009-11-13 Sylvain Thénault fix necessary when adding a cube which isn't listed in fs dependencies of the instance stable
2009-10-19 Sylvain Thénault backport stable
2009-10-19 Sylvain Thénault [shell] make process_script available throuhg c-c shell / migration script context stable
2009-10-16 Sylvain Thénault update prototype stable
2009-10-16 Sylvain Thénault [c-c] fixes for shell w/ pyro instance stable
2009-10-16 Sylvain Thénault #481017: cubicweb-ctl shell on remote instance stable
2009-10-15 Sylvain Thénault follow yams 0.25 api changes to improve performance stable
2009-10-13 Sylvain Thénault 3.6 update
less more (0) -120 tip