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

github-bot pushed a change to branch dependabot/npm_and_yarn/web/qs-6.10.3
in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git


    omit fe4d1a951 chore(deps): bump qs from 6.10.0 to 6.10.3 in /web
     add 7be071517 feat: release 2.14.0 (#2677)
     add 960ccca61 feat: basic support Apache APISIX 2.15.0 (#2680)
     add a1ffd338f feat: release 2.15.0 (#2685)
     add c1cf4d4f8 chore: optimize "allow_origins_by_regex tooltip" description 
(#2690)
     add d16811962 chore: simplify e2e environment (#2694)
     add 8d6d1c7b3 fix: remove cases external service dependency (#2697)
     add 38557d3b2 feat: change etcd prefix for ssl and proto (#2693)
     add 5ccb55be0 feat: basic support Apache APISIX 3.0.0 (#2701)
     add 7b8d9c5b3 fix: adapt APISIX plugin disabled (#2717)
     add 688afa209 fix: plugin configuration lost in editor (#2718)
     add 8c9b7bc05 feat: release 2.16.0 (#2719)
     add 7ce75b9b1 Revert "feat: release 2.16.0 (#2719)" (#2721)
     add f49491969 feat: release 3.0.0 (#2722)
     add 070e0be78 chore: update the year in the  NOTICE (#2726)
     add 4d26409e9 fix plugins display in list of routes (#2704)
     add 9b1f8f019 fix: plugin config page error (#2739)
     add 0b19a18e0 fix: plugin disable invalid in API /plugin?all=true (#2737)
     add 7c264b00b chore(deps): bump http-cache-semantics from 4.1.0 to 4.1.1 
in /web (#2730)
     add 3aa029e84 chore(deps): bump qs from 6.10.0 to 6.10.3 in /web

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   (fe4d1a951)
            \
             N -- N -- N   refs/heads/dependabot/npm_and_yarn/web/qs-6.10.3 
(3aa029e84)

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:
 .github/workflows/backend-e2e-test.yml             |   17 +-
 CHANGELOG.md                                       |   86 +
 NOTICE                                             |    2 +-
 README.md                                          |    2 +-
 api/VERSION                                        |    2 +-
 api/conf/conf.yaml                                 |   47 +-
 api/conf/schema.json                               | 3877 ++++++++++++++++----
 api/go.mod                                         |    8 +-
 api/go.sum                                         |   20 +-
 api/internal/core/store/storehub.go                |    4 +-
 api/internal/core/store/validate_test.go           |   16 +-
 api/internal/handler/schema/plugin.go              |    9 +-
 api/test/docker/apisix_config.yaml                 |   76 +-
 api/test/docker/apisix_config2.yaml                |   76 +-
 api/test/docker/docker-compose.yaml                |   95 +-
 api/test/e2e/auth/auth_suite_test.go               |    9 +-
 api/test/e2e/auth/authentication_test.go           |   14 +-
 api/test/e2e/balancer/balancer_suite_test.go       |   11 +-
 api/test/e2e/balancer/balancer_test.go             |   58 +-
 api/test/e2e/base/base.go                          |   65 +-
 api/test/e2e/consumer/consumer_suite_test.go       |    7 +-
 api/test/e2e/consumer/consumer_test.go             |    3 +-
 api/test/e2e/consumer/consumer_with_labels_test.go |    2 +-
 .../consumer/consumer_with_plugin_key_auth_test.go |    2 +-
 api/test/e2e/data_loader/data_loader_suite_test.go |    9 +-
 api/test/e2e/data_loader/openapi3_test.go          |    4 +-
 api/test/e2e/global_rule/global_rule_suite_test.go |    7 +-
 api/test/e2e/global_rule/global_rule_test.go       |    3 +-
 api/test/e2e/go.mod                                |   19 +-
 api/test/e2e/go.sum                                |  168 +-
 api/test/e2e/healthz/healthz_suite_test.go         |   13 +-
 api/test/e2e/healthz/healthz_test.go               |    8 +-
 .../e2e/id_compatible/id_compatible_suite_test.go  |    8 +-
 api/test/e2e/id_compatible/id_crossing_test.go     |    6 +-
 api/test/e2e/id_compatible/id_not_in_body_test.go  |    6 +-
 api/test/e2e/id_compatible/id_using_int_test.go    |    2 +-
 api/test/e2e/id_compatible/id_using_string_test.go |    2 +-
 api/test/e2e/label/label_suite_test.go             |   11 +-
 api/test/e2e/label/label_test.go                   |  715 ++--
 api/test/e2e/middlewares/gzip_test.go              |    2 +-
 api/test/e2e/middlewares/invalid_request_test.go   |    2 +-
 api/test/e2e/middlewares/middlewares_suite_test.go |    9 +-
 api/test/e2e/migrate/migrate_suite_test.go         |    8 +-
 api/test/e2e/migrate/migrate_test.go               |    3 +-
 api/test/e2e/oidc/oidc_suite_test.go               |   11 +-
 api/test/e2e/oidc/oidc_test.go                     |   58 +-
 .../e2e/plugin_config/plugin_config_suite_test.go  |   11 +-
 api/test/e2e/plugin_config/plugin_config_test.go   |  323 +-
 api/test/e2e/proto/proto_suite_test.go             |   17 +-
 api/test/e2e/proto/proto_test.go                   |  438 +--
 api/test/e2e/route/host_test.go                    |    6 +-
 api/test/e2e/route/route_export_test.go            |  344 +-
 api/test/e2e/route/route_service_upstream_test.go  |  133 +-
 api/test/e2e/route/route_suite_test.go             |   18 +-
 api/test/e2e/route/route_test.go                   |    5 +-
 .../e2e/route/route_with_management_fields_test.go |  121 +-
 api/test/e2e/route/route_with_methods_test.go      |   65 +-
 api/test/e2e/route/route_with_plugin_cors_test.go  |   31 +-
 .../route/route_with_plugin_http_logger_test.go    |   53 +-
 api/test/e2e/route/route_with_plugin_jwt_test.go   |  109 +-
 .../route/route_with_plugin_limit_count_test.go    |   99 +-
 .../route/route_with_plugin_orchestration_test.go  |   47 +-
 .../e2e/route/route_with_plugin_prometheus_test.go |  174 +-
 .../route/route_with_plugin_proxy_rewrite_test.go  |  195 +-
 .../route/route_with_plugin_uri_blocker_test.go    |  165 +-
 api/test/e2e/route/route_with_priority_test.go     |  129 +-
 api/test/e2e/route/route_with_remote_addr_test.go  |   49 +-
 .../e2e/route/route_with_script_luacode_test.go    |   65 +-
 api/test/e2e/route/route_with_uri_uris_test.go     |  171 +-
 api/test/e2e/route/route_with_vars_test.go         |   72 +-
 .../route_online_debug_suite_test.go               |   13 +-
 .../route_online_debug/route_online_debug_test.go  |  172 +-
 api/test/e2e/schema/plugin_test.go                 |   18 +-
 api/test/e2e/schema/schema_suite_test.go           |   15 +-
 api/test/e2e/schema/schema_test.go                 |   30 +-
 api/test/e2e/server_info/server_info_suite_test.go |   13 +-
 api/test/e2e/server_info/server_info_test.go       |   34 +-
 api/test/e2e/service/service_suite_test.go         |   15 +-
 api/test/e2e/service/service_test.go               |  156 +-
 api/test/e2e/ssl/ssl_suite_test.go                 |   14 +-
 api/test/e2e/ssl/ssl_test.go                       |   71 +-
 .../e2e/stream_route/stream_route_suite_test.go    |   15 +-
 api/test/e2e/stream_route/stream_route_test.go     |    3 +-
 .../e2e/system_config/system_config_suite_test.go  |   18 +-
 api/test/e2e/system_config/system_config_test.go   |    5 +-
 api/test/e2e/trace/route_with_skywalking_test.go   |  157 -
 api/test/e2e/trace/trace_suite_test.go             |   29 -
 .../e2e/upstream/upstream_chash_hash_on_test.go    |  144 +-
 .../upstream_chash_query_string_arg_xxx_test.go    |   54 +-
 ...ive_pool.go => upstream_keepalive_pool_test.go} |   26 +-
 api/test/e2e/upstream/upstream_priority_test.go    |   40 +-
 .../{upstream_retry.go => upstream_retry_test.go}  |   24 +-
 api/test/e2e/upstream/upstream_suite_test.go       |   16 +-
 api/test/e2e/upstream/upstream_test.go             |  388 +-
 api/test/e2e/version/version_suite_test.go         |   17 +-
 api/test/e2e/version/version_test.go               |   11 +-
 api/test/testdata/dag-conf.json                    |    2 +-
 docs/en/latest/config.json                         |    2 +-
 docs/en/latest/develop.md                          |    2 +-
 docs/en/latest/install.md                          |    4 +-
 web/.eslintrc.js                                   |    1 +
 web/cypress/e2e/plugin/plugin-schema.cy.js         |   30 +
 web/cypress/fixtures/plugin-dataset.json           |   18 +-
 web/package.json                                   |    2 +-
 web/src/components/Plugin/PluginDetail.tsx         |    8 +-
 web/src/components/Plugin/PluginPage.tsx           |   10 +-
 web/src/components/Plugin/data.tsx                 |  261 +-
 web/src/components/Plugin/locales/en-US.ts         |    2 +-
 web/src/components/Plugin/locales/tr-TR.ts         |    2 +-
 web/src/components/Plugin/locales/zh-CN.ts         |    2 +-
 web/src/pages/Route/List.tsx                       |    8 +
 web/src/pages/Route/typing.d.ts                    |    1 +
 web/yarn.lock                                      |    6 +-
 113 files changed, 6378 insertions(+), 3903 deletions(-)
 delete mode 100644 api/test/e2e/trace/route_with_skywalking_test.go
 delete mode 100644 api/test/e2e/trace/trace_suite_test.go
 rename api/test/e2e/upstream/{upstream_keepalive_pool.go => 
upstream_keepalive_pool_test.go} (87%)
 rename api/test/e2e/upstream/{upstream_retry.go => upstream_retry_test.go} 
(89%)

Reply via email to