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

- Convert "Settings" Type to use TypeRegistry methods

-

a18a4821deac641ea09adecb1a9c84e6c4a42d55 authored over 6 years ago by Jason Bahl <[email protected]>
- Add SchemaRegistry and register_graphql_schema function

- Convert more Types to use the new TypeRegistry methods
- Remove unused Type classes

ee1fb1f3edac16c1aa4f6e68ead8e19900e61f24 authored over 6 years ago by Jason Bahl <[email protected]>
- refactoring to use the new `register_graphql_*` API methods

- Update TypeRegistry.php to register core Types
- Update Types.php to reference TypeRegistry (fo...

f92e9f4dc11db987f74ff458ab05f42a3e76b866 authored over 6 years ago by Jason Bahl <[email protected]>
- add `register_graphql_*` functions to `access-functions.php`

- register some custom types to show usage (to be removed before merge)
- Initialize the TypeRegi...

4ce17ed140767302db4fc1f797f91bf64faa5a8e authored over 6 years ago by Jason Bahl <[email protected]>
Merge pull request #508 from camsjams/ISSUE-507

ISSUE-507 map tagIn->tag__in

aa69a640b6877292a84a710c7270ac7403680b95 authored over 6 years ago by Jason Bahl <[email protected]>
ISSUE-507 update unit test

31cdebeca090885dc384a7744ddc19186dc62a4f authored over 6 years ago by Cameron Manavian <[email protected]>
ISSUE-507 format

ccca5b0d83640a15d720e8a2b50562ba295922a6 authored over 6 years ago by Cameron Manavian <[email protected]>
ISSUE-507 map tagIn->tag__in

e70e4f8b4ff7096cdb51677f956fa3ff0a8f2164 authored over 6 years ago by Cameron Manavian <[email protected]>
Merge pull request #506 from jasonbahl/bug/#504-postby-inconcistencies

#504 - Ensure post objects are resolved using DataSource::resolve_pos…

03387b610b54a462f081928dbf4c22abd84e737a authored over 6 years ago by Ryan Kanner <[email protected]>
#504 - fix issue with deleting mediaItem not returning properly

- misc formatting adjustments

5c6c749ce3b98b64d5324fe7291f95332d8a330a authored over 6 years ago by Jason Bahl <[email protected]>
#504 - fix issue with deleting post not returning properly

- misc formatting adjustments

b605e72c4cdca24f10268c28372cddef3d4dc8b8 authored over 6 years ago by Jason Bahl <[email protected]>
#504 - Ensure post objects are resolved using DataSource::resolve_post_object() to make sure the global $post is properly setup and setup_postdata is properly run. This ensures filters that rely on that to run properly.

8d6d3915d22e7a99ca031d8128ad95cfebba9464 authored over 6 years ago by Jason Bahl <[email protected]>
Merge pull request #501 from Quartz/fix/post-error

Fix error message for non-existent post

f0400a7ec4cfbb3caaf3175abecfa8c6037c0d24 authored over 6 years ago by Jason Bahl <[email protected]>
Add test for non-existent post.

c3a597f29103874aa11948a74d2e51aca52c3754 authored over 6 years ago by chriszarate <[email protected]>
Correct order of error message.

dc1d24c26826aaccf6d7022df4b5dbaa00254fcc authored over 6 years ago by chriszarate <[email protected]>
Merge pull request #497 from jasonbahl/bug/#495-batch-requests-not-passing-context-to-action-properly

#495 & #496

4d8f7bf90db8f59652157f9027d07cc3eea72443 authored over 6 years ago by Ryan Kanner <[email protected]>
- removing unused variable

209b23743869a73bd79688e4862f33c104f58710 authored over 6 years ago by Jason Bahl <[email protected]>
#495 - Batch Requests not passing context to `do_graphql_request` properly.

Since batch requests come in as an array, we need to iterate over the array and send out the do_...

8578823fcac4ba2a15a2e4073cbfcfed26a7d42a authored over 6 years ago by Jason Bahl <[email protected]>
Release v0.0.34

- update version number and misc file formatting

875cd818cc74d756c907f4ea70bfd391587ca1d1 authored over 6 years ago by Jason Bahl <[email protected]>
Merge pull request #492 from wp-graphql/release/v0.0.33

Release/v0.0.33

a03c17ef8cd9ddfda8a0f93f7efde466f27a83b7 authored over 6 years ago by Jason Bahl <[email protected]>
Merge pull request #1 from wp-graphql/develop

Update develop branch with base fork

864b5fc506c8b92008422ef20aabd8f0d8847855 authored over 6 years ago by Kellen Mace <[email protected]>
- code review updates

- update to unit tests

a1fca0703f10c520b84b9dde4c760ec91c287b24 authored over 6 years ago by Jason Bahl <[email protected]>
- code review updates

- update to unit tests

004ca7978b6ad449fd99d9091ed698f000371c9d authored over 6 years ago by Jason Bahl <[email protected]>
- updates to the userRegistration and userUpdate mutations to adjust how Roles can be mutated.

b88297d2b5648824a29c72f371bca0a0398c0769 authored over 6 years ago by Jason Bahl <[email protected]>
Merge commit 'f22bd2d716e9c434b9ae8c31d0d698ac76f61bce' into release/v0.0.33

3b4380ef07b01dd00d6f533187365c5ac98b2e8d authored over 6 years ago by Jason Bahl <[email protected]>
- prep for release

f8f1b71e15c4ac267dc8149750dcf8fd5202b354 authored over 6 years ago by Jason Bahl <[email protected]>
Merge pull request #483 from kellenmace/feature/#223-add-user-registration-mutation

Feature/#223 add user registration mutation

f22bd2d716e9c434b9ae8c31d0d698ac76f61bce authored over 6 years ago by Jason Bahl <[email protected]>
Merge pull request #490 from jasonbahl/bug/settings-fix

bug: settings not loaded in Schema properly

28b95f701b8cec54c87559564c6b8b9ba7ecb360 authored over 6 years ago by peter pak <[email protected]>
- adjust when `register_initial_settings` is called to ensure registered settings are added to the Schema properly.

b39da33be57cec4e74543c1d6a363e8dc0d58eac authored over 6 years ago by Jason Bahl <[email protected]>
Merge pull request #488 from wp-graphql/release/v0.0.32

Release/v0.0.32

2831d7760a07bf340403d0726f4de5dbdec78e50 authored over 6 years ago by Jason Bahl <[email protected]>
- revert composer.lock

2fbfb22e574bcbab6719e4817144d73f6e8d8c8f authored over 6 years ago by Jason Bahl <[email protected]>
- update composer.lock

- update composer license

b2e70c40410618e8ceca961b4e5d507ad7bdbfc2 authored over 6 years ago by Jason Bahl <[email protected]>
Merge commit '1e7f3a214d48336cb6f3543c3e2a3120dfd656fa' into release/v0.0.32

cdc96f2dc268d5295ba6b51da777cf3486cc1b81 authored over 6 years ago by Jason Bahl <[email protected]>
- prep for release v0.0.32

394a13564b16ae10ea51f70340f03de2f1db3d2c authored over 6 years ago by Jason Bahl <[email protected]>
Merge pull request #487 from jasonbahl/bug/do-graphql-request-context

Bug/do graphql request context

1e7f3a214d48336cb6f3543c3e2a3120dfd656fa authored over 6 years ago by Jason Bahl <[email protected]>
- introduce a new `init_graphql_request` hook with no context to indicate that a GraphQL request is in progress.

201759af9303fadcd0bfbf9eee2a5ef9e3e0b9ae authored over 6 years ago by Jason Bahl <[email protected]>
Re-add RegisterUser.php with the first letter of the filename switched to uppercase

12724ce2f8ddcd2b5e70d99a5d16a7c1e1c8e6aa authored over 6 years ago by Kellen Mace <[email protected]>
Remove registerUser.php file with lowercase first letter

64ffb029af07115703a3a2882e052cc4cc6713ae authored over 6 years ago by Kellen Mace <[email protected]>
Merge the registerUser input fields with the array of other user mutation input fields so that additional data can be passed in and saved when a user is registered, if needed

0316ace8df951100a4d55cc733d162b6cc0c4533 authored over 6 years ago by Kellen Mace <[email protected]>
Merge pull request #484 from Quartz/improvement/test-perf-posts

Improve speed of PostObjectConnectionQueriesTest

7361b3efc8715077e7ec90b2538dd40870ebd0e1 authored over 6 years ago by Jason Bahl <[email protected]>
README note on segfaults under PHP 7.2.

50ec7017f7509bc3634b8aa6d829fc76e7b5b3ad authored over 6 years ago by chriszarate <[email protected]>
Only create a large number of posts when necessary.

ebb80baebc0226381dcad246c7f6357860840123 authored over 6 years ago by chriszarate <[email protected]>
Minor corrections to code comments and error messaging

0c97a7e7384ec24a3ba5f06e6a98777145fd883f authored over 6 years ago by Kellen Mace <[email protected]>
Add registerUser mutation tests

3b7711f1ce2fcceeb7a9c11f10908671420bdea0 authored over 6 years ago by Kellen Mace <[email protected]>
Add registerUser mutation

cf8814d2687308bdb8db8dc030d87b4c040393cd authored over 6 years ago by Kellen Mace <[email protected]>
Merge pull request #481 from wp-graphql/release/v0.0.31

Release/v0.0.31

6357bbd3a5acaac8a285dadfa2a38b1ac1d6c055 authored over 6 years ago by Jason Bahl <[email protected]>
Merge pull request #480 from wp-graphql/release/v0.0.31

Release/v0.0.31

806bc2a04b82b071ddd416c91c5d350dbfd13953 authored over 6 years ago by Jason Bahl <[email protected]>
# Release Notes:

- Adjust the hooks for where `register_initial_settings` and `setup_types` occur to make sure co...

45d4adb316348a729a58ec79cbf5b631767a9ae2 authored over 6 years ago by Jason Bahl <[email protected]>
- update version for release

82598bf7ac4959203c9ced2b9dfa608aa0443893 authored over 6 years ago by Jason Bahl <[email protected]>
Merge pull request #477 from jasonbahl/bug/#475-post-thumbnail-causes-exception

#475: Re-arrange setup of Types (post_types, taxonomies, etc) that are registered to show_in_gra...

7df8271819005eb136fc9c9efc46b1fc539a8605 authored over 6 years ago by Jason Bahl <[email protected]>
no message

31f54f05ad36782fb45410e9b1c8cbb58053e49d authored over 6 years ago by Jason Bahl <[email protected]>
#475

- re-arrange loading of the types in the Schema to happen later in the WordPress cycle

9f357e6aedea2afd1e429f32fa80652bb7be6f3f authored over 6 years ago by Jason Bahl <[email protected]>
Merge pull request #476 from jasonbahl/bug/#464-post-excerpt-outputting-incorrectly

Bug/#464 post excerpt outputting incorrectly

39924402c4cedf3fd10f65e0855a89d0f985d2ed authored over 6 years ago by Ryan Kanner <[email protected]>
#475

- re-arrange loading of the types in the Schema to happen later in the WordPress cycle

4d84a35043dfe5228037553135cd933cfe4eadfe authored over 6 years ago by Jason Bahl <[email protected]>
#464

This adds `setup_postdata()` in the post resolver so that nested fields can take advantage of th...

0d516b03a635728b5a2cb1140aa8792537cb7371 authored over 6 years ago by Jason Bahl <[email protected]>
#464 - setup_postdata when a post is being resolved to ensure

6560d944611d8ffdea6f78af10b2c593c8d2b69d authored over 6 years ago by Jason Bahl <[email protected]>
Merge pull request #474 from wp-graphql/release/v0.0.30

Release/v0.0.30

602dc72976dae58cc05d8d630417fca3510bdcfa authored over 6 years ago by Jason Bahl <[email protected]>
Merge pull request #473 from wp-graphql/develop

Release v0.0.30

a8282611dc17c58953094f8d48b5c17dceaa900a authored over 6 years ago by Jason Bahl <[email protected]>
- initial prep for v0.0.30 release

8074341a3828b3d58d67a436f20a5a11b5ea60ac authored over 6 years ago by Jason Bahl <[email protected]>
Merge pull request #459 from ElisaMassafra/patch-2

Bug when querying categories children

838d82075aafed2c5d0f5368d91757ce1807c1fd authored over 6 years ago by Jason Bahl <[email protected]>
- updated setting of the `object_ids` $query_arg

4d1db01f90ad251981122d4969bc19b4d2a45fab authored over 6 years ago by Jason Bahl <[email protected]>
Merge pull request #465 from kidunot89/issue#8-comment-mutations

Issue#8 comment mutations

fde0424e0c352908170e31d421c96859d2f8d1d5 authored over 6 years ago by Jason Bahl <[email protected]>
- updated assertion for comment content

7451fc43000000c12ae3acba9e5bedea797fa3c4 authored over 6 years ago by Jason Bahl <[email protected]>
- misc formatting adjustments

a3b3411229066deb2ecf52b394e0e4390dba5969 authored over 6 years ago by Jason Bahl <[email protected]>
- misc formatting adjustments

55e0c38dc691c1af20d264e8bf28a35c52a7c815 authored over 6 years ago by Jason Bahl <[email protected]>
- misc formatting adjustments

f14268f55ef8b122d7ea1a505c6dac2c149a460e authored over 6 years ago by Jason Bahl <[email protected]>
- update assertion on comment_content to compensate for the filter that's applied

3b90752d5bb786fe86d6a6e8bf78e25e0014ae3b authored over 6 years ago by Jason Bahl <[email protected]>
Merge pull request #471 from kidunot89/issue#470#230-the-title-filter

$id added to the the_title filter call

23a38c07ff653dac439be485b8d62ee218510ce2 authored over 6 years ago by Jason Bahl <[email protected]>
Merge pull request #469 from jasonbahl/bug/#468-sourceUrl-for-featuredImage-returns-filename

Bug/#468 source url for featured image returns filename

faa1a4daa2586797e56a7efa5f1d6ab9fd6e04a2 authored over 6 years ago by Jason Bahl <[email protected]>
$id added to the the_title filter call

d6aa2734e41ff848bf752e690515e42305f6525e authored over 6 years ago by Geoff Taylor <[email protected]>
#468 - fix sourceUrl field in sizes when querying for mediaDetails on an image

5cf2665a788769003e8d9ed4bd60f6248b56fbe6 authored over 6 years ago by Jason Bahl <[email protected]>
- fixes the sourceUrl field resolver when querying for sizes of an image

ff09642169881fc22b5c9580ab903e3520a02f6f authored over 6 years ago by Jason Bahl <[email protected]>
excepted output modified in third test of CommentObjectQueriesTest.php

5283e1c04d3ce392eb5f5b43f55145fcc321421e authored over 6 years ago by Geoff Taylor <[email protected]>
compareSemantics versionB param default value removed in PluginObjectQueriesTest.php

79521bb84ad70a79eadcd0f94fc536d1e07fe219 authored over 6 years ago by Geoff Taylor <[email protected]>
compareSemantics versionB param default value removed in PluginObjectQueriesTest.php

9bf2ab2dabdc94d8a1ba36544b3a3a84715cbdf5 authored over 6 years ago by Geoff Taylor <[email protected]>
compareSemantics versionB param default value removed in PluginObjectQueriesTest.php

c9a0d853afdb599dc930ea3730ebb5bc7430cf84 authored over 6 years ago by Geoff Taylor <[email protected]>
Merge branch 'issue#8-comment-mutations' of https://github.com/kidunot89/wp-graphql into issue#8-comment-mutations

do

01763c02fdf0afb5507217bf1da9a3cf54b58556 authored over 6 years ago by Geoff Taylor <[email protected]>
format enum added the comment->content field

948c303f20212cc7ac6faead1b8c0b4b17373fd8 authored over 6 years ago by Geoff Taylor <[email protected]>
Merge branch 'develop' into issue#8-comment-mutations

712da93c09332e9935482ac253001cfc55a34cbc authored over 6 years ago by Geoffrey K Taylor <[email protected]>
format enum added the comment->content field

2f53ca415ea466056685c8d9c5820f8689d59929 authored over 6 years ago by Geoff Taylor <[email protected]>
- adjusting dependencies to get tests working again

c7391842eae04a9de54fd7cdee1867da0e9e6acd authored over 6 years ago by Jason Bahl <[email protected]>
Merge pull request #463 from CodeProKid/feature/444

Feature/444 - Adding entry point for querying user roles

1330887922c03fbcc194379c56ee45b7460d4d31 authored over 6 years ago by Jason Bahl <[email protected]>
wordpress spacing added and devtools removed

93fa0b8d571ecfe660bb41c203dd0e8c2599dfda authored over 6 years ago by Geoff Taylor <[email protected]>
updating index changes

e615b11f529d4cd832090a15d119bbeadeaeac2c authored over 6 years ago by Geoff Taylor <[email protected]>
restoring project template files

d88c540488dc08d1b596f72f92b5fb4177a0dada authored over 6 years ago by Geoff Taylor <[email protected]>
fixed prior changes made to CommentAuthorType.php

be2b1a5b9fe8ba87d479357165842c8a2ba32002 authored over 6 years ago by Geoff Taylor <[email protected]>
gitignore updated

bf12b4d3c2905944e2a50ccc98fac868b5aaaff7 authored over 6 years ago by Geoff Taylor <[email protected]>
input fields modified for UpdateComment mutation

d76ae8a1b8230c608583687031506ccfac95139b authored over 6 years ago by Geoff Taylor <[email protected]>
input fields modified for UpdateComment mutation

5acdfeeb6fe833b76d0ccccc64ac52b8fc416382 authored over 6 years ago by Geoff Taylor <[email protected]>
comment mutation created and partially tested

4c38161f09c2c09986d70ae6616687110a686d6d authored over 6 years ago by Geoff Taylor <[email protected]>
createComment mutation created but untested

b8fc0b6d09b24f831e93699943d7195f6b8f9d10 authored over 6 years ago by Geoff Taylor <[email protected]>
#444 fixing CR feedback

ea01d82b51c2781f7f598fe9a18b61766c025868 authored over 6 years ago by CodeProKid <[email protected]>
#444 add cap check for querying user roles

05bfaea7597c473e843613ab2407969c9a2694ab authored over 6 years ago by CodeProKid <[email protected]>
#444 adjustment to plugin tests to fix failing build

5dd3de8cfc958a0f680b8fc8a1c7d6f737aefdea authored over 6 years ago by CodeProKid <[email protected]>
#444 using the old composer.lock to back out some of these deps changes

410452f5a55121a50eff32b811e5d62686e56dbb authored over 6 years ago by CodeProKid <[email protected]>
#444 updating deps and autoloader

0b12b5177d9f43485ac5fe852840a38780c49359 authored over 6 years ago by CodeProKid <[email protected]>
#444 regenerating autoload files

4e31a84f3465f6100a8d3f31b0fe38d0a7d036d3 authored over 6 years ago by CodeProKid <[email protected]>
#444 new autoload files

2f25f3f6c25af0a97a5dcb292d9604ed818e41fa authored over 6 years ago by CodeProKid <[email protected]>
#444 modifying plugin query test for new version of hello dolly plugin

204b62b89e4b1f6ec52471b6d49e9c353a8b3d61 authored over 6 years ago by CodeProKid <[email protected]>
#444 adding tests for new queries

06c9ed486020a6bf622bc9963ce4fa34a596381b authored over 6 years ago by CodeProKid <[email protected]>