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

feat: fiber support filter tag #38

Merged
merged 20 commits into from
Nov 21, 2023
Merged

feat: fiber support filter tag #38

merged 20 commits into from
Nov 21, 2023

Conversation

devhaozi
Copy link
Member

@devhaozi devhaozi commented Nov 7, 2023

Closes goravel/goravel#304
Closes goravel/goravel#259
Closes goravel/goravel#247
Closes goravel/goravel#313

📑 Description

✅ Checks

  • My pull request adheres to the code style of this project
  • My code requires changes to the documentation
  • I have updated the documentation as required
  • All the tests have passed

ℹ Additional Information

@devhaozi devhaozi requested review from hwbrzzl, kkumar-gcc and a team November 7, 2023 17:43
@devhaozi devhaozi self-assigned this Nov 7, 2023
@devhaozi devhaozi marked this pull request as ready for review November 7, 2023 17:43
@codecov-commenter
Copy link

codecov-commenter commented Nov 7, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (9760dfb) 77.81% compared to head (8c744e1) 78.46%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #38      +/-   ##
==========================================
+ Coverage   77.81%   78.46%   +0.64%     
==========================================
  Files          10       10              
  Lines         861      873      +12     
==========================================
+ Hits          670      685      +15     
  Misses        161      161              
+ Partials       30       27       -3     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@hwbrzzl hwbrzzl left a comment

Choose a reason for hiding this comment

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

Great work! could you please also add this feature for Gin?

@devhaozi devhaozi requested a review from hwbrzzl November 17, 2023 12:53
@devhaozi
Copy link
Member Author

Great work! could you please also add this feature for Gin?

Added

@devhaozi devhaozi requested a review from a team November 17, 2023 18:39
@devhaozi devhaozi enabled auto-merge (squash) November 17, 2023 18:40
@devhaozi devhaozi requested a review from hwbrzzl November 21, 2023 06:10
Copy link
Contributor

@hwbrzzl hwbrzzl left a comment

Choose a reason for hiding this comment

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

LGTM, could you please list all supported filter rules in the PR description?

Comment on lines +58 to +62
for k, v := range r.instance.AllParams() {
mu.Lock()
data[k] = v
mu.Unlock()
}
Copy link
Contributor

Choose a reason for hiding this comment

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

Good catch!

@devhaozi devhaozi merged commit 3d39f4b into master Nov 21, 2023
@devhaozi devhaozi deleted the haozi/filter branch November 21, 2023 13:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants