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

#444 adding new queries to the schema

0a7489816ac99698d61bfa2b749ebe147bc8c966 authored over 6 years ago by CodeProKid <[email protected]>
fixes #444 adding support for querying user roles

fe902fa12ef57a1747e55294eca1131093d95be7 authored over 6 years ago by CodeProKid <[email protected]>
Merge pull request #461 from timhanlon/bug/after-execute-missing-request

Bug/after execute missing request

61786c27f1101aff61fd80167707dd056de94189 authored over 6 years ago by Jason Bahl <[email protected]>
Merge pull request #452 from natewoodbridge/bug/after-execute-missing-request

Populate $request variable for POST requests

1be247cee176ae1c616b33c59a0d7ae1ea5c7864 authored over 6 years ago by Jason Bahl <[email protected]>
Merge pull request #460 from Quartz/fix/nav-menu-union-type

Use WPUnionType for MenuItemObjectUnionType

13d78d56d6b7568a1c4e4fe3c0c34bb714ae8a43 authored over 6 years ago by Jason Bahl <[email protected]>
Use WPUnionType for MenuItemObjectUnionType.

33be577f180b4e542494baaeb0d276782ed2f7b2 authored over 6 years ago by chriszarate <[email protected]>
Merge pull request #457 from Quartz/fix/wpobjecttype-filters

Clean up WPObjectType constructor

50ffc21c13b7a3853241fa7dc298e5c90e769de8 authored over 6 years ago by Jason Bahl <[email protected]>
Merge pull request #456 from Quartz/feature/wpuniontype

Add WPUnionType.

2ea3a40eec7bff119730cae45532b102b169340a authored over 6 years ago by Jason Bahl <[email protected]>
Merge pull request #446 from Quartz/feature/nav-menu-support

Nav Menu support

1f95a6b84cf62bcd7de48ddd635b6b19f7303e5c authored over 6 years ago by Jason Bahl <[email protected]>
Bug when querying categories children

When querying categories children it throws an error as $GLOBALS['post'] is null.
Query example...

a460a926b9641b79ad336b9a41f287b843bd5d34 authored over 6 years ago by @elisa.m <[email protected]>
Remove pointless filter.

df479a585896e9714c7d7904afe8c340059f7f48 authored over 6 years ago by chriszarate <[email protected]>
Move name change prior to filter.

24602d8b5082165eec1a3a508ae07b386f9e7ca4 authored over 6 years ago by chriszarate <[email protected]>
Add WPUnionType.

ed83d5045ac488eacbfa3cdcc266c844af470b28 authored over 6 years ago by chriszarate <[email protected]>
Added test to make sure the router is setting the request variable

21ff8557654d6437c522f9f1cd0648455cd3b45f authored over 6 years ago by timhanlon <[email protected]>
Fixed mysql connection via tcp

6b8dee234858fd004c256b687ccf1141cb3de5e3 authored over 6 years ago by timhanlon <[email protected]>
Whitespace fixes.

2e3b08bf11274c6afa8fdffe71e71bd89fa03b00 authored over 6 years ago by chriszarate <[email protected]>
Update version markers.

5d91cd59d171d79f28f138a64dd6e4adf39b2615 authored over 6 years ago by chriszarate <[email protected]>
DRY up menu item tests and assert correct order.

67751dd3ea1178765cce9b96af25de14760d8aca authored over 6 years ago by chriszarate <[email protected]>
Remove array reversing / slicing code (handled by parent class).

b2d6d83a728225e831d1132aea0a6cd23d94ea21 authored over 6 years ago by chriszarate <[email protected]>
- add nodes to the Menu connection to allow for querying nodes without the edges

- add nodes to the MenuItems connection to allow for querying nodes without the edges
- adjust so...

9796e1ae851bea830329adc60d660a10531a1d28 authored over 6 years ago by Jason Bahl <[email protected]>
Merge branch 'master' of https://github.com/wp-graphql/wp-graphql into feature/nav-menu-support

b97087a0837638e053d52d1b9ba9153fdcf588d7 authored over 6 years ago by Jason Bahl <[email protected]>
Merge pull request #454 from jasonbahl/feature/docker-dev-env

Update comment about Docker login / logout

26ce43d8228db1fd8e531171387989f219f6bd58 authored over 6 years ago by Jason Bahl <[email protected]>
Update comment about Docker login / logout

9847669e6fb2253cf9b3ce56de35ec85fc8fbe57 authored over 6 years ago by Jason Bahl <[email protected]>
Merge pull request #448 from Quartz/feature/docker-dev-env

Add docker-compose file for local / user testing.

b6647ca2b74ab8d655e8facfc5c35dd16271c8ef authored over 6 years ago by Jason Bahl <[email protected]>
- add mention of logging into Docker to the `docker-compose.dev.yml` file

09eaaba272dc717fcc4d31b8aabf5cdf30e5c9a6 authored over 6 years ago by Jason Bahl <[email protected]>
Populate $request variable for POST requests

c41c7da81f04cd3243b1bcde0a00dbbbb29cfd36 authored over 6 years ago by Nate Woodbridge <[email protected]>
Merge pull request #450 from jmlallier/feature/add-function-declaration-check

Check for duplicate declaration of graphql_init

e41fffeb5f642b666cfc26211d5643b9d9c0c0e5 authored over 6 years ago by Jason Bahl <[email protected]>
Check for duplicate declaration of graphql_init

Prevents fatal error of duplicate function declaration in the case that a plugin or theme embeds...

914e03d26525c591ee116e150a5585237f6f4497 authored over 6 years ago by John-Michael L'Allier <[email protected]>
Add docker-compose file for local / user testing.

ec220534314c8e4da380072012be1e45f291b26d authored over 6 years ago by chriszarate <[email protected]>
Add additional filter args.

6e956e03b72c5736be78f2e60862ab350a44eb63 authored over 6 years ago by chriszarate <[email protected]>
Only use locations registered in active theme.

095858d4b02d0add7d9aaa5486631e515f24316b authored over 6 years ago by chriszarate <[email protected]>
Update comments

ea5a9ea45e7ab5939557741bd716b0b0f787222e authored over 6 years ago by chriszarate <[email protected]>
Merge pull request #447 from wp-graphql/release/v0.0.29

Release/v0.0.29

5b7c1c1d7445b840ae049dfdfa065053b0fdb945 authored over 6 years ago by Jason Bahl <[email protected]>
- update version numbers to prepare for release

b975278333be7b9f16576787a0e450c37b49655d authored over 6 years ago by Jason Bahl <[email protected]>
Restore single menuItem query with better ID support.

3c944b06714595c5759471d711ea6c5bfa1dd24c authored over 6 years ago by chriszarate <[email protected]>
Isolate nav menu setup in tests.

e96046de7766179e96c67a96df6fd115d50bad79 authored over 6 years ago by chriszarate <[email protected]>
Menu item tests.

b1652ab3a8161481e5b5eef580e3d6206ab067e9 authored over 6 years ago by chriszarate <[email protected]>
Fix child/parent hierarchy.

b051ae1b947a2fb7b5f63d92519e1758687ad6c3 authored over 6 years ago by chriszarate <[email protected]>
Add root queries.

fb7ab963f8de61e02941fac0ece5bd92b83f268c authored over 6 years ago by chriszarate <[email protected]>
Menu tests.

c948f5c5097bd81d293011fc7f4de879415c4ab8 authored over 6 years ago by chriszarate <[email protected]>
Cannot use location to get nav menu directly.

26086c4b8c2a8bd67c02d61a83c1051715870002 authored over 6 years ago by chriszarate <[email protected]>
Adding NavMenu support from wp-graphql-nav-menu.

4486f8a0351c53f7c68d5930bc04860f2e444b4d authored over 6 years ago by chriszarate <[email protected]>
Merge pull request #445 from wp-graphql/bug/post-object-mutations-parent-id-ints

fix bug with setting the parentId for postObjects

08c67d9b989470c1e5b5a34fde1be03cdfb4ffc5 authored over 6 years ago by Jason Bahl <[email protected]>
fix bug with setting the parentId for postObjects

This fixes a bug when setting a parentId for postObjectMutations.

The global ID isn't always...

2635dbd9c1d0f167036a1695577bcc4d85fbae16 authored over 6 years ago by Jason Bahl <[email protected]>
Merge branch 'develop' of github.com:wp-graphql/wp-graphql into develop

d4002c720b63c34f0982e5328e3eee1872cf04c5 authored over 6 years ago by Jason Bahl <[email protected]>
Merge branch 'master' of github.com:wp-graphql/wp-graphql into develop

cc24141e8e84a67469481ab13d9208fb64083343 authored over 6 years ago by Jason Bahl <[email protected]>
Merge pull request #443 from wp-graphql/bug/#442-no-json-response

No JSON Response when exceptions occur outside of do_graphql_request

ac57496b3760b2868f674a518b103a606a925c65 authored over 6 years ago by Jason Bahl <[email protected]>
- This adjusts the `wp_send_json` to happen _after_ the try/catch in the router, allowing for exceptions to properly be returned in the JSON response

7d16fcba67016556714ec1df44539f6698b5a181 authored over 6 years ago by Jason Bahl <[email protected]>
- This adjusts the `wp_send_json` to happen _after_ the try/catch in the router, allowing for exceptions to properly be returned in the JSON response

4a0a3b083f565a40ee1a968810277df8d4c5e3d9 authored over 6 years ago by Jason Bahl <[email protected]>
Merge pull request #441 from CodeProKid/feature/440

Feature/440 - Remove edit lock after mutation is done

009703687074934306437a896083e1043d2b4b0f authored over 6 years ago by Jason Bahl <[email protected]>
#440 adjusting filter name from CR feedback

6debebc41cd4a77d5004dd448f753abf3232cb36 authored over 6 years ago by Ryan Kanner <[email protected]>
#440 fixing a typo

432324e040b31479ef8ac3534c12647857d892ba authored over 6 years ago by Ryan Kanner <[email protected]>
#440 adding a test

80c913975d668840d269dc3176366b05cda0f6d5 authored over 6 years ago by Ryan Kanner <[email protected]>
start of #440 remove edit lock after post mutation complete

b59a65e7435f5f7a39e80486de6914eb2fe42045 authored over 6 years ago by Ryan Kanner <[email protected]>
Merge pull request #438 from wp-graphql/release/v0.0.28

Release/v0.0.28

f0e32389d138c51c34c83f20f506992a1130db3f authored over 6 years ago by Jason Bahl <[email protected]>
Merge pull request #439 from Quartz/fix/v0.0.28-update-test-comment

Update comment for clarity.

6e349b7beb705f3a5d1a621a2d9089fcf5e22845 authored over 6 years ago by Jason Bahl <[email protected]>
Merge commit 'bcfdb5ffcc9a6357a4fdb9cb6c151b66f22999ba' into release/v0.0.28

aea37195ee049f7adfe38264fbee5e18a288ddaa authored over 6 years ago by Jason Bahl <[email protected]>
Update comment for clarity.

bcfdb5ffcc9a6357a4fdb9cb6c151b66f22999ba authored over 6 years ago by chriszarate <[email protected]>
- update version number for release

ac8a15f88eb23409e18f36afc98b1ea1917481f1 authored over 6 years ago by Jason Bahl <[email protected]>
Merge pull request #437 from jasonbahl/bug/#436-orderby-mapping

#436 - fix orderby mapping of post__in, post_name__in and post_parent__in

e0145228545a4e85425eccbe53265792eee5f841 authored over 6 years ago by Jason Bahl <[email protected]>
#436 - fix mapping of post__in, post_name__in and post_parent__in so that the "order" value is not included as that is not respected by WP_Query. See: https://codex.wordpress.org/Class_Reference/WP_Query#Order_.26_Orderby_Parameters

32c3046f41336a1681d681e40c2928e376010586 authored over 6 years ago by Jason Bahl <[email protected]>
Merge pull request #429 from EduardMaghakyan/enhancement/#332-listOfPostStatusEnums

[#332] Added support for stati parameter as list of enums

49be27bc6d7ab1be5722e6aa81b9cc26805246e8 authored over 6 years ago by Jason Bahl <[email protected]>
Update README.md

c8157acffd77ba7c24aa13cf8a27ce5740232fe8 authored over 6 years ago by Jason Bahl <[email protected]>
Merge pull request #433 from bahiirwa/bahiirwa-docs-improvement

Update README.md

2c07ffff8645cc7e96f89fbbd00d95d939fd3c77 authored over 6 years ago by Jason Bahl <[email protected]>
Update README.md

3786734c61ed2d83a378b227bbc3ce21bef9aae8 authored over 6 years ago by Laurence Bahiirwa <[email protected]>
[#332] Added support for stati parameter as list of enums

9bb31245b9e5db73b6a32cfe0e18a701df68be40 authored over 6 years ago by Eduard Maghkayan <[email protected]>
Merge branch 'feature/#425-filter-access-control-headers' of github.com:jasonbahl/wp-graphql into jasonbahl-feature/#425

# Conflicts:
# src/Router.php

1226dd1671bd02718a07dab7228561b8069b69ce authored almost 7 years ago by Jason Bahl <[email protected]>
Merge branch 'master' of github.com:wp-graphql/wp-graphql into develop

55e73bec88c8433ffcf1e9d795460754b146e49e authored almost 7 years ago by Jason Bahl <[email protected]>
#425 - filter access control headers

2b877bedea1334000629158d0cf07eedd36ee32d authored almost 7 years ago by Jason Bahl <[email protected]>
Merge pull request #424 from jasonbahl/feature/#361-get-request-issues

Feature/#361 get request issues

b6229e4b84fc7cfe455a8b24d6735cbf056deb82 authored almost 7 years ago by Jason Bahl <[email protected]>
no message

741a9ff70bd60d258a04be2a0b08a803ab48ff0a authored almost 7 years ago by Jason Bahl <[email protected]>
Merge pull request #421 from wp-graphql/release/v0.0.27

Release/v0.0.27

c0201b8bedc2cd97999384195c48d03ac3178e35 authored almost 7 years ago by Jason <[email protected]>
Merge pull request #420 from wp-graphql/develop

v0.0.27

c85daf136352c6280d89b72db5d759c61ac0762d authored almost 7 years ago by Jason <[email protected]>
Merge branch 'release/v0.0.27' into develop

fcbdb669185c27f82352b5b322c68f01387f9ab6 authored almost 7 years ago by Jason <[email protected]>
- Update license

6031a4a29bcb26ef12d0a50e437d5e67b5a0534b authored almost 7 years ago by Jason Bahl <[email protected]>
- Update version for release

8871a20246293e5e953cef9963918808d9abc00d authored almost 7 years ago by Jason Bahl <[email protected]>
#416 - Update Connection Args to have more context for filters to take advantage of (WPGraphQL Tax Query and WPGraphQL Meta Query should work now!)

32b80a4a0e56730a99a5107da56625304f578f38 authored almost 7 years ago by Jason Bahl <[email protected]>
Merge branch 'feature/#416-adjust-input-args' into develop

# Conflicts:
# src/Type/TermObject/Connection/TermObjectConnectionArgs.php
# src/Type/User/Conne...

66573b833c44daa0e73b18a661ac73e7e3d44034 authored almost 7 years ago by Jason Bahl <[email protected]>
#416 - Update Connection Args to have more context for filters to take advantage of (WPGraphQL Tax Query and WPGraphQL Meta Query should work now!)

5a0ca3de38fde447010d2b7a8cb954d4acb88217 authored almost 7 years ago by Jason Bahl <[email protected]>
Merge branch 'feature/#416-adjust-input-args' into develop

# Conflicts:
# src/Type/Comment/Connection/CommentConnectionArgs.php
# src/Type/PostObject/Conne...

f831cc9b83a9bb0e2f87a320700361e408b7a2f6 authored almost 7 years ago by Jason Bahl <[email protected]>
#416 - Update Connection Args to have more context for filters to take advantage of (WPGraphQL Tax Query and WPGraphQL Meta Query should work now!)

c790fad84fcba264ab3ce5d7814fe8b04aea45e2 authored almost 7 years ago by Jason Bahl <[email protected]>
Update composer.json

628fb768f89cfadd83d4e8229555663c3d6447a7 authored almost 7 years ago by Jason <[email protected]>
Merge pull request #409 from Quartz/pagination-fix

Fix adjustments to WP_Query pagination to use only post_date.

00c51181619b51ae42cfbc80ad6f5a5ab5204e30 authored almost 7 years ago by Jason <[email protected]>
Set initial timestamp in the past to avoid "future" post_status.

cc2ed556b9ccfccc91004728974693e014b8c127 authored almost 7 years ago by chriszarate <[email protected]>
Fix adjustments to WP_Query pagination to use only post_date.

Previously, the where clause also required posts to have a post ID lower
than the cursor post (o...

8930500f4349abf32a6c4781e9fdf06dcf065c01 authored almost 7 years ago by chriszarate <[email protected]>
Merge pull request #408 from Quartz/codeception-docker-stack

Working wpunit/acceptance/functional tests inside Docker and running on Travis.

71befe6e478ffab133ec1f108dacb72eb544d79a authored almost 7 years ago by Jason <[email protected]>
Update .travis.yml

Add multisite tests back

38c6ca958d0e421319111d9f2f0262983173ba26 authored almost 7 years ago by Jason <[email protected]>
Add coverage note in README.

9035682f938852cf048045eded0523a203351db5 authored almost 7 years ago by chriszarate <[email protected]>
Use phpdbg instead of xdebug to speed up non-coverage tests.

49291c737c42a7b27ea3826ff76e0d0404bf2819 authored almost 7 years ago by chriszarate <[email protected]>
Update Dockerfile

b19074801e03ea5bca3332c271e0a656c5df1908 authored almost 7 years ago by Jason <[email protected]>
Update Dockerfile

7ae28f1e52b1aca704daa23a95beb20f2ad200f8 authored almost 7 years ago by Jason <[email protected]>
Update .travis.yml

d7a2f5eb25fdd85aeb7d66535e8cdc9de5d639e5 authored almost 7 years ago by Jason <[email protected]>
Update .travis.yml

Adding xdebug for php7.1 tests to generate coverage

6fa4ee809eccd421cef19a1d8259fcceb1bec973 authored almost 7 years ago by Jason <[email protected]>
Rely on WordPress to create its own config.

e0272e4bd7d3772675bfa6c369c72d4abb7af16e authored almost 7 years ago by chriszarate <[email protected]>
Hardcode WP versions.

c1cc476551c555d0c1e6518e80ed1bc46439b5a0 authored almost 7 years ago by chriszarate <[email protected]>
Add dev dependencies.

4e8a0f7476e3ebc6aae8fc332da60f4aa6e948b5 authored almost 7 years ago by chriszarate <[email protected]>
Update README.

f63df89109b2fb64b972cdeb0d3dc40f5a7cc77a authored almost 7 years ago by chriszarate <[email protected]>
Update Docker stack to work on Travis CI.

2f6add3cdb0d4dd2c10a7f56374efa116b6f6b09 authored almost 7 years ago by chriszarate <[email protected]>
Merge branch 'codeception-docker' of https://github.com/Quartz/wp-graphql into codeception-docker

# Conflicts:
# tests/functional/BasicPostListCept.php

6cf2708299b36865fa5a762ea2cc44059fd8e8a9 authored almost 7 years ago by Jason <[email protected]>
- Update codeception functional.suite.dist.yml to include WPDb so we can add data to the DB before testing queries

- Update initial test to hydrate the DB with a post before querying for one

c8e3964cd431efe61b0c0fd05216f7e30861618d authored almost 7 years ago by Jason <[email protected]>