You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ma...@apache.org on 2018/08/29 04:06:19 UTC

[incubator-superset] branch 0.28 updated (4231ad3 -> 663bdd6)

This is an automated email from the ASF dual-hosted git repository.

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


    from 4231ad3  0.28.0rc4
     add 5c49514  [sqlparse] fix sqlparse bug (#5703)
     add 9fb28b5  Revise markup.js and iframe.js (#5672)
     add 0448db3  remove console.log and change wording (#5702)
     add 5e6efae  Geojson property names (#5708)
     add 9827925  Return 401 on no authorization
     add c567a89  Use 403
     add 2abc941  Merge pull request #5716 from lyft/DPTOOLS-976
     add 14930bb  [bugfix] add item is missing on table editor metrics tab (#5714)
     add 54ae215  [SIP-5] Refactor treemap (#5670)
     add cae0704  Fix FAQ on filters (#5720)
     add 9a6595d  make some text localizable, mainly in explore, query (#5735)
     add f83ea23  Autofocus aggregation in metric control (#5717)
     add 52b99df  [celery] Using preferred configuration proceedure (#5726)
     add f5cc983  remove unneeded console.log (#5738)
     add d7f06cb  [SIP-5] Repair and refactor Horizon Chart (#5690)
     add 8d01c84  [SIP-5] Refactor sunburst (#5699)
     add 0781cf2  [bugfix] BigNumber crash, Horizon indent and Myanmar geojson (#5746)
     add ba32944  [table editor] fix 'Autocomplete filters' checkbox doesn't stick
     add 09d46a7  Fix tests
     add 19062ed  Merge pull request #5723 from mistercrunch/fix_autocomplete_filters
     add c447a97  [css] show border around editable input while editing
     add 0d6201d  Merge pull request #5724 from mistercrunch/css_editable_input
     add 71866f6  [deck arcs] add JS hooks for sourceColor & targetColor
     add 1e6a3b0  Merge pull request #5706 from mistercrunch/color_arcs
     add 46a048b  update webpack (#5744)
     add e964d83  [table editor] better table header for Metrics tab
     add 4ae08c2  Merge pull request #5725 from mistercrunch/label_verbose_name
     add fcf2c75  [SIP-5] Refactor and update heatmap (#5704)
     add 506cfd1  [SIP-5] Refactor sankey (#5701)
     add bddc952  [docs] FAQ entry 'Does Superset work with [database engine]?'
     add 13e48e8  typo-delipo
     add 24a9a39  Merge pull request #5731 from mistercrunch/faq_db_engines
     add 12cc2fb  [docs] note as to how to build and view the docs
     add 1a95fbc  Merge pull request #5732 from mistercrunch/build_docs
     add ceda309  UPDATING.md entry about dashboard v2 forced migration in 0.28
     add bd1f36d  Merge pull request #5750 from mistercrunch/updating_0_28
     add 6cc52c6  Prevent deleting databases that have attached tables (#5749)
     add f0beb3a  Silence error on migration 4736ec66ce19 constraint drop (#5729)
     add 60ecd72  [deck polygon] add support for geohash (#5712)
     add ba4b8a0  Add Myra Labs to user list in README (#5756)
     add 6c6ea37  [bugfix] IS NOT NULL filter triggers KeyError: 'val' (#5764)
     add 48d220c  Disable input when IS (NOT) NULL selected in filters (#5766)
     add ae3fb04  Bug: fixing async syntax for python 3.7 (#5759)
     add 2da5db9  [Table view] Handle empty arrays in fd.timeseries_limit_metric (#5715)
     add 135539c  [bugfix] 'DruidCluster' object has no attribute 'db_engine_spec' (#5765)
     add 76c09b2  Merge branch 'master' into 0.28
     add 663bdd6  0.28.0rc5

No new revisions were added by this update.

Summary of changes:
 CONTRIBUTING.md                                    |     3 +
 README.md                                          |     1 +
 UPDATING.md                                        |     8 +
 docs/conf.py                                       |     1 -
 docs/faq.rst                                       |    60 +-
 docs/installation.rst                              |     9 +-
 docs/requirements.txt                              |     1 -
 superset/assets/package-lock.json                  | 19483 +++++++++++++++++++
 superset/assets/package.json                       |     9 +-
 superset/assets/spec/.eslintrc                     |     5 +
 .../spec/javascripts/visualizations/table_spec.jsx |   105 +
 superset/assets/src/chart/Chart.jsx                |    12 +-
 .../src/components/BootstrapSliderWrapper.css      |     8 +
 .../src/components/BootstrapSliderWrapper.jsx      |    12 +
 .../src/dashboard/reducers/dashboardState.js       |    62 +-
 .../assets/src/datasource/DatasourceEditor.jsx     |     8 +-
 .../AdhocFilterEditPopoverSimpleTabContent.jsx     |     1 +
 .../explore/components/AdhocMetricEditPopover.jsx  |     2 +-
 .../explore/components/ControlPanelsContainer.jsx  |     2 +-
 .../components/controls/AnnotationLayer.jsx        |    32 +-
 .../explore/components/controls/SliderControl.jsx  |    35 +
 .../src/explore/components/controls/index.js       |     2 +
 superset/assets/src/explore/controls.jsx           |    33 +-
 superset/assets/src/explore/visTypes.jsx           |    37 +-
 superset/assets/src/modules/colors.js              |    28 +-
 superset/assets/src/visualizations/BigNumber.jsx   |     7 +-
 .../assets/src/visualizations/HorizonChart.css     |    18 +
 .../assets/src/visualizations/HorizonChart.jsx     |   103 +
 superset/assets/src/visualizations/HorizonRow.jsx  |   182 +
 superset/assets/src/visualizations/PlaySlider.css  |     8 -
 superset/assets/src/visualizations/PlaySlider.jsx  |     5 +-
 .../src/visualizations/countries/myanmar.geojson   |    33 +-
 .../visualizations/countries/timorleste.geojson    |    26 +-
 .../deckgl/CategoricalDeckGLContainer.jsx          |     7 +-
 .../src/visualizations/deckgl/DeckGLContainer.jsx  |     3 +-
 .../src/visualizations/deckgl/layers/arc.jsx       |     4 +
 .../src/visualizations/deckgl/layers/common.js     |    12 +-
 .../src/visualizations/deckgl/layers/polygon.jsx   |    39 +-
 superset/assets/src/visualizations/heatmap.css     |    19 +-
 superset/assets/src/visualizations/heatmap.js      |   255 +-
 superset/assets/src/visualizations/horizon.css     |    17 -
 superset/assets/src/visualizations/horizon.js      |   227 -
 superset/assets/src/visualizations/iframe.js       |    28 +-
 superset/assets/src/visualizations/index.js        |     2 +-
 superset/assets/src/visualizations/markup.js       |    52 +-
 superset/assets/src/visualizations/sankey.js       |    90 +-
 superset/assets/src/visualizations/sunburst.css    |    19 +-
 superset/assets/src/visualizations/sunburst.js     |   163 +-
 superset/assets/src/visualizations/table.js        |     7 +-
 superset/assets/src/visualizations/treemap.js      |   297 +-
 superset/assets/src/visualizations/word_cloud.js   |     2 -
 superset/assets/stylesheets/superset.less          |     6 +
 .../vendor/parallel_coordinates/d3.parcoords.js    |     2 -
 superset/assets/yarn.lock                          |   164 +-
 superset/connectors/base/models.py                 |     3 +-
 superset/connectors/druid/models.py                |     1 +
 superset/connectors/sqla/models.py                 |     2 +-
 superset/db_engine_specs.py                        |     7 +-
 superset/migrations/versions/4736ec66ce19_.py      |    36 +-
 superset/sql_lab.py                                |     2 +-
 superset/sql_parse.py                              |     4 +-
 superset/utils.py                                  |    11 +-
 superset/views/core.py                             |    18 +-
 superset/views/sql_lab.py                          |     6 +
 superset/viz.py                                    |    43 +-
 tests/base_tests.py                                |    19 +
 tests/celery_tests.py                              |     8 +-
 tests/fixtures/datasource.py                       |     2 +-
 tests/sql_parse_tests.py                           |    28 +
 tests/viz_tests.py                                 |   105 +-
 70 files changed, 21169 insertions(+), 882 deletions(-)
 create mode 100644 superset/assets/package-lock.json
 create mode 100644 superset/assets/spec/.eslintrc
 create mode 100644 superset/assets/spec/javascripts/visualizations/table_spec.jsx
 create mode 100644 superset/assets/src/components/BootstrapSliderWrapper.css
 create mode 100644 superset/assets/src/components/BootstrapSliderWrapper.jsx
 create mode 100644 superset/assets/src/explore/components/controls/SliderControl.jsx
 create mode 100644 superset/assets/src/visualizations/HorizonChart.css
 create mode 100644 superset/assets/src/visualizations/HorizonChart.jsx
 create mode 100644 superset/assets/src/visualizations/HorizonRow.jsx
 delete mode 100644 superset/assets/src/visualizations/horizon.css
 delete mode 100644 superset/assets/src/visualizations/horizon.js