This is an automated email from the ASF dual-hosted git repository.
maximebeauchemin pushed a change to branch log_queries
in repository https://gitbox.apache.org/repos/asf/superset.git
discard 0a8cfe4759 fix test
discard ed48c49a17 test
discard 7de2c5e30d fix tests
discard ca68e45381 pylinting
discard 2d6f3657cc fix a test
discard 7480a854b8 fix a unit test
discard d4bf1be684 cache request.json
discard c408d3b535 touchups after self-review
discard 4231582bb2 more refactor
discard 4f11dd5447 feat: improve event logging for queries + refactor
add 481a63da55 chore(tests): Remove ineffectual login (#27149)
add aa1bedc18e feat: improve event logging for queries + refactor
add 9c96d17ff5 more refactor
add 933ad41423 touchups after self-review
add 4477ea8a11 cache request.json
add d524183171 fix a unit test + squash
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 (0a8cfe4759)
\
N -- N -- N refs/heads/log_queries (d524183171)
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:
tests/integration_tests/access_tests.py | 7 +-
.../annotation_layers/api_tests.py | 69 +++----
tests/integration_tests/async_events/api_tests.py | 9 +-
tests/integration_tests/base_api_tests.py | 37 ++--
tests/integration_tests/base_tests.py | 11 +-
tests/integration_tests/cache_tests.py | 7 +-
tests/integration_tests/charts/api_tests.py | 131 +++++++------
tests/integration_tests/charts/data/api_tests.py | 17 +-
tests/integration_tests/charts/schema_tests.py | 3 -
.../integration_tests/constants.py | 9 +-
tests/integration_tests/core_tests.py | 74 ++++----
tests/integration_tests/css_templates/api_tests.py | 34 ++--
tests/integration_tests/dashboard_tests.py | 14 +-
tests/integration_tests/dashboards/api_tests.py | 169 +++++++++--------
tests/integration_tests/dashboards/base_case.py | 3 -
tests/integration_tests/dashboards/consts.py | 3 -
tests/integration_tests/dashboards/dao_tests.py | 1 -
.../dashboards/security/base_case.py | 1 +
.../dashboards/security/security_dataset_tests.py | 5 +-
.../dashboards/security/security_rbac_tests.py | 41 ++--
tests/integration_tests/databases/api_tests.py | 211 ++++++++++-----------
tests/integration_tests/datasets/api_tests.py | 199 ++++++++++---------
tests/integration_tests/datasets/commands_tests.py | 10 +-
tests/integration_tests/datasource/api_tests.py | 29 +--
tests/integration_tests/datasource_tests.py | 39 ++--
tests/integration_tests/dynamic_plugins_tests.py | 9 +-
tests/integration_tests/embedded/api_tests.py | 5 +-
tests/integration_tests/fixtures/users.py | 5 +-
tests/integration_tests/import_export_tests.py | 7 +-
tests/integration_tests/log_api_tests.py | 30 +--
tests/integration_tests/log_model_view_tests.py | 8 +-
tests/integration_tests/queries/api_tests.py | 27 +--
.../queries/saved_queries/api_tests.py | 65 +++----
.../queries/saved_queries/commands_tests.py | 1 +
tests/integration_tests/query_context_tests.py | 18 --
tests/integration_tests/reports/api_tests.py | 81 ++++----
tests/integration_tests/security/api_tests.py | 13 +-
.../security/row_level_security_tests.py | 45 ++---
tests/integration_tests/security_tests.py | 9 +-
tests/integration_tests/sql_lab/api_tests.py | 33 ++--
tests/integration_tests/sql_validator_tests.py | 3 -
tests/integration_tests/sqllab_tests.py | 61 +++---
tests/integration_tests/strategy_tests.py | 13 +-
tests/integration_tests/tags/api_tests.py | 41 ++--
tests/integration_tests/thumbnails_tests.py | 30 +--
tests/integration_tests/users/api_tests.py | 6 +-
tests/integration_tests/utils_tests.py | 3 +-
47 files changed, 841 insertions(+), 805 deletions(-)
copy RELEASING/requirements.txt => tests/integration_tests/constants.py (79%)