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: add Apache OpenWhisk plugin #5518

Merged
merged 64 commits into from
Nov 25, 2021
Merged

Conversation

bzp2010
Copy link
Contributor

@bzp2010 bzp2010 commented Nov 15, 2021

What this PR does / why we need it:

Support for Apache OpenWhisk serverless platform.
Implement: #5485

Pre-submission 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 added the plugin label Nov 15, 2021
@bzp2010 bzp2010 self-assigned this Nov 15, 2021
@bzp2010 bzp2010 force-pushed the feat-plugin-openwhisk branch 6 times, most recently from 6896677 to 184e5da Compare November 17, 2021 16:32
@bzp2010 bzp2010 linked an issue Nov 18, 2021 that may be closed by this pull request
@bzp2010 bzp2010 marked this pull request as ready for review November 18, 2021 11:40
t/plugin/openwhisk.t Show resolved Hide resolved
apisix/plugins/openwhisk.lua Show resolved Hide resolved
conf/config-default.yaml Outdated Show resolved Hide resolved
apisix/plugins/openwhisk.lua Outdated Show resolved Hide resolved
apisix/plugins/openwhisk.lua Show resolved Hide resolved
apisix/plugins/openwhisk.lua Outdated Show resolved Hide resolved
apisix/plugins/openwhisk.lua Outdated Show resolved Hide resolved
apisix/plugins/openwhisk.lua Show resolved Hide resolved
apisix/plugins/openwhisk.lua Show resolved Hide resolved
apisix/plugins/openwhisk.lua Outdated Show resolved Hide resolved
apisix/plugins/openwhisk.lua Show resolved Hide resolved
docs/en/latest/plugins/openwhisk.md Outdated Show resolved Hide resolved
docs/en/latest/plugins/openwhisk.md Outdated Show resolved Hide resolved
docs/en/latest/plugins/openwhisk.md Outdated Show resolved Hide resolved
apisix/plugins/openwhisk.lua Outdated Show resolved Hide resolved
t/core/request.t Outdated Show resolved Hide resolved
@bzp2010
Copy link
Contributor Author

bzp2010 commented Nov 22, 2021

These change will implement in next PR

Update

Based on a tip from an Apache OpenWhisk community member in #5485 (comment) and more document reading, I found that the current code implementation has some limitations and I will modify part of the implementation.

  • Add packages support
  • Add JSON response parse
  • update test case

cc @spacewander @tokers

apisix/core/request.lua Outdated Show resolved Hide resolved
apisix/plugins/openwhisk.lua Show resolved Hide resolved
docs/en/latest/plugins/openwhisk.md Outdated Show resolved Hide resolved
docs/zh/latest/plugins/openwhisk.md Outdated Show resolved Hide resolved
docs/en/latest/plugins/openwhisk.md Outdated Show resolved Hide resolved
docs/en/latest/plugins/openwhisk.md Outdated Show resolved Hide resolved
@bzp2010
Copy link
Contributor Author

bzp2010 commented Nov 25, 2021

Hi, @spacewander @membphis @tzssangglass @tokers. The CI error has been fixed.

@membphis
Copy link
Member

we also need to update the REAME.md @bzp2010

@membphis membphis merged commit 4f02605 into apache:master Nov 25, 2021
@membphis
Copy link
Member

we also need to update the REAME.md @bzp2010

please create a new issue about this, do this later.

@membphis
Copy link
Member

we also need to update the REAME.md @bzp2010

please create a new issue about this, do this later.

@bzp2010 any news?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Proposal: support Apache OpenWhisk serverless framework plugin
5 participants