You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ly...@apache.org on 2023/01/12 23:07:06 UTC

[superset] branch lyndsi/enable-dataset-creation updated (a72d058293 -> 06363d9dd0)

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

lyndsi pushed a change to branch lyndsi/enable-dataset-creation
in repository https://gitbox.apache.org/repos/asf/superset.git


 discard a72d058293 Fix useEffect warnings and autosetting db from local storage, add translations, change window.location.href redirect to use history.push()
 discard 3c8f629064 Fix lint
 discard 168f42929c Add dangerToasts to error handling
 discard d2903e3072 Address Cody's review comments
 discard 99751f95d1 Use useHistory instead of window.location.href
 discard 7653e3dac2 Fix tests
 discard 0090c5b633 Delete AddDatasetModal
 discard 1460b78235 Create dataset returns user to dataset list
 discard d71d628cf9 Cancel now redirects to the previous page
 discard 3cbf16a8e0 Change all add dataset entrances to use new create page
 discard 1886145a0c Make defaultPageSize a const and move emptyStateComponent into src/components/EmptyState
 discard 3981b7d60a Create dataset polish/bug fix
 discard fa3a80a3cb Remove console.log
 discard 5e7b15a53c optimized setDatasets call
     add db201804ae fix: adding extraConfig to celery beat deployment (#22586)
     add af34e454be fix: change example comment to match type (#21772)
     add d18c7d6128 fix(ssh-tunnel): fix dataset creation flow through modal for DB with tunnel (#22581)
     add fad873c100 fix(dashboard): Add runtime safety checks and improved tests (#22457)
     add 7591acba54 fix: change type of slack error (#22443)
     add 804e89d725 fix: stringify ValueErrors for NaT types (#22628)
     add 1bc2237768 chore: adjusting Alerts & reports docs to use the latest chromedriver (#22517)
     add 9cfbc22cd2 chore: bump sqloxide to 0.1.30 (#22615)
     add 001100ddf0 feat(db_engine_specs): big query cost estimation (#21325)
     add 30dab3a00a chore: Bump flask libs (#22355)
     add 5b2ca97341 fix(sqllab): remove link to sqllab if missing perms (#22566)
     add 3ffdad1074 build(deps-dev): bump prettier from 2.4.1 to 2.8.2 in /superset-websocket (#22638)
     add 02e8511563 fix(dashboard): Add safety checks to areas that throw runtime errors in dashboard filters (#22648)
     add 8f865ce1ce chore: upgrade use-immer (#22646)
     add 516d56b7e8 chore: upgrade react-window (#22645)
     add 159dcd7e62 feat(RLS): RESTful apis and react view for RLS (#22325)
     add 8bf6d80155 fix: Stop query in SQL Lab with impala engine (#22635)
     add 399f6e3ddc feat(dashboard): Display a loading spinner while dashboard is being saved (#22588)
     add 1e3746be21 fix(dockerfile): fix "unhealthy" container state (#22663)
     add 08f45ef207 fix(viz-gallery): respect denylist in viz gallery (#22658)
     add 0b22287ad9 feat: make CTA text in Alerts & Reports mails configurable (#19779)
     add 73e53fab7a fix(bootstrap-data): always check flashes (#22659)
     add c0aeb2a75a chore(embedded): bump package versions (#22676)
     add 8f98c469fd docs: Add Careem to the user's list (#22669)
     add 1fe0290a60 chore: Add KarrotPay in INTHEWILD.md (#22666)
     add 44c9cf4de5 chore: Migrate /superset/search_queries to API v1 (#22579)
     add f3696ceef3 chore: Localization of several charts and elements (#22150)
     add 7b15e6e3c7 fix(nav): make doc and bug buttons customizable (#22682)
     add a8f3a4fb6e fix(sqllab): Overflow bigint in json-tree view (#22609)
     add 0908fd291b chore: Bump Flask-AppBuilder to 4.2.0 (#22580)
     add 539936522f feat(ssh_tunnel): SQLAlchemy Form UI (#22513)
     add 5d38992024 chore: upgrade react-redux (#22596)
     add 397a984f09 chore(superset-ui): bump superset-ui-chart-controls and plugin-chart-handlebars back to version 0.18.25 (#22694)
     add 68b0a5993d docs: add city of Ann Arbor to INTHEWILD (#22692)
     add d5ecfbb901 fix(embed): fix server error due to breaking change on flask-login (#22462)
     add cf00970cde feat(charts): allow query mutator to update queries after splitting original sql (#21645)
     add 5a422b31c5 fix: alert modal bug fix (#22688)
     add 1a0de496ee chore: Move charts to src/pages folder (#22230)
     add ce1fa955bd chore: Swapping main superset images for more current versions (#22668)
     add a1f1e4fdd4 chore: using bitly to manage expiring Slack invitation links (#22631)
     add 2de19f1d66 feat: Add logging for ssh tunneling test_connection attempts (#22625)
     add 72b921f0f0 optimized setDatasets call
     add 8253fe72a6 Remove console.log
     add d1f836fe35 Create dataset polish/bug fix
     add 5753b33bda Make defaultPageSize a const and move emptyStateComponent into src/components/EmptyState
     add 834a889426 Change all add dataset entrances to use new create page
     add 89bac926d0 Cancel now redirects to the previous page
     add 49aff9e811 Create dataset returns user to dataset list
     add 5aedd6626e Delete AddDatasetModal
     add f45d4eac64 Fix tests
     add 155236b280 Use useHistory instead of window.location.href
     add 1d355b45dc Address Cody's review comments
     add 44fac6e4f3 Add dangerToasts to error handling
     add f1b52e22af Fix lint
     add 786bcbfd91 Fix useEffect warnings and autosetting db from local storage, add translations, change window.location.href redirect to use history.push()
     add 06363d9dd0 fix lint

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   (a72d058293)
            \
             N -- N -- N   refs/heads/lyndsi/enable-dataset-creation (06363d9dd0)

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:
 CODE_OF_CONDUCT.md                                 |     2 +-
 Dockerfile                                         |     1 +
 README.md                                          |     4 +-
 RESOURCES/INTHEWILD.md                             |     5 +
 UPDATING.md                                        |     1 +
 docs/docs/contributing/contributing-page.mdx       |     2 +-
 docs/docs/installation/alerts-reports.mdx          |     2 +-
 docs/docusaurus.config.js                          |     2 +-
 docs/src/pages/community.tsx                       |     2 +-
 docs/src/pages/index.tsx                           |     6 +-
 docs/static/img/dashboard.jpg                      |   Bin 0 -> 128565 bytes
 docs/static/img/dashboard3.png                     |   Bin 728491 -> 0 bytes
 docs/static/img/explore.jpg                        |   Bin 0 -> 150805 bytes
 docs/static/img/explorer5.jpg                      |   Bin 314853 -> 0 bytes
 docs/static/img/sql_lab.jpg                        |   Bin 0 -> 117310 bytes
 docs/static/img/sqllab5.jpg                        |   Bin 345510 -> 0 bytes
 helm/superset/Chart.yaml                           |     2 +-
 helm/superset/README.md                            |     2 +-
 helm/superset/templates/deployment-beat.yaml       |    10 +
 requirements/base.txt                              |    22 +-
 requirements/development.txt                       |     2 +-
 setup.py                                           |    13 +-
 superset-embedded-sdk/package.json                 |     2 +-
 superset-frontend/package-lock.json                |   111 +-
 superset-frontend/package.json                     |     8 +-
 .../superset-ui-chart-controls/package.json        |     2 +-
 .../src/sections/advancedAnalytics.tsx             |    50 +-
 .../src/sections/chartTitle.tsx                    |     9 +-
 .../src/shared-controls/sharedControls.tsx         |    32 +-
 .../src/chart/components/FallbackComponent.tsx     |     5 +-
 .../src/chart/components/SuperChartCore.tsx        |     3 +-
 .../superset-ui-core/src/utils/featureFlags.ts     |     1 +
 .../storybook/shared/components/VerifyCORS.tsx     |     3 +-
 .../packages/superset-ui-switchboard/package.json  |     2 +-
 .../src/controlPanel.ts                            |    29 +-
 .../src/controlPanel.tsx                           |    51 +-
 .../src/controlPanel.ts                            |     6 +-
 .../src/controlPanel.ts                            |    50 +-
 .../src/controlPanel.tsx                           |    73 +-
 .../src/controlPanel.ts                            |    17 +-
 .../legacy-plugin-chart-rose/src/controlPanel.tsx  |    81 +-
 .../src/controlPanel.ts                            |     8 +-
 .../src/layers/Arc/Arc.jsx                         |     4 +-
 .../src/layers/Grid/Grid.jsx                       |     6 +-
 .../src/layers/Hex/Hex.jsx                         |     5 +-
 .../src/layers/Hex/controlPanel.ts                 |    29 +-
 .../src/layers/Path/controlPanel.ts                |     4 +-
 .../src/layers/Polygon/Polygon.jsx                 |     7 +-
 .../src/layers/Scatter/Scatter.jsx                 |     6 +-
 .../src/layers/Scatter/controlPanel.ts             |    12 +-
 .../src/layers/Screengrid/Screengrid.jsx           |     9 +-
 .../src/utilities/Shared_DeckGL.jsx                |    30 +-
 .../src/Area/controlPanel.ts                       |     6 +-
 .../legacy-preset-chart-nvd3/src/NVD3Controls.tsx  |   115 +-
 .../src/Pie/controlPanel.ts                        |    12 +-
 .../src/TimePivot/controlPanel.ts                  |    12 +-
 .../BigNumberWithTrendline/controlPanel.tsx        |    31 +-
 .../src/BoxPlot/controlPanel.ts                    |    27 +-
 .../src/Funnel/controlPanel.tsx                    |    12 +-
 .../src/MixedTimeseries/controlPanel.tsx           |    14 +-
 .../plugin-chart-echarts/src/Pie/controlPanel.tsx  |    12 +-
 .../src/Radar/controlPanel.tsx                     |     4 +-
 .../src/Timeseries/Area/controlPanel.tsx           |    10 +-
 .../src/Timeseries/Regular/Bar/controlPanel.tsx    |     4 +-
 .../src/Timeseries/Regular/Line/controlPanel.tsx   |    14 +-
 .../src/Timeseries/Step/controlPanel.tsx           |     6 +-
 .../src/Treemap/controlPanel.tsx                   |     6 +-
 .../plugins/plugin-chart-handlebars/package.json   |     2 +-
 .../src/components/Handlebars/HandlebarsViewer.tsx |     4 +-
 .../src/plugin/controlPanel.tsx                    |    44 +-
 .../src/react-pivottable/TableRenderers.jsx        |    10 +-
 .../plugins/plugin-chart-table/src/TableChart.tsx  |     2 +-
 .../src/plugin/controlPanel.ts                     |     6 +-
 .../preset-chart-xy/src/BoxPlot/controlPanel.ts    |    30 +-
 superset-frontend/spec/helpers/reducerIndex.ts     |     8 +-
 superset-frontend/spec/helpers/setup.ts            |     2 +-
 superset-frontend/src/SqlLab/App.jsx               |     4 +-
 .../src/SqlLab/components/ColumnElement/index.tsx  |     8 +-
 .../components/ExploreCtasResultsButton/index.tsx  |     2 +-
 .../components/ExploreResultsButton/index.tsx      |     2 +-
 .../SqlLab/components/QueryLimitSelect/index.tsx   |     5 +-
 .../components/QuerySearch/QuerySearch.test.jsx    |   139 -
 .../src/SqlLab/components/QuerySearch/index.tsx    |   289 -
 .../SqlLab/components/SaveDatasetModal/index.tsx   |     2 +-
 .../components/ScheduleQueryButton/index.tsx       |     8 +-
 .../src/SqlLab/components/SqlEditor/index.jsx      |     6 +-
 .../SqlLab/components/TabbedSqlEditors/index.jsx   |     8 +-
 .../components/TemplateParamsEditor/index.tsx      |    12 +-
 superset-frontend/src/SqlLab/reducers/sqlLab.js    |     6 +-
 .../src/components/AlteredSliceTag/index.jsx       |     6 +-
 .../Chart/DrillDetail/DrillDetailPane.tsx          |     2 +-
 .../src/components/CopyToClipboard/index.jsx       |     2 +-
 .../Datasource/ChangeDatasourceModal.tsx           |     4 +-
 .../src/components/Datasource/DatasourceEditor.jsx |     8 +-
 .../FilterableTable/FilterableTable.test.tsx       |    17 +
 .../src/components/FilterableTable/index.tsx       |    17 +-
 .../src/components/Form/LabeledErrorBoundInput.tsx |     6 +-
 .../src/components/ImportModal/index.tsx           |     4 +-
 .../src/components/ReportModal/index.tsx           |     2 +-
 .../src/components/Select/AsyncSelect.tsx          |    16 +-
 .../src/dashboard/actions/dashboardState.js        |    14 +
 .../src/dashboard/actions/dashboardState.test.js   |     8 +-
 superset-frontend/src/dashboard/actions/hydrate.js |     1 +
 .../src/dashboard/components/Dashboard.jsx         |     4 +-
 .../DashboardBuilder/DashboardBuilder.test.tsx     |    14 +
 .../DashboardBuilder/DashboardBuilder.tsx          |    14 +-
 .../components/DashboardEmbedControls.tsx          |     2 +-
 .../dashboard/components/gridComponents/Tabs.jsx   |    13 +-
 .../components/gridComponents/new/NewMarkdown.jsx  |     3 +-
 .../FiltersConfigModal/FilterTitlePane.tsx         |     4 +-
 .../FiltersConfigForm/FilterScope/utils.test.ts    | 18204 +++++++++++++++++++
 .../FiltersConfigForm/FilterScope/utils.ts         |    51 +-
 .../src/dashboard/reducers/dashboardLayout.js      |    64 +-
 .../src/dashboard/reducers/dashboardLayout.test.js |    23 +-
 .../src/dashboard/reducers/dashboardState.js       |    14 +
 superset-frontend/src/dashboard/types.ts           |     1 +
 .../src/dashboard/util/findParentId.js             |    49 -
 .../{findParentId.test.js => findParentId.test.ts} |    11 +
 .../src/dashboard/util/findParentId.ts             |    68 +
 .../src/dashboard/util/permissionUtils.test.ts     |    38 +-
 .../src/dashboard/util/permissionUtils.ts          |    15 +-
 superset-frontend/src/embedded/api.tsx             |     4 +-
 superset-frontend/src/embedded/index.tsx           |     3 +-
 .../DataTablesPane/components/SamplesPane.tsx      |     2 +-
 .../AnnotationLayerControl/AnnotationLayer.jsx     |    28 +-
 .../controls/ColorSchemeControl/index.tsx          |     2 +-
 .../DatasourceControl/DatasourceControl.test.tsx   |    51 +-
 .../controls/DatasourceControl/index.jsx           |    13 +-
 .../controls/FixedOrMetricControl/index.jsx        |     2 +-
 .../MetricControl/AdhocMetricEditPopoverTitle.tsx  |     2 +-
 .../explore/components/controls/SpatialControl.jsx |     6 +-
 .../controls/TimeSeriesColumnControl/index.jsx     |    92 +-
 .../components/controls/ViewportControl.jsx        |     3 +-
 .../VizTypeControl/VizTypeControl.test.tsx         |     2 +-
 .../controls/VizTypeControl/VizTypeGallery.tsx     |     2 +
 .../components/controls/VizTypeControl/index.tsx   |     4 +
 .../src/explore/controlPanels/sections.tsx         |    76 +-
 superset-frontend/src/explore/controls.jsx         |    42 +-
 superset-frontend/src/explore/fixtures.tsx         |     6 +-
 .../src/filters/components/GroupBy/controlPanel.ts |     2 +-
 .../src/filters/components/Range/buildQuery.ts     |     5 +-
 .../src/filters/components/Range/controlPanel.ts   |     2 +-
 .../src/filters/components/Select/controlPanel.ts  |     2 +-
 .../src/filters/components/Time/controlPanel.ts    |     2 +-
 superset-frontend/src/middleware/asyncEvent.ts     |    17 +-
 .../ChartCreation/ChartCreation.test.tsx}          |    22 +-
 .../ChartCreation/index.tsx}                       |    19 +-
 .../CRUD/chart => pages/ChartList}/ChartCard.tsx   |     2 +-
 .../chart => pages/ChartList}/ChartList.test.jsx   |     2 +-
 .../ChartList.tsx => pages/ChartList/index.tsx}    |     6 +-
 superset-frontend/src/preamble.ts                  |    31 +-
 superset-frontend/src/profile/App.tsx              |     8 +-
 superset-frontend/src/profile/components/App.tsx   |     4 +-
 .../src/profile/components/CreatedContent.tsx      |     6 +-
 .../src/profile/components/Favorites.tsx           |     7 +-
 .../src/profile/components/RecentActivity.tsx      |     6 +-
 .../src/profile/components/Security.tsx            |    13 +-
 .../src/profile/components/UserInfo.tsx            |    21 +-
 superset-frontend/src/showSavedQuery/index.jsx     |     5 +-
 superset-frontend/src/types/bootstrapTypes.ts      |     4 +
 superset-frontend/src/utils/getBootstrapData.ts    |     3 +-
 superset-frontend/src/utils/hostNamesConfig.js     |     5 +-
 superset-frontend/src/views/App.tsx                |    15 +-
 .../src/views/CRUD/alert/ExecutionLog.tsx          |     2 +-
 .../alert/components/AlertReportCronScheduler.tsx  |     2 +-
 .../src/views/CRUD/annotation/AnnotationList.tsx   |     4 +-
 .../src/views/CRUD/dashboard/DashboardList.tsx     |     4 +-
 .../DatabaseConnectionForm/CommonParameters.tsx    |     2 +-
 .../DatabaseModal/DatabaseConnectionForm/index.tsx |     1 +
 .../data/database/DatabaseModal/ExtraOptions.tsx   |    16 +-
 .../data/database/DatabaseModal/ModalHeader.tsx    |    60 +-
 .../data/database/DatabaseModal/SSHTunnelForm.tsx  |   265 +
 .../data/database/DatabaseModal/SqlAlchemyForm.tsx |     5 +-
 .../data/database/DatabaseModal/index.test.tsx     |   208 +
 .../CRUD/data/database/DatabaseModal/index.tsx     |   101 +-
 .../src/views/CRUD/data/database/types.ts          |    48 +
 .../dataset/AddDataset/DatasetPanel/fixtures.ts    |     1 +
 .../CRUD/data/dataset/AddDataset/Footer/index.tsx  |     2 +-
 .../AddDataset/LeftPanel/LeftPanel.test.tsx        |    20 +-
 .../views/CRUD/data/dataset/AddDataset/types.tsx   |     2 +-
 .../src/views/CRUD/data/dataset/DatasetList.tsx    |     4 +-
 .../views/CRUD/data/savedquery/SavedQueryList.tsx  |     5 +-
 .../rowlevelsecurity/RowLevelSecurityList.test.tsx |   259 +
 .../CRUD/rowlevelsecurity/RowLevelSecurityList.tsx |   351 +
 .../RowLevelSecurityModal.test.tsx                 |   295 +
 .../rowlevelsecurity/RowLevelSecurityModal.tsx     |   480 +
 .../views/CRUD/rowlevelsecurity/constants.ts}      |    15 +-
 .../CRUD/{chart => rowlevelsecurity}/types.ts      |    39 +-
 .../src/views/CRUD/welcome/ActivityTable.test.tsx  |     4 +-
 .../src/views/CRUD/welcome/ActivityTable.tsx       |    29 +-
 .../src/views/CRUD/welcome/ChartTable.tsx          |     2 +-
 .../src/views/CRUD/welcome/Welcome.test.tsx        |    55 +-
 .../src/views/CRUD/welcome/Welcome.tsx             |   109 +-
 .../src/views/RootContextProviders.tsx             |     6 +-
 .../src/views/components/RightMenu.tsx             |    53 +-
 superset-frontend/src/views/menu.tsx               |     7 +-
 superset-frontend/src/views/routes.tsx             |    23 +-
 superset-frontend/src/views/store.ts               |    11 +-
 .../src/visualizations/FilterBox/controlPanel.jsx  |     2 +-
 .../src/visualizations/TimeTable/TimeTable.jsx     |     4 +-
 superset-websocket/package-lock.json               |    17 +-
 superset-websocket/package.json                    |     2 +-
 superset/charts/data/commands/get_data_command.py  |     6 +-
 superset/config.py                                 |    52 +-
 superset/connectors/sqla/models.py                 |     3 +-
 superset/connectors/sqla/views.py                  |   117 +-
 superset/dao/base.py                               |    11 +
 superset/databases/api.py                          |     3 +
 superset/databases/commands/test_connection.py     |    47 +-
 superset/databases/schemas.py                      |     1 +
 superset/databases/ssh_tunnel/commands/update.py   |     3 +-
 superset/databases/ssh_tunnel/dao.py               |    23 +
 superset/databases/ssh_tunnel/models.py            |    11 +-
 superset/db_engine_specs/base.py                   |     5 +-
 superset/db_engine_specs/bigquery.py               |    92 +
 superset/db_engine_specs/hive.py                   |    10 +-
 superset/db_engine_specs/impala.py                 |    90 +
 superset/embedded/view.py                          |     7 +-
 superset/errors.py                                 |     2 +-
 superset/initialization/__init__.py                |    22 +-
 superset/models/core.py                            |    47 +-
 superset/models/helpers.py                         |     2 +-
 superset/reports/notifications/email.py            |     2 +-
 superset/reports/notifications/slack.py            |     6 +-
 superset/result_set.py                             |     1 +
 .../api.py                                         |   298 +-
 .../commands}/__init__.py                          |     0
 .../commands/bulk_delete.py                        |    24 +-
 .../commands/create.py                             |    50 +-
 .../commands/exceptions.py                         |    10 +-
 .../commands/update.py                             |    55 +-
 .../ssh_tunnel => row_level_security}/dao.py       |     9 +-
 superset/row_level_security/schemas.py             |   154 +
 superset/security/manager.py                       |    40 +-
 superset/sqllab/query_render.py                    |     2 +-
 superset/templates/appbuilder/navbar_right.html    |   127 -
 superset/translations/de/LC_MESSAGES/messages.json |     2 +-
 superset/translations/de/LC_MESSAGES/messages.po   |    32 +-
 superset/translations/en/LC_MESSAGES/messages.po   |    32 +-
 superset/translations/es/LC_MESSAGES/messages.po   |    32 +-
 superset/translations/fr/LC_MESSAGES/messages.json |     2 +-
 superset/translations/fr/LC_MESSAGES/messages.po   |    32 +-
 superset/translations/it/LC_MESSAGES/messages.po   |    32 +-
 superset/translations/ja/LC_MESSAGES/messages.po   |    32 +-
 superset/translations/ko/LC_MESSAGES/messages.po   |    32 +-
 superset/translations/messages.pot                 |    32 +-
 superset/translations/nl/LC_MESSAGES/messages.json |     2 +-
 superset/translations/nl/LC_MESSAGES/messages.po   |    32 +-
 superset/translations/pt/LC_MESSAGES/message.po    |    30 -
 .../translations/pt_BR/LC_MESSAGES/messages.po     |    32 +-
 superset/translations/ru/LC_MESSAGES/messages.po   |    32 +-
 superset/translations/sk/LC_MESSAGES/messages.po   |    32 +-
 superset/translations/sl/LC_MESSAGES/messages.json |    15 +-
 superset/translations/sl/LC_MESSAGES/messages.po   |    40 +-
 superset/translations/zh/LC_MESSAGES/messages.po   |    32 +-
 superset/utils/ssh_tunnel.py                       |    13 +
 superset/views/base.py                             |    20 +-
 superset/views/core.py                             |    28 +-
 superset/views/dashboard/views.py                  |     5 +-
 superset/viz.py                                    |     2 +-
 tests/integration_tests/conftest.py                |     6 +-
 tests/integration_tests/core_tests.py              |    19 +-
 tests/integration_tests/dashboard_tests.py         |     2 +-
 tests/integration_tests/databases/api_tests.py     |    13 +
 tests/integration_tests/datasource_tests.py        |    28 +-
 tests/integration_tests/embedded/test_view.py      |    72 +
 .../queries/saved_queries/api_tests.py             |     8 +-
 tests/integration_tests/reports/commands_tests.py  |    86 +-
 .../security/row_level_security_tests.py           |   419 +-
 tests/integration_tests/sqllab_tests.py            |    16 +
 tests/integration_tests/thumbnails_tests.py        |     4 +-
 .../databases/commands/test_connection_test.py     |    18 +-
 tests/unit_tests/dataframe_test.py                 |    18 +
 tests/unit_tests/result_set_test.py                |    34 +
 274 files changed, 23334 insertions(+), 2696 deletions(-)
 create mode 100644 docs/static/img/dashboard.jpg
 delete mode 100644 docs/static/img/dashboard3.png
 create mode 100644 docs/static/img/explore.jpg
 delete mode 100644 docs/static/img/explorer5.jpg
 create mode 100644 docs/static/img/sql_lab.jpg
 delete mode 100644 docs/static/img/sqllab5.jpg
 delete mode 100644 superset-frontend/src/SqlLab/components/QuerySearch/QuerySearch.test.jsx
 delete mode 100644 superset-frontend/src/SqlLab/components/QuerySearch/index.tsx
 create mode 100644 superset-frontend/src/dashboard/components/nativeFilters/FiltersConfigModal/FiltersConfigForm/FilterScope/utils.test.ts
 delete mode 100644 superset-frontend/src/dashboard/util/findParentId.js
 rename superset-frontend/src/dashboard/util/{findParentId.test.js => findParentId.test.ts} (79%)
 create mode 100644 superset-frontend/src/dashboard/util/findParentId.ts
 rename superset-frontend/src/{addSlice/AddSliceContainer.test.tsx => pages/ChartCreation/ChartCreation.test.tsx} (92%)
 rename superset-frontend/src/{addSlice/AddSliceContainer.tsx => pages/ChartCreation/index.tsx} (95%)
 rename superset-frontend/src/{views/CRUD/chart => pages/ChartList}/ChartCard.tsx (98%)
 rename superset-frontend/src/{views/CRUD/chart => pages/ChartList}/ChartList.test.jsx (99%)
 rename superset-frontend/src/{views/CRUD/chart/ChartList.tsx => pages/ChartList/index.tsx} (99%)
 create mode 100644 superset-frontend/src/views/CRUD/data/database/DatabaseModal/SSHTunnelForm.tsx
 create mode 100644 superset-frontend/src/views/CRUD/rowlevelsecurity/RowLevelSecurityList.test.tsx
 create mode 100644 superset-frontend/src/views/CRUD/rowlevelsecurity/RowLevelSecurityList.tsx
 create mode 100644 superset-frontend/src/views/CRUD/rowlevelsecurity/RowLevelSecurityModal.test.tsx
 create mode 100644 superset-frontend/src/views/CRUD/rowlevelsecurity/RowLevelSecurityModal.tsx
 copy superset-frontend/{packages/superset-ui-demo/storybook/stories/plugins/legacy-preset-chart-nvd3/Pie/data.ts => src/views/CRUD/rowlevelsecurity/constants.ts} (83%)
 rename superset-frontend/src/views/CRUD/{chart => rowlevelsecurity}/types.ts (62%)
 copy superset/{annotation_layers => row_level_security}/api.py (55%)
 copy superset/{advanced_data_type => row_level_security/commands}/__init__.py (100%)
 copy superset/{queries/saved_queries => row_level_security}/commands/bulk_delete.py (71%)
 copy superset/{annotation_layers => row_level_security}/commands/create.py (54%)
 copy superset/{css_templates => row_level_security}/commands/exceptions.py (81%)
 copy superset/{databases/ssh_tunnel => row_level_security}/commands/update.py (50%)
 copy superset/{databases/ssh_tunnel => row_level_security}/dao.py (83%)
 create mode 100644 superset/row_level_security/schemas.py
 delete mode 100644 superset/templates/appbuilder/navbar_right.html
 create mode 100644 tests/integration_tests/embedded/test_view.py
 copy superset/databases/ssh_tunnel/dao.py => tests/unit_tests/databases/commands/test_connection_test.py (64%)