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 2017/11/06 07:24:44 UTC

[incubator-superset] branch 0.20 updated (62d0db7 -> 21aee98)

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

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


    from 62d0db7  v0.20.4
     add 3df3e0d  Fixing some warnings during tests (#3648)
     add 3ebadbc  Fix #3612 - reverse sign in difference calculation (#3646)
     add 93660c6  added aihello as superset user. (#3647)
     add 7f07fbe  Adding sort time table (#3651)
     add 52a9f27  Make columns that return an exception on click unsortable. (#3417)
     add f871634  Making the sort order for metrics pull from fd for time table viz (#3661)
     add 48e28ef  Add description for running specific test (#3665)
     add bad6938  [New Viz] Partition Diagram (#3642)
     add d0b5b44  Add a ColorPickerControl (#3653)
     add d4d4a9b  Sqllab  error troubleshooting (#3680)
     add ce5fa37  Avoid dividing by zero for sparkline in time table viz (#3679)
     add 2a89c90  unit tests for OptionDescription component (#3678)
     add 08f09b4  [minor] fix padding in Time Table (#3664)
     add adef519  DI-1113. Authentication: Enable user impersonation for Superset to HiveServer2 using hive.server2.proxy.user (a.fernandez) (#3652)
     add e121a85  [Feature] Percentage columns in Table Viz (#3586)
     add fa07b8d  defaultSort should be false when no sort is necessary (#3693)
     add b4bdc45  Add support for IE 11 for markup slices (#3702)
     add 58ea736  [cleanup] removing print() artefacts (#3683)
     add 18e9640  fixing the datasource inconsistence but in visualize flow (#3698)
     add 9893847  [form-data] Quoting form data (#3701)
     add 4967342  fix the slice permission issue after user click-edit new slice title (#3711)
     add f8b8f6a  [minor] fix label showing description in time_table's URL (#3663)
     add 8d7e97a   [translation] added japanese support (#3713)
     add ffdfdb9  changed metric heading from h1 to h3 (#3696)
     add 1d06495  add VIPKID to the orgs. (#3703)
     add efae145  fixes for bugs in #3689 (#3692)
     add e97dc9d  Set logging level to debug for DummyStatsLogger (#3662)
     add 547a3bf  Fix the ISO code description of region/province/department (#3685)
     add f412b4c   Missing the data of one province and two regions of China (#3686)
     add 9432ea8  Update messages.po (#3715)
     add c4b6324  Fix box_plot NaN issue (#3722)
     add a9b6d11  Validate JSON in slice's params on save (#3720)
     add 1582fa1  Add CRUD action to refresh table metadata (#3721)
     add cbd0107  bump react-bootstrap version (#3723)
     add 200b66d  Using indexOf instead of includes for isXAxisString (#3733)
     add 1e18bfd  Fix 3657 (#3739)
     add 814b70f  Escape columns names for time grains - postgres (#3736)
     add 5bc734b  Fix has_table method (#3741)
     add abfa034  Bumping react-select to rc10 (#3726)
     add 87b6d76  Consolidate all translation config (#3750)
     add 5c03167  fix https://github.com/apache/incubator-superset/pull/3726 (#3751)
     add cccc473  Add dummy file to fix symlink (#3759)
     add 326d90a  add stackoverflow tag (#3764)
     add f3c7052  docs: reword the FAQ regarding table changes (#3763)
     add 7fd9c82  Update to reflect new version of cryptography (#3748)
     add 7f3edad  [time table] add tooltip to sparkline (#3767)
     add aed7c74  Fix dashboard export download (#3773)
     add 8e3217a  [sql-lab] Fixing Run Query tooltip (#3774)
     add 13c17e1  [flake8] Enabling flake8 linting (#3776)
     add 73a5884  Merge branch 'master' into 0.20
     add 21aee98  0.20.5

No new revisions were added by this update.

Summary of changes:
 .pycodestyle                                       |    2 -
 .travis.yml                                        |    2 +
 CONTRIBUTING.md                                    |   24 +-
 MANIFEST.in                                        |    7 +-
 README.md                                          |    3 +
 docs/_build/html/README.md                         |    1 +
 docs/faq.rst                                       |   12 +-
 docs/installation.rst                              |    2 +-
 docs/visualization.rst                             |    6 +
 setup.cfg                                          |    3 -
 superset/assets/.babelrc                           |    2 +-
 .../assets/images/viz_thumbnails/partition.png     |  Bin 0 -> 198125 bytes
 .../SqlLab/components/RunQueryActionButton.jsx     |    7 +-
 .../javascripts/SqlLab/components/SaveQuery.jsx    |    1 -
 .../SqlLab/components/VisualizeModal.jsx           |    5 +-
 .../assets/javascripts/components/MetricOption.jsx |    5 +-
 .../javascripts/components/OptionDescription.jsx   |   28 +
 .../javascripts/explore/components/Control.jsx     |    3 +-
 .../components/controls/ColorPickerControl.jsx     |   92 +
 .../components/controls/ColorSchemeControl.jsx     |    2 +-
 .../explore/components/controls/Filter.jsx         |    2 +-
 .../explore/components/controls/index.js           |    2 +
 superset/assets/javascripts/explore/main.css       |    8 +
 .../assets/javascripts/explore/stores/controls.jsx |  120 ++
 .../assets/javascripts/explore/stores/visTypes.js  |   38 +-
 superset/assets/javascripts/modules/colors.js      |    2 +-
 superset/assets/javascripts/modules/dates.js       |    1 -
 superset/assets/package.json                       |   15 +-
 .../javascripts/components/MetricOption_spec.jsx   |    9 +
 .../components/OptionDescription_spec.jsx          |   32 +
 .../explore/components/ColorPickerControl_spec.jsx |   41 +
 .../explore/components/ColorScheme_spec.jsx        |   25 +
 .../javascripts/explore/components/Filter_spec.jsx |   24 +
 .../javascripts/sqllab/QueryStateLabel_spec.jsx    |    5 -
 .../javascripts/sqllab/VisualizeModal_spec.jsx     |    2 +
 .../assets/stylesheets/react-select/select.less    |  100 +-
 superset/assets/stylesheets/superset.less          |    7 +-
 .../assets/visualizations/countries/china.geojson  |    7 +-
 superset/assets/visualizations/main.js             |    1 +
 superset/assets/visualizations/markup.js           |   11 +-
 superset/assets/visualizations/nvd3_vis.js         |    7 +-
 superset/assets/visualizations/paired_ttest.jsx    |    2 +-
 superset/assets/visualizations/partition.css       |   27 +
 superset/assets/visualizations/partition.js        |  333 ++++
 superset/assets/visualizations/table.js            |   20 +-
 superset/assets/visualizations/time_table.css      |    3 +-
 superset/assets/visualizations/time_table.jsx      |  147 +-
 superset/assets/webpack.config.js                  |    2 +-
 superset/config.py                                 |    5 +
 superset/connectors/druid/models.py                |   45 +-
 superset/connectors/druid/views.py                 |    1 +
 superset/connectors/sqla/models.py                 |    3 -
 superset/connectors/sqla/views.py                  |   16 +
 superset/data/__init__.py                          |    2 +-
 superset/db_engine_specs.py                        |   70 +-
 superset/db_engines/hive.py                        |   22 +
 superset/models/core.py                            |   69 +-
 superset/sql_lab.py                                |   16 +-
 superset/stats_logger.py                           |    6 +-
 superset/templates/superset/export_dashboards.html |    2 +-
 .../templates/superset/models/database/macros.html |    1 +
 {babel => superset/translations}/babel.cfg         |    0
 superset/translations/en/LC_MESSAGES/messages.po   |    6 +-
 superset/translations/es/LC_MESSAGES/messages.po   |    6 +-
 superset/translations/fr/LC_MESSAGES/messages.po   |    6 +-
 superset/translations/it/LC_MESSAGES/messages.po   |    6 +-
 superset/translations/ja/LC_MESSAGES/messages.mo   |  Bin 0 -> 65236 bytes
 .../translations/ja/LC_MESSAGES/messages.po        | 1310 +++++++-------
 {babel => superset/translations}/messages.pot      | 1779 ++++++++++++--------
 superset/translations/zh/LC_MESSAGES/messages.po   |   28 +-
 superset/views/core.py                             |   37 +-
 superset/viz.py                                    |  187 +-
 tests/core_tests.py                                |    9 +-
 tests/druid_tests.py                               |  127 +-
 tests/viz_tests.py                                 |  456 ++++-
 tox.ini                                            |   64 +
 76 files changed, 3797 insertions(+), 1682 deletions(-)
 delete mode 100644 .pycodestyle
 create mode 100644 docs/_build/html/README.md
 create mode 100644 superset/assets/images/viz_thumbnails/partition.png
 create mode 100644 superset/assets/javascripts/components/OptionDescription.jsx
 create mode 100644 superset/assets/javascripts/explore/components/controls/ColorPickerControl.jsx
 create mode 100644 superset/assets/spec/javascripts/components/OptionDescription_spec.jsx
 create mode 100644 superset/assets/spec/javascripts/explore/components/ColorPickerControl_spec.jsx
 create mode 100644 superset/assets/spec/javascripts/explore/components/ColorScheme_spec.jsx
 create mode 100644 superset/assets/visualizations/partition.css
 create mode 100644 superset/assets/visualizations/partition.js
 rename {babel => superset/translations}/babel.cfg (100%)
 create mode 100644 superset/translations/ja/LC_MESSAGES/messages.mo
 copy babel/messages.pot => superset/translations/ja/LC_MESSAGES/messages.po (73%)
 mode change 100755 => 100644
 rename {babel => superset/translations}/messages.pot (62%)
 mode change 100755 => 100644

-- 
To stop receiving notification emails like this one, please contact
['"commits@superset.apache.org" <co...@superset.apache.org>'].