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/03/22 10:33:25 UTC

[shardingsphere-on-cloud] branch main updated (58add77 -> 857b63f)

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 58add77  add expose metrics annotation to ShardingSphere Proxy Helm charts,it will be started by .Values.compute.agent.enabled in value.yaml (#275)
     new dbb0a90  refactor: update ParseFeatureGates
     new f523b66  chore: update comments
     new f4a5364  chore: update unit test for Option
     new 45f9157  chore: update comments
     new b84fe20  chore: update comments
     new 26231a3  refactor: refacotr SetupWithOptions
     new c52a697  chore: add comments
     new e709b5b  refactor: get Object by namespaced name
     new 861ce15  refactor: refactor reconcile deployment,service and configmap
     new eb8b68b  refactor: refactor getReadyProxyInstances and unit test
     new c35e26b  refactor: update resource create and update
     new cde3743  chore: update license header
     new 857b63f  Merge pull request #276 from mlycore/refactor-operator

The 396 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:
 .../cmd/shardingsphere-operator/manager/manager.go |  13 +-
 .../cmd/shardingsphere-operator/manager/option.go  |  28 ++--
 .../shardingsphere-operator/manager/option_test.go |  84 +++++++++++
 .../pkg/controllers/compute_node_controller.go     | 161 ++++++++-------------
 4 files changed, 165 insertions(+), 121 deletions(-)
 create mode 100644 shardingsphere-operator/cmd/shardingsphere-operator/manager/option_test.go