Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(config): add tenant&cluster config support #464

Merged
merged 1 commit into from
Nov 1, 2022

Conversation

Mulavar
Copy link
Contributor

@Mulavar Mulavar commented Oct 16, 2022

What this PR does:

Which issue(s) this PR fixes:

ref #418

Special notes for your reviewer:

Does this PR introduce a user-facing change?:


@codecov-commenter
Copy link

codecov-commenter commented Oct 16, 2022

Codecov Report

Base: 37.06% // Head: 37.63% // Increases project coverage by +0.57% 🎉

Coverage data is based on head (e85f968) compared to base (9b07dda).
Patch coverage: 25.74% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #464      +/-   ##
==========================================
+ Coverage   37.06%   37.63%   +0.57%     
==========================================
  Files         132      132              
  Lines       20345    20533     +188     
==========================================
+ Hits         7541     7728     +187     
+ Misses      12002    11955      -47     
- Partials      802      850      +48     
Impacted Files Coverage Δ
pkg/boot/discovery.go 50.17% <23.46%> (+6.73%) ⬆️
pkg/config/config_writer.go 62.06% <100.00%> (ø)
pkg/boot/boot.go 51.87% <0.00%> (+6.87%) ⬆️
pkg/boot/watcher.go 7.80% <0.00%> (+7.32%) ⬆️
pkg/boot/discovery_watch.go 24.74% <0.00%> (+24.74%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@Mulavar Mulavar force-pushed the feat/discovery-api branch from 6471d28 to e85f968 Compare October 20, 2022 11:18
@dongzl dongzl added the config Config center. label Oct 22, 2022
pkg/boot/discovery.go Outdated Show resolved Hide resolved
@Mulavar Mulavar force-pushed the feat/discovery-api branch from e85f968 to 789128b Compare October 23, 2022 06:29
@Mulavar Mulavar changed the title [WIP]feat(config): add tenant&cluster config support feat(config): add tenant&cluster config support Oct 31, 2022
@jjeffcaii jjeffcaii merged commit 66321cf into arana-db:master Nov 1, 2022
jjeffcaii pushed a commit that referenced this pull request Nov 3, 2022
AlexStocks pushed a commit that referenced this pull request Nov 30, 2022
* add node config support (#464)

* Support MySQL CAST_CHAR function.

* format style
jjeffcaii pushed a commit that referenced this pull request Feb 9, 2023
* add node config support (#464)

* Support MySQL CAST_CHAR function.

* format style

* Support MySQL CAST_TIME function. (#570)

* Support MySQL CAST_DATE function. (#569)

* Support MySQL CAST_DATETIME function. (#568)

* Support MySQL CAST_TIME/CAST_DATE/CAST_DATETIME function

* Resolve Conversation
GavinLam164 pushed a commit to GavinLam164/arana that referenced this pull request Feb 25, 2023
Co-authored-by: Jianhui Dong <dongjianhui03@meituan.com>
GavinLam164 pushed a commit to GavinLam164/arana that referenced this pull request Feb 25, 2023
GavinLam164 pushed a commit to GavinLam164/arana that referenced this pull request Feb 25, 2023
* add node config support (arana-db#464)

* Support MySQL CAST_CHAR function.

* format style
GavinLam164 pushed a commit to GavinLam164/arana that referenced this pull request Feb 25, 2023
…-db#606)

* add node config support (arana-db#464)

* Support MySQL CAST_CHAR function.

* format style

* Support MySQL CAST_TIME function. (arana-db#570)

* Support MySQL CAST_DATE function. (arana-db#569)

* Support MySQL CAST_DATETIME function. (arana-db#568)

* Support MySQL CAST_TIME/CAST_DATE/CAST_DATETIME function

* Resolve Conversation
AlexStocks pushed a commit that referenced this pull request Apr 18, 2023
* add node config support (#464)

* Support MySQL CAST_CHAR function.

* format style

* Support MySQL CAST_TIME function. (#570)

* Support MySQL CAST_DATE function. (#569)

* Support MySQL CAST_DATETIME function. (#568)

* Support MySQL CAST_TIME/CAST_DATE/CAST_DATETIME function

* Resolve Conversation

* Support CREATE TABLE

* add: IfNotExists

* fix: reformat imports

* Resolve Conversation
AlexStocks pushed a commit that referenced this pull request Jun 18, 2023
* add node config support (#464)

* Support MySQL CAST_CHAR function.

* format style

* Support MySQL CAST_TIME function. (#570)

* Support MySQL CAST_DATE function. (#569)

* Support MySQL CAST_DATETIME function. (#568)

* Support MySQL CAST_TIME/CAST_DATE/CAST_DATETIME function

* Resolve Conversation

* Support CREATE TABLE

* add: IfNotExists

* fix: reformat imports

* Resolve Conversation

* Support window function: CUME_DIST

* Support window function: PERCENT_RANK

* Support window function: RANK

* Support window function: DENSE_RANK

* Support window function: FIRST_VALUE/LAST_VALUE/LAG/LEAD

* Support window function: NTH_VALUE/NTILE/ROW_NUMBER

* support argument(n) in LAG/LEAD

* convert Int64 to Float64 in test case
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
config Config center.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants