server/test/unittest_repository.py
2014-07-16 Aurelien Campeas [repository] remove unused check_session method and its test
2015-09-16 Sylvain Thénault [server] add test demonstrating cache update pb since cw > 3.21
2015-09-15 Rémi Cardona [py3k] import range using six.moves
2015-09-16 Rémi Cardona [tests] Replace use of deprecated TestCase.assert_
2015-07-02 Julien Cristau [server/test] stop using email cube
2014-06-11 Aurelien Campeas [server/test] delete commented-out test
2014-06-11 Aurelien Campeas [connection] remove the `mode` attribute
2014-06-11 Aurelien Campeas [connection] remove ensure_cnx_set context manager uses
2014-06-06 Aurelien Campeas [repoapi,session] remove all session-as-cnx backward compat
2015-04-22 Julien Cristau [dbapi] retire repo.[gs]et_shared_data which were used by the dbapi
2015-03-17 Aurelien Campeas [dbapi] retire repo.commit/rollback which was used by the dbapi
2015-03-17 Aurelien Campeas [dbapi] retire repo.user_info which was used by the dbapi
2015-03-17 Aurelien Campeas [dbapi] retire repo.entity_metas which was used by the dbapi
2014-06-04 Aurelien Campeas [dbapi] retire repo.execute, which was used by the dbapi
2015-03-25 Denis Laxalde [server/test] Drop dependency on folder cube
2015-04-22 Rémi Cardona merge 3.20.6 into 3.21
2015-03-25 Sylvain Thénault [repository] don't attempt to delete computed relation, they have no table in the database. Closes #5162935
2015-03-18 Sylvain Thénault [i18n] properly translate error messages related to violated unicity constraint.
2015-03-13 Aurelien Campeas Remove the remote repository-access-through-zmq support
2015-03-03 Aurelien Campeas Remove remote repository-access-through-pyro support
2015-03-03 Julien Cristau [server/test] fix test_zmq
2015-01-16 Julien Cristau [server] change order of entities table modification vs entity creation/deletion
2014-06-16 Denis Laxalde [CWEP002] Account for attribute formula in schema bootstrap
2014-06-02 Aurelien Campeas [tests/repository] use the new connection api (part 2/2)
2014-06-02 Aurelien Campeas [repository,tests] use the new connection api (part 1/2)
2014-01-23 Sylvain Thénault [multi-sources-removal] Drop entities.source column
2013-06-21 Sylvain Thénault [multi-sources-removal] Drop no more necessary scleanup (source cleanup) argument
2014-01-21 Sylvain Thénault [multi-sources-removal] Drop deleted_entities system table and entities.mtime column
2013-06-16 Sylvain Thénault [multi-sources-removal] drop repository entities_modified_since public api
2013-10-24 Aurelien Campeas [hooks/security] provide attribute "add" permission
2013-08-30 Rémi Cardona spelling: rollbacked -> rolled back stable
2013-09-23 Sylvain Thénault [repository] properly use IUserFriendlyError when UniqueTogetherError is raised during entity update. Closes #3096638 stable
2013-07-03 Aurelien Campeas [constraint] more robust unicity constraint failures reporting for end-users stable
2013-06-26 Aurelien Campeas [test/schemaserial] swap got/expected to get nicer unittest2 diagnostics stable
2013-06-14 Julien Cristau repository: make tests pass again
2013-05-27 pierre-yves [session] upgrade session closed error from Exception to SessionClosedError
2013-04-26 Sylvain Thénault [repo] straightforward bootstrap sequence. Closes #2841188
2013-04-26 Vincent Michel [schemaserial] serialize additional yams parameter for customs type
2013-04-08 Julien Cristau [server/test] remove dependency on a pyro name server (closes #2801737) stable
2013-03-28 Pierre-Yves David merge 3.15.x into 3.16.x stable
2013-03-28 Aurelien Campeas server/source/native: fix wrong usage of .lstrip that produce garbled error messages (closes #2777641) oldstable
2013-02-14 Nicolas Chauvat [toward-py3k] remove import with_statement (part of #2711624)
2013-01-22 Aurelien Campeas prefix "tcp://" zmq uris with "zmqpickle" (closes #2574114)
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
2012-10-12 Sylvain Thénault backport stable
2012-10-02 Florent Cayré fix no more running zmq repository test (closes #2500153) stable
2012-09-07 Sylvain Thénault backport stable
2012-08-31 Aurelien Campeas [source/native] only system source users should be authenticated by the native source (closes #2465883) stable
2012-07-17 Sylvain Thénault [entity api] unify set_attributes / set_relations into a cw_set method. Closes #2423719
2012-05-09 Julien Cristau [repo test] Avoid hangs in zmq repo unit test
2012-04-04 David Douard [zmq] add unit tests for ZMQ-based repository (server and dbapi)
2012-01-23 Sylvain Thénault [vreg] move base registry implementation to logilab.common. Closes #1916014
2011-09-15 Sylvain Thénault [test] fix some tests broken since localperms cube extraction
2011-09-14 Sylvain Thénault [deprecation] fix unittest pending deprecation warnings on failIf/failUnless methods family
2011-08-01 Julien Cristau [repo] Stop setting hashmode on schema stable
2011-07-27 Sylvain Thénault [sql] more test and fix boolean handling stable
2011-07-18 Sylvain Thénault fix test broken by previous commit
2011-06-27 Sylvain Thénault [tests] update repository tests with new `use_cwuri_as_url` attribute
2011-06-21 Sylvain Thénault [ms, entity metas] add 'actual source' to entities table / base entity metadata cache. Closes #1767090
2011-06-20 Sylvain Thénault [test] update to 3.13 api
2011-06-15 Sylvain Thénault backport stable
2011-06-15 Sylvain Thénault [repo integrity] test and fix glob add relation where several entities are added at once for a relation of 1? cardinality stable
2011-06-09 Sylvain Thénault [repo test] fixes
2011-05-19 Sylvain Thénault [repository api] definitly kill usage of word 'pool' to refer to connections set used by a session
2011-05-13 Alexandre Fayolle fix name error introduced in previous changeset
2011-05-13 Sylvain Thénault [server test] restore logging level after test end
2011-05-09 Sylvain Thénault oops stable
2011-05-09 Sylvain Thénault [server test] use a lock instead of sleep to have higher green probability :/ stable
2011-04-20 Alexandre Fayolle fix implementation of repository.glob_add_relations (closes ##1625257)
2011-04-15 Alexandre Fayolle [server] improve the speed of setting relations between entities (closes #1625257)
2011-04-15 Alexandre Fayolle added test case to monitor speed improvements in the repository code.
2011-04-06 Sylvain Thénault backport stable
2011-04-06 Sylvain Thénault [test] drop some warnings introduced by new test dabase handling stable
2011-04-01 Alexandre Fayolle fix failing tests before 3.12 release
2011-03-30 Alexandre Fayolle more TZDatetime/TZTime test fixes
2011-01-10 Sylvain Thénault [unittest2] update to unittest2 assertRaises api stable
2010-10-08 Sylvain Thénault [schema / sources] store data sources as cubicweb entities
2010-10-06 Sylvain Thénault backport stable
2010-10-01 Sylvain Thénault [repo transaction] fix rollback behaviour as discussed on the mailing-list: instead of rollbacking automatically on Unauthorized/ValidationError, mark the transaction as uncommitable and disallow commiting stable
2010-09-29 Sylvain Thénault backport stable
2010-09-29 Sylvain Thénault cleanup and micro-optimization stable
2010-09-29 Sylvain Thénault [transaction] to avoid potential db corruption, we should rollback systematically in case of ValidationError stable
2010-09-24 Sylvain Thénault [test] update test to unittest2 api (still using lgc.testlib though) stable
2010-09-16 Sylvain Thénault backport stable into default
2010-09-14 Sylvain Thénault [repo tests] add test case for RQLUniqueConstraint stable
2010-09-13 Sylvain Thénault backport stable
2010-09-10 Alexandre Fayolle unique_together integration in CW (alf+syt) stable
2010-09-07 Sylvain Thénault [integrity] fix case where we can get two entities related while the cardinality is single on the object of an inlined relation stable
2010-08-25 Sylvain Thénault [session] cleanup hook / operation / entity edition api
2010-07-28 Sylvain Thénault [test] check_session returns an int since 6012:d56fd78006cd
2010-07-05 Sylvain Thénault backport stable
2010-07-05 Sylvain Thénault [test] running transaction while session is closed are now killed, update test accordingly stable
2010-07-05 Sylvain Thénault [selectors] provide a new, optimized, is_instance selector that should at some point replace implements (along with the adaptable selector)
2010-06-10 Sylvain Thénault [3.9] fix tests
2010-05-26 Sylvain Thénault backport stable
2010-05-26 Sylvain Thénault [rql2sql] follow rql 0.26.1 changes: NOT nodes normalization, allowing simplification of sql generation, and fix #XXX stable
2010-05-25 Sylvain Thénault no more Image type w/ cw 3.9
2010-05-20 Sylvain Thénault [entity] introduce a new 'adapters' registry
2010-04-28 Sylvain Thénault [dbapi] more test and documentation of dbapi 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-13 Sylvain Thénault backport stable
2010-04-12 Adrien Di Mascio [repository] fix edited_attributes management in multiple SET queries stable
2010-04-07 Sylvain Thénault #759035: Automate addition of eid cachekey in RQL analysis
2010-04-01 Sylvain Thénault [test] fix expected error stable
2010-03-31 Sylvain Thénault [repository] forbid usage of set_attributes() in before_add_entity stable
2010-03-31 Sylvain Thénault [test] avoid critical log by informing the source we consider Personne as a multi-sources type stable
2010-03-31 Sylvain Thénault [test] use new temporary_appobjects context manager stable
2010-03-31 Sylvain Thénault [vreg] we do want the opposite... stable
2010-03-01 Katia Saurfelt server/web api for accessing to deleted_entites
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-04 Sylvain Thénault backport stable
2010-03-04 Sylvain Thénault [fti] refactor and fix full text indexation handling stable
2010-03-03 Sylvain Thénault [test] get a chance to get proper garbage collection when running pytest on whole cw
2010-02-24 Sylvain Thénault [test] update tests broken by changes on attributes permissions handling in yams (add/delete replaced by update stable
2010-01-18 Sylvain Thénault backport stable branch
2010-01-07 Adrien Di Mascio update copyright: welcome 2010 stable
2009-12-22 Sylvain Thénault test update. All cw tests OK
less more (0) -120 tip