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

Support GRPC #716

Merged
merged 26 commits into from
Nov 18, 2019
Merged

Support GRPC #716

merged 26 commits into from
Nov 18, 2019

Commits on Dec 10, 2018

  1. GRPC extension done

    neokidd committed Dec 10, 2018
    Configuration menu
    Copy the full SHA
    27a02f4 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2018

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

Commits on Dec 21, 2018

  1. GPRC integration done

    neokidd committed Dec 21, 2018
    Configuration menu
    Copy the full SHA
    3bdc7b5 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2019

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

Commits on Jun 20, 2019

  1. Configuration menu
    Copy the full SHA
    5d1d940 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    eb2650b View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2019

  1. Simplify GRPC interfaceID configurations, so that both server and cli…

    …ent can
    
    use the same interfaceID like other protocols. Use it by:
    1. Add this build plugin to pom.xml,
    com.dib.maven.plugins:hack-modifier-maven-plugin:1.0-SNAPSHOT, which
    hacks GRPC code generations.
    2. Use "SomeServiceGrpc" as interfaceID for both server and client, e.g. GreeterGrpc.class.getName()
    neokidd committed Jul 10, 2019
    Configuration menu
    Copy the full SHA
    103dc39 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2019

  1. Configuration menu
    Copy the full SHA
    74043f1 View commit details
    Browse the repository at this point in the history
  2. prepare for 5.6.0 release

    neokidd committed Jul 11, 2019
    Configuration menu
    Copy the full SHA
    835ca98 View commit details
    Browse the repository at this point in the history
  3. discard changes only for dev

    neokidd committed Jul 11, 2019
    Configuration menu
    Copy the full SHA
    9f70e8a View commit details
    Browse the repository at this point in the history
  4. prepare for PR

    neokidd committed Jul 11, 2019
    Configuration menu
    Copy the full SHA
    a2fabf1 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2019

  1. Configuration menu
    Copy the full SHA
    ae13f95 View commit details
    Browse the repository at this point in the history
  2. fix build error

    neokidd committed Jul 16, 2019
    Configuration menu
    Copy the full SHA
    89b3bbc View commit details
    Browse the repository at this point in the history
  3. fix test issue

    neokidd committed Jul 16, 2019
    Configuration menu
    Copy the full SHA
    c4cfa2a View commit details
    Browse the repository at this point in the history
  4. test issue fake fix

    neokidd committed Jul 16, 2019
    Configuration menu
    Copy the full SHA
    1c4382d View commit details
    Browse the repository at this point in the history
  5. test issue fake fix 2

    neokidd committed Jul 16, 2019
    Configuration menu
    Copy the full SHA
    2dacbc4 View commit details
    Browse the repository at this point in the history
  6. fake fix build issue

    neokidd committed Jul 16, 2019
    Configuration menu
    Copy the full SHA
    58d283f View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2019

  1. Configuration menu
    Copy the full SHA
    68e0c2e View commit details
    Browse the repository at this point in the history
  2. try again

    neokidd committed Jul 24, 2019
    Configuration menu
    Copy the full SHA
    02fcad1 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2019

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

Commits on Aug 26, 2019

  1. update per review

    neokidd committed Aug 26, 2019
    Configuration menu
    Copy the full SHA
    959bf02 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'neokidd_dib_grpc' of git@github.com:neokidd/sofa-rpc.gi…

    …t; branch 'neokidd_dib_grpc' of github.com:neokidd/sofa-rpc into neokidd_dib_grpc
    neokidd committed Aug 26, 2019
    Configuration menu
    Copy the full SHA
    7da4ffe View commit details
    Browse the repository at this point in the history
  3. fix bom.xml

    neokidd committed Aug 26, 2019
    Configuration menu
    Copy the full SHA
    2ad6ad3 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2019

  1. Configuration menu
    Copy the full SHA
    3583393 View commit details
    Browse the repository at this point in the history
  2. Update pom.xml

    leizhiyuan committed Nov 6, 2019
    Configuration menu
    Copy the full SHA
    be6e483 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2019

  1. update pom.xml

    neokidd committed Nov 8, 2019
    Configuration menu
    Copy the full SHA
    347cdc9 View commit details
    Browse the repository at this point in the history