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: mdowds/python-mock-firestore
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: thromer/python-mock-firestore
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 9 files changed
  • 1 contributor

Commits on Apr 13, 2024

  1. Support filter keyword in where clauses. (#74)

    Doesn't support composite filters.
    # Please enter the commit message for your changes. Lines starting
    # with '#' will be ignored, and an empty message aborts the commit.
    #
    # On branch master
    # Your branch is up to date with 'origin/master'.
    #
    # Changes to be committed:
    #	modified:   mockfirestore/collection.py
    #	modified:   mockfirestore/query.py
    #	modified:   tests/test_collection_reference.py
    #
    thromer committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    c20149d View commit details
    Browse the repository at this point in the history
  2. Update python versions to test.

    Remove 3.6, add 3.11 and 3.12
    thromer authored Apr 13, 2024
    Configuration menu
    Copy the full SHA
    ae4ce84 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b8a8a3f View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2025

  1. Allow optional timeout keyword parameter on methods that accept in re…

    …al Firestore Python client.
    thromer committed Jan 19, 2025
    Configuration menu
    Copy the full SHA
    bd3f781 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2025

  1. Don't distribute tests.

    Also, update Python version numbers and bump our version number.
    thromer committed Jan 20, 2025
    Configuration menu
    Copy the full SHA
    c5c9b8c View commit details
    Browse the repository at this point in the history
Loading