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 #141: remove spurious *args / **kwargs from API methods. #195

Closed
wants to merge 32 commits into from
Closed

Fix #141: remove spurious *args / **kwargs from API methods. #195

wants to merge 32 commits into from

Commits on Sep 24, 2014

  1. Configuration menu
    Copy the full SHA
    a7e8864 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a077d7d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0e625da View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fe1450b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c8f6aa4 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2014

  1. Configuration menu
    Copy the full SHA
    f107fda View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7076c4d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    19c6382 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4500f5e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    37dd328 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d1280f3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8ce18c9 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2014

  1. Fix #137: default key based on filename.

    When no key is passed, guess it based on the basename of filename.
    tseaver committed Sep 26, 2014
    Configuration menu
    Copy the full SHA
    e6ad297 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb756b2 View commit details
    Browse the repository at this point in the history
  3. Added bucket method to upload files from a file object.

    Kevin Leyow authored and Kevin Leyow committed Sep 26, 2014
    Configuration menu
    Copy the full SHA
    2f93065 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e19cf86 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ccd8a5e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e346282 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    be6e9b7 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2014

  1. Merge pull request #184 from tseaver/add_key_docstrings

    Add docstrings for API method of g.datastore.key.Key.
    silvolu committed Sep 29, 2014
    Configuration menu
    Copy the full SHA
    0a5fe6b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #198 from dhermes/datastore-cnxn-inherit-generic

    Making datastore.connection.Connection inherit from base Connection.
    silvolu committed Sep 29, 2014
    Configuration menu
    Copy the full SHA
    5c3d8ae View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2014

  1. Merge pull request #145 from kleyow/files

    Added bucket method to upload files from a file object.
    silvolu committed Sep 30, 2014
    Configuration menu
    Copy the full SHA
    62e887d View commit details
    Browse the repository at this point in the history
  2. Merge pull request #191 from tseaver/137-upload_file-guess_key_based_…

    …on_filename
    
    Fix #137:  default key based on filename.
    silvolu committed Sep 30, 2014
    Configuration menu
    Copy the full SHA
    60887ab View commit details
    Browse the repository at this point in the history
  3. Merge pull request #192 from tseaver/138-save_acl-clear_existing_loca…

    …l_acl
    
    Fix #138: clear existing (local) ACL when saving ACL to server.
    silvolu committed Sep 30, 2014
    Configuration menu
    Copy the full SHA
    23fc80f View commit details
    Browse the repository at this point in the history
  4. Merge pull request #193 from tseaver/139-save_default_object_acl-clea…

    …r_existing_local_acl
    
    Fix #139: clear existing (local) ACL when saving defaultObjectACL to server
    silvolu committed Sep 30, 2014
    Configuration menu
    Copy the full SHA
    d8b4e36 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #194 from tseaver/140-connection.api_request-handl…

    …e_path_none
    
    Fix #140: make 'path' required for Connection.api_request.
    silvolu committed Sep 30, 2014
    Configuration menu
    Copy the full SHA
    3bd6bd8 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #196 from tseaver/143-storage.iterator.KeyDataIter…

    …ator-off_by_one_chunking
    
    Fix #143: off-by-one range in iterator.KeyIterator.get_headers.
    silvolu committed Sep 30, 2014
    Configuration menu
    Copy the full SHA
    bc53038 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #183 from tseaver/133-key.from_protobuf-preserve-n…

    …amespace
    
    Fix #133:  preserve PB namespace in Key.from_protobuf.
    silvolu committed Sep 30, 2014
    Configuration menu
    Copy the full SHA
    77e5f0b View commit details
    Browse the repository at this point in the history
  8. Merge pull request #185 from tseaver/134-key-from_path-contract

    Fix #134:  document / enforce Key.from_path contract
    silvolu committed Sep 30, 2014
    Configuration menu
    Copy the full SHA
    1bb281c View commit details
    Browse the repository at this point in the history
  9. Merge pull request #186 from tseaver/135-key-parent-contract

    Fix #135:  Document / enforce gcloud.datastore.key.Key.parent() contract
    silvolu committed Sep 30, 2014
    Configuration menu
    Copy the full SHA
    9af7d1b View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2014

  1. Configuration menu
    Copy the full SHA
    b848468 View commit details
    Browse the repository at this point in the history
  2. Merge branch '141-connection.get_bucket-spurious_args_kwargs' of gith…

    …ub.com:tseaver/gcloud-python into 141-connection.get_bucket-spurious_args_kwargs
    tseaver committed Oct 1, 2014
    Configuration menu
    Copy the full SHA
    0ba7398 View commit details
    Browse the repository at this point in the history