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/08 03:34:32 UTC

[shardingsphere-on-cloud] branch main updated (9a7b47f -> 82639d9)

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 9a7b47f  Merge pull request #400 from Xu-Wentao/sn-aws-aurora
     new 1a10f7c  refactor: rename ShardingSphereChaos to Chaos
     new 8bf3751  refactor: refactor Chaos type and PodChaos reconciliation
     new e464b80  fix: fix types
     new c2cbd1c  chore: update mocked chaos
     new da851c5  fix: fix chaos mocks
     new 70e21a2  fix: fix e2e with chaos
     new e32983a  fix: remove unused functions
     new 82639d9  Merge pull request #401 from mlycore/update-sschaos

The 699 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:
 ...hardingsphere_chaos_types.go => chaos_types.go} |  61 ++-
 .../api/v1alpha1/zz_generated.deepcopy.go          | 305 ++++++-----
 .../cmd/shardingsphere-operator/manager/option.go  |   8 +-
 .../pkg/controllers/chaos_controller.go            | 355 ++++++++++++
 .../pkg/controllers/chaos_controller_test.go       | 294 ++++++++++
 .../controllers/shardingsphere_chaos_controller.go | 595 ---------------------
 .../shardingsphere_chaos_controller_test.go        | 298 -----------
 .../pkg/kubernetes/chaosmesh/builder.go            | 116 ++--
 .../pkg/kubernetes/chaosmesh/chaosmesh.go          |  24 +-
 .../pkg/kubernetes/chaosmesh/mocks/store.go        | 276 +++++++++-
 .../pkg/kubernetes/configmap/builders.go           |  10 +-
 .../pkg/reconcile/shardingspherechaos/job.go       |   4 +-
 ...controller_test.go => chaos_controller_test.go} | 136 ++---
 shardingsphere-operator/test/e2e/e2e_suite_test.go |   4 +-
 14 files changed, 1288 insertions(+), 1198 deletions(-)
 rename shardingsphere-operator/api/v1alpha1/{shardingsphere_chaos_types.go => chaos_types.go} (81%)
 create mode 100644 shardingsphere-operator/pkg/controllers/chaos_controller.go
 create mode 100644 shardingsphere-operator/pkg/controllers/chaos_controller_test.go
 delete mode 100644 shardingsphere-operator/pkg/controllers/shardingsphere_chaos_controller.go
 delete mode 100644 shardingsphere-operator/pkg/controllers/shardingsphere_chaos_controller_test.go
 rename shardingsphere-operator/test/e2e/{shardingsphere_chaos_controller_test.go => chaos_controller_test.go} (58%)