You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by mi...@apache.org on 2024/03/04 20:28:58 UTC

(superset) branch test-ci updated (41f34ab26b -> d07d0b7298)

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

michaelsmolina pushed a change to branch test-ci
in repository https://gitbox.apache.org/repos/asf/superset.git


 discard 41f34ab26b chore: test
    omit 3650228f88 fix: bump FAB to 4.4.1 (perf issue) (#27233)
    omit ffa0c73776 fix: setting important lower bounds versions on requirements (#27167)
    omit c29873cc81 fix: no limit in SELECT * for TOP dbs (#27215)
    omit ef2ca408cc fix(releasing): fixes npm script for release validation (#27214)
    omit d47fd44b49 fix: Translations related to the date range filter (#26074)
    omit 3440a301ba fix(dashboard): drag and drop indicator UX (#26699)
    omit a523d9aac6 fix: Failed to execute importScripts on worker-css (#27191)
    omit d69be3286a fix(sqllab): typeahead search is broken in db selector (#27181)
    omit beb9ec77a5 chore: Adds 4.0.0 RC1 data to CHANGELOG.md and UPDATING.md
    omit e0f4f34f97 chore: Updates CHANGELOG.md with 3.0.4 data (#27169)
    omit c4982d4f29 docs: add Dropit Shopping to users list (#27166)
    omit 3eedcb4a2f fix: unlock and bump werkzeug (#27164)
    omit f7c5773a97 feat: bump FAB to 4.4.0 (#27159)
    omit 8dc6cbe206 fix(ci): mypy pre-commit issues (#27161)
    omit 601e62a2ee feat(Alerts and Reports): Modal redesign (#26202)
    omit 1776405903 refactor: Migrate ErrorBoundary to typescript (#27143)
    omit 8749d9f386 chore(tests): Remove unnecessary explicit Flask-SQLAlchemy session expunges (#27136)
    omit dab44c0b6f fix(plugins): Apply dashboard filters to comparison query in BigNumber with Time Comparison chart (#27138)
    omit cf33a6213d fix: Duplicated toast messages (#27135)
     new d07d0b7298 chore: 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   (41f34ab26b)
            \
             N -- N -- N   refs/heads/test-ci (d07d0b7298)

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.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .github/ISSUE_TEMPLATE/bug-report.yml              |     2 +-
 CHANGELOG.md                                       |     2 -
 CHANGELOG/3.0.4.md                                 |    72 -
 CHANGELOG/4.0.0.md                                 |   403 -
 CONTRIBUTING.md                                    |     4 +-
 RELEASING/validate_this_release.sh                 |     7 +-
 RESOURCES/INTHEWILD.md                             |     1 -
 UPDATING.md                                        |     2 +-
 requirements/base.in                               |     2 -
 requirements/base.txt                              |    33 +-
 requirements/development.txt                       |     2 +
 requirements/docker.in                             |     3 +-
 requirements/docker.txt                            |     4 +-
 requirements/integration.txt                       |     6 +
 requirements/testing.in                            |     1 -
 requirements/testing.txt                           |     7 +-
 setup.py                                           |     4 +-
 .../cypress/e2e/explore/control.test.ts            |     2 +-
 superset-frontend/package.json                     |     2 +-
 .../src/plugin/buildQuery.ts                       |    10 +-
 superset-frontend/src/GlobalStyles.tsx             |     1 -
 .../src/SqlLab/reducers/getInitialState.ts         |     4 +
 .../src/components/AsyncAceEditor/index.tsx        |     4 -
 superset-frontend/src/components/Button/index.tsx  |    11 +-
 .../src/components/CronPicker/CronPicker.tsx       |   115 +-
 .../DatabaseSelector/DatabaseSelector.test.tsx     |    26 -
 .../src/components/DatabaseSelector/index.tsx      |     4 +-
 .../ErrorBoundary/ErrorBoundary.test.tsx           |     8 +-
 .../ErrorBoundary/{index.tsx => index.jsx}         |    49 +-
 .../MessageToasts/getToastsFromPyFlashMessages.js} |    32 +-
 .../getToastsFromPyFlashMessages.test.js}          |    45 +-
 superset-frontend/src/components/Modal/Modal.tsx   |     3 -
 .../src/dashboard/components/Dashboard.jsx         |     2 +
 .../src/dashboard/components/Dashboard.test.jsx    |     1 +
 .../DashboardBuilder/DashboardBuilder.tsx          |    53 +-
 .../DashboardBuilder/DashboardWrapper.test.tsx     |    18 +-
 .../DashboardBuilder/DashboardWrapper.tsx          |    33 +-
 .../src/dashboard/components/DashboardGrid.jsx     |   115 +-
 .../src/dashboard/components/dnd/DragDroppable.jsx |    56 +-
 .../src/dashboard/components/dnd/handleDrop.js     |    32 +-
 .../components/gridComponents/ChartHolder.tsx      |     9 +-
 .../dashboard/components/gridComponents/Column.jsx |   118 +-
 .../components/gridComponents/Column.test.jsx      |    23 +-
 .../components/gridComponents/Divider.jsx          |    11 +-
 .../components/gridComponents/Divider.test.jsx     |     6 +-
 .../components/gridComponents/DynamicComponent.tsx |     9 +-
 .../dashboard/components/gridComponents/Header.jsx |    10 +-
 .../components/gridComponents/Header.test.jsx      |     6 +-
 .../components/gridComponents/Markdown.jsx         |     9 +-
 .../components/gridComponents/Markdown.test.jsx    |     8 +-
 .../dashboard/components/gridComponents/Row.jsx    |   175 +-
 .../components/gridComponents/Row.test.jsx         |    23 +-
 .../dashboard/components/gridComponents/Tab.jsx    |    93 +-
 .../components/gridComponents/Tab.test.tsx         |    59 +-
 .../dashboard/components/gridComponents/Tabs.jsx   |    19 +-
 .../components/gridComponents/Tabs.test.jsx        |    14 +-
 .../components/gridComponents/Tabs.test.tsx        |    12 +-
 .../FilterBarSettings/FilterBarSettings.test.tsx   |     1 +
 superset-frontend/src/dashboard/constants.ts       |     1 -
 .../src/dashboard/containers/Dashboard.ts          |     1 +
 superset-frontend/src/dashboard/types.ts           |     1 +
 .../src/dashboard/util/getDropPosition.js          |     3 +-
 .../src/dashboard/util/getDropPosition.test.js     |     5 +-
 .../DateFilterControl/components/DateLabel.tsx     |     4 +-
 .../controls/DateFilterControl/utils/constants.ts  |    10 +-
 .../src/features/alerts/AlertReportModal.test.jsx  |   367 +
 .../src/features/alerts/AlertReportModal.test.tsx  |   632 +-
 .../src/features/alerts/AlertReportModal.tsx       |  1296 +-
 .../alerts/buildErrorTooltipMessage.test.tsx       |    70 -
 .../features/alerts/buildErrorTooltipMessage.tsx   |    49 -
 .../components/AlertReportCronScheduler.test.tsx   |   153 +
 .../alerts/components/AlertReportCronScheduler.tsx |    96 +-
 .../alerts/components/NotificationMethod.tsx       |    31 +-
 .../src/features/alerts/components/NumberInput.tsx |    52 -
 .../src/features/alerts/components/StyledPanel.tsx |    75 -
 .../alerts/components/ValidatedPanelHeader.tsx     |    53 -
 superset-frontend/src/features/alerts/types.ts     |    18 -
 .../src/features/reports/ReportModal/index.tsx     |     9 +-
 superset-frontend/src/types/ace-builds.ts          |    19 -
 superset-frontend/webpack.config.js                |     4 -
 superset/commands/chart/delete.py                  |     6 +-
 superset/commands/dashboard/delete.py              |     6 +-
 superset/commands/database/delete.py               |     6 +-
 superset/commands/database/validate_sql.py         |    13 +-
 superset/commands/report/alert.py                  |     8 +-
 superset/config.py                                 |     2 +-
 superset/db_engine_specs/base.py                   |     2 +-
 superset/sqllab/api.py                             |     4 +-
 superset/sqllab/execution_context_convertor.py     |     1 +
 superset/translations/de/LC_MESSAGES/messages.json |  9882 +++---
 superset/translations/de/LC_MESSAGES/messages.po   | 33345 +++++++++----------
 superset/translations/en/LC_MESSAGES/messages.json |  7711 ++---
 superset/translations/en/LC_MESSAGES/messages.po   | 22992 +++++++------
 superset/translations/es/LC_MESSAGES/messages.json |  6007 ++--
 superset/translations/es/LC_MESSAGES/messages.po   | 30621 +++++++++--------
 superset/translations/fr/LC_MESSAGES/messages.json |  7753 ++---
 superset/translations/fr/LC_MESSAGES/messages.po   | 32452 +++++++++---------
 superset/translations/it/LC_MESSAGES/messages.json |  6295 ++--
 superset/translations/it/LC_MESSAGES/messages.po   | 27925 ++++++++--------
 superset/translations/ja/LC_MESSAGES/messages.json |  6326 ++--
 superset/translations/ja/LC_MESSAGES/messages.po   | 28707 ++++++++--------
 superset/translations/ko/LC_MESSAGES/messages.json |  6306 ++--
 superset/translations/ko/LC_MESSAGES/messages.po   | 27256 ++++++++-------
 superset/translations/messages.pot                 | 22904 +++++++------
 superset/translations/nl/LC_MESSAGES/messages.json |  7597 ++---
 superset/translations/nl/LC_MESSAGES/messages.po   | 28849 ++++++++--------
 superset/translations/pt/LC_MESSAGES/messages.json |  6125 ++--
 superset/translations/pt/LC_MESSAGES/messages.po   | 28886 ++++++++--------
 .../translations/pt_BR/LC_MESSAGES/messages.json   |  9540 +++---
 .../translations/pt_BR/LC_MESSAGES/messages.po     | 33103 +++++++++---------
 superset/translations/ru/LC_MESSAGES/messages.json |  9116 ++---
 superset/translations/ru/LC_MESSAGES/messages.po   | 32332 +++++++++---------
 superset/translations/sk/LC_MESSAGES/messages.json |  7733 ++---
 superset/translations/sk/LC_MESSAGES/messages.po   | 23459 +++++++------
 superset/translations/sl/LC_MESSAGES/messages.json | 10244 +++---
 superset/translations/sl/LC_MESSAGES/messages.po   | 32395 +++++++++---------
 superset/translations/uk/LC_MESSAGES/messages.json |  9857 +++---
 superset/translations/uk/LC_MESSAGES/messages.po   | 32665 +++++++++---------
 superset/translations/zh/LC_MESSAGES/messages.json |  7317 ++--
 superset/translations/zh/LC_MESSAGES/messages.po   | 31516 +++++++++---------
 superset/views/api.py                              |     4 +-
 superset/viz.py                                    |     3 +-
 tests/integration_tests/async_events/api_tests.py  |     4 +-
 tests/integration_tests/base_tests.py              |     7 +-
 tests/integration_tests/charts/data/api_tests.py   |     2 +-
 tests/integration_tests/core_tests.py              |     7 +-
 .../security/guest_token_security_tests.py         |     4 +-
 tests/integration_tests/security_tests.py          |     6 +-
 tests/unit_tests/db_engine_specs/test_base.py      |    75 +-
 129 files changed, 295238 insertions(+), 296873 deletions(-)
 delete mode 100644 CHANGELOG/3.0.4.md
 delete mode 100644 CHANGELOG/4.0.0.md
 rename superset-frontend/src/components/ErrorBoundary/{index.tsx => index.jsx} (64%)
 copy superset-frontend/src/{dashboard/util/replaceUndefinedByNull.ts => components/MessageToasts/getToastsFromPyFlashMessages.js} (61%)
 copy superset-frontend/src/{dashboard/util/extractUrlParams.test.ts => components/MessageToasts/getToastsFromPyFlashMessages.test.js} (51%)
 create mode 100644 superset-frontend/src/features/alerts/AlertReportModal.test.jsx
 delete mode 100644 superset-frontend/src/features/alerts/buildErrorTooltipMessage.test.tsx
 delete mode 100644 superset-frontend/src/features/alerts/buildErrorTooltipMessage.tsx
 create mode 100644 superset-frontend/src/features/alerts/components/AlertReportCronScheduler.test.tsx
 delete mode 100644 superset-frontend/src/features/alerts/components/NumberInput.tsx
 delete mode 100644 superset-frontend/src/features/alerts/components/StyledPanel.tsx
 delete mode 100644 superset-frontend/src/features/alerts/components/ValidatedPanelHeader.tsx
 delete mode 100644 superset-frontend/src/types/ace-builds.ts


(superset) 01/01: chore: test

Posted by mi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

michaelsmolina pushed a commit to branch test-ci
in repository https://gitbox.apache.org/repos/asf/superset.git

commit d07d0b7298b6de2bae1c74e164e4198e10255ba6
Author: Michael S. Molina <mi...@gmail.com>
AuthorDate: Mon Mar 4 15:28:46 2024 -0500

    chore: test
---
 CONTRIBUTING.md | 14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 4afa69eb2e..85de6ce05c 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -35,7 +35,7 @@ little bit helps, and credit will always be given.
     - [Improve Documentation](#improve-documentation)
     - [Add Translations](#add-translations)
     - [Ask Questions](#ask-questions)
-  - [Pull Request Guidelines](#pull-request-guidelines)
+  - [Pull Rewquest Guidelines](#pull-request-guidelines)
     - [Protocol](#protocol)
       - [Authoring](#authoring)
       - [Reviewing](#reviewing)
@@ -217,7 +217,7 @@ Security team members must:
 - Have an [ICLA](https://www.apache.org/licenses/contributor-agreements.html) signed with Apache Software Foundation.
 - Not reveal information about pending and unfixed security issues to anyone (including their employers) unless specifically authorised by the security team members, e.g., if the security team agrees that diagnosing and solving an issue requires the involvement of external experts.
 
-A release manager, the contributor overseeing the release of a specific version of Apache Superset, is by default a member of the security team.  However, they are not expected to be active in assessing, discussing, and fixing security issues.
+A release manager, the contributor overseeing the release of a specific version of Apache Superset, is by default a member of the security team. However, they are not expected to be active in assessing, discussing, and fixing security issues.
 
 Security team members should also follow these general expectations:
 
@@ -374,8 +374,8 @@ Triaging goals
 
 First, add **Category labels (a.k.a. hash labels)**. Every issue/PR must have one hash label (except spam entry). Labels that begin with `#` defines issue/PR type:
 
-| Label           | for Issue                                                                                                               | for PR                                                                                                                                            |
-| --------------- | ----------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------- |
+| Label           | for Issue                                                                                                               | for PR                                                                                                                            |
+| --------------- | ----------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------- |
 | `#bug`          | Bug report                                                                                                              | Bug fix                                                                                                                           |
 | `#code-quality` | Describe problem with code, architecture or productivity                                                                | Refactor, tests, tooling                                                                                                          |
 | `#feature`      | New feature request                                                                                                     | New feature implementation                                                                                                        |
@@ -648,22 +648,28 @@ If while using the above commands you encounter an error related to the limit of
 ```bash
 Error: ENOSPC: System limit for number of file watchers reached
 ```
+
 The error is thrown because the number of files monitored by the system has reached the limit.
 You can address this this error by increasing the number of inotify watchers.
 
 The current value of max watches can be checked with:
+
 ```bash
 cat /proc/sys/fs/inotify/max_user_watches
 ```
+
 Edit the file /etc/sysctl.conf to increase this value.
 The value needs to be decided based on the system memory [(see this StackOverflow answer for more context)](https://stackoverflow.com/questions/535768/what-is-a-reasonable-amount-of-inotify-watches-with-linux).
 
 Open the file in editor and add a line at the bottom specifying the max watches values.
+
 ```bash
 fs.inotify.max_user_watches=524288
 ```
+
 Save the file and exit editor.
 To confirm that the change succeeded, run the following command to load the updated value of max_user_watches from sysctl.conf:
+
 ```bash
 sudo sysctl -p
 ```