This is an automated email from the ASF dual-hosted git repository.
graceguo pushed a change to branch gg-Test-Scoped-Filters
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git.
discard 3c2fc91 minor bug fixes
discard a4e3ca2 fix/add unit tests
discard f312c20 merge filter scope settings into dashboard redux state
discard 79e0986 convert ids to scope object
discard af8f868 fix a few props initial value
discard b755e1b refactory after design review
discard c73e476 fix code review comments (round 1)
discard a2d5a96 add single-field-edit in multi-edit mode switch
discard 83a6c5f remove changes that should be another PR
discard 81f69a1 convert ids to scope object
discard b0a48b7 filter scope selector modal
add 6bce4f9 fab 2.2.0 (#8517)
add 62476c5 Allow customization of documentation icon and text (#8507)
add 763f59f Add support for database engine SAP Hana (#8411)
add b7b655e [docs] 0.35.0 CHANGELOG (#8547)
add a867d41 Upgrade superset-ui/time-format (#8541)
add 1b3e40f Clickable checkbox labels (#8534)
add a58b392 Encode feature flags to JSON pessimistically (#8529)
add 7bfa24d [fix] Re-cleanup legacy filters (#8523)
new ab85337 filter scope selector modal
new b1140a7 convert ids to scope object
new 8122b42 remove changes that should be another PR
new 9444d31 add single-field-edit in multi-edit mode switch
new 0b04808 fix code review comments (round 1)
new 166bc9b refactory after design review
new 8f05965 fix a few props initial value
new 87b9970 convert ids to scope object
new 4479328 merge filter scope settings into dashboard redux state
new 82f6f3e fix/add unit tests
new 23acb97 minor bug fixes
new 32d13d6 fix save filter Scopes behavior
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (3c2fc91)
\
N -- N -- N refs/heads/gg-Test-Scoped-Filters (32d13d6)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
The 12 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:
CHANGELOG.md | 136 +++++++++++++++++++++
docs/index.rst | 1 +
docs/installation.rst | 12 ++
requirements.txt | 2 +-
setup.py | 3 +-
superset/assets/package-lock.json | 20 ++-
superset/assets/package.json | 2 +-
.../explore/components/CheckboxControl_spec.jsx | 14 ++-
.../assets/src/dashboard/actions/dashboardState.js | 17 ++-
.../assets/src/dashboard/components/Header.jsx | 10 --
.../dashboard/components/HeaderActionsDropdown.jsx | 6 -
.../assets/src/dashboard/components/SaveModal.jsx | 7 --
.../components/filterscope/FilterScopeSelector.jsx | 5 +-
.../src/dashboard/containers/DashboardHeader.jsx | 12 --
.../src/dashboard/util/getFilterFieldNodesTree.js | 2 +-
.../src/dashboard/util/getFilterScopeNodesTree.js | 2 +-
.../components/controls/CheckboxControl.jsx | 1 +
superset/config.py | 3 +
superset/db_engine_specs/{oracle.py => hana.py} | 21 ++--
superset/examples/birth_names.py | 1 -
superset/examples/country_map.py | 1 -
superset/examples/deck.py | 21 ----
superset/examples/energy.py | 10 +-
superset/examples/long_lat.py | 1 -
superset/examples/multiformat_time_series.py | 1 -
superset/examples/random_time_series.py | 1 -
superset/examples/unicode_test_data.py | 1 -
superset/examples/world_bank.py | 12 +-
...27d0d1d_reconvert_legacy_filters_into_adhoc.py} | 49 +++-----
superset/templates/appbuilder/navbar_right.html | 13 +-
superset/views/core.py | 6 +-
tests/core_tests.py | 20 +++
32 files changed, 280 insertions(+), 133 deletions(-)
copy superset/db_engine_specs/{oracle.py => hana.py} (70%)
copy superset/migrations/versions/{bddc498dd179_adhoc_filters.py =>
78ee127d0d1d_reconvert_legacy_filters_into_adhoc.py} (64%)