log kallithea/tests/scripts/manual_test_concurrency.py @ 8728:f3fab7b124f2

age author description
Sun, 01 Nov 2020 06:29:32 +0100 Mads Kiilerich imports: try to use global imports unless it is a layering violation
Mon, 12 Oct 2020 11:12:37 +0200 Mads Kiilerich model: always import the whole db module - drop "from" imports
Thu, 23 Apr 2020 22:22:48 +0200 Mads Kiilerich tg: drop kallithea.config.environment - it doesn't do much and isn't a TG 2.4 convention
Thu, 06 Feb 2020 03:03:58 +0100 Mads Kiilerich py3: automatic migration with 2to3 -f future
Mon, 16 Dec 2019 02:37:05 +0100 Mads Kiilerich py3: use global next() function instead of .next() method
Fri, 03 Jan 2020 01:55:06 +0100 Mads Kiilerich cache: drop setup_cache_regions - tg will already have done that and coerced the types correctly
Sun, 18 Aug 2019 20:25:18 +0200 Mads Kiilerich future: use Python print function
Wed, 07 Aug 2019 00:25:02 +0200 Mads Kiilerich scripts: initial run of import cleanup using isort
Sat, 05 Jan 2019 14:57:49 +0100 Mads Kiilerich tests: fix missing constants in manual_test_concurrency.py
Fri, 25 Aug 2017 14:32:50 +0200 Lars Kruse codingstyle: trivial whitespace fixes
Fri, 25 Aug 2017 14:31:29 +0200 Lars Kruse tests: add missing tempfile import
Tue, 30 May 2017 02:59:45 +0200 Mads Kiilerich tests: put all temporary files in one top directory
Tue, 28 Feb 2017 21:09:48 +0100 Søren Løvborg model: remove BaseModel class
Sun, 25 Sep 2016 15:06:34 +0200 Thomas De Schampheleire model: move code from __init__.py to base.py
Sun, 18 Sep 2016 21:44:21 +0200 Thomas De Schampheleire tests: add as little code as possible in __init__.py
Mon, 22 Aug 2016 17:50:51 +0200 Thomas De Schampheleire Turbogears2 migration: use sqlalchemy.url iso sqlalchemy.db1.url
Sun, 21 Aug 2016 13:43:06 +0200 Thomas De Schampheleire utils: rename add_cache to setup_cache_regions
Mon, 13 Jun 2016 21:39:47 +0200 domruf cleanup: get rid of dn as shortcut for os.path.dirname
Sun, 12 Jun 2016 21:21:43 +0200 domruf cleanup: get rid of jn as shortcut for os.path.join
Thu, 28 Jan 2016 20:40:32 +0100 domruf tests: don't use the TESTS_TMP_PATH string
Fri, 11 Sep 2015 13:00:47 +0200 Søren Løvborg cleanup: use example.com for tests and examples stable
Tue, 11 Aug 2015 12:39:07 +0200 Mads Kiilerich cleanup: make module self-naming consistent
Sun, 09 Aug 2015 02:29:46 +0200 Mads Kiilerich cleanup: pass log strings unformatted - avoid unnecessary % formatting when not logging
Sun, 09 Aug 2015 02:17:14 +0200 Mads Kiilerich cleanup: consistently use 'except ... as ...:'
Sat, 20 Jun 2015 21:56:56 +0200 Thomas De Schampheleire tests: remove hardcoded test passwords
Sat, 20 Jun 2015 21:40:59 +0200 Thomas De Schampheleire tests: remove hardcoded test_admin username
Thu, 14 May 2015 21:42:26 +0200 Thomas De Schampheleire tests: restrict pytest test collection to kallithea/tests base kallithea/tests/scripts/test_concurency.py@d83e56dd8e9c