This is an automated email from the ASF dual-hosted git repository.
maximebeauchemin pushed a change to branch log_queries
in repository https://gitbox.apache.org/repos/asf/superset.git
omit 4e2952e116 test
omit 88489c98dd fix tests
omit 1e194c72f6 pylinting
omit 54c341029f fix a test
omit 232c520332 fix a unit test
omit 8b16341d4d cache request.json
omit 8be9e371bb touchups after self-review
omit 80deae4e21 more refactor
omit 8b2f9c79e3 feat: improve event logging for queries + refactor
add 7c8e1bb46e fix(docs): CSP mods to re-enable Algolia search (#27942)
add e80d194b8f fix: improve change detection for GHAs (#27904)
add 4ecfce98f6 feat(explore): Clear temporal filter value (#27788)
add ae0f2ce3c1 fix: useTruncation infinite loop, reenable dashboard cross
links on ChartList (#27701)
add 4f11dd5447 feat: improve event logging for queries + refactor
add 4231582bb2 more refactor
add c408d3b535 touchups after self-review
add d4bf1be684 cache request.json
add 7480a854b8 fix a unit test
add 2d6f3657cc fix a test
add ca68e45381 pylinting
add 7de2c5e30d fix tests
add ed48c49a17 test
add 0a8cfe4759 fix test
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 (4e2952e116)
\
N -- N -- N refs/heads/log_queries (0a8cfe4759)
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/actions/change-detector/action.yml | 31 ++++
.github/workflows/codeql-analysis.yml | 11 +-
.github/workflows/docker.yml | 21 ++-
.github/workflows/no-op.yml | 114 ------------
.github/workflows/superset-cli.yml | 18 +-
.github/workflows/superset-e2e.yml | 27 ++-
.github/workflows/superset-frontend.yml | 36 ++--
.../workflows/superset-python-integrationtest.yml | 60 +++----
.github/workflows/superset-python-misc.yml | 25 +--
.github/workflows/superset-python-presto-hive.yml | 54 +++---
.github/workflows/superset-python-unittest.yml | 26 +--
.github/workflows/superset-translations.yml | 20 ++-
.pre-commit-config.yaml | 1 +
docs/static/.htaccess | 2 +-
scripts/change_detector.py | 156 ++++++++++++++++
scripts/ci_check_no_file_changes.sh | 68 -------
.../cypress/e2e/chart_list/list.test.ts | 9 +-
.../cypress-base/cypress/e2e/explore/chart.test.js | 4 +-
.../useChildElementTruncation.test.ts | 196 +++++++++++++++++----
.../useTruncation/useChildElementTruncation.ts | 122 ++++++-------
.../src/components/ListView/CrossLinks.tsx | 25 +--
.../components/ListView/DashboardCrossLinks.tsx} | 30 ++--
.../src/components/TruncatedList/index.tsx | 10 +-
.../nativeFilters/FilterCard/DependenciesRow.tsx | 10 +-
.../nativeFilters/FilterCard/NameRow.tsx | 5 +-
.../nativeFilters/FilterCard/ScopeRow.tsx | 12 +-
.../explore/components/ControlPanelsContainer.tsx | 27 ++-
.../DndFilterSelect.test.tsx | 77 +++++++-
.../DndColumnSelectControl/DndFilterSelect.tsx | 4 +-
.../DashboardsSubMenu.test.tsx | 2 +-
.../useExploreAdditionalActionsMenu/index.jsx | 2 +-
superset-frontend/src/pages/ChartList/index.tsx | 19 +-
superset/__init__.py | 1 +
superset/utils/log.py | 1 -
tests/integration_tests/event_logger_tests.py | 1 -
35 files changed, 698 insertions(+), 529 deletions(-)
create mode 100644 .github/actions/change-detector/action.yml
delete mode 100644 .github/workflows/no-op.yml
create mode 100755 scripts/change_detector.py
delete mode 100755 scripts/ci_check_no_file_changes.sh
copy
superset-frontend/{packages/superset-ui-core/test/utils/ensureIsArray.test.ts
=> src/components/ListView/DashboardCrossLinks.tsx} (62%)