server/migractions.py
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
less more (0) -100 -60 tip