log

age author description
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'
Fri, 06 Nov 2020 21:58:06 +0100 Thomas De Schampheleire diffs: fix broken comment in wrap_to_table
Thu, 05 Nov 2020 23:04:52 +0100 Thomas De Schampheleire model/comment: drop unused fields in email_kwargs
Thu, 05 Nov 2020 22:41:09 +0100 Thomas De Schampheleire model: remove unused 'subject' parameter of NotificationModel.create()
Thu, 05 Nov 2020 22:27:13 +0100 Thomas De Schampheleire model/comment: get rid of unnecessary variable 'body' in create_notification
Thu, 05 Nov 2020 22:17:13 +0100 Thomas De Schampheleire model/comment: inline _get_notification_data
Thu, 05 Nov 2020 22:04:05 +0100 Thomas De Schampheleire model/comment: extract notification-related code into a separate method
Wed, 04 Nov 2020 01:20:24 +0100 Mads Kiilerich mail: migrate to modern email.message instead of using old compat32 functionality
Wed, 04 Nov 2020 00:35:21 +0100 Mads Kiilerich mail: fix duplicate "From" headers
Wed, 04 Nov 2020 21:11:48 +0100 Mads Kiilerich front-end: use 'bin' path for node commands instead of '.bin'
Fri, 23 Oct 2020 00:42:26 +0200 Mads Kiilerich hgignore: cleanup
Tue, 03 Nov 2020 15:00:28 +0100 Mads Kiilerich lib: drop unused files
Tue, 03 Nov 2020 14:58:11 +0100 Mads Kiilerich middleware: drop appenlight integration
Mon, 02 Nov 2020 13:57:26 +0100 Mads Kiilerich lib: move action_logger to new userlog model
Wed, 04 Nov 2020 21:00:44 +0100 Mads Kiilerich hooks: move the vcs hook entry points and setup code out of lib
Mon, 02 Nov 2020 15:40:18 +0100 Mads Kiilerich hooks: don't pass arguments to log_pull_action when calling from git - it uses set_hook_environment
Tue, 03 Nov 2020 12:52:03 +0100 Mads Kiilerich hooks: clarify some comments
Tue, 03 Nov 2020 12:45:29 +0100 Mads Kiilerich hooks: always use the right repo size hook - don't rely on the value in the database
Mon, 02 Nov 2020 14:07:16 +0100 Mads Kiilerich hooks: import whole hooks module
Mon, 02 Nov 2020 14:30:22 +0100 Mads Kiilerich lib: drop unnecessary user db lookup in log_pull_action
Tue, 20 Oct 2020 00:54:59 +0200 Mads Kiilerich vcs: move ssh handlers out of "backends"
Wed, 04 Nov 2020 14:30:48 +0100 Mads Kiilerich git: don't force exact mode on Git hooks when making them executable - use umask
Wed, 04 Nov 2020 13:17:27 +0100 Mads Kiilerich git: detect existing symlink hooks before overwriting - only update plain files
Wed, 04 Nov 2020 13:19:18 +0100 Mads Kiilerich git: write Git hook files atomically
Thu, 22 Oct 2020 17:26:14 +0200 Mads Kiilerich git: minor refactor and clean-up of hook installation code
Sun, 01 Nov 2020 23:04:25 +0100 Mads Kiilerich lib: move get_all_user_repos to AuthUser
Sun, 01 Nov 2020 22:53:30 +0100 Mads Kiilerich lib: move check_git_version from utils to utils2
Sun, 01 Nov 2020 23:50:29 +0100 Mads Kiilerich lib: move some auth low level helper functions to utils2
Sun, 01 Nov 2020 23:54:39 +0100 Mads Kiilerich vcs: fix str utils import - vcs should be self-contained
Sun, 01 Nov 2020 06:18:48 +0100 Mads Kiilerich vcs: cleanup around get_backend and get_repo
Sat, 31 Oct 2020 16:56:12 +0100 Mads Kiilerich scm: simplify InMemoryChangeset handling
Sun, 01 Nov 2020 06:29:32 +0100 Mads Kiilerich imports: try to use global imports unless it is a layering violation
Fri, 30 Oct 2020 14:54:42 +0100 Mads Kiilerich model: changes toward import whole modules
Fri, 30 Oct 2020 02:14:04 +0100 Mads Kiilerich model: move Gist constants to db - avoid importing models into db
Thu, 29 Oct 2020 11:28:36 +0100 Mads Kiilerich lib: consistently import helpers the same way
Fri, 30 Oct 2020 00:50:38 +0100 Mads Kiilerich lib: move link_to_ref from helpers to utils2
Fri, 30 Oct 2020 14:56:50 +0100 Mads Kiilerich lib: move fmt_date to utils2 - less use of helpers in model
Thu, 29 Oct 2020 15:51:01 +0100 Mads Kiilerich lib: move shorter to utils2 - less use of helpers in model
Sun, 01 Nov 2020 04:59:46 +0100 Mads Kiilerich lib: move webhelpers2 and friends to webutils
Thu, 29 Oct 2020 14:32:42 +0100 Mads Kiilerich lib: move canonical_url & co to webutils
Thu, 29 Oct 2020 14:48:03 +0100 Mads Kiilerich lib: use auth functions directly - not through h
Thu, 29 Oct 2020 14:22:49 +0100 Mads Kiilerich lib: consistently use webutils.url instead of h.url
Thu, 29 Oct 2020 15:12:56 +0100 Mads Kiilerich lib: minimize use of h.short_id() - it is already more common to use [:12]
Thu, 29 Oct 2020 15:12:56 +0100 Mads Kiilerich lib: use x.short_id instead of h.short_id(x.raw_id)
Thu, 29 Oct 2020 11:38:10 +0100 Mads Kiilerich lib: drop h.email alias - use vcs.utils directly
Thu, 29 Oct 2020 11:04:49 +0100 Mads Kiilerich lib: drop sparsely used h.not_mapped_error
Fri, 30 Oct 2020 15:26:03 +0100 Mads Kiilerich model: it is a known layering violation to use helpers in model - import it lazily
Wed, 28 Oct 2020 21:24:13 +0100 Mads Kiilerich lib: move locale.py to locales.py to avoid shadowing of standard module
Fri, 30 Oct 2020 22:38:39 +0100 Thomas De Schampheleire diffs: remove unused argument enable_comments and class no-comment
Wed, 25 Oct 2017 09:10:30 +0200 Thomas De Schampheleire style: mark failed comment submissions with red panel heading
Mon, 19 Oct 2020 12:47:50 +0200 Thomas De Schampheleire lib/diffs: make sure that trailing tabs are indicated
Wed, 28 Oct 2020 14:51:26 +0100 Mads Kiilerich diffs: simplify trick to avoid "trailing space" markup of empty diff lines
Wed, 28 Oct 2020 14:08:28 +0100 Mads Kiilerich diff: refactor to avoid complexity of passing unnecessary trailing newline around
Thu, 22 Oct 2020 11:29:32 +0200 Mads Kiilerich hg: support Mercurial 5.6
Thu, 22 Oct 2020 15:45:58 +0200 Mads Kiilerich hg: support update with Mercurial 5.6
Fri, 30 Oct 2020 23:44:18 +0100 Mads Kiilerich Merge stable
Tue, 20 Oct 2020 00:48:55 +0200 Mads Kiilerich py3: drop stray __future__ import
Tue, 27 Oct 2020 20:29:07 +0100 Thomas De Schampheleire diffs: add doctests for _escaper, also showing incorrect behavior
Wed, 28 Oct 2020 16:08:04 +0100 Mads Kiilerich diff: polish _escaper function - clarify purpose and pass it strings
Tue, 20 Oct 2020 15:52:53 +0200 Tim Ooms cli: fix db-create after removal of 'tests' argument in DbManage
Mon, 19 Oct 2020 23:17:24 +0200 Mads Kiilerich lib: drop timerproxy
Mon, 12 Oct 2020 21:59:08 +0200 Mads Kiilerich tests: drop rc prefix from test cookie file
Tue, 20 Oct 2020 12:17:52 +0200 Mads Kiilerich mail: don't skip authentication just because smtp_password is empty