Skip to content

Commit

Permalink
feat: basic support Apache APISIX 2.9 (#2117)
Browse files Browse the repository at this point in the history
* 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 <belovedxixi@126.com>
  • Loading branch information
bzp2010 and liuxiran authored Sep 3, 2021
1 parent 1a0b12b commit fc89bc4
Show file tree
Hide file tree
Showing 29 changed files with 967 additions and 366 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/backend-cli-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
etcd: [3.4.13]
etcd: [3.4.14]
services:
etcd:
image: bitnami/etcd:${{ matrix.etcd }}
Expand Down
22 changes: 0 additions & 22 deletions .github/workflows/go-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,25 +12,6 @@ on:
- 'api/**'

jobs:
go-filter:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodule: true

- uses: ./.github/actions/paths-filter
id: changes
with:
filters: |
go:
- '**.go'
working-directory: 'api'
list-files: shell
outputs:
matches: ${{ steps.changes.outputs.go }}
files: ${{ steps.changes.outputs.go_files }}

golangci:
runs-on: ubuntu-latest
needs: go-filter
Expand All @@ -45,11 +26,8 @@ jobs:
working-directory: api
args: --tests=false
only-new-issues: true

gofmt:
runs-on: ubuntu-latest
needs: go-filter
if: needs.go-filter.outputs.matches == 'true'
steps:
- uses: actions/checkout@v2
- name: setup go
Expand Down
Loading

0 comments on commit fc89bc4

Please sign in to comment.