Ecosyste.ms: OpenCollective

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

github.com/wp-graphql/wp-graphql-smart-cache

Smart Caching & Cache Invalidation for WPGraphQL
https://github.com/wp-graphql/wp-graphql-smart-cache

- phpcs

ffa49c6416d4866738194d58c20ebf5de10f928d authored over 1 year ago by Jason Bahl <[email protected]>
- update `is_menu_public` to determine whether a menu is public from the Model, instead of hard-coded logic about the locations

926bd59e2a5f5b7eee709aeee01a797f009d2efe authored over 1 year ago by Jason Bahl <[email protected]>
Merge pull request #216 from wp-graphql/release/v1.1.0

release: v1.1.0

209831b213f131b052470526ea579b2775c64367 authored over 1 year ago by Jason Bahl <[email protected]>
- update versions, changelog for release

2f156c0a4504c6967f1537289ae912bdac91bcac authored over 1 year ago by Jason Bahl <[email protected]>
Merge pull request #214 from wp-graphql/fix/#212-over-purging-tags

fix: #212 over purging tags

69dc16843be018e20bbfddecd92fb1488cad25a0 authored over 1 year ago by Jason Bahl <[email protected]>
Merge branch 'main' into fix/#212-over-purging-tags

b50f5176ab35073e480b241ad6ea2215c976d74f authored over 1 year ago by Jason Bahl <[email protected]>
Merge pull request #215 from wp-graphql/feat/#213-graphql_purge_logs

feat: graphql purge logs

2484214c43b915fba3556de2a216b911ab299e31 authored over 1 year ago by Jason Bahl <[email protected]>
- phpcs

142b2fe4b7ff6b02d38f5798f0d754849a839534 authored over 1 year ago by Jason Bahl <[email protected]>
- phpcs

b3a8038f2d188e66fa8547cf1e331cc44293eeb9 authored over 1 year ago by Jason Bahl <[email protected]>
Merge branch 'fix/#212-over-purging-tags' into feat/#213-graphql_purge_logs

492a8a6be119d479053e3e3fae7567ebb0756616 authored over 1 year ago by Jason Bahl <[email protected]>
- update 5th argument of on_saved_term_cb to play nice with WordPress 5.9

81aeb9f88a9f5a4aea420a24172cea9f276caedc authored over 1 year ago by Jason Bahl <[email protected]>
Merge branch 'fix/#212-over-purging-tags' into feat/#213-graphql_purge_logs

# Conflicts:
# src/Cache/Invalidation.php

caaa52804aba3452e150f53b3120f5da71c3a76d authored over 1 year ago by Jason Bahl <[email protected]>
- add setting to enable graphql_purge_logging

- log purge events to the error_log if graphql_purge_logging is enabled

d7d61031cec8403ce06eccdb9f9d8babe5d45980 authored over 1 year ago by Jason Bahl <[email protected]>
- handle purging term relationships when a post transitions statuses.

6724ff2f8fe566e9c9b20e3fac9bda2741f1974b authored over 1 year ago by Jason Bahl <[email protected]>
- swap out `edited_term_taxonomy` with `added_term_relationship` and `deleted_term_relationships` (not quite fixed though)

59725174279e9256dedb9a20707e669e3933e602 authored over 1 year ago by Jason Bahl <[email protected]>
Merge pull request #211 from wp-graphql/release/v1.0.4

release: v1.0.4

7ecababbf851f06203b6b3634a633e922d8b3566 authored over 1 year ago by Jason Bahl <[email protected]>
Merge commit 'ec219aac7643b468d2f91569f405d4ce6f32f6dc' into release/v1.0.4

3fc9c660be65771e737aa38b3ec1d08941ab7110 authored over 1 year ago by Jason Bahl <[email protected]>
Merge pull request #210 from wp-graphql/fix/post_exists-error

fix: post_exists error

ec219aac7643b468d2f91569f405d4ce6f32f6dc authored over 1 year ago by Jason Bahl <[email protected]>
- add phpcs:ignore

60758070741c3d99852f91efadff417cd8abca40 authored over 1 year ago by Jason Bahl <[email protected]>
- update version, changelog for release

2338ba62b878441da027eab8905670e7117026dc authored over 1 year ago by Jason Bahl <[email protected]>
- fix bug with `post_exists` method

c83cb9c67ff27303dc1883388b41ed6bf82efc2e authored over 1 year ago by Jason Bahl <[email protected]>
- update check to see if post exists

3fb048401ac99b908f80e551badcbefc0231aed5 authored over 1 year ago by Jason Bahl <[email protected]>
Merge commit '35f835c7e196474340aa090e51d4cedacd52d25c' into release/v1.0.3

3bbc2f63ffa43374ed928441acdee2d5bf3a67a7 authored over 1 year ago by Jason Bahl <[email protected]>
- update changelog/versions for release

0a0dc8041e71e4b5d8ba3f1dfed6e4a30ad93911 authored over 1 year ago by Jason Bahl <[email protected]>
Merge pull request #205 from izzygld/fixpostnull

add: fix for empty post id's

35f835c7e196474340aa090e51d4cedacd52d25c authored over 1 year ago by Jason Bahl <[email protected]>
Merge pull request #207 from wp-graphql/fix/#206-ignore-apple-news-meta-key

fix: ignore purging after updates to "apple_news_notice" meta key

9bbcb89a266ce3b0b56bf327cb1a2d98126853de authored over 1 year ago by Jason Bahl <[email protected]>
- fix formatting

3873fb3f7d9029acf3cbd860831128802803c684 authored over 1 year ago by Jason Bahl <[email protected]>
- introduce static method get_ignored_meta_keys

- introduce filter "graphql_cache_ignored_meta_keys"
- ignore changes to meta if the meta key is ...

fd713f94b3818068dc12a94f737c828708ed7576 authored over 1 year ago by Jason Bahl <[email protected]>
- add test (failing)

2d73a238f8d4f9f4e57f5028ae20ef89bcfefa4a authored over 1 year ago by Jason Bahl <[email protected]>
add: fix for empty post id's

9fbf4821f2808ac7a5b4e153d98ba3a968d261da authored over 1 year ago by izzygld <[email protected]>
Merge pull request #203 from wp-graphql/release/v1.0.2

release: v1.0.2

39693def11989c29524b56c5a94f0acb789a24b4 authored almost 2 years ago by Jason Bahl <[email protected]>
- update versions, changelog for release

df2cbc270e227f072f109f775d54fb1a79b54c41 authored almost 2 years ago by Jason Bahl <[email protected]>
Merge pull request #202 from izzygld/main

Fix: ErrorException Warning: Attempt to read property "post_type" on null

659ec3c04bc428f244e6c5a8257026891d68a3d4 authored almost 2 years ago by Jason Bahl <[email protected]>
Update src/Cache/Invalidation.php

d79fa3c74d6f3e294e09908f17de1ca8b5d55610 authored almost 2 years ago by Jason Bahl <[email protected]>
Merge pull request #1 from izzygld/izzygld-patch-1

Update Invalidation.php

32f32c58cd229a4700b826f4d8e1bd1c83343297 authored almost 2 years ago by izzy goldman <[email protected]>
Update Invalidation.php

In this updated code, the condition $post checks whether the $post variable is not null before a...

9fa338d301599af94071dfffb9763f37584f7261 authored almost 2 years ago by izzy goldman <[email protected]>
Merge pull request #201 from wp-graphql/release/v1.0.1

release: v1.0.1

5973fd5b5e4062785a77406a7564f89783c2eb8a authored almost 2 years ago by Jason Bahl <[email protected]>
- update versions, changelog for release

8e3638f444cd9159c6b3b23112c89d84f5b4733c authored almost 2 years ago by Jason Bahl <[email protected]>
Merge pull request #200 from wp-graphql/fix/public-visible-queries

Disable public query for taxonomies for saved queries

bcf22fa8c209d9a849f709955044606858f8e517 authored almost 2 years ago by Jason Bahl <[email protected]>
- details. . .

4f31edfa8d18684b8b15751c031afc639f148410 authored almost 2 years ago by Jason Bahl <[email protected]>
- missed one

7b7d40a761937a001d5663ece4cecdb6d3fd9761 authored almost 2 years ago by Jason Bahl <[email protected]>
- instead of asserting that we see 404, assert that the body has the "error404" class, as that transcends themes

478ed377adc4abdb95c4eeb9f28b54f76185e51e authored almost 2 years ago by Jason Bahl <[email protected]>
- updates to tests to make assertions about private taxonomy permalinks redirecting to the homepage instead of showing a taxonomy term archive template

b470d8caa5ef83a2e4ed6dbd1589eb51070105dd authored almost 2 years ago by Jason Bahl <[email protected]>
try seeElement on body class name

01694699f565d4f6f50740b687c3467309c81ba2 authored almost 2 years ago by Mark Kelnar <[email protected]>
Change what string the test looks for

40fdd99a7d0f29d146c53d885dc53f5df4332e57 authored almost 2 years ago by Mark Kelnar <[email protected]>
Disable public query for taxonomies for saved queries

8ffbd43d263a4bcd240f891f341b496806b5ce67 authored almost 2 years ago by Mark Kelnar <[email protected]>
- remove prefix from function, file is already namespaced

f4ec3a02957afc4f495c1c12cf9b9ae8e2486925 authored almost 2 years ago by Jason Bahl <[email protected]>
- namespace can_load_plugin

- Add (failing) test for ensuring mutations are not cached

678258f30606a8bd6f2c5d21ed78b9d806d113c2 authored almost 2 years ago by Jason Bahl <[email protected]>
Merge pull request #195 from rodrigo-arias/fix/broken-links

fix: update documentation links

653f27d7aa4c704d5e2ccaa379532a28468ddf61 authored almost 2 years ago by Jason Bahl <[email protected]>
fix: update documentation links

394fc2a98c3714cf1843c67c6fb270aa76679224 authored almost 2 years ago by Rodrigo Arias <[email protected]>
Merge pull request #194 from wp-graphql/bug/purge-all-varnish-cache

Add action on purge-all to send purge to WPE varnish

d20e481bc51a70fb4e72ee90783d43fc4699ebe5 authored almost 2 years ago by Jason Bahl <[email protected]>
Add action on purge-all to send purge to WPE varnish

290e5a20ba46c23478b14a498c67b9966f5d20f9 authored almost 2 years ago by Mark Kelnar <[email protected]>
no message

90c8c7b23eb0fccbc8a0e1888a2b8a182ab73ee4 authored about 2 years ago by Jason Bahl <[email protected]>
no message

9e2da943f2d8d5c183c46e88418698ce4169988d authored about 2 years ago by Jason Bahl <[email protected]>
- update video link in README

2475c2f875c739a548fb4a6cb1385ace2d47c833 authored about 2 years ago by Jason Bahl <[email protected]>
- update plugin assets

451358eb50c2040a3a3386b607a699f581ac5411 authored about 2 years ago by Jason Bahl <[email protected]>
- update image path in readme

bde63e585ee9a3a759186d2042b05422305bc21d authored about 2 years ago by Jason Bahl <[email protected]>
Merge pull request #191 from wp-graphql/release/v1.0

release: v1.0

d22a34d9b0583952c51ae03da075cdd4740e2d69 authored about 2 years ago by Jason Bahl <[email protected]>
- update version to 1.0

- remove beta from title, minor doc updates

a0cb6dff2a9051ce937a251f9779ce765ac8f5f8 authored about 2 years ago by Jason Bahl <[email protected]>
capital_h_dangit

56fb0de20b66b6299cb1b87b1678d18b321d553b authored about 2 years ago by Jason Bahl <[email protected]>
capital_h_dangit

a00cb2d3bc22f232f455e5a666c79257f45bc57b authored about 2 years ago by Jason Bahl <[email protected]>
- update version, changelog

f3589a408bc382dae8dd5b90c2db495f75df26fa authored about 2 years ago by Jason Bahl <[email protected]>
- remove vendor from the .distignore. This was preventing the `vendor` directory from being deployed to WordPress.org

e001d28246e54024e8da9babb0c50ebd8b9ae058 authored about 2 years ago by Jason Bahl <[email protected]>
- update version, changelog for release

6ac6f2b15c7a09735b05eab7c27504824800333e authored about 2 years ago by Jason Bahl <[email protected]>
Merge pull request #190 from colis/bugfix/rename-min-version-constant-name

fix: rename constant name for min required version of WPGraphQL

e4b81796cd777eb06904fe878e291482af05dc95 authored about 2 years ago by Jason Bahl <[email protected]>
Rename constant name for min required version of WPGraphQL

66d88003caf76ec7d574078adbee47241bd97e75 authored about 2 years ago by Carmine Colicino <[email protected]>
- update versions, changelog

03d42143fa6b0ab67696cadbbee90a1b87c68c72 authored about 2 years ago by Jason Bahl <[email protected]>
- update readme.txt

9790846b7f694dc1ffe4a51e8a985c1ade8c96bb authored about 2 years ago by Jason Bahl <[email protected]>
- fix typo to slug

4d5227f0cbfad6112ad2bc1b44c095c45b549fad authored about 2 years ago by Jason Bahl <[email protected]>
Merge branch 'feat/add-wordpress-org-deploy'

fd0339560e4361252d152084bde05549b17dceb9 authored about 2 years ago by Jason Bahl <[email protected]>
- update versions, changelog for release

bf6e5adc19475973d0615152825d98d8bae5bae2 authored about 2 years ago by Jason Bahl <[email protected]>
Merge pull request #189 from wp-graphql/feat/add-wordpress-org-deploy

feat: add workflow to deploy to the WordPress.org repo

a20ffb99da0ea9e8f67ac74c0d97c613179afb97 authored about 2 years ago by Jason Bahl <[email protected]>
- add workflow to deploy WPGraphQL Smart Cache to the WordPress.org repo

- add .gitattributes and .distignore files to ignore files from being deployed

529aab04af1519244dc3a09a85620e7494d4cdf5 authored about 2 years ago by Jason Bahl <[email protected]>
- update "tested up to" in Readme and main file

be3e05a65cbfc142093dff87088b146928d9eaed authored about 2 years ago by Jason Bahl <[email protected]>
- update versions, changelog

f0b2f39c7476239a236d4d8552a55b7adb21c02a authored about 2 years ago by Jason Bahl <[email protected]>
Merge pull request #188 from wp-graphql/bugfix/update-min-version-constant-name

fix: update constant name for min required version of WPGraphQL

efa2e5d1eb39d6bce6d809fd0a4e7fe2e81e4f85 authored about 2 years ago by Jason Bahl <[email protected]>
- update constant name to check the min WPGraphQL version. The prev constant name conflicted with the WPGraphQL for ACF extension

d701217f4520c0850964eddde5901459484205ff authored about 2 years ago by Jason Bahl <[email protected]>
Merge pull request #185 from creative-andrew/patch-2

Update persisted-queries.md regarding GraphQL variables

1d5a5cab5ca22f4a63b0cc6a4062382e3c3ff64f authored about 2 years ago by Jason Bahl <[email protected]>
Merge pull request #186 from jordanmaslyn/patch-1

Fix supported hosts link in README

6f7115becf0d3cd12d8f6e615708ec5be63decc2 authored about 2 years ago by Jason Bahl <[email protected]>
Merge pull request #187 from jordanmaslyn/patch-2

Add reference to Settings invalidation issue

6fb6b4c78d3bb64d5b65772a13f9779749795310 authored about 2 years ago by Jason Bahl <[email protected]>
Add reference to Settings invalidation issue

"Missing Invalidation Hooks" section referenced the issue but did not link to it - link added here.

0d3fad1d4184af2fadba1afa850c7d8945e64209 authored about 2 years ago by Jordan Maslyn <[email protected]>
Fix supported hosts link in README

d5e1ef5889f0d72c7d5715e1582e59a6983f6875 authored about 2 years ago by Jordan Maslyn <[email protected]>
Update persisted-queries.md

05e43118bd046932fd48bbbca417eca926305df9 authored about 2 years ago by Andres <[email protected]>
Update persisted-queries.md

531439670473ed98a8531410d5cf49fcaa8e6895 authored about 2 years ago by Andres <[email protected]>
Update persisted-queries.md

f0a8cfb5221b43b296109367b4840e1eaa4dba0b authored about 2 years ago by Andres <[email protected]>
Merge branch 'release/v0.3.3'

a80fe6e0309439383c300ed0388777294abc4fbc authored about 2 years ago by Jason Bahl <[email protected]>
- update version, changelog for release

b216ea239517e07cf34f3b2c33dfa69e7f3b6217 authored about 2 years ago by Jason Bahl <[email protected]>
Merge pull request #184 from wp-graphql/bug/#183-update-min-version-of-wpgraphql-to-check

fix: update min version of WPGraphQL check

ad6a9345dfa16768205f5bf336db8e6f3d544b8e authored about 2 years ago by Jason Bahl <[email protected]>
- update the WPGRAPHQL_REQUIRED_MIN_VERSION to 1.12.0 as features in that release are required for this plugin to work properly.

- change order of checks in the can_load_plugin function

8169b954cd708f25a9f4a3d45d45e89d3cf452d9 authored about 2 years ago by Jason Bahl <[email protected]>
Add tests for WordPress 6.1 on PHP 8.1

4f6313a0465eabc716b6928142bf934f34a4e230 authored about 2 years ago by Jason Bahl <[email protected]>
Merge pull request #180 from wp-graphql/release/v0.3.2

release: v0.3.2

c0c5eb53feef77f9de5bb6cc7acde90903b23299 authored about 2 years ago by Jason Bahl <[email protected]>
- update version, changelog for release

5a46eec7e7d942e09b0d03d68466ebc6c1466162 authored about 2 years ago by Jason Bahl <[email protected]>
Merge pull request #178 from wp-graphql/feat/#177-exclude-specific-queries

feat: add new "graphql_cache_is_object_cache_inabled" filter

b66def557743677f0cec4e675ac3d7ae245763e9 authored about 2 years ago by Jason Bahl <[email protected]>
- remove redundant function that calls parent function

ae53ccc5ac1ac3e6bc09b10c883a777ba4873369 authored about 2 years ago by Jason Bahl <[email protected]>
- update tests

e336eb199338c25bd0eaa02ed875a9e1f42e5897 authored about 2 years ago by Jason Bahl <[email protected]>
- remove condition for the purge_all method

ae0bb60f25d4b8ee01c6ad5e9ff42ef148a15c1e authored about 2 years ago by Jason Bahl <[email protected]>
Merge pull request #179 from wp-graphql/fix/#176-fatal-error-for-composer-installs

fix: prevent error when users install the plugin from Composer

e86416d4de2fa21ea98458fdb45283a254a626d5 authored about 2 years ago by Jason Bahl <[email protected]>
- composer run fix-cs

e532b7cf886f4cd1d7bad48f5c53ec10f9e5e091 authored about 2 years ago by Jason Bahl <[email protected]>
- composer run fix-cs

b5f6ccc9b5488720bcd7c0abe7109f7cb1680ae7 authored about 2 years ago by Jason Bahl <[email protected]>
- remove duplicate use statements

2260bb47b712682f544d15dcd740b401860cf36c authored about 2 years ago by Jason Bahl <[email protected]>