Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: googleapis/python-firestore
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.12.0
Choose a base ref
...
head repository: googleapis/python-firestore
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.13.0
Choose a head ref
  • 15 commits
  • 68 files changed
  • 11 contributors

Commits on Sep 15, 2023

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

Commits on Sep 19, 2023

  1. chore: update required test version (#762)

    the sync-repo-settings file required system-3.8, but this repo still uses system-3.7. This PR fixes the required check to match
    daniel-sanche authored Sep 19, 2023
    Configuration menu
    Copy the full SHA
    d0d3054 View commit details
    Browse the repository at this point in the history
  2. docs: Minor formatting (#757)

    * docs: Minor formatting
    chore: Update gapic-generator-python to v1.11.5
    build: Update rules_python to 0.24.0
    
    PiperOrigin-RevId: 563436317
    
    Source-Link: googleapis/googleapis@42fd37b
    
    Source-Link: googleapis/googleapis-gen@280264c
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiMjgwMjY0Y2EwMmZiOTMxNmI0MjM3YTk2ZDBhZjFhMjM0M2E4MWE1NiJ9
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: Victor Chudnovsky <[email protected]>
    Co-authored-by: Daniel Sanche <[email protected]>
    4 people authored Sep 19, 2023
    Configuration menu
    Copy the full SHA
    41b5ea0 View commit details
    Browse the repository at this point in the history
  3. chore(deps): update all dependencies (#756)

    * chore(deps): update all dependencies
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: Daniel Sanche <[email protected]>
    3 people authored Sep 19, 2023
    Configuration menu
    Copy the full SHA
    00a9589 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9840d43 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2023

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

Commits on Oct 7, 2023

  1. chore: expand Target.target_id docs (#774)

    * chore: expand Target.target_id docs
    chore: improve FieldReference.field_path docs
    chore: (preview only) expose Query Profile API
    
    PiperOrigin-RevId: 570489360
    
    Source-Link: googleapis/googleapis@5c5f6b7
    
    Source-Link: googleapis/googleapis-gen@cb29ed5
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiY2IyOWVkNTZiNzM4YWIwNDM2MGQyZTFjYmYzYjFiYzg3ODVmOGNhMSJ9
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Oct 7, 2023
    Configuration menu
    Copy the full SHA
    954498b View commit details
    Browse the repository at this point in the history
  2. chore: [autoapprove] bump cryptography from 41.0.3 to 41.0.4 (#771)

    Source-Link: googleapis/synthtool@dede53f
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:fac304457974bb530cc5396abd4ab25d26a469cd3bc97cbfb18c8d4324c584eb
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Oct 7, 2023
    Configuration menu
    Copy the full SHA
    1547351 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. chore: [autoapprove] Update black and isort to latest versions (#777

    )
    
    Source-Link: googleapis/synthtool@0c7b033
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:08e34975760f002746b1d8c86fdc90660be45945ee6d9db914d1508acdf9a547
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Oct 10, 2023
    Configuration menu
    Copy the full SHA
    d07eebf View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2023

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

Commits on Oct 19, 2023

  1. feat: Sum/Avg aggregation queries (#715)

    * Feat: Sum/Avg Feature
    
    Adds the ability to perform sum/avg aggregation query through:
    - query.sum(),
    - query.avg(),
    - async_query.sum(),
    - async_query.avg()
    
    * fixed proto sum attribute name
    
    * added query tests with alias unset
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * added async tests
    
    * added missing decorators
    
    * fixed wrong expected values in tests
    
    * fixed empty avg aggregations
    
    * ran blacken
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * aggregation test should cover all aggregations
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * fixed async test
    
    * improved transaction tests
    
    * cleaned up new tests
    
    * removed test logic that belongs in unit tests
    
    * ran blacken
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * reverted removed line
    
    * fix docstrings
    
    * accept FieldPath for aggregations
    
    * fixed docstrings
    
    * made test changes to avoid index requirements
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * fixed lint issues
    
    * added field path to collections
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * fixed docs issue
    
    * added tests with start_at
    
    * add no cover marks to TYPE_CHECKING
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * skip cursor aggregations
    
    * import query type
    
    * fixed no cover comments
    
    ---------
    
    Co-authored-by: Daniel Sanche <[email protected]>
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: kolea2 <[email protected]>
    Co-authored-by: Daniel Sanche <[email protected]>
    5 people authored Oct 19, 2023
    Configuration menu
    Copy the full SHA
    443475b View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. chore: Update gapic-generator-python to v1.11.9 (#779)

    * chore: Update gapic-generator-python to v1.11.7
    
    PiperOrigin-RevId: 573230664
    
    Source-Link: googleapis/googleapis@93beed3
    
    Source-Link: googleapis/googleapis-gen@f4a4eda
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiZjRhNGVkYWE4MDU3NjM5ZmNmNmFkZjkxNzk4NzIyODBkMWE4ZjY1MSJ9
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * chore: Update gapic-generator-python to v1.11.8
    
    PiperOrigin-RevId: 574178735
    
    Source-Link: googleapis/googleapis@7307199
    
    Source-Link: googleapis/googleapis-gen@ce3af21
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiY2UzYWYyMWI3YzU1OWE4N2MyYmVmYzA3NmJlMGUzYWVkYTNhMjZmMCJ9
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    * chore: Update gapic-generator-python to v1.11.9
    
    PiperOrigin-RevId: 574520922
    
    Source-Link: googleapis/googleapis@5183984
    
    Source-Link: googleapis/googleapis-gen@a59af19
    Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiYTU5YWYxOWQ0YWM2NTA5ZmFlZGYxY2MzOTAyOTE0MWI2YTViODk2OCJ9
    
    * 🦉 Updates from OwlBot post-processor
    
    See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md
    
    ---------
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    Co-authored-by: Daniel Sanche <[email protected]>
    3 people authored Oct 23, 2023
    Configuration menu
    Copy the full SHA
    25590d2 View commit details
    Browse the repository at this point in the history
  2. chore: rename rst files to avoid conflict with service names (#785)

    Source-Link: googleapis/synthtool@d52e638
    Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:4f9b3b106ad0beafc2c8a415e3f62c1a0cc23cabea115dbe841b848f581cfe99
    
    Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
    gcf-owl-bot[bot] and gcf-owl-bot[bot] authored Oct 23, 2023
    Configuration menu
    Copy the full SHA
    82122e7 View commit details
    Browse the repository at this point in the history
  3. chore(main): release 2.13.0 (#763)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    Co-authored-by: Daniel Sanche <[email protected]>
    release-please[bot] and daniel-sanche authored Oct 23, 2023
    Configuration menu
    Copy the full SHA
    817ce01 View commit details
    Browse the repository at this point in the history
Loading