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

rohanpm / kobo / 28

Builds Branch Commit Type Ran Committer Via Coverage
28 remove-auto-logout tests: cover HubProxy proxying (__getattr__) This method was previously covered incidentally only by the auto_logout feature which was removed. Add an explicit test for it so that coverage doesn't decrease. push 29 Jun 2020 11:24PM UTC rohanpm travis-ci pending completion
27 remove-auto-logout tests: cover HubProxy proxying (__getattr__) This method was previously covered incidentally only by the auto_logout feature which was removed. Add an explicit test for it so that coverage doesn't decrease. push 29 Jun 2020 11:11PM UTC rohanpm travis-ci pending completion
26 remove-auto-logout HubProxy: remove broken auto_logout feature This class had an implementation of __del__ to automate a call to logout when instances are finalized. This is not a good idea for a few reasons: - there's no guarantee that __del__ is ever called, so... push 29 Jun 2020 10:41PM UTC rohanpm travis-ci pending completion
25 middleware-TypeError Fix middleware TypeError where ImproperlyConfigured was expected "getattr(settings, var, [])" is not a valid way of defaulting any empty value into an empty list. If the value is present but None, it will evaluate to None, which then crashes due ... push 25 Jun 2020 11:14PM UTC rohanpm travis-ci pending completion
24 fix-middleware-compat Fix backwards-incompatible MIDDLEWARE check The logic here was: if Django 1.10 or greater is used, then check the MIDDLEWARE variable. Else check MIDDLEWARE_CLASSES. This isn't correct, as Django 1.10 added support for MIDDLEWARE but did not re... push 25 Jun 2020 11:06PM UTC rohanpm travis-ci pending completion
23 retire-content-delivery-release-bot ci: replace content-delivery-release-bot with token For releases to PyPI, migrate away from password-based auth with content-delivery-release-bot to using a token instead. (Tokens were not available at the time content-delivery-release-bot was i... push 21 Jun 2020 11:19PM UTC rohanpm travis-ci pending completion
22 refactored-gssapi Refactor gssapi login method to reuse krb5login endpoint For gssapi auth, there is no need to add a new XML-RPC method on the hub and step through the gssapi process on both client and server sides ourselves. Let's just authenticate with the exi... push 23 Apr 2020 04:44AM UTC rohanpm travis-ci pending completion
21 refactored-gssapi Refactor gssapi login method to reuse krb5login endpoint For gssapi auth, there is no need to add a new XML-RPC method on the hub and step through the gssapi process on both client and server sides ourselves. Let's just authenticate with the exi... push 23 Apr 2020 04:30AM UTC rohanpm travis-ci pending completion
19 release-via-travis Release to PyPI automatically on new git tags Reduce the overhead for releases. When a new commit from master is tagged, Travis will releases it to PyPI for us, using a release bot account. push 18 Jan 2019 04:27AM UTC rohanpm travis-ci pending completion
18 logging-thread-recover Make LoggingThread recover on all errors Previously, LoggingThread would recover from any XML-RPC fault, but would stop when any other type of exception was encountered. That is a problem, as it means the worker will permanently give up sending m... push 13 Jan 2019 10:27PM UTC rohanpm travis-ci pending completion
17 logging-thread-py3 Fix LoggingThread for python3 Looking at the implementation of upload_task_log, it expects to receive bytes as input, not text. Hence, the appropriate file-like object is BytesIO, not StringIO. Fixes #66 push 07 Jan 2019 04:52AM UTC rohanpm travis-ci pending completion
15 fork-task-log-exceptions Log exceptions from run_task When a task was run from fork_task, any uncaught exceptions would be silently discarded (e.g. a communication failure between worker and hub). This makes debugging more difficult than it should be. Make sure any rais... push 04 Jan 2019 04:58AM UTC rohanpm travis-ci pending completion
14 0.8.0 kobo 0.8.0 release notes push 26 Nov 2018 06:11AM UTC rohanpm travis-ci pending completion
13 test-improvements tests: add coverage reports via pytest-cov and coveralls push 09 Oct 2018 07:35AM UTC rohanpm travis-ci pending completion
10 test-improvements tests: add coverage reports via pytest-cov and coveralls push 06 Oct 2018 07:24AM UTC rohanpm travis-ci pending completion
  • 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