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

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


 discard 272e0b057c chore: refactor Alert-related components
     add f8fe780f52 chore: replace Lodash usage with native JS implementation 
(#31907)
     add 4417e6eaef fix: Prevent undo functionality from referencing incorrect 
dashboard edits (#31809)
     add b5ac415afc docs: Removed mentioning of .env-non-dev in 
docker/README.md (#31460)
     add 43a97f86f5 fix: Load cached DB metadata as DatasourceName and add 
catalog to schema_list cache key (#31948)
     add dca3efb3dd fix: correct value for config variable `UPLOAD_FOLDER` 
(#25166)
     add a02a2f5a96 chore: Reduces the form_data_key length (#31905)
     add dfb9af36df chore: cypress set up tweaks (#31926)
     add 37768e7217 chore: refactor Alert-related components

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   (272e0b057c)
            \
             N -- N -- N   refs/heads/alerts_refactor (37768e7217)

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:
 .github/workflows/superset-docs-verify.yml              |  1 -
 .github/workflows/superset-e2e.yml                      |  2 +-
 .gitignore                                              |  6 ++++--
 UPDATING.md                                             |  1 +
 docker/README.md                                        |  2 +-
 docker/docker-init.sh                                   | 17 ++++++++++-------
 scripts/cypress_run.py                                  |  2 +-
 superset-frontend/cypress-base/cypress.config.ts        | 12 ++++++++++--
 .../src/operators/utils/timeOffset.ts                   |  5 +++--
 .../superset-ui-core/src/components/SafeMarkdown.tsx    |  4 ++--
 .../superset-ui-core/src/query/normalizeOrderBy.ts      |  4 ++--
 .../plugins/legacy-preset-chart-deckgl/src/utils.ts     |  3 +--
 .../plugins/plugin-chart-echarts/src/utils/forecast.ts  |  5 ++---
 .../plugin-chart-echarts/src/utils/treeBuilder.ts       |  4 ++--
 .../plugins/plugin-chart-table/src/TableChart.tsx       |  6 ++++--
 .../src/SqlLab/components/SaveDatasetModal/index.tsx    |  4 ++--
 .../src/SqlLab/components/SqlEditor/index.tsx           |  9 +++++----
 .../src/components/Chart/DrillBy/DrillByModal.test.tsx  |  4 ++--
 .../src/dashboard/actions/dashboardLayout.js            |  2 ++
 .../components/DashboardBuilder/DashboardBuilder.tsx    |  6 +++++-
 .../src/dashboard/components/Header/index.jsx           |  8 +++++++-
 .../src/explore/components/DatasourcePanel/index.tsx    |  3 +--
 .../src/explore/components/controls/BoundsControl.tsx   |  4 ++--
 .../components/controls/ColorSchemeControl/index.tsx    |  8 ++++----
 .../components/controls/DatasourceControl/index.jsx     |  3 +--
 .../DateFilterControl/components/CustomFrame.tsx        |  3 +--
 .../databases/UploadDataModel/UploadDataModal.test.tsx  | 13 ++++++-------
 superset-frontend/src/reduxUtils.ts                     | 17 +++++------------
 superset/commands/database/tables.py                    |  7 +++++--
 superset/config.py                                      | 13 ++++---------
 superset/key_value/shared_entries.py                    |  3 ++-
 superset/key_value/utils.py                             | 10 ++++++++--
 superset/models/core.py                                 | 12 ++++++------
 superset/static/{ => assets}/.gitkeep                   |  0
 superset/static/{ => uploads}/.gitkeep                  |  0
 35 files changed, 112 insertions(+), 91 deletions(-)
 copy superset/static/{ => assets}/.gitkeep (100%)
 copy superset/static/{ => uploads}/.gitkeep (100%)

Reply via email to