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

(superset) branch dependabot/npm_and_yarn/superset-frontend/plugins/legacy-plugin-chart-histogram/vx/legend-0.0.199 updated (29280be80c -> ccbb6e3662)

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

maximebeauchemin pushed a change to branch dependabot/npm_and_yarn/superset-frontend/plugins/legacy-plugin-chart-histogram/vx/legend-0.0.199
in repository https://gitbox.apache.org/repos/asf/superset.git


 discard 29280be80c fixit
 discard d8edec19af build(deps): bump @vx/legend
     add 39973cd38e build(deps-dev): update @babel/types requirement from ^7.13.12 to ^7.23.9 in /superset-frontend/plugins/plugin-chart-pivot-table (#26881)
     add 4b77129cc9 fix(docker): improve docker tags to be cleared and avoid conflicts (#26787)
     add 5172e252a1 fix: remove ephemeral docker build from required workflow (#26917)
     add 807c57c531 fix(ci): ephemeral env build (#26852)
     add 1fd927015f fix(ci): ephemeral env build and up dependency (#26919)
     add d8f7e2ce5e fix(ci): lint issue on update-monorepo-lockfiles.yml (#26920)
     add 8a2f7d378a refactor: Removes the deprecated GENERIC_CHART_AXES feature flag (#26372)
     add 31eed009cd chore(ci): notify PMCs of changes on required workflows (#26918)
     add 4b85af2586 fix(ci): remove deprecated set-output on github workflows (#26921)
     add 62993c2fba fix(sqllab): autosync fail on migrated queryEditor (#26922)
     add 3011ce18a5 feat(ci): unleash dependabot on our github actions (#26912)
     add 4539a5d2eb build(deps): bump actions/dependency-review-action from 2 to 4 (#26931)
     add 77d397f5ac build(deps): bump actions/upload-artifact from 3 to 4 (#26930)
     add 1db0d3d364 build(deps): bump azure/setup-helm from 1 to 3 (#26929)
     add 40014d0e6d build(deps): bump chromaui/action from 1 to 10 (#26928)
     add 5b510fc978 build(deps-dev): bump @types/node from 20.11.10 to 20.11.14 in /superset-websocket (#26924)
     add 551ae59096 build(deps): bump shortid from 2.2.14 to 2.2.16 in /superset-frontend (#26940)
     add bdb43abe9e build(deps-dev): bump @babel/core from 7.22.8 to 7.23.9 in /superset-frontend (#26939)
     add d714a7dfeb build(deps): bump emotion-rgba from 0.0.9 to 0.0.12 in /superset-frontend (#26941)
     add 0bc5983d63 build(deps): bump interweave from 13.0.0 to 13.1.0 in /superset-frontend (#26935)
     add bd9afcda99 chore(ci): run pre-commit across the repo (#26942)
     add a09e5557bc feat: Period over Period Big Number comparison chart (#26908)
     add 959a5a5ad6 feat(components): Add static class name with button style (#26639)
     add bc1a3ef817 build(deps): bump @vx/legend
     add abc988b846 fixit
     add ccbb6e3662 rebased

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   (29280be80c)
            \
             N -- N -- N   refs/heads/dependabot/npm_and_yarn/superset-frontend/plugins/legacy-plugin-chart-histogram/vx/legend-0.0.199 (ccbb6e3662)

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:
 .asf.yaml                                          |  13 +-
 .github/CODEOWNERS                                 |   4 +
 .github/dependabot.yml                             |   6 +
 .github/workflows/cancel_duplicates.yml            |   2 +-
 .github/workflows/chromatic-master.yml             |   2 +-
 .github/workflows/dependency-review.yml            |   2 +-
 .github/workflows/docker-release.yml               |  12 +-
 .github/workflows/docker.yml                       |  52 +--
 .github/workflows/ephemeral-env-pr-close.yml       |   2 +-
 .github/workflows/ephemeral-env.yml                |  92 +++--
 .github/workflows/no-op.yml                        |  14 +
 .github/workflows/pr-lint.yml                      |   2 +-
 .github/workflows/pre-commit.yml                   |  54 +++
 .github/workflows/prefer-typescript.yml            |   2 +-
 .github/workflows/release.yml                      |   2 +-
 .github/workflows/superset-e2e.yml                 |   6 +-
 .github/workflows/superset-helm-lint.yml           |   4 +-
 .github/workflows/superset-helm-release.yml        |   2 +-
 .../workflows/superset-python-integrationtest.yml  |   4 +
 .github/workflows/superset-python-misc.yml         |  45 ---
 .github/workflows/update-monorepo-lockfiles.yml    |   1 -
 RESOURCES/FEATURE_FLAGS.md                         |   3 +-
 UPDATING.md                                        |   1 +
 .../installing-superset-from-scratch.mdx           |   2 +-
 pytest.ini                                         |   1 +
 scripts/build_docker.py                            | 253 +++++++++++++
 scripts/docker_build_push.sh                       | 156 --------
 .../cypress/e2e/dashboard/drillby.test.ts          |  24 +-
 .../cypress/e2e/dashboard/drilltodetail.test.ts    |  14 +-
 .../cypress-base/cypress/e2e/dashboard/utils.ts    |  14 +-
 superset-frontend/package-lock.json                | 415 ++++++++++++---------
 superset-frontend/package.json                     |   9 +-
 .../templates/src/plugin/controlPanel.erb          |   2 +-
 .../src/operators/sortOperator.ts                  |   2 -
 .../src/sections/echartsTimeSeriesQuery.tsx        |  22 +-
 .../src/sections/sections.tsx                      |  20 +-
 .../src/shared-controls/mixins.tsx                 |  10 +-
 .../src/shared-controls/sharedControls.tsx         |   3 +-
 .../test/operators/sortOperator.test.ts            |  23 --
 .../src/query/extractQueryFields.ts                |  12 +-
 .../superset-ui-core/src/query/getXAxis.ts         |   6 -
 .../superset-ui-core/src/utils/featureFlags.ts     |   2 +-
 .../test/query/buildQueryContext.test.ts           |  25 +-
 .../test/query/extractQueryFields.test.ts          |  14 +-
 .../test/query/normalizeTimeColumn.test.ts         | 397 +++++++-------------
 .../packages/superset-ui-demo/package.json         |   2 +-
 .../legacy-plugin-chart-chord/src/controlPanel.ts  |   2 -
 .../src/controlPanel.ts                            |   2 -
 .../src/controlPanel.tsx                           |   2 -
 .../src/controlPanel.tsx                           |   2 -
 .../src/controlPanel.ts                            |   2 -
 .../src/controlPanel.ts                            |   2 -
 .../src/controlPanel.ts                            |   2 -
 .../src/controlPanel.ts                            |   3 +-
 .../src/controlPanel.ts                            |   3 +-
 .../src/controlPanel.tsx                           |   2 -
 .../src/controlPanel.ts                            |   3 +-
 .../legacy-plugin-chart-sankey/src/controlPanel.ts |   2 -
 .../src/controlPanel.ts                            |   2 -
 .../src/Multi/controlPanel.ts                      |   2 -
 .../src/layers/Arc/controlPanel.ts                 |   3 +-
 .../src/layers/Contour/controlPanel.ts             |   2 -
 .../src/layers/Geojson/controlPanel.ts             |   3 +-
 .../src/layers/Grid/controlPanel.ts                |   2 -
 .../src/layers/Heatmap/controlPanel.ts             |   2 -
 .../src/layers/Hex/controlPanel.ts                 |   2 -
 .../src/layers/Path/controlPanel.ts                |   3 +-
 .../src/layers/Polygon/controlPanel.ts             |   2 -
 .../src/layers/Scatter/controlPanel.ts             |   3 +-
 .../src/layers/Screengrid/controlPanel.ts          |   2 -
 .../src/Bubble/controlPanel.ts                     |   2 -
 .../src/Bullet/controlPanel.ts                     |   3 +-
 .../src/DistBar/controlPanel.ts                    |   2 -
 .../src/BigNumber/BigNumberTotal/controlPanel.ts   |   2 -
 .../BigNumberWithTrendline/controlPanel.tsx        |   8 +-
 .../src/BoxPlot/controlPanel.ts                    |   1 -
 .../src/Funnel/controlPanel.tsx                    |   2 -
 .../src/Gauge/controlPanel.tsx                     |   2 -
 .../src/Graph/controlPanel.tsx                     |   2 -
 .../src/MixedTimeseries/controlPanel.tsx           |  15 +-
 .../src/MixedTimeseries/index.ts                   |  19 +-
 .../plugin-chart-echarts/src/Pie/controlPanel.tsx  |   2 -
 .../src/Radar/controlPanel.tsx                     |   2 -
 .../src/Sunburst/controlPanel.tsx                  |   2 -
 .../src/Timeseries/Area/controlPanel.tsx           |   1 -
 .../src/Timeseries/Area/index.ts                   |  21 +-
 .../src/Timeseries/Regular/Bar/controlPanel.tsx    |   1 -
 .../src/Timeseries/Regular/Bar/index.ts            |  17 +-
 .../src/Timeseries/Regular/Line/controlPanel.tsx   |   1 -
 .../src/Timeseries/Regular/Line/index.ts           |  21 +-
 .../Timeseries/Regular/Scatter/controlPanel.tsx    |   1 -
 .../src/Timeseries/Regular/Scatter/index.ts        |  21 +-
 .../Timeseries/Regular/SmoothLine/controlPanel.tsx |   1 -
 .../src/Timeseries/Regular/SmoothLine/index.ts     |  21 +-
 .../src/Timeseries/Step/controlPanel.tsx           |   1 -
 .../src/Timeseries/Step/index.ts                   |  21 +-
 .../plugin-chart-echarts/src/Timeseries/index.ts   |  19 +-
 .../plugin-chart-echarts/src/Tree/controlPanel.tsx |   2 -
 .../src/Treemap/controlPanel.tsx                   |   2 -
 .../src/Waterfall/controlPanel.tsx                 |   8 +-
 .../test/MixedTimeseries/buildQuery.test.ts        | 147 +-------
 .../test/Timeseries/buildQuery.test.ts             | 106 +-----
 .../src/plugin/controlPanel.tsx                    |   2 -
 .../plugin-chart-period-over-period-kpi/README.md} |  36 +-
 .../package.json                                   |  33 ++
 .../src/PopKPI.tsx                                 |  96 +++++
 .../src/images/thumbnail.png                       | Bin 0 -> 23099 bytes
 .../src/index.ts                                   |   6 +-
 .../src/plugin/buildQuery.ts                       | 299 +++++++++++++++
 .../src/plugin/controlPanel.ts                     | 169 +++++++++
 .../src/plugin/index.ts}                           |   8 +-
 .../src/plugin/transformProps.ts}                  |  96 ++++-
 .../src/types.ts}                                  |  28 +-
 .../tsconfig.json                                  |   0
 .../types}/types/external.d.ts                     |   0
 .../plugins/plugin-chart-pivot-table/package.json  |   2 +-
 .../src/plugin/buildQuery.ts                       |   5 -
 .../src/plugin/controlPanel.tsx                    |  61 ++-
 .../test/plugin/buildQuery.test.ts                 |  28 +-
 .../plugins/plugin-chart-table/src/buildQuery.ts   |   2 -
 .../plugin-chart-table/src/controlPanel.tsx        |  74 ++--
 .../plugin-chart-table/test/buildQuery.test.ts     |   7 -
 .../src/plugin/controlPanel.ts                     |   2 -
 superset-frontend/src/SqlLab/actions/sqlLab.js     |   1 +
 .../src/SqlLab/actions/sqlLab.test.js              |  11 +-
 superset-frontend/src/components/Button/index.tsx  |   9 +-
 .../src/explore/actions/hydrateExplore.ts          |   2 -
 .../explore/components/ControlPanelsContainer.tsx  |   4 +-
 .../controls/DateFilterControl/DateFilterLabel.tsx |   2 +-
 .../DndColumnSelectControl/DndFilterSelect.tsx     |   2 -
 .../index.tsx                                      |   3 +-
 .../utils/useDatePickerInAdhocFilter.tsx           |   4 +-
 .../utils/useDatePickerInAdhocfilter.test.ts       |  21 --
 .../VizTypeControl/VizTypeControl.test.tsx         |  45 +--
 .../controlUtils/standardizedFormData.test.ts      |   4 +-
 .../src/filters/components/Range/controlPanel.ts   |   2 -
 .../src/filters/components/Select/controlPanel.ts  |   3 -
 .../src/visualizations/presets/MainPreset.js       |  10 +-
 superset-websocket/package-lock.json               |  14 +-
 superset-websocket/package.json                    |   2 +-
 superset/config.py                                 |   3 +-
 superset/examples/supported_charts_dashboard.py    |  36 +-
 superset/legacy.py                                 |  17 +-
 superset/migrations/shared/migrate_viz/base.py     |   3 +-
 tests/unit_tests/fixtures/bash_mock.py             |  12 -
 tests/unit_tests/legacy_tests.py                   |  13 +-
 .../migrations/viz/time_related_fields_test.py     |  12 +-
 tests/unit_tests/scripts/docker_build.py           | 277 ++++++++++++++
 tests/unit_tests/scripts/docker_build_push_test.py |  66 ----
 tests/unit_tests/utils/docker.py                   | 269 +++++++++++++
 150 files changed, 2361 insertions(+), 1726 deletions(-)
 create mode 100644 .github/workflows/pre-commit.yml
 create mode 100755 scripts/build_docker.py
 delete mode 100755 scripts/docker_build_push.sh
 copy superset-frontend/{packages/generator-superset/generators/plugin-chart/templates/README.erb => plugins/plugin-chart-period-over-period-kpi/README.md} (53%)
 create mode 100644 superset-frontend/plugins/plugin-chart-period-over-period-kpi/package.json
 create mode 100644 superset-frontend/plugins/plugin-chart-period-over-period-kpi/src/PopKPI.tsx
 create mode 100644 superset-frontend/plugins/plugin-chart-period-over-period-kpi/src/images/thumbnail.png
 copy superset-frontend/plugins/{plugin-chart-handlebars => plugin-chart-period-over-period-kpi}/src/index.ts (86%)
 create mode 100644 superset-frontend/plugins/plugin-chart-period-over-period-kpi/src/plugin/buildQuery.ts
 create mode 100644 superset-frontend/plugins/plugin-chart-period-over-period-kpi/src/plugin/controlPanel.ts
 copy superset-frontend/{packages/generator-superset/generators/plugin-chart/templates/src/plugin/index.erb => plugins/plugin-chart-period-over-period-kpi/src/plugin/index.ts} (89%)
 copy superset-frontend/{packages/generator-superset/generators/plugin-chart/templates/src/plugin/transformProps.erb => plugins/plugin-chart-period-over-period-kpi/src/plugin/transformProps.ts} (53%)
 copy superset-frontend/{packages/generator-superset/generators/plugin-chart/templates/src/types.erb => plugins/plugin-chart-period-over-period-kpi/src/types.ts} (64%)
 copy superset-frontend/plugins/{legacy-plugin-chart-calendar => plugin-chart-period-over-period-kpi}/tsconfig.json (100%)
 copy superset-frontend/{packages/generator-superset/generators/plugin-chart/templates => plugins/plugin-chart-period-over-period-kpi/types}/types/external.d.ts (100%)
 create mode 100644 tests/unit_tests/scripts/docker_build.py
 delete mode 100644 tests/unit_tests/scripts/docker_build_push_test.py
 create mode 100644 tests/unit_tests/utils/docker.py