Mercurial > p > roundup > code
graph
-
Update to latest Anchore to see if it fixes depreciation warnings.Mon, 07 Nov 2022 19:11:20 -0500, by John Rouillard
-
Replace hardcoded python version with ARG variableMon, 07 Nov 2022 00:45:53 -0500, by John Rouillard
-
More Anchore fixes.Sun, 06 Nov 2022 22:58:56 -0500, by John Rouillard
-
Anchore Container Scan docker bulld is failing.Sun, 06 Nov 2022 22:41:04 -0500, by John Rouillard
-
change roundup-tracker.org to www.roundup-tracker.org.Thu, 20 Oct 2022 18:09:27 -0400, by John Rouillard
-
replace for a,b in x.items() with for a in x.keys()Wed, 12 Oct 2022 22:16:56 -0400, by John Rouillard
-
flake8 whitepace, indents, var namesMon, 10 Oct 2022 15:43:13 -0400, by John Rouillard
-
flake8 fixes: lambda assign squash, over/under indent, var namesMon, 10 Oct 2022 15:07:17 -0400, by John Rouillard
-
flake8 E228 missing whitespace around modulo operatorMon, 10 Oct 2022 14:41:11 -0400, by John Rouillard
-
flake8 fix E228 missing whitespace around modulo operatorMon, 10 Oct 2022 14:35:50 -0400, by John Rouillard
-
flake8 fixes test code.Sun, 09 Oct 2022 20:18:37 -0400, by John Rouillard
-
flake8: fix imports,Sun, 09 Oct 2022 18:40:46 -0400, by John Rouillard
-
flake8 fix 2: E303 too many blank linesSun, 09 Oct 2022 18:06:16 -0400, by John Rouillard
-
flake8 E225 missing whitespace around operatorSun, 09 Oct 2022 17:58:53 -0400, by John Rouillard
-
flake8: E251 unexpected spaces around keyword / parameter equalsSun, 09 Oct 2022 17:55:25 -0400, by John Rouillard
-
flake8: remove trailing whitespace after reformatSun, 09 Oct 2022 17:53:36 -0400, by John Rouillard
-
flake8 fix multiple spaces after operator.Sun, 09 Oct 2022 17:52:53 -0400, by John Rouillard
-
flake8 E231 missing whitespace after ',' or ':'Sun, 09 Oct 2022 17:51:42 -0400, by John Rouillard
-
flake8 E303 too many blank linesSun, 09 Oct 2022 17:46:17 -0400, by John Rouillard
-
flake8: E721 do not compare types, use 'isinstance()'Sun, 09 Oct 2022 17:44:45 -0400, by John Rouillard
-
flake8: E711 comparison to None should be 'if cond is not None:'Sun, 09 Oct 2022 17:40:14 -0400, by John Rouillard
-
flake8 inline comment spacing; too many leading #Sun, 09 Oct 2022 17:34:42 -0400, by John Rouillard
-
flake8: remove trailing whitespace; blank lines for definitionsSun, 09 Oct 2022 17:30:47 -0400, by John Rouillard
-
flake8 E211 remove space before ( in function callsSun, 09 Oct 2022 17:26:30 -0400, by John Rouillard
-
flake8 remove space from blank lines W293Sun, 09 Oct 2022 17:25:23 -0400, by John Rouillard
-
flake8: fix whitespace around : and operator and add blank linesSun, 09 Oct 2022 17:22:32 -0400, by John Rouillard
-
flake8 fix additional spaces within () and []Sun, 09 Oct 2022 17:13:56 -0400, by John Rouillard
-
Backed out changeset 050bcfc801c3Fri, 07 Oct 2022 18:53:20 -0400, by John Rouillard
-
Backed out changeset f786abac77d5Fri, 07 Oct 2022 18:10:36 -0400, by John Rouillard
-
install_util.py is not a build utility.Fri, 07 Oct 2022 17:32:46 -0400, by John Rouillard
-
run the test() routine in install_util.py.Fri, 07 Oct 2022 17:26:10 -0400, by John Rouillard
-
flake8 convert type comparisons to isinstance.Fri, 07 Oct 2022 16:46:56 -0400, by John Rouillard
-
flake8 use isinstance rather than comparing types.Fri, 07 Oct 2022 15:59:09 -0400, by John Rouillard
-
change variable name l -> kept_entriesFri, 07 Oct 2022 13:24:26 -0400, by John Rouillard
-
Value is unused, indicate that by leading underscore (flake8)Fri, 07 Oct 2022 13:21:01 -0400, by John Rouillard
-
in clear() clear journals and node files.Fri, 07 Oct 2022 13:18:01 -0400, by John Rouillard
-
in clear() clear journal tables as well.Fri, 07 Oct 2022 13:15:33 -0400, by John Rouillard
-
Replace mutable type and function call in arguments of function declaration.Thu, 06 Oct 2022 23:37:40 -0400, by John Rouillard
-
remove last_set_entryThu, 06 Oct 2022 23:11:37 -0400, by John Rouillard
-
Remove uneeded \Thu, 06 Oct 2022 23:10:45 -0400, by John Rouillard
-
Final whitespace cleanups.Thu, 06 Oct 2022 23:06:31 -0400, by John Rouillard
-
More whiespace fixesThu, 06 Oct 2022 21:55:55 -0400, by John Rouillard
-
Remove whitespace before ( and [Thu, 06 Oct 2022 21:44:21 -0400, by John Rouillard
-
Flake8 fixes: spaces around modulo, need extra blank lines, underindentThu, 06 Oct 2022 21:40:22 -0400, by John Rouillard
-
backout checkin 60b37f632601Wed, 05 Oct 2022 23:37:40 -0400, by John Rouillard
-
flake8: fix imports; fix shadowed import; silence unused var warningWed, 05 Oct 2022 23:09:44 -0400, by John Rouillard
-
Flake8 fix whitespace/indent issues.Wed, 05 Oct 2022 22:20:11 -0400, by John Rouillard
-
Add support for python2.Sun, 02 Oct 2022 23:46:24 -0400, by John Rouillard
-
change test to use html normalizer when comparing html output.Sun, 02 Oct 2022 23:18:43 -0400, by John Rouillard
-
Update packages in docker image; supress pip warning; improve cacheSat, 01 Oct 2022 23:40:48 -0400, by John Rouillard
-
fix test_pt_html handle new error pointer in output.Sat, 01 Oct 2022 23:01:30 -0400, by John Rouillard
-
New markdown2 release changed output with code highlighting (take 2)Sat, 01 Oct 2022 22:10:48 -0400, by John Rouillard
-
New markdown2 release changed output with code highlightingSat, 01 Oct 2022 21:31:27 -0400, by John Rouillard
-
re-enable security.htmlTue, 20 Sep 2022 20:55:51 -0400, by John Rouillard
-
clarify required config.ini installation changes vs optional.Tue, 20 Sep 2022 14:44:20 -0400, by John Rouillard
-
clarify preconditions for using tests.Tue, 20 Sep 2022 12:13:45 -0400, by John Rouillard
-
disable test_html - different output under 3.10 than other 3.xWed, 14 Sep 2022 23:29:00 -0400, by John Rouillard
-
update with roundup_admin and indexer_xapian stringsWed, 14 Sep 2022 23:14:48 -0400, by John Rouillard
-
normalize out python version and path.Wed, 14 Sep 2022 23:02:08 -0400, by John Rouillard
-
typo in one test. fix.Wed, 14 Sep 2022 22:40:35 -0400, by John Rouillard
