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: slow starting warm-up feature #622

Merged
merged 1 commit into from
Jan 7, 2025

Conversation

cybwan
Copy link
Collaborator

@cybwan cybwan commented Jan 7, 2025

Description:
add slow starting warm-up feature

Testing done:
Done

Affected area:

Functional Area
New Functionality [X]
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? no

  2. Is this a breaking change? no

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

Copy link
Contributor

mergify bot commented Jan 7, 2025

Merge Protections

Your pull request matches the following merge protections and will not be merged until they are valid.

🟢 Enforce conventional commit

Wonderful, this rule succeeded.

Make sure that we follow https://www.conventionalcommits.org/en/v1.0.0/

  • title ~= ^(\[wip\]|\[backport\]|\[cherry-pick\])?( )?(fix|feat|docs|style|refactor|perf|test|build|ci|chore|revert)(?:\(.+\))?:

🟢 Enforce verified commits

Wonderful, this rule succeeded.

Make sure that we have verified commits

  • #commits-unverified = 0

🟢 Enforce linear history

Wonderful, this rule succeeded.

Make sure that we have a linear history, no merge commits are allowed

  • linear-history

@reaver-flomesh reaver-flomesh added area/service-mesh Task/Issue related to Service Mesh change/configuration Changes that update config files change/go Pull requests that update Go code change/helm-chart Changes that update Helm Chart kind/enhancement New feature or request priority/P1 P1 priority size/M 7 days (~1.5 week) labels Jan 7, 2025
@reaver-flomesh reaver-flomesh added this to the v1.5.0 milestone Jan 7, 2025
@codecov-commenter
Copy link

codecov-commenter commented Jan 7, 2025

⚠️ Please install the 'codecov app svg image' to ensure uploads and comments are reliably processed by Codecov.

Codecov Report

Attention: Patch coverage is 14.73684% with 324 lines in your changes missing coverage. Please review.

Please upload report for BASE (release/v1.5@db70296). Learn more about missing BASE report.

Files with missing lines Patch % Lines
...d/typed/policy/v1alpha1/fake/fake_trafficwarmup.go 15.58% 62 Missing and 3 partials ⚠️
pkg/catalog/trafficwarmup.go 0.00% 55 Missing ⚠️
pkg/apis/policy/v1alpha1/zz_generated.deepcopy.go 0.00% 52 Missing ⚠️
pkg/sidecar/v1/providers/pipy/repo/policy.go 0.00% 43 Missing ⚠️
pkg/apis/config/v1alpha3/zz_generated.deepcopy.go 18.51% 19 Missing and 3 partials ⚠️
pkg/apis/config/v1alpha3/mesh_config.go 0.00% 21 Missing ⚠️
pkg/policy/client.go 56.75% 16 Missing ⚠️
.../externalversions/policy/v1alpha1/trafficwarmup.go 52.38% 8 Missing and 2 partials ⚠️
...t/versioned/typed/policy/v1alpha1/trafficwarmup.go 0.00% 9 Missing ⚠️
pkg/catalog/mock_catalog_generated.go 0.00% 8 Missing ⚠️
... and 5 more

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

Additional details and impacted files
@@               Coverage Diff               @@
##             release/v1.5     #622   +/-   ##
===============================================
  Coverage                ?   14.73%           
===============================================
  Files                   ?      871           
  Lines                   ?    63510           
  Branches                ?        0           
===============================================
  Hits                    ?     9359           
  Misses                  ?    53967           
  Partials                ?      184           
Flag Coverage Δ
unittests 14.73% <14.73%> (?)

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

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

@reaver-flomesh reaver-flomesh force-pushed the release/v1.5.0-alpha.11 branch from 2e717ef to c12c46d Compare January 7, 2025 06:19
Copy link
Contributor

mergify bot commented Jan 7, 2025

❗❗❗
All commits in this PR must be signed off.
Please sign all commits by:

git rebase HEAD~1 --signoff
git push --force-with-lease origin release/v1.5.0-alpha.11

@reaver-flomesh reaver-flomesh force-pushed the release/v1.5.0-alpha.11 branch from c12c46d to 0720e5a Compare January 7, 2025 06:22
Signed-off-by: Cybwan <[email protected]>
Signed-off-by: Lin Yang <[email protected]>
@reaver-flomesh reaver-flomesh force-pushed the release/v1.5.0-alpha.11 branch from 0720e5a to ae16270 Compare January 7, 2025 06:23
@reaver-flomesh
Copy link
Collaborator

/lgtm

@github-actions github-actions bot added ok-to-merge The PR can be merged squash Auto squash and merge the PR labels Jan 7, 2025
@mergify mergify bot merged commit 2a59b50 into flomesh-io:release/v1.5 Jan 7, 2025
29 checks passed
@reaver-flomesh reaver-flomesh linked an issue Jan 7, 2025 that may be closed by this pull request
@cybwan cybwan deleted the release/v1.5.0-alpha.11 branch January 7, 2025 09:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/service-mesh Task/Issue related to Service Mesh change/configuration Changes that update config files change/go Pull requests that update Go code change/helm-chart Changes that update Helm Chart kind/enhancement New feature or request ok-to-merge The PR can be merged priority/P1 P1 priority size/M 7 days (~1.5 week) squash Auto squash and merge the PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: Support slow starting warm-up feature
3 participants