This is an automated email from the ASF dual-hosted git repository.

zhangliang pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/shardingsphere-on-cloud.git


    from b2cc782  feat: introduce ReadAllByCSN to local storage (#467)
     new e92faf2  feat: introduce prompt util
     new 0683f0b  refactor: refactor command prompt
     new 47223e1  refactor: refactor common functions
     new db4a97e  chore: update test with promputil
     new e41f78e  fix: fix license header
     new a8c3c9a  fix: fix prompt print
     new 8675a64  Merge pull request #469 from mlycore/refactor-common

The 905 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pitr/cli/internal/cmd/backup.go                    |  10 +-
 pitr/cli/internal/cmd/backup_test.go               |   3 +-
 pitr/cli/internal/cmd/common.go                    | 105 +++++++++++++++++
 pitr/cli/internal/cmd/delete.go                    |  12 +-
 pitr/cli/internal/cmd/delete_test.go               |   3 +-
 pitr/cli/internal/cmd/restore.go                   |  14 ++-
 pitr/cli/internal/cmd/restore_test.go              |   5 +-
 pitr/cli/internal/cmd/root.go                      | 124 ---------------------
 pitr/cli/internal/cmd/root_test.go                 |   3 +-
 .../diskspace.go => cli/pkg/promptutil/prompt.go}  |  27 +++--
 10 files changed, 154 insertions(+), 152 deletions(-)
 copy pitr/{agent/internal/handler/view/diskspace.go => 
cli/pkg/promptutil/prompt.go} (57%)

Reply via email to