From b221417e195b07181a220d5a895e7e612987afec Mon Sep 17 00:00:00 2001 From: Amit Miran <47772523+amitmiran137@users.noreply.github.com> Date: Wed, 6 Jan 2021 13:45:19 +0200 Subject: [PATCH] chore: remove harmless incubator refs (#12289) * chore: migrate all harmless incubator refs like comments and documentation files * chore: migrate all superset.incubator.apache.org to superset.apache.org to * chore: migrate dist.apache.org refs * chore: removing incubating and Disclaimer * fix: linting issues --- .asf.yaml | 2 +- .github/ISSUE_TEMPLATE/sip.md | 2 +- .github/workflows/prefer-typescript.yml | 2 +- CHANGELOG.md | 9832 ++++++++--------- CODE_OF_CONDUCT.md | 4 +- CONTRIBUTING.md | 26 +- DISCLAIMER | 11 - INSTALL.md | 2 +- INTHEWILD.md | 2 +- NOTICE | 2 +- README.md | 28 +- RELEASING/Dockerfile.from_svn_tarball | 2 +- RELEASING/Dockerfile.make_docs | 2 +- RELEASING/README.md | 8 +- RELEASING/changelog.py | 7 +- RELEASING/email_templates/vote_pmc.j2 | 3 +- RELEASING/make_tarball_entrypoint.sh | 4 +- UPDATING.md | 148 +- docs/.htaccess | 2 +- docs/README.md | 8 +- docs/installation.rst | 20 +- docs/sqllab.rst | 4 +- docs/src/components/MainMenu.tsx | 4 +- docs/src/components/footer.tsx | 12 +- docs/src/pages/community.tsx | 4 +- .../docker-add-drivers.mdx | 4 +- .../docs/Connecting to Databases/index.mdx | 2 +- docs/src/pages/docs/contributing-page.mdx | 12 +- .../docs/frequently-asked-questions-page.mdx | 2 +- .../installation/building-viz-plugins.mdx | 20 +- .../pages/docs/installation/configuring.mdx | 6 +- docs/src/pages/docs/installation/index.mdx | 8 +- .../docs/installation/networking_settings.mdx | 2 +- .../docs/installation/sql_templating.mdx | 2 +- .../docs/installation/upgrading_superset.mdx | 4 +- docs/src/pages/docs/introduction.mdx | 2 +- docs/src/pages/docs/roadmap-page.mdx | 2 +- docs/src/pages/index.tsx | 12 +- docs/src/pages/resources.tsx | 6 +- setup.cfg | 2 +- setup.py | 4 +- superset-frontend/package.json | 4 +- .../src/components/Button/Button.stories.jsx | 2 +- .../components/gridComponents/Chart.jsx | 4 +- superset-frontend/src/dashboard/types.ts | 2 +- .../src/utils/downloadAsImage.ts | 2 +- superset/config.py | 2 +- superset/models/alerts.py | 2 +- superset/models/core.py | 2 +- superset/tasks/alerts/observer.py | 2 +- superset/tasks/schedules.py | 2 +- superset/utils/celery.py | 2 +- superset/utils/core.py | 2 +- tests/datasets/api_tests.py | 4 +- 54 files changed, 5120 insertions(+), 5143 deletions(-) delete mode 100644 DISCLAIMER diff --git a/.asf.yaml b/.asf.yaml index 3f01985325e48..ec4e427405c77 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -19,7 +19,7 @@ --- github: description: "Apache Superset is a Data Visualization and Data Exploration Platform" - homepage: https://superset.incubator.apache.org/ + homepage: https://superset.apache.org/ labels: - superset - apache diff --git a/.github/ISSUE_TEMPLATE/sip.md b/.github/ISSUE_TEMPLATE/sip.md index 7a1241c16e51a..d6a668f7a34b4 100644 --- a/.github/ISSUE_TEMPLATE/sip.md +++ b/.github/ISSUE_TEMPLATE/sip.md @@ -6,7 +6,7 @@ labels: "#SIP" --- *Please make sure you are familiar with the SIP process documented* -(here)[https://github.com/apache/incubator-superset/issues/5602] +(here)[https://github.com/apache/superset/issues/5602] ## [SIP] Proposal for XXX diff --git a/.github/workflows/prefer-typescript.yml b/.github/workflows/prefer-typescript.yml index 97548aaf60989..0ac86928cdfc0 100644 --- a/.github/workflows/prefer-typescript.yml +++ b/.github/workflows/prefer-typescript.yml @@ -46,4 +46,4 @@ jobs: ${{steps.check.outputs.js_files_added}} ``` - As decided in [SIP-36](https://github.com/apache/incubator-superset/issues/9101), all new frontend code should be written in TypeScript. Please convert above files to TypeScript then re-request review. + As decided in [SIP-36](https://github.com/apache/superset/issues/9101), all new frontend code should be written in TypeScript. Please convert above files to TypeScript then re-request review. diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a1677067a7ae..79367f8550ef4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,3142 +19,3142 @@ under the License. ## Change Log ### 0.38.0 (Mon Nov 17 07:23:54 2020 +00:00) -- [#11724](https://github.com/apache/incubator-superset/pull/11724) fix: prior npm font source had a glitch (#11724) (@rusackas) -- [#11718](https://github.com/apache/incubator-superset/pull/11718) refactor: Load fonts from packages rather than local binaries (#11718) (@rusackas) -- [#11365](https://github.com/apache/incubator-superset/pull/11365) fix(sqla): allow 'unknown' type queries in explore view (#11365) (@serenajiang) -- [#11253](https://github.com/apache/incubator-superset/pull/11253) build: update webpack for npm linking plugins (#11253) (@ktmud) -- [#11469](https://github.com/apache/incubator-superset/pull/11469) docs(release): script to generate a CHANGELOG.md (#11469) (@dpgaspar) -- [#11393](https://github.com/apache/incubator-superset/pull/11393) chore(chart-data): add annotations and url params to chart data schema (#11393) (@villebro) -- [#11272](https://github.com/apache/incubator-superset/pull/11272) chore: upgrade vis plugins npm packages (#11272) (@ktmud) -- [#11149](https://github.com/apache/incubator-superset/pull/11149) fix: Fix Time Column dropdown for date filter (#11149) (@graceguo-supercat) -- [#11262](https://github.com/apache/incubator-superset/pull/11262) fix(crud): set default extra value (#11262) (@villebro) -- [#11221](https://github.com/apache/incubator-superset/pull/11221) fix(dataset): update user list endpoint (#11221) (@lilykuang) -- [#11237](https://github.com/apache/incubator-superset/pull/11237) feat(datasets): REST API bulk delete (#11237) (@dpgaspar) -- [#11236](https://github.com/apache/incubator-superset/pull/11236) chore(sqla): assert query is single read-only statement (#11236) (@villebro) -- [#11201](https://github.com/apache/incubator-superset/pull/11201) chore(sql-lab): catch PyArrow deserialization error (#11201) (@villebro) -- [#11141](https://github.com/apache/incubator-superset/pull/11141) fix(examples): missing expressions in birth_names (#11141) (@villebro) -- [#11136](https://github.com/apache/incubator-superset/pull/11136) fix: Alembic migration 18532d70ab98 (#11136) (@john-bodley) -- [#11140](https://github.com/apache/incubator-superset/pull/11140) docs: docs site footer link tweak (#11140) (@rusackas) -- [#11133](https://github.com/apache/incubator-superset/pull/11133) docs: comply to ASF requirements (#11133) (@mistercrunch) -- [#11124](https://github.com/apache/incubator-superset/pull/11124) add info about case sensitive search (#11124) (@eschutho) -- [#11111](https://github.com/apache/incubator-superset/pull/11111) style(listview): dynamic card size and grid spacing (#11111) (@nytai) -- [#11126](https://github.com/apache/incubator-superset/pull/11126) style: rename label 'table name'->'dataset name' (#11126) (@mistercrunch) -- [#11083](https://github.com/apache/incubator-superset/pull/11083) feat: custom favorite filter for dashboards, charts and saved queries (#11083) (@dpgaspar) -- [#11102](https://github.com/apache/incubator-superset/pull/11102) chore: refactor submenu's right nav to accept list of buttons (#11102) (@pkdotson) -- [#11132](https://github.com/apache/incubator-superset/pull/11132) docs: use the Apache-Superset logo on README / pypi (#11132) (@mistercrunch) -- [#11121](https://github.com/apache/incubator-superset/pull/11121) fix: remove extra flash import (#11121) (@eschutho) -- [#11125](https://github.com/apache/incubator-superset/pull/11125) fix: Revert "Replace reactable with DataTable from superset-ui in QueryTable (#10981)" (#11125) (@nytai) -- [#11115](https://github.com/apache/incubator-superset/pull/11115) fix: alembic migration error msg trying to delete constraint on tables (#11115) (@dpgaspar) -- [#11114](https://github.com/apache/incubator-superset/pull/11114) feat: CRUD REST API for CSS Templates (#11114) (@dpgaspar) -- [#11127](https://github.com/apache/incubator-superset/pull/11127) fix: SpatialControl popover won't open (#11127) (@mistercrunch) -- [#11109](https://github.com/apache/incubator-superset/pull/11109) feat: saved query list actions (#11109) (@riahk) -- [#11067](https://github.com/apache/incubator-superset/pull/11067) feat: add created by chart CRUD view (#11067) (@lilykuang) -- [#11107](https://github.com/apache/incubator-superset/pull/11107) fix: Disabling timezone of dataframe before passing Prophet (#11107) (@kkalyan) -- [#11112](https://github.com/apache/incubator-superset/pull/11112) fix(chart-data-api): ignore missing filters (#11112) (@villebro) -- [#11099](https://github.com/apache/incubator-superset/pull/11099) feat: more specific presto error messages (#11099) (@etr2460) -- [#11110](https://github.com/apache/incubator-superset/pull/11110) Fix alembic migration (#11110) (@bkyryliuk) -- [#11066](https://github.com/apache/incubator-superset/pull/11066) fix: fix table existence validation function (#11066) (@bkyryliuk) -- [#11100](https://github.com/apache/incubator-superset/pull/11100) style: fix secondary label border (#11100) (@rusackas) -- [#11005](https://github.com/apache/incubator-superset/pull/11005) feat: saved query list view + sort/filters (#11005) (@riahk) -- [#10972](https://github.com/apache/incubator-superset/pull/10972) chore: Remove Obsolete WARNING_MSG from config (#10972) (@john-bodley) -- [#10963](https://github.com/apache/incubator-superset/pull/10963) feat: enable ETag header for dashboard GET requests (#10963) (@graceguo-supercat) -- [#11045](https://github.com/apache/incubator-superset/pull/11045) Updated lint in schedules.py in tasks: unused_import, ungrouped_import and changed argument name to remove unused-argument (#11045) (@kkucharc) -- [#11019](https://github.com/apache/incubator-superset/pull/11019) fix(api): unable to delete virtual dataset, wrong permission name (#11019) (@dpgaspar) -- [#11103](https://github.com/apache/incubator-superset/pull/11103) fix: echarts timeseries groupby (#11103) (@villebro) -- [#11095](https://github.com/apache/incubator-superset/pull/11095) fix: double scroll bars on dataset editor (#11095) (@lilykuang) -- [#11059](https://github.com/apache/incubator-superset/pull/11059) docs: Add Zeta to list of companies using Apache Superset (#11059) (@shaikidris) -- [#11064](https://github.com/apache/incubator-superset/pull/11064) chore: pylint fixes in files in project's root (#11064) (@kkucharc) -- [#11062](https://github.com/apache/incubator-superset/pull/11062) chore: updated utils with pylint rules (#11062) (@kkucharc) -- [#10914](https://github.com/apache/incubator-superset/pull/10914) refactor: table selector on dataset editor (#10914) (@lilykuang) -- [#11015](https://github.com/apache/incubator-superset/pull/11015) Reorganize steps (#11015) (@brylie) -- [#11054](https://github.com/apache/incubator-superset/pull/11054) feat(charts): modify custom api filter to include more fields (#11054) (@nytai) -- [#11061](https://github.com/apache/incubator-superset/pull/11061) chore: Clean up some console warnings (#11061) (@kgabryje) -- [#11046](https://github.com/apache/incubator-superset/pull/11046) refactor: Remove usages of reactable from TimeTable (#11046) (@kgabryje) -- [#11012](https://github.com/apache/incubator-superset/pull/11012) refactor: Remove usages of reactable from AlteredSliceTag (#11012) (@kgabryje) -- [#11069](https://github.com/apache/incubator-superset/pull/11069) feat: improve presto query perf (#11069) (@etr2460) -- [#10971](https://github.com/apache/incubator-superset/pull/10971) style: improve "Datasource & Chart Type"