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(meta): initialization and modeling for sql-backend based meta store #12454

Merged
merged 38 commits into from
Sep 27, 2023
Merged
Show file tree
Hide file tree
Changes from 30 commits
Commits
Show all changes
38 commits
Select commit Hold shift + click to select a range
9884181
feat: init relation and migration
yezizp2012 Sep 11, 2023
e1537f5
add model
yezizp2012 Sep 11, 2023
d232ce8
add init version of migration
yezizp2012 Sep 11, 2023
a9bfed0
init catalog controller
yezizp2012 Sep 12, 2023
382dc5c
fix and some todo
yezizp2012 Sep 12, 2023
ecdf955
Merge branch 'main' into feat/sql-backend-meta
yezizp2012 Sep 13, 2023
2abc6b2
add system parameter and cluster info/ctl, refine catalog ctl
yezizp2012 Sep 13, 2023
67b3a3b
update models
yezizp2012 Sep 13, 2023
d43c58e
add models
yezizp2012 Sep 14, 2023
98cdaaf
add find all downstream objects
yezizp2012 Sep 14, 2023
847ac76
fix drop database
yezizp2012 Sep 14, 2023
20dc757
rename
yezizp2012 Sep 15, 2023
52b6feb
Merge branch 'main' into feat/sql-backend-meta
yezizp2012 Sep 15, 2023
14496b2
apply sql meta store for system params and telemetry
yezizp2012 Sep 18, 2023
799133c
Merge branch 'main' into feat/sql-backend-meta
yezizp2012 Sep 18, 2023
49e5e88
support sqlite
yezizp2012 Sep 19, 2023
9f0491b
add election tables
yezizp2012 Sep 19, 2023
d4baff9
add create schema
yezizp2012 Sep 19, 2023
ec5cc08
update some fields
yezizp2012 Sep 20, 2023
99d6354
add election tables
yezizp2012 Sep 20, 2023
4aa0fe4
Merge branch 'main' into feat/sql-backend-meta
yezizp2012 Sep 20, 2023
dcbb94e
Fix "cargo-hakari"
yezizp2012 Sep 20, 2023
db605b8
ignore license checker for new models
yezizp2012 Sep 20, 2023
97e93d1
Merge branch 'main' into feat/sql-backend-meta
yezizp2012 Sep 20, 2023
1166621
Fix "cargo-hakari"
yezizp2012 Sep 20, 2023
7e35fb5
use enum and i32 array instead in the models
yezizp2012 Sep 20, 2023
c93ec5c
refine object type
yezizp2012 Sep 20, 2023
eee3c59
add README doc for defining and generate model files
yezizp2012 Sep 21, 2023
cde742e
fix
yezizp2012 Sep 21, 2023
1965d46
fix
yezizp2012 Sep 21, 2023
c3043ec
auto upgrade in leader only
yezizp2012 Sep 21, 2023
3dd9fdd
clippy
yezizp2012 Sep 21, 2023
235bcd1
disabled in madsim
yezizp2012 Sep 21, 2023
196867d
address comments
yezizp2012 Sep 25, 2023
6b9c067
Merge branch 'main' into feat/sql-backend-meta
yezizp2012 Sep 25, 2023
d1846b5
add doctest
yezizp2012 Sep 26, 2023
e8bb178
Merge branch 'main' into feat/sql-backend-meta
yezizp2012 Sep 27, 2023
bea7128
Merge branch 'main' into feat/sql-backend-meta
yezizp2012 Sep 27, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .licenserc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@ header:
- "**/*.d.ts"
- "src/sqlparser/**/*.rs"
- "java/connector-node/risingwave-source-cdc/src/main/java/com/risingwave/connector/cdc/debezium/internal/*.java"
- "src/meta/src/model_v2/migration/**/*.rs"

comment: on-failure
Loading
Loading