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

Fix 3 and 451 #454

Closed
wants to merge 3 commits into from
Closed

Fix 3 and 451 #454

wants to merge 3 commits into from

Commits on Dec 20, 2014

  1. Configuration menu
    Copy the full SHA
    e43096a View commit details
    Browse the repository at this point in the history
  2. Adding helper methods for implicit datastore environ.

    By setting two environment variables
    
    - GCLOUD_DATASET_ID
    - GOOGLE_APPLICATION_CREDENTIALS
    
    the user can call convenience methods in `gcloud.datastore` directly
    without worrying about auth or the name of the dataset. The
    goal is that in places like App Engine and Compute Engine, the
    dataset ID can be implied without **any** user intervention.
    
    Partially addresses googleapis#337.
    
    NOTE: This still needs to be documented, but it's unclear
          where is appropriate. We also need to have documentation
          for auth (outside of CONTRIBUTING.md).
    dhermes committed Dec 20, 2014
    Configuration menu
    Copy the full SHA
    0aec96c View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2014

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