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

updates clear_schema

311533ce3f055c20de413e98292eb51175b9addc authored over 5 years ago
Adds clear_schema

9d28fc0eedb47c8b0562fa143e4036210743f276 authored over 5 years ago
pass source to filter hooks

3c194270029dfa218863ef9206a423997a78b03f authored over 5 years ago
Merge pull request #832 from wp-graphql/release/v0.3.3

πŸš€ Release/v0.3.3

200923fc83dd4e9b34c58d8f014a178d33c99571 authored over 5 years ago
Merge branch 'develop' into release/v0.3.3

77eb0e270d7fc299adb58f34f3cfbd8ea2eaf0a2 authored almost 6 years ago
Merge pull request #831 from jasonbahl/bug/#827-comment-mutation-response

#827 - Add "success" field to comment mutations, so that unauthentica…

3f9d22dad55be2159d2af537eee0b8499678e3ef authored almost 6 years ago
πŸ”– UPDATE VERSION TAGS

845b85b337f3d922a4e8044efd6cca9fa750949c authored almost 6 years ago
#827 - Add "success" field to comment mutations, so that unauthenticated user that create a comment can be given a "success" message, even if they don't have permission to get the comment node back in the response (unapproved comments won't be sent back to the client for unauthenticated users)

2ce907adb0f75451220cc9ac35374d5fd32f6eb3 authored almost 6 years ago
Merge pull request #828 from epeli/patch-3

Fix hideEmpty description

a14f515d98e9ef8a4042507e72d89521f51751a4 authored almost 6 years ago
Fix hideEmpty description

It's false https://github.com/wp-graphql/wp-graphql/blob/ea881ecbecc7c03fa10f7e82acffb01e293ca0d...

072d190bb6188250950262134176383457433289 authored almost 6 years ago
Merge pull request #817 from mngi-arogers/CI-6319

CI-6319 | Updating PHP composer, Xdebug, docker-compose versions; updating XDebug README info

a119a12109f618ea5ef487ba2e27dbd70b941c70 authored almost 6 years ago
Merge pull request #824 from jasonbahl/bug/#823-term-loader-funkiness

πŸ›BUGFIX: TermObjectLoader funkiness

74852d9e2f4d2c4a1f2b6882a56174509efb9c9c authored almost 6 years ago
#823 - Adjust test so Custom Taxonomy and Custom Post Type is registered as a bootstrapped plugin

4249e05dc18334d00ce7a7787c5cfb526e368681 authored almost 6 years ago
#823 - Adjust test so Custom Taxonomy and Custom Post Type is registered as a bootstrapped plugin

2cfd0d17b6d68266065ad31e864f71bd9b290008 authored almost 6 years ago
#823 - Adjust test so Custom Taxonomy is registered during setup

775587faa7083b648fa3ae3fa1e78d35103ebee3 authored almost 6 years ago
#823 - This adds some tests to prevent future regressions for TermObjectLoader, and makes sure term queries work for Custom Post Types

cdc0e30a6ccfa2379f2174ebbb254afe1ec4c010 authored almost 6 years ago
:bug: BUGFIX

#823 - This fixes some funkiness in the TermObjectLoader, where we were using `get_term_by()` wi...

5fafc714264c75320673f26f6d44a1d7f5903240 authored almost 6 years ago
Make the date field to conform to RFC3339

51822121316bc5d8e41c087ec3d61d103d171d2c authored almost 6 years ago
updating PHP composer version, Xdebug version; updating README

2b24b77c60757f201ba3d63b090108379c719405 authored almost 6 years ago
Merge pull request #816 from jasonbahl/bug/#815-static-allowed-vars-cause-issues-in-tests

πŸ› Bug/#815 static allowed vars cause issues in tests

80a58410b2cd789492fb1019a5bc01faeb388b6d authored almost 6 years ago
:facepalm: composer-install --no-dev

28d87c9e82c95112897d386fe1e1e01a514c15ab authored almost 6 years ago
Merge pull request #814 from benallfree/bugfix/typeid-regression

Restore missing resolver

507de7ccff740fb32c8b97dd4b078d88707789da authored almost 6 years ago
:bug: BUGFIX

#815 - swapping static allowed_post_types and allowed_taxonomies with the get_* functions fixes s...

b8f7c879360fdc34954d872da041832371efcbd3 authored almost 6 years ago
Restore missing resolver

170cf5f6cc972f7e559f9a58eb18331595fccb56 authored almost 6 years ago
Merge pull request #812 from jasonbahl/bug/#811-menu-connection-args-not-properly-respected

πŸ› BUGFIX

145c667dd620c5d5f79dbfda90afdc26798b5687 authored almost 6 years ago
:bug: BUGFIX

#811 - This fixes a bug with menu connection args not properly being respected. This also update...

1ec112c73a9256066897464a4f5aefb60072b34f authored almost 6 years ago
Merge pull request #808 from wp-graphql/release/v0.3.2

πŸš€ Release/v0.3.2

ea881ecbecc7c03fa10f7e82acffb01e293ca0d2 authored almost 6 years ago
πŸ”€ MERGE: commit 'bbecaf6caaf7649c6c0b75ae185484db9eb9ac8f' into release/v0.3.2

0c5059785f79b69c36f9538bca70c767b35d1104 authored almost 6 years ago
:tag: RELEASE PREP

- Updating version numbers for release v0.3.2

db1d42ef029b5523c49a375cc2aa129ac097bea9 authored almost 6 years ago
Merge pull request #806 from jasonbahl/bug/#805-menu-nodes-not-working

:bug: #805 - BUGFIX for `menuItems{ nodes { ... } }` breaking

bbecaf6caaf7649c6c0b75ae185484db9eb9ac8f authored almost 6 years ago
:bug: BUGFIX

#805 - Fix {menuItems{ nodes { ... } } queries and include a test to reduce future regressions

8e4d9b03b686da24246211df71ce93d26c37f96e authored almost 6 years ago
Merge branch 'bug/#803-allowed-post-types-setup-too-early' into develop

# Conflicts:
# wp-graphql.php

997dcc42feca62cdf4472f28501b04e642abff49 authored almost 6 years ago
:bug: BUGFIX

#803 - Allowed Post Types and Taxonomies were hooked in _too_ early causing issues for Custom Po...

cd6ccfb1f2b9ac8bc25d98839ca27a3d217ebdd1 authored almost 6 years ago
Merge pull request #800 from jasonbahl/bug/#799-configure-show-in-graphql-outside-gql-requests

#799 - hook "setup_types" to init

40dbed4683c6ac4cfdaec6633cf70e6d91f48388 authored almost 6 years ago
#799 - hook "setup_types" to init, so that post_types and taxonomies are registered to "show_in_graphql" so that even outside of GraphQL Requests that knowledge can be used.

c429881970120c4633c9199b3fb802ba7292af76 authored almost 6 years ago
Merge pull request #798 from jasonbahl/bug/#797-get_type-php-warning

#797 - TypeRegistry::get_type() returns php warning if Type doesn't exist

f217e4429325d9094c64b448b7b8a4901acbb6cc authored almost 6 years ago
#797 - TypeRegistry::get_type() returns php warning if the Type doesn't exist yet.

2048ec6dee560876b000a9da876b1fbe2356659b authored almost 6 years ago
Merge pull request #793 from opencollective/opencollective

Activating Open Collective

f789ad81a2f408d1fafaee575172203a0c02df49 authored almost 6 years ago
Added backers and sponsors on the README

a9ba18ca844d3eb24a063bc57c052630c1c419bb authored almost 6 years ago
Merge pull request #792 from wp-graphql/release/v0.3.01

Release/v0.3.01

e3d5a0b45eb9ae803004c58d7cacc5caa989b2f5 authored almost 6 years ago
πŸ”– RELEASE - Updating versions for minor release

15d667c09abe18ab3c1e9fb26c901b24d75c6e26 authored almost 6 years ago
Merge branch 'develop' of github.com:wp-graphql/wp-graphql into develop

# Conflicts:
# src/Data/Config.php

a4910acca1cfa88219c53b13fcfab734214f4d7a authored almost 6 years ago
Merge branch 'jasonbahl-bug/#785-post-order-filter' into develop

0789a8acfc0af51229602482fa30c0705bab8f00 authored almost 6 years ago
:bug: BUG FIX

#785 - fixes bug where cursor filter was applied to queries outside of GraphQL requests

0e28683fdb7cc1126021194d6e32cb0739da6282 authored almost 6 years ago
Merge pull request #787 from epeli/table-prefix

Remove hard coded table prefix

b8fdd46c736d1cf9214b4c24afdd962430bfcbae authored almost 6 years ago
Remove hard coded table prefix

Fixes #785

d6e9487aed3aea70fcad65ca7a3e29b0feb36e76 authored almost 6 years ago
Merge pull request #783 from wp-graphql/release/v0.3.0

πŸš€ Release/v0.3.0

6379a6203da74f283a1211db61d530c2393c161a authored almost 6 years ago
πŸ”€ Merge branch 'develop' into release/v0.3.0

86a7d9f0a63bac9ed8f42a1b178bcdbe5162a28f authored almost 6 years ago
πŸ”– - Update versions to prep for release

2f91581993258d9569045b565706f8f1ea554ffb authored almost 6 years ago
- Adjusting check for `count_user_posts` to happen only if the user doesn't have `list_users` just to save on queries that we don't need to make. Should convert this to a batch check at some point.

8aaaa3add0892b0b31e0946e3114224d5f9fd390 authored almost 6 years ago
Merge pull request #695 from wp-graphql/feature/model-layer

Feature/model layer

2c75ece5791b4a48e2b6c3a4a3761c78a3ceba37 authored almost 6 years ago
Merge pull request #780 from jasonbahl/feature/connection-resolver-improvements

Connection Resolver improvements to make custom connections …

494a93d30121728883ac5ea526aa5e2823ab4e2f authored almost 6 years ago
Merge pull request #781 from kidunot89/patch-4

Adds context instance to graphql_resolve_node hook

a5576ebf41b8c6e5de7777e7067a640131b6874c authored almost 6 years ago
Adds context instance to graphql_resolve_node hook

59da98ce0ed918a648225c0b5e313e66c8c3b545 authored almost 6 years ago
Merge pull request #777 from CodeProKid/bug/774

Bug/774 restrict users without published posts

11c3bb7f1914b25134ada3affafb0f13b7e4514b authored almost 6 years ago
v0.3.0 - Connection Resolver improvements to make custom connections much more flexible to define and resolve

02c43cdc03c67fc6807b9c44a78d211940fe0a4f authored almost 6 years ago
Reformatting file

46b6abfa4dab1387271a2cddedee0da816bf71fc authored almost 6 years ago
Adding a few tests to test object visibility on node queries and modifying existing tests to work properly

bc312539e3912dcdb108f113021c1c34d7f943c0 authored almost 6 years ago
Set the newly registered user as the logged in user after they are successfully added

3eaa91894913294826e4c95f1b0cc29237b18674 authored almost 6 years ago
The current user should be able to view their own user data

16f7829e449e18b9264f6bf73058e2d129010e52 authored almost 6 years ago
Locking down users that don't have published posts

367a320aab68c2eab1bb5607cb5fc3f0036a57a0 authored almost 6 years ago
Merge pull request #776 from CodeProKid/feature/699

Removing older filter code I forgot

313739bbcfb977e750a8d1f7eef9e9aee6b3cdc9 authored almost 6 years ago
Removing older filter code I forgot

53734277ca6514a0f48c73a6a56024c7669ab4b7 authored almost 6 years ago
Merge pull request #775 from CodeProKid/feature/699

Feature/699 - Model layer cleanup

70fdb1f691f4403942cd469187cb77ffefc0dd05 authored almost 6 years ago
Merge pull request #772 from jasonbahl/feature/#375

#375 - Return visibility (isRestricted) on nodes

ae90b98bbf81544a3d6f6039ed2241eb0a6c95ab authored almost 6 years ago
Switching is_private method from public to protected

14a30e8fb7884ba28eb4c58aacb1057740255672 authored almost 6 years ago
Moving init call into abstract and simplifying some things

47efd4320fb1eacf77edadf532bec1e551523515 authored almost 6 years ago
Moving private visibility initial setting to method rather than filter

b4231ac53251471c3230597be893a63cc6e4f114 authored almost 6 years ago
no message

e4e9d4f76997abeff0ef08ab68fe2d4c101f9923 authored almost 6 years ago
Pass incoming data via class property rather than through construct

e135514b0d298315247276511e05702f01835583 authored almost 6 years ago
Replacing calls directly to class property to calls to method

d17eb4219c425ca4ef718a95dc044ea2d1a009b5 authored almost 6 years ago
Generating the model name dynamically

7eac476576df18fb89dc2c4519673b00063ee191 authored almost 6 years ago
#375 - Return visibility (isRestricted) on nodes

- This adds `isRestricted: Boolean` fields to the various ObjectTypes that have an associated mo...

0aee95729fd7314f6d8ae08447ddc382134f8efb authored almost 6 years ago
Merge pull request #770 from CodeProKid/bug/740

Bug/740 - don't allow non-logged in users to comment if flag is set

5545925f37c4a999a8697b97d0d7a26353730626 authored almost 6 years ago
Cleaning up formatting in the test

1222a78b0e499ab13ca226146846bbaac767c760 authored almost 6 years ago
Converting spaces to tabs

56d5b415029558fe7221a5524e258d0d5e2b6c57 authored almost 6 years ago
Updating input field description

64376e6ff0543f91c1499b46faa6dcf55d69dc80 authored almost 6 years ago
Add test for making sure non logged in users cannot leave comments when flag is set

1063a7d69b2d2a2d57624ff1f188a41ee2a11ffe authored almost 6 years ago
Don't allow unregistered users to comment if a particular flag is set

34a29551dab40983cd9ced1170fd4410bdeac4df authored almost 6 years ago
Changing postId arg to commentOn

6a70e743f307c21deee8a3503be78666733123c1 authored almost 6 years ago
Merge pull request #755 from CodeProKid/feature/698

Feature/698 Taxonomy model

455a9c8b8260b17951ab165691909d8035739822 authored almost 6 years ago
Merge pull request #765 from CodeProKid/bug/753

Bug/753 - locking down posts in some statuses

bd97dee3e175827ff184718067cc97d8ff873ef6 authored almost 6 years ago
#753 - Locking down post permissions a bit tighter

- Update `resolve_comment_author` to expect a $comment_id as input instead of a comment_author_e...

7448787e320f858a84090bb5fac0e98df18990ec authored almost 6 years ago
Merge commit '59c0f6582037eb13c4fb206bee8b06e2d4856717' into bug/753

98c6768f4875ca3c74cd4f50c531b59d8f0e7197 authored almost 6 years ago
#753 - Locking down additional post statuses

d1143d0eed3666e2a0f70cb28044095b7c5dfc80 authored almost 6 years ago
Merge pull request #769 from CodeProKid/feature/757

Feature/757: Model for CommentAuthor

59c0f6582037eb13c4fb206bee8b06e2d4856717 authored almost 6 years ago
Merge pull request #766 from CodeProKid/feature/763

Feature/763 Model for user roles

daf27aab5840aa4b90096024e201784dc28d9990 authored almost 6 years ago
#763 - Tighten up some User Role access

- Convert the `roles` field on users from a `list_of` to a `connection`

fcc7acad10155ed91268f7885ada4d803a23d7ea authored almost 6 years ago
#763 - Tighten up some User Role access

- Convert the `roles` field on users from a `list_of` to a `connection`

00031941007a332f1460e936a9ff86590dc9117c authored almost 6 years ago
Adding docblocks

52b219be97187dd0d38f20c5564be45b40482d5e authored almost 6 years ago
Autoloader updates

17f5fa5c6063a8c9198efd4a1625e11c3c8f5695 authored almost 6 years ago
Fixing bug with comment authors, and adjusting a test that should not have been passing in the first place

e1c1974b2d94255dbafff4b720bc0cb9637f7c6a authored almost 6 years ago
Adding test for retrieving single commentAuthor node

60bf05a47379b4a0d9e2a27994ecf7b909b654c9 authored almost 6 years ago
Implementing new CommentAuthor model

cf7d4d3a71993aea8c008fa0d909b04db718f73e authored almost 6 years ago
Merge pull request #767 from mngi-arogers/CI-6318

CI-6318 | Updating Docker versions to WP 5.1.1 + PHP 7.3

5548f129dc5fd6b064e38a44042508681cdb45bf authored almost 6 years ago
Merge pull request #768 from CodeProKid/feature/756

Feature/756 - Avatar model

ca8675c3abaa127bb2c5978edd50787c4ce43db3 authored almost 6 years ago
Adding comment author model

0e9a0b52394dbeae0f10036c4c18ea1a6feda12c authored almost 6 years ago
Autoloader changes

1b9997019e952e67410124200d2cf4d44ef90425 authored almost 6 years ago
Adding docblocks to avatar model

0777d31c65e54348b56a24a01423717a608aa8ad authored almost 6 years ago
Implementing new Avatar model

aef0b7a830c4a02279cccbf121f35db239260640 authored almost 6 years ago