From 1e2b2f10f062fa6bb20b236b230add3b57eefdfb Mon Sep 17 00:00:00 2001 From: Elizabeth Thompson Date: Tue, 21 Dec 2021 17:16:03 -0800 Subject: [PATCH] update changelog --- CHANGELOG.md | 30 ++++++++++++++++++------------ 1 file changed, 18 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0afdb7d7980..2878bf9484a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,8 @@ under the License. ## Change Log ### 1.4 **Database Migrations** +- [#17335](https://github.com/apache/superset/pull/17335) feat: Certify Charts and Dashboards (@geido) +- [#17078](https://github.com/apache/superset/pull/17078) chore(engine): Translate fractional time grains—requires @superset-ui bump (@john-bodley) - [#16849](https://github.com/apache/superset/pull/16849) chore: db migrate timeseries_limit_metric to legacy_order_by (@zhaoyongjie) - [#14015](https://github.com/apache/superset/pull/14015) feat(filter-set): Add filterset resource (@ofekisr) - [#16454](https://github.com/apache/superset/pull/16454) feat: add certifiedby & certification details fields to the edit dataset columns fields (@pkdotson) @@ -65,11 +67,14 @@ under the License. - [#16136](https://github.com/apache/superset/pull/16136) feat: add profiling to Superset pages (@betodealmeida) **Fixes** +- [#17781](https://github.com/apache/superset/pull/17781) fix(dashboard): commit update once (@serenajiang) +- [#17766](https://github.com/apache/superset/pull/17766) fix: Remove positions from json_metadata (@geido) +- [#17330](https://github.com/apache/superset/pull/17330) fix: import should accept old keys (@betodealmeida) - [#17570](https://github.com/apache/superset/pull/17570) fix: Save properties after applying changes in Dashboard (@geido) - [#17707](https://github.com/apache/superset/pull/17707) fix(Dashboard): Copy dashboard with duplicating charts 500 error (@geido) - [#16041](https://github.com/apache/superset/pull/16041) fix: set correct schema on config import (@betodealmeida) - [#17386](https://github.com/apache/superset/pull/17386) fix(sqllab): Have table name tooltip only show when name is truncated (@corbinrobb) -- [#17431](https://github.com/apache/superset/pull/17431) fix: use full resultType with csv download on chart in dashboard (@eschutho) +- [#17431](https://github.com/apache/superset/pull/17431) fix: use full resultType with csv download on chart in dashboard (@betodealmeida) - [#17419](https://github.com/apache/superset/pull/17419) fix: avoid escaping bind-like params containing colons (@villebro) - [#17311](https://github.com/apache/superset/pull/17311) fix: Revert "fix(native-filters): Fix update ownState" (@etr2460) - [#17183](https://github.com/apache/superset/pull/17183) fix(Dashboard): Handle undefined tab when collapsing tabs (@geido) @@ -84,9 +89,9 @@ under the License. - [#16998](https://github.com/apache/superset/pull/16998) fix: ensure known dashboard id is used in save first (@pkdotson) - [#17330](https://github.com/apache/superset/pull/17330) fix: import should accept old keys (@betodealmeida) - [#17345](https://github.com/apache/superset/pull/17345) fix: clear 'delete' confirmation (@betodealmeida) -- [#17338](https://github.com/apache/superset/pull/17338) fix: add fallback and validation for report and cron timezones (@eschutho) +- [#17338](https://github.com/apache/superset/pull/17338) fix: add fallback and validation for report and cron timezones (@betodealmeida) - [#17265](https://github.com/apache/superset/pull/17265) fix: Allow users to update database in Dataset Edit Modal (@hughhhh) -- [#17124](https://github.com/apache/superset/pull/17124) fix: update values for default timezone selector (@eschutho) +- [#17124](https://github.com/apache/superset/pull/17124) fix: update values for default timezone selector (@betodealmeida) - [#17176](https://github.com/apache/superset/pull/17176) fix(AlertReportModal): Text Area Change (@AAfghahi) - [#17201](https://github.com/apache/superset/pull/17201) fix(explore): Metrics disappearing after removing metric from dataset (@kgabryje) - [#16994](https://github.com/apache/superset/pull/16994) fix: Unnecessary queries when changing filter values (@michael-s-molina) @@ -119,7 +124,7 @@ under the License. - [#16941](https://github.com/apache/superset/pull/16941) fix: check if owners are actually being updated in `PUT /datasets/` (@hughhhh) - [#16822](https://github.com/apache/superset/pull/16822) fix(BigQuery): explicitly quote columns in select_star (@betodealmeida) - [#16988](https://github.com/apache/superset/pull/16988) fix: When click on "View all" from favorite tab, get error (@michael-s-molina) -- [#16968](https://github.com/apache/superset/pull/16968) fix: Revert "fix: RBAC hide right menu (#16902)" (@eschutho) +- [#16968](https://github.com/apache/superset/pull/16968) fix: Revert "fix: RBAC hide right menu (#16902)" (@betodealmeida) - [#16958](https://github.com/apache/superset/pull/16958) fix(build): make npm linking work pt. 2 (@villebro) - [#16930](https://github.com/apache/superset/pull/16930) fix: replace absolute difference with difference in compareOperator (@zhaoyongjie) - [#16946](https://github.com/apache/superset/pull/16946) fix(query_object): missing series validation not raised an exception (@ofekisr) @@ -152,9 +157,9 @@ under the License. - [#16768](https://github.com/apache/superset/pull/16768) fix: encode rison characters when searching (@betodealmeida) - [#16767](https://github.com/apache/superset/pull/16767) fix: typo in log (@betodealmeida) - [#16769](https://github.com/apache/superset/pull/16769) fix: handle CTEs with comments on is_select (@betodealmeida) -- [#16754](https://github.com/apache/superset/pull/16754) fix: only fetch db function when db exists in sql lab (@eschutho) -- [#16753](https://github.com/apache/superset/pull/16753) fix: save query should use the correct sql (@eschutho) -- [#16736](https://github.com/apache/superset/pull/16736) fix: update execution logs and states for alerts (@eschutho) +- [#16754](https://github.com/apache/superset/pull/16754) fix: only fetch db function when db exists in sql lab (@betodealmeida) +- [#16753](https://github.com/apache/superset/pull/16753) fix: save query should use the correct sql (@betodealmeida) +- [#16736](https://github.com/apache/superset/pull/16736) fix: update execution logs and states for alerts (@betodealmeida) - [#16656](https://github.com/apache/superset/pull/16656) fix: set importer as owner (@betodealmeida) - [#16674](https://github.com/apache/superset/pull/16674) fix: report with timeout chart (@graceguo-supercat) - [#16706](https://github.com/apache/superset/pull/16706) fix: Ignores case and special keys when searching in the Select component (@michael-s-molina) @@ -197,9 +202,9 @@ under the License. - [#16355](https://github.com/apache/superset/pull/16355) fix: columns/index rebuild (@betodealmeida) - [#16324](https://github.com/apache/superset/pull/16324) fix: Blank space in Change dataset modal without warning message (@geido) - [#16347](https://github.com/apache/superset/pull/16347) fix: send CSV pivoted in reports (@betodealmeida) -- [#16329](https://github.com/apache/superset/pull/16329) fix: adjust initial state of report modal (@eschutho) +- [#16329](https://github.com/apache/superset/pull/16329) fix: adjust initial state of report modal (@betodealmeida) - [#16322](https://github.com/apache/superset/pull/16322) fix(explore): reordering columns with dnd sometimes glitching (@kgabryje) -- [#16306](https://github.com/apache/superset/pull/16306) fix: pass correct report_format (@eschutho) +- [#16306](https://github.com/apache/superset/pull/16306) fix: pass correct report_format (@betodealmeida) - [#16303](https://github.com/apache/superset/pull/16303) fix: allow reports to update query_context (@betodealmeida) - [#16296](https://github.com/apache/superset/pull/16296) fix: revert "disable text reports for now" (@betodealmeida) - [#16243](https://github.com/apache/superset/pull/16243) fix: reverting Dataset names (@AAfghahi) @@ -224,13 +229,14 @@ under the License. - [#15762](https://github.com/apache/superset/pull/15762) fix: Align alert solid small svg center (@duynguyenhoang) **Others** +- [#17724](https://github.com/apache/superset/pull/17724) ci: temp fix for mysqlclient on an OS regression bug (@dpgaspar) - [#17702](https://github.com/apache/superset/pull/17702) chore(sql): clean up invalid filter clause exception types (@villebro) - [#17579](https://github.com/apache/superset/pull/17579) chore(datasets): Sanitizing /save response (@craig-rueda) - [#17005](https://github.com/apache/superset/pull/17005) ci: skip unnecessary test steps (@villebro) - [#16609](https://github.com/apache/superset/pull/16609) chore: Select component refactoring - SelectAsyncControl - Iteration 5 (@geido) - [#17037](https://github.com/apache/superset/pull/17037) chore(Dashboard): Disable save button in Native Filters when an error is present (@geido) - [#16940](https://github.com/apache/superset/pull/16940) chore(Dashboard): Highlight errored filters on the left pane of the Native Filters form plus several enhancements (@geido) -- [#17065](https://github.com/apache/superset/pull/17065) chore: add logging on successful data uploads (@eschutho) +- [#17065](https://github.com/apache/superset/pull/17065) chore: add logging on successful data uploads (@betodealmeida) - [#16990](https://github.com/apache/superset/pull/16990) chore: Translates the favorite filter param (@michael-s-molina) - [#16965](https://github.com/apache/superset/pull/16965) chore: upgrade superset-ui dependencies (@graceguo-supercat) - [#16510](https://github.com/apache/superset/pull/16510) chore: Select component refactoring - SelectControl - Iteration 5 (@geido) @@ -276,7 +282,7 @@ under the License. - [#16712](https://github.com/apache/superset/pull/16712) chore: Improves the Select component to avoid additional queries when all values have been loaded (@michael-s-molina) - [#16589](https://github.com/apache/superset/pull/16589) chore(pylint): Remove top-level disable (@john-bodley) - [#16540](https://github.com/apache/superset/pull/16540) chore: Add option to set a custom color scheme as default (@suddjian) -- [#16669](https://github.com/apache/superset/pull/16669) chore: bump sasl (@eschutho) +- [#16669](https://github.com/apache/superset/pull/16669) chore: bump sasl (@betodealmeida) - [#16287](https://github.com/apache/superset/pull/16287) chore(pylint): Reenable too-many-lines check (@john-bodley) - [#16682](https://github.com/apache/superset/pull/16682) refactor: sql_json view endpoint: move all logic from view to Command class (@ofekisr) - [#16677](https://github.com/apache/superset/pull/16677) refactor: sql_json view endpoint: use execution context instead of query (@ofekisr) @@ -296,7 +302,7 @@ under the License. - [#16595](https://github.com/apache/superset/pull/16595) refactor: sql_json view endpoint: separate concern into ad hod method (@ofekisr) - [#16548](https://github.com/apache/superset/pull/16548) refactor: sql_json view endpoint: encapsulate ctas parameters (@ofekisr) - [#16568](https://github.com/apache/superset/pull/16568) docs: update security page for small typos (@joeADSP) -- [#16559](https://github.com/apache/superset/pull/16559) chore: bump emotion to help with cache clobbering (@eschutho) +- [#16559](https://github.com/apache/superset/pull/16559) chore: bump emotion to help with cache clobbering (@betodealmeida) - [#16563](https://github.com/apache/superset/pull/16563) chore: bump superset-ui to 0.18.1 (@zhaoyongjie) - [#16544](https://github.com/apache/superset/pull/16544) chore: bump superset-ui to 0.18.0 (@villebro) - [#16546](https://github.com/apache/superset/pull/16546) refactor: sql_json view endpoint: extract to method for code reusing (@ofekisr)