This is an automated email from the ASF dual-hosted git repository.
graceguo pushed a change to branch convert-ids-to-tabs-v2
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git.
omit 70ea11e convert ids to scope object
omit 6933185 refactory after design review
add 98f1ac7 refactory after design review
add 7ea6d09 fix a few props initial value
add 6f0d13b convert ids to scope object
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 (70ea11e)
\
N -- N -- N refs/heads/convert-ids-to-tabs-v2 (6f0d13b)
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:
.../dashboard/components/filterscope/FilterFieldTree.jsx | 4 ++--
.../components/filterscope/FilterScopeSelector.jsx | 14 +++++++-------
.../dashboard/components/filterscope/FilterScopeTree.jsx | 9 +++++++--
.../filterscope/renderFilterFieldTreeNodes.jsx | 11 ++++++-----
.../filterscope/renderFilterScopeTreeNodes.jsx | 10 +++++++---
.../assets/src/dashboard/reducers/dashboardFilters.js | 4 ++--
.../src/dashboard/util/buildFilterScopeTreeEntry.js | 2 +-
.../assets/src/dashboard/util/getFilterScopeNodesTree.js | 16 +++++++++++-----
8 files changed, 43 insertions(+), 27 deletions(-)