You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by pa...@apache.org on 2023/06/06 09:33:42 UTC

[shardingsphere-on-cloud] branch main updated (d88455e -> d278d96)

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

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


    from d88455e  Merge pull request #394 from mlycore/fix-doc-frm
     new 2da79f8  fix: fix license header
     new 268434e  fix: fix sonar issue
     new 83b173b  fix: fix sonar issue
     new 9049cc8  fix: fix sonar issue
     new 2c6f2bd  fix: fix sonar issue
     new d278d96  Merge pull request #395 from mlycore/sonar-fix

The 681 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/agent/internal/cons/backup.go                 |  28 ++---
 pitr/agent/internal/cons/error.go                  |  28 ++---
 pitr/agent/internal/cons/http_header.go            |  28 ++---
 pitr/agent/internal/handler/backup.go              |  28 ++---
 .../internal/handler/middleware/http_header.go     |  28 ++---
 pitr/agent/internal/handler/middleware/logger.go   |  28 ++---
 pitr/agent/internal/handler/middleware/recovery.go |  28 ++---
 .../handler/middleware/uniform_err_resp.go         |  28 ++---
 pitr/agent/internal/handler/restore.go             |  28 ++---
 pitr/agent/internal/handler/show.go                |  28 ++---
 pitr/agent/internal/handler/view/backup.go         |  28 ++---
 pitr/agent/internal/handler/view/restore.go        |  28 ++---
 pitr/agent/internal/handler/view/show.go           |  28 ++---
 pitr/agent/internal/pkg/model/backup.go            |  28 ++---
 pitr/agent/internal/pkg/opengauss_test.go          |  28 ++---
 pitr/agent/internal/pkg/pkg.go                     |  28 ++---
 pitr/agent/internal/pkg/pkg_test.go                |  28 ++---
 pitr/agent/pkg/cmds/cmd.go                         |  28 ++---
 pitr/agent/pkg/cmds/cmd_test.go                    |  28 ++---
 pitr/agent/pkg/cmds/cmds_test.go                   |  28 ++---
 pitr/agent/pkg/gsutil/conn_test.go                 |  28 ++---
 pitr/agent/pkg/gsutil/gsutil_test.go               |  28 ++---
 pitr/agent/pkg/logging/field.go                    |  28 ++---
 pitr/agent/pkg/logging/log.go                      |  28 ++---
 pitr/agent/pkg/logging/zap_log.go                  |  28 ++---
 pitr/agent/pkg/responder/resp.go                   |  28 ++---
 pitr/agent/pkg/strutil/rand_string.go              |  28 ++---
 pitr/agent/pkg/strutil/rand_string_test.go         |  28 ++---
 pitr/agent/pkg/strutil/strutil_test.go             |  28 ++---
 pitr/agent/pkg/syncutils/recover_func.go           |  28 ++---
 pitr/agent/pkg/xerror/error.go                     |  28 ++---
 pitr/agent/pkg/xerror/error_test.go                |  29 +++--
 pitr/cli/internal/cmd/backup_test.go               |  29 +++--
 pitr/cli/internal/cmd/cmd_suite_test.go            |  28 ++---
 pitr/cli/internal/cmd/restore.go                   |  28 ++---
 pitr/cli/internal/cmd/restore_test.go              |   1 -
 pitr/cli/internal/cmd/show.go                      |  28 ++---
 pitr/cli/internal/cmd/show_test.go                 |   1 -
 pitr/cli/internal/cmd/view/.gitkeep                |  17 +++
 pitr/cli/internal/pkg/agent-server_test.go         |  28 ++---
 pitr/cli/internal/pkg/local-storage.go             |  28 ++---
 pitr/cli/internal/pkg/local-storage_test.go        |  28 ++---
 pitr/cli/internal/pkg/model/.gitkeep               |  17 +++
 pitr/cli/internal/pkg/model/as_backup.go           |  29 +++--
 pitr/cli/internal/pkg/model/as_restore.go          |  28 ++---
 pitr/cli/internal/pkg/model/as_show.go             |  28 ++---
 pitr/cli/internal/pkg/model/const.go               |  28 ++---
 pitr/cli/internal/pkg/model/ls_backup.go           |  28 ++---
 pitr/cli/internal/pkg/model/ss_backup.go           |  28 ++---
 pitr/cli/internal/pkg/pkg_test.go                  |  28 ++---
 pitr/cli/internal/pkg/shardingsphere-proxy_test.go |  28 ++---
 pitr/cli/main.go                                   |  28 ++---
 pitr/cli/pkg/gsutil/conn.go                        |  28 ++---
 pitr/cli/pkg/gsutil/conn_test.go                   |  28 ++---
 pitr/cli/pkg/gsutil/gsutil_test.go                 |  28 ++---
 pitr/cli/pkg/logging/field.go                      |  28 ++---
 pitr/cli/pkg/logging/log.go                        |  28 ++---
 pitr/cli/pkg/logging/zap_log.go                    |  28 ++---
 pitr/cli/pkg/stringutil/rand_string.go             |  28 ++---
 pitr/cli/pkg/stringutil/rand_string_test.go        |  28 ++---
 pitr/cli/pkg/stringutil/strutil_test.go            |  28 ++---
 .../pkg/kubernetes/chaosmesh/builder.go            | 131 +++++++++------------
 .../pkg/kubernetes/configmap/builders.go           |   1 -
 .../pkg/reconcile/proxy/deployment.go              |  46 +++++---
 .../pkg/reconcile/shardingspherechaos/job.go       |  54 +++------
 shardingsphere-operator/pkg/webhook/webhook.go     |   2 -
 66 files changed, 935 insertions(+), 934 deletions(-)