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
omit 2eb933086b pad the ErrorBoundary
omit 5fe2c102a0 try layout.content
omit 1791ae05e6 fix imports
omit 9f81be66be force non-closable in modal
omit c78b88b084 addressing comments
omit 75dc763c64 Update
superset-frontend/src/components/ErrorMessage/InvalidSQLErrorMessage.test.tsx
omit 444752cf0d one more file
omit b29aece1a6 chore: refactor Alert-related components
add ab6045691e feat: use npm run dev-server in docker-compose (#31876)
add d3812851a2 chore: refactor Alert-related components
add ab8f00cee7 one more file
add 970d981a1b Update
superset-frontend/src/components/ErrorMessage/InvalidSQLErrorMessage.test.tsx
add 60ac2e700b addressing comments
add 28732ba03f force non-closable in modal
add fa32d5d7af fix imports
add 1a26fd313b try layout.content
add c39c7b69fe pad the ErrorBoundary
add fe4aa7341e catch network error
add 6cfacb0175 fix network error
add 91e6c07c3b fixes
add cdce8557b0 last one
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 (2eb933086b)
\
N -- N -- N refs/heads/alerts_refactor (cdce8557b0)
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:
docker-compose.yml | 4 ++++
docker/docker-frontend.sh | 4 +++-
.../src/components/Alert/Alert.test.tsx | 22 +++++++++---------
superset-frontend/src/components/Chart/Chart.tsx | 20 +++++++++--------
.../src/components/Chart/ChartErrorMessage.tsx | 7 ++----
.../src/components/ErrorMessage/ErrorAlert.tsx | 6 ++---
.../ErrorMessageWithStackTrace.test.tsx | 2 +-
.../ErrorMessage/ErrorMessageWithStackTrace.tsx | 2 +-
.../databases/DatabaseModal/index.test.tsx | 8 +++----
.../src/features/databases/DatabaseModal/index.tsx | 5 +++--
superset-frontend/src/setup/setupErrorMessages.ts | 5 +++++
superset-frontend/webpack.config.js | 26 +++++++++++-----------
superset-frontend/webpack.proxy-config.js | 6 ++---
13 files changed, 63 insertions(+), 54 deletions(-)