You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by yo...@apache.org on 2021/11/26 15:52:17 UTC

[superset] branch monorepo_stage_2 updated (508b9a0 -> a5addbb)

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

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


 discard 508b9a0  fix mock ChartClient
 discard 5fe67b78 update jest config
 discard ef01a97  add resetTranslation in singleton
 discard f39122a  refactor superset-generator
 discard 4f7971a  update .codecov.yml
 discard 45ff52e  refresh lock file
 discard 95a6adb  check plugins
 discard 6c642b5  refine npm ci step in Dockerfile
 discard 6188a91  edit package.json
 discard 2f7ebc9  add workspace in packages.json
 discard 9a05fca  update eslint
 discard e64de44  update babel
 discard ad2804d  update webpack config
 discard c3045e9  update gitignore
 discard cea4f1f  update tsconfig
 discard a862000  move packages, plugins, scripts, shims to superset_frontend
    omit 870d2ab  Merge pull request #17445 from zhaoyongjie/monorepo_relocate_superset_ui
    omit 19ffba1  chore: temporarily enable merge in .asf.yml (#17560)
    omit a304116  fix: update kubernetes.mdx (#14512)
    omit 2e29f36  fix: RBAC for export for dashboard viewers (#17527)
     add 34718d6  move packages, plugins, scripts, shims to superset_frontend
     add 310969d  update tsconfig
     add 13756f6  update gitignore
     add 0b6dae3  update webpack config
     add 802cbdf  update babel
     add e60beee  update eslint
     add 7f7c755  add workspace in packages.json
     add 4d4b963  edit package.json
     add da53244  refine npm ci step in Dockerfile
     add 326d445  check plugins
     add 8cb9ab2  refresh lock file
     add b6f504d  update .codecov.yml
     add f828691  refactor superset-generator
     add 3ea4ff2  add resetTranslation in singleton
     add 196f01a  update jest config
     add bfb4a12  fix mock ChartClient
     add a5addbb  temporarily decrease ts-core coverage rate

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   (508b9a0)
            \
             N -- N -- N   refs/heads/monorepo_stage_2 (a5addbb)

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:
 .asf.yaml                                          |  2 +-
 .codecov.yml                                       |  2 +-
 docs/src/pages/docs/installation/kubernetes.mdx    | 25 ++++++++++-------
 .../src/views/CRUD/chart/ChartCard.tsx             |  2 +-
 .../src/views/CRUD/chart/ChartList.tsx             |  2 +-
 .../src/views/CRUD/dashboard/DashboardCard.tsx     |  2 +-
 .../src/views/CRUD/dashboard/DashboardList.tsx     |  2 +-
 .../src/views/CRUD/data/database/DatabaseList.tsx  |  2 +-
 .../src/views/CRUD/data/dataset/DatasetList.tsx    |  2 +-
 .../CRUD/data/savedquery/SavedQueryList.test.jsx   |  2 +-
 .../views/CRUD/data/savedquery/SavedQueryList.tsx  |  2 +-
 superset/constants.py                              |  1 +
 tests/integration_tests/charts/api_tests.py        |  5 +++-
 tests/integration_tests/dashboards/api_tests.py    |  4 ++-
 tests/integration_tests/databases/api_tests.py     |  8 ++++--
 tests/integration_tests/datasets/api_tests.py      | 32 ++++++----------------
 .../queries/saved_queries/api_tests.py             |  4 ++-
 17 files changed, 51 insertions(+), 48 deletions(-)