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

urldecode slug in in Menu object

38ba5eb7e85fecf7a6d548240dd99d848bd35bff authored over 1 year ago by Scott Kennedy <[email protected]>
Clean up pr

bac8488ead58691b050dbbb9d147024373e0ac2f authored over 1 year ago by Scott Kennedy <[email protected]>
Revert urldecode on register_type() function

3bcea791dc034ae48730231110d0fc4b7a95e0b3 authored over 1 year ago by Scott Kennedy <[email protected]>
chore: add param to filter docblock

15fc495341765f2b62863008878ebfa9bfb912e4 authored over 1 year ago by Dovid Levine <[email protected]>
tests: test rename_graphql_field() on connections

25497c039b5bc5e118d408f01d15cfc449f3f33a authored over 1 year ago by Dovid Levine <[email protected]>
fix: rename_graphql_field() on connections

0a849e9f9b4b0a0b3a9eee002e352fd02bc6e4c3 authored over 1 year ago by Dovid Levine <[email protected]>
fix: skip setting if no `$setting['group']

be36a2bcea09333a1843c7d909339472ad744dce authored over 1 year ago by Dovid Levine <[email protected]>
chore(deps-dev): bump composer/composer from 2.2.21 to 2.2.22

Bumps [composer/composer](https://github.com/composer/composer) from 2.2.21 to 2.2.22.
- [Releas...

ea69727039b8792450c310cd04a60fc0203a26ba authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Decode $type_name

2b3177de07da3ad8550dbf0af8901b3d0f63bc32 authored over 1 year ago by Scott Kennedy <[email protected]>
decode slug

af9b30416cf4a3db85237bef48da3964720e3fc3 authored over 1 year ago by Scott Kennedy <[email protected]>
Refactor `get_post_preview_id` to Utils

eecbe7a5ed1e022b8b58e6d48b565933b26c41de authored over 1 year ago by Blake Wilson <[email protected]>
Update src/Data/NodeResolver.php

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

c3161d82394f1106b7e031cc00768594cebdee2b authored over 1 year ago by Blake Wilson <[email protected]>
Update src/Type/ObjectType/RootQuery.php

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

9406baed41ca2868c82cde59b10436120e35f426 authored over 1 year ago by Blake Wilson <[email protected]>
Update src/Type/ObjectType/RootQuery.php

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

ae16931cf22385f24e97cc21d69508ef69bc0f75 authored over 1 year ago by Blake Wilson <[email protected]>
Update src/Data/NodeResolver.php

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

54b6066fe9eb99d944002d7b566bf251ca4ac103 authored over 1 year ago by Blake Wilson <[email protected]>
Apply GraphiQL build changes

2937585d4f73756535302b0ebe78592e51e23c94 authored over 1 year ago by GitHub Actions Bot <>
Merge pull request #2935 from jasonbahl/fix/#1831-admin-notice-if-composer-deps-not-installed

fix: admin notice if composer dependencies not installed

7b27cd61ce6771ea9faa68f5b206a4bb9b69eb8b authored over 1 year ago by Jason Bahl <[email protected]>
Add preview support for Post Type with ID Type `slug` or `uri`

8de8ffdaa9d1daef22be7538f063f4b80d1deacf authored over 1 year ago by Blake Wilson <[email protected]>
Removing the union type as this was introduced in PHP 8.2 and the current required PHP version is 7.1

fb91522b88ebfe326e78f1d32170a01eeea879e9 authored over 1 year ago by Blake Wilson <[email protected]>
- phpstan, phpcs updates

eb960e36743edad07fa3b0a9f57983f6949eb5d1 authored over 1 year ago by Jason Bahl <[email protected]>
- simplify can_load_plugin

f00fd37ebcbfedd51e84b4aad1e462d89669ab41 authored over 1 year ago by Jason Bahl <[email protected]>
Merge commit '1c00fd43c04ceef112b799682266c6f5949f2488' into fix/#1831-admin-notice-if-composer-deps-not-installed

# Conflicts:
# composer.lock
# src/WPGraphQL.php

cbb4d51b8dd9e9688a454742b31076d27c5be189 authored over 1 year ago by Jason Bahl <[email protected]>
- update constants values to compensate for changing the file that defines them

c536201d68dd875e7fff9cdc4c520540a95404bd authored over 1 year ago by Jason Bahl <[email protected]>
Created `resolve_node_preview` to make things more DRY

4f80ebaa034bea15e51e099952393cb61ce6eabd authored over 1 year ago by Blake Wilson <[email protected]>
Support previews with url/slug

32693fc01de4507fad7d29945fc109f824eff18b authored over 1 year ago by Blake Wilson <[email protected]>
chore(deps): bump graphql from 16.5.0 to 16.8.1

Bumps [graphql](https://github.com/graphql/graphql-js) from 16.5.0 to 16.8.1.
- [Release notes](...

96a3ba98ba9d2fde147af53551e996b938578268 authored over 1 year ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- update constants

d43bffdea8a020abc9784bc6c6d29bdd1f8996d1 authored over 1 year ago by Jason Bahl <[email protected]>
- add docblock

- add constants.php to phpstan.neon.dist
- update graphql_init docblock
- update comments around ...

cd9b4fc75e80e0e0dfeb8bcebb667bf28a1e1132 authored over 1 year ago by Jason Bahl <[email protected]>
Merge pull request #2933 from justlevine/fix/remove-unused-params

chore: remove unused parameters from resolver callbacks

1c00fd43c04ceef112b799682266c6f5949f2488 authored over 1 year ago by Jason Bahl <[email protected]>
Merge pull request #2932 from justlevine/chore/cleanup-cs-annotations

chore: cleanup PHPCS inline annotations

f03997202ef6cd9dde2de0feeb2d464aa46367eb authored over 1 year ago by Jason Bahl <[email protected]>
Merge pull request #2934 from justlevine/chore/php-stubfiles

chore: use `.php` extension for stubfiles

7bec28407186fc20b13b5d1ec45a7c6ccf32dc00 authored over 1 year ago by Jason Bahl <[email protected]>
- fix formatting

2cae5ee23f2abb1bf49c7a217ed9c4e2b525cd14 authored over 1 year ago by Jason Bahl <[email protected]>
Merge branch 'master' into fix/term-uri

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

ab23e7fb634836028107537cddaab81b5e90df2b authored over 1 year ago by Jason Bahl <[email protected]>
- update uri logic for Term.php to make response a relative link, also compensating for subdirectory multisites

a055ca331ddddb8423625a32c81e4c19e223f118 authored over 1 year ago by Jason Bahl <[email protected]>
- fixes admin error when composer dependencies are not installed

dd8239c94db2cd80ff516a4c650eafc65960f443 authored over 1 year ago by Jason Bahl <[email protected]>
chore: update phpstan dep

af1532f16c3615759acca1dc7c4815acf559bbe6 authored over 1 year ago by Dovid Levine <[email protected]>
chore: use `.php` for stub files

b9d7eb1bfccb3b39be1f32f89bc7a11c58ee6ff9 authored over 1 year ago by Dovid Levine <[email protected]>
tests: test ContentTemplates

d5c72b6c7b392307437beadf4479b2f07ed54469 authored over 1 year ago by Dovid Levine <[email protected]>
chore: remove unnecessary ucfirst()

b31c1cdb8dfd077b573a942c3af2b6b42fa77186 authored over 1 year ago by Dovid Levine <[email protected]>
chore: use Utils::format_type_name()

5b31a11a3d2fc3a3937b21fc13d0ae76622be8ce authored over 1 year ago by Dovid Levine <[email protected]>
chore: format fallback template names

219f6fe02b7b2885defa23af0c897ac48fb3b592 authored over 1 year ago by Dovid Levine <[email protected]>
fix: check template name fallback before assigning

eaabd350e0f619f7edf80bca4cd27db389d3c7f9 authored over 1 year ago by Dovid Levine <[email protected]>
chore: lint

e2bedfda9afcd3769c2f49541f669042185c4b22 authored over 1 year ago by Dovid Levine <[email protected]>
fix: MultipleStatementAlignment issue

d28f836299da9487056fc0ef8cd1e0fff0c01542 authored over 1 year ago by mecaota <[email protected]>
fix: if replaced_name is empty, use the file name

b23f90517ae2f715bb18d475bb7a89d141d33524 authored over 1 year ago by mecaota <[email protected]>
fix: if replaced_name is empty, use the _wp_page_template meta value

1191eb705ecccc5fd9a4055572135d7798db3cb3 authored over 1 year ago by mecaota <[email protected]>
fix: remove unused params from resolver callbacks

e609f3dcd318f2fce980e4bb901b910c0d6f705d authored over 1 year ago by Dovid Levine <[email protected]>
chore: remove whitespace before EOL

b1d85e8fb62dc20f00436993e264082dc6a94a90 authored over 1 year ago by Dovid Levine <[email protected]>
chore: use stricter phpcs annotations

01d841b6829f96763b7336efb4562bbd4997f26d authored over 1 year ago by Dovid Levine <[email protected]>
chore: cleanup unused `phpcs:ignore` annotations

e2f6ea53d0338257f4bfc2f2cfec411d9f575b0d authored over 1 year ago by Dovid Levine <[email protected]>
chore: bump wpcs to 3.0.1

c30ee8a8fa80a2e0680d7fa0a7d93aba2371a19f authored over 1 year ago by Dovid Levine <[email protected]>
Merge pull request #2256 from justlevine/feat/add-connectedTerms-to-taxonomy

feat: add `connectedTerms` connection to Taxonomy object

4050581ca4be74aaf1fc35c86a7bec2ad3af1c64 authored over 1 year ago by Jason Bahl <[email protected]>
chore: more explained comment

dfca9abb05acd48f7773f50a089bc06341b425d4 authored over 1 year ago by mohjak <[email protected]>
fix: involve term_id in order to stabilize the cursor

#2926

Terms cursor now handles identical names accurately with asc/desc and after/before.

4e6323a3038dc23d9949af7a6fc6330bb2d5c17b authored over 1 year ago by mohjak <[email protected]>
- phpcs fix

05b39730a79a55385fdf5999ecd9bc759b8bff4f authored over 1 year ago by Jason Bahl <[email protected]>
Merge commit 'a2d5f4e4da55cce37e245be769bd1884729185e2' into feat/add-connectedTerms-to-taxonomy

# Conflicts:
# tests/wpunit/TaxonomyObjectQueriesTest.php

f23049afc83d839dc3c75ae13503d37ff05c10de authored over 1 year ago by Jason Bahl <[email protected]>
Merge pull request #2924 from justlevine/chore/phpcs3

chore: upgrade WPCS to v3.0

a2d5f4e4da55cce37e245be769bd1884729185e2 authored over 1 year ago by Jason Bahl <[email protected]>
chore: escape exception messages

ec93a9773f9d7b7dd261b152b50e7092d7c3565e authored over 1 year ago by Dovid Levine <[email protected]>
chore: update exclusions

6a6296af165cd0fdfee205bce85851ac4c6779a3 authored over 1 year ago by Dovid Levine <[email protected]>
Merge pull request #2921 from markkelnar/ci-zip-subfolder

fix: zip artifact in GH not in subfolder

9b4384e3fe0e5f9ac81279deff0cdb37039c88fa authored over 1 year ago by Jason Bahl <[email protected]>
chore: remove unused 'AssignmentInCondition` exclude

b0d2717b34243e8947477ab3f650bce3f7b5e45f authored over 1 year ago by Dovid Levine <[email protected]>
chore: evaluate remaining exclusions (wpcs 3.0)

802ca2fd69f4701cc08e1758beaa87d6bfb08cbc authored over 1 year ago by Dovid Levine <[email protected]>
chore: avoid reserved keywords for param names (wpcs 3.0)

66cc23c10f205f7bacf232292b83b1624720d58f authored over 1 year ago by Dovid Levine <[email protected]>
chore: remove extra conditional nesting (wpcs 3.0)

4cb43c0236e8a3cd88b845abf0dd558c956efbbf authored over 1 year ago by Dovid Levine <[email protected]>
chore: preincrement when possible (wpcs 3.0)

d600da68d5e1ae88e0ca7df29c169ee551367fb0 authored over 1 year ago by Dovid Levine <[email protected]>
chore: autofix wpcs 3.0 smells

a20eab66340587726b17a3016961c2668161d852 authored over 1 year ago by Dovid Levine <[email protected]>
chore: update vipcs (and dep tree) to ^3.0

99aaa5647abccf8213b0e0cc5c6d75d7170fbab1 authored over 1 year ago by Dovid Levine <[email protected]>
oops bracket

6117004213436c990746a6ea2f1ec30354214b81 authored over 1 year ago by Mark Kelnar <[email protected]>
Add build-plugin command to set up no-dev

07267d0f338917779e3e1d69b50350460279c3e8 authored over 1 year ago by Mark Kelnar <[email protected]>
Add build-plugin command to set up no-dev

92de712204a1b8ea6e64f7096d9b852d28313667 authored over 1 year ago by Mark Kelnar <[email protected]>
Auto-merge master back to develop

0b3f15b759a6441ef6bc66c789257cd5029374fe authored over 1 year ago by Github Actions <[email protected]>
Merge pull request #2922 from wp-graphql/release/v1.16.0

release: v1.16.0

93429098ed8f661cb7455873518e9303264b4f10 authored over 1 year ago by Jason Bahl <[email protected]>
Merge commit '20f38c5b914f24134e4244a6104eecf27b562a00' into release/v1.16.0

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

53e1aea85d6b5cd60e14f758ef9d0860e2edcbd7 authored over 1 year ago by Jason Bahl <[email protected]>
fix zip artifact in GH not in subfolder

aeb1614879bda9020b44f0e979f94a492bc09696 authored over 1 year ago by Mark Kelnar <[email protected]>
Merge pull request #2882 from kidunot89/feat/post-object-cursor-filters

fix: Config and Cursor classes refactor.

20f38c5b914f24134e4244a6104eecf27b562a00 authored over 1 year ago by Jason Bahl <[email protected]>
Merge pull request #2918 from wp-graphql/revert-2911-revert-2904-fix/cache-key-url

fix: Use graphql endpoint without scheme in url header

30d36224edd87d70d93db2c6aaf93d9246960df3 authored over 1 year ago by Jason Bahl <[email protected]>
Merge branch 'develop' into feat/post-object-cursor-filters

da3476facf6259494c67e3e5d1e381377fe857c4 authored over 1 year ago by Jason Bahl <[email protected]>
- rename `threshold` fields

7d5b56cf3fd668eae822aaa136a0d9eeacd96162 authored over 1 year ago by Jason Bahl <[email protected]>
Revert "revert: "fix: Use graphql endpoint without scheme in url header""

2d9e6c037e88060ca0053e1449aa6241aefca696 authored over 1 year ago by Jason Bahl <[email protected]>
Merge commit 'd85b112abb853e13167ef21726afcc6b1c4fa949' into feat/post-object-cursor-filters

# Conflicts:
# src/Data/Cursor/AbstractCursor.php

1934b33bffd7d99f4a3e5e613427a7f2a3360700 authored over 1 year ago by Jason Bahl <[email protected]>
- rename is_valid_threshold_field to validate_threshold_field

f7b5e088d6793e5015c6a9aaded583cfb30e6715 authored over 1 year ago by Jason Bahl <[email protected]>
Update src/Data/Cursor/AbstractCursor.php

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

d85b112abb853e13167ef21726afcc6b1c4fa949 authored over 1 year ago by Jason Bahl <[email protected]>
Update src/Data/Cursor/AbstractCursor.php

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

f173e6c0f64d583518d1e9388fffd78b4028b147 authored over 1 year ago by Jason Bahl <[email protected]>
Update src/Data/Cursor/AbstractCursor.php

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

b0d1f36cb7f7ce5eb59777948a2c429c18030fed authored over 1 year ago by Jason Bahl <[email protected]>
Update src/Data/Cursor/AbstractCursor.php

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

b965845878b1d3a94d27e1a6b6e5e00790b915ab authored over 1 year ago by Jason Bahl <[email protected]>
Update src/Data/Cursor/AbstractCursor.php

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

91f0ffb1fa2558a4ce75733074556fd271d92148 authored over 1 year ago by Jason Bahl <[email protected]>
Update src/Data/Config.php

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

a706c01b56010da25776c17e3594962cfbac8773 authored over 1 year ago by Jason Bahl <[email protected]>
- add test for paginating with orderby multiple meta fields where values are the same, ensuring there's no skipped records

b405def4bb2212d56a226b9546228ab304db7412 authored over 1 year ago by Jason Bahl <[email protected]>
- cs updates

9ca6a11af5960b63b5e5a7312ca297185866b7a5 authored over 1 year ago by Jason Bahl <[email protected]>
- remove code for local testing

e81eab9f47c2f0de8c6c5cbac29cc5ff62a982d9 authored over 1 year ago by Jason Bahl <[email protected]>
- fix mistaken commit of wrong branch

a026f2fddcfd53a9a28bb1b34f0e9fcff5988b22 authored over 1 year ago by Jason Bahl <[email protected]>
- jacking around trying to understand cursors (and failing, mostly)

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

970868f2a9431f44665d81ec5d06998345260323 authored over 1 year ago by Github Actions <[email protected]>
Merge pull request #2912 from wp-graphql/release/v1.15.0

release: v1.15.0

45a2e9e188fa5b2c6470efb9e53fac3691bbb610 authored over 1 year ago by Jason Bahl <[email protected]>
Merge commit '4ae43d95f30c41836e0c91e48d7211a8c6b18d4e' into release/v1.15.0

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

c056a36384ef991b370f5066808367f62800a4c8 authored over 1 year ago by Jason Bahl <[email protected]>
- debugging

7382610d0618d23ed5a47817c92333b2437a4a2a authored over 1 year ago by Jason Bahl <[email protected]>
Merge pull request #2911 from wp-graphql/revert-2904-fix/cache-key-url

revert: "fix: Use graphql endpoint without scheme in url header"

4ae43d95f30c41836e0c91e48d7211a8c6b18d4e authored over 1 year ago by Jason Bahl <[email protected]>
Revert "fix: Use graphql endpoint without scheme in url header"

6a66ef1b80e69f2dbe71b27aeaa8f58fa4c77443 authored over 1 year ago by Jason Bahl <[email protected]>