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/01/29 09:27:44 UTC

(superset) branch diego/ch77449/embedded_drill_permission updated (4b027eb46f -> b145127f8d)

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

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


    from 4b027eb46f Merge branch 'master' of https://github.com/apache/superset into diego/ch77449/embedded_drill_permission
     add f084572dc7 chore(dependencies): bumping fonttools (#26793)
     add 35974fbdf4 Merge branch 'master' of https://github.com/apache/superset into diego/ch77449/embedded_drill_permission
     add 4f56f5ee84 fix(tags): Filter system tags from the tags list (#26701)
     add 092129201e chore: Reformat changelogs (#26815)
     add c657745f02 chore: add google-auth for new example dashboard (#26816)
     add 1f6c270f15 fix(time-series table): Can't compare from the beginning of the time range (#26814)
     add 6bc85a0d2c chore(dependencies): bumping jinja2 (#26794)
     add e9c2fdf8ac chore(ci): change code owners for .github (#26813)
     add a6290702d2 build(deps): bump prism-react-renderer from 1.2.1 to 2.3.1 in /docs (#26726)
     add dfc614bdc3 chore: fix GitHub 'Unchanged files with check annotations' reports in PR (#26702)
     add b145127f8d Merge branch 'master' of https://github.com/apache/superset into diego/ch77449/embedded_drill_permission

No new revisions were added by this update.

Summary of changes:
 .github/CODEOWNERS                                 |  8 +---
 .github/workflows/superset-websocket.yml           |  2 +-
 docs/docusaurus.config.js                          |  4 +-
 docs/package.json                                  |  2 +-
 docs/yarn.lock                                     | 20 +++++++---
 requirements/base.txt                              | 34 +++++++++-------
 requirements/development.txt                       | 19 +--------
 requirements/integration.txt                       |  8 +---
 requirements/testing.txt                           | 14 +------
 setup.py                                           |  6 +--
 .../cypress/e2e/dashboard/drillby.test.ts          |  1 +
 .../cypress/e2e/dashboard/editmode.test.ts         |  1 +
 .../cypress-base/cypress/support/e2e.ts            |  2 +
 .../cypress-base/cypress/utils/index.ts            | 29 ++++++++------
 .../cypress-base/cypress/utils/vizPlugins.ts       |  1 +
 .../superset-ui-chart-controls/CHANGELOG.md        |  3 +-
 .../packages/superset-ui-demo/CHANGELOG.md         | 12 ------
 .../legacy-plugin-chart-calendar/CHANGELOG.md      |  4 --
 .../plugins/legacy-plugin-chart-chord/CHANGELOG.md |  4 --
 .../legacy-plugin-chart-country-map/CHANGELOG.md   |  4 --
 .../legacy-plugin-chart-event-flow/CHANGELOG.md    |  4 --
 .../legacy-plugin-chart-heatmap/CHANGELOG.md       |  4 --
 .../legacy-plugin-chart-histogram/CHANGELOG.md     |  4 --
 .../legacy-plugin-chart-horizon/CHANGELOG.md       |  4 --
 .../legacy-plugin-chart-map-box/CHANGELOG.md       |  4 --
 .../legacy-plugin-chart-paired-t-test/CHANGELOG.md |  4 --
 .../CHANGELOG.md                                   |  4 --
 .../legacy-plugin-chart-partition/CHANGELOG.md     |  4 --
 .../plugins/legacy-plugin-chart-rose/CHANGELOG.md  |  4 --
 .../legacy-plugin-chart-sankey/CHANGELOG.md        |  4 --
 .../legacy-plugin-chart-world-map/CHANGELOG.md     |  4 --
 .../plugins/legacy-preset-chart-nvd3/CHANGELOG.md  | 12 ------
 .../plugins/plugin-chart-echarts/CHANGELOG.md      | 13 +-----
 .../src/BigNumber/CHANGELOG.md                     | 11 +-----
 .../plugins/plugin-chart-pivot-table/CHANGELOG.md  |  7 +---
 .../plugins/plugin-chart-table/CHANGELOG.md        |  4 --
 .../plugins/plugin-chart-word-cloud/CHANGELOG.md   |  4 --
 .../TimeSeriesColumnControl.test.tsx               | 13 ++++++
 .../controls/TimeSeriesColumnControl/index.jsx     |  4 +-
 superset-frontend/src/pages/Tags/index.tsx         | 20 +++++++++-
 .../src/visualizations/TimeTable/TimeTable.jsx     |  6 ++-
 superset/commands/dashboard/importers/v0.py        |  2 +-
 superset/tags/api.py                               |  3 ++
 superset/{css_templates => tags}/filters.py        | 35 ++++++++--------
 superset/views/core.py                             |  1 -
 tests/integration_tests/tags/api_tests.py          | 46 ++++++++++++++++++++++
 46 files changed, 177 insertions(+), 226 deletions(-)
 copy superset/{css_templates => tags}/filters.py (60%)