log

age author description
Tue, 19 Sep 2017 22:44:41 +0200 domruf config: set default uwsgi socket listen queue size to 128
Thu, 31 Aug 2017 22:38:21 +0200 domruf config: increase number of gunicorn worker processes in the default configuration
Mon, 11 Sep 2017 21:16:49 +0200 domruf auth: consume request body before responding 401 or 403 during authentication
Wed, 20 Sep 2017 23:08:35 +0200 domruf jenkinsfile: only keep the artifacts (test result xml files) of the last 10 builds
Mon, 21 Aug 2017 21:42:28 +0200 domruf jenkinsfile: combine coverage files from different DB runs
Sun, 13 Aug 2017 15:43:03 +0200 domruf gravatar: use background-image style instead of img element for gravatar
Tue, 08 Aug 2017 22:43:11 +0200 domruf logging: log wrong value for page number
Wed, 16 Aug 2017 23:21:43 +0200 domruf commands: remove custom (re-)initializing of database model
Tue, 03 Oct 2017 00:14:40 +0200 Mads Kiilerich diffs: extract _parse_lines as a pure function
Tue, 03 Oct 2017 00:14:40 +0200 Mads Kiilerich diffs: extract _get_header as a pure function
Tue, 03 Oct 2017 00:14:40 +0200 Mads Kiilerich diffs: move _escaper to a pure function
Tue, 03 Oct 2017 00:14:40 +0200 Mads Kiilerich diffs: move _highlight_inline_diff to a pure function
Tue, 03 Oct 2017 00:14:40 +0200 Mads Kiilerich diffs: move as_html and _safe_id from method to a pure function - avoid calling the method as function
Tue, 03 Oct 2017 00:14:40 +0200 Mads Kiilerich diffs: do check of cut_off_limit on the raw diff before any parsing and allocation
Tue, 03 Oct 2017 00:14:40 +0200 Mads Kiilerich diffs: drop the DiffLimitExceeded container - just make it a flag available as property