You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by aa...@apache.org on 2022/08/05 15:08:12 UTC

[superset] branch arash.afghahi/sc-53583/create-redux-state-setup-listviewresource updated (c3d9c701db -> c4e06ea3d0)

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

aafghahi pushed a change to branch arash.afghahi/sc-53583/create-redux-state-setup-listviewresource
in repository https://gitbox.apache.org/repos/asf/superset.git


 discard c3d9c701db beginning the reducer
     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 be4fbaf951 fix: for series limit comparison on explore with chart = Query (#20989)
     add 499a28f599 chore(deps): bump debug in /superset-websocket/utils/client-ws-app (#20980)
     add 9350bbafee fix(explore): Replace url search params only if current page is Explore (#20972)
     add c4e06ea3d0 beginning the reducer

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   (c3d9c701db)
            \
             N -- N -- N   refs/heads/arash.afghahi/sc-53583/create-redux-state-setup-listviewresource (c4e06ea3d0)

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 ++
 .../installing-superset-from-scratch.mdx           |   2 +-
 requirements/integration.txt                       |  18 +-
 requirements/testing.txt                           |   2 +-
 setup.py                                           |   4 +-
 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 +-
 .../src/SqlLab/components/ResultSet/index.tsx      |  17 +-
 .../SaveDatasetModal/SaveDatasetModal.test.tsx     |  23 +-
 .../SqlLab/components/SaveDatasetModal/index.tsx   |   4 +-
 .../SqlLab/components/SaveQuery/SaveQuery.test.jsx |   2 +-
 .../src/SqlLab/components/SaveQuery/index.tsx      |   5 +-
 .../src/SqlLab/components/SqlEditor/index.jsx      |   5 +-
 .../src/components/Datasource/CollectionTable.tsx  |  18 +-
 .../src/components/Datasource/DatasourceEditor.jsx |  18 +-
 .../components/AddSliceCard/AddSliceCard.tsx       |  11 +-
 .../dashboard/components/Header/Header.test.tsx    |  16 ++
 .../src/dashboard/components/Header/index.jsx      |  13 +-
 .../src/explore/components/ExploreChartPanel.jsx   |   2 +-
 .../ExploreViewContainer.test.tsx                  |  35 ++-
 .../components/ExploreViewContainer/index.jsx      |  21 +-
 .../controls/AnnotationLayerControl/index.jsx      |   9 +-
 .../controls/ControlPopover/ControlPopover.tsx     |   2 +-
 .../MetricControl/AdhocMetricEditPopover/index.jsx |   4 +-
 .../components/controls/TextAreaControl.jsx        |  25 ++-
 superset-frontend/src/utils/datasourceUtils.js     |   2 +-
 superset-frontend/src/views/App.tsx                |   2 +
 .../src/views/CRUD/chart/ChartList.tsx             |   3 +-
 .../types.ts => views/ScrollToTop.tsx}             |  13 +-
 .../utils/client-ws-app/package-lock.json          |  47 ++--
 .../utils/client-ws-app/package.json               |   4 +-
 superset/common/query_context_processor.py         |  20 +-
 superset/dashboards/api.py                         |  16 +-
 superset/databases/commands/create.py              |   1 -
 superset/databases/commands/update.py              |  22 +-
 superset/databases/schemas.py                      |   1 +
 superset/datasets/schemas.py                       |   6 +-
 superset/db_engine_specs/bigquery.py               |   4 +-
 ...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/sql_lab.py                          |   4 +-
 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 +-
 88 files changed, 1104 insertions(+), 346 deletions(-)
 copy superset-frontend/src/{dashboard/components/CrossFilterScopingModal/types.ts => views/ScrollToTop.tsx} (77%)