Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Cherry-picks: Update more chart types and css output optimization. #106

Merged
merged 13 commits into from
Sep 12, 2018

Conversation

kristw
Copy link

@kristw kristw commented Sep 11, 2018

Cherry-pick the following commit(s):

SHA Time Log Author
e35bfba Mon Sep 10 10:31:58 2018 -0700 add timing to stats logger (apache#5844) timifasubaa
68e7794 Thu Sep 6 16:14:27 2018 -0700 [SIP-5] Refactor Paired t-test (apache#5762) Krist Wongsuphasawat
a9952bb Wed Sep 5 13:46:04 2018 -0700 [SIP-5] Remove unused function #easy-review (apache#5825) Krist Wongsuphasawat
dafe0b9 Wed Sep 5 12:59:23 2018 -0700 [SIP-5] Refactor parallel coordinates (apache#5761) Krist Wongsuphasawat
b461287 Wed Sep 5 12:11:37 2018 -0700 [SIP-5] Refactor and improve histogram (apache#5758) Krist Wongsuphasawat
0c33f80 Wed Sep 5 09:17:18 2018 -0700 Enable CSS Hot Module Replacement and optimize css output for production (apache#5813) Krist Wongsuphasawat
eb41756 Tue Sep 4 10:39:05 2018 -0700 Configure webpack-dev-server (apache#5786) Krist Wongsuphasawat
8a4b1b7 Fri Aug 31 15:42:44 2018 -0700 [SIP-5] Refactor table (apache#5707) Krist Wongsuphasawat
e12f4fb Thu Aug 30 23:32:01 2018 -0700 update thumbnail (apache#5782) Hugh A. Miles II
2da5db9 Tue Aug 28 18:42:48 2018 -0700 [Table view] Handle empty arrays in fd.timeseries_limit_metric (apache#5715) Beto Dealmeida
46a048b Mon Aug 27 16:59:05 2018 -0700 update webpack (apache#5744) Hugh A. Miles II
6959b70 Tue Aug 21 21:31:03 2018 -0700 Add categories and time slider to arc deck.gl viz (apache#5638) Beto Dealmeida
2e04180 Thu Aug 16 11:17:22 2018 -0700 Upgrading vx responsive to fix ResizeObserver issue (apache#5647) michellethomas

I have verified on devbox that the affected charts are working.

@john-bodley @conglei @graceguo-supercat @kristw @michellethomas @timifasubaa @williaster

michellethomas and others added 12 commits September 11, 2018 14:47
(cherry picked from commit e12f4fb)
* update indent

* extract formData and data.

* take filter

* remove dependencies

* remove removeFilter

* add comment

* remove columnFormats and verboseMap from props. clarify a few more props

* fix linting issue

* minor syntax

* syntax fix

* Move check to adaptor

* update unit test

* remove code related to .widget

* rename variables for clarity

* move Option fix to browser.js

(cherry picked from commit 8a4b1b7)
* Fix legend position

* Add categories and play slider to arc viz

* New functionality to arc viz

(cherry picked from commit 6959b70)
* Extract slice and formData

* organize imports

(cherry picked from commit dafe0b9)
* remove unused function

* remove comment

(cherry picked from commit a9952bb)
* extract TTestTable into another file.

* Move into directory.

* update proptypes

(cherry picked from commit 68e7794)
@kristw kristw changed the title [WIP] Cherry-pick(s): <description> Cherry-picks: Update more chart types and css output optimization. Sep 11, 2018
@codecov-io
Copy link

codecov-io commented Sep 11, 2018

Codecov Report

Merging #106 into airbnb-master will increase coverage by 0.48%.
The diff coverage is 23.87%.

Impacted file tree graph

@@                Coverage Diff                @@
##           airbnb-master     #106      +/-   ##
=================================================
+ Coverage          62.96%   63.45%   +0.48%     
=================================================
  Files                353      356       +3     
  Lines              22133    22156      +23     
  Branches            2477     2496      +19     
=================================================
+ Hits               13936    14059     +123     
+ Misses              8185     8085     -100     
  Partials              12       12
Impacted Files Coverage Δ
superset/assets/src/chart/Chart.jsx 58.53% <ø> (+0.84%) ⬆️
superset/assets/src/explore/visTypes.jsx 57.14% <ø> (ø) ⬆️
superset/assets/src/visualizations/Legend.jsx 0% <ø> (ø) ⬆️
superset/assets/src/visualizations/sunburst.js 0% <ø> (ø) ⬆️
superset/assets/src/visualizations/WithLegend.jsx 0% <0%> (ø)
...et/assets/src/visualizations/deckgl/layers/arc.jsx 0% <0%> (ø) ⬆️
...sets/src/visualizations/PairedTTest/TTestTable.jsx 0% <0%> (ø)
.../assets/src/visualizations/parallel_coordinates.js 0% <0%> (ø) ⬆️
...sualizations/deckgl/CategoricalDeckGLContainer.jsx 0% <0%> (ø)
superset/assets/src/visualizations/Histogram.jsx 0% <0%> (ø)
... and 12 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a9a6e99...59b7494. Read the comment docs.

@kristw kristw merged commit 345d233 into airbnb:airbnb-master Sep 12, 2018
@kristw kristw deleted the kristw-cherry-sep11 branch September 20, 2018 21:52
michellethomas pushed a commit that referenced this pull request Dec 1, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants