log development.ini @ 8954:136c26383dea stable

age author description
Thu, 27 May 2021 00:48:35 +0200 Mads Kiilerich ini: set translate_forwarded_server = False when using paste prefix middleware
Sun, 09 May 2021 22:40:56 +0200 Mads Kiilerich auth: only use X- headers instead of wsgi.url_scheme if explicitly told so in url_scheme_header - drop https_fixup setting
Sun, 09 May 2021 22:34:02 +0200 Mads Kiilerich auth: only use X- headers instead of REMOTE_ADDR if explicitly told so in remote_addr_header
Mon, 17 May 2021 16:59:06 +0200 Mads Kiilerich docs: clarify that force_https trumps anything else
Wed, 30 Dec 2020 00:14:57 +0100 Mads Kiilerich celery: drop tracking of task_id - we use ignore_result=True and will never get anything back
Sat, 26 Dec 2020 20:21:24 +0100 Mads Kiilerich celery: drop traces of support for task_always_eager
Fri, 06 Nov 2020 18:52:08 +0100 Mads Kiilerich celery: default to more than 1 task per worker
Thu, 03 Dec 2020 01:13:44 +0100 Mads Kiilerich Merge stable
Sun, 23 Aug 2020 23:14:21 +0200 Mads Kiilerich middleware: drop sentry support
Mon, 17 Aug 2020 14:59:07 +0200 Mads Kiilerich ini: move archive_cache_dir to the data directory
Wed, 01 Jul 2020 14:58:56 +0200 Mads Kiilerich mysql: bump sqlalchemy.url MariaDB/MySQL charset to to 'utf8mb4' to get full UTF-8 support
Fri, 19 Jun 2020 18:24:38 +0200 Mads Kiilerich docs: augment setup description with more details of http server and database
Wed, 17 Jun 2020 21:52:16 +0200 Thomas De Schampheleire merge stable
Mon, 08 Jun 2020 14:10:13 +0200 Mads Kiilerich ini: tweak .ini web server templates to make it more clear that it is about which web server gearbox will use for serve
Mon, 08 Jun 2020 13:36:21 +0200 Mads Kiilerich ini: change .ini template to include sqlalchemy.url examples for all database types
Sat, 07 Nov 2020 01:58:33 +0100 Mads Kiilerich celery: change template to use celery 4 setting name celery.result_backend stable
Sat, 23 May 2020 19:52:04 +0200 Thomas De Schampheleire cleanup: drop last traces of kallithea-config stable
Fri, 22 May 2020 15:10:00 +0200 Mads Kiilerich ini: explain how % must be escaped as %% (Issue #375) stable
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: tweak template configuration for TG's handling of application errors
Wed, 22 Apr 2020 20:53:22 +0200 Mads Kiilerich inifile: new implementation of setting updates to optimize reuse of comments and append location
Wed, 22 Apr 2020 20:47:02 +0200 Mads Kiilerich ini: be more consistent about how # is used in the config template
Sun, 20 Oct 2019 22:03:57 +0200 Mads Kiilerich utils: drop conditional_cache - an unused beaker cache
Sun, 20 Oct 2019 22:06:26 +0200 Mads Kiilerich db: drop SA caching_query and FromCache, and thus sql_cache_short beaker cache
Sun, 20 Oct 2019 23:55:46 +0200 Mads Kiilerich db: introduce long_term_file beaker cache to store README and RSS cache on disk where it is reusable between processes - not in worker memory
Thu, 13 Feb 2020 14:46:50 +0100 Mads Kiilerich celery: use celery 4 setting names in generated .ini files
Thu, 20 Feb 2020 02:03:24 +0100 Mads Kiilerich celery: upgrade to Celery 4
Thu, 20 Feb 2020 01:35:22 +0100 Mads Kiilerich celery: drop config settings not supported in Celery 4
Thu, 13 Feb 2020 14:46:50 +0100 Mads Kiilerich celery: tweak the RabbitMQ example in generated config
Fri, 14 Feb 2020 02:25:00 +0100 Mads Kiilerich celery: change ini template to use sqlite for results
Tue, 18 Feb 2020 17:03:09 +0100 Mads Kiilerich celery: set default config values in code and remove them from the generated .ini
Fri, 14 Feb 2020 02:25:00 +0100 Mads Kiilerich celery: update ini template to use json for tasks and results
Tue, 11 Feb 2020 03:54:43 +0100 Mads Kiilerich ini: drop deprecated CELERY_RESULT_DBURI
Wed, 12 Feb 2020 14:52:11 +0100 Mads Kiilerich Merge stable
Tue, 11 Feb 2020 03:34:33 +0100 Mads Kiilerich ini: fix spelling of the CELERY_TASK_SERIALIZER stable
Mon, 10 Feb 2020 15:35:05 +0100 Mads Kiilerich mails: make error reporting by mail work with secure mail servers stable
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, 05 Jan 2020 01:19:05 +0100 Mads Kiilerich i18n: make sure 'en' in Accept-Language is recognized as having 100% coverage - i18n.lang is for source language stable
Wed, 31 Jul 2019 03:15:06 +0200 Mads Kiilerich kallithea-cli: use null handler to mute all console logging for ssh-serve
Fri, 19 Jul 2019 01:12:35 +0200 Thomas De Schampheleire ssh: set a valid locale in the ssh-serve process
Mon, 17 Nov 2014 14:42:45 -0500 Christian Oyarzun ssh: introduce 'kallithea-cli ssh-update-authorized-keys' command for updating authorized_keys file
Fri, 19 Jul 2019 01:12:35 +0200 Thomas De Schampheleire ssh: introduce ini setting 'ssh_enabled', disabled by default
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
Wed, 31 Jul 2019 02:51:28 +0200 Mads Kiilerich ini: drop explicit 'propagate = 1' from logger configuration - that is already the default
Fri, 07 Jun 2019 03:37:07 +0200 Mads Kiilerich config: rename .ini settings to avoid beaker-session deprecation warnings
Fri, 07 Jun 2019 03:37:07 +0200 Mads Kiilerich config: change default .ini to always include trace_errors settings and thus avoid deprecation warnings
Thu, 03 Jan 2019 01:16:36 +0100 Mads Kiilerich auth: drop api_access_controllers_whitelist and give API key auth same access as other kinds of auth
Wed, 16 Jan 2019 02:32:35 +0100 Mads Kiilerich locking: drop the pull-to-lock / push-to-unlock functionality
Mon, 08 Apr 2019 21:32:57 +0200 Thomas De Schampheleire hooks: make the Python interpreter for Git hooks configurable as 'git_hook_interpreter' (Issue #333) stable
Mon, 01 Apr 2019 11:30:47 +0200 Thomas De Schampheleire ini: fix typo i18n.enable -> i18n.enabled (Issue #339) stable
Sun, 31 Mar 2019 21:28:56 +0200 Thomas De Schampheleire merge default to stable for 0.4.0 stable
Sat, 09 Jun 2018 16:30:22 +0200 Mads Kiilerich unicode: consistently use the preferred Python spelling 'utf-8' instead of the alias 'utf8'
Sat, 09 Jun 2018 16:28:33 +0200 Mads Kiilerich hg: set encoding to utf-8 by default to always show unicode characters correctly
Fri, 04 May 2018 21:45:55 +0200 Thomas De Schampheleire ini: drop setting initial_repo_scan
Sat, 10 Mar 2018 22:01:59 +0100 Thomas De Schampheleire issues: support generic regex replacements in issue_url and issue_prefix
Thu, 08 Mar 2018 23:16:03 +0100 domruf logging: add missing logging config for werkzeug and backlash
Wed, 07 Mar 2018 23:54:34 +0100 domruf ini: set default log level to WARN
Fri, 09 Feb 2018 20:19:32 +0100 Thomas De Schampheleire issues: simplify example in ini file
Fri, 09 Feb 2018 20:19:14 +0100 Thomas De Schampheleire ini: error email settings are comma-separated under backlash
Wed, 11 Oct 2017 02:41:07 +0200 Mads Kiilerich config: tweak template http_server conditionals - don't leave an empty section when using UWSGI
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: 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: drop disabled conditional sections in shipped ini files - if people need them, they can use make-config again
Tue, 06 Sep 2016 00:51:18 +0200 Mads Kiilerich config: clarify that we only recommend and support single threaded operation stable
Sat, 17 Jun 2017 21:53:24 +0200 Thomas De Schampheleire i18n: use TG2 compatible settings names i18n.lang and i18n.enabled
Wed, 10 May 2017 18:38:52 +0200 domruf logging: don't change the log level in the handler config
Tue, 09 May 2017 17:49:31 +0200 domruf sqlalchemy: remove echo setting from .ini files and create_engine
Tue, 04 Apr 2017 22:23:20 +0200 Thomas De Schampheleire TurboGears2 migration: update ini files for error email settings
Fri, 27 Jan 2017 21:31:37 +0100 Thomas De Schampheleire ini: set 'debug' only in one place
Fri, 27 Jan 2017 21:24:08 +0100 Thomas De Schampheleire ini: remove 'pdebug' setting (profiling)
Sun, 29 Jan 2017 21:08:49 +0100 Alessandro Molina backend: replace Pylons with TurboGears2
Tue, 25 Oct 2016 21:32:24 +0200 Mads Kiilerich gearbox: replace paster with something TurboGears2-ish that still works with the Pylons stack
Sat, 24 Dec 2016 00:34:38 +0100 Mads Kiilerich Merge stable
Wed, 21 Dec 2016 14:56:09 +0000 Brandon Jones middleware: replace references to Errormator with AppEnlight. stable
Mon, 22 Aug 2016 17:50:51 +0200 Thomas De Schampheleire Turbogears2 migration: use sqlalchemy.url iso sqlalchemy.db1.url
Tue, 06 Sep 2016 00:51:18 +0200 Mads Kiilerich celery: use Celery 3 config settings instead of deprecated
Tue, 06 Sep 2016 00:51:18 +0200 Mads Kiilerich config: clarify that we only recommend and support single threaded operation
Mon, 18 Jul 2016 13:32:34 +0200 Søren Løvborg db: enable use of main Kallithea config as Alembic config
Wed, 04 May 2016 01:18:25 +0200 Mads Kiilerich ini: document canonical_url - it was introduced long time ago but seems useful
Wed, 04 May 2016 01:18:25 +0200 Mads Kiilerich docs: tweak email documentation - add gmail example
Tue, 03 May 2016 12:13:39 +0000 timeless spelling: separated
Tue, 03 May 2016 05:04:21 +0000 timeless spelling: amount
Tue, 03 May 2016 05:01:51 +0000 timeless spelling: additional
Mon, 14 Mar 2016 16:17:46 +0100 Mads Kiilerich db: get rid of vcs_full_cache - it should always be used
Tue, 05 Jan 2016 16:30:12 +0100 Mads Kiilerich db: stop messing with convert_unicode in .ini and db scheme
Tue, 05 Jan 2016 16:30:11 +0100 Mads Kiilerich ini: specify utf8 for sample MySQL connection strings
Tue, 20 Oct 2015 22:18:47 +0900 Takumi IINO indexers: load additional indexers settings from ini
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
Thu, 08 Oct 2015 23:21:58 +0200 Mads Kiilerich cache: make instance_id = * the default and deprecate it
Fri, 11 Sep 2015 13:00:47 +0200 Søren Løvborg cleanup: use example.com for tests and examples stable
Fri, 14 Aug 2015 17:07:49 +0200 Søren Løvborg spelling: use "email" consistently
Mon, 17 Aug 2015 01:11:42 +0200 Mads Kiilerich docs: improve documentation of beaker session configuration
Mon, 17 Aug 2015 01:11:42 +0200 Mads Kiilerich cleanup: kill unused beaker cache regions
Thu, 16 Jul 2015 17:40:35 +0200 Thomas De Schampheleire e-mail: add documentation about configuration settings
Thu, 16 Jul 2015 17:40:35 +0200 Thomas De Schampheleire e-mail: add some default values and some examples to .ini file as comments
Thu, 06 Aug 2015 22:37:18 +0200 Mads Kiilerich ini: consistently write #-disabled lines without space after # and with single space around =
Thu, 06 Aug 2015 22:12:30 +0200 Mads Kiilerich ini: consistently use single line escaping of ## in template.ini.mako and separate sections by a single empty line
Thu, 16 Jul 2015 17:43:41 +0200 Thomas De Schampheleire e-mail: clarify that smtp_use_ssl defaults to false
Thu, 16 Jul 2015 08:09:20 +0200 Thomas De Schampheleire e-mail: remove unused setting error_message from ini files
Tue, 28 Apr 2015 16:55:05 +0200 Mads Kiilerich config: don't use rc in description of prefix middleware
Tue, 07 Apr 2015 14:23:50 +0200 Mads Kiilerich i18n: drop redundant english translation
Wed, 25 Mar 2015 20:38:09 +0100 Mads Kiilerich Make celeryd.log.level default values uppercase - lowercase might not be recognized and cause failure
Tue, 10 Mar 2015 20:00:41 +0100 Thomas De Schampheleire ini file: clarify that beaker.session.key should be unique
Thu, 28 Aug 2014 22:09:27 +0200 domruf config: the default for show_revision_number should be false
Fri, 19 Sep 2014 14:18:56 +0200 Na'Tosha Bard Correct capitalization and improved English text in the UI
Wed, 27 Aug 2014 21:50:25 +0200 domruf issue #7 remove obsolete configuration
Wed, 02 Jul 2014 19:08:38 -0400 Mads Kiilerich Align and update the outdated ini files and templates kallithea-2.2.5-rebrand
Wed, 02 Jul 2014 19:06:01 -0400 Bradley M. Kuhn General renaming to Kallithea kallithea-2.2.5-rebrand
Wed, 02 Jul 2014 19:05:47 -0400 Bradley M. Kuhn Rename some strings in defaults found in config files kallithea-2.2.5-rebrand
Wed, 02 Jul 2014 19:05:41 -0400 Bradley M. Kuhn Rename some strings in init files and logger names kallithea-2.2.5-rebrand
Wed, 02 Jul 2014 19:04:28 -0400 Bradley M. Kuhn First step in two-part process to rename directories to kallithea. kallithea-2.2.5-rebrand
Wed, 02 Jul 2014 19:03:53 -0400 Bradley M. Kuhn Change example URL kallithea-2.2.5-rebrand
Wed, 02 Jul 2014 19:03:47 -0400 Bradley M. Kuhn Change bitbucket and hosting URL kallithea-2.2.5-rebrand
Thu, 18 Jul 2013 12:52:29 +0200 Marcin Kuzminski Added uwsgi timeouts into example
Tue, 09 Jul 2013 19:48:42 +0200 Marcin Kuzminski added larger buffers for example uwsgi setup
Tue, 02 Jul 2013 23:02:57 +0200 Marcin Kuzminski added memory report into uwsgi example
Sat, 29 Jun 2013 23:00:10 +0200 Marcin Kuzminski added ini files into codecleaner
Sat, 29 Jun 2013 22:47:26 +0200 Marcin Kuzminski config: added example uwsgi configuration with auto-scaling
Thu, 27 Jun 2013 00:47:15 +0200 Marcin Kuzminski Add ini option to controll custom advanced hooks settings