You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by gi...@apache.org on 2021/03/04 18:02:22 UTC

[superset] branch dependabot/npm_and_yarn/superset-frontend/urijs-1.19.6 updated (7b2b371 -> b647407)

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch dependabot/npm_and_yarn/superset-frontend/urijs-1.19.6
in repository https://gitbox.apache.org/repos/asf/superset.git.


 discard 7b2b371  build(deps): bump urijs from 1.19.4 to 1.19.6 in /superset-frontend
     add f261629  chore: convert chartReducer to TypeScript (#13374)
     add 694ae6f  fix(query-object): extra time-range-endpoints (#13331)
     add 7d270bc  test: ErrorMessage components tests (#13358)
     add e9d5d3b  Adds tests and storybook to CopyToClipboard component (#13359)
     add 45aa812  test: Adds storybook to EditableTitle component (#13362)
     add c3e19b2  test: Adds storybook to IconTooltip component (#13415)
     add 51f05ea  test: Adds storybook to AnchorLink component (#13406)
     add 327e9b05 test: Adds storybook to FormRow component (#13407)
     add 65cec18  chore: Removes unused Hotkeys component (#13408)
     add dc17039  feat(dashboard_rbac): manage roles for dashboard (#13145)
     add 8b38d63  changes added (#13431)
     add 26b75fa  chore: Added rockset and firebird (#13418)
     add 9c9862f  feat: Added Rows Returned (#13190)
     add 66a7318  refactor: Query search into functional component (#13102)
     add 26e36ae  fix: annotation layer modal err handling (#12341)
     add 026782e  use semver for badge sort (#13424)
     add dc1eb30  refactor: convert controlUtils to TypeScript (1 of 2) (#13401)
     add cfc83c2  chore: Moves TableSelector tests to component's folder (#13411)
     add ca27b00  chore: disable drag metrics and columns in datasourcePanel (#13450)
     add 7f0fbb5  refactor: add set data mask to build query (#13417)
     add 6026e7d  chore: Improve japannese translation (#13376)
     add 09e5ea1  docs: Fix typo in footer (#13455)
     add 95809e5  Adding v0 import/export fields to dashboard metadata schema (#13425)
     add 483405f  chore: Migrating dashboard/components/menu from jsx to tsx (#13361)
     add 0318b6d  feat: Add error pages (#13144)
     add b647407  build(deps): bump urijs from 1.19.4 to 1.19.6 in /superset-frontend

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   (7b2b371)
            \
             N -- N -- N   refs/heads/dependabot/npm_and_yarn/superset-frontend/urijs-1.19.6 (b647407)

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:
 README.md                                          |    2 +-
 docs/gatsby-node.js                                |    5 +
 docs/src/components/MainMenu.tsx                   |    2 +-
 docs/src/components/footer.tsx                     |    2 +-
 docs/src/images/databases/rockset.png              |  Bin 0 -> 6151 bytes
 docs/src/images/databases/trino.png                |  Bin 0 -> 37493 bytes
 docs/src/images/databases/trino2.jpg               |  Bin 0 -> 36149 bytes
 .../docs/Connecting to Databases/firebird.mdx      |   24 +
 .../Connecting to Databases/google-bigquery.mdx    |    2 +-
 .../pages/docs/Connecting to Databases/rockset.mdx |   17 +
 .../docs/Connecting to Databases/sql-server.mdx    |    4 +-
 docs/src/pages/index.tsx                           |    2 +-
 docs/src/resources/data.js                         |   10 +
 superset-frontend/.storybook/preview.jsx           |   20 +-
 superset-frontend/images/error404.png              |  Bin 0 -> 66799 bytes
 superset-frontend/images/error500.png              |  Bin 0 -> 78026 bytes
 superset-frontend/package-lock.json                |  233 +---
 superset-frontend/package.json                     |    1 +
 .../components/CopyToClipboard_spec.jsx            |   33 -
 .../dashboard/components/PropertiesModal_spec.jsx  |   24 +
 .../spec/javascripts/sqllab/QuerySearch_spec.jsx   |  116 +-
 .../views/CRUD/dashboard/DashboardList_spec.jsx    |    1 +
 .../src/SqlLab/components/QuerySearch.jsx          |  330 -----
 .../src/SqlLab/components/QuerySearch.tsx          |  288 ++++
 .../src/SqlLab/components/ResultSet.tsx            |   39 +-
 .../src/SqlLab/components/SouthPane.jsx            |    2 +-
 .../src/SqlLab/components/SqlEditor.jsx            |   22 -
 superset-frontend/src/SqlLab/main.less             |    3 +-
 superset-frontend/src/SqlLab/types.ts              |    3 +
 superset-frontend/src/chart/chartAction.js         |    9 +
 .../src/chart/{chartReducer.js => chartReducer.ts} |   17 +-
 .../components/Collapse/Collapse.stories.tsx       |    4 +-
 .../common/components/Tooltip/Tooltip.stories.tsx  |    2 +-
 .../src/components/Alert/Alert.stories.tsx         |    8 +-
 .../AnchorLink/AnchorLink.stories.tsx}             |   39 +-
 .../components/AnchorLink/AnchorLink.test.jsx}     |    0
 .../{AnchorLink.jsx => AnchorLink/index.jsx}       |    6 +-
 .../AsyncAceEditor/AsyncAceEditor.stories.tsx      |    6 +-
 .../src/components/Button/Button.stories.tsx       |    8 +-
 .../components/ButtonGroup/ButtonGroup.stories.tsx |    4 +-
 .../CopyToClipboard/CopyToClipboard.stories.tsx    |   66 +
 .../CopyToClipboard/CopyToClipboard.test.tsx       |   76 ++
 .../index.jsx}                                     |    2 +-
 .../EditableTitle/EditableTitle.stories.tsx}       |   57 +-
 .../EditableTitle/EditableTitle.test.tsx}          |    0
 .../{EditableTitle.tsx => EditableTitle/index.tsx} |    4 +-
 .../ErrorMessage/BasicErrorAlert.test.tsx          |   96 ++
 .../components/ErrorMessage/BasicErrorAlert.tsx    |    2 +-
 .../ErrorMessage/DatabaseErrorMessage.test.tsx     |  100 ++
 .../ErrorMessage/DatabaseErrorMessage.tsx          |    4 +-
 .../components/ErrorMessage/ErrorAlert.test.tsx    |  161 +++
 .../src/components/ErrorMessage/ErrorAlert.tsx     |    2 +-
 .../ErrorMessageWithStackTrace.test.tsx}           |   52 +-
 .../IssueCode.test.tsx}                            |   28 +-
 .../ErrorMessage/ParameterErrorMessage.test.tsx    |   82 ++
 .../ErrorMessage/TimeoutErrorMessage.test.tsx      |  104 ++
 .../getErrorMessageComponentRegistry.test.tsx}     |   54 +-
 .../src/components/ExpandableList.tsx              |   60 -
 .../components/FilterableTable/FilterableTable.tsx |    2 +-
 .../FormRow.stories.tsx}                           |   60 +-
 .../components/FormRow/FormRow.test.jsx}           |    0
 .../components/{FormRow.jsx => FormRow/index.jsx}  |    0
 superset-frontend/src/components/Hotkeys.jsx       |   90 --
 .../IconTooltip/IconTooltip.stories.tsx}           |   50 +-
 .../components/IconTooltip/IconTooltip.test.jsx}   |    0
 .../{IconTooltip.tsx => IconTooltip/index.tsx}     |    2 +-
 .../src/components/Loading/Loading.stories.tsx     |    8 +-
 .../TableSelector/TableSelector.test.jsx}          |    2 +-
 .../{TableSelector.tsx => TableSelector/index.tsx} |    6 +-
 .../src/dashboard/components/PropertiesModal.jsx   |  163 ++-
 ...yleDropdown.jsx => BackgroundStyleDropdown.tsx} |   24 +-
 .../menu/{HoverMenu.jsx => HoverMenu.tsx}          |   28 +-
 ...wnModeDropdown.jsx => MarkdownModeDropdown.tsx} |   17 +-
 .../{PopoverDropdown.jsx => PopoverDropdown.tsx}   |   76 +-
 .../{WithPopoverMenu.jsx => WithPopoverMenu.tsx}   |   81 +-
 .../src/explore/components/Control.tsx             |    2 +-
 .../explore/components/ControlPanelsContainer.tsx  |   37 +-
 .../{ => DatasourcePanel}/DatasourcePanel.tsx      |   39 +-
 .../DateFilterControl => DatasourcePanel}/index.ts |    2 +-
 .../explore/components/controls/VizTypeControl.jsx |    2 +-
 .../controlPanels/{sections.jsx => sections.tsx}   |   13 +-
 .../src/explore/controlUtils/getControlConfig.ts   |   68 +
 .../explore/controlUtils/getSectionsToRender.ts    |   95 ++
 .../src/explore/controlUtils/index.js              |  107 +-
 superset-frontend/src/explore/exploreUtils.js      |   20 +-
 .../src/explore/reducers/getInitialState.ts        |   36 +-
 .../types.ts}                                      |   43 +-
 superset-frontend/src/featureFlags.ts              |    1 +
 superset-frontend/src/staticPages/404.html         |   93 ++
 superset-frontend/src/staticPages/500.html         |   92 ++
 .../src/views/CRUD/annotation/AnnotationModal.tsx  |   78 +-
 .../CRUD/annotationlayers/AnnotationLayerModal.tsx |   70 +-
 .../CRUD/annotationlayers/AnnotationLayersList.tsx |    7 +-
 superset-frontend/webpack.config.js                |   28 +
 superset/charts/schemas.py                         |    9 +-
 superset/common/query_object.py                    |    6 +-
 superset/dashboards/schemas.py                     |    3 +
 superset/examples/energy.py                        |   16 +-
 superset/translations/ja/LC_MESSAGES/messages.json | 1421 +++++++++++---------
 superset/translations/ja/LC_MESSAGES/messages.po   | 1232 ++++++++---------
 superset/viz.py                                    |   25 -
 tests/fixtures/energy_dashboard.py                 |   13 +-
 tests/fixtures/query_context.py                    |    7 +-
 103 files changed, 3752 insertions(+), 2660 deletions(-)
 create mode 100644 docs/src/images/databases/rockset.png
 create mode 100644 docs/src/images/databases/trino.png
 create mode 100644 docs/src/images/databases/trino2.jpg
 create mode 100644 docs/src/pages/docs/Connecting to Databases/firebird.mdx
 create mode 100644 docs/src/pages/docs/Connecting to Databases/rockset.mdx
 create mode 100644 superset-frontend/images/error404.png
 create mode 100644 superset-frontend/images/error500.png
 delete mode 100644 superset-frontend/spec/javascripts/components/CopyToClipboard_spec.jsx
 delete mode 100644 superset-frontend/src/SqlLab/components/QuerySearch.jsx
 create mode 100644 superset-frontend/src/SqlLab/components/QuerySearch.tsx
 rename superset-frontend/src/chart/{chartReducer.js => chartReducer.ts} (92%)
 copy superset-frontend/src/{dashboard/components/resizable/ResizableHandle.jsx => components/AnchorLink/AnchorLink.stories.tsx} (61%)
 rename superset-frontend/{spec/javascripts/components/AnchorLink_spec.jsx => src/components/AnchorLink/AnchorLink.test.jsx} (100%)
 rename superset-frontend/src/components/{AnchorLink.jsx => AnchorLink/index.jsx} (93%)
 create mode 100644 superset-frontend/src/components/CopyToClipboard/CopyToClipboard.stories.tsx
 create mode 100644 superset-frontend/src/components/CopyToClipboard/CopyToClipboard.test.tsx
 rename superset-frontend/src/components/{CopyToClipboard.jsx => CopyToClipboard/index.jsx} (98%)
 copy superset-frontend/src/{common/components/Radio/Radio.stories.tsx => components/EditableTitle/EditableTitle.stories.tsx} (58%)
 rename superset-frontend/{spec/javascripts/profile/EditableTitle_spec.tsx => src/components/EditableTitle/EditableTitle.test.tsx} (100%)
 rename superset-frontend/src/components/{EditableTitle.tsx => EditableTitle/index.tsx} (98%)
 create mode 100644 superset-frontend/src/components/ErrorMessage/BasicErrorAlert.test.tsx
 create mode 100644 superset-frontend/src/components/ErrorMessage/DatabaseErrorMessage.test.tsx
 create mode 100644 superset-frontend/src/components/ErrorMessage/ErrorAlert.test.tsx
 copy superset-frontend/src/components/{ErrorBoundary/ErrorBoundary.test.tsx => ErrorMessage/ErrorMessageWithStackTrace.test.tsx} (50%)
 copy superset-frontend/src/components/{Menu/NewMenu.test.tsx => ErrorMessage/IssueCode.test.tsx} (62%)
 create mode 100644 superset-frontend/src/components/ErrorMessage/ParameterErrorMessage.test.tsx
 create mode 100644 superset-frontend/src/components/ErrorMessage/TimeoutErrorMessage.test.tsx
 rename superset-frontend/{spec/javascripts/components/ErrorMessage/getErrorMessageComponentRegistry_spec.tsx => src/components/ErrorMessage/getErrorMessageComponentRegistry.test.tsx} (59%)
 delete mode 100644 superset-frontend/src/components/ExpandableList.tsx
 copy superset-frontend/src/components/{Timer/Timer.stories.tsx => FormRow/FormRow.stories.tsx} (57%)
 rename superset-frontend/{spec/javascripts/components/FormRow_spec.jsx => src/components/FormRow/FormRow.test.jsx} (100%)
 rename superset-frontend/src/components/{FormRow.jsx => FormRow/index.jsx} (100%)
 delete mode 100644 superset-frontend/src/components/Hotkeys.jsx
 copy superset-frontend/src/{common/components/Tooltip/Tooltip.stories.tsx => components/IconTooltip/IconTooltip.stories.tsx} (58%)
 rename superset-frontend/{spec/javascripts/sqllab/IconTooltip_spec.jsx => src/components/IconTooltip/IconTooltip.test.jsx} (100%)
 rename superset-frontend/src/components/{IconTooltip.tsx => IconTooltip/index.tsx} (98%)
 rename superset-frontend/{spec/javascripts/components/TableSelector_spec.jsx => src/components/TableSelector/TableSelector.test.jsx} (99%)
 rename superset-frontend/src/components/{TableSelector.tsx => TableSelector/index.tsx} (98%)
 rename superset-frontend/src/dashboard/components/menu/{BackgroundStyleDropdown.jsx => BackgroundStyleDropdown.tsx} (81%)
 rename superset-frontend/src/dashboard/components/menu/{HoverMenu.jsx => HoverMenu.tsx} (74%)
 rename superset-frontend/src/dashboard/components/menu/{MarkdownModeDropdown.jsx => MarkdownModeDropdown.tsx} (82%)
 rename superset-frontend/src/dashboard/components/menu/{PopoverDropdown.jsx => PopoverDropdown.tsx} (69%)
 rename superset-frontend/src/dashboard/components/menu/{WithPopoverMenu.jsx => WithPopoverMenu.tsx} (67%)
 rename superset-frontend/src/explore/components/{ => DatasourcePanel}/DatasourcePanel.tsx (86%)
 copy superset-frontend/src/explore/components/{controls/DateFilterControl => DatasourcePanel}/index.ts (94%)
 rename superset-frontend/src/explore/controlPanels/{sections.jsx => sections.tsx} (94%)
 create mode 100644 superset-frontend/src/explore/controlUtils/getControlConfig.ts
 create mode 100644 superset-frontend/src/explore/controlUtils/getSectionsToRender.ts
 copy superset-frontend/src/{components/ErrorMessage/getErrorMessageComponentRegistry.ts => explore/types.ts} (51%)
 create mode 100644 superset-frontend/src/staticPages/404.html
 create mode 100644 superset-frontend/src/staticPages/500.html