-
Notifications
You must be signed in to change notification settings - Fork 273
build: move number-format and time-format to core #730
build: move number-format and time-format to core #730
Conversation
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/superset/superset-ui/r4o2nrml6 |
59f0fcb
to
b23a834
Compare
33adcb5
to
6a38b2b
Compare
b23a834
to
fa39cec
Compare
@kristw Tests are failing because |
I am working to decouple |
Wonder if there is an easy way to disable certain plugin building / testing / publishing temporarily to unblock you. |
We can move the packge to |
sgtm |
e7d928c
to
97ef9fe
Compare
97ef9fe
to
78f6d39
Compare
Codecov Report
@@ Coverage Diff @@
## monopackage #730 +/- ##
============================================
Coverage 24.21% 24.21%
============================================
Files 343 343
Lines 7682 7682
Branches 947 947
============================================
Hits 1860 1860
Misses 5749 5749
Partials 73 73
Continue to review full report at Codecov.
|
0332c35
to
44c839d
Compare
There are a couple of other plugins also use |
44c839d
to
002d456
Compare
1. move translation, connection, query to core (apache-superset#729) 2. update encodable to remove formatter inter-dependency (apache-superset#744) 3. move number-format and time-format to core (apache-superset#730)
1. move translation, connection, query to core (apache-superset#729) 2. update encodable to remove formatter inter-dependency (apache-superset#744) 3. move number-format and time-format to core (apache-superset#730)
1. move translation, connection, query to core (apache-superset#729) 2. update encodable to remove formatter inter-dependency (apache-superset#744) 3. move number-format and time-format to core (apache-superset#730)
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
Follow up for #729 , merging more packages to
@superset-ui/core
. This time the d3 formatters.