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

Firestore: add Watch Support #6191

Merged
merged 164 commits into from
Nov 12, 2018
Merged

Commits on Jun 12, 2018

  1. groundwork for firestore

    crwilcox committed Jun 12, 2018
    Configuration menu
    Copy the full SHA
    4c51dac View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2018

  1. Configuration menu
    Copy the full SHA
    972b62f View commit details
    Browse the repository at this point in the history
  2. syntactic and style fixes

    crwilcox committed Jun 18, 2018
    Configuration menu
    Copy the full SHA
    a66ce73 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2018

  1. Merge branch 'master' of github.com:GoogleCloudPlatform/google-cloud-…

    …python into firestore-watch
    crwilcox committed Jun 27, 2018
    Configuration menu
    Copy the full SHA
    b06c55b View commit details
    Browse the repository at this point in the history
  2. hold work

    crwilcox committed Jun 27, 2018
    Configuration menu
    Copy the full SHA
    1390eb8 View commit details
    Browse the repository at this point in the history
  3. use helper for_document

    crwilcox committed Jun 27, 2018
    Configuration menu
    Copy the full SHA
    45f48d6 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2018

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

Commits on Jul 10, 2018

  1. returning watch result now

    crwilcox committed Jul 10, 2018
    Configuration menu
    Copy the full SHA
    ff7aad7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c597669 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2018

  1. Configuration menu
    Copy the full SHA
    048b5fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a2fdd18 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2018

  1. Configuration menu
    Copy the full SHA
    421b841 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a0294e View commit details
    Browse the repository at this point in the history
  3. remove fstrings for 2.7 compat

    mcdonc committed Aug 14, 2018
    Configuration menu
    Copy the full SHA
    fd889d5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    83755b8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    eb8a48c View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2018

  1. unit tests for watch module

    mcdonc committed Aug 20, 2018
    Configuration menu
    Copy the full SHA
    a327dfe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a26699d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cf85c92 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9b0a4c2 View commit details
    Browse the repository at this point in the history
  5. fix filter update test

    mcdonc committed Aug 20, 2018
    Configuration menu
    Copy the full SHA
    5bd6374 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2018

  1. Configuration menu
    Copy the full SHA
    481ae83 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a5c78a2 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'firestore-watch' of github.com:mcdonc/google-cloud-pyth…

    …on into firestore-watch
    crwilcox committed Aug 21, 2018
    Configuration menu
    Copy the full SHA
    4ce2939 View commit details
    Browse the repository at this point in the history
  4. add more tests

    mcdonc committed Aug 21, 2018
    Configuration menu
    Copy the full SHA
    4301130 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e00884b View commit details
    Browse the repository at this point in the history
  6. add tests for close

    mcdonc committed Aug 21, 2018
    Configuration menu
    Copy the full SHA
    623e635 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    27de7be View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c665d73 View commit details
    Browse the repository at this point in the history
  9. remove incorrect comment

    mcdonc committed Aug 21, 2018
    Configuration menu
    Copy the full SHA
    86628fd View commit details
    Browse the repository at this point in the history
  10. parent is a fq path

    crwilcox committed Aug 21, 2018
    Configuration menu
    Copy the full SHA
    23eaad5 View commit details
    Browse the repository at this point in the history
  11. Merge branch 'firestore-watch' of github.com:mcdonc/google-cloud-pyth…

    …on into firestore-watch
    crwilcox committed Aug 21, 2018
    Configuration menu
    Copy the full SHA
    065e988 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9db3d18 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0d9de3c View commit details
    Browse the repository at this point in the history
  14. Merge branch 'firestore-watch' of github.com:mcdonc/google-cloud-pyth…

    …on into firestore-watch
    crwilcox committed Aug 21, 2018
    Configuration menu
    Copy the full SHA
    199aaf1 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2018

  1. undo mistaken push

    mcdonc committed Aug 22, 2018
    Configuration menu
    Copy the full SHA
    2a0723a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f2b7c13 View commit details
    Browse the repository at this point in the history
  3. appease the linter

    mcdonc committed Aug 22, 2018
    Configuration menu
    Copy the full SHA
    889f350 View commit details
    Browse the repository at this point in the history
  4. idiom

    mcdonc committed Aug 22, 2018
    Configuration menu
    Copy the full SHA
    698e512 View commit details
    Browse the repository at this point in the history
  5. enable collection watches

    crwilcox committed Aug 22, 2018
    Configuration menu
    Copy the full SHA
    3a70102 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'firestore-watch' of github.com:mcdonc/google-cloud-pyth…

    …on into firestore-watch
    crwilcox committed Aug 22, 2018
    Configuration menu
    Copy the full SHA
    ed329dd View commit details
    Browse the repository at this point in the history
  7. undo spurious changes

    mcdonc committed Aug 22, 2018
    Configuration menu
    Copy the full SHA
    2301a0e View commit details
    Browse the repository at this point in the history
  8. add unfinished test

    mcdonc committed Aug 22, 2018
    Configuration menu
    Copy the full SHA
    cca772e View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2018

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

Commits on Aug 24, 2018

  1. Configuration menu
    Copy the full SHA
    66b6071 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    67a609f View commit details
    Browse the repository at this point in the history
  3. merge and apply

    crwilcox committed Aug 24, 2018
    Configuration menu
    Copy the full SHA
    d598f32 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c6ae725 View commit details
    Browse the repository at this point in the history
  5. tests passing

    crwilcox committed Aug 24, 2018
    Configuration menu
    Copy the full SHA
    87ccc87 View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2018

  1. Configuration menu
    Copy the full SHA
    725f4a4 View commit details
    Browse the repository at this point in the history
  2. depends directly on pytz now

    mcdonc committed Aug 25, 2018
    Configuration menu
    Copy the full SHA
    ee12608 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2018

  1. Configuration menu
    Copy the full SHA
    6aac664 View commit details
    Browse the repository at this point in the history
  2. just cutnpaste this i guess

    mcdonc committed Aug 28, 2018
    Configuration menu
    Copy the full SHA
    97368c9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    53d6745 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1e73ab7 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2018

  1. 100 percent branch coverage

    mcdonc committed Aug 29, 2018
    Configuration menu
    Copy the full SHA
    6ade323 View commit details
    Browse the repository at this point in the history
  2. appease linter

    mcdonc committed Aug 29, 2018
    Configuration menu
    Copy the full SHA
    2ee71fe View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2018

  1. Configuration menu
    Copy the full SHA
    92e98d7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf52f51 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2018

  1. Configuration menu
    Copy the full SHA
    213169e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    abd5c97 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2018

  1. startings of ordering

    crwilcox committed Sep 28, 2018
    Configuration menu
    Copy the full SHA
    3ed821e View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2018

  1. update tests

    crwilcox committed Oct 6, 2018
    Configuration menu
    Copy the full SHA
    2f3cbc7 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2018

  1. Configuration menu
    Copy the full SHA
    9290511 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f5734e9 View commit details
    Browse the repository at this point in the history
  3. refactor order

    crwilcox committed Oct 8, 2018
    Configuration menu
    Copy the full SHA
    78a62a6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    925495c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4316fd1 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2018

  1. Configuration menu
    Copy the full SHA
    220ba99 View commit details
    Browse the repository at this point in the history
  2. Improve test for order

    crwilcox committed Oct 10, 2018
    Configuration menu
    Copy the full SHA
    30972d9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d549145 View commit details
    Browse the repository at this point in the history
  4. flake8 fixes

    crwilcox committed Oct 10, 2018
    Configuration menu
    Copy the full SHA
    1abc70d View commit details
    Browse the repository at this point in the history
  5. coverage + tests

    crwilcox committed Oct 10, 2018
    Configuration menu
    Copy the full SHA
    ab862d7 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2018

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

    crwilcox committed Oct 11, 2018
    Configuration menu
    Copy the full SHA
    abdfe40 View commit details
    Browse the repository at this point in the history
  3. noxfile from master

    crwilcox committed Oct 11, 2018
    Configuration menu
    Copy the full SHA
    2af7db7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a11f8eb View commit details
    Browse the repository at this point in the history
  5. Delete Untitled-1

    crwilcox authored Oct 11, 2018
    Configuration menu
    Copy the full SHA
    4c52c55 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2018

  1. Configuration menu
    Copy the full SHA
    dd9a15f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    17cd042 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2018

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

Commits on Oct 19, 2018

  1. fix failing test_order tests when left and right were dictionaries of…

    … differing sizes (groups\[61\] vs groups\[62\])
    mcdonc committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    e0cbda4 View commit details
    Browse the repository at this point in the history
  2. groundwork for firestore

    crwilcox committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    fb8142c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a5dbe62 View commit details
    Browse the repository at this point in the history
  4. syntactic and style fixes

    crwilcox committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    8a5bd5f View commit details
    Browse the repository at this point in the history
  5. hold work

    crwilcox committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    e296b22 View commit details
    Browse the repository at this point in the history
  6. use helper for_document

    crwilcox committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    9499c89 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e9855fd View commit details
    Browse the repository at this point in the history
  8. returning watch result now

    crwilcox committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    82a4a06 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a83ebde View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1d1be53 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    80c6bea View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    799fac9 View commit details
    Browse the repository at this point in the history
  13. remove fstrings for 2.7 compat

    mcdonc authored and crwilcox committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    77eea6a View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    0db6a9d View commit details
    Browse the repository at this point in the history
  15. unit tests for watch module

    mcdonc authored and crwilcox committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    374775b View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    36e431b View commit details
    Browse the repository at this point in the history
  17. make system test for watch pass

    mcdonc authored and crwilcox committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    4f08ac3 View commit details
    Browse the repository at this point in the history
  18. containment check instead of iteration

    mcdonc authored and crwilcox committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    d0bffa9 View commit details
    Browse the repository at this point in the history
  19. fix filter update test

    mcdonc authored and crwilcox committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    3de5310 View commit details
    Browse the repository at this point in the history
  20. tests for various helper methods

    mcdonc authored and crwilcox committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    40e8b0b View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    1853297 View commit details
    Browse the repository at this point in the history
  22. add more tests

    mcdonc authored and crwilcox committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    1e77943 View commit details
    Browse the repository at this point in the history
  23. add tests for close

    mcdonc authored and crwilcox committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    2724132 View commit details
    Browse the repository at this point in the history
  24. not reraising in except broke tests

    mcdonc authored and crwilcox committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    d7258c8 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    1396b74 View commit details
    Browse the repository at this point in the history
  26. remove incorrect comment

    mcdonc authored and crwilcox committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    1465bc2 View commit details
    Browse the repository at this point in the history
  27. parent is a fq path

    crwilcox committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    39b97db View commit details
    Browse the repository at this point in the history
  28. fix and add test for _reset_docs

    mcdonc authored and crwilcox committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    39e429f View commit details
    Browse the repository at this point in the history
  29. undo mistaken push

    mcdonc authored and crwilcox committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    397c6d6 View commit details
    Browse the repository at this point in the history
  30. appease the linter

    mcdonc authored and crwilcox committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    95a485a View commit details
    Browse the repository at this point in the history
  31. idiom

    mcdonc authored and crwilcox committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    3424284 View commit details
    Browse the repository at this point in the history
  32. enable collection watches

    crwilcox committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    429f86e View commit details
    Browse the repository at this point in the history
  33. undo spurious changes

    mcdonc authored and crwilcox committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    00de5d3 View commit details
    Browse the repository at this point in the history
  34. add unfinished test

    mcdonc authored and crwilcox committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    4b96582 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    bcecb25 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    05db07c View commit details
    Browse the repository at this point in the history
  37. fix most unit tests, 3 still fail

    mcdonc authored and crwilcox committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    dfaacc7 View commit details
    Browse the repository at this point in the history
  38. merge and apply

    crwilcox committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    b59b12b View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    2a19765 View commit details
    Browse the repository at this point in the history
  40. tests passing

    crwilcox committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    299fd94 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    9081664 View commit details
    Browse the repository at this point in the history
  42. depends directly on pytz now

    mcdonc authored and crwilcox committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    9489ec1 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    be51be8 View commit details
    Browse the repository at this point in the history
  44. just cutnpaste this i guess

    mcdonc authored and crwilcox committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    854d051 View commit details
    Browse the repository at this point in the history
  45. coverage for collection and bidi modules

    mcdonc authored and crwilcox committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    1059f2c View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    346e5d6 View commit details
    Browse the repository at this point in the history
  47. 100 percent branch coverage

    mcdonc authored and crwilcox committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    6cb3e85 View commit details
    Browse the repository at this point in the history
  48. appease linter

    mcdonc authored and crwilcox committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    7c73721 View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    7019fd5 View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    6f36b6f View commit details
    Browse the repository at this point in the history
  51. startings of ordering

    crwilcox committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    23d467d View commit details
    Browse the repository at this point in the history
  52. update tests

    crwilcox committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    c8e293a View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    6cd0ac6 View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    41ef649 View commit details
    Browse the repository at this point in the history
  55. refactor order

    crwilcox committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    6be3422 View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    b1c42e9 View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    59f725b View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    6888e8a View commit details
    Browse the repository at this point in the history
  59. Improve test for order

    crwilcox committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    f77616c View commit details
    Browse the repository at this point in the history
  60. Configuration menu
    Copy the full SHA
    cc445f1 View commit details
    Browse the repository at this point in the history
  61. flake8 fixes

    crwilcox committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    85c199b View commit details
    Browse the repository at this point in the history
  62. coverage + tests

    crwilcox committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    f75a49c View commit details
    Browse the repository at this point in the history
  63. Configuration menu
    Copy the full SHA
    0125c87 View commit details
    Browse the repository at this point in the history
  64. coverage

    crwilcox committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    cdc6594 View commit details
    Browse the repository at this point in the history
  65. noxfile from master

    crwilcox committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    36e8772 View commit details
    Browse the repository at this point in the history
  66. Delete Untitled-1

    crwilcox committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    738d938 View commit details
    Browse the repository at this point in the history
  67. Configuration menu
    Copy the full SHA
    9c2ff84 View commit details
    Browse the repository at this point in the history
  68. Configuration menu
    Copy the full SHA
    3f8e0c8 View commit details
    Browse the repository at this point in the history
  69. fix failing test_order tests when left and right were dictionaries of…

    … differing sizes (groups\[61\] vs groups\[62\])
    mcdonc authored and crwilcox committed Oct 19, 2018
    Configuration menu
    Copy the full SHA
    4a892a7 View commit details
    Browse the repository at this point in the history
  70. Configuration menu
    Copy the full SHA
    cb74bf7 View commit details
    Browse the repository at this point in the history
  71. Configuration menu
    Copy the full SHA
    d42f8c5 View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2018

  1. Configuration menu
    Copy the full SHA
    138a6f1 View commit details
    Browse the repository at this point in the history
  2. linting

    mcdonc committed Oct 20, 2018
    Configuration menu
    Copy the full SHA
    3add82d View commit details
    Browse the repository at this point in the history
  3. make a bit more idiomatic

    mcdonc committed Oct 20, 2018
    Configuration menu
    Copy the full SHA
    b484098 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e14421b View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2018

  1. lint fixes

    crwilcox committed Oct 22, 2018
    Configuration menu
    Copy the full SHA
    e089dac View commit details
    Browse the repository at this point in the history
  2. Merge branch 'firestore-watch' of github.com:mcdonc/google-cloud-pyth…

    …on into firestore-watch
    crwilcox committed Oct 22, 2018
    Configuration menu
    Copy the full SHA
    6e588f3 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2018

  1. Configuration menu
    Copy the full SHA
    136a881 View commit details
    Browse the repository at this point in the history
  2. lint

    crwilcox committed Oct 26, 2018
    Configuration menu
    Copy the full SHA
    195814b View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2018

  1. clean up comments

    crwilcox committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    34b4da3 View commit details
    Browse the repository at this point in the history
  2. alias unsubscribe to close

    crwilcox committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    5622f3c View commit details
    Browse the repository at this point in the history
  3. move rpc to internal attr

    crwilcox committed Nov 7, 2018
    Configuration menu
    Copy the full SHA
    67c9a47 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2018

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