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 2022/08/04 23:15:49 UTC

[superset] branch dependabot/pip/requirements/pip-compile-multi-2.4.6 updated (8c6e9ee29b -> 43ec8e4f85)

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

github-bot pushed a change to branch dependabot/pip/requirements/pip-compile-multi-2.4.6
in repository https://gitbox.apache.org/repos/asf/superset.git


 discard 8c6e9ee29b chore(deps): bump pip-compile-multi from 2.4.1 to 2.4.6 in /requirements
     add 06d05394c2 chore: Add Applitools logo to the docs homepage (#20917)
     add 4d29d16b64 fix: make a new entrypoint for deprecated postgres dialect (#20895)
     add 0d8889dc9c fix: Save dataset + chart when Chart source is Query (#20880)
     add 1a8c28db3d Fixes issue where type query datasource had incorrect time controls when datasource type was 'query' (#20923)
     add 67e3dc7c7b hide modal after overwrite (#20924)
     add bc435e08d0 fix: overwrite update override columns on PUT /dataset (#20862)
     add 90e2d82a38 fix(dashboard): Incorrect scopes of cross filters (#20927)
     add 6ec164e6a9 feat: Use SPA navigation from datasets list to Explore (#20890)
     add 8e0f16fade feat(helm): support different replicaCount (#20883)
     add 3a11856ecb Update Makefile (#20922)
     add 8a04536f9d feat(SqlLab): Change Save Dataset Button to Split Save Query Button IV (#20852)
     add 460b213057 feat: Creating dataset/add route (#20869)
     add 34ad80c642 add cypress codeowners to e2e tests (#20921)
     add bfd2a3d79f fix: database permissions on update and delete (avoid orphaned perms) (#20081)
     add 9291ad5d4c fix: Change dataset name affect data access role set to this dataset (#20574)
     add dd353ca86a feat: Add resize drag handle to Dataset SQL fields (#20670)
     add 6ce027d2f8 fix(import): error with disable_data_preview field (#20932)
     add fe581a3640 fix: adjust timeseries grid right offset to match the rest (#20933)
     add e2206a7151 Annotations: (#20720)
     add 9362e27ce2 fix(chart): Time Series set showMaxLabel as null for time xAxis (#20627)
     add 7beda3bbdb chore: change Sort-by and Sort-Descending controls for Bar Chart v2 (#20868)
     add ac585821d8 fix(sqllab): tracking url and error alert padding (#20937)
     add c06d5eb70c fix(sqllab): Fix tab state (#20947)
     add 7e836e9b04 test: autouse app_context in unit tests (#20911)
     add fb5f8cacaf skip row if created_at_fk is null (#20939)
     add bce32af19b chore: unpin snowflake (#20948)
     add 96a63bcbfe fix: Use SPA Dataset link in Chart and Dashboard (#20941)
     add aa53c10312 Big Number Viz: (#20946)
     add 655646d35b feat(embedded-SDK): enable CSV download (#20416)
     add e4fc5564ce fix: Explore scrolled down when navigating from dashboard (#20962)
     add c33af83823 chore: always get dashboard_id on dashboard API get endpoint (#20894)
     add 7e501cd816 fix: BigQuery get_parameters_from_uri (#20966)
     add eb5369f2a6 fix: No back button in save dataset modal (#20964)
     add 6e5036d87f fix:  add timegrains to data payload (#20938)
     add fa416fa130 fix: remove extra line for link (#20959)
     add 755f654cc6 chore: make dependabot upgrade package.json + add more package.json files (#20920)
     add d42cf4e4c9 fix: Columns not passing properly from SQL Lab to Explore (#20975)
     add e3508232ab fix: series limit solution for source is query (#20977)
     add 226712d831 feat: add 'dashboard.nav.right' extension to registry (#20835)
     add 774756dac9 chore(deps): bump cookie-parser (#20982)
     add eec6e577e6 [requirements] Bumping trino-python-client (#20976)
     add 43ec8e4f85 chore(deps): bump pip-compile-multi from 2.4.1 to 2.4.6 in /requirements

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   (8c6e9ee29b)
            \
             N -- N -- N   refs/heads/dependabot/pip/requirements/pip-compile-multi-2.4.6 (43ec8e4f85)

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/CODEOWNERS                                 |   3 +
 .github/dependabot.yml                             |  21 ++
 Makefile                                           |   4 +-
 .../installing-superset-from-scratch.mdx           |   2 +-
 docs/docs/installation/running-on-kubernetes.mdx   |   2 +-
 docs/src/pages/index.tsx                           |  16 +-
 docs/static/img/applitools.png                     | Bin 0 -> 3658 bytes
 helm/superset/Chart.yaml                           |   2 +-
 helm/superset/templates/deployment-worker.yaml     |   2 +-
 helm/superset/templates/deployment.yaml            |   2 +-
 helm/superset/values.schema.json                   |  12 +-
 helm/superset/values.yaml                          |   4 +-
 requirements/integration.txt                       |  12 +-
 requirements/testing.txt                           |   2 +-
 setup.py                                           |   9 +-
 superset-embedded-sdk/src/index.ts                 |   3 +-
 .../src/ui-overrides/ExtensionsRegistry.ts         |   1 +
 .../BigNumberWithTrendline/transformProps.ts       |   6 +-
 .../src/Timeseries/Regular/Bar/controlPanel.tsx    |  29 ++
 .../src/Timeseries/transformProps.ts               |  15 +-
 .../plugin-chart-echarts/src/Timeseries/types.ts   |   7 +
 .../plugins/plugin-chart-echarts/src/constants.ts  |   2 +-
 superset-frontend/src/SqlLab/actions/sqlLab.js     |  28 +-
 .../src/SqlLab/actions/sqlLab.test.js              |  16 +-
 .../src/SqlLab/components/ResultSet/index.tsx      |  24 +-
 .../components/RunQueryActionButton/index.tsx      |  12 +-
 .../SaveDatasetActionButton.test.tsx               |  62 +++++
 .../components/SaveDatasetActionButton/index.tsx   |  83 ++++++
 .../SaveDatasetModal/SaveDatasetModal.test.tsx     | 113 +++++---
 .../SqlLab/components/SaveDatasetModal/index.tsx   |  20 +-
 .../SqlLab/components/SaveQuery/SaveQuery.test.jsx | 199 +++++++++----
 .../src/SqlLab/components/SaveQuery/index.tsx      |  75 +++--
 .../ShareSqlLabQuery/ShareSqlLabQuery.test.jsx     |   2 +-
 .../SqlLab/components/ShareSqlLabQuery/index.tsx   |   4 +-
 .../src/SqlLab/components/SqlEditor/index.jsx      |  16 +-
 .../TabbedSqlEditors/TabbedSqlEditors.test.jsx     |   6 +-
 .../SqlLab/components/TabbedSqlEditors/index.jsx   |   6 +-
 superset-frontend/src/SqlLab/fixtures.ts           |  42 ++-
 .../src/SqlLab/reducers/getInitialState.js         |   6 +-
 superset-frontend/src/SqlLab/reducers/sqlLab.js    |   6 +-
 .../src/SqlLab/reducers/sqlLab.test.js             |   4 +-
 superset-frontend/src/SqlLab/types.ts              |   6 +-
 .../src/SqlLab/utils/newQueryTabName.test.ts       |   4 +-
 .../src/SqlLab/utils/newQueryTabName.ts            |   4 +-
 superset-frontend/src/components/Chart/Chart.jsx   |   1 -
 .../src/components/Datasource/CollectionTable.tsx  |  18 +-
 .../src/components/Datasource/DatasourceEditor.jsx |  18 +-
 .../src/components/DropdownButton/index.tsx        |   3 +-
 .../components/GenericLink/GenericLink.test.tsx    |  59 ++++
 .../GenericLink.tsx}                               |  58 ++--
 superset-frontend/src/dashboard/actions/hydrate.js |  31 ++-
 .../components/AddSliceCard/AddSliceCard.tsx       |  11 +-
 .../dashboard/components/Header/Header.test.tsx    |  16 ++
 .../src/dashboard/components/Header/index.jsx      |  13 +-
 .../components/ExploreViewContainer/index.jsx      |   4 +-
 .../src/explore/components/SaveModal.test.jsx      |  34 ++-
 .../src/explore/components/SaveModal.tsx           | 309 +++++++++++++--------
 .../controls/AnnotationLayerControl/index.jsx      |   9 +-
 .../controls/ControlPopover/ControlPopover.tsx     |   2 +-
 .../MetricControl/AdhocMetricEditPopover/index.jsx |   4 +-
 .../components/controls/TextAreaControl.jsx        |  25 +-
 .../explore/controlUtils/getSectionsToRender.ts    |  10 +-
 superset-frontend/src/utils/datasourceUtils.js     |   4 +-
 superset-frontend/src/utils/localStorageHelpers.ts |   2 +
 superset-frontend/src/utils/urlUtils.test.ts       |  54 ++++
 superset-frontend/src/utils/urlUtils.ts            |  33 ++-
 superset-frontend/src/views/App.tsx                |   2 +
 .../src/views/CRUD/chart/ChartList.tsx             |   3 +-
 .../src/views/CRUD/data/dataset/DatasetList.tsx    |   7 +-
 .../dataset/DatasetPage/DatasetPanel/index.tsx}    |   7 +-
 .../data/dataset/DatasetPage/Footer/index.tsx}     |   7 +-
 .../data/dataset/DatasetPage/Header/index.tsx}     |   7 +-
 .../data/dataset/DatasetPage/LeftPanel/index.tsx}  |   7 +-
 .../data/dataset/DatasetPage/RightPanel/index.tsx} |   7 +-
 .../CRUD/data/dataset/DatasetPage}/index.tsx       |  26 +-
 .../types.ts => views/ScrollToTop.tsx}             |  13 +-
 superset-frontend/src/views/routes.tsx             |  16 ++
 .../utils/client-ws-app/package-lock.json          |  33 ++-
 .../utils/client-ws-app/package.json               |   2 +-
 superset/common/query_context_processor.py         |   7 +-
 superset/dashboards/api.py                         |  16 +-
 superset/databases/commands/create.py              |   1 -
 superset/databases/commands/update.py              |  22 +-
 superset/databases/schemas.py                      |   1 +
 superset/datasets/commands/update.py               |   3 +-
 superset/datasets/dao.py                           |  50 +++-
 superset/datasets/schemas.py                       |   6 +-
 superset/db_engine_specs/bigquery.py               |   4 +-
 superset/initialization/__init__.py                |   3 +-
 ...5-48_409c7b420ab0_add_created_by_fk_as_owner.py |  11 +-
 superset/models/core.py                            |   3 +-
 superset/models/helpers.py                         | 129 ++++++++-
 superset/models/sql_lab.py                         |  18 ++
 superset/security/manager.py                       | 245 +++++++++++++++-
 superset/views/core.py                             |  16 +-
 superset/views/datasource/views.py                 |  30 +-
 superset/views/sql_lab.py                          |   4 +-
 tests/integration_tests/datasets/api_tests.py      |  50 ++++
 tests/integration_tests/security_tests.py          | 186 +++++++++++++
 tests/unit_tests/advanced_data_type/types_tests.py |  55 ++--
 .../charts/commands/importers/v1/import_test.py    |   4 +-
 tests/unit_tests/columns/test_models.py            |   2 +-
 tests/unit_tests/commands/export_test.py           |   2 +-
 tests/unit_tests/config_test.py                    |   2 +-
 tests/unit_tests/conftest.py                       |   2 +-
 tests/unit_tests/dao/queries_test.py               |   2 +-
 .../commands/importers/v1/import_test.py           |   6 +-
 .../dashboards/commands/importers/v1/utils_test.py |   2 +-
 .../databases/commands/importers/v1/import_test.py |   6 +-
 tests/unit_tests/databases/utils_test.py           |   4 +-
 tests/unit_tests/dataframe_test.py                 |   4 +-
 tests/unit_tests/datasets/commands/export_test.py  |   2 +-
 .../datasets/commands/importers/v1/import_test.py  |   8 +-
 tests/unit_tests/datasets/test_models.py           |  18 +-
 tests/unit_tests/datasource/dao_tests.py           |  22 +-
 tests/unit_tests/db_engine_specs/test_athena.py    |   8 +-
 tests/unit_tests/db_engine_specs/test_base.py      |  11 +-
 tests/unit_tests/db_engine_specs/test_bigquery.py  |  21 +-
 tests/unit_tests/db_engine_specs/test_drill.py     |   9 +-
 tests/unit_tests/db_engine_specs/test_gsheets.py   |   4 -
 tests/unit_tests/db_engine_specs/test_kusto.py     |  15 +-
 tests/unit_tests/db_engine_specs/test_mssql.py     |  25 +-
 tests/unit_tests/db_engine_specs/test_presto.py    |   2 -
 tests/unit_tests/db_engine_specs/test_snowflake.py |   9 +-
 tests/unit_tests/db_engine_specs/test_sqlite.py    |  17 +-
 tests/unit_tests/db_engine_specs/test_teradata.py  |   2 -
 tests/unit_tests/explore/utils_test.py             |  41 +--
 tests/unit_tests/jinja_context_test.py             |   2 +-
 tests/unit_tests/notifications/email_tests.py      |   3 +-
 tests/unit_tests/result_set_test.py                |   2 +-
 tests/unit_tests/sql_lab_test.py                   |   2 -
 tests/unit_tests/sql_parse_tests.py                |   2 +-
 tests/unit_tests/tables/test_models.py             |   2 +-
 tests/unit_tests/tasks/test_cron_util.py           |  11 +-
 tests/unit_tests/test_jinja_context.py             |  39 ++-
 tests/unit_tests/utils/cache_test.py               |   2 +-
 136 files changed, 2192 insertions(+), 732 deletions(-)
 create mode 100644 docs/static/img/applitools.png
 create mode 100644 superset-frontend/src/SqlLab/components/SaveDatasetActionButton/SaveDatasetActionButton.test.tsx
 create mode 100644 superset-frontend/src/SqlLab/components/SaveDatasetActionButton/index.tsx
 create mode 100644 superset-frontend/src/components/GenericLink/GenericLink.test.tsx
 copy superset-frontend/src/components/{Radio/Radio.stories.tsx => GenericLink/GenericLink.tsx} (57%)
 create mode 100644 superset-frontend/src/utils/urlUtils.test.ts
 copy superset-frontend/src/{filters/components/Range/SingleValueType.ts => views/CRUD/data/dataset/DatasetPage/DatasetPanel/index.tsx} (88%)
 copy superset-frontend/src/{filters/components/Range/SingleValueType.ts => views/CRUD/data/dataset/DatasetPage/Footer/index.tsx} (90%)
 copy superset-frontend/src/{filters/components/Range/SingleValueType.ts => views/CRUD/data/dataset/DatasetPage/Header/index.tsx} (90%)
 copy superset-frontend/src/{filters/components/Range/SingleValueType.ts => views/CRUD/data/dataset/DatasetPage/LeftPanel/index.tsx} (89%)
 copy superset-frontend/src/{filters/components/Range/SingleValueType.ts => views/CRUD/data/dataset/DatasetPage/RightPanel/index.tsx} (89%)
 copy superset-frontend/src/{SqlLab/components/QueryStateLabel => views/CRUD/data/dataset/DatasetPage}/index.tsx (68%)
 copy superset-frontend/src/{dashboard/components/CrossFilterScopingModal/types.ts => views/ScrollToTop.tsx} (77%)