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

racker / falcon / 588

Builds Branch Commit Type Ran Committer Via Coverage
588 master Merge pull request #327 from kgriffs/issues/275 doc: Quickstart example doesn't work on Py3K due to json.load push 08 Oct 2014 05:59PM UTC kgriffs travis-ci pending completion   set done
587 master Merge pull request #323 from kgriffs/issues/304 doc: Function _generate_id() in the tutorial is not py3k compatible push 08 Oct 2014 05:47PM UTC kgriffs travis-ci pending completion   set done
586 master Merge pull request #322 from kgriffs/issues/314 fix(Request): Empty value in query string should not be parsed into None push 08 Oct 2014 05:41PM UTC kgriffs travis-ci pending completion   set done
585 master Clean up tox output. Pull #330 07 Oct 2014 01:54AM UTC warsaw travis-ci pending completion   set done
584 master fix pep8 rules Pull #329 06 Oct 2014 02:28PM UTC ealogar travis-ci pending completion   set done
583 master feat(API): Add middlewares to falcon API A list of Middleware classes can be added to falcon WSGI api.add_middlewares([MiddClass1,...]) A middleware will be executed always with every request/response dispatched, no matters routing and errors. A ... Pull #329 06 Oct 2014 01:42PM UTC ealogar travis-ci pending completion   set done
582 master feat(API): Add middlewares to falcon API A list of Middleware classes can be added to falcon WSGI api.add_middlewares([MiddClass1,...]) A middleware will be executed always with every request/response dispatched, no matters routing and errors. A ... Pull #329 06 Oct 2014 10:31AM UTC ealogar travis-ci pending completion   set done
581 master doc: Add mailing list info push 03 Oct 2014 10:19PM UTC kgriffs travis-ci pending completion   set done
580 master Merge pull request #318 from kgriffs/stream-improvements feat(Response): Add convenience method for setting stream and length push 03 Oct 2014 08:42PM UTC kgriffs travis-ci pending completion   set done
579 master chore(AUTHORS): Add peoplemerge. Thanks for contributing! push 03 Oct 2014 08:37PM UTC kgriffs travis-ci pending completion   set done
578 master Merge branch 'peoplemerge-msgpack' push 03 Oct 2014 08:31PM UTC kgriffs travis-ci pending completion   set done
577 master doc: Quickstart example doesn't work on Py3K due to json.load json.load in Python 3 no longer accepts an encoding parameter (or bytes), so the example was reworked to read the bytes, decode them, and then parse as JSON in three separate steps. U... Pull #327 02 Oct 2014 09:50PM UTC kgriffs travis-ci pending completion   set done
576 master doc: Function _generate_id() in the tutorial is not py3k compatible This patch modifies the function to just generate a UUID, which will work for both Python 2 and Python 3. Closes #304 Pull #323 02 Oct 2014 07:42PM UTC kgriffs travis-ci pending completion   set done
575 master fix(Request): Empty value in query string should not be parsed into None Before this patch, a query string such as "foo=1&foo=&foo=44" would be parsed into [('foo', '1'), ('foo', '44')] and subsequently folded into: params['foo'] = ['1', '44']. H... Pull #322 02 Oct 2014 07:17PM UTC kgriffs travis-ci pending completion   set done
574 master feat(Response): Add convenience method for setting stream and length This adds a convenience method, set_stream(...), to the Response class for setting the stream and its length at the same time, which should help people not forget to set both an... Pull #318 02 Oct 2014 06:36PM UTC kgriffs travis-ci pending completion   set done
  • ← Previous
  • 1
  • 2
  • …
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • …
  • 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