log

age author description
Thu, 09 Apr 2026 00:19:06 -0400 John Rouillard doc: issue2551415 correct doc for change input->input_payload default tip
Thu, 09 Apr 2026 00:16:52 -0400 John Rouillard doc: fixed a short header marker.
Thu, 09 Apr 2026 00:09:29 -0400 John Rouillard bug: fix typing for pre 3.9 python.
Wed, 08 Apr 2026 22:20:06 -0400 John Rouillard doc: rename input in examples to input_payload
Wed, 08 Apr 2026 21:39:40 -0400 John Rouillard chore: remove __future print_funcion from code.
Wed, 08 Apr 2026 21:10:32 -0400 John Rouillard doc: update CHANGES.txt for roundup.cgi
Wed, 08 Apr 2026 21:00:34 -0400 John Rouillard feat: add TIMING option, python install dir setting, more cleanups
Wed, 08 Apr 2026 19:27:34 -0400 John Rouillard doc: add doc for scgi with althttpd web server.
Wed, 08 Apr 2026 00:35:34 -0400 John Rouillard bug: harden header/environment values for roundup-server and cgi
Mon, 06 Apr 2026 22:10:23 -0400 John Rouillard feat: improve store_trace_reason with extract parameter
Mon, 06 Apr 2026 01:30:55 -0400 John Rouillard bug(perf): put legacy '_file' last in tuple to speed up match
Mon, 06 Apr 2026 01:27:39 -0400 John Rouillard bug(perf): move import tempfile to top of file
Sun, 05 Apr 2026 17:49:21 -0400 John Rouillard bug: remove exec that re-raises exception for python 2 (hexora)
Sun, 05 Apr 2026 17:44:02 -0400 John Rouillard bug: improve security of eval'ed of session database data. (hexora)
Thu, 02 Apr 2026 12:26:13 -0400 John Rouillard doc: move OAUTH settings together, add set-value and OAUTH docs
Mon, 30 Mar 2026 11:55:23 -0400 John Rouillard merge heads
Sun, 29 Mar 2026 15:42:52 -0400 John Rouillard bug: set minimum level for docker requirements.txt packages
Mon, 30 Mar 2026 10:55:53 -0400 John Rouillard build(deps): bump codecov/codecov-action from 5.5.3 to 6.0.0 #87
Thu, 26 Mar 2026 21:46:19 -0400 John Rouillard refactor: remove duplicate code block
Wed, 25 Mar 2026 18:00:19 -0400 John Rouillard doc: inplace db migration; replace [database] with [rdbms]
Wed, 25 Mar 2026 11:39:27 -0400 John Rouillard doc: update admonintion to past tense
Wed, 25 Mar 2026 11:37:03 -0400 John Rouillard doc: provide card look for "sections" on features page.
Tue, 24 Mar 2026 22:11:27 -0400 John Rouillard feature: add detector that prevents file content changes by Admin and other users.
Tue, 24 Mar 2026 21:30:47 -0400 John Rouillard refactor: rework mime type comparison and clean code
Tue, 24 Mar 2026 16:56:38 -0400 John Rouillard perf: dereference methods before using in loop
Mon, 23 Mar 2026 22:22:24 -0400 John Rouillard bug: import/importables fail to set newid correctly.
Mon, 23 Mar 2026 13:18:41 -0400 John Rouillard bug: fix traceback in roundup-admin init with bad config values
Sun, 22 Mar 2026 22:40:11 -0400 John Rouillard build(deps): bump anchore/scan-action from 7.3.2 to 7.4.0 #86
Sun, 22 Mar 2026 22:39:40 -0400 John Rouillard build(deps): bump codecov/codecov-action from 5.5.2 to 5.5.3 #85
Sat, 21 Mar 2026 23:49:14 -0400 John Rouillard bug: fix replacement for param writer_name -> writer correctly.
Sat, 21 Mar 2026 21:40:57 -0400 John Rouillard bug: remove performance and tracing decorators.
Wed, 18 Mar 2026 17:49:16 -0400 John Rouillard bug: make web page follow login_empty_passwords setting.
Wed, 18 Mar 2026 17:24:14 -0400 John Rouillard bug: using 'null' value for attributes causes error.
Wed, 18 Mar 2026 11:11:03 -0400 John Rouillard test: handle failing email signature removal test differently
Wed, 18 Mar 2026 10:55:17 -0400 John Rouillard chore: replaced writer_name with writer in call to ReStructuredText
Tue, 10 Mar 2026 22:52:54 -0400 John Rouillard chore(build): bump actions/upload-artifact from 6.0.0 to 7.0.0. #84
Sat, 07 Mar 2026 19:25:22 -0500 John Rouillard bug: fix case where null json value for datetime fails
Sun, 01 Mar 2026 21:39:44 -0500 John Rouillard chore(build) - update python3-alpine version.
Thu, 26 Feb 2026 09:46:02 -0500 John Rouillard fix: replace except: with except Exception: (by haosenwang1018@github)
Mon, 23 Feb 2026 20:16:55 -0500 John Rouillard chore(build): build(deps): bump anchore/scan-action from 7.3.1 to 7.3.2 pull #82
Fri, 20 Feb 2026 16:30:50 -0500 John Rouillard ruff: exclusions on imports
Fri, 20 Feb 2026 16:27:21 -0500 John Rouillard refactor: remove unused import
Thu, 19 Feb 2026 22:30:24 -0500 John Rouillard bug: remove socket setdefaulttimeout call.
Thu, 19 Feb 2026 22:24:17 -0500 John Rouillard chore: ruff cleanup.
Thu, 19 Feb 2026 22:15:12 -0500 John Rouillard refactor/bug: handle case where netrc returns None.
Thu, 19 Feb 2026 21:48:55 -0500 John Rouillard chore: ruff spacing fixups, flow control and import reordering/removal
Mon, 23 Feb 2026 20:13:40 -0500 John Rouillard chore(build): build(deps): bump anchore/scan-action from 7.3.1 to 7.3.2 pull #82
Mon, 02 Feb 2026 23:41:36 -0500 John Rouillard bug: move import findargspec out of Permission __init__ method
Wed, 28 Jan 2026 15:22:53 -0500 John Rouillard doc: change layout to work with sphinx 9.x api change.
Wed, 28 Jan 2026 15:21:02 -0500 John Rouillard doc: fix typo and error in check command
Tue, 27 Jan 2026 22:17:17 -0500 John Rouillard chore(build): bump anchore/scan-action from 7.2.3 to 7.3.0 pull #80
Tue, 27 Jan 2026 21:55:27 -0500 John Rouillard chore(build) - update python3-alpine version.
Tue, 27 Jan 2026 21:42:34 -0500 John Rouillard chore(build): bump actions/setup-python from 6.1.0 to 6.2.0 pull #81
Tue, 27 Jan 2026 21:41:37 -0500 John Rouillard chore(build): bump anchore/scan-action from 7.2.3 to 7.3.0 pull #80
Tue, 27 Jan 2026 21:40:43 -0500 John Rouillard chore(build): bump actions/checkout from 6.0.1 to 6.0.2 pull #79
Tue, 27 Jan 2026 21:22:47 -0500 John Rouillard close incorporated branch -- hg diff -r "ancestor(default,permission-performance)" -r permission-performance; returns nothing permission-performance
Tue, 27 Jan 2026 21:07:02 -0500 John Rouillard bug: Issue2551393 - keep search name when paginating
Tue, 27 Jan 2026 21:00:11 -0500 John Rouillard merge - set self.language attribute when translator passed into Client()
Thu, 25 Dec 2025 14:04:09 -0500 John Rouillard set self.language attribute when translator passed into Client()
Tue, 13 Jan 2026 16:26:33 -0500 John Rouillard bump anchore/scan-action from 7.2.2 to 7.2.3 (PR #78)

Roundup Issue Tracker: http://roundup-tracker.org/