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: add more options to configure FGW #89

Merged
merged 2 commits into from
Oct 28, 2023

Conversation

reaver-flomesh
Copy link
Collaborator

Description:

Testing done:

Affected area:

Functional Area
New Functionality [ ]
CI System [ ]
CLI Tool [ ]
Certificate Management [ ]
Control Plane [ ]
Demo [ ]
Documentation [ ]
Egress [ ]
Ingress [ ]
Install [ ]
Networking [ ]
Observability [ ]
Performance [ ]
SMI Policy [ ]
Security [ ]
Sidecar Injection [ ]
Tests [ ]
Upgrade [ ]
Other [ ]

Please answer the following questions with yes/no.

  1. Does this change contain code from or inspired by another project?

    • Did you notify the maintainers and provide attribution?
  2. Is this a breaking change?

  3. Has documentation corresponding to this change been updated in the fsm-docs repo (if applicable)?

@reaver-flomesh reaver-flomesh added the enhancement New feature or request label Oct 28, 2023
@reaver-flomesh reaver-flomesh added this to the v1.1.4 milestone Oct 28, 2023
@reaver-flomesh reaver-flomesh self-assigned this Oct 28, 2023
Signed-off-by: Lin Yang <[email protected]>
@codecov-commenter
Copy link

codecov-commenter commented Oct 28, 2023

Codecov Report

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

Comparison is base (fdfcf0c) 48.53% compared to head (4805dd4) 48.29%.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@               Coverage Diff                @@
##           release/v1.1      #89      +/-   ##
================================================
- Coverage         48.53%   48.29%   -0.24%     
================================================
  Files               194      194              
  Lines             14545    14604      +59     
================================================
- Hits               7059     7053       -6     
- Misses             7442     7507      +65     
  Partials             44       44              
Flag Coverage Δ
unittests 48.29% <8.19%> (-0.24%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
pkg/messaging/broker.go 63.07% <83.33%> (-1.79%) ⬇️
pkg/configurator/methods.go 23.25% <0.00%> (-0.91%) ⬇️
pkg/configurator/mock_client_generated.go 0.00% <0.00%> (ø)

... and 2 files with indirect coverage changes

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

@reaver-flomesh reaver-flomesh merged commit 178606d into release/v1.1 Oct 28, 2023
26 checks passed
@reaver-flomesh reaver-flomesh deleted the feature/fgw-loglevel branch October 28, 2023 04:27
reaver-flomesh added a commit that referenced this pull request Oct 28, 2023
* feat: add more options to configure FGW

Signed-off-by: Lin Yang <[email protected]>

* fix: make chart-readme

Signed-off-by: Lin Yang <[email protected]>

---------

Signed-off-by: Lin Yang <[email protected]>
reaver-flomesh added a commit that referenced this pull request Oct 28, 2023
* feat: add more options to configure FGW

Signed-off-by: Lin Yang <[email protected]>

* fix: make chart-readme

Signed-off-by: Lin Yang <[email protected]>

---------

Signed-off-by: Lin Yang <[email protected]>
reaver-flomesh added a commit that referenced this pull request Oct 30, 2023
* feat: [skip ci] add RateLimitPolicy CRD

Signed-off-by: Lin Yang <[email protected]>

* feat: [skip ci] add comments

Signed-off-by: Lin Yang <[email protected]>

* fix: json maker

Signed-off-by: Lin Yang <[email protected]>

* wip: [skip ci] RateLimitPolicy

Signed-off-by: Lin Yang <[email protected]>

* chore: initialize version v1.2.0-alpha.1

Signed-off-by: Lin Yang <[email protected]>

* wip: [skip ci]

Signed-off-by: Lin Yang <[email protected]>

* feat: build config.json and enrich RateLimitPolicy

Signed-off-by: Lin Yang <[email protected]>

* fix: golang lint

Signed-off-by: Lin Yang <[email protected]>

* feat: detect conflicts

Signed-off-by: Lin Yang <[email protected]>

* feat: sort rate limits by timestamp

Signed-off-by: Lin Yang <[email protected]>

* fix: golang lint

Signed-off-by: Lin Yang <[email protected]>

* fix: ratelimitpolicies RBAC

Signed-off-by: Lin Yang <[email protected]>

* fix: ratelimitpolicies events

Signed-off-by: Lin Yang <[email protected]>

* fix: register ratelimitpolicies reconciler

Signed-off-by: Lin Yang <[email protected]>

* feat: enable the ratelimit policy matches multiple routes

Signed-off-by: Lin Yang <[email protected]>

* feat: enable the ratelimit policy matches multiple gateway ports

Signed-off-by: Lin Yang <[email protected]>

* feat: add feature flags to enable/disable validating hostnames of GatewayAPI resources (#83)

* feat: bump fgw scripts and config chains (#85)

Signed-off-by: Lin Yang <[email protected]>

* wip: [skip ci] refactoring RateLimitPolicy

Signed-off-by: Lin Yang <[email protected]>

* cloud connector with gateway api (#86)

* cloud connector with gateway api.

* cloud connector with gateway api.

* feat: new FGW options to control per-request/per-connection load balancing (#87)

Signed-off-by: Lin Yang <[email protected]>

* fix: package-scripts

Signed-off-by: Lin Yang <[email protected]>

* wip: [skip ci]

Signed-off-by: Lin Yang <[email protected]>

* feat: add more options to configure FGW (#89)

* feat: add more options to configure FGW

Signed-off-by: Lin Yang <[email protected]>

* fix: make chart-readme

Signed-off-by: Lin Yang <[email protected]>

---------

Signed-off-by: Lin Yang <[email protected]>

* fix: code checks [skip ci]

Signed-off-by: Lin Yang <[email protected]>

* docs: add testcases for RateLimitPolicy

Signed-off-by: Lin Yang <[email protected]>

* fix: register policy attachment scheme

Signed-off-by: Lin Yang <[email protected]>

---------

Signed-off-by: Lin Yang <[email protected]>
Co-authored-by: Cybwan <[email protected]>
reaver-flomesh added a commit that referenced this pull request Nov 2, 2023
* feat: add more options to configure FGW

Signed-off-by: Lin Yang <[email protected]>

* fix: make chart-readme

Signed-off-by: Lin Yang <[email protected]>

---------

Signed-off-by: Lin Yang <[email protected]>
reaver-flomesh added a commit that referenced this pull request Dec 27, 2023
* feat: [skip ci] add RateLimitPolicy CRD

Signed-off-by: Lin Yang <[email protected]>

* feat: [skip ci] add comments

Signed-off-by: Lin Yang <[email protected]>

* fix: json maker

Signed-off-by: Lin Yang <[email protected]>

* wip: [skip ci] RateLimitPolicy

Signed-off-by: Lin Yang <[email protected]>

* chore: initialize version v1.2.0-alpha.1

Signed-off-by: Lin Yang <[email protected]>

* wip: [skip ci]

Signed-off-by: Lin Yang <[email protected]>

* feat: build config.json and enrich RateLimitPolicy

Signed-off-by: Lin Yang <[email protected]>

* fix: golang lint

Signed-off-by: Lin Yang <[email protected]>

* feat: detect conflicts

Signed-off-by: Lin Yang <[email protected]>

* feat: sort rate limits by timestamp

Signed-off-by: Lin Yang <[email protected]>

* fix: golang lint

Signed-off-by: Lin Yang <[email protected]>

* fix: ratelimitpolicies RBAC

Signed-off-by: Lin Yang <[email protected]>

* fix: ratelimitpolicies events

Signed-off-by: Lin Yang <[email protected]>

* fix: register ratelimitpolicies reconciler

Signed-off-by: Lin Yang <[email protected]>

* feat: enable the ratelimit policy matches multiple routes

Signed-off-by: Lin Yang <[email protected]>

* feat: enable the ratelimit policy matches multiple gateway ports

Signed-off-by: Lin Yang <[email protected]>

* feat: add feature flags to enable/disable validating hostnames of GatewayAPI resources (#83)

* feat: bump fgw scripts and config chains (#85)

Signed-off-by: Lin Yang <[email protected]>

* wip: [skip ci] refactoring RateLimitPolicy

Signed-off-by: Lin Yang <[email protected]>

* cloud connector with gateway api (#86)

* cloud connector with gateway api.

* cloud connector with gateway api.

* feat: new FGW options to control per-request/per-connection load balancing (#87)

Signed-off-by: Lin Yang <[email protected]>

* fix: package-scripts

Signed-off-by: Lin Yang <[email protected]>

* wip: [skip ci]

Signed-off-by: Lin Yang <[email protected]>

* feat: add more options to configure FGW (#89)

* feat: add more options to configure FGW

Signed-off-by: Lin Yang <[email protected]>

* fix: make chart-readme

Signed-off-by: Lin Yang <[email protected]>

---------

Signed-off-by: Lin Yang <[email protected]>

* fix: code checks [skip ci]

Signed-off-by: Lin Yang <[email protected]>

* docs: add testcases for RateLimitPolicy

Signed-off-by: Lin Yang <[email protected]>

* fix: register policy attachment scheme

Signed-off-by: Lin Yang <[email protected]>

---------

Signed-off-by: Lin Yang <[email protected]>
Co-authored-by: Cybwan <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants