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
feat(Request) Add default parameter to get_param
github.com/falconry/falcon - 9dc3d87259b8fc50abc638a42b20e1eaa04d0cbc authored over 9 years ago by Kurt Griffiths <[email protected]>
Does not appear to require any changes to the actual library code, only
to the tests
Jython 2.7...
github.com/falconry/falcon - d2c2ce9fc398ad9c5f0ff2d84f134e394b2e3429 authored over 9 years ago by Clara Bennett <[email protected]>fix(errors): Reuse '100 Continue' string
github.com/falconry/falcon - 66e70fad59fc2f7cb74da17067de3149a8ae0d01 authored over 9 years ago by John Vrbanac <[email protected]>doc(status): Document verbose status constants
github.com/falconry/falcon - d2654cbe7b31b737bc32313e49e973c432884a4b authored over 9 years ago by John Vrbanac <[email protected]>Alias HTTP_CONTINUE to HTTP_100 rather than setting it to separate string.
github.com/falconry/falcon - 96c6dbf27f1c58cdfe832c3cc02f054d2ff6d732 authored over 9 years ago by Kurt Griffiths <[email protected]>
Add verbose status constants to the RST docs so that developers can discover
them without having...
github.com/falconry/falcon - d5a0a95b72916a8666da1d9bb714f2e0dda1706a authored over 9 years ago by Kurt Griffiths <[email protected]>
github.com/falconry/falcon - 25d09c9ba1e6ef25ad023a7c7279eac3beeb8429 authored over 9 years ago by Steve McMaster <[email protected]>
github.com/falconry/falcon - 5a80afbf30a7b47073e9b2bae84b38614da3b1aa authored over 9 years ago by Kurt Griffiths <[email protected]>
Use super() where possible
github.com/falconry/falcon - 66f3f8d7dd19fe3628b1a83ffdf183f711c7267d authored over 9 years ago by Kurt Griffiths <[email protected]>
Use super() in object construction when accessing parent classes.
This allows Python's MRU to do...
github.com/falconry/falcon - 62f63a2ec384a804b3005397c4ba54311bd77e06 authored over 9 years ago by Kurt Griffiths <[email protected]>
feat(status_codes) Add friendly status code names
github.com/falconry/falcon - dd9b2f635d0cf7d46c5eb7874c3536a9b4acf32a authored over 9 years ago by John Vrbanac <[email protected]>chore: Enable pip caching for travis
github.com/falconry/falcon - 51429806830004da614812f7e1db2f422483a21e authored over 9 years ago by John Vrbanac <[email protected]>github.com/falconry/falcon - 8206b34e39a104dfd9122c675ecbef2ae4c395f2 authored over 9 years ago by Kurt Griffiths <[email protected]>
doc(README): Update travis and coverall links to refer to new org
github.com/falconry/falcon - fca2f2ce198c26f8630c6e6ef89af7b004fed348 authored over 9 years ago by Kurt Griffiths <[email protected]>github.com/falconry/falcon - fe3b070e01c9bdb81e1ffb560f6c65bb2c45a37a authored over 9 years ago by Kurt Griffiths <[email protected]>
github.com/falconry/falcon - 39b0f6f1ab1216025b885427ac3b289e5286e6fa authored over 9 years ago by Henrik Tudborg <[email protected]>
github.com/falconry/falcon - da14d42a3f4cf39155b37d97ffcb0bf77ccbc593 authored over 9 years ago by Steve McMaster <[email protected]>
github.com/falconry/falcon - e78fe38b0607b1921c963b7792f0e98bab18cb2d authored over 9 years ago by Kurt Griffiths <[email protected]>
doc(README): Updating CI status badges to SVG
github.com/falconry/falcon - ee652e267ed8c9f049c0e05db4e474c8c89321fc authored over 9 years ago by Kurt Griffiths <[email protected]>
Using svgs for the badges produces a more consistent visual experience
when rendered.
Added the following new helpers for setting and getting cookies
- set_cookie(name : str, value :...
github.com/falconry/falcon - d1f5a5c4ae6effc587df2c5afee74a7d09734bea authored almost 10 years ago by Kurt Griffiths <[email protected]>
(fix)(utils/uri) change decode behavior for handle json/url values
github.com/falconry/falcon - 42992a8478f0347d90443391ec6de06452d4230f authored almost 10 years ago by Kurt Griffiths <[email protected]>
Fix problem when client sent percent-encoded character like commas: they were
not escaped. Now t...
github.com/falconry/falcon - f36bd272d05e707ca6a7a60eb2732ce3ce82f0a7 authored almost 10 years ago by Kurt Griffiths <[email protected]>
fix(dependencies): falcon needs at least six 1.4.0
github.com/falconry/falcon - 13d324f1f1e8fcb0e441524b3faca5426c9bc015 authored almost 10 years ago by Kurt Griffiths <[email protected]>doc: Remove 0.2 notice from README (RST version)
github.com/falconry/falcon - d317456c54657a803c93e5780438763d5cbc96bc authored almost 10 years ago by Kurt Griffiths <[email protected]>
Remove note about 0.2 since it is no longer relevant. This has already
been done for the Markdow...
Update README to remove note about 2.0
github.com/falconry/falcon - 9c459d41e30778aa877b54b330914d8367b4f0eb authored almost 10 years ago by Kurt Griffiths <[email protected]>six.PY2 is used several times in falcon, but that wasn't added to six until 1.4.0
github.com/falconry/falcon - 144bb75b7c6fd21fec983220a113bd3837c94da9 authored almost 10 years ago by cgtx <[email protected]>Now that 2.0 is released we don't need this note.
github.com/falconry/falcon - 5b1d4dddd8b19546668efb226a2f79fdd85b1c66 authored almost 10 years ago by lwcolton <[email protected]>github.com/falconry/falcon - b6b2bc62ee559377404d459af96fb0b6fb752c1a authored almost 10 years ago by Kurt Griffiths <[email protected]>
github.com/falconry/falcon - 1dd39e25b6b35e125491cd48ae3a97f87efbba77 authored almost 10 years ago by Kurt Griffiths <[email protected]>
doc(Middleware): Correct and clarify a few passages of text
github.com/falconry/falcon - 36deebab3a275a413bacd0276563eb3c07c2e950 authored almost 10 years ago by Kurt Griffiths <[email protected]>
The middleware components page includes a tip that talks about modifying
req.uri. That is a read...
Packaging
github.com/falconry/falcon - 326cc2f534ef054bdafde03f9ed9668273eae20a authored almost 10 years ago by Kurt Griffiths <[email protected]>github.com/falconry/falcon - 91362f9dc6455e3f7b9d381eef4e01bcf95dffbf authored almost 10 years ago by Kurt Griffiths <[email protected]>
Include docs and tests in the archive, and update the README so that
it mentions needing to inst...
fix tutorial sample code
github.com/falconry/falcon - ef46b4abc806b463200fce9af0a8c5d7c5b6472d authored almost 10 years ago by Kurt Griffiths <[email protected]>docs: Change complex example to match new middleware feature
github.com/falconry/falcon - fe5f5025e288d94f3916fe57587facfe246bbe1a authored almost 10 years ago by Kurt Griffiths <[email protected]>github.com/falconry/falcon - bba9174e45995aa83f16a8d37f5afd6ad0a172c6 authored almost 10 years ago by Kurt Griffiths <[email protected]>
github.com/falconry/falcon - 69756bcf9a410c87a5231da4a176d4391f691baf authored almost 10 years ago by Kurt Griffiths <[email protected]>
The `process_response` method of `JSONTranslator` is missing the
`resource` argument in order to...
github.com/falconry/falcon - b1d4cca641031cdea60302bf7874106525e49000 authored almost 10 years ago by mamachanko <[email protected]>
github.com/falconry/falcon - 0f1ef875fb5037533da1e4d07a24e1a447602a43 authored almost 10 years ago by Kurt Griffiths <[email protected]>
doc(Quickstart): Fix no spacing after "big picture" graphic
github.com/falconry/falcon - 23629a9e710630145246a21fb991d63e90476b3b authored almost 10 years ago by Kurt Griffiths <[email protected]>doc: Make the docs index more hierarchical
github.com/falconry/falcon - d17e8247e2e9d4bec4b3fddb0d7597448bae1292 authored almost 10 years ago by Kurt Griffiths <[email protected]>
With the standard RTD theme, the navigation sidebar flattens all TOCs listed
on the index page. ...
github.com/falconry/falcon - 4e89448294bd2d638fa3cefa898496af6b9dacde authored almost 10 years ago by Kurt Griffiths <[email protected]>
doc: Add changelog for 0.2.0
github.com/falconry/falcon - ff74e7e65c97076989fc4517b72871180a33e0e8 authored almost 10 years ago by Kurt Griffiths <[email protected]>github.com/falconry/falcon - 2458a5fdc293157b1d2661874f86160c7cddbb0b authored almost 10 years ago by Kurt Griffiths <[email protected]>
doc: Switch to using standard RTD theme
github.com/falconry/falcon - c67ab3ec97e0d34fb48b6a40f47ad856911097fa authored almost 10 years ago by Kurt Griffiths <[email protected]>chore: Enable py34 tests in Travis CI
github.com/falconry/falcon - 3cdad0b6caa27865f5f34918ff4f99cb3289ce49 authored almost 10 years ago by Kurt Griffiths <[email protected]>github.com/falconry/falcon - 076bdc43ab38a8b7878a2826d53e18fbed810549 authored almost 10 years ago by Kurt Griffiths <[email protected]>
doc(API): Fix markup errors in docstrings
github.com/falconry/falcon - 38ce113ab06bcf97d97061142fa0dd983a1b8eac authored almost 10 years ago by Kurt Griffiths <[email protected]>
Add missing backticks around `resp`, and add missing colon introducing
a sample code block.
Switch to using standard RTD theme for improved readability. Copy important
sidebar content to t...
fix(pylint): Disable false positives due to Python 2 vs. Python 3 branches
github.com/falconry/falcon - a605a812909aaf2d06e1570d7edf0248cc14a06c authored almost 10 years ago by Kurt Griffiths <[email protected]>doc(FAQ): Bring up to date with latest 0.2.0 code
github.com/falconry/falcon - 87c5b995c59f8349e82f7482580eaf9e542a18b2 authored almost 10 years ago by Kurt Griffiths <[email protected]>fix(HTTPError): Correct typo in default link text, make more generic
github.com/falconry/falcon - e72940494f882687a326d74c1c137a28014795cf authored almost 10 years ago by Kurt Griffiths <[email protected]>doc: Minor tweaks to middleware docs and RTD template
github.com/falconry/falcon - 1b44f5693cf0212c0a3ecb5b35c3ca5bb023ddab authored almost 10 years ago by Kurt Griffiths <[email protected]>github.com/falconry/falcon - e1ac0aa3f3a865c208aa92269a233685765f15ea authored almost 10 years ago by Kurt Griffiths <[email protected]>
Correct the link text typo "documention" to "documentation". Also make
the text more generic by ...
Update and polish the FAQ to reflect the latest updates to the 0.2.0 code
base, in anticipation ...
Misc. tweaks to the docs in preparation for 0.2.0rc1, including:
* Edit middleware docs for ...
doc(middleware): Fix middleware interface in quickstart
github.com/falconry/falcon - 5bc5ac7502f46d5364655f7c70e092d29cb350e3 authored almost 10 years ago by Kurt Griffiths <[email protected]>doc(reference): Standardize docstring syntax
github.com/falconry/falcon - 7df77ea43ab9e306acbea95224bcff23c6c3b605 authored almost 10 years ago by Kurt Griffiths <[email protected]>The quickstart documentation has an incorrect example for process_resource middleware.
github.com/falconry/falcon - d9e4acccbd5390c90efcdbbc2763495dfb166c39 authored almost 10 years ago by Rahman Syed <[email protected]>
Unify the use of markup in docstrings, particulary relating to the use of
backticks and asterisk...
feat(middleware): Add middleware method "process_resource"
github.com/falconry/falcon - 5886e6482a70b5a9ff39d0cda60ef9d241092328 authored almost 10 years ago by Kurt Griffiths <[email protected]>Create a new middleware method process_resource that occurs after process_request and routing, a...
github.com/falconry/falcon - ead6357fd5c4af35e8fd0e3ff88cc0c23360753c authored almost 10 years ago by Rahman Syed <[email protected]>doc(Tutorial): Fix formatting of unordered list
github.com/falconry/falcon - 329652371d010abb8bef60bfb78345b278b2341e authored almost 10 years ago by Kurt Griffiths <[email protected]>github.com/falconry/falcon - 45ca88b3a14c5a6b11efb9ac1260da44a62e0427 authored almost 10 years ago by Bernhard Weitzhofer <[email protected]>
Edit docs for correctness and clarity
github.com/falconry/falcon - fba36327f1022065b2416b0ffdbb75c9a96b04c1 authored almost 10 years ago by Kurt Griffiths <[email protected]>github.com/falconry/falcon - 02c6100826ba56cd470ae880491a4f1eb600530b authored almost 10 years ago by Kurt Griffiths <[email protected]>
docs(API): Fix signature of process_request(...) in API docstring
github.com/falconry/falcon - 13fd3560de9e891bc39da388dd8fdb3dee88ffb4 authored almost 10 years ago by Kurt Griffiths <[email protected]>Edit the prose in the existing documentation for clarity and correctness.
Closes #296
github.com/falconry/falcon - 6beba38df1edeca34198f4c5eeebc9020bdd67e3 authored almost 10 years ago by Kurt Griffiths <[email protected]>github.com/falconry/falcon - 92c3effc6170050b69f0bf1db8a9ca8b0954f56a authored almost 10 years ago by Bernhard Weitzhofer <[email protected]>
Update the version so that people do not confuse HEAD with 0.2.0b2, which
was released a few wee...
github.com/falconry/falcon - ec147f118d2af0a3e93193844127492de38be87d authored almost 10 years ago by Kurt Griffiths <[email protected]>
test(HTTPError): Test to_json helper
github.com/falconry/falcon - 01d44130d204f933f2127955b70487a1ded373d5 authored almost 10 years ago by Kurt Griffiths <[email protected]>
Update the README and quickstart example code to showcase the new
middleware feature. Also tweak...
Add the new resource param to the examples in the hook documentation.
github.com/falconry/falcon - 749247699cd0f817092b17d8d8432dc811094b22 authored almost 10 years ago by Kurt Griffiths <[email protected]>
In order to reduce confusion, add a note about how to install the
Falcon 0.2 beta and release ca...
Better express three of Falcon's most attractive features: performance,
clean code, and no depen...
Add a note to the middleware param documentation to ensure people don't
mistakenly pass class ty...
Audit docstrings and touch up any that are unclear or out of date. Fix minor
typos as they are d...
Mitigate confusion around resp.status that may cause some developers to
assign just a code to it...
Use travis' new build workers
github.com/falconry/falcon - ee82fb1c415b10896d236dbc934ebbe5198eb8d5 authored about 10 years ago by Kurt Griffiths <[email protected]>They boot faster and since we don't use sudo we can use them.
github.com/falconry/falcon - ddfce6c8bd5c979fdcaa13eb852c09ffc9eb51df authored about 10 years ago by Omer Katz <[email protected]>github.com/falconry/falcon - 1e3fcbd348215bd3d1e297434412f3744ca4704a authored about 10 years ago by Kurt Griffiths <[email protected]>
github.com/falconry/falcon - aae9ddf8ea2e138c9d869ae21b6d5b5201c6fff2 authored about 10 years ago by Kurt Griffiths <[email protected]>
Update the error serialization test so that it tests to_json, not just
to_yaml. Remove the depen...
github.com/falconry/falcon - f7ea4b81226dd510b374d78a7d02ba49e0027488 authored about 10 years ago by Kurt Griffiths <[email protected]>
Ocassionally we need to increase complexity in order to deal with
PY2 vs. PY3, or to optimize ho...
Middleware object example using bound methods
github.com/falconry/falcon - e9ce9ae5460a5a5b310c474901d3b14bcd32261d authored about 10 years ago by Kurt Griffiths <[email protected]>fix(errors): HTTPServiceUnavailable error's retry_after can be `datetime...
github.com/falconry/falcon - 6722c3828e168da2b589ca309f96a64c2c1458c6 authored about 10 years ago by Kurt Griffiths <[email protected]>github.com/falconry/falcon - c7555c5163dd5416d4c7e11643e850569d857875 authored about 10 years ago by e3 <[email protected]>