Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Falcon

The Bare-Metal Python Web Framework
Collective - Host: opensource - https://opencollective.com/falcon - Website: https://falconframework.org - Code: https://github.com/falconry/falcon

refactor(routing): Refactor create_http_method_map into two methods (#667) (#1115)

github.com/falconry/falcon - 7d9d2ef99fb0448e2d7e1a8cca8f2c2160a6475c authored about 7 years ago by Caleb Hayashida <[email protected]>
docs(faq): Add a section on consuming JSON query string values

github.com/falconry/falcon - 2b379161367cd29a5e0c82dee459dae98abe5b22 authored about 7 years ago by Caleb Hayashida <[email protected]>
doc: Update style to match falconframework.org (#1118)

github.com/falconry/falcon - cf80a5b6121a9e79644a1a642a3f7b9781134d65 authored over 7 years ago by Kurt Griffiths <[email protected]>
doc(tutorial): Fix typo in waitress instructions (#1117)

This should be a colon

github.com/falconry/falcon - 30641b10e8f90c417bad461dce1cae60151d6231 authored over 7 years ago by Pythonidea <[email protected]>
test(TestClient) Modify methods to use simulate_request (#1108)

This allows us to customize any requests by just extending TestClient and overriding `simulate_r...

github.com/falconry/falcon - b03de6ba2514c972eff803fa86df5c613f901dee authored over 7 years ago by Tim Chen <[email protected]>
doc(CONTRIBUTING): Add benchmarking section, note pyenv workaround (#1113)

github.com/falconry/falcon - b194de2868daeeaeff44582b244ba2f0c4b58bd7 authored over 7 years ago by Kurt Griffiths <[email protected]>
doc(FAQ): Add "How can I access POSTed Files?" (#1114)

github.com/falconry/falcon - 18558198ca0ba1e91b453022e67d09908b175b27 authored over 7 years ago by Kurt Griffiths <[email protected]>
docs(FAQ): Add a section on consuming JSON query string values (#1111)

github.com/falconry/falcon - ae98caf4a926fea060e8ce091e8dc0965b742144 authored over 7 years ago by Caleb Hayashida <[email protected]>
chore: Open 1.4.0 development

github.com/falconry/falcon - a491fa5b116f1fcd2ee65a09639e45e52aacdd86 authored over 7 years ago by Kurt Griffiths <[email protected]>
doc(README): Update copyright year

github.com/falconry/falcon - 27e0af6a200540144a9cc071b588196f67b24096 authored over 7 years ago by Kurt Griffiths <[email protected]>
doc(CONTRIBUTING): Remove hr

github.com/falconry/falcon - 6de19a4dbfa54533e5788d3139c26f89f9289ed0 authored over 7 years ago by Kurt Griffiths <[email protected]>
doc(README): Sync contributing section with CONTRIBUTING.md

github.com/falconry/falcon - 9aa9c1e16489c46eb97b675477b92def94d5f679 authored over 7 years ago by Kurt Griffiths <[email protected]>
doc(CONTRIBUTING): Add note about milestones

github.com/falconry/falcon - 4ced78036393705d1b8b29d54bb4a4c7704fff4c authored over 7 years ago by Kurt Griffiths <[email protected]>
docs: Fix typo (#1109)

github.com/falconry/falcon - 90bc585847f1a97f4b9e040668a2f761217c4fa8 authored over 7 years ago by Kurt Griffiths <[email protected]>
doc(README): Fix typo

github.com/falconry/falcon - feddab5d7c46bd48b54c2d2d8f35edebc87176ba authored over 7 years ago by Kurt Griffiths <[email protected]>
chore: Remove rc2 tag

github.com/falconry/falcon - 93e3d90e41da379b455599972e492bdf7cd4cc7a authored over 7 years ago by Kurt Griffiths <[email protected]>
chore: Bump tag to rc2

github.com/falconry/falcon - 090e766d6d4506fdf6d85c5117af5d489f8df175 authored over 7 years ago by Kurt Griffiths <[email protected]>
chore(docker): Update benchmark requirements

github.com/falconry/falcon - e6ed85ca43dfcdbc2234cb11e5605569ed151235 authored over 7 years ago by Kurt Griffiths <[email protected]>
doc(CHANGES): Note fix to cookie parsing

github.com/falconry/falcon - f7ce05af6c85d8b7bd379396339340c8ea6907a0 authored over 7 years ago by Kurt Griffiths <[email protected]>
doc(quickstart): Make media handling consistent, note req.media and resp.media (#1106)

github.com/falconry/falcon - 26ff29d6f1e5b5eb1ea68e169240d1647bf5bb70 authored over 7 years ago by Kurt Griffiths <[email protected]>
doc(README): Fix JSONTranslator.process_response (#1105)

github.com/falconry/falcon - 198cc42fe021bcca65d06e4998509eadc017eb65 authored over 7 years ago by Max <[email protected]>
fix(request): Unexpected CookieError during cookie parsing (#1104)

Fix unexpected CookieError by splitting Cookie header into parts and parsing them independently.

github.com/falconry/falcon - 3d73eb4c899b5873292ebaef264a40c19bba4ad2 authored over 7 years ago by Serge <[email protected]>
chore(Authors): Update username (#1103)

My current GitHub username is carlwgeorge. My previous usernames were carlgeorge and cgtx.

github.com/falconry/falcon - d65221f5fd3052a44af7adb879e0d1339764954d authored over 7 years ago by Carl George <[email protected]>
chore: Tag as RC1

github.com/falconry/falcon - d6cc770a99f1f88dab2f984a87daf365f5758a07 authored over 7 years ago by Kurt Griffiths <[email protected]>
doc(README): Add note about verifying Cython is invoked (#1101)

Closes #1070

github.com/falconry/falcon - 57eeb45bbc40c7239c7b6dcb9d5a248c7f4a13bd authored over 7 years ago by Kurt Griffiths <[email protected]>
fix(constants): Use application/javascript instead of text/javascript (#1100)

github.com/falconry/falcon - b84c4ed2dcd2fc6d0484c9f1fde29eb89fa3f106 authored over 7 years ago by Kurt Griffiths <[email protected]>
chore: Build with 2.7.13

github.com/falconry/falcon - 13e4b022ff41d598bf4521c520589b47d4109f26 authored over 7 years ago by Kurt Griffiths <[email protected]>
chore: Tag build as b1 in preparation for release

github.com/falconry/falcon - 63ba0fc7526dd2728a555011357f93794abac9b9 authored over 7 years ago by Kurt Griffiths <[email protected]>
doc(CHANGES): Document changes made for 1.3.0 (#1098)

github.com/falconry/falcon - fba4098b47bdba9f88b0da1e5dca03fd5138bb02 authored over 7 years ago by Kurt Griffiths <[email protected]>
doc: Place kwarg docstrings under "Keyword Arguments" vs. using "optional" (#1099)

github.com/falconry/falcon - 07de4347e2cf0c9886cf94a2de4a6a63b4cb6ace authored over 7 years ago by Kurt Griffiths <[email protected]>
doc(media): Add media type constants

github.com/falconry/falcon - 1186b118d956dc4333bb4e899eb16667cdf24b39 authored over 7 years ago by Kurt Griffiths <[email protected]>
doc(api): Standardize "see also" text, fix links (#1097)

github.com/falconry/falcon - bc48195e242e96bfe7975dda8cd265a0d1c4d2a9 authored over 7 years ago by Kurt Griffiths <[email protected]>
doc(media): Add note about custom validators

github.com/falconry/falcon - 8eb3b5566083c4d41b365e80966b541017a72590 authored over 7 years ago by Kurt Griffiths <[email protected]>
fix(constants): Clean up charset params in MEDIA_* and add MEDIA_GIF (#1094)

github.com/falconry/falcon - cc377895d7ff977d71065fbc1cda404d52b96904 authored over 7 years ago by Kurt Griffiths <[email protected]>
perf: Minor optimizations to make up for perf regression in 1.3 (#1096)

* perf: Minor optimizations to make up for perf regression in 1.3

* fix: Remove guppy from re...

github.com/falconry/falcon - 554a09f24852cc41c852100b147a60d514dd1d9d authored over 7 years ago by Kurt Griffiths <[email protected]>
doc(Request/Response): Reorder attributes in the docstring (#1095)

Reorder attributes in the docstring to be more intuitive. Also edit
the docstring for Response....

github.com/falconry/falcon - 5cd09afc99e87b1f5fe6fd19b70f0e4c8c15ad49 authored over 7 years ago by Kurt Griffiths <[email protected]>
doc(constants): Improve docs for media type constants (#1091)

github.com/falconry/falcon - 5036cd0baba2e5de30b8858853c8f73e52c6fcc4 authored over 7 years ago by Kurt Griffiths <[email protected]>
doc(FAQ): Improve "batteries included" answer (#1092)

github.com/falconry/falcon - 606638276b90a8d2a1364a746aa9baaad30d7431 authored over 7 years ago by Kurt Griffiths <[email protected]>
doc: Note deprecation of CPython 2.6 and Jython (#1093)

github.com/falconry/falcon - 4fded82947aa3c20a0c872380a4d598b347a5ae3 authored over 7 years ago by Kurt Griffiths <[email protected]>
doc(README): Add wiki to quick links section

github.com/falconry/falcon - 2716ee36b4b80f9db9262f16da05d042ca42a9d4 authored over 7 years ago by Kurt Griffiths <[email protected]>
refactor: Remove "constants" package (#1090)

Remove unnecessary complexity in Falcon's namespacing.

github.com/falconry/falcon - da8934a1147b2bf653ec94c77feacecf8ef04726 authored over 7 years ago by Kurt Griffiths <[email protected]>
chore(bench): Generate django secret on-demand (#1088)

A community member (@AndrewBurdyug) mentioned this as a cleaner
solution.

github.com/falconry/falcon - 478a3419bd2aaea6d1036aee5e182a3d2624ef31 authored over 7 years ago by John Vrbanac <[email protected]>
doc(routing): Greatly expand the routing documentation (#1086)

Include documentation around the new field converter feature.

github.com/falconry/falcon - 329889a862d1057f008730e0a1b4a16fc23af131 authored over 7 years ago by Kurt Griffiths <[email protected]>
test(bench): Add Django benchmark (#1087)

* test(bench): Add Django benchmark

* chore: Fix pep8 in django app

github.com/falconry/falcon - cf011c7c8f002545bba807e5eef111912aec4c01 authored over 7 years ago by Kurt Griffiths <[email protected]>
feat(Request): Add support for several proxy "forwarded" headers (#1083)

Add support for some "forwarded" headers, included several new
attributes and a reworking of so...

github.com/falconry/falcon - b51d4e9a35692bc78264b56c14556654c07200cd authored over 7 years ago by Kurt Griffiths <[email protected]>
fix(routing): Fix field converter argstr going past closing paren (#1085)

github.com/falconry/falcon - c50a89d42808798a1ff4fc7ed7f31fc80aac6218 authored over 7 years ago by Kurt Griffiths <[email protected]>
feat(routing): Add ABC for URI template field converters (#1084)

Also rename "fragment" to "value" to be consistent with the terminology
used in the docstrings.

github.com/falconry/falcon - b70ae05c2d78b06e4f21d2e118371c97e8c60829 authored over 7 years ago by Kurt Griffiths <[email protected]>
feat(routing): Add UUIDConverter (#1082)

github.com/falconry/falcon - 5c2d118fe93979bb3e679d3f24107d6cef8411c6 authored over 7 years ago by Kurt Griffiths <[email protected]>
refactor(print_routes): Clean up test code and DRY traverse() (#1080)

github.com/falconry/falcon - adc22e1a439a93521b977bc384bb4e624baea6a8 authored over 7 years ago by Kurt Griffiths <[email protected]>
docs: Updating to reflect the move to Gitter

github.com/falconry/falcon - 60fa5f0327a2ca6c98f1ebab45fcfc38750719c1 authored over 7 years ago by Kurt Griffiths <[email protected]>
refactor: Make the CompiledRouter pickleable (#1077)

The CompiledRouter is not pickle-able because the default responder uses
function within functi...

github.com/falconry/falcon - 826febdce692822732b728dddb0e720cde9419ee authored over 7 years ago by Munir Contractor <[email protected]>
feat(routing): Add DateTimeConverter (#1079)

* feat(routing): Add DateTimeConverter

* fix(routing): Remove unused slot param

github.com/falconry/falcon - c50be6f3b41f5aaa54e44650adf064f9513a0cd5 authored over 7 years ago by Kurt Griffiths <[email protected]>
doc: Rework introductory text in docs and README (#1078)

* doc: Rework introductory text in docs and README

* doc: Further improvements to intro text

github.com/falconry/falcon - 72c634e8f752f83183791ee5a6edff070b701d4f authored over 7 years ago by Kurt Griffiths <[email protected]>
doc(errors): Fix RFC links (#1076)

github.com/falconry/falcon - 25e0c3873b24dda74e85387457e0e3829cbee7bf authored over 7 years ago by Kurt Griffiths <[email protected]>
doc(errors): Index new error classes (#1075)

github.com/falconry/falcon - a946638c307944722dc4e0af3383ecbd060f2dd3 authored over 7 years ago by Kurt Griffiths <[email protected]>
fix(HTTPError): Remove extra headers entry in docstring (#1074)

github.com/falconry/falcon - eb81a2155c9341ac672645fcb9532c97bf64d65e authored over 7 years ago by Kurt Griffiths <[email protected]>
docs(errors): Removing extra "headers" entries from error docstrings (#1072)

Fixes: #1071

github.com/falconry/falcon - 4767b07ba800c94edb96f37a81579adbccfc9e5a authored over 7 years ago by John Vrbanac <[email protected]>
chore(travis): Adding gitter notification for Travis (#1073)

github.com/falconry/falcon - 0ec653486bfb58486a6a62095a36e238a18734a0 authored over 7 years ago by John Vrbanac <[email protected]>
feat(API): Foundational support for URI template field converters (#1067)

Provides an initial converter (int) along with relevant plumbing and
tests. Additional converte...

github.com/falconry/falcon - f6ca88632451fb22346c1c91436c384fd1a50ed8 authored over 7 years ago by Kurt Griffiths <[email protected]>
feat: Add 5xx error classes (#1066)

* feat: Add 501 Not Implemented error class

* feat: Add 504 Gateway Timeout class

* feat: ...

github.com/falconry/falcon - fe1dfd0fad0685296db9a2dea8ccd380316bde64 authored over 7 years ago by wssbck <[email protected]>
Added a get_param_as_datetime() method to fetch query param as datetime (#1053)

* feat(Requests): Added a get_param_as_datetime() method to fetch query param as datetime

* f...

github.com/falconry/falcon - ef03f4c8803dda415e8ed1e60aa8698b6a7d9956 authored over 7 years ago by Ritesh Kadmawala <[email protected]>
test: Use 3.6 instead of 3.5 and remove xdist since it is buggy with py3 (#1069)

github.com/falconry/falcon - 975565ba53355d8a563b698e1ca15f416f260f72 authored over 7 years ago by Kurt Griffiths <[email protected]>
feat: Request and Response media-type handling (#1050)

This is a first pass at a non-breaking change that'll allow for a customizable media handling sy...

github.com/falconry/falcon - 3495344ff466a86a411d255c452ba5acd34507ec authored over 7 years ago by John Vrbanac <[email protected]>
test: DRY up test_error and removing wrapper classes for router and dep tests (#1065)

github.com/falconry/falcon - 7e31c65b9af2904149ec753f3a8b7080609631dc authored over 7 years ago by John Vrbanac <[email protected]>
test: Clean up hook and print api tests (#1064)

github.com/falconry/falcon - 5da8aad15bb150889621c1eb122202865ee21416 authored over 7 years ago by John Vrbanac <[email protected]>
refactor(tests): Migrate to pytest (#1057)

Convert tests to pytest
Remove ddt and testtols dependencies

Closes falconry/falcon#844

github.com/falconry/falcon - 04d73f5256c6d1aad493f13d3eaec789ce205b4f authored over 7 years ago by Serge <[email protected]>
feat: Add referer attribute to request (#1063)

Fixes #933

github.com/falconry/falcon - b7cc80b8ed83727bd33dd04dc274e624a26d208a authored over 7 years ago by mayurmahajan <[email protected]>
feat: Make it easier to set content-type (#1058)

Add constants for common media types.

github.com/falconry/falcon - 4578017def483dbf475591a620d26c8ca8f5748d authored over 7 years ago by mayurmahajan <[email protected]>
fix: Resolve PyTest and linting errors on the build (#1060)

github.com/falconry/falcon - f7849a8ac53b825c783b9ea726c6e9a6acc427c9 authored over 7 years ago by John Vrbanac <[email protected]>
feat(CompiledRouter): Add an intermediate AST step to the compiler (#1040)

Rather than compiling the routing tree directly to Python code,
first generate an AST and then ...

github.com/falconry/falcon - f1597d77e6cba3bd9dbd20f966656203e619ad25 authored over 7 years ago by Kurt Griffiths <[email protected]>
feat: Add CPython 3.6 support (#1048)

github.com/falconry/falcon - e0abfcfc642b3b255f7803aff026f8ad60afbc3a authored over 7 years ago by Kurt Griffiths <[email protected]>
feat: Add __repr__ for Request, Response, and HTTPError (#1041)

Closes #1025

github.com/falconry/falcon - c2a6999186d5377494df2a56b2c716e422b934db authored over 7 years ago by Naveen Yadav <[email protected]>
doc(FAQ): How to access form params (#1045)

github.com/falconry/falcon - 403170fbb428ece7d202c661b1868a95531ec595 authored over 7 years ago by Kurt Griffiths <[email protected]>
test: Add Hug test and reorganize scripts and requirements (#1042)

Add a hug ecosystem test to validate Falcon against the most recent
Hug release, to ensure we a...

github.com/falconry/falcon - 67ca1ad6794c327380ac3cd21fa92731933ddc70 authored over 7 years ago by Kurt Griffiths <[email protected]>
doc: Move FAQ (#1044)

github.com/falconry/falcon - 1ae0a68dd2715b13a7d2e5c5898f59aa04a130c9 authored over 7 years ago by Kurt Griffiths <[email protected]>
Open 1.3.0 development

github.com/falconry/falcon - 27a14e5458b092d44749d621e9c43abbdbb9d245 authored over 7 years ago by Kurt Griffiths <[email protected]>
chore: Remove build tag

github.com/falconry/falcon - f375729cbda2ee49278f93ad0b61cd3e22ee5763 authored over 7 years ago by Kurt Griffiths <[email protected]>
chore: Note Response.delete_header() in changelog (#1039)

github.com/falconry/falcon - a648dd1c7af42c403399a93a0468e38a29795ab6 authored over 7 years ago by Kurt Griffiths <[email protected]>
chore: Update changelog (#1021)

github.com/falconry/falcon - 77b5afafe30d953dc115f6bb4fce56dc88ef8999 authored over 7 years ago by Kurt Griffiths <[email protected]>
doc: Clarify warning banner text (#1035)

github.com/falconry/falcon - 097cc93aa1b22731f7a9c7e59ac558d40527cbc3 authored over 7 years ago by Kurt Griffiths <[email protected]>
doc(Response): "Sets..." ---> "Set..." (#1036)

github.com/falconry/falcon - 62a3fa46d337792149ad89e469220676ac48c8cc authored over 7 years ago by Kurt Griffiths <[email protected]>
Response header delete (#1032)

* added Response.delete_header()

* feat(Response): add Response.delete_header()

Previously...

github.com/falconry/falcon - 7b22daa3a69f4137fc7cb2c046ced9dd513867fb authored over 7 years ago by Ron Rothman <[email protected]>
doc(Request): Improve auto_parse_form_urlencoded docstring (#1038)

github.com/falconry/falcon - 0b792f3891d04189411ec70fc0395f0dd2cd370d authored over 7 years ago by Kurt Griffiths <[email protected]>
chore: Disable Jython travis job (#1023)

github.com/falconry/falcon - 333e5164bed5e807e8c88ffbb15bd1a3cc619f2e authored over 7 years ago by Kurt Griffiths <[email protected]>
chore: Tag build as RC1

github.com/falconry/falcon - 14a9c056542a7e4a99663ee0fe298c81c27a8cdd authored over 7 years ago by Kurt Griffiths <[email protected]>
fix: URI template field parsing bugs (#1019)

Fix the following bugs:

* Only the '.' special character is properly handled, even though...

github.com/falconry/falcon - b1517e810406829d67bc5753e223b957740200b1 authored over 7 years ago by Kurt Griffiths <[email protected]>
chore: Use pytest-xdist (#1018)

github.com/falconry/falcon - 082dca59912cdfcf7333c3785e96e52821263131 authored over 7 years ago by Kurt Griffiths <[email protected]>
doc: Rework the tutorial (#1009)

Rework the tutorial to be more consistent, and to better explain
certain principles that drive ...

github.com/falconry/falcon - 661c77a901514c65b0f9a14bb7fccb6c416d5079 authored over 7 years ago by Kurt Griffiths <[email protected]>
doc: Improve errors documentation, esp. re serialization (#1012)

github.com/falconry/falcon - 77907f15487af1199583fddeae05f1fe57267460 authored over 7 years ago by Kurt Griffiths <[email protected]>
chore(tox): Cleanup tox.ini (#1017)

github.com/falconry/falcon - b1e5e2c6f58cd4bc2033bd190fbeefafaeb8a46b authored over 7 years ago by Kurt Griffiths <[email protected]>
test: Migrate URI template and router testing to pytest (#1016)

Note that some tests were moved from test_uri_templates to
test_default_router.

github.com/falconry/falcon - 9cb4b24c83c06274627b503953068201a9beff41 authored over 7 years ago by Kurt Griffiths <[email protected]>
fix: Broken paths in MANIFEST.in (#1015)

github.com/falconry/falcon - da9c4fd9433a3a107a439167252f81f33f4311f9 authored over 7 years ago by Kurt Griffiths <[email protected]>
Add LICENSE to MANIFEST.in (#1014)

github.com/falconry/falcon - 506b39036e2bdd36901be4848257a1c2d3f61b53 authored over 7 years ago by Joshua Adelman <[email protected]>
doc(tutorial): Testing as part of the tutorial. (#934)

github.com/falconry/falcon - 73507b1a3049063d4924f759ba4b5af2451bafda authored almost 8 years ago by Michal Bultrowicz <[email protected]>
doc(API): Improve req, resp param descriptions and related docs (#1003)

github.com/falconry/falcon - d43d295c6eecb8fb65014a2b47ffa788b42575b7 authored almost 8 years ago by Kurt Griffiths <[email protected]>
doc(routing): Clarify req kwarg

github.com/falconry/falcon - ee89b7c9ffcd373900a8c3e8090c6ed90e1f4631 authored almost 8 years ago by Kurt Griffiths <[email protected]>
chore(routing): Tweak docs, move helper code to api_helpers, add req kwarg (#1002)

github.com/falconry/falcon - 572d3ac90792ec4751fae946126cb718bc221c36 authored almost 8 years ago by Kurt Griffiths <[email protected]>
feat(API): Add support for routing on full request (#1001)

github.com/falconry/falcon - ad583b9e170361bbc6258997ff11c69bc8ac081f authored almost 8 years ago by Steven Seguin <[email protected]>
feat(errors): Additional error classes (#973)

Add error classes for the following:

* 428 Precondition Required
* 431 Request Header Fields...

github.com/falconry/falcon - f3ca318c5d1243ed0afcbeac5be7e9f49b2c175a authored almost 8 years ago by wssbck <[email protected]>
doc(strip_url_path_trailing_slash): Remove redundant "when present" (#996)

github.com/falconry/falcon - b3689885550bb4142875f4094f782d5e24093936 authored almost 8 years ago by Kurt Griffiths <[email protected]>