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 dubbo protocols support for xrpc #9660

Merged
merged 35 commits into from
Sep 13, 2023

Commits on Jun 14, 2023

  1. init dubbo protocols

    wxbty committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    028e2e6 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2023

  1. add testcase

    wxbty committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    21fbb30 View commit details
    Browse the repository at this point in the history
  2. add testcase

    wxbty committed Jul 5, 2023
    Configuration menu
    Copy the full SHA
    9c9861d View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. remove unused ffi.string

    wxbty committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    e6852f5 View commit details
    Browse the repository at this point in the history
  2. Update apisix/stream/xrpc/protocols/dubbo/init.lua

    Co-authored-by: JunXu Chen <[email protected]>
    wxbty and nic-chen authored Jul 10, 2023
    Configuration menu
    Copy the full SHA
    b63d9f1 View commit details
    Browse the repository at this point in the history
  3. not need log

    wxbty committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    599207e View commit details
    Browse the repository at this point in the history
  4. Update apisix/stream/xrpc/protocols/dubbo/init.lua

    Co-authored-by: JunXu Chen <[email protected]>
    wxbty and nic-chen authored Jul 10, 2023
    Configuration menu
    Copy the full SHA
    1b4d17b View commit details
    Browse the repository at this point in the history
  5. add comment

    wxbty committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    aeb5242 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'feature_dubbo_protocol' of https://github.com/wxbty/apisix

     into feature_dubbo_protocol
    wxbty committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    5af4f14 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2023

  1. add dubbo in makefile

    wxbty committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    554ed8d View commit details
    Browse the repository at this point in the history
  2. add heartbeat testcase

    wxbty committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    440ab5d View commit details
    Browse the repository at this point in the history
  3. add no respnse testcase

    wxbty committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    051322a View commit details
    Browse the repository at this point in the history
  4. add status 503 testcase

    wxbty committed Jul 14, 2023
    Configuration menu
    Copy the full SHA
    e241d73 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2023

  1. remove unuse

    wxbty committed Jul 17, 2023
    Configuration menu
    Copy the full SHA
    5fb8d3c View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. fix code style

    wxbty committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    654f32c View commit details
    Browse the repository at this point in the history
  2. Update apisix/stream/xrpc/protocols/dubbo/init.lua

    Co-authored-by: JunXu Chen <[email protected]>
    wxbty and nic-chen authored Jul 18, 2023
    Configuration menu
    Copy the full SHA
    4a3fe80 View commit details
    Browse the repository at this point in the history
  3. Update apisix/stream/xrpc/protocols/dubbo/init.lua

    Co-authored-by: JunXu Chen <[email protected]>
    wxbty and nic-chen authored Jul 18, 2023
    Configuration menu
    Copy the full SHA
    926a39f View commit details
    Browse the repository at this point in the history
  4. remove unuse

    wxbty committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    a6cfa48 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

  1. use local var

    wxbty committed Jul 19, 2023
    Configuration menu
    Copy the full SHA
    a9cfd34 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2023

  1. fix build

    wxbty committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    66e7f24 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. add invalid request

    wxbty committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    d3d8d4e View commit details
    Browse the repository at this point in the history
  2. revert some

    wxbty committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    050048a View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. flush

    wxbty committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    810f865 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. Configuration menu
    Copy the full SHA
    ea3aff4 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. rename

    wxbty committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    ff47382 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2023

  1. blank num

    wxbty committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    a51825c View commit details
    Browse the repository at this point in the history
  2. use var port

    wxbty committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    1d55b58 View commit details
    Browse the repository at this point in the history
  3. use last output

    wxbty committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    0e03ff4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bd8b253 View commit details
    Browse the repository at this point in the history
  5. fix blank

    wxbty committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    ac07506 View commit details
    Browse the repository at this point in the history
  6. fix []

    wxbty committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    eedf856 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2023

  1. fix port 1985

    wxbty committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    d8f6b11 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    61fff04 View commit details
    Browse the repository at this point in the history
  3. code ipt

    wxbty committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    fa90dae View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

  1. ci: fix ci problem

    monkeyDluffy6017 committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    d58cc2b View commit details
    Browse the repository at this point in the history