This is an automated email from the ASF dual-hosted git repository. github-bot pushed a change to branch dependabot/github_actions/apache/skywalking-eyes-07a607ff5b0759f5ed47306c865aac50fe9b3985 in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git
discard 368bfd130 chore(deps): bump apache/skywalking-eyes add fde2c5f04 fix(consumers): username supports hyphen (#3150) add 127391c9e fix(routes, stream_routes): clear upstream when has upstream_id (#3151) add f8e2ffa64 feat(stores/global): use jotai (#3134) add 6f01f7f2a refactor(consumers): use Outlet to render child routes (#3133) add 3487911cd fix(credentials/detail): delete btn style (#3132) add d1f63e560 fix: support edit and show vars (#3152) add c64c54666 chore: upgrade deps to solve vulnerability alerts (#3154) add fd6a06929 feat(i18n): fallback to en when i18n is incomplete (#3165) add 3d93a9950 chore(deps): bump actions/checkout from 4 to 5 (#3168) add 1e23df0ee chore(deps): bump apache/skywalking-eyes 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 (368bfd130) \ N -- N -- N refs/heads/dependabot/github_actions/apache/skywalking-eyes-07a607ff5b0759f5ed47306c865aac50fe9b3985 (1e23df0ee) 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/codeql-analysis.yml | 2 +- .github/workflows/e2e.yml | 2 +- .github/workflows/gitleaks.yml | 2 +- .github/workflows/license-checker.yml | 2 +- e2e/tests/hot-path.upstream-service-route.spec.ts | 37 +- e2e/tests/routes.clear-upstream-field.spec.ts | 258 +++++++ e2e/tests/routes.crud-all-fields.spec.ts | 48 +- e2e/utils/ui/index.ts | 41 +- e2e/{pom/stream_routes.ts => utils/ui/routes.ts} | 21 +- package.json | 21 +- pnpm-lock.yaml | 788 +++++++++++++-------- src/components/Header/SettingModalBtn.tsx | 7 +- .../FormItemPlugins/PluginEditorDrawer.tsx | 6 +- .../form-slice/FormItemPlugins/index.tsx | 2 +- src/components/form-slice/FormPartRoute/index.tsx | 3 +- src/components/form-slice/FormPartRoute/schema.ts | 13 +- .../schema.ts => FormPartRoute/util.ts} | 37 +- src/components/form/Editor.tsx | 119 ++-- .../page-slice/consumers/DetailCredentialsTabs.tsx | 4 +- .../page-slice/plugin_metadata/PluginMetadata.tsx | 2 +- src/components/page/SettingsModal.tsx | 14 +- src/config/i18n.ts | 1 + src/config/req.ts | 8 +- src/routeTree.gen.ts | 128 ++-- .../consumers/detail.$username.tsx} | 22 +- .../consumers/detail.$username/credentials/add.tsx | 3 +- .../detail.$username/credentials/detail.$id.tsx | 3 +- .../detail.$username/credentials/index.tsx | 2 - src/routes/consumers/detail.$username/index.tsx | 15 +- src/routes/routes/add.tsx | 6 +- src/routes/routes/detail.$id.tsx | 26 +- src/routes/stream_routes/add.tsx | 8 +- src/routes/stream_routes/detail.$id.tsx | 8 +- src/stores/global.ts | 38 +- src/styles/global.css | 38 + src/types/schema/apisix/consumers.ts | 3 +- src/utils/form-producer.ts | 8 +- 37 files changed, 1168 insertions(+), 578 deletions(-) create mode 100644 e2e/tests/routes.clear-upstream-field.spec.ts copy e2e/{pom/stream_routes.ts => utils/ui/routes.ts} (64%) copy src/components/form-slice/{FormPartSSL/schema.ts => FormPartRoute/util.ts} (55%) copy src/{components/form-slice/FormPartPluginConfig.tsx => routes/consumers/detail.$username.tsx} (70%)