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 #2801 from jasonbahl/fix/#2800-duplicate-slugs-in-different-post-types

fix: Conflict Between Custom Post Type and Media Slugs

0c4c49235d4773571947e283a3e6c30ac5036514 authored over 1 year ago by Jason Bahl <[email protected]>
- php 7.3 support

a10adb42bd729c56d3aab8bff7da4762aca312a5 authored over 1 year ago by Jason Bahl <[email protected]>
no message

f2e08f08c6ec1bee0cafa17db3b12b1c3373e677 authored over 1 year ago by Jason Bahl <[email protected]>
- fix failing tests

2b68c71f747f1bc1fc862dd8400fe1346097aa48 authored over 1 year ago by Jason Bahl <[email protected]>
no message

47664f5e53ee44a51753b4e868081427dc1fbda4 authored over 1 year ago by Jason Bahl <[email protected]>
- fix failing tests

1b61e69c65e40512a49e02834cbd8c627114b987 authored over 1 year ago by Jason Bahl <[email protected]>
Merge branch 'develop' into fix/#2800-duplicate-slugs-in-different-post-types

676aac9de0bdda918f474b801ee9c5a1319a8731 authored over 1 year ago by Jason Bahl <[email protected]>
- add failing test that creates an image (attachment post type) and a post with the same slug, then tries to query them by their slug

fc59f0c233fff06c3c9bab7a6f00e705f4169d6a authored over 1 year ago by Jason Bahl <[email protected]>
Merge pull request #2799 from jasonbahl/fix/query-by-slug-returns-null

fix: querying posts by slug fails when custom permalinks are set

69ede011c9899b2244a6c7bb2a5ed0b26d448db2 authored over 1 year ago by Jason Bahl <[email protected]>
Update src/Data/NodeResolver.php

Co-authored-by: Dovid Levine <[email protected]>

fe270b61158e051e365cf42a6f9680a3960a0bba authored over 1 year ago by Jason Bahl <[email protected]>
- composer fix-cs

3987a26bd8bf345250dc7f0835a79c333a8b6cfe authored over 1 year ago by Jason Bahl <[email protected]>
- update test remove debug statement

b5960eecb4ee25a02ab308eadc70b13afc712029 authored over 1 year ago by Jason Bahl <[email protected]>
- set the matched rule in the nodeResolver to indicate that WordPress has already resolved to a url, and we can now attempt to resolve more urls within a graphql request

- add test

efcca2b2fe38df884c4c0387eec2e8cdd07901d5 authored over 1 year ago by Jason Bahl <[email protected]>
Merge pull request #2794 from wp-graphql/dependabot/composer/guzzlehttp/psr7-1.9.1

chore(deps): bump guzzlehttp/psr7 from 1.9.0 to 1.9.1

249f43cc6c1da8488dd30969897aa6d7074f2ab8 authored over 1 year ago by Jason Bahl <[email protected]>
chore(deps): bump guzzlehttp/psr7 from 1.9.0 to 1.9.1

Bumps [guzzlehttp/psr7](https://github.com/guzzle/psr7) from 1.9.0 to 1.9.1.
- [Release notes](h...

db2a6a3611ca0e86354a587fed49fe91d255b5f6 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Auto-merge master back to develop

5dfbd739f7a18c9cc7060ae78d5085e7a2362155 authored over 1 year ago by Github Actions <[email protected]>
Merge pull request #2793 from wp-graphql/release/v1.14.2

release: v1.14.2

94f714e6e6bea48ce44fc6c35fdd7df670264c1c authored over 1 year ago by Jason Bahl <[email protected]>
Merge commit '5c88404e8b6e9a6fa6c43fdceaefb1285779fa7c' into release/v1.14.2

c80356f3d9900023ae37b24798931aa4158ef969 authored over 1 year ago by Jason Bahl <[email protected]>
Merge pull request #2792 from jasonbahl/fix/#2791-node-by-uri-posts-page

fix: uri field is null when querying the page for posts uri

5c88404e8b6e9a6fa6c43fdceaefb1285779fa7c authored over 1 year ago by Jason Bahl <[email protected]>
- update versions, changelog for release

538cb1c25e699f2266a2d12e2c5048fe1aa2be3b authored over 1 year ago by Jason Bahl <[email protected]>
- instead of getting the post type of the queried object, if it's the post's page we want to get the post_type_object of the 'post' post type

87e19fbd8ab9e212ed8de0b8f337cd60335af48e authored over 1 year ago by Jason Bahl <[email protected]>
- add failing test for querying the page for posts and asserting that the uri output for it is the expected uri

3e0fec6b7478713594af7129bf3f89c91bc906f4 authored over 1 year ago by Jason Bahl <[email protected]>
Auto-merge master back to develop

e52d00c58bfdf66108ac513491762bb9c59fa7bf authored over 1 year ago by Github Actions <[email protected]>
Merge pull request #2788 from wp-graphql/release/v1.14.1

release: v1.14.1

f1c298b786ed52d9951d3b30f7c2efa5347a71d8 authored over 1 year ago by Jason Bahl <[email protected]>
- fix cleanup on test

d7dba7fac8d52952ce4e6a7104d4482b6c65b4b9 authored over 1 year ago by Jason Bahl <[email protected]>
Merge commit 'feb902cc7ad288b581ccf82157d3d3f7bc992151' into release/v1.14.1

933b2479a7d357bb20e9b6b7c009e52e36b2dd6c authored over 1 year ago by Jason Bahl <[email protected]>
- update changelog to include latest merged pr

ef8128c76102b6469c988ed83f26937ae5001f8c authored over 1 year ago by Jason Bahl <[email protected]>
Merge pull request #2763 from blakewilson/support-viewer-toolbar-visibility

feat: support "Show Toolbar when viewing site" user setting

feb902cc7ad288b581ccf82157d3d3f7bc992151 authored over 1 year ago by Jason Bahl <[email protected]>
Merge commit 'e386ff9c290dd57614dc3fa9bb6833adaa111162' into release/v1.14.1

- composer fix-cs

377048a97c30a6aa10883edefc43efb4d1bef92f authored over 1 year ago by Jason Bahl <[email protected]>
- add cleanup to the new tests

- update versions, changelog for release

4d2081cf319f15981770fef45d78a664c3b90c03 authored over 1 year ago by Jason Bahl <[email protected]>
Merge pull request #2762 from wp-graphql/dependabot/npm_and_yarn/webpack-5.76.1

chore(deps): bump webpack from 5.69.1 to 5.76.1

e386ff9c290dd57614dc3fa9bb6833adaa111162 authored over 1 year ago by Jason Bahl <[email protected]>
Merge pull request #2770 from creative-andrew/fix/term-ancestors

fix: wrong order in term and post ancestors.

98481cca829c481ddba5813d7d779e2864f05b4a authored over 1 year ago by Jason Bahl <[email protected]>
- add test for querying term ancestors where parents have higher alphabetical start letter (i.e. parent starts with A, child starts with B, granchild starts with C) as the default ordering trips things up

6587d1662092f44cf94ba8a83d79f4800c57df88 authored over 1 year ago by Jason Bahl <[email protected]>
- add test for post ancestors where the "child" is published at a date prior to the "parent" or "grandchild" which causes unexpected ordering, which the PR addresses

e7008bdbd1ac740034d2177d9af0bd1737d552ca authored over 1 year ago by Jason Bahl <[email protected]>
Merge pull request #2775 from maxroll-media-group/fix/issue-2774

fix: issue #2774 multiple taxonomy support when supplying multiple taxonomies

24b3f879bf2cb2f75495746ef80a3d0bd6e4eba1 authored over 1 year ago by Jason Bahl <[email protected]>
Merge pull request #1 from jasonbahl/fix/issue-2774

fix: failing tests

3b1775ecce68322fa4f79dfac336d00160d125c9 authored over 1 year ago by TheCodeAssassin <[email protected]>
- ensure args work for multiple scenarios

032c2b971d321e63bbb7ff5fef26fb896f1d8239 authored over 1 year ago by Jason Bahl <[email protected]>
Merge pull request #2776 from justlevine/chore/avoid-deprecated-functions

chore: remove internal usage of deprecated functions

0b5a9a44f66fc05d6afc09c4770d4caf92545e3c authored over 1 year ago by Jason Bahl <[email protected]>
Merge pull request #2786 from jasonbahl/fix/#2785-options-requests-are-slow

fix: early return for HTTP OPTIONS requests

816d1cce5648bf51d52d213edaf9ac0666d89185 authored over 1 year ago by Jason Bahl <[email protected]>
Merge pull request #2778 from justlevine/chore/update-phpstan-and-lint

fix: Update PHPStan and fix smells

b473f7e1ca2e2f8745c0b09cc97874c6d0370736 authored over 1 year ago by Jason Bahl <[email protected]>
Merge pull request #2781 from justlevine/dev/log-deprecated-unions

chore: call `_doing_it_wrong()` when using deprecated `{PostObject|TermObject}Union`

20f522d9c1f67f8d1020d09c4b886d706f80f3d4 authored over 1 year ago by Jason Bahl <[email protected]>
Merge pull request #2779 from justlevine/tests/wordpress-6.2

ci: test against WordPress v6.2

9fc471d30e92ea5c51d25a4c6512809e273c5728 authored over 1 year ago by Jason Bahl <[email protected]>
Merge pull request #2782 from justlevine/ci/update-gh-actions

ci: fix deprecation warnings in GitHub workflows

f62436f1855c76b8a2bc79bf7fbe70e0b2192087 authored over 1 year ago by Jason Bahl <[email protected]>
- update return types

9d3a31f22a3aa540ee4ba4b31f0617363fb0b574 authored over 1 year ago by Jason Bahl <[email protected]>
- Update comment to be clear of why this is happening here

8fe0fb8d82925fdbfd391df5ea9a0c4ac2eb7403 authored over 1 year ago by Jason Bahl <[email protected]>
- early return for HTTP OPTIONS requests

1ec1184586d4f6b5d0bcea6d1fe6d823c9f74604 authored over 1 year ago by Jason Bahl <[email protected]>
ci: update github/codeql-action to v2

a78c45ebef459cc2c7a14946106a39b58bb43a1a authored almost 2 years ago by David Levine <[email protected]>
chore: update actions/setup-node to v3

3e267d1dff958d9d21f6296f0fa58de68b17af7d authored almost 2 years ago by David Levine <[email protected]>
ci: remove deprecated use of `set-output`

0b79d5a1b5d3bdd8581d43168be8f3cd9b33dc24 authored almost 2 years ago by David Levine <[email protected]>
ci: add "cancel previous runs" step to more workflows

38310ddb1938c4add936f79b28eafd85362e812e authored almost 2 years ago by David Levine <[email protected]>
ci: update styfle/cancel-workflow-action to v0.11

1185fe59c709525a6e15271a83f5c333093bfa50 authored almost 2 years ago by David Levine <[email protected]>
ci: update actions/checkout (fixed versions) to v3

a5c288e2d1c325d238ea16cd85eddffe1970dd08 authored almost 2 years ago by David Levine <[email protected]>
ci: update actions/checkout to v3

d656bba0673c5fb87088df5ab56cdb4d07ad9857 authored almost 2 years ago by David Levine <[email protected]>
chore: revert local changes pushed to config.php

dc92cafca6b2cd4e86b91723a5c404f5e117beea authored almost 2 years ago by David Levine <[email protected]>
dev: call `_doing_it_wrong()` when using deprecated `{PostObject|TermObject}Union`

f7cc9ef1c03a12caff8e31b305fb53dfdaef5fa3 authored almost 2 years ago by David Levine <[email protected]>
ci: exclude wordpress:6.2-php74

see #2780

5942df22b2939809d15fe32d8f4ccf35cc10b216 authored almost 2 years ago by David Levine <[email protected]>
ci: test against WP 6.2

a0dfd2786f9b75505a0b1250623b8fe3898409bd authored almost 2 years ago by David Levine <[email protected]>
tests: remove extra `/` after `WPGRAPHQL_PLUGIN_DIR`

71d5c0dae357c0b66e4c4735d24bbee6a19dab14 authored almost 2 years ago by David Levine <[email protected]>
tests: cleanup `cpt_no_plural`

7be8751e33fd832e5f18467d98e424b0c999ccd8 authored almost 2 years ago by David Levine <[email protected]>
fix: prevent no return in `Request::execute()` by throwing Exception.

95d1ea7e9a2e9d463a56e8599fbae58605c517f4 authored almost 2 years ago by David Levine <[email protected]>
chore: define `$args['rating']` as a string. [phpstan]

1a58bfa19ab4e2f81a40f48c3f5441b524546ca0 authored almost 2 years ago by David Levine <[email protected]>
chore: define `$orderby_input` shape [phpstan]

2cbb7d091f8cb05268ac95255e7a1c141e1c3a50 authored almost 2 years ago by David Levine <[email protected]>
chore: update PHPStan

5168fb8d02ed42d7df43546d065e37f9aec6bad2 authored almost 2 years ago by David Levine <[email protected]>
chore: update composer dev-deps (not PHPStan)

c8ef2b4a2c45e713982d9263a24cea32dba9c3fe authored almost 2 years ago by David Levine <[email protected]>
chore: remove internal usage of deprecated functions

0c3939e5c7e240a55f8c92b488a7e68ce9d88d18 authored almost 2 years ago by David Levine <[email protected]>
Fixes issue #2774

e86e88290d1b8e03900e5c1e19d35fa80a5bb41e authored almost 2 years ago by Stephen <[email protected]>
Fixes wrong order in post ancestors.

41b76e309a4fdbdac3da0edccfc00b5ef85d266a authored almost 2 years ago by Andres A <[email protected]>
Fixes wrong order in term ancestors.

2b65011a259f07b102be7f9c9ab07c4e61bbe303 authored almost 2 years ago by Andres A <[email protected]>
Capitalize test class

9835f7a025c6471086e280b5e1ee3a1c277c9d8e authored almost 2 years ago by Blake Wilson <[email protected]>
Rename test file

3772439e6ea32a9902ca443ef78d118baa62171d authored almost 2 years ago by Blake Wilson <[email protected]>
Use Yoda condition

a7d6d28783ad809189d8d77990048a6a71d1482c authored almost 2 years ago by Blake Wilson <[email protected]>
Rollback check-cs/fix-cs changes

ff78721a525ee366add75fb95d6e95162223b385 authored almost 2 years ago by Blake Wilson <[email protected]>
WPCS formatting

aa8f0b6c6b409231b35cd6cda1f5281d22b47d98 authored almost 2 years ago by Blake Wilson <[email protected]>
Rename `isToolbarVisible` -> `shouldShowAdminToolbar`

d8e97cdab68272960ae658dea3952e40c1755dbc authored almost 2 years ago by Blake Wilson <[email protected]>
Update src/Type/ObjectType/User.php

Co-authored-by: Dovid Levine <[email protected]>

c0c8b39e51e8f52d4fa5016ba386dff1fa75c7e6 authored almost 2 years ago by Blake Wilson <[email protected]>
Update tests/wpunit/IsToolbarVisibleQueryTest.php

Co-authored-by: Joe Fusco <[email protected]>

7315daf8117116c7201d4d86e208a575530be437 authored almost 2 years ago by Blake Wilson <[email protected]>
Formatting

aaea7555b7e53c740020739718b5cc98d3b90534 authored almost 2 years ago by Blake Wilson <[email protected]>
Create test

94b48098956a89bbc7b6cb59757f2250160fe87a authored almost 2 years ago by Blake Wilson <[email protected]>
Add isToolbarVisible to viewer

e0897c26a628486483668a30dabb24c66db7bfcf authored almost 2 years ago by Blake Wilson <[email protected]>
chore(deps): bump webpack from 5.69.1 to 5.76.1

Bumps [webpack](https://github.com/webpack/webpack) from 5.69.1 to 5.76.1.
- [Release notes](htt...

7c2abc2dc0c68a604ebe91af0fdc97501ad3763c authored almost 2 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #2758 from jasonbahl/fix/#2754-graphql_plural_name-should-be-optional

fix: Allow post types and taxonomies to be registered without graphql_plural_name

44fbc682ec0d62e011447941c38cb74d1ef591de authored almost 2 years ago by Jason Bahl <[email protected]>
- remove unused sorts (were previously used to compare arrays, but weren't quite working as intended)

caff0a0ba119282c1f3887cbb68e895d5b2004f8 authored almost 2 years ago by Jason Bahl <[email protected]>
- missed unregistering a post type 🤦‍♂️

fea32bcda5a0cdccec7aba2c01364b8d9c95a410 authored almost 2 years ago by Jason Bahl <[email protected]>
- update the WPGraphQL::get_allowed_post_types and WPGraphQL::get_allowed_taxonomies functions to use the `graphql_single_name` as a fallback for types without a `graphql_plural_name` and filter out any post types/taxonomies that don't have both values after the fallback is determined

84882bfbcabd1726980d2ab85a3a4ff8ef1802df authored almost 2 years ago by Jason Bahl <[email protected]>
- allow post types/taxonomies to be registered with `graphql_single_name` but not `graphql_plural_name`

d66b1b95a0499de2a31892f694d5ca6bf9ae7f94 authored almost 2 years ago by Jason Bahl <[email protected]>
Fix typo

5a982273885eec276205322c876c621cc61eabd9 authored almost 2 years ago by Jason Bahl <[email protected]>
Fix typo in README

511043fc41abb55326e0a612d8952be1e0e7dde7 authored almost 2 years ago by Jason Bahl <[email protected]>
Auto-merge master back to develop

be08a83384f9bd1cc8fe342bb72d8b5093722751 authored almost 2 years ago by Github Actions <[email protected]>
Merge pull request #2748 from wp-graphql/release/v1.14.0

release: v1.14.0

d9b5c9fb1f7e5d979d5ba892cdc5d3fc6db41ec1 authored almost 2 years ago by Jason Bahl <[email protected]>
- undo change to composer.lock

a4770560828a503548ad4d07c89e68018d752568 authored almost 2 years ago by Jason Bahl <[email protected]>
- fix cs, phpstan warning

15352c0090d6c74af86ecdb212ab4ade92ec9ede authored almost 2 years ago by Jason Bahl <[email protected]>
- update changelog / readme with newly merged PR

170ad6c9a55657bb72f50dc5c24701e839d2aa29 authored almost 2 years ago by Jason Bahl <[email protected]>
Merge commit 'f73eaa0d4f3f3685613ade97f35806650e7bd1ad' into release/v1.14.0

37201454291f5b8aeb99f25cb21a38713e11b391 authored almost 2 years ago by Jason Bahl <[email protected]>
Merge pull request #2752 from justlevine/fix/handle-404s-in-node-resolver

fix: handle 404s in NodeResolver.php

f73eaa0d4f3f3685613ade97f35806650e7bd1ad authored almost 2 years ago by Jason Bahl <[email protected]>
Merge pull request #2 from jasonbahl/fix/#2751-nodeByUri-not-resolving-properly

test: add tests for #2751 / #2752 (pr to #2752 branch)

f7315e147a999839746b13722bc1592fa4e17ff7 authored almost 2 years ago by Jason Bahl <[email protected]>
- add test that sets the permalink structure to a specific setting, then tries to query a node by an invalid uri

31c26a0164baf01f57fd64f8b8151e53e06692f6 authored almost 2 years ago by Jason Bahl <[email protected]>
chore: add comments

c68ef55ce05fd90ecda74a5ef1ff5a4654c0d973 authored almost 2 years ago by David Levine <[email protected]>
fix: *only* resolve homepage url early

b9ccefa2636567e834a21313fc37ed6af794df81 authored almost 2 years ago by David Levine <[email protected]>
fix: resolve homepage url early.

fe0f243af8cf80cbaf87ae936e311498a8a09d0d authored almost 2 years ago by David Levine <[email protected]>
fix: restore 404 handling to parse_request()

162a56971d3bae3b50f8a1e1f7d38b5f6df0047d authored almost 2 years ago by David Levine <[email protected]>