From 4cf3f99ee881a10995212828494f0b126dd5415e Mon Sep 17 00:00:00 2001 From: Amit Miran <47772523+amitmiran137@users.noreply.github.com> Date: Mon, 11 Jan 2021 16:09:10 +0200 Subject: [PATCH] chore: remove additional incubator references (#12336) * chore: remove additional incubator references remove incubator.png from the main docs page * fix: improve text for contributing-page.mdx * fix: lint no-unused-vars --- RELEASING/release-notes-0-38/README.md | 370 +++++++++--------- docs/src/components/image.tsx | 8 - docs/src/images/incubator.png | Bin 17961 -> 0 bytes docs/src/pages/docs/contributing-page.mdx | 5 +- docs/src/pages/index.tsx | 8 - scripts/cancel_github_workflows.py | 6 +- scripts/gen_changelog.sh | 2 +- .../f9a30386bd74_cleanup_time_grainularity.py | 8 +- 8 files changed, 195 insertions(+), 212 deletions(-) delete mode 100644 docs/src/images/incubator.png diff --git a/RELEASING/release-notes-0-38/README.md b/RELEASING/release-notes-0-38/README.md index 421ed1835011..eb827ad34075 100644 --- a/RELEASING/release-notes-0-38/README.md +++ b/RELEASING/release-notes-0-38/README.md @@ -28,291 +28,291 @@ under the License. ### New features **DATABASES, DATASETS, QUERIES** -[SIP-40] Proposal for Custom Error Messages #9194 ([SIP](https://github.com/apache/incubator-superset/issues/9194)) -- feat: improve presto query perf (#[11069](https://github.com/apache/incubator-superset/pull/11069)) -- feat: more specific presto error messages (#[11099](https://github.com/apache/incubator-superset/pull/11099)) -- feat: refactor error components and add database issue code (#[10473](https://github.com/apache/incubator-superset/pull/10473)) -- feat: welcome presto to the suite of tested databases (#[10498](https://github.com/apache/incubator-superset/pull/10498)) +[SIP-40] Proposal for Custom Error Messages #9194 ([SIP](https://github.com/apache/superset/issues/9194)) +- feat: improve presto query perf (#[11069](https://github.com/apache/superset/pull/11069)) +- feat: more specific presto error messages (#[11099](https://github.com/apache/superset/pull/11099)) +- feat: refactor error components and add database issue code (#[10473](https://github.com/apache/superset/pull/10473)) +- feat: welcome presto to the suite of tested databases (#[10498](https://github.com/apache/superset/pull/10498)) Certification of Data Entities ([Roadmap](https://github.com/apache-superset/superset-roadmap/issues/73)) -- feat: add certification to metrics (#[10630](https://github.com/apache/incubator-superset/pull/10630)) -- feat: add extra column to tables and sql_metrics (#[10592](https://github.com/apache/incubator-superset/pull/10592)) -- feat: bump superset-ui for certified tag (#[10650](https://github.com/apache/incubator-superset/pull/10650)) +- feat: add certification to metrics (#[10630](https://github.com/apache/superset/pull/10630)) +- feat: add extra column to tables and sql_metrics (#[10592](https://github.com/apache/superset/pull/10592)) +- feat: bump superset-ui for certified tag (#[10650](https://github.com/apache/superset/pull/10650)) Database CRUD screen refactor/redesign ([Roadmap](https://github.com/apache-superset/superset-roadmap/issues/14)) -- feat: add/edit database modal form sections UI (#[10745](https://github.com/apache/incubator-superset/pull/10745)) -- feat: base tabbed modal for new database CRUD UI (#[10668](https://github.com/apache/incubator-superset/pull/10668)) +- feat: add/edit database modal form sections UI (#[10745](https://github.com/apache/superset/pull/10745)) +- feat: base tabbed modal for new database CRUD UI (#[10668](https://github.com/apache/superset/pull/10668)) Database list view refactor/redesign ([Roadmap](https://github.com/apache-superset/superset-roadmap/issues/55)) -- feat: database delete warning (#[10800](https://github.com/apache/incubator-superset/pull/10800))\ +- feat: database delete warning (#[10800](https://github.com/apache/superset/pull/10800))\ -- feat: filters for database list view (#[10772](https://github.com/apache/incubator-superset/pull/10772)) -- feat: SIP-34 table list view for databases (#[10705](https://github.com/apache/incubator-superset/pull/10705)) +- feat: filters for database list view (#[10772](https://github.com/apache/superset/pull/10772)) +- feat: SIP-34 table list view for databases (#[10705](https://github.com/apache/superset/pull/10705)) Database list view refactor/redesign #55 ([Roadmap](https://github.com/apache-superset/superset-roadmap/issues/55)) -- feat(api): database schemas migration to new API (#[10436](https://github.com/apache/incubator-superset/pull/10436)) -- feat(database): POST, PUT, DELETE API endpoints (#[10741](https://github.com/apache/incubator-superset/pull/10741)) -- feat(databases): test connection api (#[10723](https://github.com/apache/incubator-superset/pull/10723)) +- feat(api): database schemas migration to new API (#[10436](https://github.com/apache/superset/pull/10436)) +- feat(database): POST, PUT, DELETE API endpoints (#[10741](https://github.com/apache/superset/pull/10741)) +- feat(databases): test connection api (#[10723](https://github.com/apache/superset/pull/10723)) Datasets CRUD screen refactor/redesign ([Roadmap](https://github.com/apache-superset/superset-roadmap/issues/13)) -- feat: dataset editor improvements (#[10444](https://github.com/apache/incubator-superset/pull/10444))\ +- feat: dataset editor improvements (#[10444](https://github.com/apache/superset/pull/10444))\ Datasets CRUD screen refactor/redesign #13 ([Roadmap](https://github.com/apache-superset/superset-roadmap/issues/13)) -- feat(datasource): remove deleted columns and update column type on metadata refresh (#[10619](https://github.com/apache/incubator-superset/pull/10619))\ +- feat(datasource): remove deleted columns and update column type on metadata refresh (#[10619](https://github.com/apache/superset/pull/10619))\ Datasets list view refactor/redesign #12 ([Roadmap](https://github.com/apache-superset/superset-roadmap/issues/12)) -- feat: update dataset editor modal (#[10347](https://github.com/apache/incubator-superset/pull/10347))\ +- feat: update dataset editor modal (#[10347](https://github.com/apache/superset/pull/10347))\ -- feat(datasets): REST API bulk delete (#[11237](https://github.com/apache/incubator-superset/pull/11237)) +- feat(datasets): REST API bulk delete (#[11237](https://github.com/apache/superset/pull/11237)) Saved queries CRUD screen + list view refactor/redesign #15 ([Roadmap](https://github.com/apache-superset/superset-roadmap/issues/15)) -- feat: CRUD REST API for saved queries (#[10777](https://github.com/apache/incubator-superset/pull/10777)) -- feat: saved query list actions (#[11109](https://github.com/apache/incubator-superset/pull/11109))\ +- feat: CRUD REST API for saved queries (#[10777](https://github.com/apache/superset/pull/10777)) +- feat: saved query list actions (#[11109](https://github.com/apache/superset/pull/11109))\ -- feat: saved query list view + sort/filters (#[11005](https://github.com/apache/incubator-superset/pull/11005)) -- feat: SavedQuery REST API for bulk delete and new API fields (#[10793](https://github.com/apache/incubator-superset/pull/10793)) -- feat: update saved query backend routing + add savedquery list (#[10922](https://github.com/apache/incubator-superset/pull/10922)) -- feat(saved_queries): add custom api filter for all string & text fields (#[11031](https://github.com/apache/incubator-superset/pull/11031)) +- feat: saved query list view + sort/filters (#[11005](https://github.com/apache/superset/pull/11005)) +- feat: SavedQuery REST API for bulk delete and new API fields (#[10793](https://github.com/apache/superset/pull/10793)) +- feat: update saved query backend routing + add savedquery list (#[10922](https://github.com/apache/superset/pull/10922)) +- feat(saved_queries): add custom api filter for all string & text fields (#[11031](https://github.com/apache/superset/pull/11031)) Other features -- feat: dataset REST API for distinct values (#[10595](https://github.com/apache/incubator-superset/pull/10595)) +- feat: dataset REST API for distinct values (#[10595](https://github.com/apache/superset/pull/10595)) **EXPLORE, CHARTS, DASHBOARDS** -[SIP-40] Proposal for Custom Error Messages #9194 ([SIP](https://github.com/apache/incubator-superset/issues/9194)) -- feat: add download as image button to explore (#[10297](https://github.com/apache/incubator-superset/pull/10297))\ +[SIP-40] Proposal for Custom Error Messages #9194 ([SIP](https://github.com/apache/superset/issues/9194)) +- feat: add download as image button to explore (#[10297](https://github.com/apache/superset/pull/10297))\ -[SIP-34] Proposal to establish a new design direction, system, and process for Superset ([SIP](https://github.com/apache/incubator-superset/issues/8976)) -- feat: SIP-34 explore save modal (#[10355](https://github.com/apache/incubator-superset/pull/10355))\ +[SIP-34] Proposal to establish a new design direction, system, and process for Superset ([SIP](https://github.com/apache/superset/issues/8976)) +- feat: SIP-34 explore save modal (#[10355](https://github.com/apache/superset/pull/10355))\ Charts list view refactor/redesign ([Roadmap](https://github.com/apache-superset/superset-roadmap/issues/47)) -- feat(charts): modify custom api filter to include more fields (#[11054](https://github.com/apache/incubator-superset/pull/11054)) +- feat(charts): modify custom api filter to include more fields (#[11054](https://github.com/apache/superset/pull/11054)) Echarts integration ([Roadmap](https://github.com/apache-superset/superset-roadmap/issues/48)) -- feat: add linear color scale to sunburst chart (#[10474](https://github.com/apache/incubator-superset/pull/10474))\ +- feat: add linear color scale to sunburst chart (#[10474](https://github.com/apache/superset/pull/10474))\ -- feat: add optional prophet forecasting functionality to chart data api (#[10324](https://github.com/apache/incubator-superset/pull/10324)) -- feat(viz): add ECharts Timeseries chart (#[10752](https://github.com/apache/incubator-superset/pull/10752))\ +- feat: add optional prophet forecasting functionality to chart data api (#[10324](https://github.com/apache/superset/pull/10324)) +- feat(viz): add ECharts Timeseries chart (#[10752](https://github.com/apache/superset/pull/10752))\ Improvements to cache handling #74 ([Roadmap](https://github.com/apache-superset/superset-roadmap/issues/74)) -- feat: add ECharts Pie chart (#[10966](https://github.com/apache/incubator-superset/pull/10966))\ +- feat: add ECharts Pie chart (#[10966](https://github.com/apache/superset/pull/10966))\ -- feat: implement cache invalidation api (#[10761](https://github.com/apache/incubator-superset/pull/10761)) -- feat: Adding extra_filters to warm_up_cache (#[10675](https://github.com/apache/incubator-superset/pull/10675)) +- feat: implement cache invalidation api (#[10761](https://github.com/apache/superset/pull/10761)) +- feat: Adding extra_filters to warm_up_cache (#[10675](https://github.com/apache/superset/pull/10675)) -[SIP-34] Proposal to establish a new design direction, system, and process for Superset ([SIP](https://github.com/apache/incubator-superset/issues/8976)) -- feat: add favorite star to dashboard and chart lists (#[10510](https://github.com/apache/incubator-superset/pull/10510))\ +[SIP-34] Proposal to establish a new design direction, system, and process for Superset ([SIP](https://github.com/apache/superset/issues/8976)) +- feat: add favorite star to dashboard and chart lists (#[10510](https://github.com/apache/superset/pull/10510))\ -- feat: use svg for checkbox component (#[10799](https://github.com/apache/incubator-superset/pull/10799))\ +- feat: use svg for checkbox component (#[10799](https://github.com/apache/superset/pull/10799))\ Other features -- feat(table-viz): translation and metric column header align right (#[10549](https://github.com/apache/incubator-superset/pull/10549)) +- feat(table-viz): translation and metric column header align right (#[10549](https://github.com/apache/superset/pull/10549)) -- feat: adding dashboard toggle fullscreen button (#[10840](https://github.com/apache/incubator-superset/pull/10840))\ +- feat: adding dashboard toggle fullscreen button (#[10840](https://github.com/apache/superset/pull/10840))\ -- feat: enable ETag header for dashboard GET requests (#[10963](https://github.com/apache/incubator-superset/pull/10963)) -- feat: move ace-editor and mathjs to async modules (#[10837](https://github.com/apache/incubator-superset/pull/10837)) -- feat: server side dashboard css for less repaint (#[10850](https://github.com/apache/incubator-superset/pull/10850)) -- feat: use shorten url in standalone iframe (#[10651](https://github.com/apache/incubator-superset/pull/10651)) +- feat: enable ETag header for dashboard GET requests (#[10963](https://github.com/apache/superset/pull/10963)) +- feat: move ace-editor and mathjs to async modules (#[10837](https://github.com/apache/superset/pull/10837)) +- feat: server side dashboard css for less repaint (#[10850](https://github.com/apache/superset/pull/10850)) +- feat: use shorten url in standalone iframe (#[10651](https://github.com/apache/superset/pull/10651)) **SQL LAB** -- feat: Adding table comment and columns comment for SQLLab (#[10844](https://github.com/apache/incubator-superset/pull/10844)) +- feat: Adding table comment and columns comment for SQLLab (#[10844](https://github.com/apache/superset/pull/10844)) **SYSTEM, OTHER** -- feat: add TXT as default CSV extension (#[10371](https://github.com/apache/incubator-superset/pull/10371)) +- feat: add TXT as default CSV extension (#[10371](https://github.com/apache/superset/pull/10371)) -[SIP-34] Proposal to establish a new design direction, system, and process for Superset ([SIP](https://github.com/apache/incubator-superset/issues/8976)) -- feat: card view bulk select (#[10607](https://github.com/apache/incubator-superset/pull/10607)) -- feat: custom favorite filter for dashboards, charts and saved queries (#[11083](https://github.com/apache/incubator-superset/pull/11083)) -- feat: SIP-34 card/grid views for dashboards and charts (#[10526](https://github.com/apache/incubator-superset/pull/10526)) -- feat(listviews): SIP-34 Bulk Select (#[10298](https://github.com/apache/incubator-superset/pull/10298)) -- feat(listviews): SIP-34 filters for charts, dashboards, datasets (#[10335](https://github.com/apache/incubator-superset/pull/10335)) +[SIP-34] Proposal to establish a new design direction, system, and process for Superset ([SIP](https://github.com/apache/superset/issues/8976)) +- feat: card view bulk select (#[10607](https://github.com/apache/superset/pull/10607)) +- feat: custom favorite filter for dashboards, charts and saved queries (#[11083](https://github.com/apache/superset/pull/11083)) +- feat: SIP-34 card/grid views for dashboards and charts (#[10526](https://github.com/apache/superset/pull/10526)) +- feat(listviews): SIP-34 Bulk Select (#[10298](https://github.com/apache/superset/pull/10298)) +- feat(listviews): SIP-34 filters for charts, dashboards, datasets (#[10335](https://github.com/apache/superset/pull/10335)) -[SIP-40] Proposal for Custom Error Messages #9194 ([SIP](https://github.com/apache/incubator-superset/issues/9194)) -- feat: update timeout error UX (#[10274](https://github.com/apache/incubator-superset/pull/10274)) +[SIP-40] Proposal for Custom Error Messages #9194 ([SIP](https://github.com/apache/superset/issues/9194)) +- feat: update timeout error UX (#[10274](https://github.com/apache/superset/pull/10274)) Alerts (send notification when a condition is met) ([Roadmap](https://github.com/apache-superset/superset-roadmap/issues/54)) -- feat: add test email functionality to SQL-based email alerts (#[10476](https://github.com/apache/incubator-superset/pull/10476)) -- feat: refractored SQL-based alerting framework (#[10605](https://github.com/apache/incubator-superset/pull/10605)) +- feat: add test email functionality to SQL-based email alerts (#[10476](https://github.com/apache/superset/pull/10476)) +- feat: refractored SQL-based alerting framework (#[10605](https://github.com/apache/superset/pull/10605)) -[SIP-34] Proposal to establish a new design direction, system, and process for Superset ([SIP](https://github.com/apache/incubator-superset/issues/8976)) -- feat: adding all icons from the design system to the codebase (#[11033](https://github.com/apache/incubator-superset/pull/11033)) -- feat: storybook for Icon component (#[10515](https://github.com/apache/incubator-superset/pull/10515)) +[SIP-34] Proposal to establish a new design direction, system, and process for Superset ([SIP](https://github.com/apache/superset/issues/8976)) +- feat: adding all icons from the design system to the codebase (#[11033](https://github.com/apache/superset/pull/11033)) +- feat: storybook for Icon component (#[10515](https://github.com/apache/superset/pull/10515)) -[SIP-48] Using Ant Design as our primary component library ([SIP](https://github.com/apache/incubator-superset/issues/10254)) -- feat: Add antd to the codebase (#[10508](https://github.com/apache/incubator-superset/pull/10508)) +[SIP-48] Using Ant Design as our primary component library ([SIP](https://github.com/apache/superset/issues/10254)) +- feat: Add antd to the codebase (#[10508](https://github.com/apache/superset/pull/10508)) Alerts (send notification when a condition is met) ([Roadmap](https://github.com/apache-superset/superset-roadmap/issues/54)) -- feat: updated email format for SQL-based email alerts (#[10512](https://github.com/apache/incubator-superset/pull/10512)) +- feat: updated email format for SQL-based email alerts (#[10512](https://github.com/apache/superset/pull/10512)) Superset Component library - Phase 1 ([Roadmap](https://github.com/apache-superset/superset-roadmap/issues/23)) -- feat: adding Storybook to Superset (#[10383](https://github.com/apache/incubator-superset/pull/10383)) +- feat: adding Storybook to Superset (#[10383](https://github.com/apache/superset/pull/10383)) Other -- feat: Allow tests files in /src (plus Label component tests) (#[10634](https://github.com/apache/incubator-superset/pull/10634)) -- feat: Getting fancier with Storybook (#[10647](https://github.com/apache/incubator-superset/pull/10647)) +- feat: Allow tests files in /src (plus Label component tests) (#[10634](https://github.com/apache/superset/pull/10634)) +- feat: Getting fancier with Storybook (#[10647](https://github.com/apache/superset/pull/10647)) ### Bugfixes -- fix(permissions): alpha role has all full features (#[10241](https://github.com/apache/incubator-superset/pull/10241)) -- fix: broken glyphicons used in react-json-schema (#[10267](https://github.com/apache/incubator-superset/pull/10267)) -- fix: add additional ui tweaks (#[10275](https://github.com/apache/incubator-superset/pull/10275)) -- fix: saving custom CSS correctly (#[10289](https://github.com/apache/incubator-superset/pull/10289)) -- fix: fetch datasets list after dataset created successfully (#[10290](https://github.com/apache/incubator-superset/pull/10290)) -- fix: update community Slack link (#[10360](https://github.com/apache/incubator-superset/pull/10360)) -- fix: allow creating table option and remove schema requirement in dataset add modal (#[10369](https://github.com/apache/incubator-superset/pull/10369)) -- fix(datasets): sort and humanized modified by (#[10380](https://github.com/apache/incubator-superset/pull/10380)) -- fix(api): fixes perf on charts and introduces sorting by database on datasets (#[10392](https://github.com/apache/incubator-superset/pull/10392)) -- fix(api): fixes openapi spec errors and adds a test to validate all spec (#[10393](https://github.com/apache/incubator-superset/pull/10393)) -- fix(charts): disable CSRF for chart data endpoint (#[10397](https://github.com/apache/incubator-superset/pull/10397)) -- fix: dataset list filters bug (#[10398](https://github.com/apache/incubator-superset/pull/10398)) -- fix: remove FAB rendered menu in favor of react based one (#[10401](https://github.com/apache/incubator-superset/pull/10401)) -- fix: show label for filters in filter box in explore (#[10412](https://github.com/apache/incubator-superset/pull/10412)) -- fix: Implement updates to SQL-based email alerts (#[10454](https://github.com/apache/incubator-superset/pull/10454)) -- fix(presto): Handle ROW data stored as string (#[10456](https://github.com/apache/incubator-superset/pull/10456)) -- fix: change "add new slice" copy to "add new chart" (#[10457](https://github.com/apache/incubator-superset/pull/10457)) -- fix(sqllab): button width isn't wide enough for 'Run Selection' (#[10461](https://github.com/apache/incubator-superset/pull/10461)) -- fix: timeout error message (#[10478](https://github.com/apache/incubator-superset/pull/10478)) -- fix: enforce mandatory chart name on save and edit (#[10482](https://github.com/apache/incubator-superset/pull/10482)) -- fix: More tweaks needed after adding Doctype tag (#[10504](https://github.com/apache/incubator-superset/pull/10504)) -- fix: explore panel missing padding (#[10505](https://github.com/apache/incubator-superset/pull/10505)) -- fix: refactored SQL-based alerts to not pass sqlalchemy objects as args (#[10506](https://github.com/apache/incubator-superset/pull/10506)) -- fix(sqllab): Handle long table names in SQL Lab (#[10518](https://github.com/apache/incubator-superset/pull/10518)) -- fix: make SQL-based alert email links user friendly (#[10519](https://github.com/apache/incubator-superset/pull/10519)) -- fix(dashboard): changing the chart title, except not (#[10527](https://github.com/apache/incubator-superset/pull/10527)) -- fix: misaligned LimitControl buttons and port jsx->tsx (#[10529](https://github.com/apache/incubator-superset/pull/10529)) -- fix: Resolves #10535 (#[10536](https://github.com/apache/incubator-superset/pull/10536)) -- fix: add retry to SQL-based alerting celery task (#[10542](https://github.com/apache/incubator-superset/pull/10542)) -- fix: Updating Dockerfile to work with updated python requirements. (#[10550](https://github.com/apache/incubator-superset/pull/10550)) -- fix(thumbnails): missing field, logging and new config var (#[10562](https://github.com/apache/incubator-superset/pull/10562)) -- fix: add translate for dropdown menu (#[10573](https://github.com/apache/incubator-superset/pull/10573)) -- fix: error message modal overflow (#[10580](https://github.com/apache/incubator-superset/pull/10580)) -- fix: add None checking to cast_to_num (#[10584](https://github.com/apache/incubator-superset/pull/10584)) -- fix: removing unsupported modal sizes (#[10625](https://github.com/apache/incubator-superset/pull/10625)) -- fix: remove duplicated params and cache_timeout from list_columns; add viz_type to list_columns (#[10643](https://github.com/apache/incubator-superset/pull/10643)) -- fix: controls scroll issue (#[10644](https://github.com/apache/incubator-superset/pull/10644)) -- fix(db_engine_specs): improve Presto column type matching (#[10658](https://github.com/apache/incubator-superset/pull/10658)) -- fix(db_engine_specs): mysql longtext type should not be numeric (#[10661](https://github.com/apache/incubator-superset/pull/10661)) -- fix: change public role like gamma procedure (#[10674](https://github.com/apache/incubator-superset/pull/10674)) -- fix(sqllab): log exceptions caused by the user as debug and not error (#[10676](https://github.com/apache/incubator-superset/pull/10676)) -- fix: only call signal if executing on the main thread (#[10677](https://github.com/apache/incubator-superset/pull/10677)) -- fix: layout flexiness (#[10681](https://github.com/apache/incubator-superset/pull/10681)) -- fix: SubMenu css (#[10682](https://github.com/apache/incubator-superset/pull/10682)) -- fix: dashboard extra filters (#[10692](https://github.com/apache/incubator-superset/pull/10692)) -- fix: shorten url with extra request parameters (#[10693](https://github.com/apache/incubator-superset/pull/10693)) -- fix: card view failed cypress tests (#[10699](https://github.com/apache/incubator-superset/pull/10699)) -- fix: deprecation warnings due to invalid escape sequences. (#[10710](https://github.com/apache/incubator-superset/pull/10710)) -- fix: move menu reorg logic from crud app into Menu component (#[10717](https://github.com/apache/incubator-superset/pull/10717)) -- fix: local docker deployment (#[10738](https://github.com/apache/incubator-superset/pull/10738)) -- Fix: Rejiggering some dependencies, trying to get CI to pass (#[10747](https://github.com/apache/incubator-superset/pull/10747)) -- fix(presto): default unknown types to string type (#[10753](https://github.com/apache/incubator-superset/pull/10753)) -- fix: add validator information to email/slack alerts (#[10762](https://github.com/apache/incubator-superset/pull/10762)) -- fix: re-installing local superset in cache image (#[10766](https://github.com/apache/incubator-superset/pull/10766)) -- fix: can not type `0.05` in `TextControl` (#[10778](https://github.com/apache/incubator-superset/pull/10778)) -- fix: MVC show saved query (#[10781](https://github.com/apache/incubator-superset/pull/10781)) -- fix: disable domain sharding on explore view (#[10787](https://github.com/apache/incubator-superset/pull/10787)) -- fix: Database API missing allow none on fields (#[10795](https://github.com/apache/incubator-superset/pull/10795)) -- fix: bump node version on Dockerfile to be on par with docker-compose (#[10813](https://github.com/apache/incubator-superset/pull/10813)) -- fix(tests): export dataset tests fails with presto (#[10818](https://github.com/apache/incubator-superset/pull/10818)) -- fix: use nullpool in the celery workers (#[10819](https://github.com/apache/incubator-superset/pull/10819)) -- fix: Making the database read-only (#[10823](https://github.com/apache/incubator-superset/pull/10823)) -- fix(databases): test connection api endpoint (#[10824](https://github.com/apache/incubator-superset/pull/10824)) -- fix: update the time filter for 'Last Year' option in explore (#[10829](https://github.com/apache/incubator-superset/pull/10829)) -- fix(test): missing auth on tests (#[10842](https://github.com/apache/incubator-superset/pull/10842)) -- fix(cypress): wait for filterValues request (#[10884](https://github.com/apache/incubator-superset/pull/10884)) -- fix: superset alerting misc fixes (#[10891](https://github.com/apache/incubator-superset/pull/10891)) -- fix(cypress): prevent CI failure on codecov failure (#[10892](https://github.com/apache/incubator-superset/pull/10892)) -- fix: front end CI tests and test runner (#[10897](https://github.com/apache/incubator-superset/pull/10897)) -- fix: babel script broken by format string (#[10902](https://github.com/apache/incubator-superset/pull/10902)) -- fix: several disabled pylint rules in models/helpers.py (#[10909](https://github.com/apache/incubator-superset/pull/10909)) -- fix: spelling in docs homepage (#[10912](https://github.com/apache/incubator-superset/pull/10912)) -- fix: address all disabled pylint checks in charts/api.py (#[10932](https://github.com/apache/incubator-superset/pull/10932)) -- fix: use nullpool even for user lookup in the celery (#[10938](https://github.com/apache/incubator-superset/pull/10938)) -- fix: update pylint disabled checks in common/query_context.py (#[10941](https://github.com/apache/incubator-superset/pull/10941)) -- fix: setting specific exceptions common/query_context.py (#[10942](https://github.com/apache/incubator-superset/pull/10942)) -- fix: re-enabling several globally disabled lint rules (#[10957](https://github.com/apache/incubator-superset/pull/10957)) -- fix: removed disabled lint rule `too-many-locals` in connectors/base/models.py (#[10958](https://github.com/apache/incubator-superset/pull/10958)) -- fix: typo in prefer typescript (#[10959](https://github.com/apache/incubator-superset/pull/10959)) -- fix: pylint checks in connectors/sqla/models.py (#[10974](https://github.com/apache/incubator-superset/pull/10974)) -- fix: pylint disabled rules in dashboard/api.py (#[10976](https://github.com/apache/incubator-superset/pull/10976)) -- fix: changes a pylint check in dashboard module (#[10978](https://github.com/apache/incubator-superset/pull/10978)) -- fix: changed disabled rules in datasets module (#[10979](https://github.com/apache/incubator-superset/pull/10979)) -- fix: Add Item Overflow on Dataset Editor (#[10983](https://github.com/apache/incubator-superset/pull/10983)) -- fix: enable pylint rules in db_engine_specs module (#[10998](https://github.com/apache/incubator-superset/pull/10998)) -- fix: enable several pylint rules partially in db_engines_specs module (#[11000](https://github.com/apache/incubator-superset/pull/11000)) -- fix: unbreak ci (#[11003](https://github.com/apache/incubator-superset/pull/11003)) -- fix: timer component, fixes #10849, closes #11002 (#[11004](https://github.com/apache/incubator-superset/pull/11004)) -- fix: menu shows a 0 when there are not settings (#[11009](https://github.com/apache/incubator-superset/pull/11009)) -- fix: reenable pylint rule `unused-import` in charts and connectors modules (#[11014](https://github.com/apache/incubator-superset/pull/11014)) -- fix: query search low privileged user search access denied (#[11017](https://github.com/apache/incubator-superset/pull/11017)) -- fix(api): unable to delete virtual dataset, wrong permission name (#[11019](https://github.com/apache/incubator-superset/pull/11019)) -- fix: [dashboard] should not show edit button when user has no edit permit (#[11024](https://github.com/apache/incubator-superset/pull/11024)) -- fix: dashboard edit button (again) (#[11029](https://github.com/apache/incubator-superset/pull/11029)) -- fix: sql lab autocomplete width (#[11063](https://github.com/apache/incubator-superset/pull/11063)) -- fix: fix table existence validation function (#[11066](https://github.com/apache/incubator-superset/pull/11066)) -- fix: database list checkboxes (#[11068](https://github.com/apache/incubator-superset/pull/11068)) -- fix: Adding timeout to flaky cypress test, to wait for animation to complete (#[11074](https://github.com/apache/incubator-superset/pull/11074)) -- fix: surface connection error messages on the client (#[11077](https://github.com/apache/incubator-superset/pull/11077)) -- fix(jest): using UTC mock date (#[11079](https://github.com/apache/incubator-superset/pull/11079)) -- fix: double scroll bars on dataset editor (#[11095](https://github.com/apache/incubator-superset/pull/11095)) -- fix: echarts timeseries groupby (#[11103](https://github.com/apache/incubator-superset/pull/11103)) -- fix: Disabling timezone of dataframe before passing Prophet (#[11107](https://github.com/apache/incubator-superset/pull/11107)) -- fix(chart-data-api): ignore missing filters (#[11112](https://github.com/apache/incubator-superset/pull/11112)) -- fix: alembic migration error msg trying to delete constraint on tables (#[11115](https://github.com/apache/incubator-superset/pull/11115)) -- fix: remove extra flash import (#[11121](https://github.com/apache/incubator-superset/pull/11121)) -- fix: Revert "Replace reactable with DataTable from superset-ui in QueryTable (#10981)" (#[11125](https://github.com/apache/incubator-superset/pull/11125)) -- fix: SpatialControl popover won't open (#[11127](https://github.com/apache/incubator-superset/pull/11127)) -- fix: Alembic migration 18532d70ab98 (#[11136](https://github.com/apache/incubator-superset/pull/11136)) -- fix(examples): missing expressions in birth_names (#[11141](https://github.com/apache/incubator-superset/pull/11141)) -- fix: Fix Time Column dropdown for date filter (#[11149](https://github.com/apache/incubator-superset/pull/11149)) -- fix(dataset): update user list endpoint (#[11221](https://github.com/apache/incubator-superset/pull/11221)) -- fix(crud): set default extra value (#[11262](https://github.com/apache/incubator-superset/pull/11262)) -- fix(sqla): allow 'unknown' type queries in explore view (#[11365](https://github.com/apache/incubator-superset/pull/11365)) -- fix: prior npm font source had a glitch (#[11724](https://github.com/apache/incubator-superset/pull/11724)) +- fix(permissions): alpha role has all full features (#[10241](https://github.com/apache/superset/pull/10241)) +- fix: broken glyphicons used in react-json-schema (#[10267](https://github.com/apache/superset/pull/10267)) +- fix: add additional ui tweaks (#[10275](https://github.com/apache/superset/pull/10275)) +- fix: saving custom CSS correctly (#[10289](https://github.com/apache/superset/pull/10289)) +- fix: fetch datasets list after dataset created successfully (#[10290](https://github.com/apache/superset/pull/10290)) +- fix: update community Slack link (#[10360](https://github.com/apache/superset/pull/10360)) +- fix: allow creating table option and remove schema requirement in dataset add modal (#[10369](https://github.com/apache/superset/pull/10369)) +- fix(datasets): sort and humanized modified by (#[10380](https://github.com/apache/superset/pull/10380)) +- fix(api): fixes perf on charts and introduces sorting by database on datasets (#[10392](https://github.com/apache/superset/pull/10392)) +- fix(api): fixes openapi spec errors and adds a test to validate all spec (#[10393](https://github.com/apache/superset/pull/10393)) +- fix(charts): disable CSRF for chart data endpoint (#[10397](https://github.com/apache/superset/pull/10397)) +- fix: dataset list filters bug (#[10398](https://github.com/apache/superset/pull/10398)) +- fix: remove FAB rendered menu in favor of react based one (#[10401](https://github.com/apache/superset/pull/10401)) +- fix: show label for filters in filter box in explore (#[10412](https://github.com/apache/superset/pull/10412)) +- fix: Implement updates to SQL-based email alerts (#[10454](https://github.com/apache/superset/pull/10454)) +- fix(presto): Handle ROW data stored as string (#[10456](https://github.com/apache/superset/pull/10456)) +- fix: change "add new slice" copy to "add new chart" (#[10457](https://github.com/apache/superset/pull/10457)) +- fix(sqllab): button width isn't wide enough for 'Run Selection' (#[10461](https://github.com/apache/superset/pull/10461)) +- fix: timeout error message (#[10478](https://github.com/apache/superset/pull/10478)) +- fix: enforce mandatory chart name on save and edit (#[10482](https://github.com/apache/superset/pull/10482)) +- fix: More tweaks needed after adding Doctype tag (#[10504](https://github.com/apache/superset/pull/10504)) +- fix: explore panel missing padding (#[10505](https://github.com/apache/superset/pull/10505)) +- fix: refactored SQL-based alerts to not pass sqlalchemy objects as args (#[10506](https://github.com/apache/superset/pull/10506)) +- fix(sqllab): Handle long table names in SQL Lab (#[10518](https://github.com/apache/superset/pull/10518)) +- fix: make SQL-based alert email links user friendly (#[10519](https://github.com/apache/superset/pull/10519)) +- fix(dashboard): changing the chart title, except not (#[10527](https://github.com/apache/superset/pull/10527)) +- fix: misaligned LimitControl buttons and port jsx->tsx (#[10529](https://github.com/apache/superset/pull/10529)) +- fix: Resolves #10535 (#[10536](https://github.com/apache/superset/pull/10536)) +- fix: add retry to SQL-based alerting celery task (#[10542](https://github.com/apache/superset/pull/10542)) +- fix: Updating Dockerfile to work with updated python requirements. (#[10550](https://github.com/apache/superset/pull/10550)) +- fix(thumbnails): missing field, logging and new config var (#[10562](https://github.com/apache/superset/pull/10562)) +- fix: add translate for dropdown menu (#[10573](https://github.com/apache/superset/pull/10573)) +- fix: error message modal overflow (#[10580](https://github.com/apache/superset/pull/10580)) +- fix: add None checking to cast_to_num (#[10584](https://github.com/apache/superset/pull/10584)) +- fix: removing unsupported modal sizes (#[10625](https://github.com/apache/superset/pull/10625)) +- fix: remove duplicated params and cache_timeout from list_columns; add viz_type to list_columns (#[10643](https://github.com/apache/superset/pull/10643)) +- fix: controls scroll issue (#[10644](https://github.com/apache/superset/pull/10644)) +- fix(db_engine_specs): improve Presto column type matching (#[10658](https://github.com/apache/superset/pull/10658)) +- fix(db_engine_specs): mysql longtext type should not be numeric (#[10661](https://github.com/apache/superset/pull/10661)) +- fix: change public role like gamma procedure (#[10674](https://github.com/apache/superset/pull/10674)) +- fix(sqllab): log exceptions caused by the user as debug and not error (#[10676](https://github.com/apache/superset/pull/10676)) +- fix: only call signal if executing on the main thread (#[10677](https://github.com/apache/superset/pull/10677)) +- fix: layout flexiness (#[10681](https://github.com/apache/superset/pull/10681)) +- fix: SubMenu css (#[10682](https://github.com/apache/superset/pull/10682)) +- fix: dashboard extra filters (#[10692](https://github.com/apache/superset/pull/10692)) +- fix: shorten url with extra request parameters (#[10693](https://github.com/apache/superset/pull/10693)) +- fix: card view failed cypress tests (#[10699](https://github.com/apache/superset/pull/10699)) +- fix: deprecation warnings due to invalid escape sequences. (#[10710](https://github.com/apache/superset/pull/10710)) +- fix: move menu reorg logic from crud app into Menu component (#[10717](https://github.com/apache/superset/pull/10717)) +- fix: local docker deployment (#[10738](https://github.com/apache/superset/pull/10738)) +- Fix: Rejiggering some dependencies, trying to get CI to pass (#[10747](https://github.com/apache/superset/pull/10747)) +- fix(presto): default unknown types to string type (#[10753](https://github.com/apache/superset/pull/10753)) +- fix: add validator information to email/slack alerts (#[10762](https://github.com/apache/superset/pull/10762)) +- fix: re-installing local superset in cache image (#[10766](https://github.com/apache/superset/pull/10766)) +- fix: can not type `0.05` in `TextControl` (#[10778](https://github.com/apache/superset/pull/10778)) +- fix: MVC show saved query (#[10781](https://github.com/apache/superset/pull/10781)) +- fix: disable domain sharding on explore view (#[10787](https://github.com/apache/superset/pull/10787)) +- fix: Database API missing allow none on fields (#[10795](https://github.com/apache/superset/pull/10795)) +- fix: bump node version on Dockerfile to be on par with docker-compose (#[10813](https://github.com/apache/superset/pull/10813)) +- fix(tests): export dataset tests fails with presto (#[10818](https://github.com/apache/superset/pull/10818)) +- fix: use nullpool in the celery workers (#[10819](https://github.com/apache/superset/pull/10819)) +- fix: Making the database read-only (#[10823](https://github.com/apache/superset/pull/10823)) +- fix(databases): test connection api endpoint (#[10824](https://github.com/apache/superset/pull/10824)) +- fix: update the time filter for 'Last Year' option in explore (#[10829](https://github.com/apache/superset/pull/10829)) +- fix(test): missing auth on tests (#[10842](https://github.com/apache/superset/pull/10842)) +- fix(cypress): wait for filterValues request (#[10884](https://github.com/apache/superset/pull/10884)) +- fix: superset alerting misc fixes (#[10891](https://github.com/apache/superset/pull/10891)) +- fix(cypress): prevent CI failure on codecov failure (#[10892](https://github.com/apache/superset/pull/10892)) +- fix: front end CI tests and test runner (#[10897](https://github.com/apache/superset/pull/10897)) +- fix: babel script broken by format string (#[10902](https://github.com/apache/superset/pull/10902)) +- fix: several disabled pylint rules in models/helpers.py (#[10909](https://github.com/apache/superset/pull/10909)) +- fix: spelling in docs homepage (#[10912](https://github.com/apache/superset/pull/10912)) +- fix: address all disabled pylint checks in charts/api.py (#[10932](https://github.com/apache/superset/pull/10932)) +- fix: use nullpool even for user lookup in the celery (#[10938](https://github.com/apache/superset/pull/10938)) +- fix: update pylint disabled checks in common/query_context.py (#[10941](https://github.com/apache/superset/pull/10941)) +- fix: setting specific exceptions common/query_context.py (#[10942](https://github.com/apache/superset/pull/10942)) +- fix: re-enabling several globally disabled lint rules (#[10957](https://github.com/apache/superset/pull/10957)) +- fix: removed disabled lint rule `too-many-locals` in connectors/base/models.py (#[10958](https://github.com/apache/superset/pull/10958)) +- fix: typo in prefer typescript (#[10959](https://github.com/apache/superset/pull/10959)) +- fix: pylint checks in connectors/sqla/models.py (#[10974](https://github.com/apache/superset/pull/10974)) +- fix: pylint disabled rules in dashboard/api.py (#[10976](https://github.com/apache/superset/pull/10976)) +- fix: changes a pylint check in dashboard module (#[10978](https://github.com/apache/superset/pull/10978)) +- fix: changed disabled rules in datasets module (#[10979](https://github.com/apache/superset/pull/10979)) +- fix: Add Item Overflow on Dataset Editor (#[10983](https://github.com/apache/superset/pull/10983)) +- fix: enable pylint rules in db_engine_specs module (#[10998](https://github.com/apache/superset/pull/10998)) +- fix: enable several pylint rules partially in db_engines_specs module (#[11000](https://github.com/apache/superset/pull/11000)) +- fix: unbreak ci (#[11003](https://github.com/apache/superset/pull/11003)) +- fix: timer component, fixes #10849, closes #11002 (#[11004](https://github.com/apache/superset/pull/11004)) +- fix: menu shows a 0 when there are not settings (#[11009](https://github.com/apache/superset/pull/11009)) +- fix: reenable pylint rule `unused-import` in charts and connectors modules (#[11014](https://github.com/apache/superset/pull/11014)) +- fix: query search low privileged user search access denied (#[11017](https://github.com/apache/superset/pull/11017)) +- fix(api): unable to delete virtual dataset, wrong permission name (#[11019](https://github.com/apache/superset/pull/11019)) +- fix: [dashboard] should not show edit button when user has no edit permit (#[11024](https://github.com/apache/superset/pull/11024)) +- fix: dashboard edit button (again) (#[11029](https://github.com/apache/superset/pull/11029)) +- fix: sql lab autocomplete width (#[11063](https://github.com/apache/superset/pull/11063)) +- fix: fix table existence validation function (#[11066](https://github.com/apache/superset/pull/11066)) +- fix: database list checkboxes (#[11068](https://github.com/apache/superset/pull/11068)) +- fix: Adding timeout to flaky cypress test, to wait for animation to complete (#[11074](https://github.com/apache/superset/pull/11074)) +- fix: surface connection error messages on the client (#[11077](https://github.com/apache/superset/pull/11077)) +- fix(jest): using UTC mock date (#[11079](https://github.com/apache/superset/pull/11079)) +- fix: double scroll bars on dataset editor (#[11095](https://github.com/apache/superset/pull/11095)) +- fix: echarts timeseries groupby (#[11103](https://github.com/apache/superset/pull/11103)) +- fix: Disabling timezone of dataframe before passing Prophet (#[11107](https://github.com/apache/superset/pull/11107)) +- fix(chart-data-api): ignore missing filters (#[11112](https://github.com/apache/superset/pull/11112)) +- fix: alembic migration error msg trying to delete constraint on tables (#[11115](https://github.com/apache/superset/pull/11115)) +- fix: remove extra flash import (#[11121](https://github.com/apache/superset/pull/11121)) +- fix: Revert "Replace reactable with DataTable from superset-ui in QueryTable (#10981)" (#[11125](https://github.com/apache/superset/pull/11125)) +- fix: SpatialControl popover won't open (#[11127](https://github.com/apache/superset/pull/11127)) +- fix: Alembic migration 18532d70ab98 (#[11136](https://github.com/apache/superset/pull/11136)) +- fix(examples): missing expressions in birth_names (#[11141](https://github.com/apache/superset/pull/11141)) +- fix: Fix Time Column dropdown for date filter (#[11149](https://github.com/apache/superset/pull/11149)) +- fix(dataset): update user list endpoint (#[11221](https://github.com/apache/superset/pull/11221)) +- fix(crud): set default extra value (#[11262](https://github.com/apache/superset/pull/11262)) +- fix(sqla): allow 'unknown' type queries in explore view (#[11365](https://github.com/apache/superset/pull/11365)) +- fix: prior npm font source had a glitch (#[11724](https://github.com/apache/superset/pull/11724)) ## Breaking Changes -[List of backwards incompatible changes](https://github.com/apache/incubator-superset/blob/master/UPDATING.md#0380) +[List of backwards incompatible changes](https://github.com/apache/superset/blob/master/UPDATING.md#0380) ## Complete Changelog -For the complete changelog please see [apache/incubator-superset/CHANGELOG.md](https://github.com/apache/incubator-superset/blob/master/CHANGELOG.md) +For the complete changelog please see [apache/superset/CHANGELOG.md](https://github.com/apache/superset/blob/master/CHANGELOG.md) diff --git a/docs/src/components/image.tsx b/docs/src/components/image.tsx index adc03a593246..0d5563a00b0f 100644 --- a/docs/src/components/image.tsx +++ b/docs/src/components/image.tsx @@ -48,14 +48,6 @@ const Image = ({ } } - incubatorSm: file(relativePath: { eq: "src/images/incubator.png" }) { - childImageSharp { - fixed(width: 300) { - ...GatsbyImageSharpFixed - } - } - } - stackoverflow: file( relativePath: { eq: "src/images/stack_overflow.png" } ) { diff --git a/docs/src/images/incubator.png b/docs/src/images/incubator.png deleted file mode 100644 index 759252f0017a627c1c1496c9b2000d368d7396d5..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 17961 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 Y2Sl6|CFuSnZU6uP07*qoM6N<$g7I%PumAu6 diff --git a/docs/src/pages/docs/contributing-page.mdx b/docs/src/pages/docs/contributing-page.mdx index 7855a492dc7c..7684f95f89f7 100644 --- a/docs/src/pages/docs/contributing-page.mdx +++ b/docs/src/pages/docs/contributing-page.mdx @@ -6,9 +6,8 @@ route: /docs/contribution ## Contributing to Superset -Superset is currently being incubated at -[the Apache Software Foundation](https://www.apache.org/theapacheway/index.html). The core -contributors (or committers) to Superset communicate primarily in the following channels (all of +Superset is an [Apache Software foundation](https://www.apache.org/theapacheway/index.html) project. +The core contributors (or committers) to Superset communicate primarily in the following channels (all of which you can join): - [Mailing list](https://lists.apache.org/list.html?dev@superset.apache.org) diff --git a/docs/src/pages/index.tsx b/docs/src/pages/index.tsx index 5bdb6057334a..a5684e7b3b81 100644 --- a/docs/src/pages/index.tsx +++ b/docs/src/pages/index.tsx @@ -35,7 +35,6 @@ import GitHubButton from 'react-github-btn'; import { Databases } from '../resources/data'; import Layout from '../components/layout'; -import Image from '../components/image'; import DbImage from '../components/DbImage'; import 'antd/dist/antd.css'; import SEO from '../components/seo'; @@ -110,10 +109,6 @@ const titleContainer = css` width: 400px; } } - .incubator { - margin-top: 40px; - margin-bottom: 30px; - } .alert { color: #0c5460; background-color: #d1ecf1; @@ -329,9 +324,6 @@ const Theme = () => { -
- -