This repository has been archived by the owner on Nov 3, 2023. It is now read-only.
forked from apache/superset
-
Notifications
You must be signed in to change notification settings - Fork 24
[cherry-pick] migrate all dashboards #66
Merged
graceguo-supercat
merged 14 commits into
airbnb:airbnb-master
from
graceguo-supercat:gg-MigrateAllDashboard
Jul 26, 2018
Merged
[cherry-pick] migrate all dashboards #66
graceguo-supercat
merged 14 commits into
airbnb:airbnb-master
from
graceguo-supercat:gg-MigrateAllDashboard
Jul 26, 2018
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
347b53b
to
a4e3356
Compare
Codecov Report
@@ Coverage Diff @@
## airbnb-master #66 +/- ##
=================================================
+ Coverage 61.49% 65.68% +4.18%
=================================================
Files 371 346 -25
Lines 23566 21801 -1765
Branches 2742 2415 -327
=================================================
- Hits 14493 14320 -173
+ Misses 9061 7470 -1591
+ Partials 12 11 -1
Continue to review full report at Codecov.
|
john-bodley
approved these changes
Jul 26, 2018
* Allow multiple time shifts * Handle old form data (cherry picked from commit 1d3e96b)
(cherry picked from commit d483ed1)
* Allow different comparisons when using time shift * Remove test code * Remove lead/trail NaN and improve code * Add headers/subheader * Update yarn * Migration script * Fix migration * Small fixes * Trigger tests * Fix lint * Fix javascript (cherry picked from commit 7b4e6c7)
(cherry picked from commit 73ec526)
(cherry picked from commit 7f8eaee)
(cherry picked from commit 7fcc2af)
(cherry picked from commit 971e9f0)
* Move flake8-related packages deps to reqs-dev.txt My VIM which is integrated with flake8 wouldn't match the output from travis and would often miss things related to the flake8 plugins installed using Tox. By moving this to requirements-dev.txt, we can expect developers would have the proper configuration locally and get matching results with Travis when running flake8 or in their IDEs if its integrated with flake8.. * merging migratinos * sorting packages * Specify folder for flake8 processing * pin pycodestyle==2.3.1 * merge db migrations (cherry picked from commit fee5023)
* fix migration 3dda56f1c * add isodate to setup.py: (cherry picked from commit bea0a0a)
(cherry picked from commit bfcc3a6)
* Migrate dashboard positions data from v1 to v2 format * UPDATING.md * rebase onto master (cherry picked from commit fd2d4b0)
(cherry picked from commit 3f2fc8f)
e5ed2d5
to
6c9a60e
Compare
fix a bug in handle empty rows (cherry picked from commit 7ff02c0)
michellethomas
pushed a commit
that referenced
this pull request
Dec 1, 2021
* fix: fallback to default margin when margin is partially set * feat: can disable axis title * feat: adjust margin according to axis title visibility * feat: include margin in formData * feat: add buildQuery * fix: address kyle comments * fix: remove string false
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.
cherry pick all db migration PRs and fixes (in Superset master but not in airbnb-master)
[adhoc-filters] Adding adhoc-filters to all viz types apache/superset#5206
Time shift difference apache/superset#5177 depends on Allow multiple time shifts apache/superset#5067
Fix db migration 3dda56f1c4c6 apache/superset#5415
allow selection of dbs where csv can be uploaded to apache/superset#5393
[sql] Correct SQL parameter formatting apache/superset#5178
Fix the build by merging both db migrations heads apache/superset#5464
Move flake8-related packages deps to reqs-dev.txt apache/superset#5460
fix migration 3dda56f1c apache/superset#5468
[migration] Fix migration 3dda56f1c apache/superset#5471
cherry pick dashboard migration PR and retire all V1 dashboard.
Migrate dashboard positions data from v1 to v2 format apache/superset#5463 Retire dashboard v1 (js and python) apache/superset#5418
@john-bodley @timifasubaa @williaster