[incubator-superset] branch master updated: Migrating shared DeckGL controls (#9455)

2020-04-06 Thread rusackas
This is an automated email from the ASF dual-hosted git repository.

rusackas pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git


The following commit(s) were added to refs/heads/master by this push:
 new b6bca9f  Migrating shared DeckGL controls (#9455)
b6bca9f is described below

commit b6bca9f137b069716938ac1df5862c0b5d2c3461
Author: Evan Rusackas 
AuthorDate: Mon Apr 6 18:37:25 2020 -0700

Migrating shared DeckGL controls (#9455)

* Missed a couple unique controls!

* new shared module, with filter_nulls export.

* autozoom

* dimension

* nixing unneeded import

* stroke_width

* js_columns

* remaining js_* controls

* cleaning up unused stuff

* legend_format

* exports for prior commit

* legend_position

* line_column

* fill_color_picker

* filled, stroked, stroke_color_picker

* grid_size, extruded

* ... more gridsize

* viewport

* point_radius_fixed, spatial

* multiplier, line_type, line_width

* reverse_long_lat

* lint :sparkles:
---
 CONTRIBUTING.md|  22 --
 .../src/explore/controlPanels/DeckArc.js   | 106 +-
 .../src/explore/controlPanels/DeckGeojson.js   |  33 +-
 .../src/explore/controlPanels/DeckGrid.js  |  30 +-
 .../src/explore/controlPanels/DeckHex.js   |  30 +-
 .../src/explore/controlPanels/DeckMulti.js |   3 +-
 .../src/explore/controlPanels/DeckPath.js  |  48 ++-
 .../src/explore/controlPanels/DeckPolygon.js   |  62 ++--
 .../src/explore/controlPanels/DeckScatter.js   |  57 ++-
 .../src/explore/controlPanels/DeckScreengrid.js|  29 +-
 .../src/explore/controlPanels/Shared_DeckGL.jsx| 383 +
 superset-frontend/src/explore/controls.jsx | 306 +---
 12 files changed, 668 insertions(+), 441 deletions(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 5accddb..c3570d9 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -1093,7 +1093,6 @@ Note the `y_axis_format` is defined under various section 
for some charts.
 | `add_to_dash`   | _N/A_ |   |
 | `all_columns_y` | _N/A_ |   |
 | `annotation_layers` | _N/A_ |   |
-| `autozoom`  | _N/A_ |   |
 | `bar_stacked`   | _N/A_ |   |
 | `cache_timeout` | _N/A_ |   |
 | `code`  | _N/A_ |   |
@@ -1104,17 +1103,11 @@ Note the `y_axis_format` is defined under various 
section for some charts.
 | `country_fieldtype` | _N/A_ |   |
 | `date_filter`   | _N/A_ |   |
 | `default_filters`   | _N/A_ |   |
-| `dimension` | _N/A_ |   |
-| `end_spatial`   | _N/A_ |   |
 | `entity`| _N/A_ |   |
 | `expanded_slices`   | _N/A_ |   |
 | `extra_filters` | _N/A_ |   |
-| `extruded`  | _N/A_ |   |
-| `fill_color_picker` | _N/A_ |   |
-| `filled`| _N/A_ |   |
 | `filter_immune_slice_fields`| _N/A_ |   |
 | `filter_immune_slices`  | _N/A_ |   |
-| `filter_nulls`  | _N/A_ |   |
 | `flt_col_0` | _N/A_ |   |
 | `flt_col_1` | _N/A_ |   |
 | `flt_eq_0`  | _N/A_ |   |
@@ -1122,22 +1115,15 @@ Note the `y_axis_format` is defined under various 
section for some charts.
 | `flt_op_0`  | _N/A_ |   |
 | `flt_op_1`  | _N/A_ |   |
 | `goto_dash` | _N/A_ |   |
-| `grid_size` | _N/A_ |   |
 | `import_time`   | _N/A_ |   |
 | `instant_filtering` | _N/A_ |   |
-| `js_columns`| _N/A_ |   |
 | `label` | _N/A_ |   |
-| `legend_position`   | _N/A_ |   |
-| `line_column`   | _N/A_ |   |
-| `line_type` | _N/A_ |   |
-| `line_width`| _N/A_ |   |
 | `linear_color_scheme`   | _N/A_ |   |
 | `log_scale` | _N/A_ |   |
 | `mapbox_label`  | _N/A_ |   |
 | `mapbox_style`  | _N/A_ |   |
 | `markup_type`   | _N/A_ |   |
 | `min_periods`   | _N/A_ |   |
-| `multiplier`| _N/A_ |   |
 | `new_dashboard_name`| _N/A_ |   |
 | `new_slice_name`| _N/A_ |   |
 | `normalize_across`  | _N/A_ |   |
@@ -1147,14 +1133,12 @@ Note the `y_axis_format` is defined under various 
section for some charts.
 | 

[incubator-superset] branch master updated (c0807c1 -> dcb7b83)

2020-04-06 Thread johnbodley
This is an automated email from the ASF dual-hosted git repository.

johnbodley pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git.


from c0807c1  [query] New, readonly API (#9403)
 add dcb7b83  [mypy] Enforcing typing for superset.examples (#9469)

No new revisions were added by this update.

Summary of changes:
 setup.cfg|  2 +-
 superset/examples/bart_lines.py  |  2 +-
 superset/examples/birth_names.py | 10 +++---
 superset/examples/countries.py   |  9 ++---
 superset/examples/country_map.py |  2 +-
 superset/examples/css_templates.py   |  2 +-
 superset/examples/deck.py|  2 +-
 superset/examples/energy.py  |  2 +-
 superset/examples/flights.py |  2 +-
 superset/examples/helpers.py | 12 +++-
 superset/examples/long_lat.py|  2 +-
 superset/examples/misc_dashboard.py  |  2 +-
 superset/examples/multi_line.py  |  2 +-
 superset/examples/multiformat_time_series.py | 23 +--
 superset/examples/paris.py   |  2 +-
 superset/examples/random_time_series.py  |  4 +++-
 superset/examples/sf_population_polygons.py  |  4 +++-
 superset/examples/tabbed_dashboard.py|  2 +-
 superset/examples/unicode_test_data.py   |  2 +-
 superset/examples/world_bank.py  |  6 +++---
 superset/utils/core.py   | 26 ++
 superset/viz.py  |  4 ++--
 22 files changed, 75 insertions(+), 49 deletions(-)



[incubator-superset] branch master updated (25e38f6 -> c0807c1)

2020-04-06 Thread dpgaspar
This is an automated email from the ASF dual-hosted git repository.

dpgaspar pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git.


from 25e38f6  Added dremio (#9472)
 add c0807c1  [query] New, readonly API (#9403)

No new revisions were added by this update.

Summary of changes:
 superset/app.py|   2 +
 {tests/fixtures => superset/queries}/__init__.py   |   0
 superset/queries/api.py|  72 ++
 .../pyodbcRow.py => superset/queries/dao.py|  16 +-
 superset/{charts => queries}/filters.py|  27 ++-
 tests/{fixtures => queries}/__init__.py|   0
 tests/queries/api_tests.py | 247 +
 7 files changed, 344 insertions(+), 20 deletions(-)
 copy {tests/fixtures => superset/queries}/__init__.py (100%)
 create mode 100644 superset/queries/api.py
 copy tests/fixtures/pyodbcRow.py => superset/queries/dao.py (75%)
 copy superset/{charts => queries}/filters.py (59%)
 copy tests/{fixtures => queries}/__init__.py (100%)
 create mode 100644 tests/queries/api_tests.py



[incubator-superset] branch master updated (8dd92f7 -> 25e38f6)

2020-04-06 Thread villebro
This is an automated email from the ASF dual-hosted git repository.

villebro pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git.


from 8dd92f7  release: Add support for ZSH in RELEASING and add tagging 
instructions (#9451)
 add 25e38f6  Added dremio (#9472)

No new revisions were added by this update.

Summary of changes:
 README.md | 1 +
 1 file changed, 1 insertion(+)



[incubator-superset] branch master updated (801e2f1 -> 8dd92f7)

2020-04-06 Thread villebro
This is an automated email from the ASF dual-hosted git repository.

villebro pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git.


from 801e2f1  chore: bump black to 19.10b0 and mypy to 0.770 (#9378)
 add 8dd92f7  release: Add support for ZSH in RELEASING and add tagging 
instructions (#9451)

No new revisions were added by this update.

Summary of changes:
 RELEASING/README.md  | 40 +---
 RELEASING/set_release_env.sh | 25 +++--
 2 files changed, 44 insertions(+), 21 deletions(-)