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: braincorp/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.
  • 9 commits
  • 7 files changed
  • 2 contributors

Commits on Mar 4, 2022

  1. Configuration menu
    Copy the full SHA
    85eecaf View commit details
    Browse the repository at this point in the history
  2. remove requirement to specify collection groups

    The implementation does not require it. Any subcollection can be
    queried this way, although this has to be configured on the
    database side for real firestore.
    ianpegg-bc committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    66df826 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2022

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

Commits on Mar 8, 2022

  1. PEP8 whitespace fixes

    ianpegg-bc committed Mar 8, 2022
    Configuration menu
    Copy the full SHA
    cb6cd30 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    65c3598 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2022

  1. Raise error if limit is wrong type

    Also allow it to be `None`
    ianpegg-bc committed Mar 9, 2022
    Configuration menu
    Copy the full SHA
    8f92ff1 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2025

  1. Configuration menu
    Copy the full SHA
    dcf2d6a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from braincorp/feature/PLATFORM-5412_mock_fires…

    …tore_wheel
    
    [PLATFORM-5412] Update version to prevent matching latest official release
    jordisolanas-bc authored May 13, 2025
    Configuration menu
    Copy the full SHA
    2621878 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2025

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