Wed, 11 Jun 2014 18:18:37 +0200 |
Aurelien Campeas |
[server/test] delete commented-out test
|
file |
diff |
annotate
|
Wed, 11 Jun 2014 17:58:19 +0200 |
Aurelien Campeas |
[connection] remove the `mode` attribute
|
file |
diff |
annotate
|
Wed, 11 Jun 2014 17:14:32 +0200 |
Aurelien Campeas |
[connection] remove ensure_cnx_set context manager uses
|
file |
diff |
annotate
|
Fri, 06 Jun 2014 17:08:08 +0200 |
Aurelien Campeas |
[repoapi,session] remove all session-as-cnx backward compat
|
file |
diff |
annotate
|
Wed, 22 Apr 2015 17:45:27 +0200 |
Julien Cristau |
[dbapi] retire repo.[gs]et_shared_data which were used by the dbapi
|
file |
diff |
annotate
|
Tue, 17 Mar 2015 15:55:52 +0100 |
Aurelien Campeas |
[dbapi] retire repo.commit/rollback which was used by the dbapi
|
file |
diff |
annotate
|
Tue, 17 Mar 2015 15:46:40 +0100 |
Aurelien Campeas |
[dbapi] retire repo.user_info which was used by the dbapi
|
file |
diff |
annotate
|
Tue, 17 Mar 2015 15:41:54 +0100 |
Aurelien Campeas |
[dbapi] retire repo.entity_metas which was used by the dbapi
|
file |
diff |
annotate
|
Wed, 04 Jun 2014 18:21:24 +0200 |
Aurelien Campeas |
[dbapi] retire repo.execute, which was used by the dbapi
|
file |
diff |
annotate
|
Wed, 25 Mar 2015 08:43:00 +0100 |
Denis Laxalde |
[server/test] Drop dependency on folder cube
|
file |
diff |
annotate
|
Wed, 22 Apr 2015 10:08:14 +0200 |
Rémi Cardona |
merge 3.20.6 into 3.21
|
file |
diff |
annotate
|
Wed, 25 Mar 2015 07:57:38 +0100 |
Sylvain Thénault |
[repository] don't attempt to delete computed relation, they have no table in the database. Closes #5162935
|
file |
diff |
annotate
|
Wed, 18 Mar 2015 22:43:51 +0100 |
Sylvain Thénault |
[i18n] properly translate error messages related to violated unicity constraint.
|
file |
diff |
annotate
|
Fri, 13 Mar 2015 14:10:40 +0100 |
Aurelien Campeas |
Remove the remote repository-access-through-zmq support
|
file |
diff |
annotate
|
Tue, 03 Mar 2015 14:57:34 +0100 |
Aurelien Campeas |
Remove remote repository-access-through-pyro support
|
file |
diff |
annotate
|
Tue, 03 Mar 2015 14:58:16 +0100 |
Julien Cristau |
[server/test] fix test_zmq
|
file |
diff |
annotate
|
Fri, 16 Jan 2015 14:30:55 +0100 |
Julien Cristau |
[server] change order of entities table modification vs entity creation/deletion
|
file |
diff |
annotate
|
Mon, 16 Jun 2014 10:08:32 +0200 |
Denis Laxalde |
[CWEP002] Account for attribute formula in schema bootstrap
|
file |
diff |
annotate
|
Mon, 02 Jun 2014 12:36:43 +0200 |
Aurelien Campeas |
[tests/repository] use the new connection api (part 2/2)
|
file |
diff |
annotate
|
Mon, 02 Jun 2014 12:28:50 +0200 |
Aurelien Campeas |
[repository,tests] use the new connection api (part 1/2)
|
file |
diff |
annotate
|
Thu, 23 Jan 2014 13:47:28 +0100 |
Sylvain Thénault |
[multi-sources-removal] Drop entities.source column
|
file |
diff |
annotate
|
Fri, 21 Jun 2013 16:18:20 +0200 |
Sylvain Thénault |
[multi-sources-removal] Drop no more necessary scleanup (source cleanup) argument
|
file |
diff |
annotate
|
Tue, 21 Jan 2014 18:20:28 +0100 |
Sylvain Thénault |
[multi-sources-removal] Drop deleted_entities system table and entities.mtime column
|
file |
diff |
annotate
|
Mon, 17 Jun 2013 00:07:35 +0200 |
Sylvain Thénault |
[multi-sources-removal] drop repository entities_modified_since public api
|
file |
diff |
annotate
|
Thu, 24 Oct 2013 13:15:53 +0200 |
Aurelien Campeas |
[hooks/security] provide attribute "add" permission
|
file |
diff |
annotate
|
Fri, 30 Aug 2013 15:34:58 +0200 |
Rémi Cardona |
spelling: rollbacked -> rolled back
stable
|
file |
diff |
annotate
|
Mon, 23 Sep 2013 12:47:12 +0200 |
Sylvain Thénault |
[repository] properly use IUserFriendlyError when UniqueTogetherError is raised during entity update. Closes #3096638
stable
|
file |
diff |
annotate
|
Wed, 03 Jul 2013 14:33:27 +0200 |
Aurelien Campeas |
[constraint] more robust unicity constraint failures reporting for end-users
stable
|
file |
diff |
annotate
|
Wed, 26 Jun 2013 14:22:22 +0200 |
Aurelien Campeas |
[test/schemaserial] swap got/expected to get nicer unittest2 diagnostics
stable
|
file |
diff |
annotate
|
Fri, 14 Jun 2013 11:53:40 +0200 |
Julien Cristau |
repository: make tests pass again
|
file |
diff |
annotate
|
Mon, 27 May 2013 15:48:03 +0200 |
pierre-yves |
[session] upgrade session closed error from Exception to SessionClosedError
|
file |
diff |
annotate
|
Fri, 26 Apr 2013 18:06:44 +0200 |
Sylvain Thénault |
[repo] straightforward bootstrap sequence. Closes #2841188
|
file |
diff |
annotate
|
Fri, 26 Apr 2013 17:46:56 +0200 |
Vincent Michel |
[schemaserial] serialize additional yams parameter for customs type
|
file |
diff |
annotate
|
Mon, 08 Apr 2013 18:38:20 +0200 |
Julien Cristau |
[server/test] remove dependency on a pyro name server (closes #2801737)
stable
|
file |
diff |
annotate
|
Thu, 28 Mar 2013 12:32:26 +0100 |
Pierre-Yves David |
merge 3.15.x into 3.16.x
stable
|
file |
diff |
annotate
|
Thu, 28 Mar 2013 12:31:39 +0100 |
Aurelien Campeas |
server/source/native: fix wrong usage of .lstrip that produce garbled error messages (closes #2777641)
oldstable
|
file |
diff |
annotate
|
Thu, 14 Feb 2013 15:39:23 +0100 |
Nicolas Chauvat |
[toward-py3k] remove import with_statement (part of #2711624)
|
file |
diff |
annotate
|
Tue, 22 Jan 2013 18:16:20 +0100 |
Aurelien Campeas |
prefix "tcp://" zmq uris with "zmqpickle" (closes #2574114)
|
file |
diff |
annotate
|
Mon, 21 Jan 2013 18:01:25 +0100 |
Sylvain Thénault |
[db-api/configuration] simplify db-api and configuration so that all the connection information is in the repository url, closes #2521848
|
file |
diff |
annotate
|
Fri, 12 Oct 2012 16:05:16 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Tue, 02 Oct 2012 16:44:55 +0200 |
Florent Cayré |
fix no more running zmq repository test (closes #2500153)
stable
|
file |
diff |
annotate
|
Fri, 07 Sep 2012 14:01:59 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Fri, 31 Aug 2012 16:58:08 +0200 |
Aurelien Campeas |
[source/native] only system source users should be authenticated by the native source (closes #2465883)
stable
|
file |
diff |
annotate
|
Tue, 17 Jul 2012 12:24:46 +0200 |
Sylvain Thénault |
[entity api] unify set_attributes / set_relations into a cw_set method. Closes #2423719
|
file |
diff |
annotate
|
Wed, 09 May 2012 15:06:43 +0200 |
Julien Cristau |
[repo test] Avoid hangs in zmq repo unit test
|
file |
diff |
annotate
|
Wed, 04 Apr 2012 10:57:03 +0200 |
David Douard |
[zmq] add unit tests for ZMQ-based repository (server and dbapi)
|
file |
diff |
annotate
|
Mon, 23 Jan 2012 13:25:02 +0100 |
Sylvain Thénault |
[vreg] move base registry implementation to logilab.common. Closes #1916014
|
file |
diff |
annotate
|
Thu, 15 Sep 2011 17:03:37 +0200 |
Sylvain Thénault |
[test] fix some tests broken since localperms cube extraction
|
file |
diff |
annotate
|
Wed, 14 Sep 2011 09:11:50 +0200 |
Sylvain Thénault |
[deprecation] fix unittest pending deprecation warnings on failIf/failUnless methods family
|
file |
diff |
annotate
|
Mon, 01 Aug 2011 17:59:48 +0200 |
Julien Cristau |
[repo] Stop setting hashmode on schema
stable
|
file |
diff |
annotate
|
Wed, 27 Jul 2011 18:08:39 +0200 |
Sylvain Thénault |
[sql] more test and fix boolean handling
stable
|
file |
diff |
annotate
|
Mon, 18 Jul 2011 16:37:11 +0200 |
Sylvain Thénault |
fix test broken by previous commit
|
file |
diff |
annotate
|
Mon, 27 Jun 2011 18:38:08 +0200 |
Sylvain Thénault |
[tests] update repository tests with new `use_cwuri_as_url` attribute
|
file |
diff |
annotate
|
Tue, 21 Jun 2011 10:57:25 +0200 |
Sylvain Thénault |
[ms, entity metas] add 'actual source' to entities table / base entity metadata cache. Closes #1767090
|
file |
diff |
annotate
|
Mon, 20 Jun 2011 19:13:38 +0200 |
Sylvain Thénault |
[test] update to 3.13 api
|
file |
diff |
annotate
|
Wed, 15 Jun 2011 17:16:19 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Wed, 15 Jun 2011 17:14:40 +0200 |
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
|
file |
diff |
annotate
|
Thu, 09 Jun 2011 16:09:23 +0200 |
Sylvain Thénault |
[repo test] fixes
|
file |
diff |
annotate
|
Thu, 19 May 2011 10:53:11 +0200 |
Sylvain Thénault |
[repository api] definitly kill usage of word 'pool' to refer to connections set used by a session
|
file |
diff |
annotate
|
Fri, 13 May 2011 14:58:16 +0200 |
Alexandre Fayolle |
fix name error introduced in previous changeset
|
file |
diff |
annotate
|
Fri, 13 May 2011 13:40:51 +0200 |
Sylvain Thénault |
[server test] restore logging level after test end
|
file |
diff |
annotate
|
Mon, 09 May 2011 14:50:14 +0200 |
Sylvain Thénault |
oops
stable
|
file |
diff |
annotate
|
Mon, 09 May 2011 14:34:23 +0200 |
Sylvain Thénault |
[server test] use a lock instead of sleep to have higher green probability :/
stable
|
file |
diff |
annotate
|
Wed, 20 Apr 2011 16:55:52 +0200 |
Alexandre Fayolle |
fix implementation of repository.glob_add_relations (closes ##1625257)
|
file |
diff |
annotate
|
Fri, 15 Apr 2011 15:42:17 +0200 |
Alexandre Fayolle |
[server] improve the speed of setting relations between entities (closes #1625257)
|
file |
diff |
annotate
|
Fri, 15 Apr 2011 16:05:20 +0200 |
Alexandre Fayolle |
added test case to monitor speed improvements in the repository code.
|
file |
diff |
annotate
|
Wed, 06 Apr 2011 23:24:19 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Wed, 06 Apr 2011 16:00:56 +0200 |
Sylvain Thénault |
[test] drop some warnings introduced by new test dabase handling
stable
|
file |
diff |
annotate
|
Fri, 01 Apr 2011 08:20:25 +0200 |
Alexandre Fayolle |
fix failing tests before 3.12 release
|
file |
diff |
annotate
|
Wed, 30 Mar 2011 16:40:55 +0200 |
Alexandre Fayolle |
more TZDatetime/TZTime test fixes
|
file |
diff |
annotate
|
Mon, 10 Jan 2011 12:28:09 +0100 |
Sylvain Thénault |
[unittest2] update to unittest2 assertRaises api
stable
|
file |
diff |
annotate
|
Sat, 09 Oct 2010 00:05:52 +0200 |
Sylvain Thénault |
[schema / sources] store data sources as cubicweb entities
|
file |
diff |
annotate
|
Wed, 06 Oct 2010 14:04:26 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Fri, 01 Oct 2010 18:49:47 +0200 |
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
|
file |
diff |
annotate
|
Wed, 29 Sep 2010 16:16:32 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Wed, 29 Sep 2010 12:54:35 +0200 |
Sylvain Thénault |
cleanup and micro-optimization
stable
|
file |
diff |
annotate
|
Wed, 29 Sep 2010 12:18:06 +0200 |
Sylvain Thénault |
[transaction] to avoid potential db corruption, we should rollback systematically in case of ValidationError
stable
|
file |
diff |
annotate
|
Fri, 24 Sep 2010 18:20:59 +0200 |
Sylvain Thénault |
[test] update test to unittest2 api (still using lgc.testlib though)
stable
|
file |
diff |
annotate
|
Thu, 16 Sep 2010 18:56:35 +0200 |
Sylvain Thénault |
backport stable into default
|
file |
diff |
annotate
|
Tue, 14 Sep 2010 15:37:32 +0200 |
Sylvain Thénault |
[repo tests] add test case for RQLUniqueConstraint
stable
|
file |
diff |
annotate
|
Mon, 13 Sep 2010 15:15:21 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Fri, 10 Sep 2010 16:48:58 +0200 |
Alexandre Fayolle |
unique_together integration in CW (alf+syt)
stable
|
file |
diff |
annotate
|
Tue, 07 Sep 2010 23:23:16 +0200 |
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
|
file |
diff |
annotate
|
Wed, 25 Aug 2010 10:29:18 +0200 |
Sylvain Thénault |
[session] cleanup hook / operation / entity edition api
|
file |
diff |
annotate
|
Wed, 28 Jul 2010 15:01:48 +0200 |
Sylvain Thénault |
[test] check_session returns an int since 6012:d56fd78006cd
|
file |
diff |
annotate
|
Mon, 05 Jul 2010 18:00:33 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Mon, 05 Jul 2010 17:56:02 +0200 |
Sylvain Thénault |
[test] running transaction while session is closed are now killed, update test accordingly
stable
|
file |
diff |
annotate
|
Mon, 05 Jul 2010 12:04:32 +0200 |
Sylvain Thénault |
[selectors] provide a new, optimized, is_instance selector that should at some point replace implements (along with the adaptable selector)
|
file |
diff |
annotate
|
Thu, 10 Jun 2010 16:28:04 +0200 |
Sylvain Thénault |
[3.9] fix tests
|
file |
diff |
annotate
|
Wed, 26 May 2010 12:33:48 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Wed, 26 May 2010 10:28:48 +0200 |
Sylvain Thénault |
[rql2sql] follow rql 0.26.1 changes: NOT nodes normalization, allowing simplification of sql generation, and fix #XXX
stable
|
file |
diff |
annotate
|
Tue, 25 May 2010 09:50:12 +0200 |
Sylvain Thénault |
no more Image type w/ cw 3.9
|
file |
diff |
annotate
|
Thu, 20 May 2010 20:47:55 +0200 |
Sylvain Thénault |
[entity] introduce a new 'adapters' registry
|
file |
diff |
annotate
|
Wed, 28 Apr 2010 15:42:10 +0200 |
Sylvain Thénault |
[dbapi] more test and documentation of dbapi
stable
|
file |
diff |
annotate
|
Wed, 28 Apr 2010 12:24:20 +0200 |
Sylvain Thénault |
backport oldstable changes
stable
|
file |
diff |
annotate
|
Wed, 28 Apr 2010 12:15:52 +0200 |
Sylvain Thénault |
replace logilab-common by CubicWeb in disclaimer
oldstable
|
file |
diff |
annotate
|
Wed, 28 Apr 2010 12:14:22 +0200 |
Sylvain Thénault |
backport default into stable: stable is now cw 3.8
|
file |
diff |
annotate
|
Wed, 28 Apr 2010 10:06:01 +0200 |
Sylvain Thénault |
proper licensing information (LGPL-2.1). Hope I get it right this time.
stable
|
file |
diff |
annotate
|
Tue, 13 Apr 2010 19:43:51 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Mon, 12 Apr 2010 08:22:37 +0200 |
Adrien Di Mascio |
[repository] fix edited_attributes management in multiple SET queries
stable
|
file |
diff |
annotate
|
Wed, 07 Apr 2010 14:26:35 +0200 |
Sylvain Thénault |
#759035: Automate addition of eid cachekey in RQL analysis
|
file |
diff |
annotate
|
Thu, 01 Apr 2010 08:23:57 +0200 |
Sylvain Thénault |
[test] fix expected error
stable
|
file |
diff |
annotate
|
Wed, 31 Mar 2010 14:46:04 +0200 |
Sylvain Thénault |
[repository] forbid usage of set_attributes() in before_add_entity
stable
|
file |
diff |
annotate
|
Wed, 31 Mar 2010 12:33:47 +0200 |
Sylvain Thénault |
[test] avoid critical log by informing the source we consider Personne as a multi-sources type
stable
|
file |
diff |
annotate
|
Wed, 31 Mar 2010 12:33:09 +0200 |
Sylvain Thénault |
[test] use new temporary_appobjects context manager
stable
|
file |
diff |
annotate
|
Wed, 31 Mar 2010 12:22:20 +0200 |
Sylvain Thénault |
[vreg] we do want the opposite...
stable
|
file |
diff |
annotate
|
Mon, 01 Mar 2010 11:26:14 +0100 |
Katia Saurfelt |
server/web api for accessing to deleted_entites
|
file |
diff |
annotate
|
Tue, 09 Mar 2010 08:59:43 +0100 |
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.
|
file |
diff |
annotate
|
Thu, 04 Mar 2010 18:06:03 +0100 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Thu, 04 Mar 2010 18:02:33 +0100 |
Sylvain Thénault |
[fti] refactor and fix full text indexation handling
stable
|
file |
diff |
annotate
|
Wed, 03 Mar 2010 18:30:25 +0100 |
Sylvain Thénault |
[test] get a chance to get proper garbage collection when running pytest on whole cw
|
file |
diff |
annotate
|
Wed, 24 Feb 2010 10:56:47 +0100 |
Sylvain Thénault |
[test] update tests broken by changes on attributes permissions handling in yams (add/delete replaced by update
stable
|
file |
diff |
annotate
|
Mon, 18 Jan 2010 19:21:30 +0100 |
Sylvain Thénault |
backport stable branch
|
file |
diff |
annotate
|
Thu, 07 Jan 2010 16:52:32 +0100 |
Adrien Di Mascio |
update copyright: welcome 2010
stable
|
file |
diff |
annotate
|
Tue, 22 Dec 2009 19:27:48 +0100 |
Sylvain Thénault |
test update. All cw tests OK
|
file |
diff |
annotate
|
Wed, 21 Oct 2009 17:32:20 +0200 |
Sylvain Thénault |
backport stable branch
|
file |
diff |
annotate
|
Wed, 21 Oct 2009 14:31:15 +0200 |
Sylvain Thénault |
test fixes
stable
|
file |
diff |
annotate
|
Wed, 23 Sep 2009 19:16:44 +0200 |
Sylvain Thénault |
update and simplify test
|
file |
diff |
annotate
|
Fri, 21 Aug 2009 16:26:20 +0200 |
Sylvain Thénault |
somewhat painful backport of 3.5 branch, should mostly be ok
|
file |
diff |
annotate
|
Thu, 20 Aug 2009 17:50:26 +0200 |
Sylvain Thénault |
fix test schema and update some tests to work again with wf changes
3.5
|
file |
diff |
annotate
|
Thu, 20 Aug 2009 17:44:27 +0200 |
Sylvain Thénault |
start a new workflow engine
3.5
|
file |
diff |
annotate
|
Tue, 11 Aug 2009 17:13:32 +0200 |
Sylvain Thénault |
[testlib] #345052 and #344207: major test lib refactoring/cleanup + update usage
|
file |
diff |
annotate
|
Mon, 03 Aug 2009 10:50:57 +0200 |
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
|
file |
diff |
annotate
|
Sun, 02 Aug 2009 11:54:02 +0200 |
Sylvain Thénault |
cleanup
|
file |
diff |
annotate
|
Fri, 31 Jul 2009 23:54:20 +0200 |
Sylvain Thénault |
[F repo tests] tests have to be updated:
|
file |
diff |
annotate
|
Fri, 31 Jul 2009 14:18:53 +0200 |
Sylvain Thénault |
[F schema serial] #344876: missing some 'is'/'is_instance_of' relation for newly created instances
stable
|
file |
diff |
annotate
|
Mon, 29 Jun 2009 21:15:07 +0200 |
Sylvain Thénault |
test fixes, all server tests ok, except unittest_migractions (due to inter-tests-side-effects...)
stable
|
file |
diff |
annotate
|
Thu, 28 May 2009 09:20:07 +0200 |
Adrien Di Mascio |
big bunch of copyright / docstring update
|
file |
diff |
annotate
|
Wed, 27 May 2009 11:26:03 +0200 |
Sylvain Thénault |
cleanup
stable
|
file |
diff |
annotate
|
Wed, 20 May 2009 14:19:02 +0200 |
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
|
file |
diff |
annotate
|
Wed, 13 May 2009 16:59:50 +0200 |
sylvain thenault |
fix test
tls-sprint
|
file |
diff |
annotate
|
Fri, 17 Apr 2009 16:55:37 +0200 |
sylvain thenault |
rename internal entity types to have CW prefix instead of E
tls-sprint
|
file |
diff |
annotate
|
Tue, 07 Apr 2009 09:30:23 +0200 |
sylvain thenault |
backport default branch
tls-sprint
|
file |
diff |
annotate
|
Mon, 06 Apr 2009 16:18:46 +0200 |
sylvain thenault |
introduce a 'cw_' prefix on entity table and column names so we don't conflict with sql or DBMS specific keywords
|
file |
diff |
annotate
|
Tue, 10 Mar 2009 11:35:52 +0100 |
sylvain thenault |
use datetime instead of mx.DateTime
tls-sprint
|
file |
diff |
annotate
|
Mon, 10 Nov 2008 19:47:06 +0100 |
Adrien Di Mascio |
work in progress: fix cubicweb/server tests
|
file |
diff |
annotate
|
Wed, 05 Nov 2008 15:52:50 +0100 |
Adrien Di Mascio |
Showtime !
|
file |
diff |
annotate
|