You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by el...@apache.org on 2021/12/16 02:50:02 UTC

[superset] tag 1.4.0rc2 updated (398a01f -> 1ac1899)

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

elizabeth pushed a change to tag 1.4.0rc2
in repository https://gitbox.apache.org/repos/asf/superset.git.


*** WARNING: tag 1.4.0rc2 was modified! ***

    from 398a01f  (commit)
      to 1ac1899  (commit)
    from 398a01f  chore(engine): Translate fractional time grains—requires @superset-ui bump (#17078)
     add 1ac1899  chore: add release to pip requirements (#17752)

No new revisions were added by this update.

Summary of changes:
 .pre-commit-config.yaml                            |    2 +-
 requirements/base.in                               |    4 +
 requirements/base.txt                              |   20 +-
 requirements/development.txt                       |    9 -
 requirements/integration.in                        |    1 +
 requirements/integration.txt                       |    6 +-
 requirements/testing.txt                           |    2 -
 setup.py                                           |    1 +
 .../cypress/integration/dashboard/save.test.js     |    2 +-
 superset/common/query_object.py                    |    2 -
 superset/config.py                                 |    1 -
 superset/connectors/sqla/models.py                 |    4 +-
 superset/db_engine_specs/postgres.py               |    2 +-
 superset/utils/async_query_manager.py              |    8 +-
 tests/integration_tests/charts/api_tests.py        |    2 -
 tests/unit_tests/sql_parse_tests.py                | 1097 --------------------
 16 files changed, 36 insertions(+), 1127 deletions(-)