log

age author description
Fri, 12 Oct 2018 20:39:17 +0200 Thomas De Schampheleire docs: align use of 'my.ini' as configfile placeholder
Tue, 02 Oct 2018 20:11:18 +0200 Thomas De Schampheleire scripts/manifest: drop unused file
Tue, 09 Oct 2018 11:45:55 +0200 Mads Kiilerich make-config: tweak description - don't call it "bare" and don't reference setup-app
Sun, 30 Sep 2018 18:31:37 +0200 Mads Kiilerich tests: fix vcs Hg helper function get_config_value to not modify global state when using a custom config file
Sun, 30 Sep 2018 18:29:55 +0200 Mads Kiilerich tests: fix vcs Hg helper functions get_user_name and get_user_email to actually use provided config_file
Sun, 16 Sep 2018 21:05:06 +0200 Thomas De Schampheleire style: vertically align comment bubble icon
Sun, 16 Sep 2018 21:03:30 +0200 Thomas De Schampheleire style: remove vertical scrollbar on hover of last line's comment bubble
Sat, 15 Sep 2018 20:45:23 +0200 Thomas De Schampheleire model/scm: fix incorrect reporting of pull from remote git repo
Mon, 24 Sep 2018 22:37:44 +0200 Thomas De Schampheleire make-config: reorganize code to make it clear that --show-defaults can't be combined with custom key=value
Mon, 24 Sep 2018 22:37:44 +0200 Thomas De Schampheleire make-config: drop unused variables TMPL and here
Sat, 22 Sep 2018 21:29:22 +0200 Thomas De Schampheleire docs: upgrade: add section on updating git hooks
Sat, 22 Sep 2018 22:20:34 +0200 Mads Kiilerich config: abort early if the environment doesn't allow Python to pass Unicode strings to the file system layer
Tue, 18 Sep 2018 20:57:32 +0200 Thomas De Schampheleire notification: don't repeat common actions for each email recipient
Mon, 17 Sep 2018 22:34:09 +0200 Thomas De Schampheleire urls: allow canonical_url to contain more than just a hostname
Mon, 17 Sep 2018 22:33:57 +0200 Thomas De Schampheleire tests: add basic tests for canonical_url
Sat, 01 Sep 2018 16:14:30 +0200 Mads Kiilerich tests: workaround for pytest 3.7.1 breaking autouse of classmethods
Sat, 01 Sep 2018 16:14:24 +0200 Mads Kiilerich setup: bump all upper pip dependency versions to minor updates of what currently is available and testable on pypi
Sat, 01 Sep 2018 02:14:29 +0200 Mads Kiilerich setup: clarify that we require Routes less than 2.0
Sat, 01 Sep 2018 02:10:28 +0200 Mads Kiilerich celery: clarify that celery 4 doesn't work
Sat, 01 Sep 2018 02:08:15 +0200 Mads Kiilerich ishell: specify ipython minimum version 4
Sat, 01 Sep 2018 01:20:18 +0200 Mads Kiilerich ishell: only report 'Kallithea ishell requires the IPython Python package' when ipython import fails
Sat, 01 Sep 2018 01:12:13 +0200 Mads Kiilerich auth: strip RFC4007 zone identifiers from IPv6 addresses before doing access control
Thu, 30 Aug 2018 20:58:25 +0200 Thomas De Schampheleire setup: sort gearbox.commands
Thu, 30 Aug 2018 20:28:23 +0200 Thomas De Schampheleire paster_commands: remove unused imports
Wed, 15 Aug 2018 00:17:24 +0200 Mads Kiilerich middleware: align hg and git implementations - make it more clear that we have code duplication and something probably should be reused
Wed, 08 Aug 2018 02:23:11 +0200 Mads Kiilerich git: fix push to empty repo (Issue 323)
Wed, 08 Aug 2018 02:23:11 +0200 Mads Kiilerich hooks: slight cleanup of handling of scm_repo.run_git_command return values
Wed, 08 Aug 2018 02:23:11 +0200 Mads Kiilerich hooks: simplify app config code in _hook_environment - don't use relative_to
Wed, 08 Aug 2018 02:23:11 +0200 Mads Kiilerich middleware: clean-up of Git _git_stored_op
Wed, 08 Aug 2018 02:23:11 +0200 Mads Kiilerich cache: move cache invalidation from web handler to post push hook