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

feat: named db support #882

Merged
merged 7 commits into from
Jul 25, 2023
Merged

feat: named db support #882

merged 7 commits into from
Jul 25, 2023

Commits on Jun 14, 2023

  1. feat: Named database support (#859)

    * feat: named database support
    
    * tests: Run tests against named db
    rwhogg committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    5672e18 View commit details
    Browse the repository at this point in the history
  2. fix: Add routing header for multi-db (#877)

    NDB doesn't use the autogenerated Datastore client class,
    which is where the routing header info was added to python-datastore.
    
    Instead, add it into _datastore_api
    rwhogg committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    5da4d42 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

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

Commits on Jun 27, 2023

  1. chore: Update to google-cloud-datastore 2.16.0 (multidb) (#889)

    * chore: Update to google-cloud-datastore 2.16.0
    
    * fix: consolidate with python-datastore
    rwhogg committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    596df21 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2023

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

Commits on Jul 21, 2023

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