This is an automated email from the ASF dual-hosted git repository.
graceguo pushed a change to branch scoped-filter-redux-v2
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git.
discard 3ee5354 fix/add unit tests
discard 13aac59 merge filter scope settings into dashboard redux state
omit 70ea11e convert ids to scope object
omit 6933185 refactory after design review
add 98f1ac7 refactory after design review
add 58f69a4 fix a few props initial value
add 03b722e convert ids to scope object
add a6fa458 merge filter scope settings into dashboard redux state
add aa679e8 fix/add unit tests
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 (3ee5354)
\
N -- N -- N refs/heads/scoped-filter-redux-v2 (aa679e8)
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.
No new revisions were added by this update.
Summary of changes:
.../components/filterscope/FilterFieldTree.jsx | 4 ++--
.../components/filterscope/FilterScopeSelector.jsx | 21 +++++++++++----------
.../components/filterscope/FilterScopeTree.jsx | 9 +++++++--
.../filterscope/renderFilterFieldTreeNodes.jsx | 11 ++++++-----
.../filterscope/renderFilterScopeTreeNodes.jsx | 11 ++++++-----
.../src/dashboard/reducers/dashboardFilters.js | 4 ++--
.../stylesheets/filter-scope-selector.less | 4 ++++
.../src/dashboard/util/buildFilterScopeTreeEntry.js | 2 +-
superset/assets/src/dashboard/util/constants.js | 2 +-
.../src/dashboard/util/getFilterFieldNodesTree.js | 4 ++--
.../src/dashboard/util/getFilterScopeNodesTree.js | 16 +++++++++++-----
.../util/getSelectedChartIdForFilterScopeTree.js | 4 ++--
12 files changed, 55 insertions(+), 37 deletions(-)