This is an automated email from the ASF dual-hosted git repository.
dependabot[bot] pushed a change to branch dependabot/npm_and_yarn/axios-1.15.2
in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git
discard 4e79d42cf chore(deps): bump axios from 1.13.6 to 1.15.2
add 91d89d117 fix: pass host reset (#3295)
add 453a0b564 fix(upstream): allow arbitrary key-value pairs in
discovery_args (#3377)
add da0efbb70 chore(deps): bump axios from 1.13.6 to 1.15.2
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 (4e79d42cf)
\
N -- N -- N refs/heads/dependabot/npm_and_yarn/axios-1.15.2
(da0efbb70)
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:
e2e/tests/routes.clear-upstream-field.spec.ts | 47 +-
e2e/tests/routes.crud-all-fields.spec.ts | 2 +
e2e/tests/upstreams.crud-required-fields.spec.ts | 10 +-
e2e/tests/upstreams.pass-host-reset.spec.ts | 305 +++++++++
e2e/utils/ui/index.ts | 10 +
e2e/utils/ui/upstreams.ts | 41 +-
package.json | 1 +
pnpm-lock.yaml | 749 ++++++++++++++-------
src/apis/routes.ts | 3 +-
src/components/form-slice/FormPartRoute/util.ts | 4 +-
.../form-slice/FormPartUpstream/FormItemNodes.tsx | 29 +-
.../form-slice/FormPartUpstream/schema.ts | 4 +-
src/components/form-slice/FormPartUpstream/util.ts | 16 +
src/components/form/Editor.tsx | 2 +-
src/routes/routes/add.tsx | 11 +-
src/routes/routes/detail.$id.tsx | 84 ++-
src/routes/services/detail.$id/index.tsx | 39 +-
src/routes/stream_routes/detail.$id.tsx | 45 +-
src/routes/upstreams/add.tsx | 6 +-
src/routes/upstreams/detail.$id.tsx | 42 +-
src/types/schema/apisix/upstreams.test.ts | 80 +++
src/types/schema/apisix/upstreams.ts | 2 +-
22 files changed, 1135 insertions(+), 397 deletions(-)
create mode 100644 e2e/tests/upstreams.pass-host-reset.spec.ts
create mode 100644 src/types/schema/apisix/upstreams.test.ts