Mon, 19 Oct 2015 14:26:32 +0200 |
Julien Cristau |
[server/test] dict.iterkeys
|
file |
diff |
annotate
|
Wed, 23 Sep 2015 15:32:17 +0200 |
Sylvain Thénault |
[test] do not overwrite user's CW_CUBES_PATH in unittest_migration
|
file |
diff |
annotate
|
Tue, 03 Nov 2015 16:00:34 +0100 |
Julien Cristau |
[server/test] dict.itervalues() → iter(dict.values())
|
file |
diff |
annotate
|
Wed, 16 Sep 2015 16:04:17 +0200 |
Sylvain Thénault |
make sync_schema_props_perms(<computed rtype>) work as expected
|
file |
diff |
annotate
|
Tue, 15 Sep 2015 16:15:03 +0200 |
Rémi Cardona |
[py3k] dict.iteritems → dict.items
|
file |
diff |
annotate
|
Fri, 09 Oct 2015 17:52:14 +0200 |
Rémi Cardona |
merge with 3.20.10
|
file |
diff |
annotate
|
Tue, 29 Sep 2015 12:09:04 +0200 |
Sylvain Thénault |
[migration] fix change_attribute_type to update the live schema
|
file |
diff |
annotate
|
Thu, 08 Oct 2015 18:38:16 +0200 |
Rémi Cardona |
merge with 3.19.13
|
file |
diff |
annotate
|
Wed, 07 Oct 2015 17:27:35 +0200 |
Sylvain Thénault |
[server/test] bit of PEP8
|
file |
diff |
annotate
|
Tue, 25 Aug 2015 11:11:34 +0200 |
Sylvain Thénault |
[migration] don't attempt to carry over values when renaming a computed relation
|
file |
diff |
annotate
|
Wed, 02 Sep 2015 15:24:46 +0200 |
Aurelien Campeas |
[syncschema] only add to the `synchronized` set if all possible updates have been done
|
file |
diff |
annotate
|
Thu, 02 Jul 2015 10:15:47 +0200 |
Julien Cristau |
[server/test] stop using email cube
|
file |
diff |
annotate
|
Fri, 15 May 2015 18:11:08 +0200 |
Julien Cristau |
[test] run unittest_migractions on postgresql
|
file |
diff |
annotate
|
Fri, 13 Jun 2014 13:54:28 +0200 |
Aurelien Campeas |
[migractions] remove any session related leftovers
|
file |
diff |
annotate
|
Mon, 16 Feb 2015 10:54:48 +0100 |
Julien Cristau |
[server/test] don't rely on a sorted output from .object_relations()
|
file |
diff |
annotate
|
Mon, 22 Dec 2014 14:39:50 +0100 |
Julien Cristau |
[migration] don't crash when deleting a non-existing rtype
|
file |
diff |
annotate
|
Thu, 23 Oct 2014 15:47:17 +0200 |
Nicolas Chauvat |
[serverctl] rename remove_cube to drop_cube (closes #4545093)
|
file |
diff |
annotate
|
Thu, 28 Aug 2014 17:41:34 +0200 |
Sylvain Thénault |
[CWEP002 migration] support sync_schema_props_perms for computed attribute
|
file |
diff |
annotate
|
Tue, 22 Jul 2014 11:00:21 +0200 |
Sylvain Thénault |
[CWEP002 migration] support drop_relation_type/drop_relation_definition/drop_attribute for computed attributes
|
file |
diff |
annotate
|
Thu, 28 Aug 2014 18:31:18 +0200 |
Sylvain Thénault |
[CWEP002 migration] support add_relation_type/add_attribute for computed attributes
|
file |
diff |
annotate
|
Thu, 28 Aug 2014 07:44:29 +0200 |
Sylvain Thénault |
[CWEP002 migration] support sync_schema_props_perms for computed relations
|
file |
diff |
annotate
|
Thu, 28 Aug 2014 08:02:15 +0200 |
Laura Médioni |
[CWEP002 migration] support add_relation_type for computed relations
|
file |
diff |
annotate
|
Thu, 28 Aug 2014 07:55:33 +0200 |
Laura Médioni |
[CWEP002 migration] support drop_relation_type for computed relations
|
file |
diff |
annotate
|
Thu, 28 Aug 2014 07:49:31 +0200 |
Laura Médioni |
[CWEP002 migration] properly raise exception on (add|drop)_relation_definition for computed relation
|
file |
diff |
annotate
|
Fri, 30 May 2014 11:10:54 +0200 |
Aurelien Campeas |
[tests/migration] use the new connection api
|
file |
diff |
annotate
|
Tue, 08 Apr 2014 18:00:14 +0200 |
Julien Cristau |
[test] use assertNotIn where appropriate
|
file |
diff |
annotate
|
Tue, 08 Apr 2014 17:39:39 +0200 |
Julien Cristau |
[test] use assertIn where appropriate
|
file |
diff |
annotate
|
Fri, 04 Apr 2014 12:39:59 +0200 |
Sylvain Thénault |
[repository] 'session' argument is always given to type[_and_source]_from_eid, make it mandatory and simplify code accordingly
|
file |
diff |
annotate
|
Mon, 07 Apr 2014 17:02:04 +0200 |
Julien Cristau |
merge 3.18.4 into default
|
file |
diff |
annotate
|
Tue, 01 Apr 2014 18:09:46 +0200 |
Aurelien Campeas |
[merge] bring the 3.17.14 fixes to 3.18
stable
|
file |
diff |
annotate
|
Thu, 27 Mar 2014 14:32:21 +0100 |
Sylvain Thénault |
[migration] always rebuild infered relation
stable
|
file |
diff |
annotate
|
Mon, 10 Mar 2014 15:17:50 +0100 |
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
|
file |
diff |
annotate
|
Tue, 18 Feb 2014 17:58:45 +0100 |
Julien Cristau |
[server/migractions] finish migration to repoapi objects
|
file |
diff |
annotate
|
Mon, 13 Jan 2014 13:47:47 +0100 |
Julien Cristau |
merge 3.18.0 in 3.19 branch
|
file |
diff |
annotate
|
Thu, 24 Oct 2013 13:15:53 +0200 |
Aurelien Campeas |
[hooks/security] provide attribute "add" permission
|
file |
diff |
annotate
|
Fri, 23 Aug 2013 15:06:27 +0200 |
Aurélien Campeas |
[schema] store default attribute values in a Bytes field, allowing python objects as default values
|
file |
diff |
annotate
|
Thu, 01 Aug 2013 13:58:48 +0200 |
Sylvain Thénault |
[test] use assertCountEqual instead of assertItemsEqual
stable
|
file |
diff |
annotate
|
Wed, 10 Jul 2013 15:03:50 +0200 |
Aurelien Campeas |
[test] give a non-ambiguous order to sync_schema assertion (closes #3001959)
stable
|
file |
diff |
annotate
|
Thu, 27 Jun 2013 11:19:32 +0200 |
Pierre-Yves David |
[migraction] do not access session.data directly
|
file |
diff |
annotate
|
Thu, 20 Jun 2013 16:00:07 +0200 |
Pierre-Yves David |
[testlib] move repo and related attribute back on Instance instead of Class
|
file |
diff |
annotate
|
Fri, 26 Apr 2013 18:06:44 +0200 |
Sylvain Thénault |
[repo] straightforward bootstrap sequence. Closes #2841188
|
file |
diff |
annotate
|
Wed, 24 Apr 2013 14:51:06 +0200 |
Sylvain Thénault |
[test] stop deepcopying for nothing
|
file |
diff |
annotate
|
Fri, 26 Apr 2013 11:08:06 +0200 |
Pierre-Yves David |
[server/test] use server config in migration
|
file |
diff |
annotate
|
Thu, 14 Feb 2013 16:01:24 +0100 |
Nicolas Chauvat |
[toward py3k] rewrite dict.keys() and dict.values() (part of #2711624)
|
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
|
Mon, 05 Dec 2011 16:59:20 +0100 |
Julien Cristau |
[server test] Fix tests regression from changeset 7980b36fb1aa
|
file |
diff |
annotate
|
Mon, 05 Dec 2011 13:37:40 +0100 |
Julien Cristau |
[schema sync] Update repo._type_source_cache when renaming an entity (closes #2094470)
|
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
|
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, 22 Apr 2011 10:28:26 +0200 |
Alexandre Fayolle |
fix failing test_migration test caused by schema change
|
file |
diff |
annotate
|
Tue, 07 Dec 2010 12:18:20 +0100 |
Aurelien Campeas |
[test] New Handling of database for test.
oldstable
|
file |
diff |
annotate
|
Thu, 10 Mar 2011 15:18:22 +0100 |
Sylvain Thénault |
[test] add some tags
stable
|
file |
diff |
annotate
|
Thu, 13 Jan 2011 12:49:44 +0100 |
Sylvain Thénault |
[wf migration] allow to deactivate assertion on wfable entity to quick-fix tests
stable
|
file |
diff |
annotate
|
Thu, 13 Jan 2011 12:36:08 +0100 |
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
|
file |
diff |
annotate
|
Mon, 10 Jan 2011 12:28:09 +0100 |
Sylvain Thénault |
[unittest2] update to unittest2 assertRaises api
stable
|
file |
diff |
annotate
|
Fri, 07 Jan 2011 18:51:50 +0100 |
Sylvain Thénault |
[server test] fix test inter-dependancy issue
stable
|
file |
diff |
annotate
|
Fri, 07 Jan 2011 08:13:43 +0100 |
Sylvain Thénault |
[schema migration] add a test to ensure default value are considered
stable
|
file |
diff |
annotate
|
Wed, 05 Jan 2011 15:32:56 +0100 |
Julien Jehannet |
[unittest2] use unittest2 module fixture api
stable
|
file |
diff |
annotate
|
Mon, 25 Oct 2010 17:15:53 +0200 |
Sylvain Thénault |
[test] repair test: we now have another unique constraint on CWSourceHostConfig
|
file |
diff |
annotate
|
Mon, 25 Oct 2010 17:15:51 +0200 |
Sylvain Thénault |
cleanup
|
file |
diff |
annotate
|
Fri, 22 Oct 2010 16:01:54 +0200 |
Sylvain Thénault |
[test] fix test to follow recent changes
|
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
|
Fri, 08 Oct 2010 11:11:31 +0200 |
Sylvain Thénault |
[test] fixes
|
file |
diff |
annotate
|
Thu, 30 Sep 2010 15:00:40 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Thu, 30 Sep 2010 15:00:30 +0200 |
Sylvain Thénault |
[test] more update to unittest2 api
stable
|
file |
diff |
annotate
|
Wed, 29 Sep 2010 16:16:32 +0200 |
Sylvain Thénault |
backport 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
|
Tue, 21 Sep 2010 16:33:20 +0200 |
Adrien Di Mascio |
[migractions] add a dropped_constraints() migration command
|
file |
diff |
annotate
|
Fri, 10 Sep 2010 16:48:58 +0200 |
Alexandre Fayolle |
unique_together integration in CW (alf+syt)
stable
|
file |
diff |
annotate
|
Fri, 27 Aug 2010 08:56:58 +0200 |
Adrien Di Mascio |
[migration] fix add_relation_type() for symmetric relations
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
|
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
|
Wed, 07 Apr 2010 14:26:35 +0200 |
Sylvain Thénault |
#759035: Automate addition of eid cachekey in RQL analysis
|
file |
diff |
annotate
|
Wed, 03 Mar 2010 18:57:41 +0100 |
Sylvain Thénault |
[test] get a chance to get proper garbage collection when running pytest on whole cw
|
file |
diff |
annotate
|
Wed, 03 Mar 2010 17:56:04 +0100 |
Sylvain Thénault |
schema serialization optimization by using eids instead of type names. Heavy refactoring/cleanup on the way
|
file |
diff |
annotate
|
Wed, 24 Feb 2010 12:57:30 +0100 |
Sylvain Thénault |
[test] fix test inter-dependancies pb. Pytest ok in each individual test dir, though not yet for whole cubicweb, but for different reasons
stable
|
file |
diff |
annotate
|
Wed, 24 Feb 2010 11:52:11 +0100 |
Sylvain Thénault |
[test] skipping versions checking during test is enough, no need for monkey patch
stable
|
file |
diff |
annotate
|
Wed, 24 Feb 2010 11:04:28 +0100 |
Sylvain Thénault |
[test] cleanup
stable
|
file |
diff |
annotate
|
Thu, 18 Feb 2010 13:31:03 +0100 |
Sylvain Thénault |
fix sync_schema_props_perms test
stable
|
file |
diff |
annotate
|
Tue, 22 Dec 2009 19:27:48 +0100 |
Sylvain Thénault |
test update. All cw tests OK
|
file |
diff |
annotate
|
Thu, 10 Dec 2009 10:36:24 +0100 |
Sylvain Thénault |
yams api update
|
file |
diff |
annotate
|
Wed, 09 Dec 2009 19:27:24 +0100 |
Sylvain Thénault |
api update
|
file |
diff |
annotate
|
Mon, 19 Oct 2009 15:16:41 +0200 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
Thu, 15 Oct 2009 20:29:21 +0200 |
Sylvain Thénault |
follow yams 0.25 api changes to improve performance
stable
|
file |
diff |
annotate
|
Wed, 07 Oct 2009 12:31:08 +0200 |
Sylvain Thénault |
backport stable branch
|
file |
diff |
annotate
|
Wed, 07 Oct 2009 11:45:39 +0200 |
Sylvain Thénault |
test fixes
stable
|
file |
diff |
annotate
|
Thu, 01 Oct 2009 14:50:10 +0200 |
Sylvain Thénault |
[migration] when adding a new attribute with a default value, set this value on existing entities (test and fix)
stable
|
file |
diff |
annotate
|
Tue, 22 Sep 2009 12:11:12 +0200 |
Adrien Di Mascio |
backport stable branch
|
file |
diff |
annotate
|
Fri, 18 Sep 2009 12:20:39 +0200 |
Sylvain Thénault |
backport old head
3.5
|
file |
diff |
annotate
|
Thu, 17 Sep 2009 15:16:53 +0200 |
Sylvain Thénault |
backport 3.5
|
file |
diff |
annotate
|
Wed, 16 Sep 2009 17:48:23 +0200 |
Sylvain Thénault |
backport default fix
3.5
|
file |
diff |
annotate
|
Wed, 16 Sep 2009 17:46:30 +0200 |
Sylvain Thénault |
we must now explicitly call rebuild_infered_relation
3.5
|
file |
diff |
annotate
|
Wed, 16 Sep 2009 16:37:49 +0200 |
Sylvain Thénault |
tests update
3.5
|
file |
diff |
annotate
|
Thu, 10 Sep 2009 08:13:22 +0200 |
Sylvain Thénault |
backport 3.5
|
file |
diff |
annotate
|
Wed, 09 Sep 2009 14:38:50 +0200 |
Sylvain Thénault |
update test to avoid failure due to migration schema changes
3.5
|
file |
diff |
annotate
|
Wed, 09 Sep 2009 09:56:16 +0200 |
Sylvain Thénault |
test cubes_path is updated as well
3.5
|
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
|
Fri, 21 Aug 2009 15:07:47 +0200 |
Sylvain Thénault |
backport stable
3.5
|
file |
diff |
annotate
|
Fri, 21 Aug 2009 15:05:50 +0200 |
Sylvain Thénault |
test and fix migration introducing base classes (w/ regard to yams inheritance)
stable
|
file |
diff |
annotate
|
Fri, 21 Aug 2009 08:42:17 +0200 |
Sylvain Thénault |
[schema] default_workflow_of more naturally expressed as default_workflow
3.5
|
file |
diff |
annotate
|
Thu, 20 Aug 2009 17:57:56 +0200 |
Sylvain Thénault |
backport stable branch
3.5
|
file |
diff |
annotate
|
Thu, 20 Aug 2009 17:57:31 +0200 |
Sylvain Thénault |
some test fixes, more in the 3.5 branch
stable
|
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, 18 Aug 2009 11:11:59 +0200 |
Sylvain Thénault |
[migration] drop rqlcursor
stable
|
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
|
Fri, 07 Aug 2009 17:42:04 +0200 |
Sylvain Thénault |
[schema migration] test reproducing pb when deleting a relation definition with mandatory card and without removing the associated rtype + fix
|
file |
diff |
annotate
|
Fri, 07 Aug 2009 17:40:52 +0200 |
Sylvain Thénault |
reactivate verification hooks in migration test, it may hide some actual errors
|
file |
diff |
annotate
|
Sun, 02 Aug 2009 11:54:02 +0200 |
Sylvain Thénault |
cleanup
|
file |
diff |
annotate
|
Sat, 01 Aug 2009 17:21:19 +0200 |
Sylvain Thénault |
R [test] update and fix deprecation warnings
|
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 20:05:33 +0200 |
Sylvain Thénault |
C remove no more used copy_schema
|
file |
diff |
annotate
|
Fri, 03 Jul 2009 10:26:19 +0200 |
Sylvain Thénault |
fix tests to avoid schema copy, pytest unittest_migration.py OK
stable
|
file |
diff |
annotate
|
Fri, 19 Jun 2009 08:47:05 +0200 |
Sylvain Thénault |
set removedeps to False by default, raise an exception instead of a simple assertion for error, more remove_cube tests
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, 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
|
Thu, 26 Feb 2009 13:12:04 +0100 |
sylvain thenault |
set_state command in shell
|
file |
diff |
annotate
|
Tue, 24 Feb 2009 11:34:50 +0100 |
sylvain thenault |
better variable/attribute names; fix remove_cube, it should not alter the .fs_schema attribute (former .new_schema)
|
file |
diff |
annotate
|
Tue, 24 Feb 2009 10:34:19 +0100 |
ludal |
Skip unittest_migractions:test_add_remove_cube as it makes other tests fail
|
file |
diff |
annotate
|
Fri, 16 Jan 2009 18:31:40 +0100 |
sylvain thenault |
test fixes
|
file |
diff |
annotate
|
Thu, 13 Nov 2008 02:07:53 +0100 |
Nicolas Chauvat |
fix tests (some where broken after ECache was added)
|
file |
diff |
annotate
|
Wed, 05 Nov 2008 15:52:50 +0100 |
Adrien Di Mascio |
Showtime !
|
file |
diff |
annotate
|