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

lilykuang pushed a change to branch table-time-comparison-columns-show-hide
in repository https://gitbox.apache.org/repos/asf/superset.git


    omit 51758617b3 updated style
    omit 3ed24bede3 update variable names
    omit a5a6704728 expand and collapse all time comparison columns
    omit 2f4ed93fbd feat(time-comparison-table): implement comparison columns 
dropdown
    omit 6c11355037 Table with Time Comparison:
    omit 739a80e41f Table with Time Comparison:
    omit 0d4bad4979 Table with Time Comparison:
    omit 381e9b755e Table with Time Comparison:
    omit 82fe8f5223 Table with Time Comparison:
    omit 5106a2bb1a Table with Time Comparison:
    omit aa74402839 Table with Time Comparison:
    omit c3d04b3fa8 Table with Time Comparison:
    omit b540980df1 refactor(plugins): Time Comparison Utils
     add 15557f493d fix(deps): resolving canvg and html2canvas module not found 
(#27315)
     add 759863553d fix(dashboard): Only fetch CSS templates for dashboard 
header menu when in edit mode (#27411)
     add 131c254fe7 fix: SSH Tunnel configuration settings  (#27186)
     add 0ee452e9f9 fix(webpack): remove double-dotted file extensions in 
webpack config (#27471)
     add 017e0fc733 fix: check if guest user modified query (#27484)
     add 1016fd92f6 fix(postprocessing): resample with holes (#27487)
     add 297849a8b5 fix(alerts/reports): implementing custom_width as an Antd 
number input (#27260)
     add d4314a92d8 fix(explore): Allow only saved metrics and columns (#27539)
     add 94f677850c feat: `improve _extract_tables_from_sql` (#26748)
     add 35562198f8 fix: pass valid SQL to SM (#27464)
     add f52647ff48 perf(sqllab): reduce bootstrap data delay by queries 
(#27488)
     add 4b750c0caf fix: guest queries (#27566)
     add 634d72b19d fix: Skips Hive tests that are blocking PRs (#27605)
     add 652e6cfa3f fix(db_engine_specs): Update convert_dttm to work correctly 
with CrateDB (#27567)
     add 4a59f23be3 fix: bump sqlglot to support materialized CTEs (#27576)
     add 336f6bd021 fix: sqlglot SQL Server (#27577)
     add 90afb34df5 fix: Volatile datasource ordering in dashboard export 
(#19595)
     add fe95adac98 fix(utils): fix off-by-one error in how rolling window's 
min_periods truncates dataframe (#27388)
     add a2fb13b522 fix(Dashboard): Add editMode conditional for translate3d 
fix on charts to allow intended Fullscreen (#27613)
     add 4ff331a66c fix: Persist query params appended to permalink (#27601)
     add 7c14968e6d fix(sql_parse): Ensure table extraction handles Jinja 
templating (#27470)
     add d50e42265a refactor(plugins): Time Comparison Utils
     add 13ec9fea9d Table with Time Comparison:
     add 512b8ae0c4 Table with Time Comparison:
     add c7a09a1ead Table with Time Comparison:
     add 3e8ccb21b4 Table with Time Comparison:
     add 0736387292 Table with Time Comparison:
     add 25a18ba4d4 Table with Time Comparison:
     add e59b94c0f8 Table with Time Comparison:
     add ffae089647 Table with Time Comparison:
     add de6ec2b4a1 feat(time-comparison-table): implement comparison columns 
dropdown
     add 3562efca25 expand and collapse all time comparison columns
     add 2f1453102e update variable names
     add 0feec6f2d8 updated style

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   (51758617b3)
            \
             N -- N -- N   refs/heads/table-time-comparison-columns-show-hide 
(0feec6f2d8)

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:
 requirements/base.txt                              |   2 +-
 setup.py                                           |   2 +-
 superset-frontend/package-lock.json                |  40 +--
 .../superset-ui-core/src/ui-overrides/types.ts     |  18 +-
 .../components/QueryHistory/QueryHistory.test.tsx  |  73 +++++-
 .../src/SqlLab/components/QueryHistory/index.tsx   | 106 ++++++--
 .../src/SqlLab/reducers/getInitialState.test.ts    |  21 +-
 .../src/SqlLab/reducers/getInitialState.ts         |   7 +-
 .../components/CssEditor/CssEditor.test.tsx        |  54 +++--
 .../src/dashboard/components/CssEditor/index.jsx   |  25 +-
 .../Header/HeaderActionsDropdown/index.jsx         |  22 +-
 .../src/dashboard/components/dnd/DragDroppable.jsx |   5 +-
 .../DndFilterSelect.test.tsx                       | 221 ++++++++++++++++-
 .../DndColumnSelectControl/DndFilterSelect.tsx     |  41 +++-
 .../DndMetricSelect.test.tsx                       | 121 ++++++++++
 .../DndColumnSelectControl/DndMetricSelect.tsx     |  32 ++-
 superset-frontend/src/explore/types.ts             |   1 +
 .../src/features/alerts/AlertReportModal.test.tsx  |   4 +-
 .../src/features/alerts/AlertReportModal.tsx       |  14 +-
 .../DatabaseConnectionForm/CommonParameters.tsx    |  35 +--
 .../DatabaseConnectionForm/EncryptedField.tsx      |   2 +-
 .../DatabaseConnectionForm/TableCatalog.tsx        |   3 +-
 .../DatabaseConnectionForm/ValidatedInputField.tsx |   2 +-
 .../DatabaseModal/DatabaseConnectionForm/index.tsx | 130 +++++-----
 .../databases/DatabaseModal/SSHTunnelForm.tsx      |  12 +-
 .../DatabaseModal/SSHTunnelSwitch.test.tsx         | 162 +++++++++++++
 .../databases/DatabaseModal/SSHTunnelSwitch.tsx    |  82 +++++--
 .../databases/DatabaseModal/index.test.tsx         |  11 +-
 .../src/features/databases/DatabaseModal/index.tsx | 132 +++++-----
 superset-frontend/src/features/databases/types.ts  |  80 +++++-
 .../src/hooks/apiResources/queries.test.ts         | 154 ++++++++++++
 .../src/hooks/apiResources/queries.ts              | 176 ++++++++++++++
 .../src/hooks/apiResources/queryApi.ts             |   3 +-
 superset-frontend/src/views/CRUD/hooks.ts          |   7 +-
 superset-frontend/webpack.config.js                |   4 +-
 superset/commands/database/create.py               |  10 +-
 superset/commands/database/ssh_tunnel/create.py    |  11 +
 .../commands/database/ssh_tunnel/exceptions.py     |   4 +
 superset/commands/database/ssh_tunnel/update.py    |  25 +-
 superset/commands/database/test_connection.py      |  45 ++--
 superset/commands/database/update.py               |  79 ++++--
 superset/commands/sql_lab/execute.py               |   4 +-
 superset/databases/api.py                          |   7 +-
 superset/db_engine_specs/crate.py                  |   2 +-
 superset/jinja_context.py                          |  10 +-
 superset/models/dashboard.py                       |   5 +-
 superset/models/sql_lab.py                         |  40 ++-
 superset/queries/api.py                            |  19 +-
 superset/security/manager.py                       |  98 +++++---
 superset/sql_parse.py                              | 125 +++++++---
 superset/sqllab/query_render.py                    |   3 +-
 superset/sqllab/utils.py                           |  15 +-
 superset/utils/pandas_postprocessing/resample.py   |   5 +-
 superset/utils/pandas_postprocessing/rolling.py    |   2 +-
 superset/views/core.py                             |   2 +
 tests/integration_tests/charts/data/api_tests.py   |  15 ++
 tests/integration_tests/core_tests.py              |  15 ++
 tests/integration_tests/databases/api_tests.py     | 201 ++++++++++++++++
 tests/integration_tests/sql_lab/api_tests.py       |  22 +-
 tests/integration_tests/sqllab_tests.py            |  57 +++++
 .../unit_tests/commands/dataset}/__init__.py       |   0
 .../databases/ssh_tunnel/commands/create_test.py   |  45 +++-
 .../databases/ssh_tunnel/commands/update_test.py   |  35 ++-
 tests/unit_tests/db_engine_specs/test_crate.py     |   2 +-
 tests/unit_tests/jinja_context_test.py             |   8 +
 .../pandas_postprocessing/test_resample.py         |  54 ++++-
 .../pandas_postprocessing/test_rolling.py          |   4 +-
 tests/unit_tests/security/manager_test.py          | 267 +++++++++++++++++++--
 tests/unit_tests/sql_parse_tests.py                |  75 +++++-
 69 files changed, 2559 insertions(+), 556 deletions(-)
 create mode 100644 
superset-frontend/src/features/databases/DatabaseModal/SSHTunnelSwitch.test.tsx
 create mode 100644 superset-frontend/src/hooks/apiResources/queries.test.ts
 create mode 100644 superset-frontend/src/hooks/apiResources/queries.ts
 copy {superset/advanced_data_type => 
tests/unit_tests/commands/dataset}/__init__.py (100%)

Reply via email to