log scripts/generate-ini.py @ 8651:495dea7c2a13

age author description
Tue, 06 Oct 2020 20:18:40 +0200 Thomas De Schampheleire ini: get rid of path 'paster_commands'
Fri, 22 May 2020 16:45:09 +0200 Mads Kiilerich ini: tweak mako comment markup - prepare for variable expansion in ## lines by only "quoting" ## stable
Wed, 22 Apr 2020 20:47:02 +0200 Mads Kiilerich ini: be more consistent about how # is used in the config template
Thu, 06 Feb 2020 03:03:58 +0100 Mads Kiilerich py3: automatic migration with 2to3 -f future
Sat, 23 Nov 2019 22:08:18 +0100 Mads Kiilerich py3: switch to use Python 3 interpreter, temporarily leaving many things very broken until they have been migrated/fixed in a reviewable way
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
Wed, 31 Jul 2019 02:55:22 +0200 Mads Kiilerich ini: create separate log handlers for color and null, and add comments hinting how they can be used
Fri, 07 Jun 2019 03:37:07 +0200 Mads Kiilerich config: rename .ini settings to avoid beaker-session deprecation warnings
Mon, 29 Oct 2018 01:07:15 +0100 Mads Kiilerich docs: update i18n doc after TG migration changed lang to i18n.lang and test.ini is generated
Fri, 04 May 2018 21:45:55 +0200 Thomas De Schampheleire ini: drop setting initial_repo_scan
Wed, 07 Mar 2018 23:54:34 +0100 domruf ini: set default log level to WARN
Thu, 14 Sep 2017 02:08:07 +0200 Mads Kiilerich tests: generate test.ini directly from template
Thu, 14 Sep 2017 02:08:07 +0200 Mads Kiilerich ini: move high level functionality and defaults to inifiles library
Thu, 14 Sep 2017 02:08:06 +0200 Mads Kiilerich ini: drop insertion of header comments in generated ini files
Thu, 14 Sep 2017 02:08:06 +0200 Mads Kiilerich ini: simplify preservation of old settings - just keep the old line as comment
Thu, 14 Sep 2017 02:08:06 +0200 Mads Kiilerich ini: use proper Mako for generating shipped ini files
Thu, 14 Sep 2017 02:08:06 +0200 Mads Kiilerich ini: drop error_aggregation_service section from shipped ini files - it is not needed for development or test
Thu, 14 Sep 2017 02:08:06 +0200 Mads Kiilerich ini: extract .ini handling from scripts/generate-ini.py to kallithea/lib/inifile.py
Thu, 14 Sep 2017 02:08:06 +0200 Mads Kiilerich ini: drop redundant template update of [handler_console] level=DEBUG
Fri, 25 Aug 2017 14:30:57 +0200 Lars Kruse py3: replace "file" with "open"
Mon, 14 Aug 2017 22:34:28 +0200 domruf tests: use temporary copy of test.ini, possibly customized for TEST_DB
Tue, 30 May 2017 02:59:45 +0200 Mads Kiilerich make-config: use %(here)s in the generated file instead of hardcoding absolute path
Wed, 26 Apr 2017 11:21:56 +0300 Anton Schur tests: initial_repo_scan = false in test.ini, explicitly do repo scan in the pytest configure phase.
Fri, 27 Jan 2017 21:31:37 +0100 Thomas De Schampheleire ini: set 'debug' only in one place
Mon, 12 Sep 2016 17:50:11 +0200 Mads Kiilerich gearbox: make a make-config sub-command available again
Sat, 24 Dec 2016 00:34:38 +0100 Mads Kiilerich Merge stable
Mon, 22 Aug 2016 17:50:51 +0200 Thomas De Schampheleire Turbogears2 migration: use sqlalchemy.url iso sqlalchemy.db1.url
Fri, 19 Aug 2016 22:02:24 +0200 Thomas De Schampheleire test.ini: align some logging-related settings with development.ini
Thu, 28 Jul 2016 16:28:34 +0200 Mads Kiilerich tests: move test data to top level 'data' folder - make grepping in kallithea/ easier
Mon, 14 Mar 2016 16:17:46 +0100 Mads Kiilerich db: get rid of vcs_full_cache - it should always be used
Thu, 08 Oct 2015 23:23:57 +0200 Mads Kiilerich ini: add scripts/generate-ini.py for generating all .ini files from template.ini.mako