Ecosyste.ms: OpenCollective

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

WPGraphQL WooCommerce (WooGraphQL)

Add WooCommerce support and functionality to your WPGraphQL server
Collective - Host: opensource - https://opencollective.com/woographql - Website: https://woographql.com - Code: https://github.com/wp-graphql/wp-graphql-woocommerce

Fixes ARG declaration.

github.com/wp-graphql/wp-graphql-woocommerce - 453d72d8841d113a195fa33d664b429aff61e888 authored over 5 years ago by Geoff Taylor <[email protected]>
Removed Xdebug disable code.

github.com/wp-graphql/wp-graphql-woocommerce - b217745886e319ddfdce2901a5d7f0e44357ee22 authored over 5 years ago by Geoff Taylor <[email protected]>
Problematic database upgrade statement removed.

github.com/wp-graphql/wp-graphql-woocommerce - f948f22671fa96e9b39c083578d0db8e22369e5d authored over 5 years ago by Geoff Taylor <[email protected]>
Problematic if statement removed.

github.com/wp-graphql/wp-graphql-woocommerce - fb3b8933c7cf70a56c32f7b8422b414d5c019e99 authored over 5 years ago by Geoff Taylor <[email protected]>
php-coveralls added to docker test environment.

github.com/wp-graphql/wp-graphql-woocommerce - a61e6784f980b70a8cd672a697a1965a69a8e1c5 authored over 5 years ago by Geoff Taylor <[email protected]>
variable substitution fixed.

github.com/wp-graphql/wp-graphql-woocommerce - 94f0481e7924dd9646e754d26fbc702bad21c767 authored over 5 years ago by Geoff Taylor <[email protected]>
README.md and project version updated.

github.com/wp-graphql/wp-graphql-woocommerce - 747eb9cebd8aa22b201fe1cfff043be9b8aa4601 authored over 5 years ago by Geoff Taylor <[email protected]>
"QLSessionHandlerCest" added.

github.com/wp-graphql/wp-graphql-woocommerce - e38c17836468610f3e3374c08de8dc371417e19b authored over 5 years ago by Geoff Taylor <[email protected]>
Merge pull request #113 from wp-graphql/bugfix/session-header-hooks

Session header bugfix

github.com/wp-graphql/wp-graphql-woocommerce - de0b0f01cf877f20dd9fa2784227f7b01b94d07b authored over 5 years ago by Geoffrey K Taylor <[email protected]>
Session header bugfix

github.com/wp-graphql/wp-graphql-woocommerce - 988adb9049d13c983d8360b2bf7bef0c8497edfc authored over 5 years ago by Geoffrey K Taylor <[email protected]>
docker script added for e2e testing support

github.com/wp-graphql/wp-graphql-woocommerce - f3c23a27f39b9fc9bfb21289380cf96027f7a114 authored over 5 years ago by Geoff Taylor <[email protected]>
fixed bug concerning guest sessions.

github.com/wp-graphql/wp-graphql-woocommerce - 70f10dca0c919e6184c4e37ac80ffa36bd327612 authored over 5 years ago by Geoff Taylor <[email protected]>
Merge pull request #110 from kidunot89/bugfix/customer-to-jwt-auth-fields

Fixes customer web token authentication fields

github.com/wp-graphql/wp-graphql-woocommerce - 8cbcbfc882a3e837557d339a8e29fe419ff0acb4 authored over 5 years ago by Geoffrey K Taylor <[email protected]>
customer-jwt-auth-fields-fixed

github.com/wp-graphql/wp-graphql-woocommerce - 5bea3c0bedc64c76f71676964243a82f9a610ddd authored over 5 years ago by Geoff Taylor <[email protected]>
customer jwt-auth fields refactored

github.com/wp-graphql/wp-graphql-woocommerce - 85fbecc5884bcbd16fbf76af90e3747164c96087 authored over 5 years ago by Geoff Taylor <[email protected]>
Plugin version updated.

github.com/wp-graphql/wp-graphql-woocommerce - 28740068c058bf2b04ba272869ba889c6b198e7e authored over 5 years ago by Geoff Taylor <[email protected]>
Plugin version updated.

github.com/wp-graphql/wp-graphql-woocommerce - 2f07adb134d6296912eab60cc3fee0a088b47be1 authored over 5 years ago by Geoff Taylor <[email protected]>
Merge pull request #96 from wp-graphql/release-v0.2.0

Release v0.2.0

github.com/wp-graphql/wp-graphql-woocommerce - 4aedd9029a6716bd2ae3ffeafdfb18ac4edd4514 authored over 5 years ago by Geoffrey K Taylor <[email protected]>
CHANGELOG.md and README.md updated.

github.com/wp-graphql/wp-graphql-woocommerce - 81735e92d7f7704983c787f011c50e547934e177 authored over 5 years ago by Geoff Taylor <[email protected]>
Merge pull request #107 from kidunot89/release-v0.2.0-cleanup

Release v0.2.0 code cleanup

github.com/wp-graphql/wp-graphql-woocommerce - ead39704abd8e068e8518a8d414d11c36c3aede3 authored over 5 years ago by Geoffrey K Taylor <[email protected]>
Unnecessary "use" statements removed.

github.com/wp-graphql/wp-graphql-woocommerce - 158e7ff64d9de7d65edb6e70bfd184ae3a77283f authored over 5 years ago by Geoff Taylor <[email protected]>
"Actions" and "Filters" classes renamed and refactored.

github.com/wp-graphql/wp-graphql-woocommerce - 74bb15f84e7030e170ea5aae609af326a3e9e047 authored over 5 years ago by Geoff Taylor <[email protected]>
Merge pull request #106 from kidunot89/feature/update-item-quantities

updateItemQuantities mutation

github.com/wp-graphql/wp-graphql-woocommerce - 6406e414bdd425eac97b1270170e0190091fdec4 authored over 5 years ago by Geoffrey K Taylor <[email protected]>
autoloader files rebuilt.

github.com/wp-graphql/wp-graphql-woocommerce - ff7b24db71bb493c81526d9d2d068144e2401fca authored over 5 years ago by Geoff Taylor <[email protected]>
"updateItemQuantity" mutation refactored to "updateItemQuantities" mutation.

github.com/wp-graphql/wp-graphql-woocommerce - 6e1b0f160cd98f905ec0623f99a2050fdef822da authored over 5 years ago by Geoff Taylor <[email protected]>
Merge pull request #104 from kidunot89/feature/order-item-mutations

deleteOrderItems mutation

github.com/wp-graphql/wp-graphql-woocommerce - 5c53b2e9c788ea42fa1074ca32474804d0f40954 authored over 5 years ago by Geoffrey K Taylor <[email protected]>
"deleteOrderItems" implemented and tested.

github.com/wp-graphql/wp-graphql-woocommerce - d6ef041806aad7f5cc25d89ab996f976db2d946b authored over 5 years ago by Geoff Taylor <[email protected]>
Merge pull request #103 from kidunot89/feature/no-ql-session-handler-flag

Adds NO_QL_SESSION_HANDLER flag

github.com/wp-graphql/wp-graphql-woocommerce - 61a72a789da939c1e76c2fdbce6556967f0a48f3 authored over 5 years ago by Geoffrey K Taylor <[email protected]>
Merge pull request #102 from kidunot89/feature/product-category-image

Adds product category image to schema.

github.com/wp-graphql/wp-graphql-woocommerce - 6f253a86a2e38d7fa33372604b09f15059ba5625 authored over 5 years ago by Geoffrey K Taylor <[email protected]>
"NO_QL_SESSION_HANDLER" flag implemented.

github.com/wp-graphql/wp-graphql-woocommerce - 36bf38666178c21b5b914d784f0840df39d1d45e authored over 5 years ago by Geoff Taylor <[email protected]>
"Actions" class cleaned up and refactored.

github.com/wp-graphql/wp-graphql-woocommerce - 0171ff5dbd8f712ec941de879a195eeb1f8ab516 authored over 5 years ago by Geoff Taylor <[email protected]>
Merge branch 'release-v0.2.0' of github.com:wp-graphql/wp-graphql-woocommerce into feature/product-category-image

github.com/wp-graphql/wp-graphql-woocommerce - a47c4d89d259a9aff0f512d6cce05b1cf08c981f authored over 5 years ago by Geoff Taylor <[email protected]>
"image" field added to "ProductCategory".

github.com/wp-graphql/wp-graphql-woocommerce - c5f86b1bab23129a8de2b16276c6cfcea13a0612 authored over 5 years ago by Geoff Taylor <[email protected]>
Merge pull request #101 from kidunot89/bugfix/query-product-by-slug

Query products by slug and sku

github.com/wp-graphql/wp-graphql-woocommerce - eccbcba0868434f23b983002f5a994bd6735f6ac authored over 5 years ago by Geoffrey K Taylor <[email protected]>
"slug" and "sku" arguments added to "productBy" query.

github.com/wp-graphql/wp-graphql-woocommerce - b8103747b80f8f5b096a6af7beea4759de6af62a authored over 5 years ago by Geoff Taylor <[email protected]>
Merge pull request #100 from kidunot89/feature/checkout-mutation

checkout mutation

github.com/wp-graphql/wp-graphql-woocommerce - 083adb51c72d34e3668cd38a6fc8e5519b85f8fa authored over 5 years ago by Geoffrey K Taylor <[email protected]>
JWT Auth fields added to "Customer" type. "Customer" added to "checkout" mutation output.

github.com/wp-graphql/wp-graphql-woocommerce - 95d82ddf8101c137349a1025558fe68482baeefb authored over 5 years ago by Geoff Taylor <[email protected]>
Tests updated, debugging needed.

github.com/wp-graphql/wp-graphql-woocommerce - 85355808a7a0bb4cf5e96d763d0290f1f9b0e4a4 authored over 5 years ago by Geoff Taylor <[email protected]>
tests debugging and code cleanup.

github.com/wp-graphql/wp-graphql-woocommerce - 97af6e170f69d52e3a800c56f703b7aa3a6b468a authored over 5 years ago by Geoff Taylor <[email protected]>
crud loader refactored

github.com/wp-graphql/wp-graphql-woocommerce - ad82310c0a7c69878d7d3bf79387dabd85c39db1 authored over 5 years ago by Geoff Taylor <[email protected]>
"Checkout_Mutation" and "Checkout" class implemented.

github.com/wp-graphql/wp-graphql-woocommerce - 85001f0512cd76f0d3a8e736689b6cc59e40b96c authored over 5 years ago by Geoff Taylor <[email protected]>
Merge pull request #99 from kidunot89/feature/delete-order-mutation

deleteOrder mutation

github.com/wp-graphql/wp-graphql-woocommerce - 9a8eb4604796c8bb9e8e7386819f1b85abbfd3b3 authored over 5 years ago by Geoffrey K Taylor <[email protected]>
Authorization hook implemented.

github.com/wp-graphql/wp-graphql-woocommerce - fd80867ac0ca247dbdddc593e2da554fbfc678b4 authored over 5 years ago by Geoff Taylor <[email protected]>
"testDeleteOrderMutation" updated

github.com/wp-graphql/wp-graphql-woocommerce - bb4f5cbd50b5bde8c0f943509874bed73ddbe8aa authored over 5 years ago by Geoff Taylor <[email protected]>
"forceDelete" input field added for choosing between deletion and recycling.

github.com/wp-graphql/wp-graphql-woocommerce - 2ee563d4b0da3aac7db45e7cec4b9aba6727dbeb authored over 5 years ago by Geoff Taylor <[email protected]>
input field name corrected from "order" to "orderId".

github.com/wp-graphql/wp-graphql-woocommerce - c10613cc6c8e17912117da4bdac99459fe5bdfd8 authored over 5 years ago by Geoff Taylor <[email protected]>
"deleteOrder" mutation implemented and tested.

github.com/wp-graphql/wp-graphql-woocommerce - 140b64ae04fa9c65e3c1f3e6c096a28f89f74e09 authored over 5 years ago by Geoff Taylor <[email protected]>
Merge pull request #98 from kidunot89/feature/update-order-mutation

updateOrder mutation

github.com/wp-graphql/wp-graphql-woocommerce - 2ea80df3e43535a7bc99835018e97eb0f857d7c0 authored over 5 years ago by Geoffrey K Taylor <[email protected]>
"updateOrder" mutation implemented and tested.

github.com/wp-graphql/wp-graphql-woocommerce - 02303ec3158eb54eda205df9f20f761d6ce34e18 authored over 5 years ago by Geoff Taylor <[email protected]>
Merge pull request #97 from kidunot89/feature/create-order-mutation

Feature/create order mutation

github.com/wp-graphql/wp-graphql-woocommerce - 4f843819d43bb496bc401e8af2f935ae36289efe authored over 5 years ago by Geoffrey K Taylor <[email protected]>
Order model initialization fixed

github.com/wp-graphql/wp-graphql-woocommerce - 2f88e47ee030b959be21dbfe717b8b6d9a6cc9f6 authored over 5 years ago by Geoff Taylor <[email protected]>
"Order_Mutation" class and "Order_Create" class refactor complete."

;

github.com/wp-graphql/wp-graphql-woocommerce - acf2643c6a9e520491d994ac972d9b25faf72f62 authored over 5 years ago by Geoff Taylor <[email protected]>
autoloader files rebuilt

github.com/wp-graphql/wp-graphql-woocommerce - a782f4de22b868dc6218aaeafcb54ec6869c958f authored over 5 years ago by Geoff Taylor <[email protected]>
Heavy refactoring done to Order_Mutation class

github.com/wp-graphql/wp-graphql-woocommerce - 1b16268c3725d228a6fbbfc2dc2f47737e938b3d authored over 5 years ago by Geoff Taylor <[email protected]>
Placemarker before Order_Mutation refactor

github.com/wp-graphql/wp-graphql-woocommerce - fccf7b98dd6c60dde30a852a13ab37432c04f3df authored over 5 years ago by Geoff Taylor <[email protected]>
New input types implemented

github.com/wp-graphql/wp-graphql-woocommerce - 7086a456f03a38de1211cd9498f15da7d15084aa authored over 5 years ago by Geoff Taylor <[email protected]>
Merge branch 'release-v0.2.0' into feature/create-order-mutation

github.com/wp-graphql/wp-graphql-woocommerce - 8f892380239ed0c89984f3d94b82805a5229df1e authored over 5 years ago by Geoff Taylor <[email protected]>
.travis.yml updated.

github.com/wp-graphql/wp-graphql-woocommerce - bcc2d6d36bffeba1b0753c1cedb8f8268aa09020 authored over 5 years ago by Geoff Taylor <[email protected]>
Removes null ID from `attributes` resolver

github.com/wp-graphql/wp-graphql-woocommerce - f96a71ba6854c79691c5d4c1c95ce888f82b083a authored over 5 years ago by Geoffrey K Taylor <[email protected]>
Update README.md

github.com/wp-graphql/wp-graphql-woocommerce - d4bd0277136cbabdbd756827f5462e2172c1fbbd authored over 5 years ago by Geoffrey K Taylor <[email protected]>
Merge pull request #92 from wp-graphql/release-v0.1.2

CHANGELOG updated

github.com/wp-graphql/wp-graphql-woocommerce - 4c8f30ac798a575ba5ed30f469639d02d94de962 authored over 5 years ago by Geoffrey K Taylor <[email protected]>
CHANGELOG updated

github.com/wp-graphql/wp-graphql-woocommerce - c8a1a472a89eccf376e6a24795cfe721dffb83ca authored over 5 years ago by Geoff Taylor <[email protected]>
Merge pull request #86 from wp-graphql/release-v0.1.2

Release v0.1.2

github.com/wp-graphql/wp-graphql-woocommerce - da53691041e74d88f4a75c923610beda14474dbb authored over 5 years ago by Geoffrey K Taylor <[email protected]>
Merge pull request #88 from kidunot89/feature/ql-session-handler

QL Session Handler

github.com/wp-graphql/wp-graphql-woocommerce - 0d6cf251f1ebe36fdd81f2407b16a99a4a972126 authored over 5 years ago by Geoffrey K Taylor <[email protected]>
Merge pull request #91 from kidunot89/bugfix/variable-type-product-attributes

ProductAttribute null key error fixed.

github.com/wp-graphql/wp-graphql-woocommerce - 1b1bb68df4d3c1ffdc10b77acd20001bd8093544 authored over 5 years ago by Geoffrey K Taylor <[email protected]>
Merge pull request #89 from kidunot89/bugfix/variation-attribute-id

VariationAttribute field "id" updated.

github.com/wp-graphql/wp-graphql-woocommerce - 29cc0b62c2d9ecce3be921125d7425dbb96de0d6 authored over 5 years ago by Geoffrey K Taylor <[email protected]>
autoloader files rebuilt

github.com/wp-graphql/wp-graphql-woocommerce - b3e71b3aab02e64482cbe94b742641a91d8da759 authored over 5 years ago by Geoff Taylor <[email protected]>
Cacheable global ID add to ProductAttribute type.

github.com/wp-graphql/wp-graphql-woocommerce - 3c0bcd3cda51d4eefe7c213f4153ad5f543965a7 authored over 5 years ago by Geoff Taylor <[email protected]>
autoloader files rebuilt

github.com/wp-graphql/wp-graphql-woocommerce - baac48a20ea86cf6b382ae18ed3a7b480692b791 authored over 5 years ago by Geoff Taylor <[email protected]>
autoloader files rebuilt

github.com/wp-graphql/wp-graphql-woocommerce - c8c9ff670b9c5a1c9228d42ece9317bba0ce3ae6 authored over 5 years ago by Geoff Taylor <[email protected]>
VariationAttribute field "id" changed to cachable global ID.

github.com/wp-graphql/wp-graphql-woocommerce - c6ae5ced6dd6883ca42ffdc1b0133b759427ed37 authored over 5 years ago by Geoff Taylor <[email protected]>
Merge branch 'release-v0.1.2' of github.com:wp-graphql/wp-graphql-woocommerce into feature/ql-session-handler

github.com/wp-graphql/wp-graphql-woocommerce - 0597dfb5434ad545bbc035f672880cc14630fdb3 authored over 5 years ago by Geoff Taylor <[email protected]>
Add "release-v0.1.2" as a target branch.

github.com/wp-graphql/wp-graphql-woocommerce - 6e9fabe34a40777d103d693dd01affaf7ac58625 authored over 5 years ago by Geoffrey K Taylor <[email protected]>
QL Session Handler implemented

github.com/wp-graphql/wp-graphql-woocommerce - ab469a350e8147a67e913ca8543620e94955004c authored over 5 years ago by Geoff Taylor <[email protected]>
QL_Session_Handler implemented but not tested.

github.com/wp-graphql/wp-graphql-woocommerce - eda18b50a1d0e1804c30224a0b356e9ec3672123 authored over 5 years ago by Geoff Taylor <[email protected]>
Merge branch 'develop' into release-v0.1.2

github.com/wp-graphql/wp-graphql-woocommerce - f89a0ab15d43e528c542d424afe6f29389335a7c authored over 5 years ago by Geoffrey K Taylor <[email protected]>
Composer.json updated

github.com/wp-graphql/wp-graphql-woocommerce - 24f7d745b0832e9b289ec24cf54c1adf9833bc55 authored over 5 years ago by Geoffrey K Taylor <[email protected]>
composer.json updated

github.com/wp-graphql/wp-graphql-woocommerce - c812e5fa384df3fc08016b7c059af41b04c7a797 authored over 5 years ago by Geoff Taylor <[email protected]>
empty cart contents no longer returns a null value.

github.com/wp-graphql/wp-graphql-woocommerce - ddf7413e7202486c0392e3234a70a21bd74c2c3e authored over 5 years ago by Geoff Taylor <[email protected]>
Update README.md

github.com/wp-graphql/wp-graphql-woocommerce - 9c3021e78c73a423e40e2f5f5bb385b7d5cab1c9 authored over 5 years ago by Geoffrey K Taylor <[email protected]>
Update README.md

github.com/wp-graphql/wp-graphql-woocommerce - 9d0ab45acc5aea24a942657b4295f3f6ae7acfff authored over 5 years ago by Geoffrey K Taylor <[email protected]>
CHANGELOG.md updated

github.com/wp-graphql/wp-graphql-woocommerce - 5578e6d3d4c48a2defea912b554726c67dccfc46 authored over 5 years ago by Geoff Taylor <[email protected]>
CHANGELOG.md updated

github.com/wp-graphql/wp-graphql-woocommerce - 9f8502d26b087b34d8e93e075ac9d3ef84be463b authored over 5 years ago by Geoff Taylor <[email protected]>
Merge pull request #81 from wp-graphql/release-v0.1.1

Release v0.1.1

github.com/wp-graphql/wp-graphql-woocommerce - 3cd527ce399cc379560ebafe1c08f6b33ef43051 authored over 5 years ago by Geoffrey K Taylor <[email protected]>
Merge pull request #83 from kidunot89/feature/more-tests

ProductToTerm connection and TermToProduct connections tests added.

github.com/wp-graphql/wp-graphql-woocommerce - 6baf963eeae64c0af0f73ee3b975508b09f58f68 authored over 5 years ago by Geoffrey K Taylor <[email protected]>
More tests modifications for Product and ProductVariation code coverage.

github.com/wp-graphql/wp-graphql-woocommerce - e13ddce4b2c3fecca8062d79ed3a8b9fb7688140 authored over 5 years ago by Geoff Taylor <[email protected]>
More tests added to Product and ProductVariation.

github.com/wp-graphql/wp-graphql-woocommerce - c60814f64974eaa9b61e836005b0861cdc12d77c authored over 5 years ago by Geoff Taylor <[email protected]>
ProductDownload tested. ProductRatingCounter removed. Unused tests stub files deleted.

github.com/wp-graphql/wp-graphql-woocommerce - b70c551653f799ec1a413ca16f568347bc7a0661 authored over 5 years ago by Geoff Taylor <[email protected]>
ProductToMediaItem connections tested.

github.com/wp-graphql/wp-graphql-woocommerce - 78964dbc533629973c041a037686949d7f71c33b authored over 5 years ago by Geoff Taylor <[email protected]>
ProductToTerm connection and TermToProduct connections tests added.

github.com/wp-graphql/wp-graphql-woocommerce - a430dc4d62c08c266a435f5752502d854e868ab9 authored over 5 years ago by Geoff Taylor <[email protected]>
Merge pull request #82 from kidunot89/bugfix/pricing-fields-format

Resolve formatted price string for pricing fields

github.com/wp-graphql/wp-graphql-woocommerce - 7b0fe1beb48a25e8c8bcd349bf1f171781e7e96c authored over 5 years ago by Geoffrey K Taylor <[email protected]>
Formatting functionality implemented for Order type. OrderHelper::print_query updated.

github.com/wp-graphql/wp-graphql-woocommerce - 83d648afecf3f3c3915e38cd6ede4a28eb087f4d authored over 5 years ago by Geoff Taylor <[email protected]>
Formatting functionality implemented for Product and ProductVariation types. CartMutationsTest updated.

github.com/wp-graphql/wp-graphql-woocommerce - 606832aa5e8f236b7044ff6c111bc2c196ae804d authored over 5 years ago by Geoff Taylor <[email protected]>