This is an automated email from the ASF dual-hosted git repository.
rusackas pushed a change to branch dependabot/pip/duckdb-1.5.2
in repository https://gitbox.apache.org/repos/asf/superset.git
discard 41b81adbf3b Merge branch 'master' into dependabot/pip/duckdb-1.5.2
discard 8ad5d2d40ae chore(deps-dev): bump duckdb from 1.4.2 to 1.5.2
add b21450681dc feat(i18n): add Thai (th) translations (AI-generated,
needs review) (#40391)
add 965ec472965 fix(explore): hide value input for unary filter operators
(#39924)
add 2fef4e41f20 feat(i18n): add Finnish (fi) translations (AI-generated,
needs review) (#40390)
add 9c90a6854c5 ci(translations): hard-block translation regressions in CI
(#39443)
add 3b7602c87d0 chore(deps-dev): bump duckdb from 1.4.2 to 1.5.2
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 (41b81adbf3b)
\
N -- N -- N refs/heads/dependabot/pip/duckdb-1.5.2 (3b7602c87d0)
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:
.../workflows/superset-translations-comment.yml | 87 +
.github/workflows/superset-translations.yml | 90 +-
.pre-commit-config.yaml | 2 +-
.../translations/check_translation_regression.py | 250 +
...AdhocFilterEditPopoverSimpleTabContent.test.tsx | 64 +
.../index.tsx | 91 +-
superset/translations/fi/LC_MESSAGES/messages.po | 30258 +++++++++++++++++++
superset/translations/th/LC_MESSAGES/messages.po | 29937 ++++++++++++++++++
8 files changed, 60728 insertions(+), 51 deletions(-)
create mode 100644 .github/workflows/superset-translations-comment.yml
create mode 100755 scripts/translations/check_translation_regression.py
create mode 100644 superset/translations/fi/LC_MESSAGES/messages.po
create mode 100644 superset/translations/th/LC_MESSAGES/messages.po