2016-02-05 |
Julien Cristau |
[devtools] fix config.repository signature
|
file |
diff |
annotate
|
2015-12-18 |
Sylvain Thénault |
pep8 bits
|
file |
diff |
annotate
|
2015-12-18 |
Sylvain Thénault |
[server] always monkeypatch QuerierHelper to handle dates and times on SQLite
|
file |
diff |
annotate
|
2015-12-17 |
Sylvain Thénault |
[testlib] put postgres test database in test/data/database directory
|
file |
diff |
annotate
|
2015-12-21 |
Rémi Cardona |
[devtools] Use super() in TestServerConfiguration.__init__()
|
file |
diff |
annotate
|
2015-12-10 |
Rémi Cardona |
merge with 3.21.3
|
file |
diff |
annotate
|
2015-12-09 |
Rémi Cardona |
merge with 3.20.11
|
file |
diff |
annotate
|
2015-11-24 |
Julien Cristau |
Remove trailing empty lines
|
file |
diff |
annotate
|
2015-10-16 |
Rémi Cardona |
spelling: *aly → *ally
|
file |
diff |
annotate
|
2015-09-03 |
Rémi Cardona |
[devtools] Fix sqlite unicode warning
|
file |
diff |
annotate
|
2015-10-19 |
Julien Cristau |
[devtools] fix ResourceWarning: unclosed file tmpdb-__default_empty_db__.config
|
file |
diff |
annotate
|
2015-10-16 |
Julien Cristau |
[devtools] delete postgresql socket directory after killing the server
|
file |
diff |
annotate
|
2015-07-30 |
Christophe de Vienne |
[tests] Fix config.repository() in tests
|
file |
diff |
annotate
|
2015-10-13 |
Rémi Cardona |
[py3k] bytes required for hashlib.{md5,sha1}()
|
file |
diff |
annotate
|
2015-09-15 |
Rémi Cardona |
[py3k] dict.iteritems → dict.items
|
file |
diff |
annotate
|
2015-10-12 |
Rémi Cardona |
merge with 3.21.2
|
file |
diff |
annotate
|
2015-07-24 |
Julien Cristau |
[devtools] add has_cache for postgres (closes #5739624)
|
file |
diff |
annotate
|
2015-09-14 |
Rémi Cardona |
[py3k] unicode → six.text_type
|
file |
diff |
annotate
|
2015-09-14 |
Rémi Cardona |
[py3k] import 'pickle' using six.moves
|
file |
diff |
annotate
|
2015-09-14 |
Rémi Cardona |
Use isinstance() instead of type comparison
|
file |
diff |
annotate
|
2015-09-11 |
Samuel Trégouët |
[py3k] print function
|
file |
diff |
annotate
|
2015-09-11 |
Samuel Trégouët |
[py3k] except as
|
file |
diff |
annotate
|
2014-07-09 |
Aurelien Campeas |
[repoapi, cwconfig] give a convenience method to get a repository from a config
|
file |
diff |
annotate
|
2015-03-09 |
Rémi Cardona |
Spelling fixes in comments and docstrings
|
file |
diff |
annotate
|
2015-06-25 |
David Douard |
[cwctl] allow overriding config settings from the command line (closes #5557656)
|
file |
diff |
annotate
|
2015-06-26 |
Julien Cristau |
[devtools] avoid warning about source['global-db-name']
|
file |
diff |
annotate
|
2015-06-23 |
Rémi Cardona |
[devtools] Put pg sockets in /tmp
|
file |
diff |
annotate
|
2015-05-18 |
Julien Cristau |
[devtools] change the way we start/stop postgresql
|
file |
diff |
annotate
|
2015-05-18 |
Julien Cristau |
[devtools] make test db name for postgresql process-specific
|
file |
diff |
annotate
|
2015-05-18 |
Julien Cristau |
[devtools] extract functions to start/stop a postgresql cluster
|
file |
diff |
annotate
|
2014-06-10 |
Aurelien Campeas |
[repoapi] fold ClientConnection into Connection
|
file |
diff |
annotate
|
2014-06-03 |
Aurelien Campeas |
[dbapi] remove the dbapi module and its immediate remaining users
|
file |
diff |
annotate
|
2015-03-03 |
Aurelien Campeas |
Remove remote repository-access-through-pyro support
|
file |
diff |
annotate
|
2015-02-12 |
Julien Cristau |
[devtools] don't hide warnings and errors during tests
|
file |
diff |
annotate
|
2015-01-28 |
Christophe de Vienne |
[devtools] Make PostgresTestDataBaseHandler multi-use friendly
|
file |
diff |
annotate
|
2014-11-19 |
Christophe de Vienne |
[devtools] Avoid db_cache collisions and mis-loading
|
file |
diff |
annotate
|
2014-10-06 |
Christophe de Vienne |
[devtools][pg] Remove a wrong assertion in _backup_database
|
file |
diff |
annotate
|
2014-10-06 |
Christophe de Vienne |
[devtools][pg] Activate the non-durability settings of Postgresql.
|
file |
diff |
annotate
|
2014-06-03 |
Alain Leufroy |
[devtools] improve error message when postgresql tools are missing
|
file |
diff |
annotate
|
2014-06-06 |
Aurelien Campeas |
[webtests] finish to give all self.view(....) a req=req parameter
|
file |
diff |
annotate
|
2014-04-15 |
Sylvain Thénault |
[testlib] call init_config once the config has been properly bootstraped
|
file |
diff |
annotate
|
2014-06-12 |
Aurelien Campeas |
[devtools] even better: use a plain Connection (server-side) object for pre_setup
|
file |
diff |
annotate
|
2014-05-30 |
Aurelien Campeas |
[devtools] pre_setup_database should take a connection object
|
file |
diff |
annotate
|
2014-04-10 |
Julien Cristau |
[devtools] set PGPORT/PGHOST when calling pg_ctl start
|
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-05 |
Julien Cristau |
[devtools] make get_repo_and_cnx return a repoapi ClientConnection
|
file |
diff |
annotate
|
2014-03-10 |
Sylvain Thénault |
[test] when the config change, we should cleanup sys.path and sys.modules. Closes #3634164
stable
|
file |
diff |
annotate
|
2014-02-10 |
Julien Cristau |
[devtools] force locale to C for postgresql test clusters
|
file |
diff |
annotate
|
2014-01-28 |
Julien Cristau |
[devtools] make PostgresTestDataBaseHandler start its own postgresql
|
file |
diff |
annotate
|
2013-07-02 |
Sylvain Thénault |
[config] cleanup/refactor server sources file values handling
|
file |
diff |
annotate
|
2013-06-21 |
Sylvain Thénault |
[multi-sources-removal] Kill repo.sources
|
file |
diff |
annotate
|
2014-01-13 |
Julien Cristau |
merge 3.18.0 in 3.19 branch
|
file |
diff |
annotate
|
2013-12-09 |
Julien Cristau |
merge 3.17.11
|
file |
diff |
annotate
|
2013-10-18 |
Julien Cristau |
[devtools] write db config through a temporary file
stable
|
file |
diff |
annotate
|
2013-07-12 |
Aurelien Campeas |
[devtools,etwist] rename TwistedConfiguration to WebConfigurationBase (follows #2919310)
|
file |
diff |
annotate
|
2013-09-06 |
Julien Cristau |
[devtools] fix race when creating backupdir
stable
|
file |
diff |
annotate
|
2013-06-27 |
Pierre-Yves David |
[testlib] introduce a RepoAccess class to easily create connection and request
|
file |
diff |
annotate
|
2013-04-25 |
Pierre-Yves David |
remove unused import
|
file |
diff |
annotate
|
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
|