Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/wp-graphql/wpgraphql-acf

Re-architecture of WPGraphQL for ACF
https://github.com/wp-graphql/wpgraphql-acf

no message

59cd06a02e6d28ff12164fc866495f72a690d9c3 authored almost 2 years ago by Jason Bahl <[email protected]>
- ensure $admin_fields is an array

ed64b627c4087e00fccaa5fccb7bfd98a61e0931 authored almost 2 years ago by Jason Bahl <[email protected]>
- update version number

3e66e5cadf2edb565b8fc3848a11428d90dc2fa4 authored almost 2 years ago by Jason Bahl <[email protected]>
Merge pull request #29 from wp-graphql/feat/add-register-graphql-acf-field-type-api

Feat/add register graphql acf field type api

dbf2fa9f91e1062f0b950525597e8665de178a80 authored almost 2 years ago by Jason Bahl <[email protected]>
no message

b43d782a5279d89f80ba141e5e84afe908b3abb3 authored almost 2 years ago by Jason Bahl <[email protected]>
- update CEST to match wpunit tests (default value isn't necessarily empty)

3ce5a43fd978313fe50f41649872f1ee0f91802f authored almost 2 years ago by Jason Bahl <[email protected]>
- move Repeater to its own field

- move relationship to its own field

a58b47a3dc107f2959cf58f90f7d569300bbf015 authored almost 2 years ago by Jason Bahl <[email protected]>
- move flex fields to their own file

7ad541a90ec8068c3bf503d292ba2d405963ddcf authored almost 2 years ago by Jason Bahl <[email protected]>
- add initial README

- add PageLink and PostObject in their own files
- update tests for PostObjectField querying butt...

c137e92623889a3e6f39e09451a953ec00b9bb9d authored almost 2 years ago by Jason Bahl <[email protected]>
- Move field types to their own files

- update tests

81c143b81a73f41eaddfda65e79d9f4c697f481a authored almost 2 years ago by Jason Bahl <[email protected]>
- scaffold missing field types for registration

- fix bug with $graphql_field_name default value in the admin settings for each field
- delete so...

3755f74b20ec91516edde3760f1a2d4a2f488818 authored almost 2 years ago by Jason Bahl <[email protected]>
- fix variable

6a3360761076540ef5c12103809d2fa2a5e6962e authored almost 2 years ago by Jason Bahl <[email protected]>
- move Gallery to it's own class

001c52c72c6422ae72256afbe6faf0360fe1c290 authored almost 2 years ago by Jason Bahl <[email protected]>
- move oEmbed to it's own class

6ca8fbbdb7149d75072a4733f6e69c2b0127dfc1 authored almost 2 years ago by Jason Bahl <[email protected]>
- move ColorPicker to its own class

08e565de801486a832cebb3ff19a30547fb0064c authored almost 2 years ago by Jason Bahl <[email protected]>
- add FieldConfig->get_registry() method

- add FieldConfig->get_graphql_field_type() method
- Move wysiwyg field and group field to their ...

6931de3338cbc1c9307331af3c79e3631a7b9127 authored almost 2 years ago by Jason Bahl <[email protected]>
Revert "- trying to add a 'resolve' callback to the register_graphql_acf_field_type function, but failing. committing but will revert."

This reverts commit c9e6349b9a8761795c42ee23e5bc70a407d2cf26.

4eba42dd17e2f7bf1f1d3c7c813f6d2a60c459fe authored almost 2 years ago by Jason Bahl <[email protected]>
- trying to add a 'resolve' callback to the register_graphql_acf_field_type function, but failing. committing but will revert.

c9e6349b9a8761795c42ee23e5bc70a407d2cf26 authored almost 2 years ago by Jason Bahl <[email protected]>
- shoe color_picker properly in FieldConfig.php

- modify resolver for cloned fields in FieldConfig.php

9cbb4d9aa8f3d2440c3db2115adf6c0b8dc27b16 authored almost 2 years ago by Jason Bahl <[email protected]>
- add assertions for User, Image, GoogleMap, File fields

- add FieldType/User.php to register the user field type

bed629ea566098783f99c8443c86ee228ddc1578 authored almost 2 years ago by Jason Bahl <[email protected]>
- start to move registration of ACF Field Types from wpgraphql-acf.php to FieldTypeRegistry

- remove some debug code

7053476c35bce08108977519da8b85cdbda0b558 authored almost 2 years ago by Jason Bahl <[email protected]>
- true_false field

08b9bd5cdb03e3462c99a8b9a72f9e7fec7534cd authored almost 2 years ago by Jason Bahl <[email protected]>
- update filter names to play nice with acf filter name changes

8deb1a3a197abed7b215522d3148d18b916baf45 authored almost 2 years ago by Jason Bahl <[email protected]>
- introduce `register_graphql_acf_field_type` function

- register all the supported field types using `register_graphql_acf_field_type` function
- Intro...

0bbd8d79c8816ad65ebbde1ae711f3eb3e7b5e73 authored almost 2 years ago by Jason Bahl <[email protected]>
- update docblocks

fa4ca38e0e6e885795d4cf0b3aab7483be16b1bc authored almost 2 years ago by Jason Bahl <[email protected]>
- add columns to the CPT / Custom Tax registration screens

70963a0857429e0dc01822df00f236849f77345b authored almost 2 years ago by Jason Bahl <[email protected]>
- update plugin names from wp-graphql-acf-redux to wpgraphql-acf

cb4f2c8f0a8308fed1ca4087fa699a25f1344253 authored almost 2 years ago by Jason Bahl <[email protected]>
- change order of instantiation of the classes that hook into CPT / Custom Tax registration

f2deaffa8a7461076f82e3b8755fecb78112d803 authored almost 2 years ago by Jason Bahl <[email protected]>
- update versions for release

efc50fb86c26982a06bdb878362d1ba69d177b37 authored almost 2 years ago by Jason Bahl <[email protected]>
Merge pull request #28 from wp-graphql/feat/graphql-field-settings-in-tabs

Cleanup tests, add setting tab support, fix connection bug

f726f4bd78093a11b9aa213c7e8633b506d9934e authored almost 2 years ago by Jason Bahl <[email protected]>
- remove duplicate tests from TextFieldCest

- update assertion in TextFieldCest
- move field settings into their own tabs for ACF 6.1
- move ...

9c3f86c595461bb96dbd18a61d5e7224cd531693 authored almost 2 years ago by Jason Bahl <[email protected]>
Merge pull request #27 from wp-graphql/feat/move-cpt-tax-settings

chore: move CPT / Taxonomy settings into their own files

4076fef441143c498592af5016a9cfa0373b2e56 authored almost 2 years ago by Jason Bahl <[email protected]>
- phpcs fix

9db6760302b0c1a3ba43e9c4dbf6e30b0a960012 authored almost 2 years ago by Jason Bahl <[email protected]>
no message

6f349831e16ae89e83b1c16f9cff760e5824a895 authored almost 2 years ago by Jason Bahl <[email protected]>
- update JS to set the default graphql_field_name when the field "name" is updated

619bc94da620d3b59deb2f19bf2c8b4a1208c8ae authored almost 2 years ago by Jason Bahl <[email protected]>
- refactoring CPT / Custom Tax settings to move them out of the main WPGraphQLAcf file into their own files

-

0549eeb20b76bd88cc3c32f88d3685f4fb27db16 authored almost 2 years ago by Jason Bahl <[email protected]>
Merge pull request #26 from wp-graphql/feat/tests-for-fields-with-underscores

Feat/tests for fields with underscores

007fe5d73e1c921b57673d07f077f21e901fbcb7 authored almost 2 years ago by Jason Bahl <[email protected]>
- phpstan fixes

343674cf25a0ca815d6004391b95c78b32d0bb51 authored almost 2 years ago by Jason Bahl <[email protected]>
- update composer

d23aaa2768e2cc7cb9978b9d1f64411cd1665847 authored almost 2 years ago by Jason Bahl <[email protected]>
- phpcs fix

887d3af78c90723bb3ee54e75063e99c920ccc67 authored almost 2 years ago by Jason Bahl <[email protected]>
no message

27a4c7954328f01815630a160560974e7a8ff481 authored almost 2 years ago by Jason Bahl <[email protected]>
- pass `allowFieldUnderscores` to all connections

- remove unused format_field_name functions
- update get_field_group_name to strip underscores if...

d06f717fe861d22cb0ed610a22ac3043ee9a3f82 authored almost 2 years ago by Jason Bahl <[email protected]>
Merge pull request #25 from wp-graphql/feat/abstracting-wpunit-tests

Abstracting WPUnit / Functional tests and fixing (some) of the issues

1ef4e45c6e8ead28653901b6a2333bb8e1ca8631 authored almost 2 years ago by Jason Bahl <[email protected]>
- add loginAsAdmin back to the _before method

31967257cd4282a22db56aed0585a52085200e7f authored almost 2 years ago by Jason Bahl <[email protected]>
no message

190e696b83282b8145668727fc5adf6774d547dd authored almost 2 years ago by Jason Bahl <[email protected]>
no message

14fe506015f1a1c29ef5e5149ebff59263fc089c authored almost 2 years ago by Jason Bahl <[email protected]>
no message

232a8ae38481eceb3650fdf5290dd9f0762e0178 authored almost 2 years ago by Jason Bahl <[email protected]>
no message

7588a1a43aca780459daa4293aafc02c9ce315ee authored almost 2 years ago by Jason Bahl <[email protected]>
no message

205d5b8df8cd24cfdc16d0fc190b716594946ba0 authored almost 2 years ago by Jason Bahl <[email protected]>
no message

8a2bcccbf564acf8bb525594a9b4a31e4d119f19 authored almost 2 years ago by Jason Bahl <[email protected]>
- don't test cpt/custom tax on ACF Free (for now)

ac802812b3702d1855005654cd513dca5fc3db59 authored almost 2 years ago by Jason Bahl <[email protected]>
- update matrix

14db1dc32e594dfc5204d2023f9365966e1f370d authored almost 2 years ago by Jason Bahl <[email protected]>
- pass ACF_VERSION to the test runner from the matrix

- update condition to skip tests based on version

104ad1016b869b66630008fe86d6ba49262c5baa authored almost 2 years ago by Jason Bahl <[email protected]>
- update spacing per cs

- update version compare for skipping tests that should only run on acf 6.1+
- update TextFieldCe...

d6bba5d17edc1aa9986efc984e920ca2f298f37a authored almost 2 years ago by Jason Bahl <[email protected]>
- update matrix to test a bit fewer variations

- update CustomTaxonomyRegistration / CustomPostTypeRegistration tests to only run on 6.1 or newe...

da55beb0fb3c84c2382cdb1e05f90ec23630b4e0 authored almost 2 years ago by Jason Bahl <[email protected]>
- update xpaths to play nice with multiple versions of ACF

25132b8888d7b0bd0db5fca1894c25697658d769 authored almost 2 years ago by Jason Bahl <[email protected]>
- skip test in the _before method

- remove CloneFieldTest (needs special treatment later)
- remove get_expected_field_resolve_type ...

22e7ff07d5749d1271a0585a069877cd051beef6 authored almost 2 years ago by Jason Bahl <[email protected]>
- update xpath to play nice with multiple versions of ACF

dd3f8dd53d9b7d02ba2db87d8d991533e7c02b0d authored almost 2 years ago by Jason Bahl <[email protected]>
no message

a77c6d058362576e71e5b82febdc819be26b4cf2 authored almost 2 years ago by Jason Bahl <[email protected]>
- update composer.lock

79c3f6a65c970f71381ec63b69cd9f09d731673b authored almost 2 years ago by Jason Bahl <[email protected]>
- add acf versions to the testing workflows

- add settings fields to post type/taxonomy registration UIs for showing post types and taxonomie...

7ace0ac3f2d3a1dbf9440272b195e1dfff786f63 authored almost 2 years ago by Jason Bahl <[email protected]>
- added test to make sure an acf field with no explicit graphql_field_name will show in the schema with the formatted name

- scaffolded tests (commented out) for querying the values to test the resolvers in each field lo...

8f2bdddfe97bfc50771dde7974706d7a779d8ce9 authored almost 2 years ago by Jason Bahl <[email protected]>
no message

f4de5bdd0b06d0695d0458c6aa84672b97540b3d authored almost 2 years ago by Jason Bahl <[email protected]>
- Introduced Abstract class AcfFieldCest to help with writing functional CESTs

- Introduced new vistiImportedField
- changed directory from tests/_support/TestCase to tests/_s...

bca60581bb12f9e61210c97ef07c0928eaa0f1bc authored almost 2 years ago by Jason Bahl <[email protected]>
- cs linter changes

8ca2721c4de318117b05b4f1ca839124dae515d9 authored almost 2 years ago by Jason Bahl <[email protected]>
- prevent inactive field groups from showing in the Schema

- prevent field groups and fields with empty results from get_graphql_field_name() from being add...

3823c7e7f37eebe8b6bfb79cbb7029a3d23d2ec5 authored almost 2 years ago by Jason Bahl <[email protected]>
Merge pull request #22 from wp-graphql/feat/abstracting-wpunit-tests

Abstract wpunit tests

62d57d526f723fdeb9f8c3aa0d9715242eedbd36 authored almost 2 years ago by Jason Bahl <[email protected]>
- mark tests incomplete for clone field

482bfc05e0a08dee70f84ec4b79a8265222c54b6 authored almost 2 years ago by Jason Bahl <[email protected]>
- fixing some copy pasta 🍝

3691e1041d98060035787bf77b8fb59368e26514 authored almost 2 years ago by Jason Bahl <[email protected]>
- fix spacing

a1ff19c96ca0028a24be3b4e3efcf44615665607 authored almost 2 years ago by Jason Bahl <[email protected]>
- add throws tag to "get_field_group_name" function

- modify logic of get_field_group_name function to allow underscores if "graphql_field_name" is s...

53031bc8e4d336b496d87105ae599b9532794403 authored almost 2 years ago by Jason Bahl <[email protected]>
- move helper functions up a level from AcfFieldTestCase to WPGraphQLAcfTestCase

- add "get_formatted_field_name" helper
- add scaffolding for post, page, comment, tag, category,...

03da288ece478920573cddd14eec3a5d487552c1 authored almost 2 years ago by Jason Bahl <[email protected]>
Merge commit '231e7249e7e88867f3068381f5294df91f5d0b1a' into feat/abstracting-wpunit-tests

787294822b0f5a03ae3e5d51ed6f9b31498a2e23 authored almost 2 years ago by Jason Bahl <[email protected]>
Merge pull request #24 from wp-graphql/revert-23-revert-15-docker-env-vars

Revert "Revert "Docker env vars""

231e7249e7e88867f3068381f5294df91f5d0b1a authored almost 2 years ago by Jason Bahl <[email protected]>
Revert "Revert "Docker env vars""

12c225933aa809248f33d9cf95a232f672364d7b authored almost 2 years ago by Jason Bahl <[email protected]>
Merge commit '3f76cdbd3e951fb9f614788812eef67dabe579f9' into feat/abstracting-wpunit-tests

8a6615bf230be14df60eaf232d4c8612ff817ade authored almost 2 years ago by Jason Bahl <[email protected]>
Merge pull request #23 from wp-graphql/revert-15-docker-env-vars

Revert "Docker env vars"

3f76cdbd3e951fb9f614788812eef67dabe579f9 authored almost 2 years ago by Jason Bahl <[email protected]>
Revert "Docker env vars"

2f554527050a6c9224957286408ca4c15bfe81fc authored almost 2 years ago by Jason Bahl <[email protected]>
no message

d3147e81c832c51ff860f12591302011d47f6348 authored almost 2 years ago by Jason Bahl <[email protected]>
- add "get_formatted_field_name()" function to the test

fe28aa7feac695ef44920b49cc73481d4d1a52e2 authored almost 2 years ago by Jason Bahl <[email protected]>
- update textFieldTest to query the field using the same name as the field type

6f541134e6b27b3f6c6d2f567fc3f4040e9154bd authored almost 2 years ago by Jason Bahl <[email protected]>
- add descriptions to fields that register a connection

1f28ec77632fedbd82c3c33d50b7a0d49f845221 authored almost 2 years ago by Jason Bahl <[email protected]>
- scaffold tests for all the supported field types

2d34c64a9aa28935161a3c64439f17d53471d984 authored almost 2 years ago by Jason Bahl <[email protected]>
- phpcs

fc775d891161b99e9af493f6c78c2f8110d722d6 authored almost 2 years ago by Jason Bahl <[email protected]>
- adjust tests to prevent field group/field name conflicts

d026d743e1438eaf26087dcef5f376f09af71856 authored almost 2 years ago by Jason Bahl <[email protected]>
- adding some abstractions for wpunit tests (WIP)

7fa41a9cb3357f1ffc55b41eb77231823421a28a authored almost 2 years ago by Jason Bahl <[email protected]>
Add schema linter and breaking change test

e53b8eb5bdb14b8ed629863005982260be1309e6 authored almost 2 years ago by Mark Kelnar <[email protected]>
Merge commit '453ffed364c267edc2a9c9326ee88fadb0b0f046' into feat/refactoring-fields

# Conflicts:
# bin/run-docker.sh

543167df5fcabaf8e1122ba47d7c4965e46c40a5 authored almost 2 years ago by Jason Bahl <[email protected]>
- add composer autoload-dev for tests

- introduce AcfFieldTestCase
- introduce WPGraphQLAcfTestCase
- introduce TextFieldCest (placehol...

1f3529d26ec75e82cac4bd2f86be9b835f2db172 authored almost 2 years ago by Jason Bahl <[email protected]>
Merge pull request #19 from wp-graphql/ci/template

Ci/template

453ffed364c267edc2a9c9326ee88fadb0b0f046 authored almost 2 years ago by Jason Bahl <[email protected]>
Update .github/ISSUE_TEMPLATE/bug_report.yml

d755d4acfec09d53a03287a718eb06bacbbb0365 authored almost 2 years ago by Jason Bahl <[email protected]>
Add input for php/json export information

d4830db468ccef77925002066c6d7ca6d03ae987 authored almost 2 years ago by Mark Kelnar <[email protected]>
Add issue templates

2eee29b092fae15839736872cd3e9d4b655f2fcf authored almost 2 years ago by Mark Kelnar <[email protected]>
Add pull request template

d555568dbedea623e233ba2f72b5afcf8c6000a5 authored almost 2 years ago by Mark Kelnar <[email protected]>
Merge pull request #15 from wp-graphql/docker-env-vars

Docker env vars

298e4e58089b322d80ab42557b583777ffb2ea24 authored almost 2 years ago by Jason Bahl <[email protected]>
Merge pull request #17 from wp-graphql/ci/build-artifacts

Upload zip and schema

0c72a7f2b4d00ff678c70ae06820dd99e18f24b7 authored almost 2 years ago by Jason Bahl <[email protected]>
Upload zip and schema

571d5a4fa4677e16ede33254c830c06de5581af1 authored almost 2 years ago by Mark Kelnar <[email protected]>
Build the plugin zip, deploy to WP

7c8faa8cc890717d8e5b576ddc65bd72d2ec9495 authored almost 2 years ago by Mark Kelnar <[email protected]>
Source varibles from .env

75132d5716c4f0a792a0b3dcfed3eadac55e66aa authored almost 2 years ago by Mark Kelnar <[email protected]>
file must end with newline

b26047dba2d43f7264aed5de649b7020d192de68 authored almost 2 years ago by Mark Kelnar <[email protected]>