This is an automated email from the ASF dual-hosted git repository.
shuaijinchao pushed a change to branch master
in repository
https://gitbox.apache.org/repos/asf/apisix-python-plugin-runner.git.
discard 1d353fd feat: add socket server module for runner.
discard 11666ce feat: add socket handle module for runner.
discard 31ca91b feat: add plugin loading module for runner.
discard 9a3b051 feat: add plugin execute module for runner.
discard ee68ec6 feat: add plugin cache module for runner.
discard c221939 feat: add plugin base module for runner.
discard 1c52a24 feat: add http response module for runner.
discard 6cff476 feat: add http request module for runner.
discard 18d5f1e feat: add http protocol module for runner.
discard 2ee3dd4 feat: add http method module for runner.
discard d6ba074 feat: init python runner project framework. (#1)
add bdcdfbd feat: add runner modules.
add b8976b2 feat: add runner http modules.
add 1e21f81 feat: add plugin modules for runner.
add 71b0fb1 feat: add socket modules for runner.
add a1efc1b feat: add customize plugins modules.
add 4492a80 feat: add runner program entry file.
add 72e28c0 feat: add http method module for runner.
add 433d4be feat: add http protocol module for runner.
add 1efa454 feat: add http request module for runner.
add a7a708e feat: add http response module for runner.
add 2a31d1d feat: add plugin base module for runner.
add cd9a073 feat: add plugin cache module for runner.
add ccbfeaf feat: add plugin execute module for runner.
add 7d6e7d3 feat: add plugin loading module for runner.
add d7abc73 feat: add socket handle module for runner.
add f4d3cff feat: add socket server module for runner.
add 292dfe7 docs: add LICENSE
new 175643d feat: add Makefile
new 1797a63 feat: add example plugin
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (1d353fd)
\
N -- N -- N refs/heads/master (1797a63)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
Makefile | 21 +++++++++++++++++++++
src/main.py | 16 ++++++++++++++++
src/plugins/__init__.py | 16 ++++++++++++++++
src/{runner/plugin/execute.py => plugins/say.py} | 18 ++++++++----------
src/runner/__init__.py | 16 ++++++++++++++++
src/runner/socket/__init__.py | 16 ++++++++++++++++
6 files changed, 93 insertions(+), 10 deletions(-)
create mode 100644 Makefile
copy src/{runner/plugin/execute.py => plugins/say.py} (72%)