log

age author description
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