log

age author description
Sun, 10 Jan 2021 23:53:50 +0100 Mads Kiilerich hooks: use internal Mercurial module for update after push
Mon, 11 Jan 2021 13:29:23 +0100 Mads Kiilerich hooks: improve hook installation logging
Sun, 10 Jan 2021 01:05:32 +0100 Mads Kiilerich hooks: fix incorrect visual nesting in the admin UI
Thu, 07 Jan 2021 03:47:21 +0100 Mads Kiilerich celery: upgrade to Celery 5.0 ... and adjust for Click API
Thu, 07 Jan 2021 03:28:37 +0100 Mads Kiilerich Merge stable
Tue, 29 Dec 2020 22:23:01 +0100 Mads Kiilerich celery: move send_email task to a better home in notification model
Wed, 30 Dec 2020 00:21:29 +0100 Mads Kiilerich celery: move repo create tasks to repo model - that's where it belongs
Tue, 29 Dec 2020 22:07:41 +0100 Mads Kiilerich celery: move Whoosh indexing task to whoosh library where it belongs
Fri, 01 Jan 2021 18:04:16 +0100 Mads Kiilerich celery: let async tasks choose at runtime if they should use immediate execution or dispatch to the Celery worker
Fri, 01 Jan 2021 18:04:16 +0100 Mads Kiilerich celery: celery-run should only initialize app and sqlalchemy after workers have been forked
Sat, 07 Nov 2020 18:49:57 +0100 Mads Kiilerich celery: change celery-run to not take a whole app - take a config file, and then initialize app
Fri, 01 Jan 2021 18:04:16 +0100 Mads Kiilerich celery: always set kallithea.CELERY_APP to a Celery app - it is lazy until it actually is used
Fri, 01 Jan 2021 20:38:33 +0100 Mads Kiilerich celery: don't rely on CELERY_APP only being set (from app_cfg) when use_celery
Sat, 26 Dec 2020 18:23:43 +0100 Mads Kiilerich cli: only config_file_initialize_app should set global CONFIG; needs_config_file will be passed the config object
Sat, 26 Dec 2020 18:14:26 +0100 Mads Kiilerich cli: in runtime_wrapper for config file handling, don't return unused command handler value
Wed, 30 Dec 2020 00:00:41 +0100 Mads Kiilerich celery: drop task returns - we use ignore_result=True and will never get anything interesting back
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
Tue, 29 Dec 2020 16:31:59 +0100 Mads Kiilerich celery: don't return values from task functions - we use ignore_result=True and will never get anything back when running async
Sat, 26 Dec 2020 20:21:24 +0100 Mads Kiilerich celery: drop traces of support for task_always_eager
Mon, 28 Dec 2020 00:04:26 +0100 Mads Kiilerich celery: always drop db session after running a task
Sun, 27 Dec 2020 22:58:52 +0100 Mads Kiilerich celery: use regular automatic session handling for tasks
Wed, 06 Jan 2021 22:43:43 +0100 Mads Kiilerich celery: use explicit task names - avoid automatic naming with "kallithea.lib.celerylib." prefix
Tue, 29 Dec 2020 22:30:48 +0100 Mads Kiilerich deps: also report unseen known violations
Mon, 28 Dec 2020 00:43:18 +0100 Mads Kiilerich TurboGears: drop workaround for < 2.4
Fri, 18 Dec 2020 22:03:10 +0100 Mads Kiilerich model: simplify how get_commits_stats task group on author
Fri, 18 Dec 2020 22:24:48 +0100 Mads Kiilerich lib: use webutils for special mako templates - helpers is only for controller web templates
Fri, 13 Nov 2020 17:11:20 +0100 Mads Kiilerich lib: move some template filter functions from utils2 to webutils
Fri, 18 Dec 2020 21:35:51 +0100 Mads Kiilerich helpers: drop unnecessary assert
Mon, 14 Dec 2020 18:27:32 +0100 Mads Kiilerich helpers: drop outdated import comments
Fri, 13 Nov 2020 01:06:16 +0100 Mads Kiilerich controllers: move controllers base class from lib/base to controllers