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

racker / falcon / 693

Builds Branch Commit Type Ran Committer Via Coverage
693 master Merge pull request #368 from kgriffs/chore refactor(API): Remove staticmethod push 11 Nov 2014 08:42AM UTC kgriffs travis-ci pending completion   set done
692 master Merged latest changes and fixed PEP8 infractions Pull #370 08 Nov 2014 01:23AM UTC elishacook travis-ci pending completion   set done
691 master Merged latest changes and fixed PEP8 infractions Pull #338 08 Nov 2014 12:36AM UTC elishacook travis-ci pending completion   set done
690 master refactor(API): Remove staticmethod Convert static methods to regular class methods so it is more natural when calling eachother and because staticmethod does not yield a significant performance improvement. Pull #368 07 Nov 2014 02:24PM UTC kgriffs travis-ci pending completion   set done
689 master Merge pull request #367 from kgriffs/0.2-tuning perf(API): Tune middleware execution push 07 Nov 2014 02:00PM UTC kgriffs travis-ci pending completion   set done
688 master perf(API): Tune middleware execution Improve performance of interating through middleware components by performing the getattr lookups ahead of time. Also push and pop from the tail of the middleware stack, rather than the head, since that is mor... Pull #367 07 Nov 2014 01:19PM UTC kgriffs travis-ci pending completion   set done
687 master Merge pull request #365 from kgriffs/issues/355 refactor(API): Move helpers to API class push 01 Nov 2014 03:40PM UTC kgriffs travis-ci pending completion   set done
686 master refactor(API): Move helpers to API class Calling methods using self. is slightly faster than calling them from a separate module or even in the same module without using the self param. The helpers for Request and Response were not moved because... Pull #365 31 Oct 2014 08:24PM UTC kgriffs travis-ci pending completion   set done
685 master refactor(API): Move helpers to API class Calling methods using self. is slightly faster than calling them from a separate module or even in the same module without using the self param. The helpers for Request and Response were not moved because... Pull #365 31 Oct 2014 03:57PM UTC kgriffs travis-ci pending completion   set done
684 master chore(AUTHORS): Added ealogar. Thanks for contributing! push 30 Oct 2014 10:39PM UTC kgriffs travis-ci pending completion   set done
683 master Merge pull request #363 from kgriffs/cache_wsgiref_check perf(Request): Cache native stream check push 30 Oct 2014 10:34PM UTC kgriffs travis-ci pending completion   set done
682 master perf(Request): Cache native stream check Avoid having to call isinstance every time a new Request object is initialized. Use a flag that can be set after the first time this check is made, so that thereafter a simple boolean operation is required... Pull #363 30 Oct 2014 10:20PM UTC kgriffs travis-ci pending completion   set done
681 master Merge pull request #329 from ealogar/feature/middlewares feat(API): Add middlewares to falcon API push 30 Oct 2014 10:04PM UTC kgriffs travis-ci pending completion   set done
680 master feat(API): Add middlewares to falcon API A list of Middleware classes can be added to falcon WSGI as keyword arg in API A middleware will be executed always with every request/response dispatched. A middleware can define process_request or proce... Pull #329 30 Oct 2014 04:30PM UTC ealogar travis-ci pending completion   set done
679 master reintegrate master Pull #329 30 Oct 2014 03:27PM UTC ealogar travis-ci pending completion   set done
  • ← Previous
  • 1
  • 2
  • …
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • …
  • 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