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

support static sources in paths with regular expressions (#824) #2799

Merged
merged 1 commit into from Dec 10, 2023

Conversation

aler9
Copy link
Member

@aler9 aler9 commented Dec 10, 2023

This allows to proxy requests to other servers by using regular expressions.

Fixes #824

Copy link

codecov bot commented Dec 10, 2023

Codecov Report

Attention: 17 lines in your changes are missing coverage. Please review.

Comparison is base (15e6c19) 56.31% compared to head (27f7028) 56.94%.
Report is 1 commits behind head on main.

Files Patch % Lines
internal/core/static_source_handler.go 58.06% 13 Missing ⚠️
internal/conf/path.go 20.00% 3 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2799      +/-   ##
==========================================
+ Coverage   56.31%   56.94%   +0.62%     
==========================================
  Files         125      125              
  Lines       11403    11395       -8     
==========================================
+ Hits         6422     6489      +67     
+ Misses       4472     4401      -71     
+ Partials      509      505       -4     

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

@aler9 aler9 force-pushed the feature/regexp-proxy branch 2 times, most recently from 39d584d to 3394cac Compare December 10, 2023 20:16
This allows to proxy requests to other servers by using regular
expressions.
@aler9 aler9 merged commit d261bfe into main Dec 10, 2023
8 checks passed
@aler9 aler9 deleted the feature/regexp-proxy branch December 10, 2023 20:23
Copy link
Contributor

This issue is mentioned in release v1.4.0 🚀
Check out the entire changelog by clicking here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Regexp-based proxy
1 participant