-
Notifications
You must be signed in to change notification settings - Fork 273
refactor: move superset-ui/dimension to core #732
refactor: move superset-ui/dimension to core #732
Conversation
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/superset/superset-ui/32dq94ir8 |
f8143a8
to
87fec32
Compare
a07f5b7
to
0332c35
Compare
0332c35
to
002d456
Compare
87fec32
to
cd5d80a
Compare
cd5d80a
to
ef2c227
Compare
d29c967
to
696570c
Compare
Codecov Report
@@ Coverage Diff @@
## monopackage #732 +/- ##
============================================
Coverage 24.29% 24.29%
============================================
Files 337 337
Lines 7697 7697
Branches 955 955
============================================
Hits 1870 1870
Misses 5753 5753
Partials 74 74
Continue to review full report at Codecov.
|
@@ -29,9 +29,6 @@ | |||
}, | |||
{ | |||
"path": "../../packages/superset-ui-core" | |||
}, | |||
{ | |||
"path": "../../packages/superset-ui-dimension" | |||
} | |||
] | |||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This file is autogenerated by nimbus so I wouldn't worry much about the missing EOF.
|
||
if [ ! "$tscExitCode" ]; then | ||
echo "compiled in ${duration}" | ||
fi |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🌈 ❗
696570c
to
7647d3b
Compare
7647d3b
to
a3b510d
Compare
a3b510d
to
01824f2
Compare
01824f2
to
d993aaf
Compare
1. move translation, connection, query to core (#729) 2. update encodable to remove formatter inter-dependency (#744) 3. move number-format and time-format to core (#730) 4. move superset-ui/dimension to core (#732) 5. move superset-ui/color to core (#755) 6. move superset-ui/style to core (#756) 7. move superset-ui/validator to core (#757)
1. move translation, connection, query to core (#729) 2. update encodable to remove formatter inter-dependency (#744) 3. move number-format and time-format to core (#730) 4. move superset-ui/dimension to core (#732) 5. move superset-ui/color to core (#755) 6. move superset-ui/style to core (#756) 7. move superset-ui/validator to core (#757)
1. move translation, connection, query to core (#729) 2. update encodable to remove formatter inter-dependency (#744) 3. move number-format and time-format to core (#730) 4. move superset-ui/dimension to core (#732) 5. move superset-ui/color to core (#755) 6. move superset-ui/style to core (#756) 7. move superset-ui/validator to core (#757) 8: move superset-ui/chart-composition to core (#759)
1. move translation, connection, query to core (#729) 2. update encodable to remove formatter inter-dependency (#744) 3. move number-format and time-format to core (#730) 4. move superset-ui/dimension to core (#732) 5. move superset-ui/color to core (#755) 6. move superset-ui/style to core (#756) 7. move superset-ui/validator to core (#757) 8: move superset-ui/chart-composition to core (#759)
1. move translation, connection, query to core (#729) 2. update encodable to remove formatter inter-dependency (#744) 3. move number-format and time-format to core (#730) 4. move superset-ui/dimension to core (#732) 5. move superset-ui/color to core (#755) 6. move superset-ui/style to core (#756) 7. move superset-ui/validator to core (#757) 8: move superset-ui/chart-composition to core (#759) 9: move superset-ui/chart to core (#760)
1. move translation, connection, query to core (#729) 2. update encodable to remove formatter inter-dependency (#744) 3. move number-format and time-format to core (#730) 4. move superset-ui/dimension to core (#732) 5. move superset-ui/color to core (#755) 6. move superset-ui/style to core (#756) 7. move superset-ui/validator to core (#757) 8. move superset-ui/chart-composition to core (#759) 9. move superset-ui/chart to core (#760)
🏠 Internal
Keep merging more superset-ui packages.
Related: #728 #729 #730