Skip to content

Commit

Permalink
Pick: Added a new PrepareBackup RPC for snapshot backup (#1204) (#1223
Browse files Browse the repository at this point in the history
)

* Added a new `PrepareBackup` RPC for snapshot backup (#1204)

* added basic proto

Signed-off-by: hillium <[email protected]>

* finish

Signed-off-by: hillium <[email protected]>

* update new version of advanced prepare

Signed-off-by: hillium <[email protected]>

* added some comments and a new request type

Signed-off-by: hillium <[email protected]>

* added more comments

Signed-off-by: hillium <[email protected]>

* make go

Signed-off-by: hillium <[email protected]>

* address comments

Signed-off-by: hillium <[email protected]>

---------

Signed-off-by: hillium <[email protected]>

* try trigger github action

Signed-off-by: hillium <[email protected]>

---------

Signed-off-by: hillium <[email protected]>
  • Loading branch information
YuJuncen authored Feb 20, 2024
1 parent 4b6c716 commit c4a0979
Show file tree
Hide file tree
Showing 5 changed files with 1,379 additions and 382 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/golang-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@ on:
push:
branches:
- master
- release-7.5
- release-6.0
- release-5.0
- release-4.0
- release-3.0
pull_request:
branches:
- master
- release-7.5
- release-6.0
- release-5.0
- release-4.0
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/rust-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,15 @@ on:
push:
branches:
- master
- release-7.5
- release-6.0
- release-5.0
- release-4.0
- release-3.0
pull_request:
branches:
- master
- release-7.5
- release-6.0
- release-5.0
- release-4.0
Expand Down
Loading

0 comments on commit c4a0979

Please sign in to comment.