server/test/unittest_repository.py
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
2009-10-21 Sylvain Thénault backport stable branch
2009-10-21 Sylvain Thénault test fixes stable
2009-09-23 Sylvain Thénault update and simplify test
2009-08-21 Sylvain Thénault somewhat painful backport of 3.5 branch, should mostly be ok
2009-08-20 Sylvain Thénault fix test schema and update some tests to work again with wf changes 3.5
2009-08-20 Sylvain Thénault start a new workflow engine 3.5
2009-08-11 Sylvain Thénault [testlib] #345052 and #344207: major test lib refactoring/cleanup + update usage
2009-08-03 Sylvain Thénault R [vreg] important refactoring of the vregistry, moving behaviour to end dictionnary (and so leaving room for more flexibility ; keep bw compat ; update api usage in cw
2009-08-02 Sylvain Thénault cleanup
2009-07-31 Sylvain Thénault [F repo tests] tests have to be updated:
2009-07-31 Sylvain Thénault [F schema serial] #344876: missing some 'is'/'is_instance_of' relation for newly created instances stable
2009-06-29 Sylvain Thénault test fixes, all server tests ok, except unittest_migractions (due to inter-tests-side-effects...) stable
2009-05-28 Adrien Di Mascio big bunch of copyright / docstring update
2009-05-27 Sylvain Thénault cleanup stable
2009-05-20 Sylvain Thénault two in one: #343320: Logging out while deleting a CWUser blocks the cw server / #342692: ensure transaction state when Ctrl-C or other stop signal is received stable
2009-05-13 sylvain thenault fix test tls-sprint
2009-04-17 sylvain thenault rename internal entity types to have CW prefix instead of E tls-sprint
2009-04-07 sylvain thenault backport default branch tls-sprint
2009-04-06 sylvain thenault introduce a 'cw_' prefix on entity table and column names so we don't conflict with sql or DBMS specific keywords
2009-03-10 sylvain thenault use datetime instead of mx.DateTime tls-sprint
2008-11-10 Adrien Di Mascio work in progress: fix cubicweb/server tests
2008-11-05 Adrien Di Mascio Showtime !
less more (0) tip