Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#1172 Default CacheKeyGenerator #1849

Merged
merged 16 commits into from
Dec 14, 2023
Merged

#1172 Default CacheKeyGenerator #1849

merged 16 commits into from
Dec 14, 2023

Conversation

raman-m
Copy link
Member

@raman-m raman-m commented Dec 9, 2023

Follows up #1172

Related to #1808

During 22.0 release feature #1172 was excluded from delivery list. Now it is time to deliver it once again with some enhancements after team's discussion (start).

Proposed Changes

  • Disable request content hashing for performance reasons
  • Introduce new EnableRequestBodyHashing property of the CacheOptions class
  • Make CacheKeyGenerator default via class renaming

EngRajabi and others added 5 commits December 9, 2023 14:56
…nfiguration of a route (#1172)

@EngRajabi, Mohsen Rajabi (7):
      add header to file cache option
      fix private set
      fix
      <none>
      <none>
      fix build fail
      fix: fix review comment. add unit test for change

@raman-m, Raman Maksimchuk (1):
      Update caching.rst

@raman-m (7):
      Fix errors
      Fix errors
      Fix styling warnings
      Refactor tests
      Add Delimiter
      Refactor generator
      Add unit tests
@raman-m raman-m self-assigned this Dec 9, 2023
@raman-m raman-m requested a review from RaynaldM December 9, 2023 16:09
@raman-m raman-m added feature A new feature Caching Ocelot feature: Caching Nov'23 November 2023 release labels Dec 9, 2023
@raman-m raman-m added this to the November'23 milestone Dec 9, 2023
@raman-m
Copy link
Member Author

raman-m commented Dec 9, 2023

@ggnaegi You are welcome to review code of this PR!

We have some dev plan on this:

  • your comments: 1st and 2nd
  • after merging this PR you'll create new PR on top of this code

Please review!
FYI I didn't extract the feature from DI aka Ocelot Builder. But it should be. Hope you will do that in the next PR.
The scope of work of this PR is delivery of Mohsen's feature with disabling ugly content hashing: no more.

@raman-m
Copy link
Member Author

raman-m commented Dec 9, 2023

Should I add acceptance tests? : 😇 😋

Copy link
Member

@ggnaegi ggnaegi left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@raman-m a few changes i would recommend. Please no virtual, since we don't have any use cases with overridden properties and methods. The only use case here is testing...

src/Ocelot/Cache/DefaultCacheKeyGenerator.cs Outdated Show resolved Hide resolved
src/Ocelot/Request/Middleware/DownstreamRequest.cs Outdated Show resolved Hide resolved
src/Ocelot/Request/Middleware/DownstreamRequest.cs Outdated Show resolved Hide resolved
src/Ocelot/Request/Middleware/DownstreamRequest.cs Outdated Show resolved Hide resolved
src/Ocelot/Request/Middleware/DownstreamRequest.cs Outdated Show resolved Hide resolved
src/Ocelot/Request/Middleware/DownstreamRequest.cs Outdated Show resolved Hide resolved
@ggnaegi
Copy link
Member

ggnaegi commented Dec 9, 2023

Should I add acceptance tests? : 😇 😋

😇

@raman-m
Copy link
Member Author

raman-m commented Dec 12, 2023

@ggnaegi suggested changes on Dec 9
@RaynaldM approved these changes on Dec 11

Code review issues have been fixed
Caching Header is a new feature, so seems I have to add acceptance tests... But I've done with unit tests, they are written.

And could you review docs once again please?

@raman-m raman-m requested a review from ggnaegi December 12, 2023 18:56
@raman-m
Copy link
Member Author

raman-m commented Dec 13, 2023

@ggnaegi commented on Dec 9

Acceptance test has been added! ✔️
See commit 3d536be
By default body content is not hashed.

@ggnaegi Looks good now?

@raman-m
Copy link
Member Author

raman-m commented Dec 13, 2023

Ready for delivery! ✔️

@raman-m raman-m merged commit ba641b2 into develop Dec 14, 2023
2 checks passed
@raman-m raman-m deleted the follow-up-1172 branch December 14, 2023 09:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Caching Ocelot feature: Caching feature A new feature Nov'23 November 2023 release
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants