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: basic support Apache APISIX 2.14.1 #2464

Merged
merged 5 commits into from
Jun 13, 2022

Conversation

guoqqqi
Copy link
Member

@guoqqqi guoqqqi commented Jun 5, 2022

Please answer these questions before submitting a pull request, or your PR will get closed.

basic support Apache APISIX 2.14.1

  • Bugfix
  • New feature provided
  • Improve performance
  • Backport patches

Checklist:

  • Did you explain what problem does this PR solve? Or what new features have been added?
  • Have you added corresponding test cases?
  • Have you modified the corresponding document?
  • Is this PR backward compatible? If it is not backward compatible, please discuss on the mailing list first

@codecov-commenter
Copy link

codecov-commenter commented Jun 5, 2022

Codecov Report

Merging #2464 (3bf98f2) into master (5e624a5) will decrease coverage by 0.25%.
The diff coverage is 84.61%.

@@            Coverage Diff             @@
##           master    #2464      +/-   ##
==========================================
- Coverage   68.98%   68.72%   -0.26%     
==========================================
  Files         131      189      +58     
  Lines        3456     7489    +4033     
  Branches      845      842       -3     
==========================================
+ Hits         2384     5147    +2763     
- Misses       1072     2045     +973     
- Partials        0      297     +297     
Flag Coverage Δ
backend-e2e-test-ginkgo 59.84% <ø> (?)
backend-unit-test 49.91% <ø> (?)
frontend-e2e-test 68.90% <84.61%> (-0.09%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
web/src/components/Plugin/UI/api-breaker.tsx 69.23% <84.61%> (+0.48%) ⬆️
web/src/pages/Consumer/Create.tsx 76.92% <0.00%> (-5.77%) ⬇️
web/src/pages/Consumer/service.ts 90.00% <0.00%> (-2.31%) ⬇️
web/src/pages/Consumer/List.tsx 91.66% <0.00%> (ø)
web/src/components/RawDataEditor/RawDataEditor.tsx 38.96% <0.00%> (ø)
api/internal/handler/ssl/ssl.go 74.40% <0.00%> (ø)
api/internal/core/entity/entity.go 90.90% <0.00%> (ø)
api/main.go 100.00% <0.00%> (ø)
api/internal/filter/ip_filter.go 76.08% <0.00%> (ø)
api/internal/route.go 87.50% <0.00%> (ø)
... and 54 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5e624a5...3bf98f2. Read the comment docs.

@guoqqqi guoqqqi marked this pull request as ready for review June 9, 2022 13:35
@moonming
Copy link
Member

do we need test cases for this PR?

@guoqqqi
Copy link
Member Author

guoqqqi commented Jun 10, 2022

do we need test cases for this PR?

Of course, I'll update the plugin-dataset data later to cover the changed plugins.

@bzp2010 bzp2010 merged commit 8253586 into apache:master Jun 13, 2022
@guoqqqi guoqqqi deleted the feat-support-apisix-2.14.1 branch June 16, 2022 01:16
hongbinhsu pushed a commit to fitphp/apix-dashboard that referenced this pull request Jun 16, 2022
* upstream/master:
  test: remove stale E2E cases (apache#2475)
  feat: basic support Apache APISIX 2.14.1 (apache#2464)
  fix: Users can create a Consumer in Dashboard without enabling the plugin (apache#2442)
  fix: change "Route List" to "Routes" (apache#2453)
  fix: advance matching in the route create page causes the page to crash (apache#2440)
  feat: release 2.13 (apache#2458)
  feat: support Turkish Language (apache#2452)

# Conflicts:
#	web/package.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

7 participants