Ecosyste.ms: OpenCollective

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

github.com/strawberry-graphql/strawberry-django

Strawberry GraphQL Django extension
https://github.com/strawberry-graphql/strawberry-django

chore(release): release 0.10.2

644df4e4c9b556b91af82c2e209e156167788bd5 authored over 1 year ago by Thiago Bellini Ribeiro <[email protected]>
fix: reset annotation cache to fix some inheritance issues (#278)

strawberry 0.192.2 caused a regression on type resolving for
types inheriting other types.

R...

51d1089877ea7e133c67704ca22c07ee8b1a4ee8 authored over 1 year ago by Thiago Bellini Ribeiro <[email protected]>
chore(release): release 0.10.1

9a6b2f9dcd7789f195dc30201b4c81267f313ae1 authored over 1 year ago by Thiago Bellini Ribeiro <[email protected]>
fix: do not import anything from `strawberry.django` that is not in this lib (#277)

`strawberry.django.__init__` will try to import everything from this
lib, meaning that if we tr...

54bfec802851eceff87dcdfd1349629d7e7dfbac authored over 1 year ago by Thiago Bellini Ribeiro <[email protected]>
chore(release): release 0.10.0

486323f5affc0f2d383f67b5e71ae5f29179a129 authored over 1 year ago by Thiago Bellini Ribeiro <[email protected]>
docs: document all new features from this lib and improve existing ones (#274)

96e0b143b4e729f9fc0f9fe2c782ef053f409b8b authored over 1 year ago by Thiago Bellini Ribeiro <[email protected]>
feat: permissions extensions using the django's permissioning system (#273)

Permissions field extension using the django's permissioning system, ported from strawberry-djan...

abe61bbde91bfc574cb32991f32356ed18895a50 authored over 1 year ago by Thiago Bellini Ribeiro <[email protected]>
feat: improved mutations (#272)

* feat: improved mutations

* Improve CUD mutations to be able to handle nested relations and ...

7ca9d1b280572be0b03de8de873bb61736a2ad25 authored over 1 year ago by Thiago Bellini Ribeiro <[email protected]>
feat: enum integration (#270)

This enables exposing fields with choices in 2 ways, ported from strawberry-django-plus:

1) I...

247aa65936dd6f3a637e83b95427de7bc98fd2e0 authored over 1 year ago by Thiago Bellini Ribeiro <[email protected]>
chore: we don't use flake8 anymore

7b8efebcd31c1b51523c81060ea1e6eca08a87e1 authored over 1 year ago by Thiago Bellini Ribeiro <[email protected]>
feat: query optimizer extension (#271)

Fix #75

659addd1607928ac8a236fecf3cd5a1f4ec760de authored over 1 year ago by Thiago Bellini Ribeiro <[email protected]>
feat: new ModelProperty description (#268)

94c79a5ff08acb744f5cf00ba448cd615493911e authored over 1 year ago by Thiago Bellini Ribeiro <[email protected]>
feat: relay integration (#267)

Relay integration ported from strawberry-django-plus, using the official strawberry relay integr...

c86adc610c159aff75d519ec4e3bf43ec02132f3 authored over 1 year ago by Thiago Bellini Ribeiro <[email protected]>
[pre-commit.ci] pre-commit autoupdate (#269)

updates:
- [github.com/charliermarsh/ruff-pre-commit: v0.0.274 → v0.0.275](https://github.com/c...

67fa0f65103d194eead71b87e1cd0271c01ce6fb authored over 1 year ago by pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
refactor!: overall revamp of the type/field code and typing improvements (#265)

* refactor!: overall revamp of the type/field code and typing improvements

This is the initia...

b8816fe37179fe133587ce3de628c71e5b1c5973 authored over 1 year ago by Thiago Bellini Ribeiro <[email protected]>
chore(deps): run poetry lock to fix dev dependencies issues on tests

e4320dd53529d8e8a15eb72b5adaaf1a52ce6425 authored over 1 year ago by Thiago Bellini Ribeiro <[email protected]>
chore(release): release 0.9.5

7ee0a7c8e55a27eb88bc26d31316b62061447063 authored over 1 year ago by Thiago Bellini Ribeiro <[email protected]>
chore: remove wrongly committed RELEASE.md file

04ba4479791ea1ee33d95535ac83f5366e3ef3c3 authored over 1 year ago by Thiago Bellini Ribeiro <[email protected]>
add strawberry.relay tests, fix compatibility with relay, fix other issues (#260)

* add strawberry-relay tests, improve compatibility with relay

9dab4d6f6b0a01cf46a568ce2ec1f5ea80bbd586 authored over 1 year ago by Alexander <[email protected]>
[pre-commit.ci] pre-commit autoupdate (#259)

* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/charliermarsh/ruff-pre-commit...

14a9004bdfa1b7a43e8952747db40a8581a19e1e authored over 1 year ago by pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
chore: migrate from flake8/isort to ruff (#237)

0ce7dc5fde90e0fc8cdcb6b7a3e1e3f9efd3dc8d authored over 1 year ago by Thiago Bellini Ribeiro <[email protected]>
Update test matrix to include django 4.2 (#253)

Signed-off-by: Kwong Tung Nan <[email protected]>

b4d914c6bb4e9e04b38003f82f3a2f9b640da4f9 authored over 1 year ago by KwongTN <[email protected]>
Merge pull request #250 from cdroege/main

Add kwargs to the documentation about get_queryset

576bde19468830abe0604042d68f724a8da2d436 authored over 1 year ago by Patrick Arminio <[email protected]>
Add kwargs to the documentation about get_queryset

If you have a type that uses filters or the pagination feature, the
`get_queryset` method gets c...

e8eb4ca36507064d9078ba32870795ecca353d5f authored over 1 year ago by Christian Dröge <[email protected]>
Merge pull request #248 from capital-G/macos-gitignore

71613cc3569404813d2289e024e7ede4c8c65b88 authored over 1 year ago by Patrick Arminio <[email protected]>
add .DS_Store to gitignore

abfa4c8c5787cc018541c4cb965b50a563d69950 authored over 1 year ago by Dennis Scheiba <[email protected]>
test: update dev requirements to make sure strawberry-graphql is updated

db922ac3adccdbf1329ee2d8168e00d2cd2f01c7 authored over 1 year ago by Thiago Bellini Ribeiro <[email protected]>
chore: release 0.9.4

b03f467c3998d8711e08c5d963ee069257dae84e authored over 1 year ago by Thiago Bellini Ribeiro <[email protected]>
fix: do not add filters to non list fields

Thanks to @g-as for reporting this regression from the last release.

70707d8e89f439edbd4b80030f47ff02e042693d authored over 1 year ago by Thiago Bellini Ribeiro <[email protected]>
refactor: replace Extension by SchemaExtension as required by strawberry 0.160.0+

4454e7318b807b390808a427d8e55004c177ef99 authored over 1 year ago by Thiago Bellini Ribeiro <[email protected]>
chore: release 0.9.3

43b862b073bfa5b62ab6d895e261c9bc9adcad43 authored over 1 year ago by Thiago Bellini Ribeiro <[email protected]>
refactor: do not insert `pk` arguments inside non root fields (#246)

* refactor: do not insert `pk` arguments inside non root fields

Instead of checking if the fi...

bec0fb5d54657780ea018ac1b25666a2912f61b6 authored over 1 year ago by Thiago Bellini Ribeiro <[email protected]>
Merge pull request #239 from frleb/feature/backport-django-debug-toolbar-from-strawberry-django-plus

feature: backporting django-debug-toolbar from strawberry-django-plus

e6c4ac3b2eb0eef522c4f490c7c1fca7b345c560 authored over 1 year ago by Thiago Bellini Ribeiro <[email protected]>
Merge pull request #241 from kwongtn/update-django-test-version-4.2b1

Update test django version from 4.2a1 to 4.2b1

004892e3fee2f91153293c83e4bb8c535febe334 authored over 1 year ago by Thiago Bellini Ribeiro <[email protected]>
added django debug toolbar documentation

e069604152a70c457afc70118f86b9616a979e68 authored over 1 year ago by Frédéric Lebel <[email protected]>
added django_debug in demo dependencies

0c4700b9735d20f058673f699ad20db1405e70d9 authored over 1 year ago by Frédéric Lebel <[email protected]>
Update django version from 4.2a1 to 4.2b1

Signed-off-by: Kwong Tung Nan <[email protected]>

2e1d3e453ba047f131f5c5e8d9fcbf7090a0abe8 authored over 1 year ago by Kwong Tung Nan <[email protected]>
wip

5b375dc691844d3035ad0e3bfa8318a536cf9e04 authored over 1 year ago by Frédéric Lebel <[email protected]>
added strawberry_django as an AppConfig for django

a70e8400cee123720c83723a142c4ac48af0ba50 authored over 1 year ago by Frédéric Lebel <[email protected]>
feature: backport django-debug-toolbar integration from strawberry-django-plus

0777cb72697a46da12c7df2197b546026dd4e9c9 authored over 1 year ago by Frédéric Lebel <[email protected]>
chore: do not limit django/strawberry upper bound versions

97cdea29867d33b2bfd75b67a4310dd6cc147ddc authored over 1 year ago by Thiago Bellini Ribeiro <[email protected]>
chore: release 0.9.1

5a58fe8907cecd515959a324ef34421ebaa6effd authored over 1 year ago by Thiago Bellini Ribeiro <[email protected]>
Merge pull request #231 from devkral/fix/lazy_private

Fix private field handling

992c582cb38fb35079853baf11adab676f51981d authored over 1 year ago by Thiago Bellini Ribeiro <[email protected]>
don't use extra field variable

f381da2aeab0d55481d5e92a3ec9edbd620c3c73 authored over 1 year ago by alex <[email protected]>
fix handling of private fields

7da4274c8feab76fda659dc3b9e185bb0be64eca authored over 1 year ago by alex <[email protected]>
chore(pre-commit): update pre-commit linters and fix style issues

Fix #230

b624c564e6e8dc15f368d727a947dc63fff40fef authored over 1 year ago by Thiago Bellini Ribeiro <[email protected]>
Merge pull request #228 from kwongtn/feat/add-django-4.2-and-others-to-test-matrix

Add django 4.0,4.2 to tests & updated minor versions

51684e64ef6b953c946217eb563ad259a28846a7 authored over 1 year ago by Thiago Bellini Ribeiro <[email protected]>
Update versions & lock files

Signed-off-by: Kwong Tung Nan <[email protected]>

f7ca70bcac504743580789b82b86a573d1b7675f authored over 1 year ago by Kwong Tung Nan <[email protected]>
Add django 4.2 to supported versions

Signed-off-by: Kwong Tung Nan <[email protected]>

55418062af92915751a5ac42ac65088b1539dfe7 authored over 1 year ago by Kwong Tung Nan <[email protected]>
Test use wildcard versioning for tests

Signed-off-by: Kwong Tung Nan <[email protected]>

b4ac38e8cea06db0214300d460b39433f0890478 authored over 1 year ago by Kwong Tung Nan <[email protected]>
Test to run only when lint passes

Signed-off-by: Kwong Tung Nan <[email protected]>

fbd4f8d59e6b983d5a0877e838a27a71c7b2d594 authored over 1 year ago by Kwong Tung Nan <[email protected]>
Add django 4.0,4.2 & updated minor versions

Signed-off-by: Kwong Tung Nan <[email protected]>

42a3659b40694998daf5e2a6076e8aba45dd4bf9 authored over 1 year ago by Kwong Tung Nan <[email protected]>
chore: release 0.9

63776ad757eaaf1456544ca220286ef76198b6ef authored almost 2 years ago by Thiago Bellini Ribeiro <[email protected]>
chore: update dev dependencies and pre-commit hooks

5cea5ab33bd8b3811f84e91fcf1ec4ee38493f1b authored almost 2 years ago by Thiago Bellini Ribeiro <[email protected]>
Merge pull request #147 from ccsv/patch-3

Started docs for query

f9423856ace76e5136b4d4c3965b03993ee3140f authored almost 2 years ago by Thiago Bellini Ribeiro <[email protected]>
Merge pull request #213 from kwongtn/geos_fields_support

Geos fields query & mutation support

aa32a39c00aceb96140f4f55eb5127c288b964ec authored almost 2 years ago by Thiago Bellini Ribeiro <[email protected]>
Add spacing

Signed-off-by: Kwong Tung Nan <[email protected]>

0d07c91aa67afab80757d0e488a8157c46f43e1c authored almost 2 years ago by Kwong Tung Nan <[email protected]>
Simplify using try else clause

Co-authored-by: Thiago Bellini Ribeiro <[email protected]>

a33642e775baaa042f3fd37562c880abeba17269 authored almost 2 years ago by KwongTN <[email protected]>
Fix naming conventions

Signed-off-by: Kwong Tung Nan <[email protected]>

abe792ca40e063d1129c5d78b6a4ad6d86fe7dcb authored almost 2 years ago by Kwong Tung Nan <[email protected]>
Remove redundant code & fix upload strategy

Signed-off-by: Kwong Tung Nan <[email protected]>

f0c5a8ca87fe69acd30984d16b23c8e7dda0ccb6 authored almost 2 years ago by Kwong Tung Nan <[email protected]>
Add dependency cache

Signed-off-by: Kwong Tung Nan <[email protected]>

7503d1e50860267f3ca47190c49338b013b538a6 authored almost 2 years ago by Kwong Tung Nan <[email protected]>
Consolidate geos tests

Signed-off-by: Kwong Tung Nan <[email protected]>

63331c83ec507179e0b0db730813bc757cb8e030 authored almost 2 years ago by Kwong Tung Nan <[email protected]>
Update actions script

Signed-off-by: Kwong Tung Nan <[email protected]>

af65e8a99ba5740fd349a6cfa4137845ad187a94 authored almost 2 years ago by Kwong Tung Nan <[email protected]>
Merge branch 'strawberry-graphql:main' into geos_fields_support

aba933f4ddbb6f2663e22ee71e479668d16490d5 authored almost 2 years ago by KwongTN <[email protected]>
Merge pull request #222 from nrbnlulu/update_tests_matrix

Fix django version matrix.

9ee2e7252363ce3d468a79f84b2af637ed27fc19 authored almost 2 years ago by Thiago Bellini Ribeiro <[email protected]>
Merge pull request #221 from kwongtn/add-actionlint

Add actionlint for GitHub Actions files

1d880dbccd07438581d6a33db24c2fa53187dc23 authored almost 2 years ago by Thiago Bellini Ribeiro <[email protected]>
updated django matrix to 3.2.16

948107baa1e74529864468d25b95e2a7f8cba344 authored almost 2 years ago by Nir <[email protected]>
Added python label.

8e95189d512b37e66b82fb6085a7d54503372fb7 authored almost 2 years ago by Nir <[email protected]>
ci: django version matrix

6a4126e546ac4ca55ba959f7bd328fc1f896abfb authored almost 2 years ago by Nir <[email protected]>
ci: django version matrix

0f58e785b50f9a899e142473fd5eafc4cc7e3d4e authored almost 2 years ago by Nir <[email protected]>
ci: django version matrix

2bb9b52bb7fbcd6447542d54cfb7ef5c66281422 authored almost 2 years ago by Nir <[email protected]>
ci: django version matrix

432b6614389cb5085e1d7a03f607aca25d257b98 authored almost 2 years ago by Nir <[email protected]>
Not use deep_tuple_to_list on assertion

Signed-off-by: Kwong Tung Nan <[email protected]>

4531b6a0ba1a2431ebcad17909a575115a678796 authored almost 2 years ago by Kwong Tung Nan <[email protected]>
Put geos scalars into if-else clause

Signed-off-by: Kwong Tung Nan <[email protected]>

21e182f420b7a230046fe24962c7b62dbfdbd93d authored almost 2 years ago by Kwong Tung Nan <[email protected]>
Fix various github actions issues

Signed-off-by: Kwong Tung Nan <[email protected]>
(cherry picked from commit ce0525d51af431a...

44221e21a3aed17fb8a6cfbb4c8c4aa07316b6c4 authored almost 2 years ago by Kwong Tung Nan <[email protected]>
Add actionlint

Signed-off-by: Kwong Tung Nan <[email protected]>

1e0955d9eb5fb609b3272f0c09994278239e78fd authored almost 2 years ago by Kwong Tung Nan <[email protected]>
Update pre-commit dependencies

Signed-off-by: Kwong Tung Nan <[email protected]>

c2eb3d1f47afef207d0eb4175308d7251538db18 authored almost 2 years ago by Kwong Tung Nan <[email protected]>
Fix str concat in test_mutations to use f-strings

Signed-off-by: Kwong Tung Nan <[email protected]>

172b484e6cf4a2579294af85996fe42530aa631d authored almost 2 years ago by Kwong Tung Nan <[email protected]>
Shift mutation conftest declaration into if-else clause

Signed-off-by: Kwong Tung Nan <[email protected]>

64151b83fa380fca87fc91f4e2a5387d46031666 authored almost 2 years ago by Kwong Tung Nan <[email protected]>
Changed locals in mutation tests to f-strings

Signed-off-by: Kwong Tung Nan <[email protected]>

0bcd3538198465c9f9eb0a851bc10a7eae6d53e4 authored almost 2 years ago by Kwong Tung Nan <[email protected]>
Fix various github actions issues

Signed-off-by: Kwong Tung Nan <[email protected]>

ce0525d51af431a20c3184dfcfe60478560bcf91 authored almost 2 years ago by Kwong Tung Nan <[email protected]>
Add 'else' to conftest to prevent duplicate schema creation

Signed-off-by: Kwong Tung Nan <[email protected]>

b118632da90d2c3122bd16612a341ace636380d6 authored almost 2 years ago by Kwong Tung Nan <[email protected]>
Add dependency installation cache

Signed-off-by: Kwong Tung Nan <[email protected]>

29190f4215ae390e6782bb3e22584eb4c0d4172e authored almost 2 years ago by Kwong Tung Nan <[email protected]>
Merge branch 'main' into geos_fields_support

Signed-off-by: Kwong Tung Nan <[email protected]>

05fbb94738f4fafaae07198a2d4b6ae3d6e2f254 authored almost 2 years ago by Kwong Tung Nan <[email protected]>
Merge pull request #219 from nrbnlulu/nrbnlulu/remove_django_filters_dep

removed `django-filter` from pyproject.toml, added tests matrix

d57d767dc9574030888b5c36db4869e54bd24aff authored almost 2 years ago by Thiago Bellini Ribeiro <[email protected]>
chore: removed pre-commit step from main.yml

72e1c942dc74c85304890734588d33df0ae0bbd2 authored almost 2 years ago by Nir <[email protected]>
chore: updated main.yml and migrated poetry to new format deps.

e455afabe7a80af60436f5c68f84243316d7604a authored almost 2 years ago by Nir <[email protected]>
chore: updated main.yml and migrated poetry to new format deps.

21b3591a7e175d763e71d4f833a61d80bb6d75e2 authored almost 2 years ago by Nir <[email protected]>
chore: removed `django-filter` from pyproject.toml

d06a336f97a9cb9a5724ed0b53c9ec3ed15c839e authored almost 2 years ago by Nir <[email protected]>
Add python 3.7 to test matrix

Signed-off-by: Kwong Tung Nan <[email protected]>

c29029f067d217529cb9c8dde4ee598d7bb3fc8d authored almost 2 years ago by Kwong Tung Nan <[email protected]>
Merge branch 'strawberry-graphql:main' into geos_fields_support

01759e2777883e50e58d51e82ff6c792619c62d6 authored almost 2 years ago by KwongTN <[email protected]>
Let mutation in tests use local var names

Signed-off-by: Kwong Tung Nan <[email protected]>

d6584a21713a259f4513278df8f0afb19b27131c authored almost 2 years ago by Kwong Tung Nan <[email protected]>
Make description not a tuple

Signed-off-by: Kwong Tung Nan <[email protected]>

7283ebf11143037102562b3bbb8df20895fb66f0 authored almost 2 years ago by Kwong Tung Nan <[email protected]>
Update geos description

Signed-off-by: Kwong Tung Nan <[email protected]>

1bf5721f286d3b07a49b98f32728cd1b2c15de68 authored almost 2 years ago by Kwong Tung Nan <[email protected]>
Update tests to use snake case

Signed-off-by: Kwong Tung Nan <[email protected]>

f5ac99b01ce7eb40cf9de7bae40e89de303acd6d authored almost 2 years ago by Kwong Tung Nan <[email protected]>
Add python 3.8 into test matrix

Signed-off-by: Kwong Tung Nan <[email protected]>

fe828df901f1d6bad884b2a93338b910611ca3ed authored almost 2 years ago by Kwong Tung Nan <[email protected]>
Merge pull request #216 from rennerocha/patch-1

fix(typo): Fix typo in table of contents

f09a3180306fc717ca29d0a87a03d6c68fc8ae74 authored almost 2 years ago by Thiago Bellini Ribeiro <[email protected]>
Add tests for update geo

Signed-off-by: Kwong Tung Nan <[email protected]>

b2e04f5a9e63c6cc2400adbd75ba6ae0282f38bf authored almost 2 years ago by Kwong Tung Nan <[email protected]>
fix(typo): Fix typo in table of contents

38904fef43cd1fe5a9bf83a5353ce7c48374593b authored almost 2 years ago by Renne Rocha <[email protected]>
Add tests for create-geo mutation

Signed-off-by: Kwong Tung Nan <[email protected]>

e5b12b06155af4c920024edfd0aa80c26d34e932 authored almost 2 years ago by Kwong Tung Nan <[email protected]>