log scripts/deps.py @ 8998:a80ac2033a8a draft i18n tip

age author description
Thu, 14 Jan 2021 21:44:53 +0100 Mads Kiilerich pytype: add Python type annotations where necessary to guide pytype
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
Tue, 29 Dec 2020 22:30:48 +0100 Mads Kiilerich deps: also report unseen known violations
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 01:06:16 +0100 Mads Kiilerich controllers: move controllers base class from lib/base to controllers
Sat, 07 Nov 2020 18:42:58 +0100 Mads Kiilerich celery: move async tasks to model - they both use model and are used by model, so they must be pretty much the same
Fri, 13 Nov 2020 01:04:30 +0100 Mads Kiilerich docs: describe, visualize, and verify internal code structure and layering