Mercurial > p > roundup > code
graph
-
chore(lint): fix imports, normalize trailing , on list/tupleWed, 20 Mar 2024 17:18:52 -0400, by John Rouillard
-
issue2551212 - enable wsgi cache_tracker by defaultWed, 20 Mar 2024 17:13:30 -0400, by John Rouillard
-
doc: add specifcation of minimal header required for .po filesWed, 20 Mar 2024 12:06:46 -0400, by John Rouillard
-
doc: link to pology; document use of .Hint extracted commentsWed, 20 Mar 2024 11:47:04 -0400, by John Rouillard
-
test: fix test for invalid etag in if-range.Sun, 17 Mar 2024 00:55:29 -0400, by John Rouillard
-
chore(refactor): extract setting of db.tx_source out of if treeSun, 17 Mar 2024 00:51:12 -0400, by John Rouillard
-
chore(refactor): use with open, consolidate/un-nest if ...Sat, 16 Mar 2024 22:57:19 -0400, by John Rouillard
-
chore(ruff): sort imports; tuples for import not supported in python2.Sat, 16 Mar 2024 21:31:26 -0400, by John Rouillard
-
chore(refactor): multiple changes/cleanupsSat, 16 Mar 2024 21:08:16 -0400, by John Rouillard
-
chore(refactor): use 'with open'; if ternarys; unnested if statementsSat, 16 Mar 2024 20:03:16 -0400, by John Rouillard
-
chore(ruff): sort importsSat, 16 Mar 2024 19:41:36 -0400, by John Rouillard
-
feat: add support for rotating jwt keysThu, 14 Mar 2024 19:04:19 -0400, by John Rouillard
-
fix: cgitb crashes if there is no line number set.Wed, 13 Mar 2024 18:25:59 -0400, by John Rouillard
-
doc: document how to set the Content-Type for a template.Wed, 13 Mar 2024 18:16:51 -0400, by John Rouillard
-
doc: change to support templates setting their own mime type.Wed, 13 Mar 2024 17:54:06 -0400, by John Rouillard
-
fix: if Content-Type header defined, don't overwrite with defaultWed, 13 Mar 2024 17:53:05 -0400, by John Rouillard
-
doc: remove trailing whitespace.Wed, 13 Mar 2024 13:14:09 -0400, by John Rouillard
-
fix: disable history file changes when testingWed, 13 Mar 2024 13:11:38 -0400, by John Rouillard
-
feat: add support for controlling readline history featuresWed, 13 Mar 2024 12:18:36 -0400, by John Rouillard
-
doc: run sphinx-lint over docs.Wed, 13 Mar 2024 00:51:09 -0400, by John Rouillard
-
fix: enhancement to history command output and % template fix.Tue, 12 Mar 2024 11:52:17 -0400, by John Rouillard
-
fix: replace FileNotFoundError with IOErrorSun, 10 Mar 2024 23:12:54 -0400, by John Rouillard
-
fix: handle case where readline init file is missingSun, 10 Mar 2024 22:47:58 -0400, by John Rouillard
-
Summary: feat: roundup-admin history command has human interpretable outputSun, 10 Mar 2024 21:59:20 -0400, by John Rouillard
-
add missing help text for history_length pragma. Also don't crash report missing text if text is missingSun, 10 Mar 2024 17:41:16 -0400, by John Rouillard
-
save roundup-admin history between sessions.Sun, 10 Mar 2024 13:44:13 -0400, by John Rouillard
-
doc: remove feature generating html4 and xhtml.Sat, 09 Mar 2024 22:19:17 -0500, by John Rouillard
-
doc: fix formatting.Sat, 09 Mar 2024 22:17:42 -0500, by John Rouillard
-
build: replace verstion extraction via set to use pythonWed, 06 Mar 2024 22:50:28 -0500, by John Rouillard
-
doc: attribute finding of a bug to the users.Wed, 06 Mar 2024 20:14:26 -0500, by John Rouillard
-
fix: typo in var name inan unused (mostly) chameleon engine.Wed, 06 Mar 2024 19:33:11 -0500, by John Rouillard
-
chore: remove extra whitespaceWed, 06 Mar 2024 13:13:31 -0500, by John Rouillard
-
feat: make msgfmt.py a simple CLI replacement for msgfmt(1)Wed, 06 Mar 2024 13:12:21 -0500, by John Rouillard
-
docs: add older docs and link them from a Sphinx controlled docTue, 05 Mar 2024 13:03:46 -0500, by John Rouillard
-
doc: update changelog for scripts/... file changes.Tue, 05 Mar 2024 10:21:18 -0500, by John Rouillard
-
fix: multiple fixes, lint cleanupTue, 05 Mar 2024 10:18:47 -0500, by John Rouillard
-
doc: fix formatting for indexarg_url.Tue, 05 Mar 2024 09:04:08 -0500, by John Rouillard
-
chore: lint - sort import, add trailing , in dict.Mon, 04 Mar 2024 21:40:09 -0500, by John Rouillard
-
chore: lint - replace l -> issues and sort importsMon, 04 Mar 2024 21:35:47 -0500, by John Rouillard
-
chore: lint scriptMon, 04 Mar 2024 21:23:40 -0500, by John Rouillard
-
chore: lint cleanupsMon, 04 Mar 2024 21:18:51 -0500, by John Rouillard
-
fix: make it work under python3.Mon, 04 Mar 2024 21:14:22 -0500, by John Rouillard
-
doc: make top of table columns alignMon, 04 Mar 2024 20:08:11 -0500, by John Rouillard
-
chore: replace id with itemidMon, 04 Mar 2024 19:11:42 -0500, by John Rouillard
-
chore: replace id with itemidMon, 04 Mar 2024 19:09:13 -0500, by John Rouillard
-
chore: replace use of dir with template_dir.Mon, 04 Mar 2024 18:51:41 -0500, by John Rouillard
-
chore: fix whitespace before commentSat, 02 Mar 2024 13:49:32 -0500, by John Rouillard
-
chore: reduce nesting if/elif/else blocks; uneeded var assignmentSat, 02 Mar 2024 13:48:40 -0500, by John Rouillard
-
chore: 'id' var shadows builtin, lint markers; sort importsSat, 02 Mar 2024 13:45:29 -0500, by John Rouillard
-
chore: fix spacing/indent, ignore rule, reduce if/elif with orSat, 02 Mar 2024 04:26:33 -0500, by John Rouillard
-
chore: ruff linknSat, 02 Mar 2024 04:15:56 -0500, by John Rouillard
-
chore: ruff lint: replace str variable name with stringSat, 02 Mar 2024 04:14:18 -0500, by John Rouillard
-
chore: multiple changes for ruff: imports, spacing, == -> isSat, 02 Mar 2024 04:13:28 -0500, by John Rouillard
-
chore: sort imports w/ ruff.Sat, 02 Mar 2024 04:10:40 -0500, by John Rouillard
-
fix: replace eval with ast.literal_eval; ruff lintingSat, 02 Mar 2024 04:01:22 -0500, by John Rouillard
-
chore: more ruff lint stuffSat, 02 Mar 2024 02:30:12 -0500, by John Rouillard
-
chore: sort imports.Sat, 02 Mar 2024 02:11:55 -0500, by John Rouillard
-
chore: optimize build file make it error sooner on flake8 testsSat, 02 Mar 2024 01:43:39 -0500, by John Rouillard
-
fix: replace += with list.extend; replace another for loop w/ extendSat, 02 Mar 2024 01:38:41 -0500, by John Rouillard
-
fix: make in tree locale work for python2Sat, 02 Mar 2024 01:22:36 -0500, by John Rouillard
