Skip to content

Commit fc89bc4

Browse files
bzp2010liuxiran
andauthored
feat: basic support Apache APISIX 2.9 (#2117)
* feat: update json schema file * feat: update entity definition * feat: add new upstream property to frontend * fix: ci test 1 * fix: unit test * fix: cli test * fix: lint * feat: add upstream backend e2e test * feat: add upstream frontend e2e test * fix: backend e2e test * fix: limit-conn plugin form and e2e test * fix: fe ci error * fix: review * fix: etcd 3.4.13 * fix: run test with apisix2.9 * fix: ci * fix: ci * fix: ci Co-authored-by: liuxiran <[email protected]>
1 parent 1a0b12b commit fc89bc4

File tree

29 files changed

+967
-366
lines changed

29 files changed

+967
-366
lines changed

.github/workflows/backend-cli-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
strategy:
1919
matrix:
20-
etcd: [3.4.13]
20+
etcd: [3.4.14]
2121
services:
2222
etcd:
2323
image: bitnami/etcd:${{ matrix.etcd }}

.github/workflows/go-lint.yml

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -12,25 +12,6 @@ on:
1212
- 'api/**'
1313

1414
jobs:
15-
go-filter:
16-
runs-on: ubuntu-latest
17-
steps:
18-
- uses: actions/checkout@v2
19-
with:
20-
submodule: true
21-
22-
- uses: ./.github/actions/paths-filter
23-
id: changes
24-
with:
25-
filters: |
26-
go:
27-
- '**.go'
28-
working-directory: 'api'
29-
list-files: shell
30-
outputs:
31-
matches: ${{ steps.changes.outputs.go }}
32-
files: ${{ steps.changes.outputs.go_files }}
33-
3415
golangci:
3516
runs-on: ubuntu-latest
3617
needs: go-filter
@@ -45,11 +26,8 @@ jobs:
4526
working-directory: api
4627
args: --tests=false
4728
only-new-issues: true
48-
4929
gofmt:
5030
runs-on: ubuntu-latest
51-
needs: go-filter
52-
if: needs.go-filter.outputs.matches == 'true'
5331
steps:
5432
- uses: actions/checkout@v2
5533
- name: setup go

0 commit comments

Comments
 (0)