You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ru...@apache.org on 2021/11/12 21:36:35 UTC

[superset] branch bumping-packages updated (fb70e2b -> 935a05c)

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

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


    from fb70e2b  npm audit fix for cypress-base
     add ffa55f7  chore: add dependencies for monorepo (#17403)
     add 9ce6b7d  refactor ChartDataCommand - separate loading query_context form cache into different module (#17405)
     add 0712be4  fix(Dashboard): Only apply changes when editing properties (#17392)
     add bcef8fa1 feature: Add quarter unit to datetrunc (#17416)
     add bfc813d  Update date_parser.py (#17426)
     add f10bc6d  fix: add fallback and validation for report and cron timezones (#17338)
     add 5c2fec5  polished, react-jsonschema-form
     add d7ae655  npm audit fix for cypress-base
     add d293e47  new package lock.
     add 935a05c  Merge branch 'bumping-packages' of github.com:apache/superset into bumping-packages

No new revisions were added by this update.

Summary of changes:
 CONTRIBUTING.md                                    |    13 +-
 .../integration/dashboard/edit_properties.test.ts  |     2 +-
 superset-frontend/package-lock.json                | 86827 +++++++++++--------
 superset-frontend/package.json                     |    18 +-
 .../HeaderActionsDropdown.test.tsx                 |    11 +-
 .../src/dashboard/components/Header/index.jsx      |     1 +
 .../components/DateFunctionTooltip.tsx             |     2 +-
 superset/charts/api.py                             |    44 +-
 superset/charts/commands/data.py                   |    10 -
 superset/charts/data/api.py                        |    21 +-
 .../data/query_context_cache_loader.py}            |    18 +-
 superset/reports/schemas.py                        |    13 +-
 superset/tasks/cron_util.py                        |    14 +-
 superset/utils/date_parser.py                      |     9 +-
 tests/integration_tests/charts/api_tests.py        |    18 +-
 tests/integration_tests/reports/api_tests.py       |    33 +
 tests/integration_tests/utils/date_parser_tests.py |     4 +
 tests/unit_tests/tasks/test_cron_util.py           |    38 +
 18 files changed, 53109 insertions(+), 33987 deletions(-)
 copy superset/{legacy.py => charts/data/query_context_cache_loader.py} (66%)