You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by gi...@apache.org on 2022/12/21 06:12:27 UTC

[apisix-dashboard] branch dependabot/go_modules/api/github.com/tidwall/gjson-1.9.3 updated (e7404ef8f -> 659e36b5f)

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

github-bot pushed a change to branch dependabot/go_modules/api/github.com/tidwall/gjson-1.9.3
in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git


 discard e7404ef8f chore(deps): bump github.com/tidwall/gjson from 1.6.7 to 1.9.3 in /api
     add 78ade9289 fix: plugin_config missing on service exist (#2657)
     add b5672b64d fix: ant-table unable to request (#2641)
     add 8dcadcea2 fix: change default CSP value (#2601)
     add 1a107ec05 feat: add enable flag to oidc function (#2672)
     add 411ae1492 feat: support purge method (#2674)
     add 0fb390db8 feat: support more upstream scheme (#2675)
     add a5d96f827 feat: release 2.13.1 (#2658)
     add 731dd6ffb fix: bump go version to 1.16 (#2678)
     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 659e36b5f chore(deps): bump github.com/tidwall/gjson from 1.6.7 to 1.9.3 in /api

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   (e7404ef8f)
            \
             N -- N -- N   refs/heads/dependabot/go_modules/api/github.com/tidwall/gjson-1.9.3 (659e36b5f)

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             |   14 +-
 CHANGELOG.md                                       |   74 +
 Dockerfile                                         |    4 +-
 README.md                                          |    2 +-
 api/VERSION                                        |    2 +-
 api/conf/conf.yaml                                 |   45 +-
 api/conf/schema.json                               | 2643 +++++++++++++++++---
 api/go.mod                                         |    2 +-
 api/internal/conf/conf.go                          |   11 +-
 api/internal/route.go                              |    8 +-
 api/test/docker/apisix_config.yaml                 |   74 +-
 api/test/docker/apisix_config2.yaml                |   74 +-
 api/test/docker/docker-compose.yaml                |   85 +-
 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                          |   64 +-
 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                                |    3 +-
 api/test/e2e/go.sum                                |   71 +
 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   |  102 +-
 .../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                 |   28 +-
 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             |  211 +-
 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                          |    6 +-
 web/cypress/e2e/plugin/plugin-schema.cy.js         |    2 +-
 ...mplate-create-edit-delete-plugin-template.cy.js |    1 +
 ...emplate-create-plugin-template-with-route.cy.js |   18 +-
 ...am-create_and_edit_upstream_with_no_nodes.cy.js |    3 +-
 web/package.json                                   |    4 +-
 web/src/components/Plugin/data.tsx                 |  256 +-
 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/components/Upstream/components/Scheme.tsx  |   39 +-
 web/src/components/Upstream/locales/en-US.ts       |    5 +
 web/src/components/Upstream/locales/tr-TR.ts       |    5 +
 web/src/components/Upstream/locales/zh-CN.ts       |    5 +
 web/src/pages/Route/constants.ts                   |    1 +
 web/src/pages/Route/transform.ts                   |    1 +
 web/src/typings.d.ts                               |    3 +-
 web/yarn.lock                                      |  376 ++-
 115 files changed, 5662 insertions(+), 3396 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%)