Ecosyste.ms: OpenCollective

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

github.com/wp-graphql/wp-graphql

:rocket: GraphQL API for WordPress
https://github.com/wp-graphql/wp-graphql

Merge pull request #2650 from wp-graphql/release/v1.13.5

release: v1.13.5

0b02c7d735cf0610edbf3410a1dc02498170ac75 authored about 2 years ago
Merge commit '790c1efe9dca7740520520afb63a1b1b0942975c' into release/v1.13.5

7f1b93024e2ebf5b9750adf6d9b49ca879a6f178 authored about 2 years ago
- update changelog, versions for release

7d26f46168ee02723ddce026d6d74495b6f3965c authored about 2 years ago
- DRY up pageInfo fields

- remove the PostObjectUnion ignore rule from the schema linter

95b1e396e118ba881f55cc6f11fa0ca776a2be64 authored about 2 years ago
Rollback composer.lock because phpstan upgrade

c33665d5a8f162262b7b4e88319875b76f5a6224 authored about 2 years ago
Merge pull request #2647 from jasonbahl/fix/#2646-fix-connection-edge-node-field

fix: properly register node field on $toType . ConnectionEdge interfaces

790c1efe9dca7740520520afb63a1b1b0942975c authored about 2 years ago
fix: Remove subdirectory from taxonomy term uris

11789db269b217b56a11e440a6341c9988537b4b authored about 2 years ago
Merge remote-tracking branch 'origin/master' into fix/term-uri

84756d7b1f3c2f6c0371d78c0d6fdb93b6c97196 authored about 2 years ago
- convert WPPageInfo to an Interface

- Specify the `node` field on `OneToOneConnection` Interface
- add `pageInfo` field to the `Conne...

9107abe7a7021374708512179c1dbe7b5d247d82 authored about 2 years ago
- backout change

- add test so we can have a failing test

454380499de8af32e744f32e6b5e29f3a41aadf0 authored about 2 years ago
syntax

38f704b664f7edf3e5ed7fa4690c8754ad7569ee authored about 2 years ago
- add `pageInfo` field to the `Connection` type

2667c90288f2c37e0867d8c473b3715e1bacea99 authored about 2 years ago
codeclimate noise

f902ddf50792b3d888c6bff0f002d4f0d4b3f63e authored about 2 years ago
fix lint checks

f57e8454aeb5a1e3a70ba04a7ce680f584ceb96d authored about 2 years ago
- fix ConnectionEdge node definition

ac83738b21a4f2175b040d8f3f496cad98e493d2 authored about 2 years ago
merge flicks

3651e1820ce223447f7dbc1c611c7458449e1efb authored about 2 years ago
Tests for post edit lock

c7d8cadd6184fca031062e12c7ba28655915ad34 authored about 2 years ago
Merge pull request #2645 from jasonbahl/fix/#2641-forcibly-rename-fields-to-camelCase

fix: regression where fields on an object type are forced to be camelCase (snake_case) should st...

cc136bd2723c4a713f89a33c292ec98b01452e0c authored about 2 years ago
- fix the regression

62bf37f8432292ced2b2a32687ae29a7eb726cfb authored about 2 years ago
- add failing test. Allows object types to be registered with fields that contain underscores

072670bfb56cbf5f008d1fd3ed51d366fdf89f98 authored about 2 years ago
Update src/Mutation/PostObjectDelete.php

Co-authored-by: Jason Bahl <[email protected]>

9655c9cfc053e0c2ce6caa3e18b9ae3ebe3952be authored about 2 years ago
Update src/Mutation/PostObjectUpdate.php

Co-authored-by: Jason Bahl <[email protected]>

7fb3bb9602767febd38cb13bc342233df8c73b09 authored about 2 years ago
Move lock check to own function

69d4e96c0870f08584965ac9e683d0a5c72bf3d9 authored about 2 years ago
Add post_lock check on edit/delete mutation

af2eb1101b436d9bd148e024d96bfa81a98adc6f authored about 2 years ago
Merge pull request #2637 from wp-graphql/release/v1.13.4

release: v1.13.4

425a1b6be1680c3ef71e5e73ad436cd33e785ce5 authored about 2 years ago
Merge commit 'd054e36098251904941fd19adf9312d78380ac32' into release/v1.13.4

b760dc02b21dafd05552f850f6910b05070ca33a authored about 2 years ago
- update versions, changelog for release

441761966e465c4f136a73684e31b9c35ca6a4bc authored about 2 years ago
Merge pull request #2631 from jasonbahl/feat/#2630-simplify-connection-interfaces

feat: simplify connection interfaces

d054e36098251904941fd19adf9312d78380ac32 authored about 2 years ago
Merge pull request #2636 from wp-graphql/release/v1.13.3

release: v1.13.3

11b564279ca03f369cc19ef5115b9261ffffa402 authored about 2 years ago
- update versions for WordPress.org deploy

74b48689b8c57ded722b28f455c77424f82ebead authored about 2 years ago
Merge pull request #2632 from wp-graphql/release/v1.13.2

release: v1.13.2

c18d638866ab1dafc986d3194d453ea4c1cdf1f9 authored about 2 years ago
- update versions, changelog for release

76ba6f82a11333a3bbae34131a7b6a96b512eba6 authored about 2 years ago
- composer run fix-cs

e930f0c8248310d753ee32b5f130813242c1c2de authored about 2 years ago
- remove manual defining of `connectionInterfaces`

6201238a81e42e61cba458ebd9b14ac6a7214181 authored about 2 years ago
Merge commit '268fa38f76e3733d357664f32d9ad08b417ea4ea' into bug/#2629-connections-enforce-to-types-to-be-nodes

# Conflicts:
# src/Connection/Comments.php
# src/Connection/MenuItems.php
# src/Connection/PostO...

d4cfc99925e34677ba1de05963ee44ac857d709a authored about 2 years ago
- simplify toType connection interfaces. Instead of manually registering them, we now auto register them when registering the connection

cae5efa00152a2fcc3da81f7f2bd695bc17c8923 authored about 2 years ago
Merge pull request #2627 from AxeWP/fix/bc-connection-classes

fix: removed connection classes as deprecated wrappers (regression)

268fa38f76e3733d357664f32d9ad08b417ea4ea authored about 2 years ago
- Add back (deprecated) Connection classes that were moved

639ae967081f7efb6dca81c4a651c7e1083bae4a authored about 2 years ago
chore: add deprecation version tags

46bee89ab1a16a5c102c8002aa17ca49986ac3cd authored about 2 years ago
fix: restore removed connection classes as deprecated wrappers

db1f19d5806bc416635ee7d9c387ebfb1c1ea411 authored about 2 years ago
Merge pull request #2626 from wp-graphql/release/v1.13.1

release: v1.13.1

e78bf825d579b94068afdf844e0d1f99fa8ce098 authored about 2 years ago
Merge commit '077253a6ad81a1b4ba0ecd868ab33d6ffc069e30' into release/v1.13.1

e5f844ebd096b2cacaad1658fa193f96460065a3 authored about 2 years ago
- update versions, changelog for release

7656f4c90df2bc501e20493690f36004af77eb0d authored about 2 years ago
Merge pull request #2625 from jasonbahl/bug/#2624-mutations-not-respecting-lcfirst

fix: mutations being added to the schema without enforcing lowercase first letter

077253a6ad81a1b4ba0ecd868ab33d6ffc069e30 authored about 2 years ago
- add test for registering a field with uppercase first letter, ensuring it's added to the schema with lcfirst

- revert changes in the WPMutationType class
- add Utils::format_field_name within the prepare_fi...

86962211bb61f09f3a9c1e26690f5f1a97ca5837 authored about 2 years ago
- add fix for ensuring mutations are registered with lcFirst field names

2bb51732d941ffc6498afc880ff227fa9c0a8e9c authored about 2 years ago
- add failing test asserting that a mutation registered with a ucfirst name is added to the schema with lcfirst. This will fail with an error like: "Cannot query field "createSomething" on type "RootMutation". Did you mean "CreateSomething", "createComment", "createPost", or "updateSettings"?"

54d70a46590ef2640ecfd531caa9c2ec461d3633 authored about 2 years ago
Merge pull request #2615 from wp-graphql/release/v1.13.0

release: v1.13.0

f2fd739f7179aa7e07220c73f791e2806f791884 authored about 2 years ago
- update @since tags

- update CHANGELOG
- update README

3b712decf893b81b598c9e6a5677263736e7246d authored about 2 years ago
Merge pull request #2622 from jasonbahl/feat/#2621-previews-should-only-be-on-publicly-queryable-types

fix: previews should only be on publicly queryable types

a5373a977a9334e947743a98c7590fc8625fc7f4 authored about 2 years ago
- prevent MediaItems from being previewable

3579d042f82234f3804650738d935c06eefaf4f9 authored about 2 years ago
- composer fix-cs

c7dddb7805dbf24133a7c7b92106c90e8b060236 authored about 2 years ago
Merge pull request #2617 from jasonbahl/feat/#1738-introduce-common-interfaces-2

feat: introduce common interfaces (again)

9f7a31088d8162ab147e9f2b32157fd8e3eb23c3 authored about 2 years ago
- mark the `$post->previews` connection as deprecated if the post type isn't publicly queryable

1bf05f27c3f98b69e36cfbf7e4cb85b00dfdd7c1 authored about 2 years ago
- only apply the previewable interface if the post type is publicly_queryable

e59c8f9a49a644db105813adeb3beb7f9dd5cf67 authored about 2 years ago
- change `SingularConnection` to `OneToOneConnection` as I feel the `Singular` terminology already has meaning in WordPress (singular Post, Page, etc) and we _might_ see that terminology in the Graph in the future. Trying to avoid possible conflict with existing terminology

e96a0c5468f1fcf08f75f2c64dcd8de03e82ab96 authored about 2 years ago
- remove ConnectionEdge, SingularCommenterConnectionEdge, SingularContentTypeConnectionEdge in favor of simplifying with `edge`

- composer run fix-cs

deb7e503c21d6c96f1f306349a279affe0e4dfab authored about 2 years ago
- Introduce UserConnection interface

- apply UserConnection interface to connections to the `User` type

97e1cbb10a4d1602a1de20797d902f8c6323b43f authored about 2 years ago
- Introduce TermNodeConnection interface

- apply TermNodeConnection interface to connections to the `MenuItem` type

8c5eead9fd784a7f87e0b24e2654f91722f61ca1 authored about 2 years ago
- Introduce Previewable Interface

- Apply Previewable Interface to public post types
- Introduce TaxonomyConnection
- Apply Taxonom...

2563eb02668d7845a281bc86b15ac716ab053227 authored about 2 years ago
- Introduce MenuItemLinkableConnection interface

- apply MenuItemLinkableConnection interface to connections to the `MenuItem` type

9c0e4aa444833f41e8a0bdd92a126bc3cd4944c5 authored about 2 years ago
- Rename `SingularCommenterConnection` to `SingularCommenterConnectionEdge`

- Rename `SingularContentTypeConnection` to `SingularContentTypeConnectionEdge`
- Update connecti...

b1097ac6eb90297d77c6822384539b4674aaf599 authored about 2 years ago
- Introduce MenuItemConnection interface

- apply MenuItemConnection interface to connections to the `MenuItem` type

ef7ec5e9a35eaf86e5a46c4dc3d14cd1942d8473 authored about 2 years ago
- Introduce MenuConnection interface

- apply MenuConnection interface to connections to the `Menu` type

dfad7fa9e4fa911128df4658b872346a30b85eae authored about 2 years ago
- Introduce HierarchicalNode Interface

- Apply HierarchicalNode Interface to HierarchicalTermNode and HierarchicalContentNode

ec5fe244dc08b4764b1ba09270ae9ab33b89a969 authored about 2 years ago
- Introduce SingularCommenterConnection

- Apply SingularCommenterConnection on the Comment->Commenter connection
- Update test for Commen...

27e413ce6cab9540d1114a09b24abe178b8c5b29 authored about 2 years ago
- Introduce `CommentConnection` Interface

- Add `CommentConnection` Interface to connections to the `Comment` type
- deprecate PostObjectUn...

4b3db77ba90b6ce05dd2389c90ed7e49827770e1 authored about 2 years ago
- composer run fix-cs

ec15e323aaf95109e4ed0b42f9f630d120fda769 authored about 2 years ago
- revert composer.json (puts graphql-php back to 14.9.0 for now)

- revert composer.lock
- rename SingularConnectionEdge to SingularConnection

c80bacb99c270694765ef91549c6f4408568aba8 authored about 2 years ago
- update graphql-php to 14.11.8

- separate registration for ConnectionInterface, Edge, SingularConnection
- add early returns to ...

60035a006d855d51d48bd5f8f38742ab3179efde authored about 2 years ago
- remove `Connection/Revisions.php` and move connection definition to `RootQuery` and 'User'

- Remove ContentRevisionUnion type
- Update WPConnectionType so that all connections implement `C...

4a201ceaeebef4de034c7beb7c89aaac405bdfd7 authored about 2 years ago
- remove old files that were moved

bc06b0e12d85221953ddf95c381a03c8c1c3cbff authored about 2 years ago
- move registration of connection types to `src/Type/Connection directory instead of `/src/Registry/Connection`

19cb83551310be451f09208c171b4a33b1811690 authored about 2 years ago
- composer run fix-cs

2b58cd3ff48eb7b24dacaef53d43cb5590a31d15 authored about 2 years ago
Merge commit 'a13f9dbe01679fc5df7083bdf5f0d941244ce111' into release/v1.13.0

# Conflicts:
# .github/workflows/deploy-docker-image.yml

17236f0ff13801239e84b9e275cb082c79c53b5f authored about 2 years ago
Merge branch 'master' into develop

# Conflicts:
# .github/workflows/deploy-docker-image.yml

6e63a7952eeb50790d688b4d5a5b7eaa33b6f67b authored about 2 years ago
- add docker deploy for WordPress 6.1 on PHP 8.1, WordPress 6.1 on PHP 8.0 and WordPress 6.1 on PHP 7.4

a13f9dbe01679fc5df7083bdf5f0d941244ce111 authored about 2 years ago
Merge commit '020fb1dd05852fd087310bffa34fe203aa9fa616'

9156113b94c941d8dc028fffaa3552d6f62252c9 authored about 2 years ago
- update versions, changelog for release

1f2c3aa0bbfa0a41a2618cfe6baf3695f38d7010 authored about 2 years ago
Merge pull request #2563 from AxeWP/feat/refactor-mutation-registration

feat: refactor mutation registration to use `WPMutationType`

020fb1dd05852fd087310bffa34fe203aa9fa616 authored about 2 years ago
Merge branch 'feat/refactor-mutation-registration' into develop

# Conflicts:
# src/Registry/TypeRegistry.php

bd9ad7d75115df5c92d9083ed90d72cbdd19a10b authored about 2 years ago
Merge pull request #2614 from wp-graphql/dependabot/npm_and_yarn/loader-utils-2.0.4

chore(deps): bump loader-utils from 2.0.3 to 2.0.4

fabfebdbf7205250ac6d7bdae9ab341f2737a552 authored about 2 years ago
Merge pull request #2557 from AxeWP/feat/deregister_graphql_type

feat: Add `deregister_graphql_type()` access function and corresponding `graphql_excluded_types`...

b6d25626d75be942becc9829fffff414ed3eeed2 authored about 2 years ago
Merge pull request #2546 from AxeWP/feat/register-connection-access-functions

feat: add `register_graphql_edge_fields()` and `register_graphql_connection_where_args()` access...

8666d37d254932c788ade900ffe0a5716715aabd authored about 2 years ago
chore(deps): bump loader-utils from 2.0.3 to 2.0.4

Bumps [loader-utils](https://github.com/webpack/loader-utils) from 2.0.3 to 2.0.4.
- [Release no...

fc568e25ac359130fc238b30651fcc6de059ee1b authored about 2 years ago
Update deploy-docker-image.yml

52a9605cac27f702a37c1b4267edc3ee5e09456e authored about 2 years ago
fix: use `null` for unset $excluded_types property

f7a5c3fab8c726ff7b2a89c87d76b56791d8cfd1 authored about 2 years ago
chore: add note about normalization

2a8f08669616df697466f4231430742bdda5a587 authored about 2 years ago
dev: cache the filtered/normalized $excluded_types in TypeRegistry

see https://github.com/wp-graphql/wp-graphql/pull/2557#issuecomment-1312262774

0a5d08be9f99ba27234f8caab50310471068b438 authored about 2 years ago
fix: store 'Connection' interface as string on connection object

9c85bf5874d5fd1c623324507a4d6e3519d56c18 authored about 2 years ago
chore: remove whitespace

322f34483df90850aae4c7b733731a3d88cbb79e authored about 2 years ago
test: fix typo in enum name

d1d1d1afe71e9fba58049a5d0b143c17f997e742 authored about 2 years ago
chore: cleanup recursive prepare_field() logic

28ecc55bfdfb422b4892c3f30cbaa0dc2f93e303 authored about 2 years ago
dev: use strtolower() for case insensitivity

75e3c9543eb65897f609ec4ad23ef189a3bc15c2 authored about 2 years ago
dev: Call ::register_connection() from the constructor

922295ca7a3ab40ccc4ebc934b13f74205f8ad56 authored about 2 years ago
chore: cleanup

3a45514c9a276d86f0ed610918e835d44a452240 authored about 2 years ago
fix: only register config connections if type is valid

2975b29143a5e0fb90850f2916b229dafbee0c41 authored about 2 years ago
test: add tests

2d0ffb03abc7ecd7b573beca4663d936ad0983af authored about 2 years ago
fix: remove extra param from prepare_field()

5e74b058672a3dce1b0efc5f9a12629536d89fbf authored about 2 years ago
fix: dont filter union types on callable

ac01cd21d9f6ebd5c5fe4623a15f93954e4d346a authored about 2 years ago