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

hugh pushed a change to branch so-1117-savedatasetmodal
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git.


    from c597782  add props
     add 5f134d2  fix test
     add a5af2ad  test: add React Testing Library (#11771)
     add ac9761c  fix: dashboard iframe to markdown db migration (#11845)
     add f292015  fix (dataset editor): allow Source tab readOnly mode (#11781)
     add d041d3a  fix: certification icon order (#11881)
     add a76eadd  feat: report/alert list CRUD view (#11802)
     add f76ac59  yea

No new revisions were added by this update.

Summary of changes:
 superset-frontend/.eslintrc.js                     |    4 +-
 .../images/icons/{grid.svg => exclamation.svg}     |    4 +-
 superset-frontend/images/icons/slack.svg           |   27 +
 superset-frontend/jest.config.js                   |    5 +-
 superset-frontend/package-lock.json                | 4628 ++++++++++++++------
 superset-frontend/package.json                     |    8 +-
 superset-frontend/spec/.eslintrc                   |    9 +-
 .../CopyToClipboard_spec.jsx => helpers/setup.ts}  |   21 +-
 .../helpers/testing-library.tsx}                   |   39 +-
 .../spec/javascripts/components/Timer_spec.tsx     |   85 +
 .../datasource/DatasourceEditor_spec.jsx           |   66 +
 .../{ControlRow_spec.jsx => ControlRow_spec.tsx}   |   18 +-
 .../javascripts/sqllab/SaveDatasetModal_spec.tsx   |    2 +-
 .../spec/javascripts/sqllab/Timer_spec.jsx         |   48 -
 .../views/CRUD/alert/AlertList_spec.jsx            |  107 +
 .../Base.ts => common/components/Switch.tsx}       |   23 +-
 .../src/common/components/common.stories.tsx       |    9 +
 superset-frontend/src/common/components/index.tsx  |    1 +
 .../src/components/DatabaseSelector.tsx            |    7 +-
 superset-frontend/src/components/Icon/index.tsx    |   62 +-
 superset-frontend/src/components/Label/index.tsx   |    1 +
 superset-frontend/src/components/TableSelector.tsx |   36 +-
 superset-frontend/src/components/Timer.tsx         |   10 +-
 .../src/datasource/DatasourceEditor.jsx            |   69 +-
 superset-frontend/src/featureFlags.ts              |    1 +
 superset-frontend/src/views/App.tsx                |   23 +-
 .../src/views/CRUD/alert/AlertList.tsx             |  314 ++
 .../src/views/CRUD/{annotation => alert}/types.ts  |   26 +-
 superset-frontend/src/views/CRUD/hooks.ts          |   12 +-
 superset-frontend/webpack.proxy-config.js          |    1 +
 superset/app.py                                    |    7 +-
 superset/config.py                                 |    2 +
 ...978245563a02_migrate_iframe_to_dash_markdown.py |   17 +-
 superset/reports/api.py                            |    3 +-
 superset/views/alerts.py                           |   33 +
 superset/views/base.py                             |    1 +
 tests/reports/api_tests.py                         |    1 +
 tests/superset_test_config.py                      |    2 +-
 38 files changed, 4225 insertions(+), 1507 deletions(-)
 copy superset-frontend/images/icons/{grid.svg => exclamation.svg} (65%)
 create mode 100644 superset-frontend/images/icons/slack.svg
 copy superset-frontend/spec/{javascripts/components/CopyToClipboard_spec.jsx 
=> helpers/setup.ts} (71%)
 copy 
superset-frontend/{src/dashboard/util/logging/getLoadStatsPerTopLevelComponent.js
 => spec/helpers/testing-library.tsx} (55%)
 create mode 100644 superset-frontend/spec/javascripts/components/Timer_spec.tsx
 rename 
superset-frontend/spec/javascripts/explore/components/{ControlRow_spec.jsx => 
ControlRow_spec.tsx} (68%)
 delete mode 100644 superset-frontend/spec/javascripts/sqllab/Timer_spec.jsx
 create mode 100644 
superset-frontend/spec/javascripts/views/CRUD/alert/AlertList_spec.jsx
 copy superset-frontend/src/{components/ListView/Filters/Base.ts => 
common/components/Switch.tsx} (70%)
 create mode 100644 superset-frontend/src/views/CRUD/alert/AlertList.tsx
 copy superset-frontend/src/views/CRUD/{annotation => alert}/types.ts (76%)

Reply via email to