• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

roundup-tracker / roundup / 26263556131

Builds Branch Commit Type Ran Committer Via Coverage
26263556131 master merge fix for missing ) push 22 May 2026 01:55AM UTC rouilj github
74.74
26012882120 master refactor: change method used to report statistics. The old way used a hard coded list of timing statistics. It could be translated, but required revising every time a new stat was added. The elapsed time is always calculated, so keep that as a tr... push 18 May 2026 04:14AM UTC rouilj github
74.75
25983514401 master bug: modernize classic template page.html Remove table layout from page.html. Replace with modern HTML5: header, nav, main, and search. Reset all box-sizing to border-box to make sizing more predictable. Use flexbox in the header tag to separat... push 17 May 2026 06:40AM UTC rouilj github
74.76
25762516860 master test: remove test log files. The testIniFileLogger creates some log files. Make the log file names unique so we don't delete a real log file. Note I use an f-string for some substituition because the logging config is meant to be processed usin... push 12 May 2026 09:23PM UTC rouilj github
74.76
25645930831 master issue2551368 - test gpg-2.0.0 Bern updated the issue to report gpg 2.0.0 should be available for install from pypi. Test that. push 11 May 2026 01:53AM UTC rouilj github
74.76
25532790014 master bug: issue2551405 - locale error causes 500 code uwsgi with no log Changed exception handling in two places. There is an inner try/except where I added the more specific ConnectionAbortedError before the existing IOError exception. ConnectionAbo... push 08 May 2026 02:24AM UTC rouilj github
74.76
25392048822 master doc: label header push 05 May 2026 05:46PM UTC rouilj github
74.81
25301329220 master refactor: replace isinstance(x, type(Y)) with (x, <type>) Early python2 construct: isinstance(var, type("")) would test if var is an instance of string. Swap all the following: type({}) -> dict type(()) -> tuple type([]) -> list type... push 04 May 2026 04:49AM UTC rouilj github
74.81
25226696959 master refactor: use open context managers. push 01 May 2026 06:26PM UTC rouilj github
74.7
25117017919 master refactor: use open context managers. push 29 Apr 2026 03:20PM UTC rouilj github
74.7
25075727545 master chore(ruff): hyperdb.py: sort imports collapse multiple: if x: else: if Y: else: to if x: elif y: else: One collapse included multiple nested levels. replace vars: id -> n... push 28 Apr 2026 08:33PM UTC rouilj github
74.69
24970021618 master chore(ruff): cleanup indexer_* code after ruff analysis. indexer_common.py: use 'for x, y in adict.items() rather than 'for x in adict' and later reference 'adict[x]'. indexer_dbm.py: use 'with open() ... as fd: <stuff>' rather than 'fd... push 26 Apr 2026 11:53PM UTC rouilj github
74.68
24968099427 master bug: get on FileClass 'type' returns None if default value given When the default value is set, the anydbm original code returns the default only if the property is missing. If it is set to None, it returns None. This commit changes the code to... push 26 Apr 2026 10:10PM UTC rouilj github
74.69
24943002847 master bug: fix indent on docstring. push 25 Apr 2026 11:27PM UTC rouilj github
74.69
24735371142 master test: add subtest support to testTokenlessCsrfProtection Make each list driven test case a subtest of its own. Add pytest-subtest pip module to make this work. push 21 Apr 2026 05:08PM UTC rouilj github
74.68
  • ← Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • …
  • 23
  • 24
  • Next →
  • Back to Repo
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc