[PR #3608] [MERGED] add e2e tests for v1 config #4787

Closed
opened 2026-05-05 14:48:43 -06:00 by gitea-mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fatedier/frp/pull/3608
Author: @fatedier
Created: 9/13/2023
Status: Merged
Merged: 9/13/2023
Merged by: @fatedier

Base: devHead: new


📝 Commits (1)

  • 4286125 add e2e tests for v1 config

📊 Changes

61 files changed (+3697 additions, -159 deletions)

View changed files

📝 Release.md (+2 -0)
📝 cmd/frpc/sub/root.go (+1 -1)
📝 cmd/frps/root.go (+7 -4)
conf/frpc.ini (+0 -9)
📝 conf/frpc_legacy_full.ini (+0 -0)
conf/frps.ini (+0 -2)
📝 conf/frps_legacy_full.ini (+0 -0)
📝 go.mod (+1 -1)
📝 go.sum (+2 -1)
📝 hack/run-e2e.sh (+1 -1)
📝 pkg/auth/auth.go (+4 -4)
📝 pkg/config/legacy/conversion.go (+9 -9)
📝 pkg/config/load.go (+1 -2)
📝 pkg/config/v1/client.go (+1 -1)
📝 pkg/config/v1/plugin.go (+3 -2)
📝 pkg/config/v1/server.go (+9 -9)
📝 pkg/config/v1/validation/client.go (+1 -1)
📝 pkg/config/v1/visitor.go (+1 -1)
📝 pkg/plugin/client/plugin.go (+3 -0)
📝 server/dashboard_api.go (+1 -1)

...and 41 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/fatedier/frp/pull/3608 **Author:** [@fatedier](https://github.com/fatedier) **Created:** 9/13/2023 **Status:** ✅ Merged **Merged:** 9/13/2023 **Merged by:** [@fatedier](https://github.com/fatedier) **Base:** `dev` ← **Head:** `new` --- ### 📝 Commits (1) - [`4286125`](https://github.com/fatedier/frp/commit/4286125b0e0790340a41d1680150c79a54804bd6) add e2e tests for v1 config ### 📊 Changes **61 files changed** (+3697 additions, -159 deletions) <details> <summary>View changed files</summary> 📝 `Release.md` (+2 -0) 📝 `cmd/frpc/sub/root.go` (+1 -1) 📝 `cmd/frps/root.go` (+7 -4) ➖ `conf/frpc.ini` (+0 -9) 📝 `conf/frpc_legacy_full.ini` (+0 -0) ➖ `conf/frps.ini` (+0 -2) 📝 `conf/frps_legacy_full.ini` (+0 -0) 📝 `go.mod` (+1 -1) 📝 `go.sum` (+2 -1) 📝 `hack/run-e2e.sh` (+1 -1) 📝 `pkg/auth/auth.go` (+4 -4) 📝 `pkg/config/legacy/conversion.go` (+9 -9) 📝 `pkg/config/load.go` (+1 -2) 📝 `pkg/config/v1/client.go` (+1 -1) 📝 `pkg/config/v1/plugin.go` (+3 -2) 📝 `pkg/config/v1/server.go` (+9 -9) 📝 `pkg/config/v1/validation/client.go` (+1 -1) 📝 `pkg/config/v1/visitor.go` (+1 -1) 📝 `pkg/plugin/client/plugin.go` (+3 -0) 📝 `server/dashboard_api.go` (+1 -1) _...and 41 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
gitea-mirror 2026-05-05 14:48:43 -06:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/frp#4787
No description provided.