This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch dependabot/npm_and_yarn/docs/ini-1.3.8
in repository https://gitbox.apache.org/repos/asf/incubator-superset.git.
discard 20464c1 build(deps): bump ini from 1.3.5 to 1.3.8 in /docs
add 9277a54 feat: add confirmation dialog for imports (#11983)
add 45703a1 feat: update IDs when importing dashboards (#11991)
add 90ed326 fix: Change url & add check for active item in menu (#11915)
add 022d755 refactor : Change menu name and reorder items (#11993)
add 3e22668 docs: restored page on roles in security, executed other
touchups, and… (#11978)
add fee9bbe style: Restoring menu highlights (#12024)
add 1afe915 refactor: Existing Antd Collapse to enhanced (#12013)
add 6311a9e feat: Added setup for running Cypress tests in docker locally
(#11207)
add d5b16bc fix schema datasource modal (#12018)
add 3d56f58 fix: Explore "Change Dataset" UX Enhancements (#12006)
add fda3a2f fix: disable browser autocomplete for DeleteModal (#12043)
add 6fcda5d feat: add cron picker to AlertReportModal (#12032)
add 7a7da27 chore: bumping plugin packages to latest (#11957)
add 329dcc3 fix: Fix style for error modal (#11996)
add 20b1aa7 fix(reports): apply owners security validation (#12035)
add 832267c fix(reports): log duration and sort column (#12039)
add 0f979de feat(reports): security perm simplification (#11853)
add 2df519e upgrade react-split (#12054)
add 821b017 fix(viz): remove orderby from sample request (#12055)
add f79e52f feat(charts): security perm simplification (#11981)
add 12e086d refactor: Transform URLShortLinkModal to Typescript (#11971)
add 7dac150 fixed CONTRIBUTING typos (#12057)
add 862c251 feat: handle new export in CLI (#11803)
add 52e970a fix(annotation layers): remove redirect on layer edit (#12063)
add e0079bb fix: small fixes to the new import/export (#12064)
add 5e811a1 feat: load examples from config instead of code (#12026)
add 77cae64 feat: Add new default dashboard (#12044)
add 76f9f18 refactor: optimize backend log payload (#11927)
add 8da1900 feat: add hook for dataset health check (#11970)
add 8bda6b0 feat: show missing parameters in query (#12049)
add 794d318 refactor: Migrate react-select to Antd Select in Metrics and
Filters popovers (#12042)
add 0ee03ae fix: Closes #11864 - Duplicate PropertiesModal (#12038)
add 9c8b65d feat(annotations): security permissions simplification
(#12014)
add 2302adb feat(datasets): security perm simplification (#12000)
add 48fb8c0 fix(dataset): Page blanks on large data load (#11979)
add 8fe9ee0 build(cypress): Use pull_request_target event to run cypress
(#11750)
add 148a001 Remove e2e pull_request event trigger (#12076)
add 9be9034 feat: Global nav menus open on hover (#12025)
add e299dbf feat(alerts/reports): delete and bulk delete actions (#12053)
add 69185ee fix: improve import flow UI/UX (#12070)
add 8d29381 reset active tab on open (#12048)
add c306368 fix: Python dependencies in #11499 (#12079)
add 90ca49f bumping superset ui to 15.18 and deckgl to 0.3.2 (#12078)
add 4c6cf04 build(deps): bump ini from 1.3.5 to 1.3.8 in /docs
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 (20464c1)
\
N -- N -- N refs/heads/dependabot/npm_and_yarn/docs/ini-1.3.8
(4c6cf04)
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/workflows/superset-e2e.yml | 28 +-
CONTRIBUTING.md | 22 +
README.md | 13 +-
docker-compose.yml | 5 +
docker/.env | 1 +
docker/docker-bootstrap.sh | 8 +-
docker/docker-init.sh | 23 +-
docs/{README.txt => README.md} | 0
docs/gatsby-node.js | 30 +
docs/src/pages/docs/Miscellaneous/issue_codes.mdx | 11 +
.../pages/docs/frequently-asked-questions-page.mdx | 8 +
.../docs/installation/building-viz-plugins.mdx | 8 +
docs/src/pages/docs/roadmap-page.mdx | 8 +-
docs/src/pages/docs/security-page.mdx | 132 +++-
docs/src/pages/index.tsx | 2 +-
requirements/base.in | 2 +-
requirements/base.txt | 8 +-
requirements/development.in | 8 +-
requirements/development.txt | 2 +-
requirements/docker.in | 1 -
requirements/docker.txt | 3 +-
requirements/integration.txt | 2 +
requirements/testing.in | 1 -
requirements/testing.txt | 4 +-
setup.cfg | 2 +-
setup.py | 2 +
superset-frontend/package-lock.json | 688 ++++++++++-----------
superset-frontend/package.json | 57 +-
.../datasource/ChangeDatasourceModal_spec.jsx | 26 +-
...AdhocFilterEditPopoverSimpleTabContent_spec.jsx | 14 +-
.../components/AdhocMetricEditPopover_spec.jsx | 12 +-
.../explore/components/DatasourceControl_spec.jsx | 13 +
.../spec/javascripts/explore/utils_spec.jsx | 15 +
.../views/CRUD/alert/AlertList_spec.jsx | 44 +-
.../annotationlayers/AnnotationLayersList_spec.jsx | 4 +-
.../views/CRUD/chart/ChartList_spec.jsx | 2 +-
.../views/CRUD/data/dataset/DatasetList_spec.jsx | 2 +-
.../src/SqlLab/components/ResultSet.tsx | 10 +-
.../src/SqlLab/components/SqlEditor.jsx | 16 +-
.../src/common/components/Collapse.tsx | 77 +++
.../src/common/components/CronPicker.tsx | 117 ++++
.../src/common/components/Modal/Modal.tsx | 2 +
superset-frontend/src/common/components/Select.tsx | 10 +-
.../src/common/components/common.stories.tsx | 105 +++-
superset-frontend/src/common/components/index.tsx | 7 +-
superset-frontend/src/components/DeleteModal.tsx | 1 +
.../src/components/ErrorMessage/ErrorAlert.tsx | 6 +-
.../src/components/ErrorMessage/types.ts | 3 +
.../components/ImportModal/ImportModal.test.tsx | 4 +-
.../src/components/ImportModal/index.tsx | 101 ++-
.../src/components/Menu/LanguagePicker.tsx | 7 +-
superset-frontend/src/components/Menu/Menu.tsx | 31 +-
.../src/components/Menu/MenuObject.tsx | 12 +-
superset-frontend/src/components/Menu/NewMenu.tsx | 12 +-
superset-frontend/src/components/Menu/SubMenu.tsx | 4 +
...URLShortLinkModal.jsx => URLShortLinkModal.tsx} | 46 +-
.../components/FiltersBadge/DetailsPanel.tsx | 7 +-
.../dashboard/components/SliceHeaderControls.jsx | 16 +-
.../src/datasource/ChangeDatasourceModal.tsx | 268 +++++---
.../src/datasource/DatasourceModal.tsx | 4 +-
.../AdhocFilterEditPopoverSimpleTabContent.jsx | 120 ++--
.../AdhocFilterEditPopoverSqlTabContent.jsx | 15 +-
.../explore/components/AdhocMetricEditPopover.jsx | 63 +-
.../src/explore/components/DataTableControl.tsx | 2 +-
.../src/explore/components/DataTablesPane.tsx | 15 +-
.../src/explore/components/DisplayQueryButton.jsx | 25 +-
.../explore/components/ExploreActionButtons.jsx | 1 +
.../src/explore/components/ExploreChartHeader.jsx | 11 +-
.../src/explore/components/ExploreChartPanel.jsx | 19 -
.../components/controls/DatasourceControl.jsx | 19 +-
superset-frontend/src/explore/exploreUtils.js | 24 +
superset-frontend/src/featureFlags.ts | 1 +
.../CRUD/annotation/types.ts => types/Dataset.ts} | 34 +-
.../src/views/CRUD/alert/AlertList.tsx | 184 +++++-
.../src/views/CRUD/alert/AlertReportModal.tsx | 70 +--
.../src/views/CRUD/alert/ExecutionLog.tsx | 3 +-
.../components/AlertReportCronScheduler.test.tsx | 72 +++
.../alert/components/AlertReportCronScheduler.tsx | 92 +++
superset-frontend/src/views/CRUD/alert/types.ts | 2 +-
.../CRUD/annotationlayers/AnnotationLayerModal.tsx | 4 -
.../CRUD/annotationlayers/AnnotationLayersList.tsx | 6 +-
.../src/views/CRUD/chart/ChartCard.tsx | 6 +-
.../src/views/CRUD/chart/ChartList.tsx | 19 +-
.../src/views/CRUD/dashboard/DashboardList.tsx | 11 +-
.../src/views/CRUD/data/database/DatabaseList.tsx | 11 +-
.../src/views/CRUD/data/database/DatabaseModal.tsx | 15 +-
.../src/views/CRUD/data/dataset/DatasetList.tsx | 19 +-
superset-frontend/src/views/CRUD/hooks.ts | 96 ++-
.../src/views/CRUD/welcome/Welcome.tsx | 31 +-
.../stylesheets/less/cosmo/bootswatch.less | 8 -
superset/annotation_layers/annotations/api.py | 6 +-
superset/annotation_layers/api.py | 6 +-
superset/charts/api.py | 5 +-
superset/charts/commands/export.py | 2 +-
superset/cli.py | 490 ++++++++++-----
superset/commands/importers/v1/__init__.py | 19 +-
.../importers/v1/examples.py} | 91 +--
superset/commands/importers/v1/utils.py | 2 +-
superset/config.py | 5 +
superset/connectors/sqla/models.py | 26 +
superset/connectors/sqla/views.py | 8 +-
superset/constants.py | 10 +
superset/dashboards/commands/export.py | 2 +-
.../dashboards/commands/importers/v1/__init__.py | 21 +-
superset/dashboards/commands/importers/v1/utils.py | 71 ++-
superset/databases/commands/export.py | 2 +-
superset/datasets/api.py | 5 +-
superset/datasets/commands/export.py | 18 +-
superset/datasets/commands/importers/v1/utils.py | 85 +++
superset/datasets/dao.py | 2 +
superset/datasets/schemas.py | 9 +-
superset/db_engine_specs/sqlite.py | 9 +
superset/errors.py | 13 +
superset/examples/__init__.py | 2 +-
.../examples/configs/charts/Filter.yaml | 36 +-
.../Number_of_Deals_for_each_Combination.yaml | 56 ++
.../charts/Overall_Sales_By_Product_Line.yaml | 70 +++
.../Proportion_of_Revenue_by_Product_Line.yaml | 78 +++
.../examples/configs/charts/Quarterly_Sales.yaml | 89 +++
.../charts/Quarterly_Sales_By_Product_Line.yaml | 92 +++
.../configs/charts/Revenue_by_Deal_Size.yaml | 79 +++
.../Seasonality_of_Revenue_per_Product_Line.yaml | 62 ++
.../examples/configs/charts/Total_Items_Sold.yaml | 57 ++
.../charts/Total_Items_Sold_By_Product_Line.yaml | 68 ++
.../examples/configs/charts/Total_Revenue.yaml | 58 ++
.../configs/charts/Unicode_Cloud.yaml} | 46 +-
.../configs/dashboards/Sales_Dashboard.yaml | 415 +++++++++++++
.../examples/configs/dashboards/Unicode_Test.yaml | 40 +-
.../datasets/examples/Cleaned_Sales_Data.yaml | 293 +++++++++
.../configs/datasets/examples/unicode_test.yaml | 93 +++
.../__init__.py => examples/configs/metadata.yaml} | 2 +
superset/examples/unicode_test_data.py | 167 -----
superset/examples/utils.py | 51 ++
superset/jinja_context.py | 5 +-
...y => 40f16acf1ba7_security_converge_reports.py} | 25 +-
... => 45731db65d9c_security_converge_datasets.py} | 46 +-
... c25cb2c78727_security_converge_annotations.py} | 47 +-
...py => ccb74baaa89b_security_converge_charts.py} | 36 +-
superset/models/reports.py | 6 +
superset/reports/api.py | 23 +-
superset/reports/commands/bulk_delete.py | 10 +
superset/reports/commands/delete.py | 9 +
superset/reports/commands/exceptions.py | 5 +
superset/reports/commands/update.py | 9 +
superset/reports/logs/api.py | 1 +
superset/reports/schemas.py | 7 +-
superset/security/manager.py | 14 +-
superset/utils/core.py | 5 +
superset/utils/log.py | 118 ++--
superset/views/annotations.py | 9 +-
superset/views/base_api.py | 79 ++-
superset/views/chart/views.py | 4 +-
superset/views/core.py | 52 +-
superset/views/datasource.py | 2 +
superset/viz.py | 1 +
tests/annotation_layers/api_tests.py | 20 +-
tests/base_tests.py | 2 +
tests/charts/api_tests.py | 14 +
tests/dashboards/commands_tests.py | 21 +-
tests/datasets/api_tests.py | 30 +-
tests/datasource_tests.py | 18 +-
tests/event_logger_tests.py | 65 +-
tests/fixtures/importexport.py | 5 +-
tests/reports/api_tests.py | 90 +++
tests/security_tests.py | 54 +-
tests/sqllab_tests.py | 21 +-
166 files changed, 4981 insertions(+), 1708 deletions(-)
rename docs/{README.txt => README.md} (100%)
create mode 100644 superset-frontend/src/common/components/Collapse.tsx
create mode 100644 superset-frontend/src/common/components/CronPicker.tsx
rename superset-frontend/src/components/{URLShortLinkModal.jsx =>
URLShortLinkModal.tsx} (78%)
copy superset-frontend/src/{views/CRUD/annotation/types.ts =>
types/Dataset.ts} (70%)
create mode 100644
superset-frontend/src/views/CRUD/alert/components/AlertReportCronScheduler.test.tsx
create mode 100644
superset-frontend/src/views/CRUD/alert/components/AlertReportCronScheduler.tsx
copy superset/{dashboards/commands/importers/v1/__init__.py =>
commands/importers/v1/examples.py} (62%)
copy requirements/base.in => superset/examples/configs/charts/Filter.yaml (52%)
create mode 100644
superset/examples/configs/charts/Number_of_Deals_for_each_Combination.yaml
create mode 100644
superset/examples/configs/charts/Overall_Sales_By_Product_Line.yaml
create mode 100644
superset/examples/configs/charts/Proportion_of_Revenue_by_Product_Line.yaml
create mode 100644 superset/examples/configs/charts/Quarterly_Sales.yaml
create mode 100644
superset/examples/configs/charts/Quarterly_Sales_By_Product_Line.yaml
create mode 100644 superset/examples/configs/charts/Revenue_by_Deal_Size.yaml
create mode 100644
superset/examples/configs/charts/Seasonality_of_Revenue_per_Product_Line.yaml
create mode 100644 superset/examples/configs/charts/Total_Items_Sold.yaml
create mode 100644
superset/examples/configs/charts/Total_Items_Sold_By_Product_Line.yaml
create mode 100644 superset/examples/configs/charts/Total_Revenue.yaml
copy superset/{migrations/versions/f18570e03440_add_query_result_key_index.py
=> examples/configs/charts/Unicode_Cloud.yaml} (62%)
create mode 100644 superset/examples/configs/dashboards/Sales_Dashboard.yaml
copy requirements/base.in =>
superset/examples/configs/dashboards/Unicode_Test.yaml (53%)
create mode 100644
superset/examples/configs/datasets/examples/Cleaned_Sales_Data.yaml
create mode 100644
superset/examples/configs/datasets/examples/unicode_test.yaml
copy superset/{annotation_layers/annotations/commands/__init__.py =>
examples/configs/metadata.yaml} (92%)
delete mode 100644 superset/examples/unicode_test_data.py
create mode 100644 superset/examples/utils.py
copy
superset/migrations/versions/{8ee129739cf9_security_converge_css_templates.py
=> 40f16acf1ba7_security_converge_reports.py} (69%)
copy
superset/migrations/versions/{e38177dbf641_security_converge_saved_queries.py
=> 45731db65d9c_security_converge_datasets.py} (55%)
copy
superset/migrations/versions/{e38177dbf641_security_converge_saved_queries.py
=> c25cb2c78727_security_converge_annotations.py} (58%)
copy
superset/migrations/versions/{8ee129739cf9_security_converge_css_templates.py
=> ccb74baaa89b_security_converge_charts.py} (61%)