2011-09-15 |
Sylvain Thénault |
[test] fix some tests broken since localperms cube extraction
|
file |
diff |
annotate
|
2011-09-14 |
Sylvain Thénault |
[deprecation] fix unittest pending deprecation warnings on failIf/failUnless methods family
|
file |
diff |
annotate
|
2011-08-01 |
Julien Cristau |
[repo] Stop setting hashmode on schema
stable
|
file |
diff |
annotate
|
2011-07-27 |
Sylvain Thénault |
[sql] more test and fix boolean handling
stable
|
file |
diff |
annotate
|
2011-07-18 |
Sylvain Thénault |
fix test broken by previous commit
|
file |
diff |
annotate
|
2011-06-27 |
Sylvain Thénault |
[tests] update repository tests with new `use_cwuri_as_url` attribute
|
file |
diff |
annotate
|
2011-06-21 |
Sylvain Thénault |
[ms, entity metas] add 'actual source' to entities table / base entity metadata cache. Closes #1767090
|
file |
diff |
annotate
|
2011-06-20 |
Sylvain Thénault |
[test] update to 3.13 api
|
file |
diff |
annotate
|
2011-06-15 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
2011-06-09 |
Sylvain Thénault |
[repo test] fixes
|
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-05-13 |
Alexandre Fayolle |
fix name error introduced in previous changeset
|
file |
diff |
annotate
|
2011-05-13 |
Sylvain Thénault |
[server test] restore logging level after test end
|
file |
diff |
annotate
|
2011-05-09 |
Sylvain Thénault |
oops
stable
|
file |
diff |
annotate
|
2011-05-09 |
Sylvain Thénault |
[server test] use a lock instead of sleep to have higher green probability :/
stable
|
file |
diff |
annotate
|
2011-04-20 |
Alexandre Fayolle |
fix implementation of repository.glob_add_relations (closes ##1625257)
|
file |
diff |
annotate
|
2011-04-15 |
Alexandre Fayolle |
[server] improve the speed of setting relations between entities (closes #1625257)
|
file |
diff |
annotate
|
2011-04-15 |
Alexandre Fayolle |
added test case to monitor speed improvements in the repository code.
|
file |
diff |
annotate
|
2011-04-06 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2011-04-06 |
Sylvain Thénault |
[test] drop some warnings introduced by new test dabase handling
stable
|
file |
diff |
annotate
|
2011-04-01 |
Alexandre Fayolle |
fix failing tests before 3.12 release
|
file |
diff |
annotate
|
2011-03-30 |
Alexandre Fayolle |
more TZDatetime/TZTime test fixes
|
file |
diff |
annotate
|
2011-01-10 |
Sylvain Thénault |
[unittest2] update to unittest2 assertRaises api
stable
|
file |
diff |
annotate
|
2010-10-08 |
Sylvain Thénault |
[schema / sources] store data sources as cubicweb entities
|
file |
diff |
annotate
|
2010-10-06 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
2010-09-29 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2010-09-29 |
Sylvain Thénault |
cleanup and micro-optimization
stable
|
file |
diff |
annotate
|
2010-09-29 |
Sylvain Thénault |
[transaction] to avoid potential db corruption, we should rollback systematically in case of ValidationError
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-16 |
Sylvain Thénault |
backport stable into default
|
file |
diff |
annotate
|
2010-09-14 |
Sylvain Thénault |
[repo tests] add test case for RQLUniqueConstraint
stable
|
file |
diff |
annotate
|
2010-09-13 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2010-09-10 |
Alexandre Fayolle |
unique_together integration in CW (alf+syt)
stable
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
2010-08-25 |
Sylvain Thénault |
[session] cleanup hook / operation / entity edition api
|
file |
diff |
annotate
|
2010-07-28 |
Sylvain Thénault |
[test] check_session returns an int since 6012:d56fd78006cd
|
file |
diff |
annotate
|
2010-07-05 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2010-07-05 |
Sylvain Thénault |
[test] running transaction while session is closed are now killed, update test accordingly
stable
|
file |
diff |
annotate
|
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)
|
file |
diff |
annotate
|
2010-06-10 |
Sylvain Thénault |
[3.9] fix tests
|
file |
diff |
annotate
|
2010-05-26 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
2010-05-25 |
Sylvain Thénault |
no more Image type w/ cw 3.9
|
file |
diff |
annotate
|
2010-05-20 |
Sylvain Thénault |
[entity] introduce a new 'adapters' registry
|
file |
diff |
annotate
|
2010-04-28 |
Sylvain Thénault |
[dbapi] more test and documentation of dbapi
stable
|
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-13 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2010-04-12 |
Adrien Di Mascio |
[repository] fix edited_attributes management in multiple SET queries
stable
|
file |
diff |
annotate
|
2010-04-07 |
Sylvain Thénault |
#759035: Automate addition of eid cachekey in RQL analysis
|
file |
diff |
annotate
|
2010-04-01 |
Sylvain Thénault |
[test] fix expected error
stable
|
file |
diff |
annotate
|
2010-03-31 |
Sylvain Thénault |
[repository] forbid usage of set_attributes() in before_add_entity
stable
|
file |
diff |
annotate
|
2010-03-31 |
Sylvain Thénault |
[test] avoid critical log by informing the source we consider Personne as a multi-sources type
stable
|
file |
diff |
annotate
|
2010-03-31 |
Sylvain Thénault |
[test] use new temporary_appobjects context manager
stable
|
file |
diff |
annotate
|
2010-03-31 |
Sylvain Thénault |
[vreg] we do want the opposite...
stable
|
file |
diff |
annotate
|
2010-03-01 |
Katia Saurfelt |
server/web api for accessing to deleted_entites
|
file |
diff |
annotate
|