gcloud icon indicating copy to clipboard operation
gcloud copied to clipboard

High-level interfaces to Google Cloud Platform APIs

Results 42 gcloud issues
Sort by recently updated
recently updated
newest added

Right now, the only way to [get a resumable upload URL](https://cloud.google.com/storage/docs/json_api/v1/how-tos/resumable-upload) is to do the HTTP request "manually". The problem with that, is that the storage does not expose the...

I have a bucket with ~50k items in it. Calling bucket.list to get the names takes around 15 minutes to complete. Replacing the code with something like the following approximate...

Running this test on Windows and on linux, with SDKs 1.11.3 and 1.13.0-dev.0.0, results in the same failures in every circumstance: One test fails, and another times out. The timeout...

type-bug

``` FAILED: none-vm release_ia32 gcloud/test/storage/e2e_test Expected: Pass Actual: RuntimeError CommandOutput[vm]: stdout: unittest-suite-wait-for-done PASS: object create-read-delete PASS: object create-with-predefined-acl-delete PASS: object create-with-acl-delete PASS: object create-with-metadata-delete All 4 tests passed. unittest-suite-success stderr:...

Model class and Datastore annotations (like @Kind, @StringProperty()...) should be in a separate importable library and not depend on the Mirrors package. It's common practice to have the model classes...

The optional `partition` parameter to `DatastoreDB.query` is redundant in cases where an `ancestorKey` is given or when it is `null`. For queries with a `partition` but without an `ancestorKey`, we...

Transactional queries need to be performed on an entity group - which requires the `ancestorKey. The optional`partition`parameter to the`Transaction.query`is redundant since it can be deduced from`ancestorKey`.

filtering by Key fails with 'Cannot encode unsupported Key type.' gcloud 0.1.3+1, appengine 0.2.5 ``` @Kind(name:'m_channel') class Channel extends Model { @StringProperty() String name; } @Kind(name:'m_data') class Data extends Model...

We have disabled the test negative_empty_commit_xg as it seems we are able to do 20 concurrent cross entity group lookups and commits without failing. Check with Fuller whether the previous...

That is reverting https://github.com/dart-lang/gcloud/commit/7c92a79c26049af30f3fdb6c9a6349701dc9a25f when issue [11833](https://code.google.com/p/dart/issues/detail?id=11833) is fixed