This is an automated email from the ASF dual-hosted git repository.
maximebeauchemin pushed a change to branch docker-compose-check
in repository https://gitbox.apache.org/repos/asf/superset.git
omit 758b29132b print history
omit 85b7020df4 latest compose
omit 9d16dbd5da tyrna
omit e4cc01acfd apt-get
omit de1839e0e7 docker-compose-v2
omit 45aa9dc069 one more try
omit 8442df6b4d bump ubuntu
omit 7e21222749 one more try with newer docker-compose-plugin
omit b716dfd006 touch
omit 96c7df9a44 install docker-compose
omit 7f19079ca4 feat(gha): check that docker-compose up superset-init runs
add 42f4490bbc fix: Revert "chore(deps-dev): bump esbuild from 0.20.0 to
0.24.0 in /super… (#31387)
add a6e05f4558 build(packages): npm build/publish improvements. Making
packages publishable again. (#30196)
add d8fbaa4cbe fix: don't include chromium on ephemeral envs (#31391)
add fd57fce977 refactor: Migrate AdhocFilterEditPopoverSqlTabContent to
TypeScript (#31268)
add 423a0fefa5 feat: Adds helper functions for migrations (#31303)
add 43314dc8db fix(Pivot Table): Fix column width to respect currency
config (#31414)
add f510f42b96 fix: pkg_resources is getting deprecated (#31411)
add 988da2c477 docs: CVEs fixed on 4.1.0 v2 (#31422)
add 4ff9aac1fa feat(sqllab): giving the query history pane a facelift
(#31316)
add cd200f07a5 fix: prevent multiple pvm errors on migration (#31332)
add bf56a327f4 fix(tags): clean up bulk create api and schema (#31427)
add e1f98e246f fix(Dashboard): Sync color configuration via dedicated
endpoint (#31374)
add 21e794a66f fix(database import): Gracefully handle error to get
catalog schemas (#31437)
add 4bccf36375 chore: deprecate `pylint` in favor of `ruff` (#31262)
add 15ede02c25 chore(translations): German translation update (#30605)
add 1f17b975d6 fix: docker refactor (#31385)
add 092faa019b chore: remove numba and llvmlite deps as they are large and
we don't use them (#31451)
add 753a670422 feat(gha): check that docker-compose up superset-init runs
add b935cdf336 install docker-compose
add 4d06cb0d02 touch
add 59edd25e4c one more try with newer docker-compose-plugin
add 74e78e6804 bump ubuntu
add f8edd81a12 one more try
add d8357f7079 docker-compose-v2
add ce49b82bd3 apt-get
add c1b7e20839 tyrna
add d9ecde9300 latest compose
add cd4015c4cf print history
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 (758b29132b)
\
N -- N -- N refs/heads/docker-compose-check (cd4015c4cf)
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:
.dockerignore | 1 +
.github/workflows/dependency-review.yml | 2 +-
.github/workflows/ephemeral-env.yml | 14 +-
.pre-commit-config.yaml | 17 +-
.pylintrc | 380 -
Dockerfile | 257 +-
Makefile | 3 -
UPDATING.md | 2 +
docker/.env | 1 +
docker/docker-bootstrap.sh | 5 +
docker/{ => entrypoints}/docker-ci.sh | 0
docker/{ => entrypoints}/run-server.sh | 0
docker/pip-install.sh | 4 +-
docs/docs/contributing/development.mdx | 32 +-
docs/docs/contributing/howtos.mdx | 13 +-
docs/docs/security/cves.mdx | 1 +
docs/static/resources/openapi.json | 15638 ++++++++++++-------
pyproject.toml | 25 +-
requirements/base.txt | 13 +-
requirements/development.txt | 15 +-
requirements/translations.in | 1 +
requirements/translations.txt | 9 +
superset-frontend/CHANGELOG.md | 7011 +++++++++
.../ButtonCell/index.tsx => changelog.config.js} | 54 +-
superset-frontend/lerna.json | 8 +-
superset-frontend/package-lock.json | 4355 +-----
superset-frontend/package.json | 14 +-
.../packages/generator-superset/CHANGELOG.md | 58 +-
.../packages/generator-superset/package.json | 6 +-
.../superset-ui-chart-controls/CHANGELOG.md | 280 +-
.../superset-ui-chart-controls/package.json | 2 +-
.../packages/superset-ui-core/CHANGELOG.md | 398 +-
.../packages/superset-ui-core/package.json | 4 +-
.../packages/superset-ui-demo/CHANGELOG.md | 82 +-
.../packages/superset-ui-demo/package.json | 6 +-
.../packages/superset-ui-switchboard/CHANGELOG.md | 37 +
.../packages/superset-ui-switchboard/package.json | 2 +-
.../legacy-plugin-chart-calendar/CHANGELOG.md | 58 +-
.../legacy-plugin-chart-calendar/package.json | 2 +-
.../plugins/legacy-plugin-chart-chord/CHANGELOG.md | 58 +-
.../plugins/legacy-plugin-chart-chord/package.json | 2 +-
.../legacy-plugin-chart-country-map/CHANGELOG.md | 102 +-
.../legacy-plugin-chart-country-map/package.json | 2 +-
.../legacy-plugin-chart-event-flow/CHANGELOG.md | 52 +-
.../legacy-plugin-chart-event-flow/package.json | 6 +-
.../legacy-plugin-chart-heatmap/CHANGELOG.md | 84 +-
.../legacy-plugin-chart-heatmap/package.json | 2 +-
.../legacy-plugin-chart-histogram/CHANGELOG.md | 64 +-
.../legacy-plugin-chart-histogram/package.json | 2 +-
.../legacy-plugin-chart-horizon/CHANGELOG.md | 44 +-
.../legacy-plugin-chart-horizon/package.json | 2 +-
.../legacy-plugin-chart-map-box/CHANGELOG.md | 56 +-
.../legacy-plugin-chart-map-box/package.json | 2 +-
.../legacy-plugin-chart-paired-t-test/CHANGELOG.md | 44 +-
.../legacy-plugin-chart-paired-t-test/package.json | 2 +-
.../CHANGELOG.md | 54 +-
.../package.json | 2 +-
.../legacy-plugin-chart-partition/CHANGELOG.md | 62 +-
.../legacy-plugin-chart-partition/package.json | 2 +-
.../plugins/legacy-plugin-chart-rose/CHANGELOG.md | 62 +-
.../plugins/legacy-plugin-chart-rose/package.json | 2 +-
.../legacy-plugin-chart-sankey-loop/CHANGELOG.md | 44 +-
.../legacy-plugin-chart-sankey-loop/package.json | 2 +-
.../legacy-plugin-chart-sankey/CHANGELOG.md | 56 +-
.../legacy-plugin-chart-sankey/package.json | 2 +-
.../legacy-plugin-chart-world-map/CHANGELOG.md | 84 +-
.../legacy-plugin-chart-world-map/package.json | 2 +-
.../legacy-preset-chart-deckgl/CHANGELOG.md | 89 +
.../legacy-preset-chart-deckgl/package.json | 7 +-
.../src/CategoricalDeckGLContainer.tsx | 2 +-
.../src/DeckGLContainer.tsx | 3 +-
.../legacy-preset-chart-deckgl/src/Multi/Multi.tsx | 2 +-
.../legacy-preset-chart-deckgl/src/factory.tsx | 2 +-
.../src/layers/Arc/Arc.tsx | 6 +-
.../src/layers/Contour/Contour.tsx | 6 +-
.../src/layers/Geojson/Geojson.tsx | 22 +-
.../src/layers/Grid/Grid.tsx | 3 +-
.../src/layers/Heatmap/Heatmap.tsx | 3 +-
.../src/layers/Hex/Hex.tsx | 3 +-
.../src/layers/Path/Path.tsx | 8 +-
.../src/layers/Polygon/Polygon.tsx | 4 +-
.../src/layers/Scatter/Scatter.tsx | 6 +-
.../src/layers/Screengrid/Screengrid.tsx | 4 +-
.../plugins/legacy-preset-chart-nvd3/CHANGELOG.md | 106 +-
.../plugins/legacy-preset-chart-nvd3/package.json | 2 +-
.../plugins/plugin-chart-echarts/CHANGELOG.md | 408 +-
.../plugins/plugin-chart-echarts/package.json | 2 +-
.../plugins/plugin-chart-handlebars/CHANGELOG.md | 67 +
.../plugins/plugin-chart-handlebars/package.json | 2 +-
.../plugins/plugin-chart-pivot-table/CHANGELOG.md | 114 +-
.../plugins/plugin-chart-pivot-table/package.json | 11 +-
.../src/PivotTableChart.tsx | 1 +
.../plugins/plugin-chart-table/CHANGELOG.md | 184 +-
.../plugins/plugin-chart-table/package.json | 2 +-
.../plugins/plugin-chart-word-cloud/CHANGELOG.md | 72 +-
.../plugins/plugin-chart-word-cloud/package.json | 10 +-
.../src/chart/WordCloud.tsx | 10 +-
superset-frontend/scripts/build.js | 2 +-
superset-frontend/src/SqlLab/actions/sqlLab.js | 4 +-
.../src/SqlLab/components/QueryTable/index.tsx | 96 +-
.../src/components/Icons/Icons.stories.tsx | 13 +-
.../src/components/Label/Label.stories.tsx | 9 +-
superset-frontend/src/components/Label/index.tsx | 54 +-
.../src/dashboard/actions/dashboardState.js | 251 +-
.../dashboard/components/PropertiesModal/index.tsx | 4 +-
.../AdhocFilterEditPopoverSqlTabContent/index.jsx | 139 -
.../AdhocFilterEditPopoverSqlTabContent/index.tsx | 135 +
superset-frontend/src/utils/colorScheme.ts | 55 +-
superset/commands/dashboard/exceptions.py | 4 +
superset/commands/dashboard/update.py | 29 +-
superset/commands/database/create.py | 47 +-
superset/commands/database/importers/v1/utils.py | 38 +-
superset/commands/database/utils.py | 67 +
superset/config.py | 3 +-
superset/constants.py | 1 +
superset/daos/dashboard.py | 18 +
superset/dashboards/api.py | 93 +
superset/dashboards/schemas.py | 9 +
superset/migrations/shared/catalogs.py | 8 +-
superset/migrations/shared/constraints.py | 22 -
superset/migrations/shared/utils.py | 225 +-
...20_16-02_678eefb4ab44_add_access_token_table.py | 2 +-
...4-01_22-44_c22cb5c2e546_user_attr_avatar_url.py | 7 +-
...-04-11_15-41_5f57af97bc3f_add_catalog_column.py | 10 +-
...0-52_58d051681a3b_add_catalog_perm_to_tables.py | 17 +-
...02f4f7811799_remove_sl_dataset_columns_table.py | 3 +-
...7_39549add7bfc_remove_sl_table_columns_table.py | 3 +-
..._15-23_38f4144e8558_remove_sl_dataset_tables.py | 3 +-
...3_15-27_e53fd48cc078_remove_sl_dataset_users.py | 3 +-
...4-08-13_15-29_a6b32d2d07b1_remove_sl_columns.py | 3 +-
...24-08-13_15-31_007a1abffe7e_remove_sl_tables.py | 3 +-
...-08-13_15-33_48cbb571fa3a_remove_sl_datasets.py | 3 +-
superset/tags/api.py | 31 +-
superset/tags/schemas.py | 34 +-
superset/translations/de/LC_MESSAGES/messages.po | 1603 +-
tests/integration_tests/dashboards/api_tests.py | 111 +
.../databases/commands/importers/v1/import_test.py | 28 -
tests/unit_tests/databases/commands/utils_test.py | 76 +
138 files changed, 22304 insertions(+), 11831 deletions(-)
delete mode 100644 .pylintrc
rename docker/{ => entrypoints}/docker-ci.sh (100%)
rename docker/{ => entrypoints}/run-server.sh (100%)
create mode 100644 requirements/translations.in
create mode 100644 requirements/translations.txt
create mode 100644 superset-frontend/CHANGELOG.md
copy
superset-frontend/{src/components/Table/cell-renderers/ButtonCell/index.tsx =>
changelog.config.js} (50%)
create mode 100644
superset-frontend/packages/superset-ui-switchboard/CHANGELOG.md
create mode 100644
superset-frontend/plugins/legacy-preset-chart-deckgl/CHANGELOG.md
create mode 100644
superset-frontend/plugins/plugin-chart-handlebars/CHANGELOG.md
delete mode 100644
superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSqlTabContent/index.jsx
create mode 100644
superset-frontend/src/explore/components/controls/FilterControl/AdhocFilterEditPopoverSqlTabContent/index.tsx
create mode 100644 superset/commands/database/utils.py
create mode 100644 tests/unit_tests/databases/commands/utils_test.py