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

[incubator-superset] branch hotkeys updated (c7139c0 -> e1abb86)

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

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


    from c7139c0  refactor
     add 5bac723  Refactor teradata to new time_grain_functions spec (#6539)
     add e285499  Add docker files to gitignore (#6507)
     add 9ec3e18  adding in a dependency version to fix an error with Flask CLI (#6547)
     add 95cdda4  Fix string value displaying NaN (#6534)
     add c6263fc  Documentation Correction to use http.server for Python3 (#6549)
     add c4884e3  Remove note about snowflake-sqlalchemy stable version regression (#6398)
     add fe99490  filter_values documentation fix (#5977)
     add 672c470  Pass security manager to QUERY_LOGGER (#6548)
     add e2b9625  Increase size of column `name` in table `ab_view_meu` (#6532)
     add b069419  fix addr_str format bug (#6551)
     add 926f78c  Fix deck.gl Polygon not show (#6545)
     add 3f29a1d  Secure unsecured views and prevent regressions (#6553)
     add 5a1ff0f  [cosmetic] add css no-wrap on CRUD's last modified (#6522)
     add 42067e0  [RfC] Fix URL too long (#6519)
     add 6a95f80  minor, auto tune debug mode when use flask_env (#6550)
     add fd03386  Make owner a m2m relation on datasources (#6544)
     add 8c6ddbc  Fix multiple db_migrations heads (#6560)
     add 60ccf3e  [SIP-14] remove dependency on yarn in favor of npm (#6541)
     add 6e942c9  Make boto3/botocore installation optional (#6540)
     add e1abb86  fox conflicts

No new revisions were added by this update.

Summary of changes:
 .gitignore                                         |     7 +
 .travis.yml                                        |    42 +-
 CONTRIBUTING.md                                    |    20 +-
 UPDATING.md                                        |    10 +
 contrib/docker/Dockerfile                          |    15 +-
 contrib/docker/docker-entrypoint.sh                |     4 +-
 docs/installation.rst                              |     4 -
 requirements-dev.txt                               |     2 +-
 requirements.txt                                   |     5 -
 setup.py                                           |     2 -
 superset/assets/cypress_build.sh                   |    11 +-
 superset/assets/js_build.sh                        |    10 +-
 superset/assets/package-lock.json                  | 13015 ++++++++-----------
 superset/assets/package.json                       |    23 +-
 superset/assets/spec/helpers/shim.js               |     1 -
 .../src/dashboard/components/DashboardBuilder.jsx  |    14 +-
 .../src/dashboard/components/DashboardGrid.jsx     |    19 +-
 .../assets/src/dashboard/components/Header.jsx     |    61 +-
 .../dashboard/components/HeaderActionsDropdown.jsx |    21 +-
 .../assets/src/dashboard/components/SliceAdder.jsx |    31 +-
 .../dashboard/components/gridComponents/Chart.jsx  |    17 +-
 .../dashboard/components/gridComponents/Tabs.jsx   |    28 +-
 .../dashboard/components/menu/WithPopoverMenu.jsx  |    20 +-
 .../assets/src/datasource/DatasourceEditor.jsx     |     8 +-
 .../explore/components/ExploreViewContainer.jsx    |     2 +-
 superset/assets/src/explore/exploreUtils.js        |    18 +-
 superset/assets/src/visualizations/Table/Table.js  |    10 +-
 superset/assets/src/visualizations/deckgl/utils.js |     4 +-
 superset/assets/yarn.lock                          |    21 +-
 superset/cli.py                                    |     2 +-
 superset/config.py                                 |    11 +-
 superset/connectors/base/models.py                 |     7 +-
 superset/connectors/druid/models.py                |    21 +-
 superset/connectors/druid/views.py                 |     6 +-
 superset/connectors/sqla/models.py                 |    18 +-
 superset/connectors/sqla/views.py                  |     6 +-
 superset/db_engine_specs.py                        |    24 +-
 superset/jinja_context.py                          |     2 +-
 ...e1b21cd94a4_change_owner_to_m2m_relation_on_.py |   105 +
 superset/migrations/versions/a7ca4a272e0a_.py      |    22 +
 ...d38_increase_size_of_name_column_in_ab_view_.py |    34 +
 superset/models/core.py                            |     2 +-
 superset/models/helpers.py                         |     6 +-
 superset/sql_lab.py                                |     1 +
 superset/views/core.py                             |    15 +-
 superset/views/datasource.py                       |     5 +
 superset/views/sql_lab.py                          |     2 +
 tests/db_engine_specs_test.py                      |     5 +-
 tests/import_export_tests.py                       |     9 +-
 tests/security_tests.py                            |    38 +-
 tox.ini                                            |     8 +-
 51 files changed, 5780 insertions(+), 8014 deletions(-)
 create mode 100644 superset/migrations/versions/3e1b21cd94a4_change_owner_to_m2m_relation_on_.py
 create mode 100644 superset/migrations/versions/a7ca4a272e0a_.py
 create mode 100644 superset/migrations/versions/cefabc8f7d38_increase_size_of_name_column_in_ab_view_.py