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 #158 from starlite-api/gitignore-site-directory

Add `site/` to `.gitignore`

github.com/litestar-org/litestar - dcd118ed7e0e691935de9b43a0bdccb2646f32c3 authored over 2 years ago by Na'aman Hirschfeld <[email protected]>
Merge pull request #157 from starlite-api/docs-workflow

Constrain mkdocs in docs build.

github.com/litestar-org/litestar - 97b1d126123f32623c53eb37bc7430bdf5b6d016 authored over 2 years ago by Peter Schutt <[email protected]>
Add `site/` to `.gitignore`

`site/` directory created by `mkdocs build`

github.com/litestar-org/litestar - 170cdfac90469b54996a35fce40ce17bf0335463 authored over 2 years ago by Peter Schutt <[email protected]>
Constrain mkdocs in docs build.

github.com/litestar-org/litestar - 0e16b09651af700b6f681ed9b50b8ed6b8eae1bb authored over 2 years ago by Peter Schutt <[email protected]>
Merge pull request #156 from starlite-api/docs-middleware-example

Add example of middleware modifying response.

github.com/litestar-org/litestar - 43eb9f4097cf5b86aff8b5106730affdde0cf30f authored over 2 years ago by Na'aman Hirschfeld <[email protected]>
Add example of middleware modifying response.

github.com/litestar-org/litestar - 16a1e0cc9d4014d783c313e0685a93cc3ac50517 authored over 2 years ago by Peter Schutt <[email protected]>
Merge pull request #155 from starlite-api/issue-154-204-none-response

Empty response content for 204 status and `None` handler return value

github.com/litestar-org/litestar - 17147ba63ea645e53c0132632a7f9a7a1f4f168d authored over 2 years ago by Na'aman Hirschfeld <[email protected]>
Make test function name more explicit.

github.com/litestar-org/litestar - 45d5671a49728c74eb6def7fe4f7c917fea74a58 authored over 2 years ago by Peter Schutt <[email protected]>
204 status and `None` handler return empty response content.

github.com/litestar-org/litestar - a1df0d8739b9940385a2d6bf8a135d0fbbb1a298 authored over 2 years ago by Peter Schutt <[email protected]>
Test for empty response from `delete()` when handler returns `None`.

github.com/litestar-org/litestar - 2f379471a8b1b55456332f2ec333168830deeecc authored over 2 years ago by Peter Schutt <[email protected]>
Linting fix for docs.

github.com/litestar-org/litestar - 60831f2564a09e7112b76b2b18762a22f27a24f1 authored over 2 years ago by Peter Schutt <[email protected]>
Merge pull request #152 from vrslev/vrslev/issue143

Add pydantic-factories testing examples

github.com/litestar-org/litestar - fcfa76cab6bfed268a7c70b47aba5830b015c027 authored over 2 years ago by Na'aman Hirschfeld <[email protected]>
Update docs/usage/14-testing.md

Co-authored-by: Na'aman Hirschfeld <[email protected]>

github.com/litestar-org/litestar - 300c7fb5c51b2dac6c5a8bc3be0b5dc88fff18f0 authored over 2 years ago by Lev <[email protected]>
Update docs/usage/14-testing.md

Co-authored-by: Na'aman Hirschfeld <[email protected]>

github.com/litestar-org/litestar - 1a9a1f338ce47e6d24a6812f6738a6011e625045 authored over 2 years ago by Lev <[email protected]>
Update docs/usage/14-testing.md

Co-authored-by: Na'aman Hirschfeld <[email protected]>

github.com/litestar-org/litestar - b43dc4ba74c9aca3f38a38ad304933ab2cd3a4f4 authored over 2 years ago by Lev <[email protected]>
Update docs/usage/14-testing.md

Co-authored-by: Na'aman Hirschfeld <[email protected]>

github.com/litestar-org/litestar - 57498d1845137a1909e4d77e2adeef51461b53f7 authored over 2 years ago by Lev <[email protected]>
Add pydantic-factories testing examples

In this PR I added mini-tutorial for using pydantic-factories in tests.
Also corrected markup an...

github.com/litestar-org/litestar - 068eb5c5d57329831241ceeffaeeca1c89426aee authored over 2 years ago by Lev Vereshchagin <[email protected]>
Merge pull request #149 from starlite-api/issue-142-provide

Fix `Provide` for `@classmethod`

github.com/litestar-org/litestar - b654ad5137225011e514d20607fde21ef4f2b230 authored over 2 years ago by Peter Schutt <[email protected]>
Removes conversion of `Provide.dependency` to `partial`.

Closes # 142

github.com/litestar-org/litestar - 4069c87200893d224db1808308bd889295a13b87 authored over 2 years ago by Peter Schutt <[email protected]>
Handles detection of async partials in 3.7.

github.com/litestar-org/litestar - 3af36dd98234e3299ae53602d660ffa34886328c authored over 2 years ago by Peter Schutt <[email protected]>
Merge pull request #150 from starlite-api/tests-allow-untyped-decorators

Disable `disallow_untyped_decorators` mypy directive for test suite.

github.com/litestar-org/litestar - 14f43ab6399986c50b9a3787649b87fdf3c4bcb7 authored over 2 years ago by Peter Schutt <[email protected]>
Merge pull request #145 from starlite-api/tox-dev-dependency

Simple tox setup for testing across multiple py versions.

github.com/litestar-org/litestar - b3765436ae97f70d30c2a2c6f2799ed73152b391 authored over 2 years ago by Peter Schutt <[email protected]>
Disable `disallow_untyped_decorators` mypy directive for test suite.

Allows to remove many `# type:ignore...`s.

github.com/litestar-org/litestar - 386f14469877dadf2e72273c8fb0fb41fcac2922 authored over 2 years ago by Peter Schutt <[email protected]>
Simple tox setup for testing across multiple py versions.

Instructions in `CONTRIBUTING.md`

github.com/litestar-org/litestar - 79a5d4c72db101886753c0998721fada7ee81782 authored over 2 years ago by Peter Schutt <[email protected]>
pinned mkdocs version

github.com/litestar-org/litestar - c026c99a881a69165918a08167df5a82a766b413 authored over 2 years ago by Na'aman Hirschfeld <[email protected]>
updated mkdocs

github.com/litestar-org/litestar - 964245a855815d5010b0b7d496392fcb9bd5b16b authored over 2 years ago by Na'aman Hirschfeld <[email protected]>
fix docs badges

github.com/litestar-org/litestar - 9b844c2e583a615421e9758fac40893feb86949a authored over 2 years ago by Na'aman Hirschfeld <[email protected]>
pinned docs version

github.com/litestar-org/litestar - 60bd443273c48d40a91d4514f4f5e84ee02e4dac authored over 2 years ago by Na'aman Hirschfeld <[email protected]>
update dependencies

github.com/litestar-org/litestar - 9e2289e816e42016fe191981fae83a13d70d090c authored over 2 years ago by Na'aman Hirschfeld <[email protected]>
Add "Peter Schutt" to maintainers.

github.com/litestar-org/litestar - 9a7f28b1e8bdc66aadde146b1c57d8f5cf3fe157 authored over 2 years ago by Peter Schutt <[email protected]>
updated ci

github.com/litestar-org/litestar - 4c411b4e260c1db0d1e8f9beba3e888e7f1e7a89 authored over 2 years ago by Na'aman Hirschfeld <[email protected]>
Merge pull request #140 from starlite-api/dependabot/github_actions/pre-commit/action-3.0.0

Bump pre-commit/action from 2.0.3 to 3.0.0

github.com/litestar-org/litestar - 8b7dde0438ff75ee1ab87ddccbda08893ecb3087 authored over 2 years ago by Na'aman Hirschfeld <[email protected]>
Bump pre-commit/action from 2.0.3 to 3.0.0

Bumps [pre-commit/action](https://github.com/pre-commit/action) from 2.0.3 to 3.0.0.
- [Release ...

github.com/litestar-org/litestar - ca3c468a56a918e342e37736b93bcc61e94fadf3 authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #139 from starlite-api/dependabot/github_actions/actions/setup-python-4

Bump actions/setup-python from 3 to 4

github.com/litestar-org/litestar - ab05d7ee98b43151d7e674cf268113e5ad16047a authored over 2 years ago by Na'aman Hirschfeld <[email protected]>
Bump actions/setup-python from 3 to 4

Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3 to 4.
- [Release no...

github.com/litestar-org/litestar - c410f6496e76de81febf12f1bc1906b01735404b authored over 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Create dependabot.yaml

github.com/litestar-org/litestar - 08dc57c1e51fcd37c472b62aa600c08d93366908 authored over 2 years ago by Na'aman Hirschfeld <[email protected]>
updated badges links

github.com/litestar-org/litestar - a808188aea359e8fc7ccbdefb982634720ecb9d8 authored over 2 years ago by Na'aman Hirschfeld <[email protected]>
switch sonar organization

github.com/litestar-org/litestar - 9a2518ab767848bb694b46c7697a02b6e3bc9aa7 authored over 2 years ago by Na'aman Hirschfeld <[email protected]>
Add release workflow.

github.com/litestar-org/litestar - 765ede7072836e45a8e1073ac96e576c8bb235bc authored over 2 years ago by Peter Schutt <[email protected]>
dependency-function (#137)

- defines `Dependency` in `params.py`
- `Dependency` inserts `is_dependency=True` into `field.e...

github.com/litestar-org/litestar - 39608db4eba61e35c2710d1296ab6af3b6c7773f authored over 2 years ago by Peter Schutt <[email protected]>
Improper config when user-defined default type provided as parameter (#136)

When a user-defined generic type is resolved to be a parameter, we are unable to determine an Op...

github.com/litestar-org/litestar - fb82ecf951e8015a26958d7f571fb32cb8c20004 authored over 2 years ago by Peter Schutt <[email protected]>
Merge pull request #129 from peterschutt/issue-#127

Selective deduplication of openapi parameters.

github.com/litestar-org/litestar - 0c66fbe3e9b78cb4acc634c60ee5d6c9b9ebf936 authored over 2 years ago by Peter Schutt <[email protected]>
added a test for generic model injection

github.com/litestar-org/litestar - ad1b429d0faa5ad3c0dc612ff7a3a37a3a0a79ee authored over 2 years ago by Na'aman Hirschfeld <[email protected]>
Merge pull request #135 from starlite-api/update-deps

Update dependencies.

github.com/litestar-org/litestar - 09abc6022e08361a8f73da47ebaaf920acbe9f74 authored over 2 years ago by Peter Schutt <[email protected]>
Update dependencies.

github.com/litestar-org/litestar - 17681b3d17fbab14eadd5b9e7529672c6f112c60 authored over 2 years ago by Peter Schutt <[email protected]>
updared dependencies

github.com/litestar-org/litestar - e3ab4ad88a20f58aa8ac0ce5c0690515a0419d5c authored over 2 years ago by Na'aman Hirschfeld <[email protected]>
Merge pull request #134 from starlite-api/update-deps

Update deps

github.com/litestar-org/litestar - 8e70d4560d9f2a857fea54daaafc7b823ef3d52a authored over 2 years ago by Peter Schutt <[email protected]>
Merge pull request #133 from peterschutt/update-deps

Update dependencies.

github.com/litestar-org/litestar - dbbbec80553bc81ea017a8b47574beb9690c82e0 authored over 2 years ago by Peter Schutt <[email protected]>
Update dependencies.

github.com/litestar-org/litestar - b1c3d346abdcddaf6baae53ba72614e0af87abd4 authored over 2 years ago by Peter Schutt <[email protected]>
Selective deduplication of openapi parameters.

Ignores duplicate parameters that are equal in name and type.

Raises ImproperlyConfiguredExcept...

github.com/litestar-org/litestar - 5c8eb4c217f62967e26d921866e6e9a6f409f6fa authored over 2 years ago by Peter Schutt <[email protected]>
update publish workflow

github.com/litestar-org/litestar - 54e6f36e96d7b5bdedb052ffb7390a9bbe4bfea5 authored over 2 years ago by Na'aman Hirschfeld <[email protected]>
update publish workflow

github.com/litestar-org/litestar - 3396ddb24534b21df1cb981331e065da16901a7d authored over 2 years ago by Na'aman Hirschfeld <[email protected]>
1.3.9

github.com/litestar-org/litestar - 56de071890a39db3a29ee48084db936e737e88c5 authored over 2 years ago by Na'aman Hirschfeld <[email protected]>
Merge pull request #124 from timwedde/openapi-dependencies

Take resolved dependencies into account when generating OpenAPI schema

github.com/litestar-org/litestar - 5aaa39701bed7d363f309c9be84b4760b503d1b6 authored over 2 years ago by Na'aman Hirschfeld <[email protected]>
updated publish workflow

github.com/litestar-org/litestar - 2bcda185b39e487fb5ae3706143092edf59811ac authored over 2 years ago by Na'aman Hirschfeld <[email protected]>
updated publish workflow

github.com/litestar-org/litestar - 781535cc447617b4e2bfa5e11d001a8545d96945 authored over 2 years ago by Na'aman Hirschfeld <[email protected]>
updated release workflow

github.com/litestar-org/litestar - 2687c47383db934dd60cda3e080198cc4919c6c4 authored over 2 years ago by Na'aman Hirschfeld <[email protected]>
updated release workflow

github.com/litestar-org/litestar - 357e9231dc3fbf978ed2e8b294f7376850c86a76 authored over 2 years ago by Na'aman Hirschfeld <[email protected]>
updated publish workflow

github.com/litestar-org/litestar - 0b2f77e25a99086c4d3ba8abddd5704c4124467c authored over 2 years ago by Na'aman Hirschfeld <[email protected]>
1.3.8

github.com/litestar-org/litestar - 323024ddc47f702c4096e7b043722916556d9695 authored over 2 years ago by Na'aman Hirschfeld <[email protected]>
Merge pull request #125 from peterschutt/tag-aggregation

Fix `Router.tags` ignored.

github.com/litestar-org/litestar - 79fce303b1d0157264b0889d0a2fd61eb1143fa6 authored over 2 years ago by Na'aman Hirschfeld <[email protected]>
Fix `Router.tags` ignored.

This implementation returns the union of the route handler's tags, and any ancestor tags.

github.com/litestar-org/litestar - e56170ebfa4f691f8144ee4703543c5d2e4f6bbc authored over 2 years ago by Peter Schutt <[email protected]>
Update docs.yaml

github.com/litestar-org/litestar - ed686c93dac7559124fd43d834fb848012492354 authored over 2 years ago by Na'aman Hirschfeld <[email protected]>
Merge pull request #126 from starlite-api/update-actions

update dependencies and github actions

github.com/litestar-org/litestar - bbff3b7811e809d436cedd34a7a64fc1e71b9ff7 authored over 2 years ago by Na'aman Hirschfeld <[email protected]>
update dependencies and github actions

github.com/litestar-org/litestar - c1e10debd7bc99c31c6de9df1e2b5952f0201f34 authored over 2 years ago by Na'aman Hirschfeld <[email protected]>
Remove now-unnecessary unpacking and aliasing

github.com/litestar-org/litestar - cdbc38918a008695751dba8ff1e4fd21580667ce authored over 2 years ago by Tim Wedde <[email protected]>
Take resolved dependencies into account when generating OpenAPI schema

Instead of simply ignoring dependencies that are mentioned in the method definition, this change...

github.com/litestar-org/litestar - 2dc96fd9c3d71f31770051c4b85c3c65b3d2e26b authored over 2 years ago by Tim Wedde <[email protected]>
Merge pull request #122 from starlite-api/1.3.7

Fix logging config hanging in start_up hook

github.com/litestar-org/litestar - e41761c275bdd56c133139318f8753006707b934 authored over 2 years ago by Na'aman Hirschfeld <[email protected]>
1.3.7

github.com/litestar-org/litestar - d08d036a20fa0ae4c2ab88b47ce851c197db4a83 authored over 2 years ago by Na'aman Hirschfeld <[email protected]>
Merge pull request #121 from starlite-api/1.3.6

Update error responses to include pydantic errors under the "extra" key

github.com/litestar-org/litestar - d448645f862f499c3290f8b12c7e6e014806e190 authored over 2 years ago by Na'aman Hirschfeld <[email protected]>
Update ValidationExceptions to use extra

github.com/litestar-org/litestar - 24cc7fb91d2e23e8f0badcc75a212ed5ae930f9f authored over 2 years ago by Na'aman Hirschfeld <[email protected]>
1.3.5

github.com/litestar-org/litestar - 319263b555a2d229c0fbb47a332e9796d0a49075 authored over 2 years ago by Na'aman Hirschfeld <[email protected]>
Merge pull request #120 from starlite-api/memoize-openapi-schema

Add OpenAPI Schema Memoization

github.com/litestar-org/litestar - 8f96f14d04db4af120c451a3b9e221a17cd51a8c authored over 2 years ago by Na'aman Hirschfeld <[email protected]>
update dependencies and add memoization to openapi schema

github.com/litestar-org/litestar - beb7c39df0fb27292295d541b10fc5483c5c67b6 authored over 2 years ago by Na'aman Hirschfeld <[email protected]>
Merge pull request #119 from peterschutt/patch-1

Fix router path in example

github.com/litestar-org/litestar - 9322c5f4f0029e952de799854001976b9f813bfd authored over 2 years ago by Na'aman Hirschfeld <[email protected]>
Fix router path in example

github.com/litestar-org/litestar - 60ff9ca9fadb128d197d4446ccaab0dc58b6b5bc authored over 2 years ago by Peter Schutt <[email protected]>
1.3.4

github.com/litestar-org/litestar - 832e0dbd6b41cfd94a26e6d29dd89e3828559801 authored over 2 years ago by Na'aman Hirschfeld <[email protected]>
Merge pull request #116 from peterschutt/issue-115

Pass `FieldInfo` straight through to `create_model()` if no need to change

github.com/litestar-org/litestar - c963709b83dc1893b9b1943ecff09665506e5846 authored over 2 years ago by Na'aman Hirschfeld <[email protected]>
Pass `FieldInfo` straight through to `create_model()` if no need to change.

Where a field is neither excluded, nor mapped the least surprising thing would be that the field...

github.com/litestar-org/litestar - 2e5b1f6a8e7a1e5081e4bdb483653fa59cc369b7 authored over 2 years ago by Peter Schutt <[email protected]>
Merge pull request #118 from starlite-api/fix-tests

updated dto logic

github.com/litestar-org/litestar - 39d2ffd180cde790c924b4ec8a44036a19b4dc29 authored over 2 years ago by Na'aman Hirschfeld <[email protected]>
updated dto logic

github.com/litestar-org/litestar - d514898fa7184433d7ca8f7a8d55b1076c48cf1c authored over 2 years ago by Na'aman Hirschfeld <[email protected]>
Merge pull request #114 from peterschutt/issue-113

DTOFactory.__call__(): `...` equivalent to `PydanticUndefined` in checking for default

github.com/litestar-org/litestar - 85a48e605acafa0249a3e8bdf85572672994aecd authored over 2 years ago by Na'aman Hirschfeld <[email protected]>
Treats `...` equivalent to `PydanticUndefined` in context of detecting presence of a specified default.

github.com/litestar-org/litestar - a3d385b90ea0faf32e6ab2224709f6ef134cd428 authored over 2 years ago by Peter Schutt <[email protected]>
update docs

github.com/litestar-org/litestar - b95519c6c325074d9209f36119d749532d506ae1 authored over 2 years ago by Na'aman Hirschfeld <[email protected]>
Merge pull request #110 from garyd203/patch-1

Use correct name for Starlette's BaseHTTPMiddleware

github.com/litestar-org/litestar - f82bcaf19c9128ba33529bac45b8e698f9ce39fd authored over 2 years ago by Na'aman Hirschfeld <[email protected]>
Use correct name for Starlette's BaseHTTPMiddleware

github.com/litestar-org/litestar - 8fc359275c0d114a84d93452b11c9b71652c6fa9 authored over 2 years ago by Gary Donovan <[email protected]>
1.3.3

github.com/litestar-org/litestar - d270d56614ff2a1f3a4ff1df21d65c1f11206ca5 authored over 2 years ago by Na'aman Hirschfeld <[email protected]>
Merge pull request #109 from Joko013/joko/guard-type-docs

Add a bound type for the guard type to fix invalid type issue

github.com/litestar-org/litestar - 9e420615b9b773ba275a45090587c1b5054809e9 authored over 2 years ago by Na'aman Hirschfeld <[email protected]>
add a bound type for the guard type to fix invalid type issue

github.com/litestar-org/litestar - 5e19bce679e8925f7c7bafa7881121c4dbe72caf authored over 2 years ago by Jan Klima <[email protected]>
1.3.2

github.com/litestar-org/litestar - 13cdae1324c107f2bdf1683e08b273fe4e8a0927 authored over 2 years ago by Na'aman Hirschfeld <[email protected]>
1.3.1

github.com/litestar-org/litestar - 56315f64cbd2542dfe60b0c023623b2fd93c92c8 authored over 2 years ago by Na'aman Hirschfeld <[email protected]>
Merge pull request #106 from Joko013/jkl/skip-state-parameter-in-openapi-schema

Skip reserved keywords in parameter generation for OpenAPI schema

github.com/litestar-org/litestar - 4399c8bdcd9bd1f338500d9f472a6adb9ae286a3 authored over 2 years ago by Na'aman Hirschfeld <[email protected]>
fix incorrect data type for test client file upload

github.com/litestar-org/litestar - 616dc77e353ec55f9b3b935e43bc23691671137e authored over 2 years ago by Jan Klima <[email protected]>
ignore reserved keywords in OpenApi parameter schema generation

github.com/litestar-org/litestar - 3524c5d402fa39d10f7335082917d3c0fbbe2765 authored over 2 years ago by Jan Klima <[email protected]>
add a failing test for reserved keyword parameters

github.com/litestar-org/litestar - a565737ea4c17061205b79a2d3f35967422ac197 authored over 2 years ago by Jan Klima <[email protected]>
1.3.0

github.com/litestar-org/litestar - 574076a0bbedfa27d1e256d10240f029c28f86ff authored over 2 years ago by Na'aman Hirschfeld <[email protected]>
Merge pull request #105 from slavugan/middleware_call_order

changed middleware call order

github.com/litestar-org/litestar - 2fd16a594ecd6e4803ae93892b7e56e6e71d5e29 authored over 2 years ago by Na'aman Hirschfeld <[email protected]>