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 2020/10/26 18:31:03 UTC

[incubator-superset] branch hugh/so-1118 updated (b823ade -> 2f8d77a)

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

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


    from b823ade  change ordering of btn menu
     add 2e6afdf  docs: Update Dremio doc with Arrow Flight connection details (#11422)
     add 10a54b5  fix(examples): specify 'time_range_endpoints' to prevent toast warning (#11417)
     add 6acae9a  refactor: Replace usages of reactable in TimeTable (#11239)
     add ba314c0  Moved frame from below to currently focused window (#11423)
     add 604a519  fix: keeping Markdown content while resizing window on Dashboard (#11392)
     add 144b279  feat: saved queries with execution info (#11391)
     add 894ca3c  refactor: Use Modals from Antd instead of react-bootstrap (#11330)
     add 2f8d77a  Merge branch 'master' of https://github.com/apache/incubator-superset into hugh/so-1118

No new revisions were added by this update.

Summary of changes:
 .../pages/docs/Connecting to Databases/dremio.mdx  |   9 +-
 .../integration/dashboard/dashboard.helper.ts      |  11 +
 .../cypress/integration/dashboard/markdown.test.ts |  13 +-
 .../dashboard/components/CssEditor_spec.jsx        |   9 +-
 .../components/RefreshIntervalModal_spec.jsx       |  15 +-
 .../components/gridComponents/Tab_spec.jsx         |   2 +-
 .../explore/components/DisplayQueryButton_spec.jsx |   8 +-
 .../javascripts/sqllab/HighlightedSql_spec.jsx     |   7 +
 .../spec/javascripts/sqllab/TableElement_spec.jsx  |  13 +
 .../src/SqlLab/components/QueryTable.jsx           |   2 +-
 superset-frontend/src/SqlLab/main.less             |   6 +-
 superset-frontend/src/common/components/Modal.tsx  |  27 +-
 .../src/components/AlteredSliceTag.jsx             |   3 +-
 superset-frontend/src/components/ModalTrigger.jsx  |  36 +-
 .../components/gridComponents/Markdown.jsx         |  45 ++-
 .../src/dashboard/stylesheets/popover-menu.less    |   4 +-
 .../src/explore/components/DisplayQueryButton.jsx  |  17 +-
 .../components/controls/TextAreaControl.jsx        |   2 +-
 .../src/visualizations/TimeTable/TimeTable.jsx     | 365 +++++++++++----------
 superset/examples/birth_names.py                   |   1 +
 superset/examples/deck.py                          |   1 +
 superset/examples/world_bank.py                    |   5 +-
 ...585b0b1a7b18_add_exec_info_to_saved_queries.py} |  20 +-
 superset/models/sql_lab.py                         |  16 +
 superset/queries/dao.py                            |  24 +-
 superset/queries/saved_queries/api.py              |   4 +
 superset/views/core.py                             |  10 +
 tests/queries/saved_queries/api_tests.py           |   6 +-
 tests/sqllab_tests.py                              |  32 +-
 29 files changed, 448 insertions(+), 265 deletions(-)
 copy superset/migrations/versions/{525c854f0005_log_this_plus.py => 585b0b1a7b18_add_exec_info_to_saved_queries.py} (69%)