2013-02-14 |
Nicolas Chauvat |
[toward-py3k] remove import with_statement (part of #2711624)
|
file |
diff |
annotate
|
2013-01-10 |
Sylvain Thénault |
[db-api] rename repo_connect into _repo_connect to mark it private. Closes #2521848
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
2012-09-11 |
Sylvain Thénault |
massive copyright update to avoid clutering later patches
|
file |
diff |
annotate
|
2012-09-10 |
Sylvain Thénault |
minor cleanups/typos
|
file |
diff |
annotate
|
2012-03-15 |
Anthony Truchet |
[config, undo] Fix undo-support option migration
|
file |
diff |
annotate
|
2012-02-27 |
Anthony Truchet |
[repo, undo] Finish repository-side implementation of the undo feature (closes #893940)
|
file |
diff |
annotate
|
2012-01-31 |
Sylvain Thénault |
[repository] ldap-feed source. Closes #2086984
|
file |
diff |
annotate
|
2011-12-21 |
Sylvain Thénault |
[testlib, postgres] take care, _repo is None when backuping postgres test db, crashing database generation
stable
|
file |
diff |
annotate
|
2011-08-09 |
Nicolas Chauvat |
[lint] remove uses of "print >> sys.stderr" (closes #1908571)
|
file |
diff |
annotate
|
2011-09-28 |
Sylvain Thénault |
[pylint] fix pylint detected errors and tweak it so that pylint -E will be much less verbose next time (+ update some copyrights on the way)
stable
|
file |
diff |
annotate
|
2011-06-07 |
Julien Jehannet |
[skeleton] fix new class configuration in realdbtest
stable
|
file |
diff |
annotate
|
2011-09-21 |
Sylvain Thénault |
[exceptions] stop catching any exception in various places (closes #1942716)
stable
|
file |
diff |
annotate
|
2011-09-06 |
Pierre-Yves David |
devtools: Fix cleanup of temporary database (closes #1908656)
stable
|
file |
diff |
annotate
|
2011-08-01 |
Sylvain Thénault |
[devtool] Make the sqlite database used for test execution process specific (closes #1230401)
stable
|
file |
diff |
annotate
|
2011-06-17 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2011-06-16 |
Sylvain Thénault |
[devtools pg handler] some fixes so we get proper error when pg host is not reachable
stable
|
file |
diff |
annotate
|
2011-06-15 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2011-06-14 |
Sylvain Thénault |
[testlib, realdb] we should close connections prior to create a new db using current db as template
stable
|
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 |
Sylvain Thénault |
[web data] fix datadir handling to avoid web test failure introduced somewhere in default branch
|
file |
diff |
annotate
|
2011-05-03 |
Sylvain Thénault |
[configuration] exit with proper message when sources file is unreadable (you usually started cw while logged with a wrong user). Closes #1631238
|
file |
diff |
annotate
|
2011-04-21 |
Alexandre Fayolle |
merge back stable
|
file |
diff |
annotate
|
2011-04-21 |
Alexandre Fayolle |
fix server/test/unittest_checkintegrity (failing since 70538ea2532d)
stable
|
file |
diff |
annotate
|
2011-04-20 |
Alexandre Fayolle |
backport stable changes to default
|
file |
diff |
annotate
|
2011-04-14 |
Sylvain Thénault |
[testlib] refactor create_user and grant_permission to make them usable from pre_setup_database
|
file |
diff |
annotate
|
2011-04-13 |
Adrien Di Mascio |
[testlib] fix typos / NameErrors in devtools/__init__.py
stable
|
file |
diff |
annotate
|
2011-04-13 |
Sylvain Thénault |
[testlib] fix bug in backup file name generation: it may erroneously replace '-' by '_' in database **parent directories**. This should fix random error when test are run under apycot.
stable
|
file |
diff |
annotate
|
2011-04-13 |
Adrien Di Mascio |
[testlib] fix readlb config handling, avoid systematic recreation of db with postgres (closes #1618089)
stable
|
file |
diff |
annotate
|
2011-03-28 |
Sylvain Thénault |
[config] generalise config.creating, allowing to drop set_language class attribute
stable
|
file |
diff |
annotate
|
2011-03-25 |
Sylvain Thénault |
[db connection] fix db connections method: verbose should be named interactive, it's not a question of verbosity but wether question should be asked or not
stable
|
file |
diff |
annotate
|
2011-03-17 |
Aurelien Campeas |
[devtools] missing py2.5 compat import
oldstable
|
file |
diff |
annotate
|
2011-03-17 |
Pierre-Yves David |
fix stupid typo
oldstable
|
file |
diff |
annotate
|
2011-03-17 |
Pierre-Yves David |
[testlib] require explicite overwriting of TestDataBaseHandler.
oldstable
|
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 |
[devtools] fix anonymous user handling in test classes
stable
|
file |
diff |
annotate
|
2010-12-07 |
Sylvain Thénault |
[testlib] simplify code by using a class attribute
stable
|
file |
diff |
annotate
|
2011-03-08 |
Sylvain Thénault |
[dbapi] split in_memory_cnx functions
stable
|
file |
diff |
annotate
|
2011-02-28 |
Sylvain Thénault |
[config] fix option group clash causing anonymous user configuration to end in the MAIN section instead of the WEB section if cubicweb-dev is installed
stable
|
file |
diff |
annotate
|
2011-01-19 |
Sylvain Thénault |
[devtools] set configuration name to all-in-one so test/data/all-in-one.conf file will be loaded as one may expected
stable
|
file |
diff |
annotate
|
2010-12-18 |
Sylvain Thénault |
backport oldstable
stable
|
file |
diff |
annotate
|
2010-12-10 |
Pierre-Yves David |
[config, i18n] Create default translation mechanism for all supported languages.
oldstable cubicweb-version-3.9.x
|
file |
diff |
annotate
|
2010-11-09 |
Pierre-Yves David |
[config, i18n] Create default translation mechanism for all supported languages.
oldstable
|
file |
diff |
annotate
|
2010-10-25 |
Sylvain Thénault |
[test] make test independant from the working directory
|
file |
diff |
annotate
|
2010-10-22 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2010-10-22 |
Sylvain Thénault |
[testlib] self.appid not yet defined
stable
|
file |
diff |
annotate
|
2010-10-22 |
Sylvain Thénault |
merge
|
file |
diff |
annotate
|
2010-10-22 |
Sylvain Thénault |
[test] start to make tests independant from cwd (more to do for tests which don't inherit from CubicWebTC
stable
|
file |
diff |
annotate
|
2010-10-11 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2010-10-11 |
Sylvain Thénault |
TestServerConfig needs default_base_url
stable
|
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 |
backport stable
|
file |
diff |
annotate
|
2010-10-08 |
Julien Jehannet |
[devtools] refactor http server initialization in a much saner way
stable
|
file |
diff |
annotate
|
2010-10-01 |
Sylvain Thénault |
[schema] introduce some new sets categorizing entity/relation types and benefits from them where possible
|
file |
diff |
annotate
|
2010-09-23 |
Sylvain Thénault |
[test] fix broken tests and minor cleanups
stable
|
file |
diff |
annotate
|
2010-09-17 |
Sylvain Thénault |
[test] fix setting of base-url during test: override default_base_url, else we set it too late (after uiprops generation)
stable
|
file |
diff |
annotate
|
2010-08-27 |
Adrien Di Mascio |
[devtools] restore ability to test on real databases
stable
|
file |
diff |
annotate
|
2010-06-16 |
Sylvain Thénault |
[test] support for test on postgres database using the same mecanism as sqlite: one template database generated when necessary + actual test database created from the template
|
file |
diff |
annotate
|
2010-06-09 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2010-06-09 |
Sylvain Thénault |
[pylint] fix detected name errors
stable
|
file |
diff |
annotate
|
2010-05-20 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2010-05-18 |
Sylvain Thénault |
clenup
stable
|
file |
diff |
annotate
|
2010-05-05 |
Sylvain Thénault |
[uiprops] test and fix reloading of modified css files; update c-c newcube; deprecates config.has_resource.
|
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-19 |
Sylvain Thénault |
[config] with lgc >= 0.50, option's dict inputlevel becomes level
|
file |
diff |
annotate
|
2010-04-15 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2010-04-15 |
Aurelien Campeas |
[devtools] do not forbid use of postgres as a source for tests (but it still needs proper dump/restore support)
stable
|
file |
diff |
annotate
|
2010-04-14 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2010-04-14 |
Sylvain Thénault |
[testlib] we should not replace db-name in sources, this cause undesired side effect (when running pytest on whole cw for instance). Proper fix in logilab.database
stable
|
file |
diff |
annotate
|
2010-04-13 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2010-04-12 |
Adrien Di Mascio |
[testlib] fix dummy bug in reset_test_database(): s/if/elif
stable
|
file |
diff |
annotate
|
2010-04-09 |
Alexandre Fayolle |
merge
stable
|
file |
diff |
annotate
|
2010-04-08 |
Alexandre Fayolle |
enable tests against sqlserver2005 database
stable
|
file |
diff |
annotate
|
2010-04-08 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2010-04-08 |
Sylvain Thénault |
[test] avoid weird bug when test are changing the cwd
stable
|
file |
diff |
annotate
|
2010-04-07 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2010-04-07 |
Alexandre Fayolle |
fixed indentation error in devtools/__init__.py
stable
|
file |
diff |
annotate
|
2010-04-06 |
Alexandre Fayolle |
enable live test against sqlserver 2005 database
stable
|
file |
diff |
annotate
|
2010-03-26 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2010-03-26 |
Sylvain Thénault |
[repo config] cleanup read_instance_schema / bootstrap_schema / creating mess
stable
|
file |
diff |
annotate
|
2010-03-25 |
Sylvain Thénault |
handle nicely typical installation other than debian package / mercurial forest
|
file |
diff |
annotate
|
2010-03-01 |
Katia Saurfelt |
server/web api for accessing to deleted_entites
|
file |
diff |
annotate
|
2010-03-03 |
Sylvain Thénault |
[testlib] automatic test shouldn't try to populate default_workflow
stable
|
file |
diff |
annotate
|
2010-02-09 |
Sylvain Thénault |
don't play with the custom_workflow relation in autofill
|
file |
diff |
annotate
|
2010-02-05 |
Sylvain Thénault |
moved generic datetime manipulation function to lgc
|
file |
diff |
annotate
|
2010-02-03 |
Sylvain Thénault |
backport stable
|
file |
diff |
annotate
|
2010-01-28 |
Sylvain Thénault |
remove misnamed argument
stable
|
file |
diff |
annotate
|
2010-01-18 |
Sylvain Thénault |
backport stable branch
|
file |
diff |
annotate
|
2010-01-07 |
Adrien Di Mascio |
update copyright: welcome 2010
stable
|
file |
diff |
annotate
|
2009-12-03 |
Sylvain Thénault |
backport stable into default
|
file |
diff |
annotate
|
2009-11-23 |
Sylvain Thénault |
fix https://www.logilab.net/cwo/ticket/481727
stable
|
file |
diff |
annotate
|
2009-10-13 |
Sylvain Thénault |
refactor repo authentication to allow pluggable authentifier to login with something else than a password
|
file |
diff |
annotate
|
2009-09-23 |
Sylvain Thénault |
add anon user for TestServerConfiguration, no only AppTestConfiguration
|
file |
diff |
annotate
|
2009-09-10 |
Sylvain Thénault |
backport 3.5
|
file |
diff |
annotate
|
2009-09-09 |
Aurelien Campeas |
fix user login for windows
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-11 |
Sylvain Thénault |
[testlib] #345052 and #344207: major test lib refactoring/cleanup + update usage
|
file |
diff |
annotate
|
2009-08-07 |
Sylvain Thénault |
typo
|
file |
diff |
annotate
|
2009-08-03 |
Sylvain Thénault |
[appobject] kill VObject class, move base selector classes to appobject
|
file |
diff |
annotate
|
2009-07-24 |
Sylvain Thénault |
application -> instance where it makes sense
|
file |
diff |
annotate
|
2009-05-28 |
Sylvain Thénault |
fix name of test database template (bad sed during template->cube migration)
|
file |
diff |
annotate
|
2009-05-28 |
Adrien Di Mascio |
big bunch of copyright / docstring update
|
file |
diff |
annotate
|
2009-05-14 |
Adrien Di Mascio |
delete-trailing-whitespace + some copyright update
tls-sprint
|
file |
diff |
annotate
|
2009-03-10 |
sylvain thenault |
use datetime instead of mx.DateTime
tls-sprint
|
file |
diff |
annotate
|
2009-02-24 |
sylvain thenault |
avoid patching if already done
|
file |
diff |
annotate
|
2008-12-26 |
Sandrine Ribeau |
[doc] Fix docstring indentation.
|
file |
diff |
annotate
|
2008-11-05 |
Adrien Di Mascio |
Showtime !
|
file |
diff |
annotate
|