2015-07-02 |
Julien Cristau |
[server/test] stop using email cube
|
file |
diff |
annotate
|
2015-05-15 |
Julien Cristau |
[test] run unittest_migractions on postgresql
|
file |
diff |
annotate
|
2014-06-13 |
Aurelien Campeas |
[migractions] remove any session related leftovers
|
file |
diff |
annotate
|
2015-02-16 |
Julien Cristau |
[server/test] don't rely on a sorted output from .object_relations()
|
file |
diff |
annotate
|
2014-12-22 |
Julien Cristau |
[migration] don't crash when deleting a non-existing rtype
|
file |
diff |
annotate
|
2014-10-23 |
Nicolas Chauvat |
[serverctl] rename remove_cube to drop_cube (closes #4545093)
|
file |
diff |
annotate
|
2014-08-28 |
Sylvain Thénault |
[CWEP002 migration] support sync_schema_props_perms for computed attribute
|
file |
diff |
annotate
|
2014-07-22 |
Sylvain Thénault |
[CWEP002 migration] support drop_relation_type/drop_relation_definition/drop_attribute for computed attributes
|
file |
diff |
annotate
|
2014-08-28 |
Sylvain Thénault |
[CWEP002 migration] support add_relation_type/add_attribute for computed attributes
|
file |
diff |
annotate
|
2014-08-28 |
Sylvain Thénault |
[CWEP002 migration] support sync_schema_props_perms for computed relations
|
file |
diff |
annotate
|
2014-08-28 |
Laura Médioni |
[CWEP002 migration] support add_relation_type for computed relations
|
file |
diff |
annotate
|
2014-08-28 |
Laura Médioni |
[CWEP002 migration] support drop_relation_type for computed relations
|
file |
diff |
annotate
|
2014-08-28 |
Laura Médioni |
[CWEP002 migration] properly raise exception on (add|drop)_relation_definition for computed relation
|
file |
diff |
annotate
|
2014-05-30 |
Aurelien Campeas |
[tests/migration] use the new connection api
|
file |
diff |
annotate
|
2014-04-08 |
Julien Cristau |
[test] use assertNotIn where appropriate
|
file |
diff |
annotate
|
2014-04-08 |
Julien Cristau |
[test] use assertIn where appropriate
|
file |
diff |
annotate
|
2014-04-04 |
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
|
2014-04-07 |
Julien Cristau |
merge 3.18.4 into default
|
file |
diff |
annotate
|
2014-04-01 |
Aurelien Campeas |
[merge] bring the 3.17.14 fixes to 3.18
stable
|
file |
diff |
annotate
|
2014-03-27 |
Sylvain Thénault |
[migration] always rebuild infered relation
stable
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
2014-02-18 |
Julien Cristau |
[server/migractions] finish migration to repoapi objects
|
file |
diff |
annotate
|
2014-01-13 |
Julien Cristau |
merge 3.18.0 in 3.19 branch
|
file |
diff |
annotate
|
2013-10-24 |
Aurelien Campeas |
[hooks/security] provide attribute "add" permission
|
file |
diff |
annotate
|
2013-08-23 |
Aurélien Campeas |
[schema] store default attribute values in a Bytes field, allowing python objects as default values
|
file |
diff |
annotate
|
2013-08-01 |
Sylvain Thénault |
[test] use assertCountEqual instead of assertItemsEqual
stable
|
file |
diff |
annotate
|
2013-07-10 |
Aurelien Campeas |
[test] give a non-ambiguous order to sync_schema assertion (closes #3001959)
stable
|
file |
diff |
annotate
|
2013-06-27 |
Pierre-Yves David |
[migraction] do not access session.data directly
|
file |
diff |
annotate
|
2013-06-20 |
Pierre-Yves David |
[testlib] move repo and related attribute back on Instance instead of Class
|
file |
diff |
annotate
|
2013-04-26 |
Sylvain Thénault |
[repo] straightforward bootstrap sequence. Closes #2841188
|
file |
diff |
annotate
|
2013-04-24 |
Sylvain Thénault |
[test] stop deepcopying for nothing
|
file |
diff |
annotate
|
2013-04-26 |
Pierre-Yves David |
[server/test] use server config in migration
|
file |
diff |
annotate
|
2013-02-14 |
Nicolas Chauvat |
[toward py3k] rewrite dict.keys() and dict.values() (part of #2711624)
|
file |
diff |
annotate
|
2013-02-14 |
Nicolas Chauvat |
[toward-py3k] remove import with_statement (part of #2711624)
|
file |
diff |
annotate
|
2011-12-05 |
Julien Cristau |
[server test] Fix tests regression from changeset 7980b36fb1aa
|
file |
diff |
annotate
|
2011-12-05 |
Julien Cristau |
[schema sync] Update repo._type_source_cache when renaming an entity (closes #2094470)
|
file |
diff |
annotate
|
2011-09-14 |
Sylvain Thénault |
[deprecation] fix unittest pending deprecation warnings on failIf/failUnless methods family
|
file |
diff |
annotate
|
2011-05-19 |
Sylvain Thénault |
[repository api] definitly kill usage of word 'pool' to refer to connections set used by a session
|
file |
diff |
annotate
|
2011-04-22 |
Alexandre Fayolle |
fix failing test_migration test caused by schema change
|
file |
diff |
annotate
|
2010-12-07 |
Aurelien Campeas |
[test] New Handling of database for test.
oldstable
|
file |
diff |
annotate
|
2011-03-10 |
Sylvain Thénault |
[test] add some tags
stable
|
file |
diff |
annotate
|
2011-01-13 |
Sylvain Thénault |
[wf migration] allow to deactivate assertion on wfable entity to quick-fix tests
stable
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
2011-01-10 |
Sylvain Thénault |
[unittest2] update to unittest2 assertRaises api
stable
|
file |
diff |
annotate
|
2011-01-07 |
Sylvain Thénault |
[server test] fix test inter-dependancy issue
stable
|
file |
diff |
annotate
|
2011-01-07 |
Sylvain Thénault |
[schema migration] add a test to ensure default value are considered
stable
|
file |
diff |
annotate
|
2011-01-05 |
Julien Jehannet |
[unittest2] use unittest2 module fixture api
stable
|
file |
diff |
annotate
|
2010-10-25 |
Sylvain Thénault |
[test] repair test: we now have another unique constraint on CWSourceHostConfig
|
file |
diff |
annotate
|
2010-10-25 |
Sylvain Thénault |
cleanup
|
file |
diff |
annotate
|
2010-10-22 |
Sylvain Thénault |
[test] fix test to follow recent changes
|
file |
diff |
annotate
|
2010-10-08 |
Sylvain Thénault |
[schema / sources] store data sources as cubicweb entities
|
file |
diff |
annotate
|
2010-10-08 |
Sylvain Thénault |
[test] fixes
|
file |
diff |
annotate
|
2010-09-30 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2010-09-30 |
Sylvain Thénault |
[test] more update to unittest2 api
stable
|
file |
diff |
annotate
|
2010-09-29 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2010-09-24 |
Sylvain Thénault |
[test] update test to unittest2 api (still using lgc.testlib though)
stable
|
file |
diff |
annotate
|
2010-09-21 |
Adrien Di Mascio |
[migractions] add a dropped_constraints() migration command
|
file |
diff |
annotate
|
2010-09-10 |
Alexandre Fayolle |
unique_together integration in CW (alf+syt)
stable
|
file |
diff |
annotate
|
2010-08-27 |
Adrien Di Mascio |
[migration] fix add_relation_type() for symmetric relations
stable
|
file |
diff |
annotate
|
2010-05-25 |
Sylvain Thénault |
no more Image type w/ cw 3.9
|
file |
diff |
annotate
|
2010-04-28 |
Sylvain Thénault |
backport oldstable changes
stable
|
file |
diff |
annotate
|
2010-04-28 |
Sylvain Thénault |
replace logilab-common by CubicWeb in disclaimer
oldstable
|
file |
diff |
annotate
|
2010-04-28 |
Sylvain Thénault |
backport default into stable: stable is now cw 3.8
|
file |
diff |
annotate
|
2010-04-28 |
Sylvain Thénault |
proper licensing information (LGPL-2.1). Hope I get it right this time.
stable
|
file |
diff |
annotate
|
2010-04-07 |
Sylvain Thénault |
#759035: Automate addition of eid cachekey in RQL analysis
|
file |
diff |
annotate
|
2010-03-03 |
Sylvain Thénault |
[test] get a chance to get proper garbage collection when running pytest on whole cw
|
file |
diff |
annotate
|
2010-03-03 |
Sylvain Thénault |
schema serialization optimization by using eids instead of type names. Heavy refactoring/cleanup on the way
|
file |
diff |
annotate
|
2010-02-24 |
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
|
2010-02-24 |
Sylvain Thénault |
[test] skipping versions checking during test is enough, no need for monkey patch
stable
|
file |
diff |
annotate
|
2010-02-24 |
Sylvain Thénault |
[test] cleanup
stable
|
file |
diff |
annotate
|
2010-02-18 |
Sylvain Thénault |
fix sync_schema_props_perms test
stable
|
file |
diff |
annotate
|
2009-12-22 |
Sylvain Thénault |
test update. All cw tests OK
|
file |
diff |
annotate
|
2009-12-10 |
Sylvain Thénault |
yams api update
|
file |
diff |
annotate
|
2009-12-09 |
Sylvain Thénault |
api update
|
file |
diff |
annotate
|
2009-10-19 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2009-10-15 |
Sylvain Thénault |
follow yams 0.25 api changes to improve performance
stable
|
file |
diff |
annotate
|
2009-10-07 |
Sylvain Thénault |
backport stable branch
|
file |
diff |
annotate
|
2009-10-07 |
Sylvain Thénault |
test fixes
stable
|
file |
diff |
annotate
|
2009-10-01 |
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
|
2009-09-22 |
Adrien Di Mascio |
backport stable branch
|
file |
diff |
annotate
|
2009-09-18 |
Sylvain Thénault |
backport old head
3.5
|
file |
diff |
annotate
|
2009-09-17 |
Sylvain Thénault |
backport 3.5
|
file |
diff |
annotate
|
2009-09-16 |
Sylvain Thénault |
backport default fix
3.5
|
file |
diff |
annotate
|
2009-09-16 |
Sylvain Thénault |
we must now explicitly call rebuild_infered_relation
3.5
|
file |
diff |
annotate
|
2009-09-16 |
Sylvain Thénault |
tests update
3.5
|
file |
diff |
annotate
|
2009-09-10 |
Sylvain Thénault |
backport 3.5
|
file |
diff |
annotate
|
2009-09-09 |
Sylvain Thénault |
update test to avoid failure due to migration schema changes
3.5
|
file |
diff |
annotate
|
2009-09-09 |
Sylvain Thénault |
test cubes_path is updated as well
3.5
|
file |
diff |
annotate
|
2009-08-21 |
Sylvain Thénault |
somewhat painful backport of 3.5 branch, should mostly be ok
|
file |
diff |
annotate
|
2009-08-21 |
Sylvain Thénault |
backport stable
3.5
|
file |
diff |
annotate
|
2009-08-21 |
Sylvain Thénault |
test and fix migration introducing base classes (w/ regard to yams inheritance)
stable
|
file |
diff |
annotate
|
2009-08-21 |
Sylvain Thénault |
[schema] default_workflow_of more naturally expressed as default_workflow
3.5
|
file |
diff |
annotate
|
2009-08-20 |
Sylvain Thénault |
backport stable branch
3.5
|
file |
diff |
annotate
|
2009-08-20 |
Sylvain Thénault |
some test fixes, more in the 3.5 branch
stable
|
file |
diff |
annotate
|
2009-08-20 |
Sylvain Thénault |
start a new workflow engine
3.5
|
file |
diff |
annotate
|
2009-08-18 |
Sylvain Thénault |
[migration] drop rqlcursor
stable
|
file |
diff |
annotate
|
2009-08-11 |
Sylvain Thénault |
[testlib] #345052 and #344207: major test lib refactoring/cleanup + update usage
|
file |
diff |
annotate
|
2009-08-07 |
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
|
2009-08-07 |
Sylvain Thénault |
reactivate verification hooks in migration test, it may hide some actual errors
|
file |
diff |
annotate
|
2009-08-02 |
Sylvain Thénault |
cleanup
|
file |
diff |
annotate
|
2009-08-01 |
Sylvain Thénault |
R [test] update and fix deprecation warnings
|
file |
diff |
annotate
|
2009-07-31 |
Sylvain Thénault |
[F repo tests] tests have to be updated:
|
file |
diff |
annotate
|
2009-07-31 |
Sylvain Thénault |
C remove no more used copy_schema
|
file |
diff |
annotate
|
2009-07-03 |
Sylvain Thénault |
fix tests to avoid schema copy, pytest unittest_migration.py OK
stable
|
file |
diff |
annotate
|
2009-06-19 |
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
|
2009-05-28 |
Adrien Di Mascio |
big bunch of copyright / docstring update
|
file |
diff |
annotate
|
2009-05-13 |
sylvain thenault |
fix test
tls-sprint
|
file |
diff |
annotate
|
2009-04-17 |
sylvain thenault |
rename internal entity types to have CW prefix instead of E
tls-sprint
|
file |
diff |
annotate
|
2009-04-07 |
sylvain thenault |
backport default branch
tls-sprint
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
2009-03-10 |
sylvain thenault |
use datetime instead of mx.DateTime
tls-sprint
|
file |
diff |
annotate
|
2009-02-26 |
sylvain thenault |
set_state command in shell
|
file |
diff |
annotate
|
2009-02-24 |
sylvain thenault |
better variable/attribute names; fix remove_cube, it should not alter the .fs_schema attribute (former .new_schema)
|
file |
diff |
annotate
|
2009-02-24 |
ludal |
Skip unittest_migractions:test_add_remove_cube as it makes other tests fail
|
file |
diff |
annotate
|
2009-01-16 |
sylvain thenault |
test fixes
|
file |
diff |
annotate
|
2008-11-13 |
Nicolas Chauvat |
fix tests (some where broken after ECache was added)
|
file |
diff |
annotate
|
2008-11-05 |
Adrien Di Mascio |
Showtime !
|
file |
diff |
annotate
|