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: support pitr #6779

Merged
merged 3 commits into from
Mar 8, 2024
Merged

feat: support pitr #6779

merged 3 commits into from
Mar 8, 2024

Conversation

wangyelei
Copy link
Contributor

No description provided.

@github-actions github-actions bot added the size/XL Denotes a PR that changes 500-999 lines. label Mar 8, 2024
Copy link

codecov bot commented Mar 8, 2024

Codecov Report

Attention: Patch coverage is 5.97270% with 551 lines in your changes are missing coverage. Please review.

Project coverage is 65.67%. Comparing base (20d29fa) to head (cad14cc).
Report is 6 commits behind head on main.

Files Patch % Lines
pkg/dataprotection/action/action_stateful.go 0.00% 138 Missing ⚠️
pkg/dataprotection/backup/scheduler.go 0.00% 137 Missing ⚠️
pkg/dataprotection/restore/manager.go 0.00% 93 Missing ⚠️
controllers/dataprotection/backup_controller.go 22.91% 70 Missing and 4 partials ⚠️
pkg/dataprotection/backup/request.go 9.72% 63 Missing and 2 partials ⚠️
pkg/controllerutil/pod_utils.go 0.00% 39 Missing ⚠️
...ollers/dataprotection/backupschedule_controller.go 0.00% 2 Missing and 1 partial ⚠️
controllers/apps/transformer_component_status.go 50.00% 1 Missing ⚠️
pkg/dataprotection/restore/utils.go 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #6779      +/-   ##
==========================================
- Coverage   66.52%   65.67%   -0.86%     
==========================================
  Files         308      309       +1     
  Lines       36859    37368     +509     
==========================================
+ Hits        24521    24541      +20     
- Misses      10251    10742     +491     
+ Partials     2087     2085       -2     
Flag Coverage Δ
unittests 65.67% <5.97%> (-0.86%) ⬇️

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.

@wangyelei wangyelei linked an issue Mar 8, 2024 that may be closed by this pull request
@wangyelei wangyelei merged commit e5a3019 into main Mar 8, 2024
80 checks passed
@wangyelei wangyelei deleted the feature/support-pitr branch March 8, 2024 07:32
@wangyelei
Copy link
Contributor Author

/cherry-pick release-0.8

@github-actions github-actions bot added this to the Release 0.8.2 milestone Mar 8, 2024
Copy link

github-actions bot commented Mar 8, 2024

🤖 says: Error cherry-picking.

Auto-merging controllers/apps/transformer_component_status.go
Auto-merging controllers/dataprotection/backup_controller.go
CONFLICT (content): Merge conflict in controllers/dataprotection/backup_controller.go
Auto-merging controllers/dataprotection/backupschedule_controller.go
Auto-merging controllers/dataprotection/restore_controller.go
Auto-merging controllers/dataprotection/volumepopulator_controller.go
Auto-merging pkg/controllerutil/pod_utils.go
CONFLICT (content): Merge conflict in pkg/controllerutil/pod_utils.go
Auto-merging pkg/dataprotection/backup/request.go
Auto-merging pkg/dataprotection/backup/scheduler.go
CONFLICT (content): Merge conflict in pkg/dataprotection/backup/scheduler.go
Auto-merging pkg/dataprotection/restore/manager.go
Auto-merging pkg/dataprotection/restore/utils.go
Auto-merging pkg/dataprotection/types/constant.go
CONFLICT (content): Merge conflict in pkg/dataprotection/types/constant.go
error: could not apply e5a3019... feat: support pitr (#6779)
hint: After resolving the conflicts, mark them with
hint: "git add/rm ", then run
hint: "git cherry-pick --continue".
hint: You can instead skip this commit with "git cherry-pick --skip".
hint: To abort and get back to the state before "git cherry-pick",
hint: run "git cherry-pick --abort".

Copy link

github-actions bot commented Mar 8, 2024

🤖 says: ‼️ cherry pick action failed.
See: https://github.com/apecloud/kubeblocks/actions/runs/8200177894

wangyelei added a commit that referenced this pull request Mar 8, 2024
(cherry picked from commit e5a3019)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature size/XL Denotes a PR that changes 500-999 lines.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Features] Support KubeBlocks CE with PITR
4 participants