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

rusackas pushed a change to branch timeseries-control-touchup
in repository https://gitbox.apache.org/repos/asf/superset.git


 discard b5ed074dfe chore: moving related stacking and value display controls 
next to each other.
     add ce6dd158a1 chore: updating link to sandbox.js (#23005)
     add a1b7eb3870 fix(sqllab): clean unwanted scrollbar (#22990)
     add 773d2a54a3 chore: Localization of superset pt. 3 (#22938)
     add c5b25ebf17 chore(deps): bump ajv and react-jsonschema-form in 
/superset-frontend (#21809)
     add 1a34876e35 build(deps-dev): bump eslint-config-prettier from 7.2.0 to 
8.6.0 in /superset-websocket (#22767)
     add b12bb568ac build(deps): bump http-cache-semantics from 4.1.0 to 4.1.1 
in /superset-frontend/cypress-base (#22955)
     add 50f1e2ee29 build(deps-dev): bump @types/node from 18.11.13 to 18.11.19 
in /superset-websocket (#22997)
     add 32fac77b5f feat(datasets): Populate Usage tab in Edit Dataset view 
(#22670)
     add 4f590befae build(deps-dev): bump @typescript-eslint/parser from 5.48.1 
to 5.51.0 in /superset-websocket (#23013)
     add 438cd1c150 build(deps-dev): bump typescript from 4.9.4 to 4.9.5 in 
/superset-websocket (#22933)
     add 183c5f9589 chore(tests): Cypress optimizations to help with fails 
(#23023)
     add 493181c977 chore: refactor SliceAdder for react 17 and react 18 
(#23009)
     add 98bf878d6e fix(explore): Enable saving metric after changing title 
(#23020)
     add 7bb9b810ee fix: dataset import error message (#23025)
     add ddd8d17aa4 fix(ssh_tunnel): Fix bug on database edition for databases 
with ssh tunnels (#23006)
     add 5e64211bdb fix: Handles disabled options on Select All (#22830)
     add 684b8888b1 fix(dashboard): Stop updating chart owners for charts 
removed from dashboard (#21720)
     add 85f07798bf docs(teradata): fix connection string (#23051)
     add 464ddee4b4 fix: Time Column on Generic X-axis (#23021)
     add 17fbb2dbb2 fix: Menu items are not disappearing when deleting a 
dashboard (#23039)
     add a7bb14e433 fix(i18n): improve Russian translation (#22939)
     add d3d59ee0ae fix(sqllab): Invalid schema fetch by deprecated value 
(#22968)
     add 49aa9b4ca8 chore: Removes icon warnings from tests (#23054)
     add 4980621902 feat(sqllab): Add event logger (#23040)
     add f3bdcdc79b chore(datasets): Refactor DatasetDAO update to leverage 
bulk logic for create, update, and delete operations (#22957)
     add 65fffe974b chore: remove db_engines (#22444)
     new 38162f922f chore: moving related stacking and value display controls 
next to each other.

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   (b5ed074dfe)
            \
             N -- N -- N   refs/heads/timeseries-control-touchup (38162f922f)

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.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../docs/databases/installing-database-drivers.mdx |    2 +-
 docs/docs/databases/teradata.mdx                   |    2 +-
 .../cypress/integration/dashboard/load.test.ts     |    2 +-
 .../integration/dashboard/nativeFilters.test.ts    |    2 +-
 superset-frontend/cypress-base/package-lock.json   |   12 +-
 superset-frontend/package-lock.json                |  111 +-
 superset-frontend/package.json                     |    3 +-
 .../src/utils/D3Formatting.ts                      |    7 +
 .../src/query/buildQueryContext.ts                 |   17 +-
 .../test/query/buildQueryContext.test.ts           |   37 -
 .../src/utilities/Shared_DeckGL.jsx                |    4 +-
 .../src/Pie/controlPanel.ts                        |    8 +-
 .../src/BoxPlot/controlPanel.ts                    |    5 +-
 .../src/Funnel/controlPanel.tsx                    |    6 +-
 .../plugin-chart-echarts/src/Pie/controlPanel.tsx  |    5 +-
 .../src/Radar/controlPanel.tsx                     |    5 +-
 .../src/Sunburst/controlPanel.tsx                  |    5 +-
 .../src/Timeseries/Area/controlPanel.tsx           |    6 +-
 .../src/Timeseries/Regular/Bar/controlPanel.tsx    |    9 +-
 .../src/Timeseries/Regular/Line/controlPanel.tsx   |    9 +-
 .../Timeseries/Regular/Scatter/controlPanel.tsx    |    9 +-
 .../Timeseries/Regular/SmoothLine/controlPanel.tsx |    9 +-
 .../src/Timeseries/Step/controlPanel.tsx           |    6 +-
 .../src/Timeseries/constants.ts                    |    5 +
 .../src/Treemap/controlPanel.tsx                   |    5 +-
 .../types.ts => spec/fixtures/mockCharts.ts}       |   52 +-
 superset-frontend/spec/helpers/shim.tsx            |   30 +
 superset-frontend/src/SqlLab/App.jsx               |    3 +-
 .../src/SqlLab/components/App/App.test.jsx         |   49 +-
 .../src/SqlLab/components/App/index.jsx            |   17 +-
 .../QueryLimitSelect/QueryLimitSelect.test.tsx     |    3 -
 .../src/SqlLab/components/QueryTable/index.tsx     |   15 +-
 .../src/SqlLab/components/SqlEditor/index.jsx      |    2 +-
 .../SqlEditorLeftBar/SqlEditorLeftBar.test.jsx     |   78 +-
 .../src/SqlLab/components/TableElement/index.tsx   |    3 +-
 .../AlteredSliceTag/AlteredSliceTag.test.jsx       |    2 -
 .../Chart/DrillDetail/DrillDetailMenuItems.tsx     |   13 +-
 .../DatabaseSelector/DatabaseSelector.test.tsx     |  270 +-
 .../src/components/DatabaseSelector/index.tsx      |   81 +-
 .../Datasource/DatasourceEditor.test.jsx           |   12 -
 .../ErrorBoundary/ErrorBoundary.test.tsx           |    2 -
 .../src/components/ListView/ListView.test.jsx      |    6 -
 .../src/components/MessageToasts/Toast.test.jsx    |    2 -
 .../PageHeaderWithActions.test.tsx                 |    2 -
 .../HeaderReportDropdown/index.test.tsx            |    6 -
 .../components/ReportModal/ReportModal.test.tsx    |    6 -
 .../src/components/Select/AsyncSelect.tsx          |    4 +-
 .../src/components/Select/Select.test.tsx          |   59 +-
 superset-frontend/src/components/Select/Select.tsx |   93 +-
 superset-frontend/src/components/Select/utils.tsx  |   18 +
 .../TableSelector/TableSelector.test.tsx           |   87 +-
 .../src/components/TableSelector/index.tsx         |   36 +-
 .../src/components/TableView/TableView.test.tsx    |    2 -
 .../src/components/TruncatedList/index.tsx         |  160 +
 .../DashboardBuilder/DashboardBuilder.test.tsx     |    3 -
 .../src/dashboard/components/SliceAdder.jsx        |   12 +-
 .../components/gridComponents/Markdown.jsx         |    1 +
 .../src/dashboard/util/getSliceHeaderTooltip.tsx   |    2 +-
 .../src/explore/components/ControlHeader.tsx       |    2 +-
 .../src/explore/components/SaveModal.tsx           |    3 +-
 .../DatasourceControl/DatasourceControl.test.tsx   |   19 -
 .../DndMetricSelect.test.tsx                       |    8 -
 .../AdhocFilterOption/AdhocFilterOption.test.tsx   |    8 -
 .../AdhocMetricEditPopover.test.tsx                |   10 +
 .../MetricControl/AdhocMetricEditPopover/index.jsx |    3 +
 .../MetricControl/AdhocMetricPopoverTrigger.tsx    |    4 +
 .../controls/VizTypeControl/FastVizSwitcher.tsx    |   11 +-
 superset-frontend/src/hooks/apiResources/index.ts  |    1 +
 .../src/hooks/apiResources/schemas.test.ts         |  138 +
 .../hooks/apiResources/{tables.ts => schemas.ts}   |   72 +-
 .../src/hooks/apiResources/tables.test.ts          |  186 +-
 superset-frontend/src/hooks/apiResources/tables.ts |   17 +-
 superset-frontend/src/logger/LogUtils.ts           |    2 +
 .../src/middleware/loggerMiddleware.js             |   12 +-
 .../src/pages/ChartCreation/index.tsx              |    9 +-
 superset-frontend/src/pages/ChartList/index.tsx    |    7 +-
 superset-frontend/src/types/Chart.ts               |   14 +
 .../src/views/CRUD/dashboard/DashboardCard.tsx     |   51 +-
 .../src/views/CRUD/dashboard/DashboardList.tsx     |   35 +-
 .../views/CRUD/data/database/DatabaseList.test.jsx |    8 -
 .../data/database/DatabaseModal/ExtraOptions.tsx   |    2 +-
 .../data/database/DatabaseModal/index.test.tsx     |   40 +-
 .../CRUD/data/database/DatabaseModal/index.tsx     |    4 +-
 .../EditDataset/UsageTab/UsageTab.test.tsx         |  405 +++
 .../AddDataset/EditDataset/UsageTab/index.tsx      |  261 ++
 .../data/dataset/AddDataset/EditDataset/index.tsx  |    6 +-
 .../src/views/CRUD/data/dataset/DatasetList.tsx    |    2 +-
 .../src/views/CRUD/data/query/QueryList.test.tsx   |    8 -
 .../src/views/CRUD/welcome/DashboardTable.tsx      |   34 +-
 .../src/views/CRUD/welcome/EmptyState.tsx          |   18 +-
 superset-websocket/package-lock.json               |  136 +-
 superset-websocket/package.json                    |    8 +-
 superset/commands/importers/v1/__init__.py         |    3 +
 superset/common/query_context_factory.py           |   96 +-
 superset/dashboards/commands/update.py             |    2 +-
 superset/datasets/commands/exceptions.py           |    2 +-
 superset/datasets/dao.py                           |  115 +-
 superset/db_engine_specs/hive.py                   |   54 +-
 superset/db_engines/__init__.py                    |   16 -
 superset/db_engines/hive.py                        |   67 -
 superset/translations/ru/LC_MESSAGES/messages.json |  212 +-
 superset/translations/ru/LC_MESSAGES/messages.po   | 3204 +++++++++++---------
 tests/integration_tests/dashboards/api_tests.py    |   59 +
 103 files changed, 4240 insertions(+), 2556 deletions(-)
 copy superset-frontend/{src/components/Chart/DrillDetail/types.ts => 
spec/fixtures/mockCharts.ts} (52%)
 create mode 100644 superset-frontend/src/components/TruncatedList/index.tsx
 create mode 100644 superset-frontend/src/hooks/apiResources/schemas.test.ts
 copy superset-frontend/src/hooks/apiResources/{tables.ts => schemas.ts} (55%)
 create mode 100644 
superset-frontend/src/views/CRUD/data/dataset/AddDataset/EditDataset/UsageTab/UsageTab.test.tsx
 create mode 100644 
superset-frontend/src/views/CRUD/data/dataset/AddDataset/EditDataset/UsageTab/index.tsx
 delete mode 100644 superset/db_engines/__init__.py
 delete mode 100644 superset/db_engines/hive.py

Reply via email to