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.10 #2149

Merged
merged 23 commits into from
Oct 3, 2021

Conversation

bzp2010
Copy link
Contributor

@bzp2010 bzp2010 commented Sep 26, 2021

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

Why submit this pull request?

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

What changes will this PR take into?

Provide basic support for Apache APISIX 2.10. Includes changes to the stream plugins property definition and more.

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

@bzp2010 bzp2010 self-assigned this Sep 26, 2021
@codecov-commenter
Copy link

codecov-commenter commented Sep 26, 2021

Codecov Report

Merging #2149 (850d8d7) into master (fd5afe4) will increase coverage by 1.73%.
The diff coverage is 92.85%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2149      +/-   ##
==========================================
+ Coverage   67.75%   69.49%   +1.73%     
==========================================
  Files         126      187      +61     
  Lines        3300     7137    +3837     
  Branches      803      823      +20     
==========================================
+ Hits         2236     4960    +2724     
- Misses       1064     1889     +825     
- Partials        0      288     +288     
Flag Coverage Δ
backend-e2e-test 47.07% <ø> (?)
backend-e2e-test-ginkgo 48.52% <ø> (?)
backend-unit-test 52.74% <ø> (?)
frontend-e2e-test 68.15% <92.85%> (+0.39%) ⬆️

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

Impacted Files Coverage Δ
api/internal/core/entity/entity.go 90.90% <ø> (ø)
web/src/components/Plugin/UI/proxy-mirror.tsx 100.00% <ø> (ø)
web/src/pages/Service/service.ts 100.00% <ø> (ø)
web/src/components/Plugin/UI/limit-conn.tsx 92.30% <80.00%> (-7.70%) ⬇️
web/src/pages/Service/components/Step1.tsx 90.00% <83.33%> (-10.00%) ⬇️
...b/src/components/Plugin/UI/referer-restriction.tsx 90.90% <95.00%> (+2.02%) ⬆️
web/src/components/Plugin/PluginDetail.tsx 70.34% <100.00%> (+4.09%) ⬆️
web/src/pages/Service/transform.ts 100.00% <100.00%> (ø)
web/src/helpers.tsx 70.49% <0.00%> (-3.28%) ⬇️
api/cmd/root.go 80.00% <0.00%> (ø)
... and 60 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 fd5afe4...850d8d7. Read the comment docs.

api/conf/schema.json Outdated Show resolved Hide resolved
@bzp2010 bzp2010 marked this pull request as ready for review September 29, 2021 01:21
@liuxiran
Copy link
Contributor

just wait for ci

@liuxiran
Copy link
Contributor

liuxiran commented Oct 2, 2021

ci ready, @starsz @nic-chen please have a look when you have time, thanks

@juzhiyuan juzhiyuan merged commit 321a195 into apache:master Oct 3, 2021
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

6 participants