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

michaelsmolina pushed a change to branch 3.0
in repository https://gitbox.apache.org/repos/asf/superset.git


    from 2c99366333 chore: Updates CHANGELOG.md
     new 55c57b9277 chore: remove CssTemplate and Annotation access from gamma 
role (#24826)
     new 0caaad7b0a fix(embedded sdk): Remove trailing slash from passed 
superset domain if there is one (#25020)
     new 7d5cd72e43 fix: dataset update permission out of sync (#25043)
     new 76da1b59f9 refactor(pinot): The `python_date_format` for a temporal 
column was not being passed to `get_timestamp_expr` (#24942)
     new 9ceba619c3 fix: Filter names overflow wrap (#25087)
     new f34e21be69 fix(assets import): Ensure old datasource ids are not 
referenced in imported charts (#25086)
     new 6a461260fc fix: Allow embedded guest user datasource access with 
dashboard context (#25081)
     new 429ff9b0f8 fix(sqllab): rendering performance regression by resultset 
(#25091)
     new 90e7e769ce fix(sqllab): error while removing a referenced table 
(#25114)
     new caa3b6d5ba fix: Date format when importing international timestamps 
(#25113)
     new 798b493f3a docs: Update UPDATING.md regarding potential breaking 
change to `ab_user.email` column (#25115)

The 11 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:
 UPDATING.md                                        |   1 +
 docs/docs/installation/configuring-superset.mdx    |  23 +-
 superset-embedded-sdk/package-lock.json            |   4 +-
 superset-embedded-sdk/package.json                 |   2 +-
 superset-embedded-sdk/src/index.ts                 |   4 +
 .../{SouthPane.test.jsx => SouthPane.test.tsx}     |   9 +-
 .../src/SqlLab/components/SouthPane/index.tsx      |  56 +++--
 .../SqlLab/components/SqlEditor/SqlEditor.test.jsx |  24 +-
 .../src/SqlLab/components/TableElement/index.tsx   |  11 +-
 superset-frontend/src/SqlLab/reducers/sqlLab.js    |   3 +
 .../src/SqlLab/reducers/sqlLab.test.js             |  32 +++
 .../FilterBar/FilterControls/FilterControl.tsx     |   2 +-
 .../components/nativeFilters/FilterCard/Styles.ts  |   1 +
 superset/commands/importers/v1/assets.py           |   9 +-
 superset/connectors/sqla/models.py                 | 112 +--------
 superset/db_engine_specs/pinot.py                  | 134 ++++-------
 superset/security/manager.py                       |  72 ++++--
 .../form_view/csv_to_database_view/edit.html       | 229 +++++++++---------
 superset/views/base.py                             |  28 ---
 superset/views/database/forms.py                   |   4 +
 superset/views/database/views.py                   |   2 +
 superset/viz.py                                    |   1 +
 tests/integration_tests/commands_test.py           |   3 +
 .../db_engine_specs/pinot_tests.py                 |  39 ++--
 .../fixtures/birth_names_dashboard.py              |   8 +
 .../fixtures/world_bank_dashboard.py               |   8 +
 .../security/guest_token_security_tests.py         | 258 ++++++++++++++++++++-
 tests/integration_tests/security_tests.py          |   5 +-
 tests/unit_tests/db_engine_specs/test_pinot.py     |  57 +++++
 29 files changed, 706 insertions(+), 435 deletions(-)
 rename superset-frontend/src/SqlLab/components/SouthPane/{SouthPane.test.jsx 
=> SouthPane.test.tsx} (93%)
 mode change 100644 => 100755 
tests/integration_tests/db_engine_specs/pinot_tests.py
 create mode 100644 tests/unit_tests/db_engine_specs/test_pinot.py

Reply via email to