devtools/__init__.py
2016-02-05 Julien Cristau [devtools] fix config.repository signature
2015-12-18 Sylvain Thénault pep8 bits
2015-12-18 Sylvain Thénault [server] always monkeypatch QuerierHelper to handle dates and times on SQLite
2015-12-17 Sylvain Thénault [testlib] put postgres test database in test/data/database directory
2015-12-21 Rémi Cardona [devtools] Use super() in TestServerConfiguration.__init__()
2015-12-10 Rémi Cardona merge with 3.21.3
2015-12-09 Rémi Cardona merge with 3.20.11
2015-11-24 Julien Cristau Remove trailing empty lines
2015-10-16 Rémi Cardona spelling: *aly → *ally
2015-09-03 Rémi Cardona [devtools] Fix sqlite unicode warning
2015-10-19 Julien Cristau [devtools] fix ResourceWarning: unclosed file tmpdb-__default_empty_db__.config
2015-10-16 Julien Cristau [devtools] delete postgresql socket directory after killing the server
2015-07-30 Christophe de Vienne [tests] Fix config.repository() in tests
2015-10-13 Rémi Cardona [py3k] bytes required for hashlib.{md5,sha1}()
2015-09-15 Rémi Cardona [py3k] dict.iteritems → dict.items
2015-10-12 Rémi Cardona merge with 3.21.2
2015-07-24 Julien Cristau [devtools] add has_cache for postgres (closes #5739624)
2015-09-14 Rémi Cardona [py3k] unicode → six.text_type
2015-09-14 Rémi Cardona [py3k] import 'pickle' using six.moves
2015-09-14 Rémi Cardona Use isinstance() instead of type comparison
2015-09-11 Samuel Trégouët [py3k] print function
2015-09-11 Samuel Trégouët [py3k] except as
2014-07-09 Aurelien Campeas [repoapi, cwconfig] give a convenience method to get a repository from a config
2015-03-09 Rémi Cardona Spelling fixes in comments and docstrings
2015-06-25 David Douard [cwctl] allow overriding config settings from the command line (closes #5557656)
2015-06-26 Julien Cristau [devtools] avoid warning about source['global-db-name']
2015-06-23 Rémi Cardona [devtools] Put pg sockets in /tmp
2015-05-18 Julien Cristau [devtools] change the way we start/stop postgresql
2015-05-18 Julien Cristau [devtools] make test db name for postgresql process-specific
2015-05-18 Julien Cristau [devtools] extract functions to start/stop a postgresql cluster
2014-06-10 Aurelien Campeas [repoapi] fold ClientConnection into Connection
2014-06-03 Aurelien Campeas [dbapi] remove the dbapi module and its immediate remaining users
2015-03-03 Aurelien Campeas Remove remote repository-access-through-pyro support
2015-02-12 Julien Cristau [devtools] don't hide warnings and errors during tests
2015-01-28 Christophe de Vienne [devtools] Make PostgresTestDataBaseHandler multi-use friendly
2014-11-19 Christophe de Vienne [devtools] Avoid db_cache collisions and mis-loading
2014-10-06 Christophe de Vienne [devtools][pg] Remove a wrong assertion in _backup_database
2014-10-06 Christophe de Vienne [devtools][pg] Activate the non-durability settings of Postgresql.
2014-06-03 Alain Leufroy [devtools] improve error message when postgresql tools are missing
2014-06-06 Aurelien Campeas [webtests] finish to give all self.view(....) a req=req parameter
2014-04-15 Sylvain Thénault [testlib] call init_config once the config has been properly bootstraped
2014-06-12 Aurelien Campeas [devtools] even better: use a plain Connection (server-side) object for pre_setup
2014-05-30 Aurelien Campeas [devtools] pre_setup_database should take a connection object
2014-04-10 Julien Cristau [devtools] set PGPORT/PGHOST when calling pg_ctl start
2014-04-07 Julien Cristau merge 3.18.4 into default
2014-04-01 Aurelien Campeas [merge] bring the 3.17.14 fixes to 3.18 stable
2014-03-05 Julien Cristau [devtools] make get_repo_and_cnx return a repoapi ClientConnection
2014-03-10 Sylvain Thénault [test] when the config change, we should cleanup sys.path and sys.modules. Closes #3634164 stable
2014-02-10 Julien Cristau [devtools] force locale to C for postgresql test clusters
2014-01-28 Julien Cristau [devtools] make PostgresTestDataBaseHandler start its own postgresql
2013-07-02 Sylvain Thénault [config] cleanup/refactor server sources file values handling
2013-06-21 Sylvain Thénault [multi-sources-removal] Kill repo.sources
2014-01-13 Julien Cristau merge 3.18.0 in 3.19 branch
2013-12-09 Julien Cristau merge 3.17.11
2013-10-18 Julien Cristau [devtools] write db config through a temporary file stable
2013-07-12 Aurelien Campeas [devtools,etwist] rename TwistedConfiguration to WebConfigurationBase (follows #2919310)
2013-09-06 Julien Cristau [devtools] fix race when creating backupdir stable
2013-06-27 Pierre-Yves David [testlib] introduce a RepoAccess class to easily create connection and request
2013-04-25 Pierre-Yves David remove unused import
2013-02-14 Nicolas Chauvat [toward-py3k] remove import with_statement (part of #2711624)
2013-01-10 Sylvain Thénault [db-api] rename repo_connect into _repo_connect to mark it private. Closes #2521848
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
2012-09-11 Sylvain Thénault massive copyright update to avoid clutering later patches
2012-09-10 Sylvain Thénault minor cleanups/typos
2012-03-15 Anthony Truchet [config, undo] Fix undo-support option migration
2012-02-27 Anthony Truchet [repo, undo] Finish repository-side implementation of the undo feature (closes #893940)
2012-01-31 Sylvain Thénault [repository] ldap-feed source. Closes #2086984
2011-12-21 Sylvain Thénault [testlib, postgres] take care, _repo is None when backuping postgres test db, crashing database generation stable
2011-08-09 Nicolas Chauvat [lint] remove uses of "print >> sys.stderr" (closes #1908571)
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
2011-06-07 Julien Jehannet [skeleton] fix new class configuration in realdbtest stable
2011-09-21 Sylvain Thénault [exceptions] stop catching any exception in various places (closes #1942716) stable
2011-09-06 Pierre-Yves David devtools: Fix cleanup of temporary database (closes #1908656) stable
2011-08-01 Sylvain Thénault [devtool] Make the sqlite database used for test execution process specific (closes #1230401) stable
2011-06-17 Sylvain Thénault backport stable
2011-06-16 Sylvain Thénault [devtools pg handler] some fixes so we get proper error when pg host is not reachable stable
2011-06-15 Sylvain Thénault backport stable
2011-06-14 Sylvain Thénault [testlib, realdb] we should close connections prior to create a new db using current db as template stable
2011-05-19 Sylvain Thénault [repository api] definitly kill usage of word 'pool' to refer to connections set used by a session
2011-05-13 Sylvain Thénault [web data] fix datadir handling to avoid web test failure introduced somewhere in default branch
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
2011-04-21 Alexandre Fayolle merge back stable
2011-04-21 Alexandre Fayolle fix server/test/unittest_checkintegrity (failing since 70538ea2532d) stable
2011-04-20 Alexandre Fayolle backport stable changes to default
2011-04-14 Sylvain Thénault [testlib] refactor create_user and grant_permission to make them usable from pre_setup_database
2011-04-13 Adrien Di Mascio [testlib] fix typos / NameErrors in devtools/__init__.py stable
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
2011-04-13 Adrien Di Mascio [testlib] fix readlb config handling, avoid systematic recreation of db with postgres (closes #1618089) stable
2011-03-28 Sylvain Thénault [config] generalise config.creating, allowing to drop set_language class attribute stable
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
2011-03-17 Aurelien Campeas [devtools] missing py2.5 compat import oldstable
2011-03-17 Pierre-Yves David fix stupid typo oldstable
2011-03-17 Pierre-Yves David [testlib] require explicite overwriting of TestDataBaseHandler. oldstable
2010-12-07 Aurelien Campeas [test] New Handling of database for test. oldstable
2011-03-10 Sylvain Thénault [devtools] fix anonymous user handling in test classes stable
2010-12-07 Sylvain Thénault [testlib] simplify code by using a class attribute stable
2011-03-08 Sylvain Thénault [dbapi] split in_memory_cnx functions stable
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
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
2010-12-18 Sylvain Thénault backport oldstable stable
2010-12-10 Pierre-Yves David [config, i18n] Create default translation mechanism for all supported languages. oldstable cubicweb-version-3.9.x
2010-11-09 Pierre-Yves David [config, i18n] Create default translation mechanism for all supported languages. oldstable
2010-10-25 Sylvain Thénault [test] make test independant from the working directory
2010-10-22 Sylvain Thénault backport stable
2010-10-22 Sylvain Thénault [testlib] self.appid not yet defined stable
2010-10-22 Sylvain Thénault merge
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
2010-10-11 Sylvain Thénault backport stable
2010-10-11 Sylvain Thénault TestServerConfig needs default_base_url stable
2010-10-08 Sylvain Thénault [schema / sources] store data sources as cubicweb entities
2010-10-08 Sylvain Thénault backport stable
2010-10-08 Julien Jehannet [devtools] refactor http server initialization in a much saner way stable
less more (0) -112 tip