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

maximebeauchemin pushed a change to branch slack_v2
in repository https://gitbox.apache.org/repos/asf/superset.git


 discard d8bb848adf reset upper bound
 discard 8689040b7a don't bound slack_sdk in pyproject.toml
 discard 91e95e1e47 fix: move to slack-sdk files_upload_v2
     add 7da6147bf8 chore(build): fix issue that prevent `eslint` displaying 
type-check report during build (#28379)
     add 93e654212c fix: update development.mdx (#28412)
     add 8f9663ac67 chore(docs): fix two broken Docusaurus redirect links 
(#28430)
     add 5bad7fc4f3 chore(🦾): bump python werkzeug 3.0.1 -> 3.0.3 (#28421)
     add 76a9e1d37d fix: set supersetbot orglabel to always succeed (#28418)
     add 26df7b4ad5 feat: clarify that 'Text' supports markdown (#28425)
     add 3a62eab163 fix(SIP-95): missing catalog cache key (#28415)
     add 02478e5b95 feat(dashboard): Add metadata bar to the header (#27857)
     add e91669821e fix: run some CI tests against previous python version 
(#28419)
     add b0157649af fix(dashboard): Change class name on last Droppable in a 
column (#28395)
     add add79a4b24 fix(docs): add missing link to meta-cross-db feature flag 
docs (#28433)
     add 54e02f5b11 chore: deprecate old Database endpoints (#28404)
     add 4f51f05133 fix(ci): fix failed `docker-build` CI job (#28442)
     add d25928f125 chore: Updates CHANGELOG.md with 4.0.1 data (#28452)
     add e1cd0547de chore(helm): bumping app version to 4.0.1 in helm chart 
(#28456)
     add 983f809951 fix: Color scheme control crashing when dashboardId present 
(#28457)
     add 89dbb9888c chore(models): Adding encrypted field checks (#28436)
     add d871b4d267 fix(ar-modal): updateNotificationSettings not updating 
state (#28409)
     add 356a58d5f6 fix: jwt extended broken by flask bump (#28451)
     add 3f5ffc7026 chore(🦾): bump python flask-caching 2.1.0 -> 2.3.0 (#28463)
     add e8ba5045d9 chore(🦾): bump python markdown subpackage(s) (#28464)
     add 62b1757b07 chore(🦾): bump python flask-migrate subpackage(s) (#28465)
     add 908a9bbb4c chore(🦾): bump python flask-session subpackage(s) (#28472)
     add fedd24522c chore(🦾): bump python cryptography 42.0.5 -> 42.0.7 (#28468)
     add e6aba5979a chore(🦾): bump python geopy subpackage(s) (#28479)
     add 1ccbc655eb fix: Update migration logic in #27119 (#28422)
     add 0cb60aea8f chore: deprecate old Dataset related endpoints (#28453)
     add 2199f6f60d chore(🦾): bump python flask-compress 1.14 -> 1.15 (#28469)
     add e0ce1256c3 fix: move to slack-sdk files_upload_v2
     add 6026b2512b don't bound slack_sdk in pyproject.toml
     add 77789b8f99 reset upper bound

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   (d8bb848adf)
            \
             N -- N -- N   refs/heads/slack_v2 (77789b8f99)

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/ISSUE_TEMPLATE/bug-report.yml              |   2 +-
 .github/actions/setup-backend/action.yml           |   2 +
 .github/workflows/issue_creation.yml               |   2 +-
 .../workflows/superset-python-integrationtest.yml  |   2 +-
 CHANGELOG.md                                       |   1 +
 CHANGELOG/{3.1.3.md => 4.0.1.md}                   |  16 +-
 RESOURCES/FEATURE_FLAGS.md                         |   2 +-
 docs/docs/contributing/development.mdx             |   2 +-
 docs/docusaurus.config.js                          |   6 +-
 helm/superset/Chart.yaml                           |   4 +-
 helm/superset/README.md                            |   2 +-
 requirements/base.txt                              |  32 ++-
 superset-frontend/package-lock.json                | 311 ++++++++++++---------
 superset-frontend/package.json                     |   2 +-
 .../packages/superset-ui-demo/package.json         |   2 +-
 .../shared/components/ResizableChartDemo.tsx       |   2 +-
 .../spec/fixtures/mockDashboardInfo.js             |  13 +
 .../SqlEditorLeftBar/SqlEditorLeftBar.test.tsx     |  21 +-
 .../src/components/DatabaseSelector/index.tsx      |   2 +-
 .../dashboard/components/Header/Header.test.tsx    |  25 ++
 .../src/dashboard/components/Header/index.jsx      |  29 ++
 .../dashboard/components/gridComponents/Column.jsx |   2 +-
 .../components/gridComponents/new/NewMarkdown.jsx  |   2 +-
 .../ColorSchemeControl/ColorSchemeControl.test.tsx |   8 +
 .../controls/ColorSchemeControl/index.tsx          |  10 +-
 .../src/features/alerts/AlertReportModal.tsx       |   8 +-
 .../src/hooks/apiResources/schemas.test.ts         |  49 +++-
 .../src/hooks/apiResources/schemas.ts              |   3 +-
 superset/connectors/sqla/views.py                  |  12 +-
 superset/dashboards/schemas.py                     |   2 +
 superset/databases/ssh_tunnel/models.py            |  15 +-
 superset/migrations/shared/utils.py                |  33 ++-
 ...14-43_17fcea065655_change_text_to_mediumtext.py |  48 ++--
 superset/models/sql_lab.py                         |  14 +-
 superset/utils/core.py                             |   6 +-
 superset/utils/encrypt.py                          |   9 +-
 superset/views/base.py                             |  66 ++++-
 superset/views/database/views.py                   |  82 +++---
 tests/integration_tests/dashboards/api_tests.py    |   2 +
 tests/integration_tests/security/api_tests.py      |  12 +
 tests/integration_tests/utils/encrypt_tests.py     |  27 +-
 41 files changed, 615 insertions(+), 275 deletions(-)
 copy CHANGELOG/{3.1.3.md => 4.0.1.md} (65%)

Reply via email to