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

fix: only enqueue admin scripts on the Settings page

7d1a4161504cb946f8c20d1de5d323197361c94b authored over 2 years ago
Update stale.yml

- update labels to ignore.
- If an issue is labeled with one of these labels, stale bot will i...

dea2d6f23124c327cc68ac86f08beab7a1bdc21c authored over 2 years ago
Update stale.yml

1b5c91387a6102bb9649b57f4a44e23d28511813 authored over 2 years ago
Update stale.yml

a002b06ee0d120f8959aeb6dbb089ab6a1283f9e authored over 2 years ago
Update stale.yml to not close issues

see: https://github.com/wp-graphql/wp-graphql/issues/2494

481771ff86a87fec28931bf86095babe58b63739 authored over 2 years ago
- return null for uri if the node is also the posts page, as the page isn't identifiable by URI

631d7b8eceff6d3d1c8705d3821d57421dc334f7 authored over 2 years ago
Merge pull request #2482 from renatonascalves/feature/vipwpcs

feat: PHPCS: adding support for the WordPress VIP Go standard

de26556e3ca0121227dad822cb775e37787db223 authored over 2 years ago
- remove accidental pasted string "run" from test

8a69647fc1dc329ed3440aa75e5195f73eda031e authored over 2 years ago
- update NodeResolver to return null if a ContentNode is expected to be returned (as would be the case for a `page(uri:*) {...}` query), but the NodeResolver has determined the uri represents the `page_for_posts`

- update RootQuery to pass "ContentNode" as nodeType argument instead of "Page"
- update formatti...

8e7ad5fd5d114acd777f7900bc5185b1bcce9ec1 authored over 2 years ago
- add failing test

6d85d45a9b0f4b987b34fe8e508f4bb70bbf57c9 authored over 2 years ago
PHPCS: revert a change

d62e7657e54ac9a7b916c73dd16a3625690bd6c0 authored over 2 years ago
PHPCS: adding support for WordPress VIP Go and fixing errors

322d54fe66cd0ff3a25b51973add2d5a7e008120 authored over 2 years ago
Merge pull request #2478 from wp-graphql/release/v1.9.1

release: v1.9.1

17d39bfddbfc38da644b790ea213a716b192d00f authored over 2 years ago
Update lint-pr.yml

d7b210f78fa80b97f2a4937a71c34458014e40be authored over 2 years ago
Merge commit '84440bfd98253c140508837883f715b658cd6978' into release/v1.9.1

d71a73e27efcc6f0fabdd8f5e46dd5a5d2ce6975 authored over 2 years ago
Update lint-pr.yml

84440bfd98253c140508837883f715b658cd6978 authored over 2 years ago
Merge commit '4cc3f487139795c27f694078c0bc0325d2678686' into release/v1.9.1

c344a5560f1b064e657e3f8542c95eeb63ccae4e authored over 2 years ago
- update version, changelog for release

b733ae5b942bd011df32b22d34ee2e3bcafb6014 authored over 2 years ago
Merge pull request #2471 from renatonascalves/feature/phpcs-refactor

feat: PHPCS: enhancements to the Coding Standards Setup

4cc3f487139795c27f694078c0bc0325d2678686 authored over 2 years ago
Merge branch 'develop' into feature/phpcs-refactor

fe317c5ee4ce037dde8aa7e4ed7d6fbfa2e6adb5 authored over 2 years ago
Merge pull request #2477 from jasonbahl/bugfix/#2467-graphiql-fails-if-variables-are-invalid-json

fix(graphiql): graphiql fails if variables are invalid json

3c50c2bdc97c8516237d61cf393c415bbb8a14d7 authored over 2 years ago
- code sniffer update

9f0da0599ab40c8053fb2df7b791b5229ed1877e authored over 2 years ago
- fix for the failing test.

- validate variables are JSON before passing variables from localStorage to GraphiQL component

664c4abe7823b16ff7d25e7d0f3fd10e6da82688 authored over 2 years ago
Merge branch 'develop' into bugfix/#2467-graphiql-fails-if-variables-are-invalid-json

d654e6b42312061b7083e73f32b0294304d74197 authored over 2 years ago
Merge branch 'release/v1.9.0' into develop

15e15a9d1b1e9a367175072305cf9916f6b39cd7 authored over 2 years ago
- add failing test for loading GraphiQL with invalid JSON in local storage for variables

83d252bf02de075aadab88ddd7c5beefebcaaad1 authored over 2 years ago
Merge commit 'df1242ecd1b872d3198fc2cd1530ab4896f30705' into bugfix/#2467-graphiql-fails-if-variables-are-invalid-json

e4a6a81072ee713da3b30147a61ca8ca63f2d9ff authored over 2 years ago
Merging `develop` and fixing phpcs issue

8a7fe27d97156c3199f42fd1092813a262132d24 authored over 2 years ago
Merge branch 'develop' into feature/phpcs-refactor

d936ae6539f788bd1a203bf5527c3c78f9c645d4 authored over 2 years ago
PHPCS: escape `render_graphiql_admin_page` output

3a18b5d271b03ba8b037a0755fe30ca1380d6470 authored over 2 years ago
Update comment in CommentAuthor.php

Follow up to https://github.com/wp-graphql/wp-graphql/pull/2472

b8ac8af9768d65b3e5a22a93dac0283c4edb9595 authored over 2 years ago
Merge pull request #2473 from nickcernis/fix/a11y-graphiql-user-switch

fix: make GraphiQL user switch accessible

df1242ecd1b872d3198fc2cd1530ab4896f30705 authored over 2 years ago
Merge pull request #2472 from justlevine/fix/unauthenticated-commentAuthor-avatars

fix: return CommentAuthor avatar urls to unauthenticated users

f1a3f43e9b26383ac86215ded66214518498f985 authored over 2 years ago
test: check GraphiQL user toggle button works

5374de0203bb1e238d787fd858ee397ef8fb6ea3 authored over 2 years ago
fix: make GraphiQL user switch accessible

Fixes #2372.

Makes two small changes to the “switch to public|logged-in user”
button in GraphiQ...

02452f16447b0207b2d103d56234d55bf45d8c19 authored over 2 years ago
test: cleanup and test avatar url contents

547298b19b8bd78e072210052571880f64779e95 authored over 2 years ago
fix: show CommentAuthor avatars to unauthenticated users

a664c516204d965826ced2fb339c4bd24feff9c8 authored over 2 years ago
PHPCS: missed one

6e9045ce2ce1bdccb5778e9962cb52809bdc5085 authored over 2 years ago
PHPCS: remove phpcs folder

c314117f7cf56f030f62edac38a696a956027115 authored over 2 years ago
PHPCS: adding core review suggestions

2787d618725e33c40bf1be73ad77ef9d6df594d7 authored over 2 years ago
PHPCS: revert incorrectly js public function

4b3f2f7b4ba2a0814e2d636912e2a3c4075ab68c authored over 2 years ago
PHPCS: revert changes done to the `build` PHP files

f94b1cde6f03e4fdb088c01e791feac528750e62 authored over 2 years ago
PHPCS: minor fixes

02854df1956b96019a8b1de9201b68200b12146d authored over 2 years ago
PHPCS: enhancements to the Coding Standards Setup

537df4cfd0510629c582031af0e139e65129e6f0 authored over 2 years ago
Merge commit '2ee6fc8d48074d693a44c7af73263b25cd3194ff'

b7250a926e66ed97f8db13bade7af75fcd3d086e authored over 2 years ago
- update readme, changelog for release

642bf66feedc4d5b92d15795f54d6a63524fbea6 authored over 2 years ago
Merge pull request #2457 from justlevine/fix/connection-resolver-pagination

fix: refactor resolvers to better follow Relay spec

2ee6fc8d48074d693a44c7af73263b25cd3194ff authored over 2 years ago
- update @since tags

9fc692884c717815089deb9563452d8c1291ca20 authored over 2 years ago
Merge commit '598814d1b1fbddc3106f61c3662cc1a82ef6467b' into fix/connection-resolver-pagination

# Conflicts:
# src/Data/Config.php
# src/Data/Cursor/CommentObjectCursor.php
# src/Data/Cursor/P...

159fef7c31355f0e2b27fcab6b3134f30ff0ecd9 authored over 2 years ago
- removing code that sets "graphql_cursor_offset" from connection resolvers

- update config.php to early return when not a graphql request
- php cs fixes

1608bf411e3b01bd6bcccb40dbc35c710b643bae authored over 2 years ago
chore: cleanup cursor classes

598814d1b1fbddc3106f61c3662cc1a82ef6467b authored over 2 years ago
dev: refactor ObjectCursor classes

805fdeb8597d94d8b67249f15cf7e341ffd2d436 authored over 2 years ago
- update to use yoda condition

657488fdbdf567dac23a070c881ec69ace024cdd authored over 2 years ago
- updates to play nice with phpstan

8784fa40cd90c66eb8b15f765d5218074cb7ad7f authored over 2 years ago
- updates to docblocs, code formatting

- set the "posts_per_page" argument for one to one connections as 1 instead of the max value

b25762570d4938d8008351b0447b4d88c3ac298b authored over 2 years ago
- update CursorBuilder to not override the $key variable, but instead use a new $field_key variable

- add some compare/order logic for when menu_order is the orderby. (not really happy with this, b...

bb85ec79ee07c98dfced6b4908376593af5405ea authored over 2 years ago
Merge pull request #2464 from jasonbahl/bugfix/#1687-fix-node-resolver-when-page-for-posts-is-set

fix: #1687 fix node resolver when page for posts is set

a59ed5b9db038362452f65003c279586281ea6e6 authored over 2 years ago
- update resolver to return the post_type archive if the page_for_posts ID matches the page being resolved

29e8075850970d5805c3b8895a71c3635753b961 authored over 2 years ago
- add failing test with intended behavior

138aaaeaaba8be60151e1d05ed42e1ee5ba23136 authored over 2 years ago
- code style fixes

27c714d2d9c714afd02b833f277b910b4a9535bf authored over 2 years ago
- update PostConnectionPaginationTest.php to only create 6 posts instead of 7 when testing pagination as the tests make assertions based on 6 records, not 7.

- add cleanup to delete posts after the tests

569e20c276b294c06bf777c8f51ff85efd9a04f1 authored over 2 years ago
Merge pull request #2463 from justlevine/chore/add-issue-templates

chore: add issue templates to repo

e62b7b80a86db06b8c0a47a854866daa6bc3e6ca authored over 2 years ago
Update .github/ISSUE_TEMPLATE/config.yml

e0b6e5eb924e7c946299363dcb0daf7e330ee80b authored over 2 years ago
Create stale.yml

15621f1374d33afdb02a00fd88d40381bba2e85c authored over 2 years ago
- remove debug code from test

a6c1742058f9ec3fbb58384dffa910d5966ca5ac authored over 2 years ago
- update filter on wp_comment_query to make use of the CommentObjectCursor class to build the cursor

- introduce the CommentObjectCursor class to build the cursor for comment queries
- update some f...

c2798d4a769a75407c35738517968394d8aa5fb1 authored over 2 years ago
- update CommentConnectionResolver to make use of "cache_domain" argument. This allows different "graphql_args" to be used to determine different caches since all args are not respected when the cache key is generated

f91487d52f0477cf1083a344baafa0944589a830 authored over 2 years ago
chore: add issue templates

682d27fbea80bd40e49b6ec030e8f8ddd7b3d9a4 authored over 2 years ago
Merge pull request #2460 from markkelnar/doc/update-docker-testing

docs: update documentation for docker testing

316b3918a6baa6a5a59d1feb59166d4ec3c933a3 authored over 2 years ago
Specify php/wp versions

f1f5fd3794c4c67c2bc0697212b8b2f3d179a48a authored over 2 years ago
Update the testing with docker unit test instructions

f9b0d87d9325321fa4c75712bc40b2c98c8b18c6 authored over 2 years ago
- add a functional test showing that paginated queries for Comments works when using separate POST requests. The failing tests in the wpunit/CommentConnectionQueriesTest.php file are related to multiple calls to `graphql()` being executed in one php request. _something_ is not being cleared between separate calls to graphql(). The theory is one of the filters on the WP_Comment_Query class, but we still need to debug to identify the exact issue.

fcba0b3393d667b2cd04503af2565fabe58a611f authored over 2 years ago
Merge pull request #2452 from jasonbahl/bug/#2448-fix-comment-to-comment-author-connection-resolver

fix: #2448 - Fixes Comment.author connection resolver to properly load both User and CommentAuth...

8a51e4025ef74bf8527a35ed0f790436c7cdc137 authored over 2 years ago
feat: refactor connection resolvers to Relay spec

734d1382359e5ae7989281237cefad77cbbf7db1 authored over 2 years ago
dev: deprecate get_offset() in favor of get_offset_for_cursor()

299a07079c2d3ddf5536b41f1b11ca744a133aa8 authored over 2 years ago
fix: get_query_args() should always return array

c9e1d9b1c522da0fc7327e698029882e9386c746 authored over 2 years ago
dev: give $this->query an explicit type.

e1dcdcd1450ec2335087346890573aaabc97344b authored over 2 years ago
fix: ensure is_valid_offset() has correct logic

0c3d4831fb8c0766b40fd30bdf71af1af14ef24d authored over 2 years ago
test: scaffold pagination tests with failures marked incomplete

2956058778a9fdd9a98110744f2294fb7c73e2a9 authored over 2 years ago
Merge pull request #2455 from justlevine/tests/backported-fixes-and-lints

test: lint and fix wpunit tests

cd7819dd577d1c4e79ad55e1a1892b49deab1cd8 authored over 2 years ago
test: cleanup post types/taxonomies

41fc44eb0ccea335e11461dd41d61c2061f71d4d authored over 2 years ago
tests: additional formatting

aa21477a0c931f973591f634da0b67d0ef552718 authored over 2 years ago
test: use WPGraphQLTestCase methods when more concise

a53561c3c5a31a3423b0344ba5ae151335957d9c authored over 2 years ago
test: use tabs not spaces

7ba5e7f84b45fa9295617b50449477b8df1ad1b5 authored over 2 years ago
test: first param shouldnt be optional

c1a60be673be4381483bc236523db7011ad32afb authored over 2 years ago
test: use truly relative links when testing NodeByUri

7e9a047e3020e244ed85f741ae1645a361357c3c authored over 2 years ago
test: is it wpbrowser?

e5e76e214d4036cc749ae623df686a466e2819fa authored over 2 years ago
test: fix setUp() and tearDown() call order

d546184901a4cdcc24c68e9d48579efa52e2b143 authored over 2 years ago
chore: update wp-browser dep to `^3.1.0`

378a34ef3a24fc2ff96d7a35f39b387670e95a91 authored over 2 years ago
test: give generated WP data types unique names

b2215d563941e90e024175d90a39fa087daeaee5 authored over 2 years ago
chore: run phpcbf on all wpunit tests

79a1c71e3cc131a9a6cd56e9c0179ac6acc4f0fd authored over 2 years ago
Merge pull request #2454 from jasonbahl/feature/lint-pull-requests

ci: add linter to ensure PR titles adhere to conventional commit standards

18838ea8779e204ff87b9a1b50bf12f6689193fd authored over 2 years ago
- update job name

60840a0e407775b2ad511f6b16365ad0bd1c4316 authored over 2 years ago
- update PR template

a5459c56ca2af8f80acfb5523f5c4552ccf789af authored over 2 years ago
ci: add linter to ensure PR titles adhere to conventional commit standards

e045443cf9be510352e3be182f1eea0c3744f1f4 authored over 2 years ago
Merge pull request #2453 from justlevine/chore/build-deps-for-php74

chore: build deps for PHP 7.3

088850cb4d406c6bc86d24f28bb84a6779400827 authored over 2 years ago
fix: build for PHP 7.3

85a63d8eb1ba339ae746d7858495caeb1c3790f6 authored over 2 years ago
chore: remove dev-deps from composer.lock

a0a5cc7100acbe4e41379942f6814d9501c44e7e authored over 2 years ago
docs: add minimum php version to testing prereqs

995eb2bb9debe24459f820224d0d61f6d77d8a02 authored over 2 years ago
ci: use `composer install` instead of `update`

d32b0370b62e2ec0851eb73c825958a7ee453130 authored over 2 years ago