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/03 13:10:27 UTC

[shardingsphere-on-cloud] branch main updated (c078dec -> 1b605e5)

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 c078dec  Merge pull request #388 from wbtlb/feat-distsql
     new 7fdb7ee  feat: add CNPG into storage node
     new eebadb3  feat: add new provider cnpg
     new cb2a1b2  feat: update api type
     new afa2958  feat: add CNPG to StorageNode reconciler
     new f708cad  feat: add basic reconciler action to cnpg in storage node
     new 100dd7e  feat: add builder for cnpg
     new 57e04b7  chore: go fmt
     new 1b605e5  Merge pull request #390 from mlycore/cnpg

The 646 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:
 .../api/v1alpha1/storageprovider_types.go          |    1 +
 .../api/v1alpha1/zz_generated.deepcopy.go          |   29 +-
 .../cmd/shardingsphere-operator/manager/option.go  |    4 +
 shardingsphere-operator/go.mod                     |   25 +-
 shardingsphere-operator/go.sum                     |   56 +-
 .../pkg/controllers/storage_node_controller.go     |   48 +
 .../visitor_parser/sharding/rdlstatement_parser.go | 1423 +++++++-------------
 .../pkg/kubernetes/cloudnative-pg/builder.go       |  116 ++
 .../kubernetes/cloudnative-pg/cloudnative-pg.go    |  113 ++
 9 files changed, 810 insertions(+), 1005 deletions(-)
 create mode 100644 shardingsphere-operator/pkg/kubernetes/cloudnative-pg/builder.go
 create mode 100644 shardingsphere-operator/pkg/kubernetes/cloudnative-pg/cloudnative-pg.go