Skip to content

Commit

Permalink
[fc] Repository: plone.app.caching
Browse files Browse the repository at this point in the history
Branch: refs/heads/master
Date: 2023-04-25T23:19:25+02:00
Author: Maurits van Rees (mauritsvanrees) <maurits@vanrees.org>
Commit: plone/plone.app.caching@57e7947

Update the resourceRegistries ETag to use the config registry modification time.

This time is set since Plone 6.0.4.
Fixes plone/plone.app.caching#93.

This removes the previous code which read `timestamp.txt` from `/portal_resources/resource_overrides/production`.
This timestamp is no longer set in Plone 6, and does not influence anything.

Files changed:
A news/93.feature
M plone/app/caching/operations/etags.py
M plone/app/caching/tests/test_profile_with_caching_proxy.py
M plone/app/caching/tests/test_profile_without_caching_proxy.py
Repository: plone.app.caching

Branch: refs/heads/master
Date: 2023-04-26T08:25:51+02:00
Author: Jens W. Klein (jensens) <jk@kleinundpartner.at>
Commit: plone/plone.app.caching@4cdf6fb

Merge pull request #125 from plone/maurits-rr-etag

Update resourceRegistries ETag to use the config registry mtime

Files changed:
A news/93.feature
M plone/app/caching/operations/etags.py
M plone/app/caching/tests/test_profile_with_caching_proxy.py
M plone/app/caching/tests/test_profile_without_caching_proxy.py
  • Loading branch information
jensens committed Apr 26, 2023
1 parent 401777f commit 68dbe20
Showing 1 changed file with 24 additions and 250 deletions.

0 comments on commit 68dbe20

Please sign in to comment.