log

age author description
Tue, 10 Nov 2020 17:43:37 +0100 Mads Kiilerich lib: cleanup of _get_ip_addr
Fri, 13 Nov 2020 00:56:17 +0100 Mads Kiilerich lib: drop odd hide_credentials - just use credentials_filter directly
Mon, 09 Nov 2020 17:13:33 +0100 Mads Kiilerich lib: move urlification to webutils
Mon, 09 Nov 2020 16:42:43 +0100 Mads Kiilerich lib: move url_re to webutils
Mon, 09 Nov 2020 16:42:43 +0100 Mads Kiilerich lib: move extract_mentioned_usernames and MENTIONS_REGEX to webutils
Mon, 09 Nov 2020 16:48:34 +0100 Mads Kiilerich lib: drop unnecessary safe_str when processing text
Mon, 09 Nov 2020 17:47:07 +0100 Mads Kiilerich notifications: only render body with mentions if there is a body
Mon, 09 Nov 2020 15:58:52 +0100 Mads Kiilerich lib: drop is_hg and is_git
Mon, 09 Nov 2020 16:17:26 +0100 Mads Kiilerich templates: pass repo type to repolabel as str
Sat, 07 Nov 2020 18:54:34 +0100 Mads Kiilerich lib: simplify files_breadcrumbs
Sat, 07 Nov 2020 18:27:33 +0100 Mads Kiilerich lib: move js escaping from helpers to webutils
Fri, 06 Nov 2020 21:15:20 +0100 Mads Kiilerich celery: drop pre-celery-4 compatibility
Sat, 07 Nov 2020 18:49:57 +0100 Mads Kiilerich celery: rename celerypylons to more descriptive celery_app
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
Sat, 12 Dec 2020 23:09:44 +0100 Mads Kiilerich docs: fix broken ref
Fri, 20 Nov 2020 16:15:23 +0100 Mads Kiilerich repo-scan: recommend running this to reinstall Git hooks after upgrading
Fri, 20 Nov 2020 16:10:30 +0100 Mads Kiilerich repo-scan: log error and continue after failure creating a scanned repo
Fri, 20 Nov 2020 16:06:13 +0100 Mads Kiilerich repo-scan: introduce cli repo-scan options --install-git-hooks and --overwrite-git-hooks
Fri, 20 Nov 2020 16:11:55 +0100 Mads Kiilerich repo-scan: overwrite_git_hooks also implies install_git_hooks
Fri, 13 Nov 2020 01:04:30 +0100 Mads Kiilerich docs: describe, visualize, and verify internal code structure and layering
Sat, 07 Nov 2020 02:29:41 +0100 Mads Kiilerich scripts: introduce source_format.py to fix up the module name in file headers
Sun, 11 Oct 2020 10:13:25 +0200 Mads Kiilerich scripts: handle running with pending deleted files
Sat, 14 Nov 2020 15:41:39 +0100 Mads Kiilerich diff: handle some escaped characters in Git diffs
Sat, 14 Nov 2020 15:20:40 +0100 Mads Kiilerich diff: improved handling of Git diffs with " quoting
Sat, 14 Nov 2020 15:18:05 +0100 Mads Kiilerich diff: slightly better error message for "diff not recognized as valid"
Thu, 03 Dec 2020 11:16:44 +0100 Mads Kiilerich hg: make sure _check_url only accept the protocols accepted by is_valid_repo_uri
Thu, 03 Dec 2020 11:16:44 +0100 Mads Kiilerich vcs: use urlparse in _check_url
Thu, 03 Dec 2020 10:39:32 +0100 Mads Kiilerich vcs: add doc tests for git _check_url
Mon, 16 Nov 2020 14:38:40 +0100 Mads Kiilerich vcs: always pass str to _check_url
Sat, 14 Nov 2020 17:55:36 +0100 Mads Kiilerich vcs: slight clean up of _check_url