log

age author description
Sat, 30 Mar 2024 23:25:43 -0400 John Rouillard test: add tests for support.py: PrioList, Progress, TruthDict
Sat, 30 Mar 2024 21:48:17 -0400 John Rouillard chore(lint): change class props from mutable lists to tuples
Sat, 30 Mar 2024 21:40:02 -0400 John Rouillard chore(lint): whitespace fixes, double space between class stanzas
Thu, 28 Mar 2024 16:24:14 -0400 John Rouillard doc: fix index term - used upgrading should be Upgrading.
Wed, 27 Mar 2024 21:21:20 -0400 John Rouillard doc: in timelog example link to auditor to create timelogs from email
Tue, 26 Mar 2024 22:35:24 -0400 John Rouillard test: fix ImportError if psycopg2 not installed
Tue, 26 Mar 2024 15:36:31 -0400 John Rouillard test: set encodePassword test count to normal. Not 100x normal.
Tue, 26 Mar 2024 15:08:44 -0400 John Rouillard test: fix overly broad range.
Tue, 26 Mar 2024 15:01:10 -0400 John Rouillard test: map assertRegexpMatches to assertRegex for python2
Tue, 26 Mar 2024 14:51:50 -0400 John Rouillard test: add test for bare % in expanded file.
Tue, 26 Mar 2024 14:15:46 -0400 John Rouillard issue2551270 - Better templating support for JavaScript
Mon, 25 Mar 2024 22:33:24 -0400 John Rouillard fix: log arguments passed to docker start script to stdout.
Sun, 24 Mar 2024 15:29:55 -0400 John Rouillard chore(lint): _ unused var; replace assert wth if/raise; whitespace
Sun, 24 Mar 2024 15:25:53 -0400 John Rouillard chore(lint): use ternary, ignore unused param
Sun, 24 Mar 2024 15:22:50 -0400 John Rouillard chore(lint): formatting whitespace consolidate nested if ...
Sun, 24 Mar 2024 15:17:30 -0400 John Rouillard chore(lint)
Sun, 24 Mar 2024 15:16:02 -0400 John Rouillard chore(lint): cleanups from ruff.
Sun, 24 Mar 2024 14:39:23 -0400 John Rouillard chore: sort imports.
Sun, 24 Mar 2024 14:28:14 -0400 John Rouillard test: add hypothesis
Sun, 24 Mar 2024 13:49:52 -0400 John Rouillard test: add basic tests using hypothesis
Sun, 24 Mar 2024 13:16:53 -0400 John Rouillard doc: fix spelling in comment.
Sun, 24 Mar 2024 13:16:05 -0400 John Rouillard doc: remove unneeded word.
Sun, 24 Mar 2024 10:50:08 -0400 John Rouillard test: invoke test function in cmp_.py.
Sat, 23 Mar 2024 19:37:23 -0400 John Rouillard test: add comment that ci tests don't need pytest-env.
Sat, 23 Mar 2024 02:56:01 -0400 John Rouillard test: add pyproject.toml: set pytest and ruff project defaults
Thu, 21 Mar 2024 15:26:29 -0400 John Rouillard fix(i18n): clean up translator hint
Wed, 20 Mar 2024 17:18:52 -0400 John Rouillard chore(lint): fix imports, normalize trailing , on list/tuple
Wed, 20 Mar 2024 17:13:30 -0400 John Rouillard issue2551212 - enable wsgi cache_tracker by default
Wed, 20 Mar 2024 12:06:46 -0400 John Rouillard doc: add specifcation of minimal header required for .po files
Wed, 20 Mar 2024 11:47:04 -0400 John Rouillard doc: link to pology; document use of .Hint extracted comments
Sun, 17 Mar 2024 00:55:29 -0400 John Rouillard test: fix test for invalid etag in if-range.
Sun, 17 Mar 2024 00:51:12 -0400 John Rouillard chore(refactor): extract setting of db.tx_source out of if tree
Sat, 16 Mar 2024 22:57:19 -0400 John Rouillard chore(refactor): use with open, consolidate/un-nest if ...
Sat, 16 Mar 2024 21:31:26 -0400 John Rouillard chore(ruff): sort imports; tuples for import not supported in python2.
Sat, 16 Mar 2024 21:08:16 -0400 John Rouillard chore(refactor): multiple changes/cleanups
Sat, 16 Mar 2024 20:03:16 -0400 John Rouillard chore(refactor): use 'with open'; if ternarys; unnested if statements
Sat, 16 Mar 2024 19:41:36 -0400 John Rouillard chore(ruff): sort imports
Thu, 14 Mar 2024 19:04:19 -0400 John Rouillard feat: add support for rotating jwt keys
Wed, 13 Mar 2024 18:25:59 -0400 John Rouillard fix: cgitb crashes if there is no line number set.
Wed, 13 Mar 2024 18:16:51 -0400 John Rouillard doc: document how to set the Content-Type for a template.
Wed, 13 Mar 2024 17:54:06 -0400 John Rouillard doc: change to support templates setting their own mime type.
Wed, 13 Mar 2024 17:53:05 -0400 John Rouillard fix: if Content-Type header defined, don't overwrite with default
Wed, 13 Mar 2024 13:14:09 -0400 John Rouillard doc: remove trailing whitespace.
Wed, 13 Mar 2024 13:11:38 -0400 John Rouillard fix: disable history file changes when testing
Wed, 13 Mar 2024 12:18:36 -0400 John Rouillard feat: add support for controlling readline history features
Wed, 13 Mar 2024 00:51:09 -0400 John Rouillard doc: run sphinx-lint over docs.
Tue, 12 Mar 2024 11:52:17 -0400 John Rouillard fix: enhancement to history command output and % template fix.
Sun, 10 Mar 2024 23:12:54 -0400 John Rouillard fix: replace FileNotFoundError with IOError
Sun, 10 Mar 2024 22:47:58 -0400 John Rouillard fix: handle case where readline init file is missing
Sun, 10 Mar 2024 21:59:20 -0400 John Rouillard Summary: feat: roundup-admin history command has human interpretable output
Sun, 10 Mar 2024 17:41:16 -0400 John Rouillard add missing help text for history_length pragma. Also don't crash report missing text if text is missing
Sun, 10 Mar 2024 13:44:13 -0400 John Rouillard save roundup-admin history between sessions.
Sat, 09 Mar 2024 22:19:17 -0500 John Rouillard doc: remove feature generating html4 and xhtml.
Sat, 09 Mar 2024 22:17:42 -0500 John Rouillard doc: fix formatting.
Wed, 06 Mar 2024 22:50:28 -0500 John Rouillard build: replace verstion extraction via set to use python
Wed, 06 Mar 2024 20:14:26 -0500 John Rouillard doc: attribute finding of a bug to the users.
Wed, 06 Mar 2024 19:33:11 -0500 John Rouillard fix: typo in var name inan unused (mostly) chameleon engine.
Wed, 06 Mar 2024 13:13:31 -0500 John Rouillard chore: remove extra whitespace
Wed, 06 Mar 2024 13:12:21 -0500 John Rouillard feat: make msgfmt.py a simple CLI replacement for msgfmt(1)
Tue, 05 Mar 2024 13:03:46 -0500 John Rouillard docs: add older docs and link them from a Sphinx controlled doc

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