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

L58: Async API for gRPC Python #155

Merged
merged 28 commits into from May 26, 2020
Merged

Commits on Jul 18, 2019

  1. Copy the full SHA
    6e757a3 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2019

  1. Polish wording

    lidizheng committed Jul 22, 2019
    Copy the full SHA
    6cb840c View commit details
    Browse the repository at this point in the history
  2. Add related issues

    lidizheng committed Jul 22, 2019
    Copy the full SHA
    2f120be View commit details
    Browse the repository at this point in the history
  3. Add demo code snippet

    lidizheng committed Jul 22, 2019
    Copy the full SHA
    a1a486e View commit details
    Browse the repository at this point in the history
  4. Add grpc-io discussion link

    lidizheng committed Jul 22, 2019
    Copy the full SHA
    600dc5e View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    7e10026 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2019

  1. Adopt reviewers advice

    lidizheng committed Jul 23, 2019
    Copy the full SHA
    7d7f0f3 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2019

  1. Copy the full SHA
    8cad046 View commit details
    Browse the repository at this point in the history
  2. Fix some wording

    lidizheng committed Aug 8, 2019
    Copy the full SHA
    3f96660 View commit details
    Browse the repository at this point in the history
  3. Fix some typo

    lidizheng committed Aug 8, 2019
    Copy the full SHA
    cfcf86b View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2019

  1. Summarize discussion and adding concensus to the proposal

    * Explicitly define the surface API interfaces
    * Add new streaming API pattern
    * Add context propagation feature
    * Add typing feature
    * Add more rationale about two stacks
    lidizheng committed Oct 1, 2019
    Copy the full SHA
    4cce833 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    dd7bc71 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2019

  1. Copy the full SHA
    6c7c12a View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    4f37444 View commit details
    Browse the repository at this point in the history
  3. Fix a spelling error

    lidizheng committed Oct 2, 2019
    Copy the full SHA
    6bd2c9c View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    7f5b625 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2019

  1. Fix typing in API interfaces

    * Use Request, Response type vars instead of Any
    * Use AnyStr instead of Text
    lidizheng committed Oct 4, 2019
    Copy the full SHA
    2b8dd48 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    34a5e6b View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2019

  1. Fix typo

    lidizheng committed Oct 14, 2019
    Copy the full SHA
    fe0a88d View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    cca5c47 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    c6b6451 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2019

  1. Copy the full SHA
    d51b0a8 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    a878cd2 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2019

  1. Style the example snippets

    lidizheng committed Nov 5, 2019
    Copy the full SHA
    2c18bf3 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2020

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

Commits on Jan 23, 2020

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

Commits on Jan 29, 2020

  1. Copy the full SHA
    235c477 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2020

  1. Copy the full SHA
    16516df View commit details
    Browse the repository at this point in the history