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

racker / falcon / 510

Builds Branch Commit Type Ran Committer Via Coverage
510 master fix(hooks): Resource-aware hooks don't work with callable classes The new resource-aware hooks feature assumed that hooks were functions, so callable classes (which impliment __call__ explicitly) caused an error to be raised by inspect.getargspec... push 26 Jun 2014 09:31PM UTC kgriffs travis-ci pending completion   set done
509 master Merge branch 'rouge8-uri-template-unicode-literals' push 26 Jun 2014 04:54AM UTC kgriffs travis-ci pending completion   set done
508 master perf(hooks): Remove extra function call This patch modifies the backwards-compat resource shim so that it is simply assigned directly to the hook when possible, rather than creating a noop passthrough. push 26 Jun 2014 04:41AM UTC kgriffs travis-ci pending completion   set done
507 master chore(AUTHORS): Added Andy and MichaƂ -- Thanks guys! push 26 Jun 2014 03:52AM UTC kgriffs travis-ci pending completion   set done
506 master Merge pull request #279 from rouge8/dont-install-tests-to-site-packages fix(setup.py): Don't install 'tests' to site-packages push 26 Jun 2014 03:10AM UTC kgriffs travis-ci pending completion   set done
505 master fix(setup.py): Don't install 'tests' to site-packages Pull #279 25 Jun 2014 04:12PM UTC rouge8 travis-ci pending completion   set done
504 master feat(HTTPError): Support XML response bodies Falcon will now return an XML error response if the client prefers that media type over JSON. The XML will be UTF-8 encoded. Closes #109 Pull #276 25 Jun 2014 12:03AM UTC kgriffs travis-ci pending completion   set done
503 master Merge pull request #271 from kgriffs/fix-http405 fix(HTTPMethodNotAllowed): Blank body is always returned push 21 Jun 2014 03:56PM UTC kgriffs travis-ci pending completion   set done
502 master fix(compile_uri_template): accept unicode literals In Python 2 with `from __future__ import unicode_literals`, any URI template strings will be of type `unicode`, not `str`. Pull #274 19 Jun 2014 03:12AM UTC rouge8 travis-ci pending completion   set done
501 master Update response.py Just something I'm monkey patching locally to allow setting the same header multiple times. Useful for things like link headers, and setting cookies. Pull #273 16 Jun 2014 04:17AM UTC xiaclo travis-ci pending completion   set done
500 master feat(hooks): add newline at the end of tests/test_before_hooks.py to satisfy pep8 tests Pull #268 02 Jun 2014 03:15PM UTC swistakm travis-ci pending completion   set done
499 master feat(hooks): update docstrings of wrapping helpers Pull #268 30 May 2014 01:46PM UTC swistakm travis-ci pending completion   set done
498 master fix(HTTPMethodNotAllowed): Blank body is always returned This patch fixes HTTPMethodNotAllowed so that if kwargs are given, it will include those in the body of the response; before this patch, the body was always empty regardless of whether or n... Pull #271 29 May 2014 07:45PM UTC kgriffs travis-ci pending completion   set done
497 master feat(hooks): remove one redundant newline Pull #268 29 May 2014 01:37PM UTC swistakm travis-ci pending completion   set done
496 master feat(hooks): add "resource awareness" to class/method before/after hooks Pull #268 29 May 2014 01:31PM UTC swistakm travis-ci pending completion   set done
  • ← Previous
  • 1
  • 2
  • …
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • …
  • 40
  • 41
  • 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