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

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

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

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


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

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

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 +-
 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 +--
 16 files changed, 47 insertions(+), 50 deletions(-)