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

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


 discard 1c3eb89ee7 fix tests
 discard b32cf4389b tweak regex
 discard ad33fdd639 fixing importability tests
 discard 2bf08b6767 mass replace for import db
 discard ffeb111340 script
 discard 375af5ffae to be fixed
 discard 8cc6629dfc one more
 discard 0ae4a3e536 use globs
 discard 154f371781 go back to original encrypt.py or close to it
 discard e033855bf3 fix licenses
 discard 7f252f5f5f script improvement
 discard a24ca51d0f script improvement
 discard ed76d05ef0 improve testing script
 discard 97cb92bf2f improve testing script
 discard 3a03ddf740 more fixage
 discard e07518f4a2 more fixage
 discard 7187cc770c more fixage
 discard b08eac24b0 fix etag
 discard 55e28a281e fix etag
 discard d925d01b35 max_age
 discard 00738be7f9 progress
 discard 64b5dd68cc progress
 discard c6827e0d19 remove specific ordering of imports in __init
 discard 2d5ad975fa more import shenaninignnaing
 discard fdbf7f428c mv event_logger_manager
 discard cac2d88c49 required imports
 discard fa88e8d697 test
 discard 997a2b3215 test
 discard fb1399aedc setting up a proxy for event_logger
 discard c406bc58a3 use extensions mass replace
 discard 51f0e03224 use extensions
 discard 2d0e6d2fac fixing more circular deps
 discard ecf0e51bd9 more
 discard 86d2685796 test
 discard be16347ac3 before moving bootstrap payload
 discard 176afcd796 working through stuff
 discard e10246e25a more conf
 discard 56c9314a2b chore: module scope should not require the app context
     add e1a440fa36 chore: remove and deprecate old CSS templates endpoints 
(#28387)
     add 9c065951e7 fix: tests on database, dataset, saved_queries apis (#28397)
     add b224b8331a fix: type annotation breaking on py3.9 (#28396)
     add bbfe5c0ae8 feat(explore): Color scheme groups, new color schemes 
(#27995)
     add 499fb2c631 chore: add a github "action-validator" in CI (#28358)
     add de1ae2bd48 chore: Updates CHANGELOG.md with 3.1.3 data (#28398)
     add ba2cf5dbbc chore: unit tests for `catalog_access` (#28406)
     add e6a85c5901 fix: export/import catalogs (#28408)
     add 307ebeaa19 chore(Databricks): New Databricks driver (#28393)
     add e516bba8fc fix: table autocomplete should pass catalog (#28413)
     add f29e1e4c29 feat: catalog support for Databricks native (#28394)
     add 498c608667 fix: pass catalog when estimating query cost (#28410)
     add c6458aa007 chore: module scope should not require the app context
     add 4897e06125 more conf
     add e53763bec1 working through stuff
     add aead2146cd before moving bootstrap payload
     add 755d73f69f test
     add 18c4687881 more
     add fe16a834fc fixing more circular deps
     add b7b570e436 use extensions
     add 4c0cab57e5 use extensions mass replace
     add 946b748680 setting up a proxy for event_logger
     add d28732b433 test
     add cb04fdc3d7 test
     add e35ae33159 required imports
     add 9eca7da5b2 mv event_logger_manager
     add 7824c8650c more import shenaninignnaing
     add 29a2de6728 remove specific ordering of imports in __init
     add 2af7fd88dd progress
     add 0b563b6c8a progress
     add 51055f5c24 max_age
     add c8363322fe fix etag
     add 7034980505 fix etag
     add 460b0af7bf more fixage
     add c39a0d3b9e more fixage
     add 5987f9597b more fixage
     add 8d45c4db78 improve testing script
     add 25b6d7e5a4 improve testing script
     add ba9916a540 script improvement
     add 380d8d8687 script improvement
     add 7b31693926 fix licenses
     add a4d9bd5417 go back to original encrypt.py or close to it
     add d56b1610e6 use globs
     add 95d8eecd41 one more
     add 2506019fb2 to be fixed
     add f8f8567f75 script
     add ae906c0547 mass replace for import db
     add 85f485f8b7 fixing importability tests
     add 48c0a1a6a2 tweak regex
     add 29d69dbe76 fix tests
     add bacb351448 docstrings

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   (1c3eb89ee7)
            \
             N -- N -- N   refs/heads/late_config (bacb351448)

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/ISSUE_TEMPLATE/bug-report.yml              |   2 +-
 .../workflows/github-action-validator.sh           |  17 +-
 .github/workflows/github-action-validator.yml      |  28 ++
 .github/workflows/tag-release.yml                  |   4 +-
 CHANGELOG.md                                       |   1 +
 CHANGELOG/3.1.3.md                                 |  47 +++
 docs/docs/contributing/development.mdx             |   2 +-
 scripts/test_imports.py                            |   9 +
 scripts/tests/run.sh                               |   2 +-
 .../cypress/e2e/dashboard/editmode.test.ts         |  28 +-
 .../superset-ui-core/src/color/ColorScheme.ts      |   7 +
 .../src/color/colorSchemes/categorical/airbnb.ts   |   1 +
 .../categorical/{airbnb.ts => blueToGreen.ts}      |  30 +-
 .../categorical/{airbnb.ts => colorsOfRainbow.ts}  |  32 +-
 .../src/color/colorSchemes/categorical/d3.ts       |   1 +
 .../src/color/colorSchemes/categorical/echarts.ts  |   1 +
 .../src/color/colorSchemes/categorical/google.ts   |   1 +
 .../src/color/colorSchemes/categorical/index.ts    |   6 +
 .../src/color/colorSchemes/categorical/lyft.ts     |   1 +
 .../categorical/{airbnb.ts => modernSunset.ts}     |  32 +-
 .../src/color/colorSchemes/categorical/preset.ts   |   3 +
 .../{airbnb.ts => presetAndSuperset.ts}            |  32 +-
 .../categorical/{airbnb.ts => redToYellow.ts}      |  30 +-
 .../src/color/colorSchemes/categorical/superset.ts |   3 +
 .../categorical/{airbnb.ts => wavesOfBlue.ts}      |  30 +-
 .../packages/superset-ui-core/src/color/types.ts   |   6 +
 superset-frontend/src/SqlLab/actions/sqlLab.js     |   3 +-
 .../AceEditorWrapper/useKeywords.test.ts           |  15 +-
 .../components/AceEditorWrapper/useKeywords.ts     |   4 +-
 .../SqlLab/components/SqlEditor/SqlEditor.test.tsx |  82 +++++
 .../src/components/DatabaseSelector/index.tsx      |  18 +-
 superset-frontend/src/components/Select/styles.tsx |   2 +-
 .../ColorSchemeControl/ColorSchemeControl.test.tsx |  73 +++-
 .../controls/ColorSchemeControl/index.tsx          | 185 +++++++---
 .../DatabaseConnectionForm/CommonParameters.tsx    |  63 ++++
 .../DatabaseModal/DatabaseConnectionForm/index.tsx |   9 +
 .../src/features/databases/DatabaseModal/index.tsx |  16 +-
 superset-frontend/src/features/databases/types.ts  |  15 +
 superset-frontend/src/setup/setupColors.ts         |  16 +-
 superset/connectors/sqla/models.py                 |  12 +-
 superset/db_engine_specs/databricks.py             | 380 ++++++++++++++++-----
 superset/migrations/shared/catalogs.py             | 163 +++++++--
 ...0-52_58d051681a3b_add_catalog_perm_to_tables.py |   8 +-
 ...3_4081be5b6b74_enable_catalog_in_databricks.py} |  27 +-
 superset/models/sql_lab.py                         |   4 +
 superset/security/manager.py                       |   5 +-
 superset/sqllab/schemas.py                         |   3 +
 .../utils/pandas_postprocessing/contribution.py    |   3 +
 superset/views/css_templates.py                    |  31 +-
 tests/integration_tests/databases/api_tests.py     |   9 +
 tests/integration_tests/datasets/api_tests.py      |   2 +
 tests/integration_tests/datasets/commands_tests.py |   2 +
 .../queries/saved_queries/api_tests.py             |   1 +
 .../queries/saved_queries/commands_tests.py        |   2 +
 tests/unit_tests/commands/report/base_test.py      |   2 +
 tests/unit_tests/connectors/sqla/models_test.py    |  76 +++++
 tests/unit_tests/databases/api_test.py             |   2 +
 tests/unit_tests/datasets/commands/export_test.py  |   2 +
 .../datasets/commands/importers/v1/import_test.py  |   2 +
 .../unit_tests/db_engine_specs/test_databricks.py  |  27 +-
 .../unit_tests/migrations/shared}/__init__.py      |   0
 .../unit_tests/migrations/shared/catalogs_test.py  | 145 ++++++++
 tests/unit_tests/security/manager_test.py          |  48 +++
 63 files changed, 1475 insertions(+), 338 deletions(-)
 copy scripts/databases/hive/startup.sh => 
.github/workflows/github-action-validator.sh (66%)
 mode change 100644 => 100755
 create mode 100644 .github/workflows/github-action-validator.yml
 create mode 100644 CHANGELOG/3.1.3.md
 copy 
superset-frontend/packages/superset-ui-core/src/color/colorSchemes/categorical/{airbnb.ts
 => blueToGreen.ts} (70%)
 copy 
superset-frontend/packages/superset-ui-core/src/color/colorSchemes/categorical/{airbnb.ts
 => colorsOfRainbow.ts} (68%)
 copy 
superset-frontend/packages/superset-ui-core/src/color/colorSchemes/categorical/{airbnb.ts
 => modernSunset.ts} (68%)
 copy 
superset-frontend/packages/superset-ui-core/src/color/colorSchemes/categorical/{airbnb.ts
 => presetAndSuperset.ts} (67%)
 copy 
superset-frontend/packages/superset-ui-core/src/color/colorSchemes/categorical/{airbnb.ts
 => redToYellow.ts} (70%)
 copy 
superset-frontend/packages/superset-ui-core/src/color/colorSchemes/categorical/{airbnb.ts
 => wavesOfBlue.ts} (70%)
 copy 
superset/migrations/versions/{2024-01-16_13-14_59a1450b3c10_drop_filter_sets_table.py
 => 2024-05-08_19-33_4081be5b6b74_enable_catalog_in_databricks.py} (69%)
 copy {superset/advanced_data_type => 
tests/unit_tests/migrations/shared}/__init__.py (100%)
 create mode 100644 tests/unit_tests/migrations/shared/catalogs_test.py

Reply via email to