Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: upgrade ApisixRoute v2beta2 apiversion. #698

Merged
merged 22 commits into from
Oct 2, 2021
Merged
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
6f0f720
feat: upgrade ApisixRoute v2beta2 apiversion.
tao12345666333 Sep 28, 2021
71f200a
feat: add ApisixRoute v2beta2
tao12345666333 Sep 29, 2021
91a9849
chore: codegen
tao12345666333 Sep 29, 2021
65677d5
chore: v2beta2 logic llo
tao12345666333 Sep 29, 2021
c8f2abb
chore: fix gofmt
tao12345666333 Sep 30, 2021
216765b
chore: update features/retries_timeout.go using v2beta2
tao12345666333 Sep 30, 2021
2bafdd0
chore: add v2beta2 status and subset test case
tao12345666333 Sep 30, 2021
146d541
Merge branch 'master' of https://github.com/apache/apisix-ingress-con…
tao12345666333 Sep 30, 2021
d746fd6
chore: update consumer test case to v2beta2
tao12345666333 Sep 30, 2021
23b314a
fix: e2e events RBAC
tao12345666333 Sep 30, 2021
810fa31
fix: resolveGranularity typo
tao12345666333 Sep 30, 2021
3f756fa
fix: CRD v1 preserve unknown fields
tao12345666333 Oct 1, 2021
2515767
chore: update api_breaker plugin test case to v2beta2
tao12345666333 Oct 1, 2021
f22d8e6
update route_match_exprs case to v2beta2
tao12345666333 Oct 1, 2021
de6d1e8
chore: update ingress/sanity.go to v2beta2
tao12345666333 Oct 1, 2021
3545b41
chore: update websocket to v2beta2
tao12345666333 Oct 1, 2021
c0cb0c5
chore: update all test cases to v2beta2
tao12345666333 Oct 1, 2021
64d67f4
fix: increase timeout for test case
tao12345666333 Oct 1, 2021
0e1f4cf
fix: ApisixUpstream preserve unknown fields
tao12345666333 Oct 1, 2021
753a1ba
fix: other cases
tao12345666333 Oct 1, 2021
5aef3ca
fix: skip webhook test case
tao12345666333 Oct 1, 2021
909f21f
chore: change E2E_CONCURRENCY to 2
tao12345666333 Oct 1, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore: update websocket to v2beta2
Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>
  • Loading branch information
tao12345666333 committed Oct 1, 2021
commit 3545b41e19179b7424dc6e8d12a33685d4a8f863
4 changes: 2 additions & 2 deletions test/e2e/features/websocket.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ var _ = ginkgo.Describe("websocket", func() {
APISIXConfigPath: "testdata/apisix-gw-config.yaml",
IngressAPISIXReplicas: 1,
HTTPBinServicePort: 80,
APISIXRouteVersion: "apisix.apache.org/v2alpha1",
APISIXRouteVersion: "apisix.apache.org/v2beta2",
}
s := scaffold.NewScaffold(opts)
ginkgo.It("sanity", func() {
Expand Down Expand Up @@ -68,7 +68,7 @@ spec:
time.Sleep(5 * time.Second)

ar := `
apiVersion: apisix.apache.org/v2alpha1
apiVersion: apisix.apache.org/v2beta2
kind: ApisixRoute
metadata:
name: httpbin-route
Expand Down