Ecosyste.ms: OpenCollective

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

WPGraphQL

Free and Open Source GraphQL API for WordPress
Collective - Host: opensource - https://opencollective.com/wp-graphql - Website: https://wpgraphql.com - Code: https://github.com/wp-graphql

Add WordPress values

Signed-off-by: Joe Fusco <[email protected]>

github.com/wp-graphql/acf.wpgraphql.com - 223c9e4d4ec5a05048d7c99a97165737e3240a52 authored about 1 year ago by Joe Fusco <[email protected]>
- phpcs/phpstan compat

github.com/wp-graphql/wp-graphql - cd25809d04ac3ecc2c33948c6d9025abccc66bb6 authored about 1 year ago by Jason Bahl <[email protected]>
Remove console.log

Signed-off-by: Joe Fusco <[email protected]>

github.com/wp-graphql/acf.wpgraphql.com - 2fd58176cc3cf53207ab5d521c00d07cdc7b0dd2 authored about 1 year ago by Joe Fusco <[email protected]>
- update NodeResolver.php to unset 'pagename' query_var if it's identical to the parsed_url['query'] value

- upate PreviewContentNodesTest

github.com/wp-graphql/wp-graphql - 28d00abc99a0b466b1258edbc171e1dead04ac92 authored about 1 year ago by Jason Bahl <[email protected]>
Update Faust deps

Signed-off-by: Joe Fusco <[email protected]>

github.com/wp-graphql/acf.wpgraphql.com - 76d097fb2b9399c8aded30f50219a3e8f3b890d3 authored about 1 year ago by Joe Fusco <[email protected]>
Import the global styles

Signed-off-by: Joe Fusco <[email protected]>

github.com/wp-graphql/acf.wpgraphql.com - e1523fcbb2a87aead4f2aa1391a8c554a2d55a3e authored about 1 year ago by Joe Fusco <[email protected]>
Update the faust ignores

Signed-off-by: Joe Fusco <[email protected]>

github.com/wp-graphql/acf.wpgraphql.com - 45465512f38d74354a13be6d82fcb968d3f4e0b9 authored about 1 year ago by Joe Fusco <[email protected]>
Generate global styles

Signed-off-by: Joe Fusco <[email protected]>

github.com/wp-graphql/acf.wpgraphql.com - 571e89447b3213dcd5a9fc7f3246712cdedcc7ef authored about 1 year ago by Joe Fusco <[email protected]>
Ignore possibleTypes

Signed-off-by: Joe Fusco <[email protected]>

github.com/wp-graphql/acf.wpgraphql.com - d3fc90eeebd7006a881d59245072a23b567d6d1c authored about 1 year ago by Joe Fusco <[email protected]>
Merge commit '71185c55b0eca534cb47b7cc597358214d1ef2d2' into release/v1.17.0

# Conflicts:
# src/WPGraphQL.php

github.com/wp-graphql/wp-graphql - 8eb5fbdf1531d92dd57da7e629b7f06dd6a073eb authored about 1 year ago by Jason Bahl <[email protected]>
- update versions, changelog for release

github.com/wp-graphql/wp-graphql - 556b7ec2673b6f65dfb483db8044fc3c20cdca9f authored about 1 year ago by Jason Bahl <[email protected]>
Merge pull request #2968 from jasonbahl/fix/#2931-updateComment-fails-without-clear-error-message

fix: improve DX using updateComment Mutation

github.com/wp-graphql/wp-graphql - 71185c55b0eca534cb47b7cc597358214d1ef2d2 authored about 1 year ago by Jason Bahl <[email protected]>
Merge pull request #2964 from justlevine/dev/warning-has_published_posts-attachment-arg

fix: Add `graphql_debug` warning when using `hasPublishedPosts: ATTACHMENT`

github.com/wp-graphql/wp-graphql - 7d7582bd90aa7570c419ee9373e377f5c14369b7 authored about 1 year ago by Jason Bahl <[email protected]>
- add escaping to user errors

github.com/wp-graphql/wp-graphql - 899b5f0ce37f493d0e7e86a051c29143519bc878 authored about 1 year ago by Jason Bahl <[email protected]>
Merge branch 'develop' into fix/#2931-updateComment-fails-without-clear-error-message

github.com/wp-graphql/wp-graphql - 6268ea5f36e1e494f39b17deeb0703af4a6726d8 authored about 1 year ago by Jason Bahl <[email protected]>
- phpcs adjustments

github.com/wp-graphql/wp-graphql - 6e471dbb5b97a34b2dc106e20ef7867814bb81bf authored about 1 year ago by Jason Bahl <[email protected]>
- update CommentUpdate mutation to return error message if comment cannot be updated

- return success:false if comment isn't updated, but an error did not occur (i.e. there were no c...

github.com/wp-graphql/wp-graphql - 5e3c9be9db91a31051e37baa1abb9aad22784430 authored about 1 year ago by Jason Bahl <[email protected]>
Merge pull request #2962 from justlevine/fix/user-has_published_posts

fix: respect `hasPublishedPosts` where arg on unauthenticated `users` queries

github.com/wp-graphql/wp-graphql - 511bc0c425fd35de4a5efecbb0d877b193d55829 authored about 1 year ago by Jason Bahl <[email protected]>
Merge pull request #2967 from justlevine/fix/static-UserRoleEnum-values

fix: use all roles for `UserRoleEnum` instead of the filtered `editible_roles`

github.com/wp-graphql/wp-graphql - 4ae5718ebd6daf1d48d36d20991420a6fcb6fe04 authored about 1 year ago by Jason Bahl <[email protected]>
Merge pull request #2958 from justlevine/feat/graphql_format_name

feat: add `graphql_format_name()` access method

github.com/wp-graphql/wp-graphql - 26f4c649f10301996c4e9a59b01761d46343b61c authored about 1 year ago by Jason Bahl <[email protected]>
fix: use all roles for enum values, not just `editable_roles`.

github.com/wp-graphql/wp-graphql - 09adce1e5d04414bafb164ecaf079126dfe944b0 authored about 1 year ago by David Levine <[email protected]>
fix: cleanup after rebase

github.com/wp-graphql/wp-graphql - 485ca1ba98f04df1cf0c3ea31d2ad1f33569022d authored about 1 year ago by David Levine <[email protected]>
tests: add tests for graphql_format_name()

github.com/wp-graphql/wp-graphql - 014822b77399127fb5a3b543760c8204ac395b61 authored about 1 year ago by Dovid Levine <[email protected]>
fix: bad conditional

github.com/wp-graphql/wp-graphql - 24cdf4d5a257afcb14f182a640798b9dd6132da0 authored about 1 year ago by Dovid Levine <[email protected]>
feat: add `graphql_format_name()` access method

github.com/wp-graphql/wp-graphql - 3cfeab135bb740c80c4cdf293d04ae9c5836fa05 authored about 1 year ago by Dovid Levine <[email protected]>
Merge pull request #2940 from scottyzen/fix/slug-not-returning-correctly

fix: Decode slug so it works with other languages

github.com/wp-graphql/wp-graphql - 4ecbdaeaed48c229e4bd2e81676715b829d6e8fd authored about 1 year ago by Jason Bahl <[email protected]>
Merge pull request #2808 from mecaota/hotfix/empty-name-to-filename

fix: fallback to template filename if sanitized name is empty

github.com/wp-graphql/wp-graphql - b2fa7acc191860e54a91d37e5d0f8cdf5411a2bf authored about 1 year ago by Jason Bahl <[email protected]>
tests: tests for i18n template filename

github.com/wp-graphql/wp-graphql - 11b1543ba2fa0f7ca7695f163e032e49731b5051 authored about 1 year ago by David Levine <[email protected]>
dev: DRY template name logic and fail gracefully

github.com/wp-graphql/wp-graphql - 6369295a86af7e37aaea2359d14fbcb4541c2b9c authored about 1 year ago by David Levine <[email protected]>
dev: warn for `hasPublishedPosts: ATTACHMENT`

github.com/wp-graphql/wp-graphql - 193d9abc7889d679d485c4afcdf5bb4343e1967f authored about 1 year ago by David Levine <[email protected]>
tests: users arent ordered

github.com/wp-graphql/wp-graphql - 1caf7ad947641530f0e59c7a7f95c84fb7675097 authored about 1 year ago by David Levine <[email protected]>
fix: only overwrite `has_published_posts` if empty

github.com/wp-graphql/wp-graphql - 4d29652621c96137f409b03d28226729e60241df authored about 1 year ago by David Levine <[email protected]>
tests: test user query with `hasPublishedPosts`

github.com/wp-graphql/wp-graphql - 9140352fc493e2832aedf053de006f5890577342 authored about 1 year ago by David Levine <[email protected]>
tests: cleanup and fix existing user query tests

github.com/wp-graphql/wp-graphql - 43597074f987e62a28ef40ca0c2f1dd9d2a2b260 authored about 1 year ago by David Levine <[email protected]>
- better handle resolving nested fields on blocks

- better handling of the "group" field type
- edge case for image fields
- edge case for gallery ...

github.com/wp-graphql/wpgraphql-acf - 40232328526bd220d634765e0b8500425a49e2d1 authored about 1 year ago by Jason Bahl <[email protected]>
Merge pull request #94 from wp-graphql/fix/#92-acf-block-tests

fix: #92 acf block tests

github.com/wp-graphql/wpgraphql-acf - fac3580e7d76cc61ccaf6b0232ad7dc46c8c7407 authored about 1 year ago by Jason Bahl <[email protected]>
- update setup-php step to be closer to core WPGraphQL repo

github.com/wp-graphql/wpgraphql-acf - 160fdb6a00dbb1fe366ff5cb2fb5eb1e152ec3e8 authored about 1 year ago by Jason Bahl <[email protected]>
- update composer install to match wp-graphql repo

github.com/wp-graphql/wpgraphql-acf - 828887b9ea95a493f390940e21838fc180575985 authored about 1 year ago by Jason Bahl <[email protected]>
- upgrade `actions/checkout@v2` to `actions/checkout@v3`

github.com/wp-graphql/wpgraphql-acf - 08d355768082d99dc532e5176324bc6b7a36a7a1 authored about 1 year ago by Jason Bahl <[email protected]>
- update tests

- update composer.json to prep for submission to packagist

github.com/wp-graphql/wpgraphql-acf - 7e07535e8822dc15ec43c5551affb571463a89d6 authored about 1 year ago by Jason Bahl <[email protected]>
- update docblock

- continue refactoring tests

github.com/wp-graphql/wp-graphql - 37ef19bc0b1aded49deb7155d91b46a3fdda3b3d authored about 1 year ago by Jason Bahl <[email protected]>
Merge pull request #2959 from justlevine/chore/remove-phpstan-ignore

chore: remove @phpstan-ignore annotations

github.com/wp-graphql/wp-graphql - 5d69454571e2f0f9760547694eed1695be950a91 authored about 1 year ago by Jason Bahl <[email protected]>
tests: add tests for unicode slugs

github.com/wp-graphql/wp-graphql - 4540fc26fa4d3aff00a64935cf970e9f354ce519 authored about 1 year ago by Dovid Levine <[email protected]>
Merge commit '84d682da9508b069d26edeb652ab412170bde596' into fix-aspreview-slug

github.com/wp-graphql/wp-graphql - 64e47c1105c3b7e22eb0fbbe79dbcd70f4b0c64c authored about 1 year ago by Jason Bahl <[email protected]>
Merge commit 'ea1436d009ad4af21236e35093b7fbf94d3e6829' into fix-aspreview-slug

- refactor PreviewTest to use WPGraphQLTestCase

github.com/wp-graphql/wp-graphql - 67a0317b6c42ab630afa701dec3b724950acbffe authored about 1 year ago by Jason Bahl <[email protected]>
Update Utils.php

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

github.com/wp-graphql/wp-graphql - 84d682da9508b069d26edeb652ab412170bde596 authored about 1 year ago by Blake Wilson <[email protected]>
Update Utils.php

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

github.com/wp-graphql/wp-graphql - 88130bba5b9eeb43bf734d5a846fb74499a3c1ab authored about 1 year ago by Blake Wilson <[email protected]>
chore: remove @phpstan-ignore annotations

github.com/wp-graphql/wp-graphql - 81028eb589c8e097243a5162eab232ec5a20f265 authored about 1 year ago by Dovid Levine <[email protected]>
Use 1 query in tests with idType variable

github.com/wp-graphql/wp-graphql - aa93f211b8bef34fd50b606af1437280acde4e31 authored about 1 year ago by Blake Wilson <[email protected]>
make idType a variable in tests

github.com/wp-graphql/wp-graphql - f46e5ec51930f283e8f4d3ee2752a954112ddf05 authored about 1 year ago by Blake Wilson <[email protected]>
Merge pull request #2945 from justlevine/fix/rename-connection-from-field-name

fix: rename fields registered by connections when using `rename_graphql_field()`

github.com/wp-graphql/wp-graphql - ea1436d009ad4af21236e35093b7fbf94d3e6829 authored about 1 year ago by Jason Bahl <[email protected]>
Merge pull request #2949 from justlevine/fix/admin-default-user-role

fix: correctly get `default` user role for settings selectbox

github.com/wp-graphql/wp-graphql - b6b7dfc0382233bb77537099556dd0d0d0b14d4e authored about 1 year ago by Jason Bahl <[email protected]>
Merge pull request #2953 from jasonbahl/fix/term-uri

fix: term uri, early return

github.com/wp-graphql/wp-graphql - 7b6917b54099ddb977f5cc1049f8d76766dd98a6 authored about 1 year ago by Jason Bahl <[email protected]>
Add preview tests for URI and SLUG ID types

github.com/wp-graphql/wp-graphql - b48b0d31a226ce19e9997dfc88d210392d678cfb authored about 1 year ago by Blake Wilson <[email protected]>
Merge pull request #2955 from justlevine/tests/backfill-register-input-union-types-tests

test: backfill `register_graphql_input|union_type()` tests

github.com/wp-graphql/wp-graphql - 9223ade3251e1cec77243eea455f53f33ddb4d1e authored about 1 year ago by Jason Bahl <[email protected]>
- add basic test for general settings page, asserting that the defaults for the user role selects are loaded with the default values

github.com/wp-graphql/wp-graphql - da55fa15ac5c283868b646afcb0d057a21ababcf authored about 1 year ago by Jason Bahl <[email protected]>
Merge commit '0e7852a53808a999b6acad84a6ceab4fae86399e' into tests/backfill-register-input-union-types-tests

github.com/wp-graphql/wp-graphql - ecacf555506cf3ad6189bab0279701270bf701ac authored about 1 year ago by Jason Bahl <[email protected]>
Merge commit '0e7852a53808a999b6acad84a6ceab4fae86399e' into fix/term-uri

github.com/wp-graphql/wp-graphql - 7a29f96a9ee794018aec4049f444eda51c2b7635 authored about 1 year ago by Jason Bahl <[email protected]>
Merge branch 'develop' into fix/term-uri

github.com/wp-graphql/wp-graphql - 059f87039bd176c3e7fbb1eca31f3d20b7094e00 authored about 1 year ago by Jason Bahl <[email protected]>
Merge pull request #2956 from wp-graphql/dependabot/npm_and_yarn/postcss-8.4.31

chore(deps-dev): bump postcss from 8.4.12 to 8.4.31

github.com/wp-graphql/wp-graphql - 0e7852a53808a999b6acad84a6ceab4fae86399e authored about 1 year ago by Jason Bahl <[email protected]>
- update TermNodeTest

github.com/wp-graphql/wp-graphql - e64403df5308a43da35df34d4aa8bbb0dcd0efaf authored about 1 year ago by Jason Bahl <[email protected]>
chore(deps-dev): bump postcss from 8.4.12 to 8.4.31

Bumps [postcss](https://github.com/postcss/postcss) from 8.4.12 to 8.4.31.
- [Release notes](htt...

github.com/wp-graphql/wp-graphql - fb8388baf4a6f0f1314389cdaccc9499da3c99ba authored about 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Merge pull request #2954 from wp-graphql/fix/#2946-regression-to-autoloader

fix: regression to autoloader for bedrock sites

github.com/wp-graphql/wp-graphql - 2265a306ed3c3663d01b9c1d39c33512e9a18a13 authored about 1 year ago by Jason Bahl <[email protected]>
- phpcs fixes

github.com/wp-graphql/wp-graphql - 3e782a2ffdd029220c90399be8bb1c9385747cfa authored about 1 year ago by Jason Bahl <[email protected]>
- fix test for termNode

github.com/wp-graphql/wp-graphql - 024b97df448aebfcb9b008cf54ebf36ef68f0a0d authored about 1 year ago by Jason Bahl <[email protected]>
Merge branch 'fix/#2946-regression-to-autoloader' into develop

github.com/wp-graphql/wp-graphql - 35c902288b6594c68acab7634a02f11bd8e69261 authored about 1 year ago by Jason Bahl <[email protected]>
Add preview URI content node tests

github.com/wp-graphql/wp-graphql - 58b37133dae4212523c71644c9d1d56b0a692256 authored about 1 year ago by Blake Wilson <[email protected]>
Remove slug from preview content node tests

github.com/wp-graphql/wp-graphql - 30759ce804eaa840a83a338bf09deeceb97a17ef authored about 1 year ago by Blake Wilson <[email protected]>
Starting preview content node tests

github.com/wp-graphql/wp-graphql - bf90697d434f3ebb1edd58b023118b4dbdcb0a03 authored about 1 year ago by Blake Wilson <[email protected]>
Set `asPreview` to `false` if not set

github.com/wp-graphql/wp-graphql - 91e773e4d75ceac28dec658d9403e6079e9034cc authored about 1 year ago by Blake Wilson <[email protected]>
Merge branch 'develop' into fix-aspreview-slug

github.com/wp-graphql/wp-graphql - d91f4f4b2824cc9030bc4f900f27c8294bd61121 authored about 1 year ago by Blake Wilson <[email protected]>
tests: backfill `register_graphql_input|union_type()`

github.com/wp-graphql/wp-graphql - 0c5d83acfe205c88513d5b9863ec3f7fa9c9e94e authored about 1 year ago by Dovid Levine <[email protected]>
- phpstan / phpcs fixes

github.com/wp-graphql/wp-graphql - 557cc4cbad83865982f2268b6abb1e88c7da7653 authored about 1 year ago by Jason Bahl <[email protected]>
- add files back to composer.json

- adjust logic to load the plugin to compensate for bedrock, install from github without deps, an...

github.com/wp-graphql/wp-graphql - 166722c89090ada7648e18587886529e356f2107 authored about 1 year ago by Jason Bahl <[email protected]>
- update composer

github.com/wp-graphql/wp-graphql - b86518a1086e66be3f7371c5eb2ffcb768205a5c authored about 1 year ago by Jason Bahl <[email protected]>
- refactor graphql_can_load_plugin

- remove files from autoloader that are required before autoloading is loaded
- define WPGRAPHQL_...

github.com/wp-graphql/wp-graphql - f8e488a2bd3bff2849ffa28bbd16ee506e5371c7 authored about 1 year ago by Jason Bahl <[email protected]>
Merge pull request #2950 from justlevine/fix/authswitchprovider-typo

fix: rename typo in component name - `AuthSwitchProvider`

github.com/wp-graphql/wp-graphql - 7920f9eaff19b2fb4b4c78eb8c9e3424c989065d authored about 1 year ago by Jason Bahl <[email protected]>
Apply GraphiQL build changes

github.com/wp-graphql/wp-graphql - d2bb0a917849dbc41aa9d085273a676b3f3b6974 authored about 1 year ago by GitHub Actions Bot <>
Merge pull request #2948 from justlevine/chore/spellings-cherrypick-nonlogical

chore: fix spelling mistakes (non-logical)

github.com/wp-graphql/wp-graphql - dc83e427f98a01b09bf4e0dc37410c32e07405b0 authored about 1 year ago by Jason Bahl <[email protected]>
Merge pull request #2944 from justlevine/fix/skip-null-setting-groups

fix: skip setting if no `$setting['group']`

github.com/wp-graphql/wp-graphql - 482977e73ec65a40a55693f23613079747dadcaa authored about 1 year ago by Jason Bahl <[email protected]>
Merge pull request #2943 from wp-graphql/dependabot/composer/composer/composer-2.2.22

chore(deps-dev): bump composer/composer from 2.2.21 to 2.2.22

github.com/wp-graphql/wp-graphql - 5ba0e35962e3683536ed1deaff3b899e4c5479aa authored about 1 year ago by Jason Bahl <[email protected]>
Merge pull request #2936 from wp-graphql/dependabot/npm_and_yarn/graphql-16.8.1

chore(deps): bump graphql from 16.5.0 to 16.8.1

github.com/wp-graphql/wp-graphql - 57956bd6cfddcbd58f05d47a3a3412077e5f3e15 authored about 1 year ago by Jason Bahl <[email protected]>
Merge branch 'develop' into fix/term-uri

github.com/wp-graphql/wp-graphql - c073d118cb67fb4acc817051130a624ff4a87015 authored about 1 year ago by Jason Bahl <[email protected]>
Merge branch 'fix/term-ui-conflicts' into develop

# Conflicts:
# src/Registry/Utils/TermObject.php

github.com/wp-graphql/wp-graphql - d639d805d035a04f982a2c33b7c6e28d7ffb8b16 authored about 1 year ago by Jason Bahl <[email protected]>
fix: rename component to `AuthSwitchProvider`

Co-authored-by: Viktor Szepe <[email protected]>

github.com/wp-graphql/wp-graphql - 5ed9bb7a88c5fa0a0c62db2365a3f27a850a1613 authored about 1 year ago by Dovid Levine <[email protected]>
fix: correctly get `default` user role for settings

Co-authored-by: Viktor Szepe <[email protected]>

github.com/wp-graphql/wp-graphql - 0003ffc9fc890802ed3c19c3050b591fee9b6051 authored about 1 year ago by Dovid Levine <[email protected]>
chore: fix typo in do_graphql_request() param name

Co-authored-by: Viktor Szepe <[email protected]>

github.com/wp-graphql/wp-graphql - 4c9246e7bc4c0afdbafc700ffca5df58a9162be1 authored about 1 year ago by Dovid Levine <[email protected]>
chore: fix spelling mistakes (non-logical)

Co-authored-by: Viktor Szepe <[email protected]>

github.com/wp-graphql/wp-graphql - e4b09b3196074d3a7fa78a072344526421a102c7 authored about 1 year ago by Dovid Levine <[email protected]>
Remove invalid namespaces from autoloading

github.com/wp-graphql/wp-graphql-smart-cache - 3cd56865361805b3c8dd7d338fd0aff5e9c55244 authored about 1 year ago by Viktor Szépe <[email protected]>
urldecode slug in in Menu object

github.com/wp-graphql/wp-graphql - 38ba5eb7e85fecf7a6d548240dd99d848bd35bff authored about 1 year ago by Scott Kennedy <[email protected]>
Clean up pr

github.com/wp-graphql/wp-graphql - bac8488ead58691b050dbbb9d147024373e0ac2f authored about 1 year ago by Scott Kennedy <[email protected]>
Revert urldecode on register_type() function

github.com/wp-graphql/wp-graphql - 3bcea791dc034ae48730231110d0fc4b7a95e0b3 authored about 1 year ago by Scott Kennedy <[email protected]>
chore: add param to filter docblock

github.com/wp-graphql/wp-graphql - 15fc495341765f2b62863008878ebfa9bfb912e4 authored about 1 year ago by Dovid Levine <[email protected]>
tests: test rename_graphql_field() on connections

github.com/wp-graphql/wp-graphql - 25497c039b5bc5e118d408f01d15cfc449f3f33a authored about 1 year ago by Dovid Levine <[email protected]>
fix: rename_graphql_field() on connections

github.com/wp-graphql/wp-graphql - 0a849e9f9b4b0a0b3a9eee002e352fd02bc6e4c3 authored about 1 year ago by Dovid Levine <[email protected]>
fix: skip setting if no `$setting['group']

github.com/wp-graphql/wp-graphql - be36a2bcea09333a1843c7d909339472ad744dce authored about 1 year ago by Dovid Levine <[email protected]>