log

age author description
Wed, 12 May 2021 11:01:13 +0200 Mads Kiilerich i18n: fix odd space before ? in "Don't have an account ?" i18n
Wed, 12 May 2021 03:31:16 +0200 Mads Kiilerich i18n: fix odd space before ? in "Confirm to revoke permission" i18n
Wed, 12 May 2021 10:41:19 +0200 Mads Kiilerich i18n: fix odd space before ? in "Forgot your password ?" i18n
Wed, 21 Apr 2021 14:52:00 +0200 Mads Kiilerich hg: read hgrc, also in repo_scan
Wed, 21 Apr 2021 14:48:53 +0200 Mads Kiilerich db: read hgrc in Repository.scm_instance_no_cache and Gist.scm_instance
Wed, 21 Apr 2021 13:34:12 +0200 Mads Kiilerich db: inline Repository._ui
Wed, 12 May 2021 00:43:38 +0200 Mads Kiilerich i18n: fix odd space before ?
Wed, 12 May 2021 01:39:21 +0200 Mads Kiilerich Merge stable
Wed, 21 Apr 2021 13:34:02 +0200 Mads Kiilerich hg: support Mercurial 5.8
Fri, 09 Apr 2021 06:26:39 -0400 Mads Kiilerich pytype: support 2021.4.1 on Python 3.9
Fri, 09 Apr 2021 06:27:17 -0400 Mads Kiilerich pytype: drop pytype_requirements.txt appenlight dependency
Fri, 09 Apr 2021 06:40:58 -0400 Mads Kiilerich tests: address pedantic pytype 2021.4.1 warning
Mon, 22 Feb 2021 11:44:23 +0100 Mads Kiilerich diffs: let DiffProcessor inject context_lineno in chunk changes
Mon, 22 Feb 2021 13:08:06 +0100 Mads Kiilerich diffs: don't add a pointless empty first chunk
Mon, 22 Feb 2021 10:56:04 +0100 Mads Kiilerich diffs: drop pointless check for "\ No newline at end of file"
Sun, 21 Feb 2021 23:53:59 +0100 Mads Kiilerich diffs: drop pointless check for adding context line
Mon, 22 Feb 2021 12:12:38 +0100 Mads Kiilerich comments: don't open comment form on page load for comments on line 0
Tue, 16 Feb 2021 22:54:27 +0100 Mads Kiilerich diffs: DiffParser should only HTML escape lines when generating HTML
Tue, 16 Feb 2021 22:56:53 +0100 Mads Kiilerich diffs: generalize name of DiffProcessor argument inline_diff to "html"
Tue, 16 Feb 2021 21:59:00 +0100 Mads Kiilerich diffs: drop as_html default value for mandatory argument 'parsed_lines'
Thu, 18 Feb 2021 12:23:19 +0100 Mads Kiilerich diffs: change name of high level function name for generating HTML diff to html_diff
Wed, 17 Feb 2021 15:03:14 +0100 Mads Kiilerich diffs: add test coverage of inline diff with other markup
Tue, 16 Feb 2021 21:38:09 +0100 Mads Kiilerich mail: drop unicode filter from templates
Tue, 16 Feb 2021 23:41:17 +0100 Mads Kiilerich db: make ChangesetStatus.get_status return an actual string that can be joined and used in mako templates
Thu, 14 Jan 2021 23:03:52 +0100 Mads Kiilerich pytype: introduce configuration for running pytype
Sat, 06 Feb 2021 21:39:27 +0100 Mads Kiilerich pytype: add assertion to guide pytype through Whoosh usage
Tue, 18 Aug 2020 21:22:32 +0200 Mads Kiilerich pytype: add some assertions to guide pytype through const dict with tricky typing structure
Thu, 14 Jan 2021 21:44:53 +0100 Mads Kiilerich pytype: add Python type annotations where necessary to guide pytype
Tue, 18 Aug 2020 22:25:45 +0200 Mads Kiilerich pytype: mute errors from import of optional or platform specific modules
Thu, 14 Jan 2021 21:46:10 +0100 Mads Kiilerich bin: add missing imports
Wed, 20 Jan 2021 00:54:55 +0100 Mads Kiilerich setup: support Mercurial 5.7
Tue, 19 Jan 2021 20:24:31 +0100 Mads Kiilerich ssh: handle case where hg serve_forever doesn't serve forever
Mon, 11 Jan 2021 23:28:09 +0100 Mads Kiilerich hooks: on Git, invoke hooks/post-receive-custom from hooks/post-receive
Mon, 11 Jan 2021 14:25:52 +0100 Mads Kiilerich hooks: clarify in UI and documentation how the hook control essentially is Mercurial only
Mon, 11 Jan 2021 14:25:52 +0100 Mads Kiilerich hooks: drop using Git pre-receive hooks - we don't need them
Mon, 11 Jan 2021 01:14:07 +0100 Mads Kiilerich hooks: when overwriting non-Kallithea hooks, move the old hook to .bak
Sun, 10 Jan 2021 01:28:48 +0100 Mads Kiilerich hooks: be more consistent in only using active Ui entries
Sun, 10 Jan 2021 22:10:34 +0100 Mads Kiilerich hooks: drop UI display of internal hooks - these hooks are just an implementation detail
Mon, 11 Jan 2021 00:06:52 +0100 Mads Kiilerich hooks: reserve .kallithea_ hooks namespace for internal use
Mon, 11 Jan 2021 00:23:20 +0100 Mads Kiilerich hooks: put repo_size and update hooks in kallithea namespace
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
Mon, 14 Dec 2020 23:00:25 +0100 Mads Kiilerich vcs: simplify for loop in git fetch
Thu, 12 Nov 2020 19:11:11 +0100 Mads Kiilerich indexers: drop sys.path mangling in daemon
Mon, 14 Dec 2020 17:56:31 +0100 Mads Kiilerich tests: drop vcs setup_package
Mon, 14 Dec 2020 17:53:21 +0100 Mads Kiilerich tests: drop making unnecessary copy of 'aconfig' file
Mon, 14 Dec 2020 20:24:19 +0100 Mads Kiilerich tests: simplify cur_user handling in fixture create methods
Mon, 14 Dec 2020 20:24:19 +0100 Mads Kiilerich tests: always pass username as cur_user
Mon, 09 Nov 2020 14:15:38 +0100 Mads Kiilerich tests: fix create_fork to actually pass a repo id as fork_parent_id
Sun, 13 Dec 2020 23:09:49 +0100 Mads Kiilerich api: don't pass owner to create_repo in form_data
Sat, 07 Nov 2020 01:52:19 +0100 Mads Kiilerich celery: use kallithea.CELERY_APP.AsyncResult instead of celery.result import
Fri, 06 Nov 2020 18:52:08 +0100 Mads Kiilerich celery: default to more than 1 task per worker
Fri, 06 Nov 2020 18:57:56 +0100 Mads Kiilerich celery: drop kallithea.CELERY_EAGER - it is more spot-on to look directly at task_always_eager
Sat, 07 Nov 2020 18:49:57 +0100 Mads Kiilerich celery: fix CELERY_APP creation after breakage in ea1c608efa3a
Sun, 20 Dec 2020 22:43:30 +0100 Mads Kiilerich vcs: fix subprocessio process termination
Mon, 21 Dec 2020 01:19:49 +0100 Mads Kiilerich Merge stable
Fri, 13 Nov 2020 00:38:39 +0100 Mads Kiilerich lib: clean up pointless use of h.person on db.User just to get .username
Thu, 12 Nov 2020 18:52:11 +0100 Mads Kiilerich indexer: drop "akc" cleanup
Thu, 12 Nov 2020 18:56:53 +0100 Mads Kiilerich vcs: drop repo contact ... and the odd uses of it
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
Thu, 03 Dec 2020 01:13:44 +0100 Mads Kiilerich Merge stable
Sat, 07 Nov 2020 21:49:39 +0100 Thomas De Schampheleire model/user: 'body' parameter to NotificationModel().create() is unused so remove it
Sat, 07 Nov 2020 20:59:03 +0100 Thomas De Schampheleire cleanup: get rid of redundant assignments 'foo = foo'