You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by gi...@apache.org on 2023/01/31 18:56:54 UTC

[superset] branch dependabot/npm_and_yarn/superset-websocket/eslint-8.33.0 updated (0ae8480404 -> 3e25e422f0)

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

github-bot pushed a change to branch dependabot/npm_and_yarn/superset-websocket/eslint-8.33.0
in repository https://gitbox.apache.org/repos/asf/superset.git


 discard 0ae8480404 build(deps-dev): bump eslint in /superset-websocket
     add 54f7a248a6 chore: deprecate /superset/filter/... endpoint, migrate to apiv1 (#22882)
     add c9b7507931 fix: bump isort to fix pre-commit CI (#22907)
     add b94052e438 chore: migrate /sql_json and /results to apiv1 (#22809)
     add c839d0daf5 chore: Localization of superset pt. 2 (#22772)
     add f2b61fca15 fix: edit pyarrow stringify to better handle emojis and accents (#22881)
     add 19779d7517 fix(sqllab): inconsistent addNewQueryEditor behavior (#21999)
     add b381c20d52 fix(i18n): greatly optimize Chinese translation (#22036)
     add 17dfa657f9 chore: skip puppeteer chromium download (#22623)
     add e18bf3f449 fix(dependency): update cryptography import (#22744)
     add 8466eec228 feat: add pyproject.toml file to project (#20291)
     add cd6fc35f60 chore(db_engine_specs): clean up column spec logic and add tests (#22871)
     add 30abefb519 feat: Adds the ECharts Sunburst chart (#22833)
     add e9423c3c87 fix: Time range filter applied on a dashboard is not persisting to the chart explore (#22920)
     add a35aeb9d6b fix(fab): Fix regression on FAB dropdowns (#22889)
     add 88119a9930 chore: migrate @vx/responsive to @visx/responsive for react 18 upgrade (#22815)
     add 3e25e422f0 build(deps-dev): bump eslint in /superset-websocket

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   (0ae8480404)
            \
             N -- N -- N   refs/heads/dependabot/npm_and_yarn/superset-websocket/eslint-8.33.0 (3e25e422f0)

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:
 .pre-commit-config.yaml                            |    2 +-
 Dockerfile                                         |    1 +
 docs/static/resources/openapi.json                 | 1428 ++---
 .flaskenv => pyproject.toml                        |    5 +-
 requirements/base.txt                              |    8 +-
 requirements/testing.txt                           |    2 +-
 setup.py                                           |    2 +-
 .../integration/explore/_skip.AdhocFilters.test.ts |    4 +-
 .../cypress/integration/sqllab/query.test.ts       |    4 +-
 .../cypress/integration/sqllab/tabs.test.ts        |   56 +-
 superset-frontend/package-lock.json                |   93 +-
 superset-frontend/package.json                     |    2 +-
 .../components/ColumnConfigControl/constants.tsx   |    2 +-
 .../{Treemap => Sunburst}/Stories.tsx              |   32 +-
 .../Pie => plugin-chart-echarts/Sunburst}/data.ts  |   22 +-
 .../legacy-plugin-chart-calendar/src/Calendar.js   |    6 +-
 .../src/vendor/cal-heatmap.js                      |    8 +-
 .../src/Histogram.jsx                              |    2 +-
 .../legacy-plugin-chart-sunburst/src/Sunburst.js   |    8 +-
 .../src/Radar/controlPanel.tsx                     |    2 +-
 .../src/Sunburst/EchartsSunburst.tsx               |   28 +-
 .../src/Sunburst/controlPanel.tsx                  |    5 +-
 .../src/Sunburst/images/Sunburst1.png              |  Bin 0 -> 130270 bytes
 .../src/Sunburst/images/Sunburst2.png              |  Bin 0 -> 126313 bytes
 .../src/Sunburst/images/thumbnail.png              |  Bin 5658 -> 130270 bytes
 .../plugin-chart-echarts/src/Sunburst/index.ts     |    6 +-
 .../src/Sunburst/transformProps.ts                 |   55 +-
 .../plugin-chart-echarts/src/Sunburst/types.ts     |    7 +
 .../src/Timeseries/Regular/Bar/controlPanel.tsx    |   28 +-
 .../plugins/plugin-chart-echarts/src/defaults.ts   |   62 +-
 .../plugin-chart-echarts/src/utils/treeBuilder.ts  |   15 +-
 .../src/PivotTableChart.tsx                        |    3 +-
 .../src/react-pivottable/TableRenderers.jsx        |   15 +-
 .../src/DataTable/components/SelectPageSize.tsx    |    5 +-
 .../plugins/plugin-chart-table/src/TableChart.tsx  |    2 +-
 superset-frontend/src/SqlLab/actions/sqlLab.js     |   55 +-
 .../src/SqlLab/actions/sqlLab.test.js              |   17 +-
 .../SqlLab/components/QueryStateLabel/index.tsx    |    6 +-
 .../src/SqlLab/components/ResultSet/index.tsx      |    4 +-
 .../src/SqlLab/components/SouthPane/index.tsx      |    3 +-
 .../SqlLab/components/SqlEditor/SqlEditor.test.jsx |    2 +-
 .../src/SqlLab/components/SqlEditor/index.jsx      |    2 +-
 .../SqlLab/components/TabbedSqlEditors/index.jsx   |   22 +-
 superset-frontend/src/SqlLab/constants.ts          |   20 +
 superset-frontend/src/SqlLab/fixtures.ts           |    1 +
 .../src/assets/stylesheets/superset.less           |   16 -
 .../src/components/DatabaseSelector/index.tsx      |    3 +-
 .../Datasource/ChangeDatasourceModal.tsx           |    2 +-
 .../src/components/Datasource/DatasourceEditor.jsx |   12 +-
 .../src/components/Datasource/DatasourceModal.tsx  |    2 +
 .../src/components/ListView/Filters/DateRange.tsx  |    3 +-
 superset-frontend/src/constants.ts                 |    4 +-
 .../src/dashboard/actions/dashboardState.js        |    5 +-
 .../DashboardBuilder/DashboardContainer.tsx        |    2 +-
 .../src/dashboard/components/SaveModal.tsx         |    2 +-
 .../components/menu/BackgroundStyleDropdown.tsx    |    5 +-
 .../FiltersConfigForm/DatasetSelect.tsx            |    1 +
 .../FiltersConfigForm/FiltersConfigForm.tsx        |    4 +-
 .../src/dashboard/util/newComponentFactory.js      |    2 +-
 .../index.tsx                                      |   12 +-
 superset-frontend/src/explore/constants.ts         |   40 +-
 .../getFormDataFromDashboardContext.test.ts        |   18 +-
 .../getFormDataWithDashboardContext.ts             |   33 +-
 .../src/profile/components/RecentActivity.tsx      |    2 +
 .../utils/getChartRequiredFieldsMissingMessage.ts  |    5 +-
 .../src/views/CRUD/alert/AlertList.tsx             |    2 +-
 .../src/views/CRUD/alert/AlertReportModal.tsx      |    2 +-
 .../src/views/CRUD/alert/ExecutionLog.tsx          |   12 +-
 .../src/views/CRUD/annotation/AnnotationModal.tsx  |    1 +
 .../CRUD/annotationlayers/AnnotationLayersList.tsx |    2 +-
 .../views/CRUD/csstemplates/CssTemplatesList.tsx   |    2 +-
 .../DatabaseConnectionForm/EncryptedField.tsx      |    4 +-
 .../DatabaseConnectionForm/ValidatedInputField.tsx |    6 +-
 .../data/database/DatabaseModal/SSHTunnelForm.tsx  |    4 +-
 .../CRUD/data/database/DatabaseModal/index.tsx     |    4 +-
 .../src/views/CRUD/data/query/QueryList.tsx        |    2 +-
 .../views/CRUD/data/savedquery/SavedQueryList.tsx  |    2 +-
 superset-frontend/src/views/CRUD/hooks.ts          |    6 +-
 .../src/views/CRUD/welcome/EmptyState.tsx          |   13 +-
 .../src/visualizations/presets/MainPreset.js       |    2 +
 superset/charts/post_processing.py                 |    7 +-
 superset/connectors/base/models.py                 |    5 +-
 superset/databases/schemas.py                      |    2 +-
 superset/datasource/api.py                         |  130 +
 superset/db_engine_specs/athena.py                 |    9 +-
 superset/db_engine_specs/base.py                   |   52 +-
 superset/db_engine_specs/bigquery.py               |   14 +-
 superset/db_engine_specs/clickhouse.py             |    9 +-
 superset/db_engine_specs/crate.py                  |   12 +-
 superset/db_engine_specs/dremio.py                 |   10 +-
 superset/db_engine_specs/drill.py                  |    9 +-
 superset/db_engine_specs/druid.py                  |   15 +-
 superset/db_engine_specs/duckdb.py                 |    7 +-
 superset/db_engine_specs/dynamodb.py               |    9 +-
 superset/db_engine_specs/elasticsearch.py          |   12 +-
 superset/db_engine_specs/firebird.py               |   14 +-
 superset/db_engine_specs/firebolt.py               |   14 +-
 superset/db_engine_specs/hana.py                   |   10 +-
 superset/db_engine_specs/hive.py                   |   10 +-
 superset/db_engine_specs/impala.py                 |    9 +-
 superset/db_engine_specs/kusto.py                  |   44 +-
 superset/db_engine_specs/kylin.py                  |   10 +-
 superset/db_engine_specs/mssql.py                  |   24 +-
 superset/db_engine_specs/mysql.py                  |   34 +-
 superset/db_engine_specs/oracle.py                 |   16 +-
 superset/db_engine_specs/postgres.py               |   38 +-
 superset/db_engine_specs/presto.py                 |  205 +-
 superset/db_engine_specs/rockset.py                |   16 +-
 superset/db_engine_specs/snowflake.py              |   13 +-
 superset/db_engine_specs/sqlite.py                 |   10 +-
 superset/db_engine_specs/trino.py                  |   25 -
 superset/initialization/__init__.py                |   13 +-
 superset/models/sql_lab.py                         |    5 +-
 superset/result_set.py                             |    7 +-
 superset/security/manager.py                       |    6 +-
 superset/sql_lab.py                                |   12 +-
 superset/sqllab/api.py                             |  248 +
 .../sqllab/{command.py => commands/execute.py}     |    0
 superset/sqllab/commands/results.py                |  131 +
 superset/sqllab/exceptions.py                      |    9 +-
 superset/sqllab/query_render.py                    |    2 +-
 superset/sqllab/schemas.py                         |   83 +
 superset/sqllab/validators.py                      |    2 +-
 superset/translations/de/LC_MESSAGES/messages.json |    2 +-
 superset/translations/de/LC_MESSAGES/messages.po   |    2 +-
 superset/translations/en/LC_MESSAGES/messages.po   |    2 +-
 superset/translations/es/LC_MESSAGES/messages.po   |    2 +-
 superset/translations/fr/LC_MESSAGES/messages.json |    2 +-
 superset/translations/fr/LC_MESSAGES/messages.po   |    2 +-
 superset/translations/it/LC_MESSAGES/messages.po   |    2 +-
 superset/translations/ja/LC_MESSAGES/messages.po   |    2 +-
 superset/translations/ko/LC_MESSAGES/messages.po   |    2 +-
 superset/translations/messages.pot                 |    2 +-
 superset/translations/nl/LC_MESSAGES/messages.json |    2 +-
 superset/translations/nl/LC_MESSAGES/messages.po   |    2 +-
 .../translations/pt_BR/LC_MESSAGES/messages.po     |    2 +-
 superset/translations/ru/LC_MESSAGES/messages.json |    2 +-
 superset/translations/ru/LC_MESSAGES/messages.po   |    2 +-
 superset/translations/sk/LC_MESSAGES/messages.po   |    2 +-
 superset/translations/sl/LC_MESSAGES/messages.json |    2 +-
 superset/translations/sl/LC_MESSAGES/messages.po   |    2 +-
 superset/translations/zh/LC_MESSAGES/messages.json | 6677 ++++++++++++--------
 superset/translations/zh/LC_MESSAGES/messages.po   | 2680 ++++----
 superset/utils/core.py                             |   24 +-
 superset/utils/date_parser.py                      |    2 +-
 superset/utils/encrypt.py                          |    9 +-
 superset/utils/pandas_postprocessing/boxplot.py    |    4 +-
 superset/views/api.py                              |    3 +-
 superset/views/base_api.py                         |    3 +-
 superset/views/core.py                             |    9 +-
 superset/views/dashboard/mixin.py                  |    2 +-
 superset/views/database/views.py                   |   22 +-
 superset/views/sql_lab/views.py                    |    2 +-
 superset/viz.py                                    |    2 +-
 tests/integration_tests/base_tests.py              |    2 +-
 tests/integration_tests/celery_tests.py            |    2 +-
 tests/integration_tests/core_tests.py              |   12 +-
 .../integration_tests/datasource}/__init__.py      |    0
 tests/integration_tests/datasource/api_tests.py    |  137 +
 .../db_engine_specs/base_tests.py                  |   14 -
 .../db_engine_specs/bigquery_tests.py              |   17 -
 .../db_engine_specs/crate_tests.py                 |   53 -
 .../db_engine_specs/databricks_tests.py            |    9 +-
 .../db_engine_specs/drill_tests.py                 |   33 -
 .../db_engine_specs/druid_tests.py                 |   78 -
 .../db_engine_specs/elasticsearch_tests.py         |  104 -
 .../db_engine_specs/firebird_tests.py              |   81 -
 .../db_engine_specs/firebolt_tests.py              |   39 -
 .../db_engine_specs/hive_tests.py                  |    9 -
 .../db_engine_specs/impala_tests.py                |   32 -
 .../db_engine_specs/kylin_tests.py                 |   32 -
 .../db_engine_specs/mysql_tests.py                 |   65 +-
 .../db_engine_specs/oracle_tests.py                |   87 -
 .../db_engine_specs/postgres_tests.py              |   54 +-
 .../db_engine_specs/presto_tests.py                |   37 -
 .../db_engine_specs/trino_tests.py                 |  214 -
 tests/integration_tests/result_set_tests.py        |    4 +-
 tests/integration_tests/sql_lab/api_tests.py       |  178 +
 tests/integration_tests/sql_lab/commands_tests.py  |  161 +
 tests/integration_tests/sqla_models_tests.py       |    3 +-
 tests/integration_tests/utils_tests.py             |    1 -
 tests/unit_tests/charts/test_post_processing.py    |   53 +-
 tests/unit_tests/dataframe_test.py                 |   82 +-
 tests/unit_tests/db_engine_specs/test_athena.py    |   29 +-
 tests/unit_tests/db_engine_specs/test_base.py      |   43 +-
 tests/unit_tests/db_engine_specs/test_bigquery.py  |   27 +
 .../unit_tests/db_engine_specs/test_clickhouse.py  |   27 +-
 tests/unit_tests/db_engine_specs/test_crate.py     |   71 +
 .../unit_tests/db_engine_specs/test_databricks.py  |   55 +-
 .../db_engine_specs/test_dremio.py}                |   33 +-
 tests/unit_tests/db_engine_specs/test_drill.py     |   26 +-
 tests/unit_tests/db_engine_specs/test_druid.py     |   95 +
 .../{test_dynamodb.py => test_duckdb.py}           |   35 +-
 tests/unit_tests/db_engine_specs/test_dynamodb.py  |   35 +-
 .../db_engine_specs/test_elasticsearch.py          |  106 +
 tests/unit_tests/db_engine_specs/test_firebird.py  |  102 +
 .../{test_presto.py => test_firebolt.py}           |   45 +-
 .../db_engine_specs/test_hana.py}                  |   34 +-
 .../{test_dynamodb.py => test_hive.py}             |   37 +-
 .../{test_dynamodb.py => test_impala.py}           |   35 +-
 tests/unit_tests/db_engine_specs/test_kusto.py     |   46 +-
 .../{test_dynamodb.py => test_kylin.py}            |   35 +-
 tests/unit_tests/db_engine_specs/test_mssql.py     |   66 +-
 tests/unit_tests/db_engine_specs/test_mysql.py     |  130 +
 tests/unit_tests/db_engine_specs/test_oracle.py    |  113 +
 tests/unit_tests/db_engine_specs/test_postgres.py  |   91 +
 tests/unit_tests/db_engine_specs/test_presto.py    |   42 +-
 .../{test_dynamodb.py => test_rockset.py}          |   36 +-
 tests/unit_tests/db_engine_specs/test_snowflake.py |   29 +-
 tests/unit_tests/db_engine_specs/test_sqlite.py    |   34 +-
 tests/unit_tests/db_engine_specs/test_trino.py     |  293 +-
 tests/unit_tests/db_engine_specs/utils.py          |   67 +
 tests/unit_tests/result_set_test.py                |   12 +-
 213 files changed, 9372 insertions(+), 7126 deletions(-)
 copy .flaskenv => pyproject.toml (88%)
 copy superset-frontend/packages/superset-ui-demo/storybook/stories/plugins/plugin-chart-echarts/{Treemap => Sunburst}/Stories.tsx (69%)
 copy superset-frontend/packages/superset-ui-demo/storybook/stories/plugins/{legacy-preset-chart-nvd3/Pie => plugin-chart-echarts/Sunburst}/data.ts (55%)
 create mode 100644 superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/images/Sunburst1.png
 create mode 100644 superset-frontend/plugins/plugin-chart-echarts/src/Sunburst/images/Sunburst2.png
 create mode 100644 superset/datasource/api.py
 create mode 100644 superset/sqllab/api.py
 rename superset/sqllab/{command.py => commands/execute.py} (100%)
 create mode 100644 superset/sqllab/commands/results.py
 create mode 100644 superset/sqllab/schemas.py
 copy {superset/advanced_data_type => tests/integration_tests/datasource}/__init__.py (100%)
 create mode 100644 tests/integration_tests/datasource/api_tests.py
 delete mode 100644 tests/integration_tests/db_engine_specs/crate_tests.py
 delete mode 100644 tests/integration_tests/db_engine_specs/drill_tests.py
 delete mode 100644 tests/integration_tests/db_engine_specs/druid_tests.py
 delete mode 100644 tests/integration_tests/db_engine_specs/elasticsearch_tests.py
 delete mode 100644 tests/integration_tests/db_engine_specs/firebird_tests.py
 delete mode 100644 tests/integration_tests/db_engine_specs/firebolt_tests.py
 delete mode 100644 tests/integration_tests/db_engine_specs/impala_tests.py
 delete mode 100644 tests/integration_tests/db_engine_specs/kylin_tests.py
 delete mode 100644 tests/integration_tests/db_engine_specs/oracle_tests.py
 delete mode 100644 tests/integration_tests/db_engine_specs/trino_tests.py
 create mode 100644 tests/integration_tests/sql_lab/api_tests.py
 create mode 100644 tests/integration_tests/sql_lab/commands_tests.py
 create mode 100644 tests/unit_tests/db_engine_specs/test_crate.py
 rename tests/{integration_tests/db_engine_specs/dremio_tests.py => unit_tests/db_engine_specs/test_dremio.py} (57%)
 create mode 100644 tests/unit_tests/db_engine_specs/test_druid.py
 copy tests/unit_tests/db_engine_specs/{test_dynamodb.py => test_duckdb.py} (59%)
 create mode 100644 tests/unit_tests/db_engine_specs/test_elasticsearch.py
 create mode 100644 tests/unit_tests/db_engine_specs/test_firebird.py
 copy tests/unit_tests/db_engine_specs/{test_presto.py => test_firebolt.py} (52%)
 rename tests/{integration_tests/db_engine_specs/hana_tests.py => unit_tests/db_engine_specs/test_hana.py} (57%)
 copy tests/unit_tests/db_engine_specs/{test_dynamodb.py => test_hive.py} (58%)
 copy tests/unit_tests/db_engine_specs/{test_dynamodb.py => test_impala.py} (59%)
 copy tests/unit_tests/db_engine_specs/{test_dynamodb.py => test_kylin.py} (59%)
 create mode 100644 tests/unit_tests/db_engine_specs/test_mysql.py
 create mode 100644 tests/unit_tests/db_engine_specs/test_oracle.py
 create mode 100644 tests/unit_tests/db_engine_specs/test_postgres.py
 copy tests/unit_tests/db_engine_specs/{test_dynamodb.py => test_rockset.py} (58%)
 create mode 100644 tests/unit_tests/db_engine_specs/utils.py