You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by di...@apache.org on 2024/02/09 09:26:12 UTC

(superset) branch diego/ch77449/dashboard-granular-permissions updated (1c3ac61b8e -> e91ea72574)

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

diegopucci pushed a change to branch diego/ch77449/dashboard-granular-permissions
in repository https://gitbox.apache.org/repos/asf/superset.git


    from 1c3ac61b8e Merge branch 'master' of https://github.com/apache/superset into diego/ch77449/dashboard-granular-permissions
     add 686ce33ea5 fix: safer error message in alerts (#27019)
     add e986a1746f fix(webpack-dev-server): parse env args (#19744)
     add daaf657d47 build(deps-dev): bump @types/jest from 26.0.24 to 29.5.12 in /superset-frontend/plugins/plugin-chart-handlebars (#26973)
     add 66b4670300 fix(actions): correcting malformed labeler configs (#27048)
     add c222464d05 chore(docs): bump version number in docs example (#27038)
     add fd06ff3745 fix(explore): allow free-form d3 format on custom column formatting (#27023)
     add 3700326c35 fix(ephemeral): fix ephemeral builds in PR (#27056)
     add 81301ee54e fix(ephemeral): fix tagging command for ECR (#27057)
     add cf84f36a6c chore: prevent prophet from logging non-errors as errors (#27053)
     add 6f402991e5 fix(plugins): missing currency on small number format in table chart (#27041)
     add ee69ac97c8 fix(ephemeral): point to the full tag name (#27058)
     add 5951f6ceb6 fix(ephemeral): last try fixing this GH action (#27060)
     add 13915bbb54 feat(docker): allow for docker release builds to be multi-platform (#27055)
     add aae72b495f Merge branch 'master' of https://github.com/apache/superset into diego/ch77449/dashboard-granular-permissions
     add e91ea72574 Add can_view_query migration permission

No new revisions were added by this update.

Summary of changes:
 .github/labeler.yml                                |  8 +--
 .github/workflows/docker-release.yml               | 16 ++----
 .github/workflows/ephemeral-env.yml                | 15 +++---
 .github/workflows/update-monorepo-lockfiles.yml    | 13 +++--
 CONTRIBUTING.md                                    |  4 +-
 docs/docs/installation/alerts-reports.mdx          | 10 ++--
 scripts/build_docker.py                            | 42 ++++++++++-----
 superset-frontend/package-lock.json                | 24 ++++++++-
 .../superset-ui-chart-controls/src/types.ts        |  1 +
 .../plugins/plugin-chart-handlebars/package.json   |  2 +-
 .../plugin-chart-table/src/utils/formatValue.ts    |  6 +++
 .../plugin-chart-table/test/TableChart.test.tsx    | 42 +++++++++++++++
 .../controls/ColumnConfigControl/constants.tsx     |  1 +
 superset-frontend/webpack.proxy-config.js          | 12 ++++-
 superset/commands/report/alert.py                  |  9 +++-
 ...d83218_migrate_can_view_and_drill_permission.py |  1 +
 superset/utils/decorators.py                       | 19 +++++++
 superset/utils/pandas_postprocessing/prophet.py    |  7 ++-
 tests/unit_tests/scripts/docker_build.py           | 60 +++++++++++++---------
 tests/unit_tests/utils/test_decorators.py          | 45 ++++++++++++++++
 20 files changed, 256 insertions(+), 81 deletions(-)