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