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

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


    from be51717  fix: missing select menu background (#12759)
     new 60545c9  fix(alerts/reports): misconfigured useEffect hook breaks form 
validation in prod builds (#12779)
     new 73523e2  fix(async queries): Remove "force" param on cached data 
retrieval (#12103)
     new 3686913  fix(explore): preserve metric column order in bar chart 
(#12417)
     new fd6a75d  fix: missing key when verifying adhoc filters in 
merge_extra_filters (#12620)
     new 5500982  docs: update README.MD and FAQ Page for Superset 1.0 launch 
(#12499)
     new bd83087  fix(release): pin pyjwt to version <2 (#12804)
     new 3b1a84c  fix: Added message flash when chart with missing dataset is 
accessed. (#12468)
     new c1c798a  feat(explore): allow opening charts with missing dataset 
(#12705)
     new 2fc03f8  feat(explore): Make metric title respond to changes 
immediately (#12747)
     new 99534f2  fix(explore): incorrect missing datasource condition (#12758)
     new 3a962f8  fix: session error fixed related to thumbnails. (#12760)
     new 4c2303e  fix(explore): Dataset icon remains constant when dragging.  
(#12761)
     new d28b44a  chore(explore): Reorder dataset search results based on 
property relevance (#12770)
     new 8e6c195  fix: uuid generatiion for mysql fixed (#12787)
     new 7b94db0  fix(explore): pass partitionColumn when creating new adhoc 
filter (#12789)
     new 926fdce  fix(explore): time picker can not be switched between now and 
specific (#12793)
     new 0456563  fix: samples should not be timeseries (#12796)
     new 51dc845  docs:add deprecations to updating.md (#12798)

The 18 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 INTHEWILD.md                                       |   2 +-
 README.md                                          |  86 +++---
 UPDATING.md                                        |  31 ++-
 docker/pythonpath_dev/superset_config.py           |   2 -
 .../pages/docs/frequently-asked-questions-page.mdx |   6 +-
 setup.cfg                                          |   2 +-
 setup.py                                           |   1 +
 superset-frontend/images/screenshots/bank_dash.png | Bin 1600232 -> 0 bytes
 .../images/screenshots/deckgl_dash.png             | Bin 6777438 -> 0 bytes
 superset-frontend/images/screenshots/explore.jpg   | Bin 0 -> 445619 bytes
 superset-frontend/images/screenshots/explore.png   | Bin 659975 -> 0 bytes
 .../images/screenshots/explore_visualizations.jpg  | Bin 0 -> 485516 bytes
 superset-frontend/images/screenshots/gallery.jpg   | Bin 0 -> 281558 bytes
 superset-frontend/images/screenshots/gallery.png   | Bin 3542967 -> 0 bytes
 .../images/screenshots/geospatial_dash.jpg         | Bin 0 -> 493439 bytes
 .../images/screenshots/slack_dash.jpg              | Bin 0 -> 379892 bytes
 superset-frontend/images/screenshots/sql_lab.jpg   | Bin 0 -> 415938 bytes
 superset-frontend/images/screenshots/sqllab.png    | Bin 791403 -> 0 bytes
 .../images/screenshots/visualizations.png          | Bin 2016718 -> 0 bytes
 superset-frontend/package-lock.json                | 117 ++++----
 .../spec/javascripts/datasource/fixtures.tsx       |  93 +++++++
 .../components/AdhocMetricEditPopover_spec.jsx     |   1 +
 .../explore/components/DatasourceControl_spec.jsx  |   2 +-
 .../explore/components/DatasourcePanel_spec.jsx    |  58 +++-
 .../components/DateFilterControl/utils_spec.ts     | 298 +++++++++++++++++++++
 superset-frontend/src/common/components/index.tsx  |   1 +
 .../src/explore/components/Control.tsx             |   4 +-
 .../src/explore/components/DatasourcePanel.tsx     |  90 +++----
 .../components/controls/DatasourceControl.jsx      |  50 +++-
 .../DateFilterControl/frame/CustomFrame.tsx        |  18 +-
 .../components/controls/DateFilterControl/types.ts |   2 +-
 .../components/controls/DateFilterControl/utils.ts |  36 ++-
 .../controls/FilterControl/AdhocFilterControl.jsx  |  16 +-
 .../AdhocFilterEditPopoverSimpleTabContent.jsx     |   6 +-
 .../MetricControl/AdhocMetricEditPopover.jsx       |  34 ++-
 .../MetricControl/AdhocMetricPopoverTrigger.tsx    |  73 ++++-
 .../src/views/CRUD/alert/AlertReportModal.tsx      |  38 ++-
 superset/charts/schemas.py                         |  14 +-
 superset/commands/exceptions.py                    |   2 +-
 superset/commands/utils.py                         |   4 +-
 superset/common/query_context.py                   |   5 +-
 superset/connectors/connector_registry.py          |  17 +-
 superset/connectors/druid/views.py                 |   4 +-
 superset/datasets/api.py                           |   1 +
 superset/datasets/commands/exceptions.py           |  10 +-
 superset/datasets/commands/importers/v0.py         |  15 +-
 ...b56500de1855_add_uuid_column_to_import_mixin.py |   2 +-
 superset/models/slice.py                           |   2 +-
 superset/models/tags.py                            |   7 +-
 superset/tasks/thumbnails.py                       |  20 +-
 superset/translations/de/LC_MESSAGES/messages.json |   6 +-
 superset/translations/de/LC_MESSAGES/messages.po   |   6 +-
 superset/translations/en/LC_MESSAGES/messages.json |   6 +-
 superset/translations/en/LC_MESSAGES/messages.po   |   6 +-
 superset/translations/es/LC_MESSAGES/messages.json |   6 +-
 superset/translations/es/LC_MESSAGES/messages.po   |   6 +-
 superset/translations/fr/LC_MESSAGES/messages.json |   8 +-
 superset/translations/fr/LC_MESSAGES/messages.po   |   6 +-
 superset/translations/it/LC_MESSAGES/messages.json |   6 +-
 superset/translations/it/LC_MESSAGES/messages.po   |   6 +-
 superset/translations/ja/LC_MESSAGES/messages.json |   6 +-
 superset/translations/ja/LC_MESSAGES/messages.po   |   6 +-
 superset/translations/ko/LC_MESSAGES/messages.json |   6 +-
 superset/translations/ko/LC_MESSAGES/messages.po   |   6 +-
 superset/translations/messages.pot                 |   6 +-
 superset/translations/pt/LC_MESSAGES/message.json  |   8 +-
 superset/translations/pt/LC_MESSAGES/message.po    |   6 +-
 superset/translations/pt/LC_MESSAGES/messages.json |   4 +-
 .../translations/pt_BR/LC_MESSAGES/messages.json   |   8 +-
 .../translations/pt_BR/LC_MESSAGES/messages.po     |   6 +-
 superset/translations/ru/LC_MESSAGES/messages.json |   6 +-
 superset/translations/ru/LC_MESSAGES/messages.po   |   6 +-
 superset/translations/zh/LC_MESSAGES/messages.json |   6 +-
 superset/translations/zh/LC_MESSAGES/messages.po   |   8 +-
 superset/utils/cache.py                            |   7 +-
 superset/utils/core.py                             |   7 +-
 superset/views/base.py                             |   7 +-
 superset/views/core.py                             |  97 ++++---
 superset/views/datasource.py                       |  37 ++-
 superset/views/utils.py                            |  26 +-
 superset/viz.py                                    |  22 +-
 superset/viz_sip38.py                              |   4 +
 tests/base_tests.py                                |  15 ++
 tests/charts/api_tests.py                          |  21 +-
 tests/core_tests.py                                |   2 +-
 tests/datasets/api_tests.py                        |   7 +-
 tests/datasource_tests.py                          |  48 ++--
 tests/query_context_tests.py                       |  42 ++-
 tests/tasks/async_queries_tests.py                 |   2 +-
 tests/viz_tests.py                                 | 111 +++++++-
 90 files changed, 1243 insertions(+), 532 deletions(-)
 delete mode 100644 superset-frontend/images/screenshots/bank_dash.png
 delete mode 100644 superset-frontend/images/screenshots/deckgl_dash.png
 create mode 100644 superset-frontend/images/screenshots/explore.jpg
 delete mode 100644 superset-frontend/images/screenshots/explore.png
 create mode 100644 
superset-frontend/images/screenshots/explore_visualizations.jpg
 create mode 100644 superset-frontend/images/screenshots/gallery.jpg
 delete mode 100644 superset-frontend/images/screenshots/gallery.png
 create mode 100644 superset-frontend/images/screenshots/geospatial_dash.jpg
 create mode 100644 superset-frontend/images/screenshots/slack_dash.jpg
 create mode 100644 superset-frontend/images/screenshots/sql_lab.jpg
 delete mode 100644 superset-frontend/images/screenshots/sqllab.png
 delete mode 100644 superset-frontend/images/screenshots/visualizations.png
 create mode 100644 superset-frontend/spec/javascripts/datasource/fixtures.tsx
 create mode 100644 
superset-frontend/spec/javascripts/explore/components/DateFilterControl/utils_spec.ts

Reply via email to