apache / shardingsphere-on-cloud

A collection of tools and best practices to take ShardingSphere into the cloud
Apache License 2.0
83 stars 29 forks source link

feat(operator): add cloudnative pg controller framework #390

Closed mlycore closed 1 year ago

mlycore commented 1 year ago

Type of change:

What this PR does / why we need it:

Pre-submission checklist:

sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 1 Code Smell

No Coverage information No Coverage information
0.0% 0.0% Duplication

codecov-commenter commented 1 year ago

Codecov Report

Merging #390 (57e04b7) into main (e52f093) will decrease coverage by 3.32%. The diff coverage is 7.75%.

@@            Coverage Diff             @@
##             main     #390      +/-   ##
==========================================
- Coverage   47.34%   44.02%   -3.32%     
==========================================
  Files          48       50       +2     
  Lines        5264     5672     +408     
==========================================
+ Hits         2492     2497       +5     
- Misses       2547     2950     +403     
  Partials      225      225              
Impacted Files Coverage Δ
pitr/cli/internal/cmd/backup.go 73.47% <0.00%> (ø)
...tor/cmd/shardingsphere-operator/manager/manager.go 0.00% <ø> (ø)
...perator/pkg/controllers/compute_node_controller.go 0.00% <0.00%> (ø)
...phere-operator/pkg/controllers/proxy_controller.go 0.00% <ø> (ø)
...operator/pkg/controllers/proxyconfig_controller.go 0.00% <ø> (ø)
...pkg/controllers/shardingsphere_chaos_controller.go 46.46% <ø> (ø)
...sphere-operator/pkg/distsql/visitor/encrypt_rdl.go 48.76% <ø> (ø)
...ingsphere-operator/pkg/distsql/visitor/mask_rdl.go 0.00% <ø> (ø)
...or/pkg/distsql/visitor/read_write_splitting_rdl.go 0.00% <0.00%> (ø)
...gsphere-operator/pkg/distsql/visitor/shadow_rdl.go 0.00% <0.00%> (ø)
... and 6 more

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

mlycore commented 1 year ago

ref #271