You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by yj...@apache.org on 2021/01/11 22:17:10 UTC

[superset] branch master updated (321444b -> 9b0e6d0)

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

yjc pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git.


    from 321444b  docs: fix styles and add algolia search classes (#12267)
     add 9b0e6d0  refactor: from superset.utils.core break down date_parser (#12408)

No new revisions were added by this update.

Summary of changes:
 superset/common/query_object.py                    |   8 +-
 superset/connectors/druid/models.py                |   9 +-
 ...1c4c6_migrate_num_period_compare_and_period_.py |   2 +-
 superset/tasks/cache.py                            |   2 +-
 superset/utils/core.py                             | 445 +------------------
 superset/utils/date_parser.py                      | 469 +++++++++++++++++++++
 superset/views/api.py                              |   2 +-
 superset/viz.py                                    |   9 +-
 superset/viz_sip38.py                              |   9 +-
 tests/utils/date_parser_tests.py                   | 263 ++++++++++++
 tests/utils_tests.py                               | 239 -----------
 11 files changed, 753 insertions(+), 704 deletions(-)
 create mode 100644 superset/utils/date_parser.py
 create mode 100644 tests/utils/date_parser_tests.py