Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
pixiepixeled
/
google-cloud-python
Public
forked from
googleapis/google-cloud-python
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
google-cloud-python
datastore
on
pubsub
User selector
All users
Datepicker
All time
Commit history
Commits on May 9, 2017
Add better documentation for support types in datastore Entity. (#3363)
Show description for 27470a7
dhermes
authored
27470a7
View commit details
Copy full SHA for 27470a7
View code at this point
Browse repository at this point
Commits on Apr 21, 2017
Ignore tests (rather than unit_tests) in setup.py files. (#3319)
dhermes
authored
23ad1d7
View commit details
Copy full SHA for 23ad1d7
View code at this point
Browse repository at this point
Commits on Apr 20, 2017
Adding check (in datastore) that setup.py README is valid RST. (#3316)
dhermes
authored and
lukesneeringer
committed
5d99380
View commit details
Copy full SHA for 5d99380
View code at this point
Browse repository at this point
Commits on Mar 30, 2017
GA and Beta Promotions (#3245)
Show description for 175a587
lukesneeringer
authored
175a587
View commit details
Copy full SHA for 175a587
View code at this point
Browse repository at this point
Renaming http argument(s) as _http. (#3235)
dhermes
authored and
lukesneeringer
committed
0f12813
View commit details
Copy full SHA for 0f12813
View code at this point
Browse repository at this point
Commits on Mar 27, 2017
Fixing up some format strings in nox configs.
Show description for 073b74e
dhermes
committed
073b74e
View commit details
Copy full SHA for 073b74e
View code at this point
Browse repository at this point
Commits on Mar 23, 2017
CI Rehash (#3146)
lukesneeringer
authored
030de07
View commit details
Copy full SHA for 030de07
View code at this point
Browse repository at this point
Commits on Mar 22, 2017
Update datastore batch API doc reference.
daspecster
committed
4764e80
View commit details
Copy full SHA for 4764e80
View code at this point
Browse repository at this point
Commits on Mar 17, 2017
Removing unused code-path for remapping raw gRPC exceptions in datastore.
dhermes
committed
930fb6f
View commit details
Copy full SHA for 930fb6f
View code at this point
Browse repository at this point
Restoring datastore Gax exception re-mapping.
Show description for bbeab3d
dhermes
committed
bbeab3d
View commit details
Copy full SHA for bbeab3d
View code at this point
Browse repository at this point
Commits on Mar 15, 2017
Adding (back) support for datastore emulator.
dhermes
committed
85eaeae
View commit details
Copy full SHA for 85eaeae
View code at this point
Browse repository at this point
Commits on Mar 13, 2017
Updating unit test for removal of datastore Connection.
Show description for 39bbf25
dhermes
committed
39bbf25
View commit details
Copy full SHA for 39bbf25
View code at this point
Browse repository at this point
Using GAPIC datastore object (and an HTTP equivalent) for lookup.
Show description for 04950cd
dhermes
committed
04950cd
View commit details
Copy full SHA for 04950cd
View code at this point
Browse repository at this point
Updating unit tests for GAPIC datastore run_query change.
dhermes
committed
4e509db
View commit details
Copy full SHA for 4e509db
View code at this point
Browse repository at this point
Using GAPIC datastore object (and an HTTP equivalent) for run_query.
dhermes
committed
341cc96
View commit details
Copy full SHA for 341cc96
View code at this point
Browse repository at this point
Commits on Mar 10, 2017
Using GAPIC datastore object (and an HTTP equivalent) for begin_transaction.
dhermes
committed
3daaf06
View commit details
Copy full SHA for 3daaf06
View code at this point
Browse repository at this point
Commits on Mar 9, 2017
Using six.reraise to preserve traceback (Python 3 feature backport).
dhermes
committed
99ba184
View commit details
Copy full SHA for 99ba184
View code at this point
Browse repository at this point
Updating unit tests for GAPIC commit in datastore.
dhermes
committed
73947fd
View commit details
Copy full SHA for 73947fd
View code at this point
Browse repository at this point
Using GAPIC datastore object (and an HTTP equivalent) for commit.
Show description for b92e796
dhermes
committed
b92e796
View commit details
Copy full SHA for b92e796
View code at this point
Browse repository at this point
Merge pull request #3126 from dhermes/ds-move-rollback-to-gapic
Show description for 7ba4d7a
dhermes
authored
7ba4d7a
View commit details
Copy full SHA for 7ba4d7a
View code at this point
Browse repository at this point
Using GAPIC datastore object (and an HTTP equivalent) for rollback.
dhermes
committed
5ffbff2
View commit details
Copy full SHA for 5ffbff2
View code at this point
Browse repository at this point
Removing _Dummy test helper classes (in favor of mocks).
dhermes
committed
064847d
View commit details
Copy full SHA for 064847d
View code at this point
Browse repository at this point
Commits on Mar 8, 2017
Using GAPIC datastore object (and an HTTP equivalent) for allocate_ids.
dhermes
committed
f1b7d08
View commit details
Copy full SHA for f1b7d08
View code at this point
Browse repository at this point
Commits on Mar 6, 2017
Moving datastore host configuration into Client.
Show description for ebea954
dhermes
committed
ebea954
View commit details
Copy full SHA for ebea954
View code at this point
Browse repository at this point
Only requiring HTTP object to make datastore RPC-over-HTTP.
dhermes
committed
f554571
View commit details
Copy full SHA for f554571
View code at this point
Browse repository at this point
Moving build_api_url() off of datastore Connection.
Show description for a7fcd2f
dhermes
committed
a7fcd2f
View commit details
Copy full SHA for a7fcd2f
View code at this point
Browse repository at this point
Merge pull request #3107 from dhermes/rework-datastore-http
Show description for 14c2503
dhermes
authored
14c2503
View commit details
Copy full SHA for 14c2503
View code at this point
Browse repository at this point
Moving _request and _rpc off the datastore HTTP helper.
Show description for 1b983d0
dhermes
committed
1b983d0
View commit details
Copy full SHA for 1b983d0
View code at this point
Browse repository at this point
Add basic helpers needed for GAPIC client in datastore.
Show description for 7e31ba4
dhermes
committed
7e31ba4
View commit details
Copy full SHA for 7e31ba4
View code at this point
Browse repository at this point
Commits on Mar 4, 2017
Sending x-goog-api-client header for Datastore gRPC implementation. (#3096)
dhermes
authored and
lukesneeringer
committed
7b0188f
View commit details
Copy full SHA for 7b0188f
View code at this point
Browse repository at this point
Commits on Mar 3, 2017
Merge pull request #3094 from dhermes/fix-2746-lookup
Show description for 5ee144c
dhermes
authored
5ee144c
View commit details
Copy full SHA for 5ee144c
View code at this point
Browse repository at this point
Merge pull request #3093 from dhermes/fix-2746-allocate_ids
Show description for 1bd0cbf
dhermes
authored
1bd0cbf
View commit details
Copy full SHA for 1bd0cbf
View code at this point
Browse repository at this point
Making datastore Connection.lookup() return low-level protobuf.
dhermes
committed
3afb8e0
View commit details
Copy full SHA for 3afb8e0
View code at this point
Browse repository at this point
Merge pull request #3092 from dhermes/fix-2746-rollback
Show description for 2f38f2b
dhermes
authored
2f38f2b
View commit details
Copy full SHA for 2f38f2b
View code at this point
Browse repository at this point
Making datastore Connection.allocate_ids() return low-level protobuf.
dhermes
committed
a3a03ea
View commit details
Copy full SHA for a3a03ea
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.