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

aafghahi pushed a change to branch arash/series_limit_solution
in repository https://gitbox.apache.org/repos/asf/superset.git


 discard 7a28491a42 fixes
    omit f3e68482a7 fix orderby on column types
    omit 16a4b25d55 change how wwe raise_for_access
    omit 505f4c0dd7 add perm object
    omit b25a306691 integrate type casting for engiines
    omit ebf724d6df save
    omit 168518b862 opps
    omit 3a882a8ecb Merge branch 'master' of 
https://github.com/preset-io/incubator-superset into cpq-time-columns
    omit ca9b20ed0b fix
    omit d332e719ab add timegrains to data payload
     add 9291ad5d4c fix: Change dataset name affect data access role set to 
this dataset (#20574)
     add dd353ca86a feat: Add resize drag handle to Dataset SQL fields (#20670)
     add 6ce027d2f8 fix(import): error with disable_data_preview field (#20932)
     add fe581a3640 fix: adjust timeseries grid right offset to match the rest 
(#20933)
     add e2206a7151 Annotations: (#20720)
     add 9362e27ce2 fix(chart): Time Series set showMaxLabel as null for time 
xAxis (#20627)
     add 7beda3bbdb chore: change Sort-by and Sort-Descending controls for Bar 
Chart v2 (#20868)
     add ac585821d8 fix(sqllab): tracking url and error alert padding (#20937)
     add c06d5eb70c fix(sqllab): Fix tab state (#20947)
     add 7e836e9b04 test: autouse app_context in unit tests (#20911)
     add fb5f8cacaf skip row if created_at_fk is null (#20939)
     add bce32af19b chore: unpin snowflake (#20948)
     add 96a63bcbfe fix: Use SPA Dataset link in Chart and Dashboard (#20941)
     add aa53c10312 Big Number Viz: (#20946)
     add 655646d35b feat(embedded-SDK): enable CSV download (#20416)
     add e4fc5564ce fix: Explore scrolled down when navigating from dashboard 
(#20962)
     add c33af83823 chore: always get dashboard_id on dashboard API get 
endpoint (#20894)
     add 7e501cd816 fix: BigQuery get_parameters_from_uri (#20966)
     add eb5369f2a6 fix: No back button in save dataset modal (#20964)
     add 6e5036d87f fix:  add timegrains to data payload (#20938)
     add fa416fa130 fix: remove extra line for link (#20959)
     add 584545a319 fix
     add be65cf6816 save
     add 6b08cb099c integrate type casting for engiines
     add 74af5f58b1 fix orderby on column types
     add d802fdc841 fixes

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   (7a28491a42)
            \
             N -- N -- N   refs/heads/arash/series_limit_solution (d802fdc841)

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:
 setup.py                                           |  4 +-
 superset-embedded-sdk/src/index.ts                 |  3 +-
 .../BigNumberWithTrendline/transformProps.ts       |  6 ++-
 .../src/Timeseries/Regular/Bar/controlPanel.tsx    | 29 ++++++++++++
 .../src/Timeseries/transformProps.ts               | 15 +++++-
 .../plugin-chart-echarts/src/Timeseries/types.ts   |  7 +++
 .../plugins/plugin-chart-echarts/src/constants.ts  |  2 +-
 .../src/SqlLab/components/ResultSet/index.tsx      | 17 ++++---
 .../SaveDatasetModal/SaveDatasetModal.test.tsx     | 23 +++++++--
 .../SqlLab/components/SaveDatasetModal/index.tsx   |  4 +-
 .../src/components/Datasource/CollectionTable.tsx  | 18 ++++++-
 .../src/components/Datasource/DatasourceEditor.jsx | 18 ++++++-
 .../components/AddSliceCard/AddSliceCard.tsx       | 11 ++++-
 .../controls/AnnotationLayerControl/index.jsx      |  9 +++-
 .../controls/ControlPopover/ControlPopover.tsx     |  2 +-
 .../MetricControl/AdhocMetricEditPopover/index.jsx |  4 +-
 .../components/controls/TextAreaControl.jsx        | 25 ++++++++--
 superset-frontend/src/views/App.tsx                |  2 +
 .../src/views/CRUD/chart/ChartList.tsx             |  3 +-
 .../types.ts => views/ScrollToTop.tsx}             | 13 +++--
 superset/dashboards/api.py                         | 16 ++++---
 superset/databases/schemas.py                      |  1 +
 superset/datasets/schemas.py                       |  6 +--
 superset/db_engine_specs/bigquery.py               |  4 +-
 ...5-48_409c7b420ab0_add_created_by_fk_as_owner.py | 11 +++--
 superset/models/sql_lab.py                         |  5 ++
 superset/security/manager.py                       | 18 ++++---
 superset/views/sql_lab.py                          |  4 +-
 tests/integration_tests/security_tests.py          |  6 +++
 tests/unit_tests/advanced_data_type/types_tests.py | 55 ++++++++++------------
 .../charts/commands/importers/v1/import_test.py    |  4 +-
 tests/unit_tests/columns/test_models.py            |  2 +-
 tests/unit_tests/commands/export_test.py           |  2 +-
 tests/unit_tests/config_test.py                    |  2 +-
 tests/unit_tests/conftest.py                       |  2 +-
 tests/unit_tests/dao/queries_test.py               |  2 +-
 .../commands/importers/v1/import_test.py           |  6 +--
 .../dashboards/commands/importers/v1/utils_test.py |  2 +-
 .../databases/commands/importers/v1/import_test.py |  6 +--
 tests/unit_tests/databases/utils_test.py           |  4 +-
 tests/unit_tests/dataframe_test.py                 |  4 +-
 tests/unit_tests/datasets/commands/export_test.py  |  2 +-
 .../datasets/commands/importers/v1/import_test.py  |  8 ++--
 tests/unit_tests/datasets/test_models.py           | 18 +++----
 tests/unit_tests/datasource/dao_tests.py           | 22 +++------
 tests/unit_tests/db_engine_specs/test_athena.py    |  8 ++--
 tests/unit_tests/db_engine_specs/test_base.py      | 11 ++---
 tests/unit_tests/db_engine_specs/test_bigquery.py  | 21 +++++++--
 tests/unit_tests/db_engine_specs/test_drill.py     |  9 ++--
 tests/unit_tests/db_engine_specs/test_gsheets.py   |  4 --
 tests/unit_tests/db_engine_specs/test_kusto.py     | 15 ++----
 tests/unit_tests/db_engine_specs/test_mssql.py     | 25 ++++------
 tests/unit_tests/db_engine_specs/test_presto.py    |  2 -
 tests/unit_tests/db_engine_specs/test_snowflake.py |  9 ++--
 tests/unit_tests/db_engine_specs/test_sqlite.py    | 17 +++----
 tests/unit_tests/db_engine_specs/test_teradata.py  |  2 -
 tests/unit_tests/explore/utils_test.py             | 41 ++++++----------
 tests/unit_tests/jinja_context_test.py             |  2 +-
 tests/unit_tests/notifications/email_tests.py      |  3 +-
 tests/unit_tests/result_set_test.py                |  2 +-
 tests/unit_tests/sql_lab_test.py                   |  2 -
 tests/unit_tests/sql_parse_tests.py                |  2 +-
 tests/unit_tests/tables/test_models.py             |  2 +-
 tests/unit_tests/tasks/test_cron_util.py           | 11 ++---
 tests/unit_tests/test_jinja_context.py             | 39 ++++++++-------
 tests/unit_tests/utils/cache_test.py               |  2 +-
 66 files changed, 383 insertions(+), 273 deletions(-)
 copy 
superset-frontend/src/{dashboard/components/CrossFilterScopingModal/types.ts => 
views/ScrollToTop.tsx} (77%)

Reply via email to