kubebb / core

A declarative component lifecycle management platform
https://kubebb.github.io/website
Apache License 2.0
8 stars 9 forks source link

feat: add a label to trigger repository restart #329

Closed bjwswang closed 12 months ago

bjwswang commented 12 months ago

What type of PR is this?

What this PR does / why we need it

Which issue(s) this PR fixes

Fix: https://github.com/kubebb/core/issues/318

Special notes for your reviewer

Only a way to enable manually restart with this new lable. Not tested yet. Not committed to work....

codecov[bot] commented 12 months ago

Codecov Report

Merging #329 (63d3b11) into main (a4364fe) will decrease coverage by 0.06%. The diff coverage is 0.00%.

@@            Coverage Diff             @@
##             main     #329      +/-   ##
==========================================
- Coverage   24.42%   24.37%   -0.06%     
==========================================
  Files          37       37              
  Lines        3529     3537       +8     
==========================================
  Hits          862      862              
- Misses       2609     2617       +8     
  Partials       58       58              
Files Changed Coverage Δ
api/v1alpha1/repository.go 14.28% <ø> (ø)
controllers/repository_controller.go 0.00% <0.00%> (ø)

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

:loudspeaker: Have feedback on the report? Share it here.

bjwswang commented 12 months ago

i forgot to add the tests…