log

age author description
Wed, 11 Dec 2024 16:24:16 -0500 John Rouillard chore(ruff): use names not magic numbers.
Wed, 11 Dec 2024 16:15:48 -0500 John Rouillard chore(ruff): use variable not magic number.
Wed, 11 Dec 2024 15:26:32 -0500 John Rouillard chore(ruff): sort imports.
Wed, 11 Dec 2024 15:22:03 -0500 John Rouillard chore(ruff): clean whitespace and remove unrecognized noqa directive.
Wed, 11 Dec 2024 15:18:36 -0500 John Rouillard chore(ruff): suppress combine branches with one or expression
Wed, 11 Dec 2024 15:11:54 -0500 John Rouillard chore(ruff): replace 'type(x) == bool' with 'type(x) is bool'
Wed, 11 Dec 2024 15:09:44 -0500 John Rouillard chore(ruff): changes to else/elif and nested ifs to reduce nesting
Wed, 11 Dec 2024 14:29:19 -0500 John Rouillard chore(ruff): clean trailing whitespace
Wed, 11 Dec 2024 14:21:44 -0500 John Rouillard chore(ruff): replace dict(...) with equivalent {...}
Wed, 11 Dec 2024 14:17:01 -0500 John Rouillard chore(ruff): remove unreachable line
Wed, 11 Dec 2024 13:58:27 -0500 John Rouillard chore(ruff): fix indentation level on de6b02c23ee9
Wed, 11 Dec 2024 13:56:42 -0500 John Rouillard chore(ruff): replace 'else: if bool_exp:' with 'elif bool_exp:'
Wed, 11 Dec 2024 13:53:39 -0500 John Rouillard chore(ruff): replace 'x == y or x == z' with 'x in [y,z]'
Wed, 11 Dec 2024 13:46:48 -0500 John Rouillard fix: missed on input -> input_payload on e5362f8e1808
Wed, 11 Dec 2024 13:36:40 -0500 John Rouillard chore(ruff): parenthesize "a and b or ..." to enforce/clarify precedence
Wed, 11 Dec 2024 13:34:28 -0500 John Rouillard chore(ruff): replace not a == b with a != b
Wed, 11 Dec 2024 13:30:50 -0500 John Rouillard chore(ruff): replace set(generator) with {set comprehension}
Wed, 11 Dec 2024 13:29:11 -0500 John Rouillard chore(ruff): return/suppress boolen directly
Wed, 11 Dec 2024 13:19:49 -0500 John Rouillard chore(ruff): suppress py2/py3 compatibility code thought useless
Wed, 11 Dec 2024 13:17:42 -0500 John Rouillard chore(ruff): whatespace fixes/silence linting
Wed, 11 Dec 2024 13:13:55 -0500 John Rouillard chore(ruff): whatespace fixes/silence linting
Wed, 11 Dec 2024 13:04:34 -0500 John Rouillard chore(ruff): rename input and id parms/vars - don't shadow builtin
Wed, 11 Dec 2024 11:36:16 -0500 John Rouillard chore(ruff): new name for input variable which doesn't shadow builtin
Tue, 10 Dec 2024 17:38:57 -0500 John Rouillard fix(web): issue2551356. Add etag header ... fix env variable name
Tue, 10 Dec 2024 16:06:13 -0500 John Rouillard fix(web): issue2551356. Add etag header for not-modified (304) request.
Sun, 08 Dec 2024 21:36:29 -0500 John Rouillard chore: update to python 3.13. Also use index file shasum.
Sun, 08 Dec 2024 18:57:02 -0500 John Rouillard try loading psycopg2 for python 2
Sun, 08 Dec 2024 18:26:09 -0500 John Rouillard feat: add test download via /binary_content via dispatch - issue2551068
Sun, 08 Dec 2024 18:03:07 -0500 John Rouillard chore: update manifest sha256sum to fix issue with python version.
Sun, 08 Dec 2024 17:22:33 -0500 John Rouillard feat: issue2551068 - Provide way to retrieve file/msg data via rest endpoint.
Sun, 08 Dec 2024 09:11:53 -0500 John Rouillard chore: bump version to 2.5.0
Sun, 08 Dec 2024 09:10:21 -0500 John Rouillard bug: handle case where argv[0] is invoked by setuptools-py2cfg
Sun, 08 Dec 2024 01:09:34 -0500 John Rouillard refactor: issue2551289. invalid REST Accept header stops request
Sat, 07 Dec 2024 17:34:06 -0500 John Rouillard A few cleanups to toml format. alphabetize, whitespace...
Wed, 04 Dec 2024 10:45:26 +0100 Ralf Schlatterbeck Documentation and fix for REST headers
Tue, 03 Dec 2024 10:53:32 -0500 John Rouillard add security advantage of depending on core library.
Mon, 02 Dec 2024 13:53:23 -0500 John Rouillard doc/test: issue2551374 - add error handling for filter expressions
Mon, 02 Dec 2024 12:02:36 -0500 John Rouillard docs: new example, summary issue2550698 - Document the logical expression search a bit
Sun, 01 Dec 2024 22:33:05 -0500 John Rouillard docs: issue2550698 - Document the logical expression search a bit
Sun, 01 Dec 2024 18:29:20 -0500 John Rouillard fix formatting of config.ini help text for roundup-server.
Sun, 01 Dec 2024 17:38:15 -0500 John Rouillard allow roundup-server to log real client IP behind reverse proxy
Tue, 26 Nov 2024 17:11:13 -0500 John Rouillard issue2551370 - prefix session cookie with __Secure- over https
Tue, 26 Nov 2024 15:25:01 -0500 John Rouillard merge care and feeding updates for issues.roundup-tracker.org
Wed, 20 Nov 2024 16:09:17 -0500 John Rouillard update instruction on care and feeding for tracker.
Tue, 26 Nov 2024 12:33:17 +0100 Ralf Schlatterbeck Merge permission-performance branch
Wed, 20 Nov 2024 09:34:56 -0500 John Rouillard Document that filter() can return more than just filterspec params permission-performance
Wed, 20 Nov 2024 09:28:08 -0500 John Rouillard unwrap examples; clarify text permission-performance
Wed, 20 Nov 2024 09:26:13 -0500 John Rouillard clarify filter text. permission-performance
Wed, 20 Nov 2024 09:17:05 -0500 John Rouillard move ralf's update to the correct version. permission-performance
Wed, 20 Nov 2024 08:30:56 +0100 Ralf Schlatterbeck Add change note permission-performance
Tue, 12 Nov 2024 11:52:40 -0500 John Rouillard markup fixes and word typo fix. permission-performance
Mon, 11 Nov 2024 13:48:24 -0500 John Rouillard cleanup special case - xapian doesn't build in CI for 3.13 python
Mon, 11 Nov 2024 13:24:31 -0500 John Rouillard set xapian version 1.4.22 - xapian doesn't build in CI for 3.13 python
Mon, 11 Nov 2024 13:16:48 -0500 John Rouillard try 24.04 issue2551338 - xapian doesn't build in CI for 3.13 python
Mon, 11 Nov 2024 14:32:25 +0100 Ralf Schlatterbeck Add check_factory permission-performance
Mon, 11 Nov 2024 11:25:55 +0100 Ralf Schlatterbeck Improve section on filter function permission-performance
Sun, 10 Nov 2024 14:25:16 -0500 John Rouillard add new tmate debug point.
Sun, 10 Nov 2024 14:09:53 -0500 John Rouillard drop testing python 3.11 from matrix.
Sun, 10 Nov 2024 14:06:21 -0500 John Rouillard add gpg package to build - ubuntu-22.04 python 3.13 skips pgp tests.
Sun, 10 Nov 2024 13:53:01 -0500 John Rouillard cleanup - 24.04 ubuntu github action migration

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