-
Notifications
You must be signed in to change notification settings - Fork 13.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: Adds 4.1.0 RC1 daa to CHANGELOG.md and UPDATING.md #29637
Conversation
Added the |
removing the hold tag and we're going to point the pr to the 4.1 branch instead of master and create a new PR for master later. |
@@ -46,6 +46,7 @@ body: | |||
label: Superset version | |||
options: | |||
- master / latest-dev | |||
- "4.1.0" | |||
- "4.0.2" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You should remove 4.0.2 as 4.1 will be the supported version.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll do this as part of the master merge branch
const mockAddSuccessToast = jest.fn(); | ||
const mockAddInfoToast = jest.fn(); | ||
|
||
jest.spyOn(logging, 'error').mockImplementation(() => {}); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why do we have code updates in this PR? Are we missing some cherries?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should be fixed now
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## 4.1 #29637 +/- ##
======================================
Coverage ? 70.42%
======================================
Files ? 1971
Lines ? 78850
Branches ? 8991
======================================
Hits ? 55527
Misses ? 21120
Partials ? 2203
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
7a8d9a6
to
375a2b4
Compare
@eschutho @michael-s-molina I've followed the changes done in the 4.0.0RC1 branch here: beb9ec7. I'll create another PR for the official master merge |
SUMMARY
This PR:
CHANGELOG.md
andUPDATING.md
with 4.1 data.superset-front-end/package.json
4.1.0
to version selector of issue templateNOTE: Release notes are taken care of in this pr: #29262
BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
TESTING INSTRUCTIONS
ADDITIONAL INFORMATION