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

Add Python Cancellation Example #19465

Merged
merged 32 commits into from
Aug 2, 2019
Merged

Commits on Jun 24, 2019

  1. Lay out bones of example

    gnossen committed Jun 24, 2019
    Configuration menu
    Copy the full SHA
    32944fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    335e655 View commit details
    Browse the repository at this point in the history
  3. Start writing README

    gnossen committed Jun 24, 2019
    Configuration menu
    Copy the full SHA
    7dccc07 View commit details
    Browse the repository at this point in the history
  4. Switch over to a generator

    gnossen committed Jun 24, 2019
    Configuration menu
    Copy the full SHA
    b31431a View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2019

  1. Add client CLI

    gnossen committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    244279c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b6a5e94 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c9e83db View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4ee154d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    82aa406 View commit details
    Browse the repository at this point in the history
  6. Add intro about algorithm

    gnossen committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    cdae8ca View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b9cc2c2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4c852bf View commit details
    Browse the repository at this point in the history
  9. Clean up logging

    gnossen committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    b122997 View commit details
    Browse the repository at this point in the history
  10. Yapf

    gnossen committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    8f1bfda View commit details
    Browse the repository at this point in the history
  11. Add docstrings

    gnossen committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    dc8dba8 View commit details
    Browse the repository at this point in the history
  12. Add todo

    gnossen committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    93d6344 View commit details
    Browse the repository at this point in the history
  13. Add test

    gnossen committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    786a3ac View commit details
    Browse the repository at this point in the history
  14. Typos

    gnossen committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    edbddf2 View commit details
    Browse the repository at this point in the history
  15. Pylint

    gnossen committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    81f4203 View commit details
    Browse the repository at this point in the history
  16. Make compatible with Python 3

    gnossen committed Jun 25, 2019
    Configuration menu
    Copy the full SHA
    fed1c62 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2019

  1. Factor out simpler generator

    gnossen committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    2bf4d50 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    42b2fe1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7fa7f93 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4100084 View commit details
    Browse the repository at this point in the history
  5. Annotate the proto file

    gnossen committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    7486026 View commit details
    Browse the repository at this point in the history
  6. Make whole package testonly

    gnossen committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    25f3439 View commit details
    Browse the repository at this point in the history
  7. Change section title

    gnossen committed Jun 26, 2019
    Configuration menu
    Copy the full SHA
    1db141a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    915e97b View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2019

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

Commits on Jul 8, 2019

  1. Adopt reviewer's comments

    gnossen committed Jul 8, 2019
    Configuration menu
    Copy the full SHA
    ba39c92 View commit details
    Browse the repository at this point in the history
  2. Pylint

    gnossen committed Jul 8, 2019
    Configuration menu
    Copy the full SHA
    79e78d1 View commit details
    Browse the repository at this point in the history
  3. Copyright typo

    gnossen committed Jul 8, 2019
    Configuration menu
    Copy the full SHA
    805afe6 View commit details
    Browse the repository at this point in the history