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
Accelerator
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
Type
/
to 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 }}
Uh oh!
There was an error while loading.
Please reload this page
.
googleapis
/
google-cloud-python
Public
Notifications
You must be signed in to change notification settings
Fork
1.8k
Star
5.4k
Code
Issues
439
Pull requests
99
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
#260: break datastore cycles via factories
- #268
#268
Closed
tseaver
wants to merge 11 commits into
googleapis:master
googleapis/google-cloud-python:master
from
tseaver:260-break_datastore_cycles_via_factories
Copy head branch name to clipboard
Conversation
Commits
11
(11)
Checks
Files changed
Closed
#260: break datastore cycles via factories
#268
tseaver
wants to merge 11 commits into
googleapis:master
googleapis/google-cloud-python:master
from
tseaver:260-break_datastore_cycles_via_factories
Copy head branch name to clipboard
Commits
Commits on Oct 22, 2014
Drop 'Dataset.query' and 'Dataset.entity' convenience APIs.
Show description for 1036f85
tseaver
committed
1036f85
View commit details
Copy full SHA for 1036f85
Browse repository at this point
Add a factory registry to datastore._helpers.
Show description for 1c432a9
tseaver
committed
1c432a9
View commit details
Copy full SHA for 1c432a9
Browse repository at this point
Break import cycles via a factory registry.
Show description for 8d05122
tseaver
committed
8d05122
View commit details
Copy full SHA for 8d05122
Browse repository at this point
Tidy local imports, remove remaining cycles.
tseaver
committed
3c1d516
View commit details
Copy full SHA for 3c1d516
Browse repository at this point
Fix build: invoke correct factory when unmarshalling key from pb.
tseaver
committed
cf29c90
View commit details
Copy full SHA for cf29c90
Browse repository at this point
Reorder 'Query.__init__' paramters to match Entity.
tseaver
committed
31f60d8
View commit details
Copy full SHA for 31f60d8
Browse repository at this point
Rename '_query_factory' helper -> '_get_factory' to avoid confustion.
Show description for 3a62db9
tseaver
committed
3a62db9
View commit details
Copy full SHA for 3a62db9
Browse repository at this point
Avoid relative imports.
Show description for daf889c
tseaver
committed
daf889c
View commit details
Copy full SHA for daf889c
Browse repository at this point
Encapsulate factory registry as a singleton object.
Show description for a2c8bcb
tseaver
committed
a2c8bcb
View commit details
Copy full SHA for a2c8bcb
Browse repository at this point
Rename alternate factories for clarity.
tseaver
committed
3cc965c
View commit details
Copy full SHA for 3cc965c
Browse repository at this point
Use 'invoke' rather than 'get' followed by call to invoke factories.
tseaver
committed
d539b17
View commit details
Copy full SHA for d539b17
Browse repository at this point
You can’t perform that action at this time.