server/migractions.py
2014-04-07 Julien Cristau Fix constraint sync during migration
2014-04-07 Julien Cristau merge 3.18.4 into default
2014-04-03 Sylvain Thénault minor cleanups
2014-04-01 Sylvain Thénault avoid to internally raise 3.19 warnings
2014-04-03 Julien Cristau [migration] make 'session' object be a server-side Connection, not ClientConnection
2014-04-01 Aurelien Campeas [merge] bring the 3.17.14 fixes to 3.18 stable
2014-03-27 Sylvain Thénault [migration] always rebuild infered relation stable
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
2014-02-18 Julien Cristau [server/migractions] finish migration to repoapi objects
2014-03-05 Julien Cristau [server] use the ClientConnection directly now that it has more methods available
2014-02-11 Julien Cristau Use repoapi instead of dbapi for cwctl shell, upgrade and db-init
2014-01-27 Julien Cristau merge 3.18.2 into 3.19 branch
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
2013-07-02 Sylvain Thénault [config] cleanup/refactor server sources file values handling
2013-06-21 Sylvain Thénault [c-c restore] drop useless restore-all option, and related systemonly argument
2013-06-21 Sylvain Thénault [multi-sources-removal] Kill repo.sources
2013-06-16 Sylvain Thénault [multi-sources-removal] Simplify repo.delete_info_multi arguments, uri is no more used
2014-01-21 Julien Cristau [migractions] Don't silently ignore errors when installing sql procedures
2014-01-13 Julien Cristau merge 3.18.0 in 3.19 branch
2014-01-08 Aurelien Campeas [schema] fix unique together index handling
2013-08-26 Aurelien Campeas remove 3.8 bw compat
2013-09-17 Aurelien Campeas [migractions] rschema.final.inlined -> rschema.inlined stable
2013-07-25 Sylvain Thénault [migration.sync_schema_props_perms] ensure all participants to a unique together constraint are there stable
2013-07-22 Julien Cristau fix typos in docstring, doc and comments stable
2013-07-22 Sylvain Thénault [migration] when adding a cube, skip infered relations (closes #3005576) stable
2013-07-11 Sylvain Thénault [migraction] rename_entity_type simply warn if old entity type isn't in the schema. Closes #3004069 stable
2013-06-27 Pierre-Yves David [migraction] do not access session.data directly
2013-03-25 Pierre-Yves David [session] drop useless getter and setter for security
2013-03-27 Pierre-Yves David [migration] drop pre-3.7 utility
2013-02-14 Nicolas Chauvat [toward py3k] rewrite dict.keys() and dict.values() (part of #2711624)
2013-02-14 Nicolas Chauvat [toward-py3k] rewrite to "except AnException as exc:" (part of #2711624)
2013-02-14 Nicolas Chauvat [toward-py3k] remove import with_statement (part of #2711624)
2013-01-10 Sylvain Thénault [db-api] rename repo_connect into _repo_connect to mark it private. Closes #2521848
2013-01-21 Sylvain Thénault [db-api/configuration] simplify db-api and configuration so that all the connection information is in the repository url, closes #2521848
2013-01-09 Aurelien Campeas [merge] backport stable
2012-12-04 Sylvain Thénault [migration] fix crash when adding a new meta relation type. Closes #2532483 stable
2012-09-07 Sylvain Thénault backport stable
2012-09-04 Sylvain Thénault [migration] fix backward compat for rename_relation stable
2012-07-17 Sylvain Thénault [entity api] unify set_attributes / set_relations into a cw_set method. Closes #2423719
2012-07-17 Sylvain Thénault [migraction] rename rename_relation method to rename_relation_type for consistency stable
2012-03-16 Sylvain Thénault backport stable
2012-03-01 Sylvain Thénault [migration] fix add_relation_type in case it already exists, broken by 67660d5f1916 stable
2012-02-27 Sylvain Thénault [migration] add schema obj into assertion failure message so we get a chance to understand the pb stable
2012-02-14 Sylvain Thénault backport stable
2012-02-14 Sylvain Thénault backport oldstable stable
2012-02-14 Pierre-Yves David [bfss, migration] fix storage migration (closes #2189206) oldstable
2012-02-10 Sylvain Thénault backport stable
2012-02-10 Katia Saurfelt [migration] fire hooks in postcreate by default (closes #1417110)
2012-02-09 Katia Saurfelt [migration] `add_relation_type` warns and add missing definitions on already existing rtypes (closes #2121979) stable
2012-01-23 Sylvain Thénault [vreg] move base registry implementation to logilab.common. Closes #1916014
2012-01-26 Sylvain Thénault [migractions] fix comment to avoid ambiguity. Closes #2015260
2011-11-03 Sylvain Thénault backport stable
2011-11-03 Sylvain Thénault [instance creation] properly search for sql extension in the schema directory. Closes #2068117 stable
2011-10-21 Sylvain Thénault [diet] drop pre 3.6 API compatibility (but attempt to keep data cmopatibility). Closes #2017916
2011-10-21 Sylvain Thénault backport stable
2011-10-21 Sylvain Thénault [test] fix regression introduced in 7915:a7f3245e1728 leading to test's postcreate not being executed anymore stable
2011-10-14 Sylvain Thénault merge and fix cubicwebSortValueExtraction pb which disappeared when tablesorter.js has been updated
2011-10-13 Alexandre Fayolle [migraction] fix cmd_change_attribute_type command (closes #2015073) stable
2011-10-11 Sylvain Thénault backport stable
2011-10-07 Sylvain Thénault [migration] update old yams api in change_attribute_type stable
2011-10-07 Sylvain Thénault backport stable
2011-10-06 Sylvain Thénault [migration] expose migration methods to execute schema/*.sql and migration/<event>.py files (closes #1986498) stable
2011-08-09 Nicolas Chauvat [lint] remove uses of "print >> sys.stderr" (closes #1908571)
2011-09-29 Sylvain Thénault backport stable
2011-09-28 Sylvain Thénault [pylint] fix pylint detected errors and tweak it so that pylint -E will be much less verbose next time (+ update some copyrights on the way) stable
2011-09-23 Sylvain Thénault backport stable
2011-09-21 Sylvain Thénault [exceptions] stop catching any exception in various places (closes #1942716) stable
2011-09-15 Sylvain Thénault backport stable
2011-09-13 Sylvain Thénault backout 7780:a1d5365fefc1 stable
2011-09-13 Sylvain Thénault [cubification] moved CWPermission handling into a localperms cube. closes #1914011 stable
2011-06-27 Sylvain Thénault backport stable
2011-06-24 Sylvain Thénault [migration] litle enhancements and a fix to patch accidentally pushed two revisions ago stable
2011-06-24 Sylvain Thénault [migration] closes #1777411: schema modification commands shouldn't crash if already exists stable
2011-06-15 Sylvain Thénault backport stable
2011-06-14 Sylvain Thénault [migration] this is needed to avoid pb with yams 0.33 / cw < 3.13 stable
2011-06-14 Sylvain Thénault [repository] refactor/cleanup entity deletion methods stable
2011-06-09 Adrien Di Mascio [sql] implement #1631319: ask user before creating postgresql languages
2011-05-20 Sylvain Thénault backport stable
2011-05-20 Sylvain Thénault [migractions] fix change_attribute_type stable
2011-05-20 Sylvain Thénault [migractions] dropped_constraints should accept only droprequired without cstrtype stable
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-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
2009-10-07 Sylvain Thénault backport stable branch
2009-10-07 Aurelien Campeas two bits of docstring stable
2009-10-06 Sylvain Thénault add version number to deprecation messages stable
2009-10-02 Sylvain Thénault add some notes stable
2009-09-23 Sylvain Thénault indent
2009-09-15 Sylvain Thénault backport 3.5
2009-09-14 Sylvain Thénault [migration] don't ask confirm here 3.5
2009-09-14 Sylvain Thénault backport 3.5
2009-09-11 Aurelien Campeas windows doesn't like ':' in filesc 3.5
2009-09-10 Sylvain Thénault backport 3.5
2009-09-08 Sylvain Thénault backport stable 3.5
2009-09-04 Aurelien Campeas be able to restore pre cw 3.4 database dumps #370595 stable
2009-08-26 Sylvain Thénault backport 3.5 step 1, remaining wf changes in hooks to merge
2009-08-25 Sylvain Thénault [wf] nicer deprecation warning 3.5
2009-08-21 Sylvain Thénault somewhat painful backport of 3.5 branch, should mostly be ok
2009-08-21 Sylvain Thénault backport stable 3.5
2009-08-21 Sylvain Thénault test and fix migration introducing base classes (w/ regard to yams inheritance) stable
2009-08-21 Sylvain Thénault [migraction] use role instead of x stable
2009-08-21 Sylvain Thénault [db-dump] don't create tarball on failed dump, properly remove temporary directory stable
2009-08-21 Sylvain Thénault make db-restore command work even with no/corrupted database stable
2009-08-21 Sylvain Thénault [migration] don't ask confirm here 3.5
2009-08-21 Sylvain Thénault [schema] default_workflow_of more naturally expressed as default_workflow 3.5
2009-08-20 Sylvain Thénault backport stable branch 3.5
2009-08-20 Sylvain Thénault when adding/removing cubes, we should add/remove entity types in correct order if one inherits from another stable
2009-08-20 Sylvain Thénault start a new workflow engine 3.5
2009-08-18 Sylvain Thénault [migration] drop rqlcursor stable
2009-08-16 Nicolas Chauvat backport stable branch
2009-08-14 Nicolas Chauvat B offer to continue even when failed to restore systemonly stable
2009-08-14 Sylvain Thénault [hooks] major refactoring:
2009-08-12 Nicolas Chauvat R put version info in deprecation warnings
2009-08-10 Nicolas Chauvat R refactor backup and use tar.gz to store all sources
2009-08-05 Sylvain Thénault [migration] when adding a core meta-relation, it should be added to all entities *in the persistent schema*, not only those in the fs schema
2009-08-04 Sylvain Thénault [R] use req.entity_from_eid
2009-07-31 Sylvain Thénault [R schema hooks] rename META_RELATIONS_TYPES into META_RTYPES, use it and other schema consts to avoid errors
2009-07-31 Sylvain Thénault merge
2009-07-31 Nicolas Chauvat R [all] logilab.common 0.44 provides only deprecated
2009-07-31 Sylvain Thénault [R repo, schema] use VIRTUAL_RTYPES const
2009-07-31 Sylvain Thénault backport stable branch
less more (0) -240 tip