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