Ecosyste.ms: OpenCollective

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

github.com/strawberry-graphql/strawberry

A GraphQL library for Python that leverages type annotations šŸ“
https://github.com/strawberry-graphql/strawberry

Add longer timeout for release check api (#139)

63c0ad74a33086cc452d6af218cd3db099ed4a19 authored over 5 years ago by Patrick Arminio <[email protected]>
Release šŸ“ 0.15.3

46b8cb75fcb0c89fa0056c9a47923302f321ce13 authored over 5 years ago by Botberry <[email protected]>
Don't try to convert optional arguments to dataclasses (#140)

5d5d39e9053c9893fd1ba55bd9f3e501dd4565c4 authored over 5 years ago by Patrick Arminio <[email protected]>
Release šŸ“ 0.15.2

c4277f35da2bb181dea07795426e9e039467e0b5 authored over 5 years ago by Botberry <[email protected]>
Fix for arguments conversion (#136)

* Add failing test for argument conversion

* Unwrap optional type annotations when converting...

c6796786b96fa54a401c84d64bddb680be1087fd authored over 5 years ago by Patrick Arminio <[email protected]>
Release šŸ“ 0.15.1

b2711dc7a49e8f6d1b343d2d009c24682a743d05 authored over 5 years ago by Botberry <[email protected]>
Add Django Support (#123)

* setup django contrib folder + django dependency

* fixed test setup for django

* started ...

68a838b90b5d153aae72ce11c06c2f8fd54eaa12 authored over 5 years ago by Jayden Windle <[email protected]>
Hard code API_URL

GitHub actions don't pass any secret in forked PRs

0fd755f2ff8d6580af482aafe719eb609a168dbf authored over 5 years ago by Patrick Arminio <[email protected]>
Merge pull request #134 from strawberry-graphql/pip/starlette-0.12.9

Bump starlette from 0.12.8 to 0.12.9

6c4dd0575522af498c84e8eccc17e6504b86aba3 authored over 5 years ago by Patrick Arminio <[email protected]>
Release šŸ“ 0.15.0

55b0b33816e50ad3dad15eccecb78d97102af4fe authored over 5 years ago by Botberry <[email protected]>
Merge pull request #135 from strawberry-graphql/feature/release-check-api

Send comment via API

bed982e58d8dd6d2985f1229a75c019f868cc66d authored over 5 years ago by Patrick Arminio <[email protected]>
Send release check comment via an API.

This should fix issues with PRs coming from forks.

dae8da985848f38209acd5b2745242dd1ee65243 authored over 5 years ago by Patrick Arminio <[email protected]>
Bump starlette from 0.12.8 to 0.12.9

Bumps [starlette](https://github.com/encode/starlette) from 0.12.8 to 0.12.9.
- [Release notes](...

555136887de1f596a591e2acc5c0f07c81ec48ed authored over 5 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Remove bot token

This should make the GitHub action work on PRs

1fa91f637c547871f571c8b59eebcccbd0e402cc authored over 5 years ago by Patrick Arminio <[email protected]>
Merge pull request #131 from strawberry-graphql/dependabot/pip/pytest-5.1.2

Bump pytest from 5.0.1 to 5.1.2

1c28e702804b01e60c7781499726f74aeecb0320 authored over 5 years ago by Patrick Arminio <[email protected]>
Release šŸ“ 0.14.4

e7a573cebf68e909bc948278cb0974dcb3925f33 authored over 5 years ago by Botberry <[email protected]>
Merge pull request #129 from sciyoshi/fix-enum-conversion

Fix conversion of Enum types in resolvers, arguments, and input types

d6ec40e5463a7f74e467bfe2beb73075eaf58e41 authored over 5 years ago by Patrick Arminio <[email protected]>
Bump pytest from 5.0.1 to 5.1.2

Bumps [pytest](https://github.com/pytest-dev/pytest) from 5.0.1 to 5.1.2.
- [Release notes](http...

9d0cc8bc2456efddb6f18ebd780f0564181cfb75 authored over 5 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Merge pull request #124 from strawberry-graphql/pip/starlette-0.12.8

Bump starlette from 0.12.7 to 0.12.8

8c26200e19dd8060122e1ee177724569ab34178d authored over 5 years ago by Patrick Arminio <[email protected]>
Fix the conversion of Enum values in resolvers, arguments and input types

72fdd0f6fff00221f478e1acc12ea38c2d421821 authored over 5 years ago by Samuel Cormier-Iijima <[email protected]>
Add tests showing enum conversion failure

275ec380bf842b4a69c7aafb7413d0a93fe72d80 authored over 5 years ago by Samuel Cormier-Iijima <[email protected]>
Merge pull request #132 from strawberry-graphql/fix/release-check

Check if we have a GitHub token before sending comments

17d79908e31bc0968247669e43728324f87d2d65 authored over 5 years ago by Patrick Arminio <[email protected]>
Skip check for bots PRs

9810b73f8e55521441e2d4e7670b7059b180177f authored over 5 years ago by Patrick Arminio <[email protected]>
Check if we have a GitHub token before sending comments

984e8ad729c664bd9e66ced382b74e59aa487fed authored over 5 years ago by Patrick Arminio <[email protected]>
Bump starlette from 0.12.7 to 0.12.8

Bumps [starlette](https://github.com/encode/starlette) from 0.12.7 to 0.12.8.
- [Release notes](...

825a6a311e170486b0a4f5d4de243c815b798b17 authored over 5 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Release šŸ“ 0.14.3

35fa652b5ecbb147b44ae77a3bc6cc97b0d24d5f authored over 5 years ago by Botberry <[email protected]>
Merge pull request #130 from sciyoshi/mypy-plugin

Add a mypy plugin that enables typechecking Strawberry types

0f2f0f5c56e84e90a1d52dd3fe89b2fad072c285 authored over 5 years ago by Patrick Arminio <[email protected]>
Add a mypy plugin that enables typechecking Strawberry types

Also adds mypy as a dev dependency and re-enables the mypy CircleCI task.

2b3f76f98f596474cb9978ff1d03fcec515af9b5 authored over 5 years ago by Samuel Cormier-Iijima <[email protected]>
Release šŸ“ 0.14.2

5759e9cac18dd5ffe5e58b26e6d1bd4ce9683df1 authored over 5 years ago by Botberry <[email protected]>
Merge pull request #128 from sciyoshi/fix-lists-optional

Fix Lists being marked as Optional

036aee3cdf616d49b192b91da0cd84b12cdb1317 authored over 5 years ago by Patrick Arminio <[email protected]>
Fix Lists being marked as Optional.

Closes #127

9bfcb1ed48274139e6a59994d961fc8801861d41 authored over 5 years ago by Samuel Cormier-Iijima <[email protected]>
Release šŸ“ 0.14.1

49a2aa469a529353d7f792db3d261357a67854a8 authored over 5 years ago by Botberry <[email protected]>
Merge pull request #126 from strawberry-graphql/action-release-check

Add check for release file on PRs to master

1af5873e1ca26624b909fa3b3eb9206e174a55c7 authored over 5 years ago by Patrick Arminio <[email protected]>
Add label with release type

a77f7b3ab293f26316169ca8c75cba3b944bb3ca authored over 5 years ago by Marco Acierno <[email protected]>
Add GitHub Action to check if RELEASE.md is available in PRs

2e59ca7b9516eb1f29a358c323fda3770a2947ae authored over 5 years ago by Patrick Arminio <[email protected]>
Bump flake8 from 3.7.7 to 3.7.8 (#102)

Bumps [flake8](https://gitlab.com/pycqa/flake8) from 3.7.7 to 3.7.8.
- [Release notes](https://g...

0a22c0559884f538c87feb40a02674a39a3f737c authored over 5 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Bump uvicorn from 0.8.2 to 0.8.6 (#119)

Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.8.2 to 0.8.6.
- [Release notes](https...

75fa6a4cdb323ef737d1d5300b64eb1c4eb0291a authored over 5 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Release šŸ“ 0.14.0

7a121579a52da1d75e85658a7cbbd6fe0f705031 authored over 5 years ago by Botberry <[email protected]>
Bump starlette from 0.12.4 to 0.12.7 (#120)

Bumps [starlette](https://github.com/encode/starlette) from 0.12.4 to 0.12.7.
- [Release notes]...

72ef71f3a0abd1c9f361b43f14077547b1e495a1 authored over 5 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Add support for custom directives (#121)

92d8f5de1f4f9f88c8e4b38fca5538d2a56424c7 authored over 5 years ago by Patrick Arminio <[email protected]>
Release šŸ“ 0.13.4

4d6b78559bafc9dfa7139f8dca8adbcc8e0a0700 authored over 5 years ago by Botberry <[email protected]>
Improve dict_to_type conversion by checking if the field has a dā€¦ (#118)

418623191aa99553e91b0276ff7340db8891f6a2 authored over 5 years ago by Marco Acierno <[email protected]>
Release šŸ“ 0.13.3

f074c3379ef3eba9c4136a1e3ecb545247b30e9a authored over 5 years ago by Botberry <[email protected]>
Merge pull request #113 from strawberry-graphql/fix/field-input-missing-in-init

Fix input field not created correctly with strawberry.field

85d6598c57743ab06defa993606eb1435fca4ad5 authored over 5 years ago by Marco Acierno <[email protected]>
Fix input field not created correctly with strawberry.field

a13fd77f1a73bdda4d879d0ca6e29800e53f123d authored over 5 years ago by Marco Acierno <[email protected]>
Bump graphql-core-next from 1.1.0 to 1.1.1 (#111)

Bumps [graphql-core-next](https://github.com/graphql-python/graphql-core-next) from 1.1.0 to 1.1...

b43b104679d161b339c8771ded0f79e696aa6af2 authored over 5 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Release šŸ“ 0.13.2

37b0caefcf10266d5f984710ef757f0a0ff9fba6 authored over 5 years ago by Botberry <[email protected]>
Fix Union usage as return type for a mutation (#110)

* Fix Union type when used as return value

* Add check when resolving the union to make sure ...

56dad802bdfa28f710c230bebce19df86f8be51c authored over 5 years ago by Marco Acierno <[email protected]>
Bump pytest from 5.0.0 to 5.0.1 (#101)

Bumps [pytest](https://github.com/pytest-dev/pytest) from 5.0.0 to 5.0.1.
- [Release notes](htt...

1c5ba1e1d376d73f58c1be5662232641693f76a6 authored over 5 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Bump starlette from 0.12.1 to 0.12.4 (#107)

Bumps [starlette](https://github.com/encode/starlette) from 0.12.1 to 0.12.4.
- [Release notes]...

0d6612f80b044a8332092800b04862abc59d7032 authored over 5 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Bump graphql-core-next from 1.0.5 to 1.1.0 (#105)

Bumps [graphql-core-next](https://github.com/graphql-python/graphql-core-next) from 1.0.5 to 1.1...

cd40d8575ef7be9ee7cbbc6564e60fb59279a035 authored over 5 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Release šŸ“ 0.13.1

a88e15528daf42be7ea468ef195dc969a87586e5 authored over 5 years ago by Botberry <[email protected]>
Fix parents methods field not inherited (#108)

* Fix parents methods field not inherited

* Add release file

4ca25865546cf084d33064c16fe84f694d7e6ea3 authored over 5 years ago by Marco Acierno <[email protected]>
Release šŸ“ 0.13.0

8e5e0f9c675fb55d8ab1cbf31401d603c20ca1a7 authored over 5 years ago by Botberry <[email protected]>
Add Support for Field Permissions (#103)

* add permission classes and test cases

* format permission.py

* add noqa flag for base pe...

ad850a08127c8572558ed84d8250316d2b6528ac authored over 5 years ago by Johnbosco Ohia <[email protected]>
Bump isort from 4.3.20 to 4.3.21 (#97)

Bump isort from 4.3.20 to 4.3.21

a98d057a370bcd395934a28baa91a370ea58e053 authored over 5 years ago by Patrick Arminio <[email protected]>
Bump pytest from 4.6.3 to 5.0.0 (#99)

Bump pytest from 4.6.3 to 5.0.0

b66b5b07bda299983bb12ba1b4f98947af355532 authored over 5 years ago by Patrick Arminio <[email protected]>
Bump pytest from 4.6.3 to 5.0.0

Bumps [pytest](https://github.com/pytest-dev/pytest) from 4.6.3 to 5.0.0.
- [Release notes](http...

9192a3c60b9ef668cb3550eec940228d781fb79f authored over 5 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Bump isort from 4.3.20 to 4.3.21

Bumps [isort](https://github.com/timothycrosley/isort) from 4.3.20 to 4.3.21.
- [Release notes](...

7a6d5485973172e70d490d395d649c3084ec1f5e authored over 5 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Bump uvicorn from 0.4.6 to 0.8.2 (#94)

Bump uvicorn from 0.4.6 to 0.8.2

77de87bb446ae7b9fc18e068e26952b32ae81ae5 authored over 5 years ago by Patrick Arminio <[email protected]>
Bump uvicorn from 0.4.6 to 0.8.2

Bumps [uvicorn](https://github.com/encode/uvicorn) from 0.4.6 to 0.8.2.
- [Release notes](https:...

2931f7ac39b2e2eeb292dbed21ec7861909a4a00 authored over 5 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Bump starlette from 0.11.3 to 0.12.1 (#92)

Bump starlette from 0.11.3 to 0.12.1

d14dd46a98095940a5bb444eb7ba57903ec46d3e authored over 5 years ago by Patrick Arminio <[email protected]>
Bump starlette from 0.11.3 to 0.12.1

Bumps [starlette](https://github.com/encode/starlette) from 0.11.3 to 0.12.1.
- [Release notes](...

889104c15fdd8916d129f63128e72aa99ec0b5a0 authored over 5 years ago by dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Release šŸ“ 0.12.0

18078d27d2f05c244482b548385fb26fda28cfd3 authored over 5 years ago by Botberry <[email protected]>
Refactor ASGI application (#87)

Refactor ASGI application

21b70dbff6bf77ee16954cae34df4e8b448651e2 authored over 5 years ago by Patrick Arminio <[email protected]>
Add release notes

ca9f241808c21d1376159e672061726aeac7b532 authored over 5 years ago by Patrick Arminio <[email protected]>
Fix type for keep alive interval

f2df7fa2312242e73ac4afcc6001a2f2fc32a2f9 authored over 5 years ago by Patrick Arminio <[email protected]>
Remove TODO comment

e63970ed6f63f5a2bb3378eeaa58fd323a191ea5 authored over 5 years ago by Patrick Arminio <[email protected]>
Refactor ASGI app

f0693207405777bf95ff136233abd69b8b624530 authored over 5 years ago by Patrick Arminio <[email protected]>
Add coverage report when running tests (#93)

Add coverage report when running tests

6fb7ad3226eaa3792c6887e876d8e35b98b45351 authored over 5 years ago by Patrick Arminio <[email protected]>
Add coverage report when running tests

e2b2a813257db23845afc1f4b7f2c09236cbe15c authored over 5 years ago by Patrick Arminio <[email protected]>
Release šŸ“ 0.11.0

273d7b6cd1301ffbf0d4e564eeecf323603e1a46 authored over 5 years ago by Botberry <[email protected]>
Add support for optional arguments when a default value is provided (#82)

* added support for optional arguments when a default value is provided

* fixed no default ar...

f380a5d695ef728ce0bcfa5adaaf488de92db565 authored over 5 years ago by Jayden Windle <[email protected]>
Bump pytest from 4.5.0 to 4.6.1 (#78)

Bump pytest from 4.5.0 to 4.6.1

06513571041205b0c0b871799697577d37130bb7 authored over 5 years ago by Patrick Arminio <[email protected]>
Bump pytest from 4.5.0 to 4.6.1

Bumps [pytest](https://github.com/pytest-dev/pytest) from 4.5.0 to 4.6.1.
- [Release notes](http...

f016990fa8f873e8b83201c689c846e3bd08b026 authored over 5 years ago by dependabot-preview[bot] <dependabot-preview[bot]@users.noreply.github.com>
Release šŸ“ 0.10.0

b75e3b7b475896b1977e19728bb2effbca5e3e3a authored over 5 years ago by Botberry <[email protected]>
Fix issue that prevented using InitVar as field type (#76)

Fix issue that prevented using InitVar as field type

73dc6be31f2288138f1b7f765113668d2f2dc31a authored over 5 years ago by Patrick Arminio <[email protected]>
Fix issue that prevented using InitVar as field type

ce722f8940513323142432b1fc0c9accb4e24989 authored over 5 years ago by Patrick Arminio <[email protected]>
Bump graphql-core-next from 1.0.4 to 1.0.5 (#74)

Bump graphql-core-next from 1.0.4 to 1.0.5

9deb793cdc733e995be6323816bef86db813d952 authored over 5 years ago by Patrick Arminio <[email protected]>
Bump pygments from 2.4.0 to 2.4.1 (#73)

Bump pygments from 2.4.0 to 2.4.1

1869d2803e166c496d8ea326e92bfa9ca3402e42 authored over 5 years ago by Patrick Arminio <[email protected]>
Bump black from 18.9b0 to 19.3b0 (#75)

Bump black from 18.9b0 to 19.3b0

eaedf5891b431f1d846e5f6f5b1e04c0914df58b authored over 5 years ago by Patrick Arminio <[email protected]>
Bump black from 18.9b0 to 19.3b0

Bumps [black](https://github.com/ambv/black) from 18.9b0 to 19.3b0.
- [Release notes](https://gi...

05bab9be71cb6a5e4638601d0c6398f1870651e0 authored over 5 years ago by dependabot-preview[bot] <dependabot-preview[bot]@users.noreply.github.com>
Bump graphql-core-next from 1.0.4 to 1.0.5

Bumps [graphql-core-next](https://github.com/graphql-python/graphql-core-next) from 1.0.4 to 1.0...

2a7cd046f6b992e4cd693a50d765dd88d10177b6 authored over 5 years ago by dependabot-preview[bot] <dependabot-preview[bot]@users.noreply.github.com>
Bump pygments from 2.4.0 to 2.4.1

Bumps [pygments](https://bitbucket.org/birkenfeld/pygments-main) from 2.4.0 to 2.4.1.
- [Changel...

569497dbf8408afb7ff43dc397edc0963cc689b6 authored over 5 years ago by dependabot-preview[bot] <dependabot-preview[bot]@users.noreply.github.com>
Release šŸ“ 0.9.1

c3568077d2cbd9ce0017ad07ac1a74731a436957 authored over 5 years ago by Botberry <[email protected]>
Merge pull request #72 from strawberry-graphql/fix/readme-logo

Use absolute url for logo in README

49941a64d646a01997456a7d7a3063ccb24b1048 authored over 5 years ago by Patrick Arminio <[email protected]>
Use absolute url for logo in README

This should fix the broken image on PyPI

e4316a12e2d13ebe91493a1f6dad313dc13134b6 authored over 5 years ago by Patrick Arminio <[email protected]>
Release šŸ“ 0.9.0

a1d33a6a6e8eca9067ef880e9d211f9eb7988cbb authored over 5 years ago by Botberry <[email protected]>
Merge pull request #59 from strawberry-graphql/feature/resolver-functions

Add support for passing a resolver function when declaring a field

d4871e83fd26923f0bca674fc94989240c84dc6e authored over 5 years ago by Patrick Arminio <[email protected]>
Add RELEASE.md

dfe0a47a9ddaf6c6a5f0c08ef5a2291f01b8d273 authored over 5 years ago by Patrick Arminio <[email protected]>
Bump hupper from 1.5 to 1.6.1 (#69)

Bump hupper from 1.5 to 1.6.1

9b1e316ac70a34a745c5acbca88ef44925c0d1a1 authored over 5 years ago by Patrick Arminio <[email protected]>
Bump pdbpp from 0.9.6 to 0.10.0 (#67)

Bump pdbpp from 0.9.6 to 0.10.0

10fd7781c9f4d742bb87a57b27d4da7e0c8c1b86 authored over 5 years ago by Patrick Arminio <[email protected]>
Bump graphql-core-next from 1.0.1 to 1.0.4 (#65)

Bump graphql-core-next from 1.0.1 to 1.0.4

a4cc9a8c0cffeaa95385be7109c9ede324f18704 authored over 5 years ago by Patrick Arminio <[email protected]>
Bump graphql-core-next from 1.0.1 to 1.0.4

Bumps [graphql-core-next](https://github.com/graphql-python/graphql-core-next) from 1.0.1 to 1.0...

90d4002b897c192d8999797a7d8a7367f4755412 authored over 5 years ago by dependabot[bot] <[email protected]>
Bump pdbpp from 0.9.6 to 0.10.0

Bumps [pdbpp](https://github.com/antocuni/pdb) from 0.9.6 to 0.10.0.
- [Release notes](https://g...

7bcd5d58984c0cfb5c03ccb8fd7779793fb56d23 authored over 5 years ago by dependabot[bot] <[email protected]>
Bump isort from 4.3.9 to 4.3.20 (#70)

Bump isort from 4.3.9 to 4.3.20

e72580d4b6028b6c59e7e8508a8f11020041c151 authored over 5 years ago by Patrick Arminio <[email protected]>
Bump pytest from 4.2.1 to 4.5.0 (#71)

Bump pytest from 4.2.1 to 4.5.0

50bd609b07e697b905621e44930c770ee5c21969 authored over 5 years ago by Patrick Arminio <[email protected]>
Bump pytest from 4.2.1 to 4.5.0

Bumps [pytest](https://github.com/pytest-dev/pytest) from 4.2.1 to 4.5.0.
- [Release notes](http...

c73c02ecec24598610f5a37144c745f60618bd7d authored over 5 years ago by dependabot[bot] <[email protected]>
Bump isort from 4.3.9 to 4.3.20

Bumps [isort](https://github.com/timothycrosley/isort) from 4.3.9 to 4.3.20.
- [Release notes](h...

1e3ded5a0a9799a681aef4a73c22b594d5c59fe5 authored over 5 years ago by dependabot[bot] <[email protected]>
Bump hupper from 1.5 to 1.6.1

Bumps [hupper](https://github.com/Pylons/hupper) from 1.5 to 1.6.1.
- [Release notes](https://gi...

e02a683b5c05acd2802f7f8bcf84fe8985facaa2 authored over 5 years ago by dependabot[bot] <[email protected]>