Ecosyste.ms: OpenCollective

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

Litestar

We develop production-grade, high-performance tooling for web development, including the Litestar web framework | Effortlessly Build Performant APIs. We recommend you choose one of the similar tiers on https://polar.sh/litestar-org
Collective - Host: opensource - https://opencollective.com/litestar - Website: https://litestar.dev/ - Code: https://github.com/litestar-org/litestar

Merge pull request #3 from Goldziher/openapi

OpenAPI spec generation

github.com/litestar-org/litestar - 4771698b80a8829016b631a102a37595e63f73ae authored about 3 years ago by Na'aman Hirschfeld <[email protected]>
updated dependencies

github.com/litestar-org/litestar - 026820f918da3bb6e00867d5bec16029e38cb69c authored about 3 years ago by Na'aman Hirschfeld <[email protected]>
added openapi endpoint

github.com/litestar-org/litestar - 493b7304895995249fd29c1d7bfd6a5ec731f900 authored about 3 years ago by Na'aman Hirschfeld <[email protected]>
invalidated cache

github.com/litestar-org/litestar - c828ecb07a957ce62c286943c3a55bddc7e40a57 authored about 3 years ago by Na'aman Hirschfeld <[email protected]>
update testing

github.com/litestar-org/litestar - f275b1c4b0f78954e2b0e8ef4e7bb639909d0657 authored about 3 years ago by Na'aman Hirschfeld <[email protected]>
initial openapi

github.com/litestar-org/litestar - b5a62345dc11ca0b61b16afa1fce4de22e77e21e authored about 3 years ago by Na'aman Hirschfeld <[email protected]>
fixed response type parsing

github.com/litestar-org/litestar - 88761f33ae7a1a6591d01873080a388647ffcd41 authored about 3 years ago by Na'aman Hirschfeld <[email protected]>
updated badges

github.com/litestar-org/litestar - d9939631d0c06460c26f65c66b24ab83ee08fdf6 authored about 3 years ago by Na'aman Hirschfeld <[email protected]>
updated badges

github.com/litestar-org/litestar - c83030cc8bf531fb4e4e7a47adf8d31b7deaef64 authored about 3 years ago by Na'aman Hirschfeld <[email protected]>
added sonarcloud

github.com/litestar-org/litestar - 027c78ee540b7a38bbc571cd4f8ed61224c91946 authored about 3 years ago by Na'aman Hirschfeld <[email protected]>
Merge pull request #2 from Goldziher/logging-config

Logging config

github.com/litestar-org/litestar - 8dbc3aee5d6633d26c8fe8eb35c7f788d6a08dd2 authored about 3 years ago by Na'aman Hirschfeld <[email protected]>
fixed import of Literal for py3.7

github.com/litestar-org/litestar - f68687478811699c537fada716e04ef489c393dd authored about 3 years ago by Na'aman Hirschfeld <[email protected]>
added default logging config

github.com/litestar-org/litestar - 24a6e937bded1fa9cf551afb9521d4a5d1a14dce authored about 3 years ago by Na'aman Hirschfeld <[email protected]>
added discord badge

github.com/litestar-org/litestar - fcdd33e0254b32097e80f0de8433976b5f6f3918 authored about 3 years ago by Na'aman Hirschfeld <[email protected]>
100% coverage

github.com/litestar-org/litestar - 4e3126af28a36ce8c848e70afad0a56128fb2aa1 authored about 3 years ago by Na'aman Hirschfeld <[email protected]>
updated header params

github.com/litestar-org/litestar - cd741fcdf7cb1129381f8e5353b57699716ba475 authored about 3 years ago by Na'aman Hirschfeld <[email protected]>
update response, add header params

github.com/litestar-org/litestar - eeb21651fa1b761b93017a714f799cc950c2bef3 authored about 3 years ago by Na'aman Hirschfeld <[email protected]>
resolved merge conflicts

github.com/litestar-org/litestar - 914c45002aa344ac4fd2471d952f236d92c3e6aa authored about 3 years ago by Na'aman Hirschfeld <[email protected]>
updated request

github.com/litestar-org/litestar - 5ca99c7b749d3a8b60a21adebb0a1c481404a5b8 authored about 3 years ago by Na'aman Hirschfeld <[email protected]>
Merge pull request #1 from Goldziher/sondrelg/fixes

Fix KeyError raised when annotating a view with return annotations

github.com/litestar-org/litestar - 4e1a19d5532d183a141712392560e032f403f48d authored about 3 years ago by Na'aman Hirschfeld <[email protected]>
bugfix: Improve test quality

github.com/litestar-org/litestar - b21daf3a64a361f7bd399225ea31047cd8dd0b98 authored about 3 years ago by Sondre Lillebø Gundersen <[email protected]>
bugfix: Return responses directly from the view

github.com/litestar-org/litestar - 43e275b6ea4a84ad65144f448d50bd72eb23e1d1 authored about 3 years ago by Sondre Lillebø Gundersen <[email protected]>
bugfix: Add failing test

github.com/litestar-org/litestar - 022a88eba43de0830f32e6efc3a7ed606524b812 authored about 3 years ago by Sondre Lillebø Gundersen <[email protected]>
bugfix: Handle return annotations

github.com/litestar-org/litestar - 6724cbf1cef4f5b57998bfa02fe7722af6004947 authored about 3 years ago by Sondre Lillebø Gundersen <[email protected]>
bugfix: Add failing test

github.com/litestar-org/litestar - cb334fc8c56862f91dbecad1846004621e999cdf authored about 3 years ago by Sondre Lillebø Gundersen <[email protected]>
updated url handling

github.com/litestar-org/litestar - 48c80e47e7d2c44af9b40b009c3b3eea097d1021 authored about 3 years ago by Na'aman Hirschfeld <[email protected]>
deprecated starlette methods

github.com/litestar-org/litestar - d6eb87cc451a4ce60fca5dadd10bf7b483f6d71f authored about 3 years ago by Na'aman Hirschfeld <[email protected]>
more tests

github.com/litestar-org/litestar - 0e53a1f97e9b3fe8bcc5ba64273390180ab16e03 authored about 3 years ago by Na'aman Hirschfeld <[email protected]>
update route handlers

github.com/litestar-org/litestar - 92f0ef8962e8874535242abf01bd331fd11239b9 authored about 3 years ago by Na'aman Hirschfeld <[email protected]>
updated provider tests

github.com/litestar-org/litestar - 8cb46cf75a6fb29d1728aaf9023b604b6c3d25b7 authored about 3 years ago by Na'aman Hirschfeld <[email protected]>
updated http_method validation

github.com/litestar-org/litestar - b2f51ada365caad1854971e8ddaf6642f50d45cf authored about 3 years ago by Na'aman Hirschfeld <[email protected]>
refactored file structure

github.com/litestar-org/litestar - c08404d09529b09e9ffdb4fdb3e9620167e6fc82 authored about 3 years ago by Na'aman Hirschfeld <[email protected]>
test enums

github.com/litestar-org/litestar - d11587c0a0db9377d55aa2e6acaba0c16f78d651 authored about 3 years ago by Na'aman Hirschfeld <[email protected]>
more tests

github.com/litestar-org/litestar - a2a68b95929760417a2213d19376aa296af11c83 authored about 3 years ago by Na'aman Hirschfeld <[email protected]>
changed injected to provide

github.com/litestar-org/litestar - a9c9302049bb14943ebb8df4e5ffe0f8c705ba21 authored about 3 years ago by Na'aman Hirschfeld <[email protected]>
fix test

github.com/litestar-org/litestar - 5748bc967ab1204fc5395718860f56111228d763 authored about 3 years ago by Na'aman Hirschfeld <[email protected]>
fix generic alias issues

github.com/litestar-org/litestar - a39c456139738df7ca1714bbc9a8843dffc8b687 authored about 3 years ago by Na'aman Hirschfeld <[email protected]>
more tests

github.com/litestar-org/litestar - f1ca360c30d78fbe784e9860cde30fbac8285bb3 authored about 3 years ago by Na'aman Hirschfeld <[email protected]>
added logo

github.com/litestar-org/litestar - 76240cf624ffe3c90f795911013ca1950e20304f authored about 3 years ago by Na'aman Hirschfeld <[email protected]>
more tests

github.com/litestar-org/litestar - af35410b7e1b17ad7e8c7e3ff028a23c2fee8f27 authored about 3 years ago by Na'aman Hirschfeld <[email protected]>
added tests

github.com/litestar-org/litestar - 979d17000d2ed92e7af69e30536480a25529abe3 authored about 3 years ago by Na'aman Hirschfeld <[email protected]>
updated partial test

github.com/litestar-org/litestar - a460f34bfceabf8a5178c168be960d64e1ffa6f0 authored about 3 years ago by Na'aman Hirschfeld <[email protected]>
added Partial[T]

github.com/litestar-org/litestar - 483b0d9a3d037c166d27713da465a2356e7bfda0 authored about 3 years ago by Na'aman Hirschfeld <[email protected]>
updated dependency injection

github.com/litestar-org/litestar - dfdc1b5b3eb35f38b8f6ba29aa9f60f8a4197610 authored about 3 years ago by Na'aman Hirschfeld <[email protected]>
added dep. injection

github.com/litestar-org/litestar - c4868fe4f452d8624105385b058e2a78955a32bc authored about 3 years ago by Na'aman Hirschfeld <[email protected]>
updated route handler logic

github.com/litestar-org/litestar - b2b73b653364210eaf2a503199ed0b77b5b2d3a5 authored about 3 years ago by Na'aman Hirschfeld <[email protected]>
resolved typing issues

github.com/litestar-org/litestar - c78ff49eadfb9248a8f1ff66157bb4a813e635f4 authored about 3 years ago by Na'aman Hirschfeld <[email protected]>
updated routing

github.com/litestar-org/litestar - 5a9dc47f3ecf5a677518f759eb2e486c999e2756 authored about 3 years ago by Na'aman Hirschfeld <[email protected]>
updated tests

github.com/litestar-org/litestar - d0ad15937456c63fc8352380f06e55cb83933117 authored about 3 years ago by Na'aman Hirschfeld <[email protected]>
added route, app and updated path handling

github.com/litestar-org/litestar - a59b7a888a4e574aca0dcc0ffa68460914158a1f authored about 3 years ago by Na'aman Hirschfeld <[email protected]>
updated comments

github.com/litestar-org/litestar - baa49a96f5d717644d98aa7039348f2d1146f0f1 authored about 3 years ago by Na'aman Hirschfeld <[email protected]>
added cached_property decorator

github.com/litestar-org/litestar - 47e243f213aa50fce2e4e0aa06cc9b350c8cecd7 authored about 3 years ago by Na'aman Hirschfeld <[email protected]>
further tests

github.com/litestar-org/litestar - 1fd1e7a5c6d0ad892a56f89eb56909db45ab7b38 authored about 3 years ago by Na'aman Hirschfeld <[email protected]>
added more tests

github.com/litestar-org/litestar - 0de5439859943a15ff786ff270aa81129c848afc authored about 3 years ago by Na'aman Hirschfeld <[email protected]>
added query params test

github.com/litestar-org/litestar - 1f7139a4a6a72041d9b04b62ef75855aac1d603b authored about 3 years ago by Na'aman Hirschfeld <[email protected]>
fixed test

github.com/litestar-org/litestar - 5ab04ce979bf1ec146d00b01d8964e73621afcfe authored about 3 years ago by Na'aman Hirschfeld <[email protected]>
increased test coverage

github.com/litestar-org/litestar - a6a20770d626df3b478b224fb184c1575139c3f2 authored about 3 years ago by Na'aman Hirschfeld <[email protected]>
simplified route decorator

github.com/litestar-org/litestar - f9bd0dc970a40e5d857c102e007869c17666a082 authored about 3 years ago by Na'aman Hirschfeld <[email protected]>
v0.0.1a

github.com/litestar-org/litestar - 63642a0b760fe9571b912d2b274e5f3da1947006 authored about 3 years ago by Na'aman Hirschfeld <[email protected]>
0.0.1

github.com/litestar-org/litestar - 4d73af46e41b7e780f6c88091664750b2e0d54f0 authored about 3 years ago by Na'aman Hirschfeld <[email protected]>
initial tests

github.com/litestar-org/litestar - fa5caddc0e9d68a364be6a320c820b27738807de authored about 3 years ago by Na'aman Hirschfeld <[email protected]>
added readme

github.com/litestar-org/litestar - adf5b54bfa14b89f164e51a119507899a58cca02 authored about 3 years ago by Na'aman Hirschfeld <[email protected]>
initial

github.com/litestar-org/litestar - a846ff6198ad8c986e2101c5883f6f7f4c700950 authored about 3 years ago by Na'aman Hirschfeld <[email protected]>