This repository has been archived by the owner on Dec 10, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 272
build: start merging superset-ui-plugins #333
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This pull request is being automatically deployed with ZEIT Now (learn more). 🔍 Inspect: https://zeit.co/superset/superset-ui/7l8m0yhkm |
Codecov Report
@@ Coverage Diff @@
## master #333 +/- ##
==========================================
- Coverage 100% 92.01% -7.99%
==========================================
Files 108 118 +10
Lines 1248 1478 +230
Branches 310 378 +68
==========================================
+ Hits 1248 1360 +112
- Misses 0 89 +89
- Partials 0 29 +29
Continue to review full report at Codecov.
|
Deploy preview for superset-ui ready! Built with commit 94f6d01 |
ktmud
added a commit
to ktmud/superset-ui-plugins
that referenced
this pull request
Apr 3, 2020
They are moved to superset-ui by apache-superset/superset-ui#333 apache-superset/superset-ui#333
ktmud
added a commit
to ktmud/superset-ui-plugins
that referenced
this pull request
Apr 3, 2020
They are moved to superset-ui by apache-superset/superset-ui#333
kristw
pushed a commit
to apache-superset/superset-ui-plugins
that referenced
this pull request
Apr 3, 2020
They are moved to superset-ui by apache-superset/superset-ui#333
kristw
pushed a commit
that referenced
this pull request
Apr 17, 2020
Bumps [@vx/group](https://github.com/hshoff/vx) from 0.0.192 to 0.0.193. - [Release notes](https://github.com/hshoff/vx/releases) - [Changelog](https://github.com/hshoff/vx/blob/master/CHANGELOG.md) - [Commits](airbnb/visx@v0.0.192...v0.0.193) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
kristw
pushed a commit
that referenced
this pull request
Apr 17, 2020
They are moved to superset-ui by #333
7 tasks
zhaoyongjie
pushed a commit
to zhaoyongjie/incubator-superset
that referenced
this pull request
Nov 17, 2021
They are moved to superset-ui by apache-superset/superset-ui#333
zhaoyongjie
pushed a commit
to zhaoyongjie/incubator-superset
that referenced
this pull request
Nov 24, 2021
They are moved to superset-ui by apache-superset/superset-ui#333
zhaoyongjie
pushed a commit
to zhaoyongjie/incubator-superset
that referenced
this pull request
Nov 25, 2021
They are moved to superset-ui by apache-superset/superset-ui#333
zhaoyongjie
pushed a commit
to zhaoyongjie/incubator-superset
that referenced
this pull request
Nov 26, 2021
They are moved to superset-ui by apache-superset/superset-ui#333
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🏆 Enhancements
See #326 #331 #332 . Merging
superset-ui-plugins
andsuperset-ui
to the same monorepo simplifies the building configs and makes cross package work easier.This PR merges the feature branch to
master
. I have migrated the two basic plugins I recently worked on (BigNumber and Table). Other plugins will follow.