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

roundup-tracker / roundup / 8366155501

Builds Branch Commit Type Ran Committer Via Coverage
8366155501 master chore(lint): fix imports, normalize trailing , on list/tuple push 20 Mar 2024 09:41PM UTC rouilj github
74.89
8313072230 master test: fix test for invalid etag in if-range. The broken etag was missing the initial ", so the wrong code path was duplicated. Also add test that correct size of file was returned and fix comment(s). push 17 Mar 2024 05:08AM UTC rouilj github
74.89
8312580446 master chore(refactor): use with open, consolidate/un-nest if ... Various cleanups: use 'with open(...)' rather than 'try: .. finally' to close file. use "return ..." rather than "x = ...; return x" Change if/else to if ternaries Swap ' for " to pre... push 17 Mar 2024 03:21AM UTC rouilj github
74.89
8288728371 master feat: add support for rotating jwt keys This allows jwt_secret to have multiple ',' separated secrets. The first/leftmost should be used to sign new JWTs. All of them are used (starting from left/newest) to try to verify a JWT. If the first secr... push 14 Mar 2024 11:15PM UTC rouilj github
74.89
8272413915 master fix: cgitb crashes if there is no line number set. I am not sure why: context.position[0] is None when an exception happens while processing templates. This causes a second exception because of a print statement matching %d to None. The seco... push 13 Mar 2024 10:38PM UTC rouilj github
74.87
8227160121 master fix: replace FileNotFoundError with IOError Python2 doesn't have the FileNotFoundError which is a subclass of IOError. So use IOError. push 11 Mar 2024 03:24AM UTC rouilj github
74.88
8226979546 master fix: handle case where readline init file is missing Ignore the FileNotFoundError. File is optional. push 11 Mar 2024 02:58AM UTC rouilj github
74.88
8180901712 master fix: typo in var name inan unused (mostly) chameleon engine. push 07 Mar 2024 12:43AM UTC rouilj github
75.12
8121862316 master chore: fix spacing/indent, ignore rule, reduce if/elif with or push 02 Mar 2024 09:37AM UTC rouilj github
75.14
8121133878 master chore: optimize build file make it error sooner on flake8 tests Move: pip update, pip install of required python test modules (pytest, flake8 ...) flake8 sanity test before all the code that sets installs xapian, whoosh, databases etc. T... push 02 Mar 2024 07:12AM UTC rouilj github
75.13
8116983550 master fix: undo last minute edit and try to get make checkin clean. Fixed admin.py. Change # noqa: 821 to # noqa: F821 to make ruff ignore undefined variable in the python 2 branch of the code. Hopefully the flake8 run in CI will accept the change fro... push 01 Mar 2024 08:52PM UTC rouilj github
75.14
8115053887 master issue2551320: user.help-search.html doesn't respect properties. Setting url parameter properties when using the classhelp for users now shows the requested properties. Also replaced 'GET' with 'get' in the method used by the classic template. HT... push 01 Mar 2024 05:47PM UTC rouilj github
74.98
8086926434 master issue2551320: user.help-search.html doesn't respect properties. Setting url parameter properties when using the classhelp for users now shows the requested properties. Also replaced 'GET' with 'get' in the method used by the classic template. HT... push 28 Feb 2024 09:01PM UTC rouilj github
74.98
7980528719 master doc: fix build_docs test on travis and add to github ci Travis CI build failed build_doc due to missing sphinx-tabs. Add the package for travis. Also github was not building docs at all. Add builiding docs. push 20 Feb 2024 10:08PM UTC rouilj github
74.98
7967144537 master feat: randomize creator of generated issues. All the issues used to be created by admin. This randomly chooses a user (except anonymous) to create an issue. push 20 Feb 2024 01:33AM UTC rouilj github
74.98
  • ← Previous
  • 1
  • 2
  • …
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • …
  • 21
  • 22
  • 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

© 2025 Coveralls, Inc