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

beto pushed a change to branch fix-numeric
in repository https://gitbox.apache.org/repos/asf/superset.git


    omit d3edeb7073 feat(metadb): handle decimals
     add a97bf6494e build(deps-dev): bump @types/cookie from 0.5.3 to 0.5.4 in 
/superset-websocket (#25905)
     add 4402f5c5cd build(deps-dev): bump @types/ws from 8.5.7 to 8.5.9 in 
/superset-websocket (#25906)
     add 6f92007a85 build(deps): bump @types/lodash from 4.14.200 to 4.14.201 
in /superset-websocket (#25907)
     add b0da5cef70 chore: remove deprecated functions in SQLAlchemy (#25911)
     add 458be8c848 fix(trino): allow impersonate_user flag to be imported 
(#25872)
     add 784a478268 fix(table): Double percenting ad-hoc percentage metrics 
(#25857)
     add e03691917b chore: remove unused functions in utils/core (#25912)
     add 90e210892b chore: Simplify utils/cache by using default argument 
values (#25900)
     add 2bd611916d feat: safer insert RLS (#20323)
     add a698587e8c docs: Remove Python 3.8 from CONTRIBUTING.md (#25885)
     add 10205d0b50 chore: Singularize tag models (#25819)
     add 581d3c7108 fix(sqllab): invalid sanitization on comparison symbol 
(#25903)
     add 33d8078a83 build(deps-dev): bump @types/node from 20.8.10 to 20.9.0 in 
/superset-websocket (#25928)
     add 83b7fa92af feat: Adds Line chart migration logic (#23973)
     add b6fb36f22b chore: removing unused chartMetadata field (#25926)
     add 84a894c2c7 chore(issue template): attempting to fix two entries/links 
(#25881)
     add 478ca904ae build(deps): bump axios from 1.4.0 to 1.6.1 in 
/superset-frontend (#25951)
     add d95c200e69 fix: update flask-caching to avoid breaking redis cache, 
solves #25339 (#25947)
     add b430b5a172 chore: Simplify views/base (#25948)
     add c3249dd97d test: Reduce flaky integration tests triggered by 
`test_get_tag` (#25958)
     add 3bff1a00b6 build(deps-dev): bump @types/uuid from 9.0.6 to 9.0.7 in 
/superset-websocket (#25929)
     add 943696a87f build(deps-dev): bump @types/jsonwebtoken from 9.0.4 to 
9.0.5 in /superset-websocket (#25927)
     add 8d8e1bb637 fix: always denorm column value before querying values 
(#25919)
     add 6d8424c104 chore(colors): Updating Airbnb brand colors (#23619)
     add 99d4f8931a build(deps-dev): bump axios from 0.25.0 to 1.6.0 in 
/superset-embedded-sdk (#25953)
     add 5def416f63 fix: naming denomalized to denormalized in helpers.py 
(#25973)
     add 007d22199d chore: support different JWT CSRF cookie names (#25891)
     add 6b7761ecf2 chore: Add entry point for SliceHeader frontend extension 
(#25968)
     add f6ba75a185 feat(explore): dataset macro: dttm filter context (#25950)
     add f18fb24b3d fix(sqllab): Allow router navigation to explore (#25941)
     add 5e1c4057a0 fix(helm): Restart all related deployments when bootstrap 
script changed (#25703)
     add f22ae2dc51 docs: add Tentacle to users list (#25059)
     add 63b8172321 style: Transition of Navbar from dark to light and 
vice-versa is now smooth (#24485)
     add aee94b39ba fix(tag): update state to clear form on success (#25934)
     add d20b60edd4 chore: Remove more redundant code in utils/core (#25986)
     add 7f0c3b20ad docs: handling "System limit for number of file watchers 
reached" error (#25551)
     add 97d89d7340 feat: Adds Area chart migration logic (#25952)
     add 210f1f8f95 fix(rls): Update text from tables to datasets in RLS modal 
(#25997)
     add 5fccf67cdc fix: Make Select component fire onChange listener when a 
selection is pasted in (#25993)
     add e7a1876807 fix(explore): redandant force param (#25985)
     add 326ac4a6c4 chore: Optimize fetching samples logic (#25995)
     add bece2ea3e4 chore: Remove unnecessary autoflush from tagging and 
key/value workflows (#26009)
     add 5942d8bf68 build(deps-dev): bump @types/node from 20.9.0 to 20.9.1 in 
/superset-websocket (#26012)
     new 1a04f44282 feat(metadb): handle decimals

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   (d3edeb7073)
            \
             N -- N -- N   refs/heads/fix-numeric (1a04f44282)

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.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .github/ISSUE_TEMPLATE/config.yml                  |   4 +-
 .github/ISSUE_TEMPLATE/sip.md                      |   4 +-
 CONTRIBUTING.md                                    |  27 ++-
 RESOURCES/INTHEWILD.md                             |   1 +
 docs/src/styles/main.less                          |   1 +
 helm/superset/Chart.yaml                           |   2 +-
 helm/superset/README.md                            |   2 +-
 helm/superset/templates/deployment-beat.yaml       |   1 +
 helm/superset/templates/deployment-worker.yaml     |   1 +
 pytest.ini                                         |   2 +-
 requirements/base.txt                              |   4 +-
 setup.py                                           |   2 +-
 superset-embedded-sdk/package-lock.json            |  73 ++++++--
 superset-embedded-sdk/package.json                 |   2 +-
 .../cypress/e2e/dashboard/editmode.test.ts         |   6 +-
 .../e2e/explore/visualizations/dist_bar.test.js    |   2 +-
 .../e2e/explore/visualizations/line.test.ts        |   2 +-
 superset-frontend/package-lock.json                |  12 +-
 .../src/chart/models/ChartMetadata.ts              |   5 -
 .../src/color/colorSchemes/categorical/airbnb.ts   |  34 ++--
 .../superset-ui-core/src/ui-overrides/types.ts     |   9 +
 .../superset-ui-core/src/utils/html.test.tsx       |   3 +
 .../packages/superset-ui-core/src/utils/html.tsx   |   4 +-
 .../legacy-plugin-chart-map-box/Stories.tsx        |   2 +-
 .../plugin-chart-table/src/transformProps.ts       |   7 +-
 .../src/SqlLab/components/ResultSet/index.tsx      |  12 +-
 superset-frontend/src/components/Chart/Chart.jsx   |   2 +-
 .../src/components/Chart/chartAction.js            |   2 +-
 .../src/components/Chart/chartActions.test.js      |   4 +-
 .../src/components/Select/AsyncSelect.test.tsx     |  14 ++
 .../src/components/Select/AsyncSelect.tsx          |   1 +
 .../src/components/Select/Select.test.tsx          |  14 ++
 superset-frontend/src/components/Select/Select.tsx |   1 +
 .../dashboard/components/FiltersBadge/index.tsx    |   2 +-
 .../components/SliceHeader/SliceHeader.test.tsx    |  13 ++
 .../src/dashboard/components/SliceHeader/index.tsx |  11 +-
 .../src/features/rls/RowLevelSecurityModal.tsx     |   4 +-
 superset-frontend/src/features/tags/TagModal.tsx   |  21 ++-
 superset-frontend/src/setup/setupClient.ts         |   7 +-
 superset-websocket/package-lock.json               |  84 ++++-----
 superset-websocket/package.json                    |  12 +-
 superset/charts/commands/importers/v1/utils.py     |   1 -
 superset/charts/schemas.py                         |   4 +-
 superset/cli/viz_migrations.py                     |  11 +-
 superset/common/tags.py                            |  26 +--
 superset/connectors/base/models.py                 |   7 -
 superset/connectors/sqla/models.py                 |  29 ----
 superset/daos/tag.py                               |  30 ++--
 superset/dashboards/schemas.py                     |   4 +-
 superset/datasource/api.py                         |   4 +
 superset/db_engine_specs/__init__.py               |  39 ++---
 superset/jinja_context.py                          |  42 ++++-
 superset/key_value/commands/delete.py              |   8 +-
 superset/key_value/commands/get.py                 |   7 +-
 superset/key_value/commands/update.py              |   5 +-
 superset/key_value/commands/upsert.py              |   5 +-
 superset/migrations/shared/migrate_viz/base.py     |   8 +-
 .../migrations/shared/migrate_viz/processors.py    | 121 +++++++++----
 ...8-07-26_11-10_c82ee8a39623_add_implicit_tags.py |   6 +-
 ...er_sql_column_data_type_in_query_mysql_table.py |   2 +-
 ...8ea_change_table_schema_description_to_long_.py |   2 +-
 superset/models/core.py                            |   1 +
 superset/models/helpers.py                         |  65 +++----
 superset/sql_lab.py                                |  19 +-
 superset/sql_parse.py                              | 109 +++++++++++-
 superset/tags/api.py                               |   6 +-
 superset/tags/commands/create.py                   |   6 +-
 superset/tags/commands/delete.py                   |   4 +-
 superset/tags/commands/utils.py                    |  16 +-
 superset/tags/models.py                            |  68 +++-----
 superset/utils/cache.py                            |  26 +--
 superset/utils/core.py                             |  77 +--------
 superset/utils/url_map_converters.py               |   4 +-
 superset/views/base.py                             |  57 +++---
 superset/views/datasource/utils.py                 |  23 ++-
 .../key_value/commands/create_test.py              |  12 +-
 .../key_value/commands/update_test.py              |   6 +-
 .../key_value/commands/upsert_test.py              |   8 +-
 .../06e1e70058c7_migrate_legacy_area__tests.py     |  99 -----------
 tests/integration_tests/strategy_tests.py          |  12 +-
 tests/integration_tests/tagging_tests.py           |  16 +-
 tests/integration_tests/tags/api_tests.py          |  41 +++--
 tests/integration_tests/tags/commands_tests.py     |  18 +-
 tests/integration_tests/tags/dao_tests.py          |  24 +--
 tests/integration_tests/utils_tests.py             |  10 --
 .../charts/commands/importers/v1/utils_test.py     |  14 +-
 tests/unit_tests/dao/tag_test.py                   |   8 +-
 .../viz/dual_line_to_mixed_chart_test.py           |  39 +----
 .../viz/nvd3_area_chart_to_echarts_test.py         |  49 +++---
 .../viz/nvd3_line_chart_to_echarts_test.py         |  33 ++--
 .../migrations/viz/pivot_table_v1_v2_test.py       |  94 +---------
 ...e_v1_v2_test.py => time_related_fields_test.py} |  56 +-----
 tests/unit_tests/migrations/viz/utils.py           |  96 +++++++++++
 tests/unit_tests/sql_lab_test.py                   |  11 +-
 tests/unit_tests/sql_parse_tests.py                | 191 ++++++++++++++++++++-
 tests/unit_tests/tags/commands/create_test.py      |  16 +-
 tests/unit_tests/tags/commands/update_test.py      |  14 +-
 97 files changed, 1165 insertions(+), 960 deletions(-)
 delete mode 100644 
tests/integration_tests/migrations/06e1e70058c7_migrate_legacy_area__tests.py
 copy 
superset/migrations/versions/2022-07-07_14-00_06e1e70058c7_migrating_legacy_area.py
 => tests/unit_tests/migrations/viz/nvd3_area_chart_to_echarts_test.py (57%)
 copy superset/queries/saved_queries/commands/importers/v1/utils.py => 
tests/unit_tests/migrations/viz/nvd3_line_chart_to_echarts_test.py (56%)
 copy tests/unit_tests/migrations/viz/{pivot_table_v1_v2_test.py => 
time_related_fields_test.py} (63%)
 create mode 100644 tests/unit_tests/migrations/viz/utils.py

Reply via email to