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

- 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

3471daee0f7639f22bc553108aa2f505853b078c authored almost 7 years ago by Jason <[email protected]>
Standardize on wpgraphql.test instead of wp.localhost.

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

05c01608a01a4fb457800f5f641ed2f208f44556 authored almost 7 years ago by chriszarate <[email protected]>
Alias test server as wp.localhost to keep tests similar.

e79876625ac7bb7cc84af3d1d4f1b7930b7650a4 authored almost 7 years ago by chriszarate <[email protected]>
Revert changes to composer.json.

5ddfb585eecab36daece8c6a15833de687de34eb authored almost 7 years ago by chriszarate <[email protected]>
Working wpunit/acceptance/functional tests inside Docker.

ef2556c37005f07ab52920c8e7789fcea282b7e1 authored almost 7 years ago by chriszarate <[email protected]>
Merge pull request #401 from theplayerstribune/fix-postobject-term-query-args

Fix for issue #400 😺😺😺😺

4b4964e3c9162e37d3c72491e9a0232f51837b39 authored almost 7 years ago by Jason <[email protected]>
#400 - adjust PostObjectType.terms, PostObjectType.termNames and introduce PostObjectType.termSlugs fields. Adds better test coverage for querying with and without arguments

3c91d5f28c914cb9f84d725cfd3dead0e67728ad authored almost 7 years ago by Jason <[email protected]>
Merge branch 'bug/#400-get_the_terms-issue' into fix-postobject-term-query-args

# Conflicts:
# src/Type/PostObject/PostObjectType.php

351217c933f288d23982be45faf23119d2d85812 authored almost 7 years ago by Jason <[email protected]>
#400 - adjust PostObjectType.terms, PostObjectType.termNames and introduce PostObjectType.termSlugs fields. Adds better test coverage for querying with and without arguments

04c91686cf55ffee217a6e6d5b8850319da7fb10 authored almost 7 years ago by Jason <[email protected]>
ensure that fix works for args passed as scalar too

8419a421f819ecdf0d6b75074a965f0c991c1d97 authored almost 7 years ago by Philip Hughes <[email protected]>
bug/#400

This fixes an issue in the termNames and terms resolver on the PostObjectType.

ac99972bbac11563d8a765e644efe64ec68223dc authored almost 7 years ago by Jason <[email protected]>
Fix for issue #400 😺😺😺😺

The arg passed is an array of taxonomies itself, and so doesn't need to
be wrapped in one.

26973e0b17591fe2c7fcd685d141cbcf590c33ec authored almost 7 years ago by Philip Hughes <[email protected]>
Merge pull request #399 from theplayerstribune/fix-out-of-scope-vars

Fix undefined vars in Router introduced in v0.0.25

daa18778829c7f92fec1010bef4785f03b3bb43f authored almost 7 years ago by Jason <[email protected]>
Fix undefined vars in Router introduced in v0.0.25

Referenced params missing from prepare_headers() and after_execute()
methods.

eb10abd810d7b5a0ade952481b4029968b685c39 authored almost 7 years ago by Philip Hughes <[email protected]>
Merge pull request #397 from wp-graphql/release/v0.0.26

Release/v0.0.26

322c611bf8861cd2c880f76fba234942bf628fcc authored almost 7 years ago by Jason <[email protected]>
Merge branch 'develop' of https://github.com/wp-graphql/wp-graphql into release/v0.0.26

1e371c08d6b9876e4ee6e9f9ca7d43ded87d6f52 authored almost 7 years ago by Jason <[email protected]>
no message

d18cb94365182631f4c6422e2fdfa4f0adab237b authored almost 7 years ago by Jason <[email protected]>
Merge pull request #396 from jasonbahl/feature/#394-set-post-status-late-on-create-mutations

#394 - Set Post Status Late on Create Mutations

63301b880f5fe6d119559caf9ded49c91ecbbe65 authored almost 7 years ago by Jason <[email protected]>
#394 - Set Post Status Late on Create Mutations

- Fixes some code review feedback, and provides additional context to some filters and actions t...

15ea281036f8536aaa2345682b6b68cbb2072e9c authored almost 7 years ago by Jason <[email protected]>
#394 - Set Post Status Late on Create Mutations

- Fixes some code review feedback, and provides additional context to some filters and actions t...

a50fb7db19db0cc849403ba8d732d96c32406db0 authored almost 7 years ago by Jason <[email protected]>
Merge pull request #395 from jasonbahl/feature/#394-set-post-status-late-on-create-mutations

Set post status for Post Object Create mutations late, to allow for side-effects before final st...

e177979c0ba057612779f05c038b38fa2375be3a authored almost 7 years ago by Jason <[email protected]>
#394 - Set Post Status Late on Create Mutations

- Fixes some code review feedback, and provides additional context to some filters and actions t...

03d4c849871a59d4db199d84767cf25bf384f55c authored almost 7 years ago by Jason <[email protected]>
#394 - Set Post Status Late on Create Mutations

- Fixes some code review feedback, and provides additional context to some filters and actions t...

832283abbd174f28b9cb1d6bca46f6470828daeb authored almost 7 years ago by Jason <[email protected]>
no message

8f67281157e94df0bdba2f519bcd0d1b1175d268 authored almost 7 years ago by Jason <[email protected]>
Merge pull request #391 from wp-graphql/master

Sync with latest release

ba9724b10b3c11b572268347b197a8ab6cf1f253 authored almost 7 years ago by Jason <[email protected]>
Merge pull request #389 from wp-graphql/release/v0.0.25

Release/v0.0.25

fbf497be69a1f217cd9ce82e2bff97956ec104c8 authored almost 7 years ago by Jason <[email protected]>
release v0.0.25

- update Plugin block

794ebce41547ed90e14078d960d0b18f4e6733eb authored almost 7 years ago by Jason <[email protected]>
release v0.0.25

- cleanup autoloader

ee9c705af6d55dad4f62a6102d8f844610d8c6c4 authored almost 7 years ago by Jason <[email protected]>
Merge branch 'master' of https://github.com/wp-graphql/wp-graphql into release/v0.0.25

# Conflicts:
# composer.json
# composer.lock
# vendor/autoload.php
# vendor/composer/autoload_re...

48844930047d4e134015dd96757cb8cc1174308c authored almost 7 years ago by Jason <[email protected]>
release v0.0.25

- Update versions

03e13c15aeb58a9e78258cbdb69788cd79db6640 authored almost 7 years ago by Jason <[email protected]>
release v0.0.25

- cleanup autoloader

f6da64da2589283a99489e67a50d12c9a4f433b4 authored almost 7 years ago by Jason <[email protected]>
Merge pull request #387 from jasonbahl/feature/#381-selected-post-terms-redux

Feature/#381 - Selected Terms in TermObjectConnection queries

5fbaa1cb3f8352c24936d2bca19e1f423da46b52 authored almost 7 years ago by Ryan Kanner <[email protected]>
#381 - Code Review cleanup

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