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

update local branch #3

Merged
merged 1,637 commits into from
May 1, 2019
Merged

update local branch #3

merged 1,637 commits into from
May 1, 2019

Conversation

aman-ebay
Copy link
Owner

No description provided.

iotmani and others added 30 commits October 10, 2018 14:18
* Fix for error when missing MySQLdb

* Update settings.py

* Update settings.py

* Update settings.py
* Updated trampoline script to match latest version that cleans up files

* Added newline to end of trampoline script
* Updated trampoline script to match latest version that cleans up files

* Added newline to end of trampoline script

* A quickstart test was missing requirements.txt
* Fix Environment Migration script for encryption

Add ability for Composer Environment Migration script to decrypt
and reencrypt variables and connections using the new fernet key.

* Fix lint errors. Add README.
* Moved import stataments inside region tags

* Explained topic and subscription path methods
Change-Id: I36dacec6b83a2ecf1a3a77294adc0ae6e5b340a9
Change-Id: I0b78475a513db9d85cba2a17044680a7f6dae5db
* Updated trampoline script to match latest version that cleans up files

* Added newline to end of trampoline script

* A quickstart test was missing requirements.txt

* Replaced print statements with print function calls

* Missed a print issue last time

* Bad indent fixed
* Add Firestore reactive sample

Change-Id: I8ae1d62356927dca9cf62ff7fdf0f887550ec6ae

* Fix merge lint

Change-Id: Iaf6f448115f28060514016ee96a9144fabc9d824
* Get display name of enums using IntEnum

Requires updating google-cloud-language to 1.1.0

* Add note about gs://demomaker for video test files

* Get display name of enums using IntEnum

* Get display name of enums using IntEnum

* Revert "Add note about gs://demomaker for video test files"

This reverts commit 39d9bff.
* Making bigtable tests run successfully

* Fixed missing import

* Renamed noxfile for new environment

* Moving the nox name back
* remove unused beta entity sentiment samples

* remove unused beta samples

* remove v1beta2 directory

* remove outdated unused tutorial

* removes remaining googleapiclient.discovery tutorials
* Adds beta example for Cloud IoT Core device commands
* Added Bu Sun's updates, fixed some lint errors

* Changes to use new nox version

* Minor formatting to force a presubmit check to run

* Ignore noxfile.py for tests

* Clean up layout for lint
* Fixed name of model

* update model ids
* Handle delete Not Found exceptions if needed

* Update main_test.py
* Time series tests use random unique name to avoid limits

* Lint wants another blank line here

* Use current debian image family

* Restore to old state. Work should be on different branch.

* Update snippets.py
* Add beta snippets for object tracking / text detection

* Update beta_snippets_test.py

* Update beta_snippets.py

* Revert to using explicit URIs

* linter
* Add sample for using BigQuery in App Engine Python 3.7 runtime

* Added app.yaml.

* Minor fix.
…me. (#1757)

* Added sample for using Cloud Spanner with App Engine Python 3.7 runtime.

* Minor fixes.

* Minor fixes.
added import comments to snippets
* Add snapshot cursors sample

* Updating sample with a test
tswast and others added 28 commits April 4, 2019 12:29
* Remove temporary dataset from bqstorage pandas tutorial

As of google-cloud-bigquery version 1.11.1, the `to_dataframe` method
will fallback to the tabledata.list API when the BigQuery Storage API
fails to read the query results.

* Remove unused imports
* dicom_stores tests pass (when discovery_url is active)

* Get/Set IAM policies for fhir_stores

* Updated test

* IAM operations on fhir_stores complete

* IAM policy get/set for hl7v2 stores

* IAM get/set for dicom stores

* IAM get/set policy for datasets

* Added list_resource_history

* Added get_resource_history

* Added delete_resource_purge

* Added conditional_update_resource

* Added conditional_delete_resource

* Added conditional_patch_resource

* Added fhir resource import and export

* Added execute_bundle

* Dicomweb search instances

* Cleaning up FHIR resources

* All dicom tests running and passing

* No longer skipping datasets tests

* All fhir tests running and passing

* All hl7v2 tests running and passing

* Fix lint issues

* More lint issues

* Removed trailing whitespace.

* Fixing lint errors

* Fixed API version

* A new lint error appears

* Lint

* Fixed API version
* add files

* upate create_annotation_spec_set and test

* add requirements.txt

* update create_instruction and test

* update import data and test

* add label image and test

* add label_text test

* add label_video_test

* add manage dataset and tests

* flake

* fix

* add README
* Add in progress beta snippets

Change-Id: I2cd8ddc2307a8e40d56ce7e493749dc05c34d164

* Add google-cloud-storage dependency

Change-Id: Iff7bc9b2c82b1e829580a3d4ad628087dbeee8be

* Non-'global' location required for BatchTranslateText

Change-Id: I5198aa6368a088e8f5ee295dc55a5e9e4ca8f494

* Upgrade google-cloud-translate to 1.4.0

1.4.0 includes the new v3beta1 alongside V2

Change-Id: I5adfe78ea7e78d84678db343cd84516e3d05491f

* Update Translate samples

You can now provide your own glossary ID

The tests now run within a randomly created bucket (deleted after each
test)

Change-Id: I5cb2680cd0e9e43c85932a6a0dc19e6fab5008c5

* pytest.fixture for random test bucket

Change-Id: I8e816ed4c95a6235347a29849044b4cab02d40a8

* flake8 spec fixes

Change-Id: I4932bcf856a9498b01d9661c90c6b45ee2958ee1

* Added pytest fixture for creating glossary (WIP)

Change-Id: Iddb5ecbf0eefb9efd2243dc4bc56b585102e9351

* Add assertions, remove placeholder TODOs

Change-Id: If1eb20bca5bfcc87dd0652d5488b2188afa626af
* initial commit
* update census
* update notebooks
* Fix typo in comments

* Fix typos in comments (conversaion -> conversation)

* Add 'cmd' in kubernetes_min_pod example so that the sample task passes

* Comment out unused imports to pass linter

* Remove commented out imports
as the bug has been fixed in the public client lib
Showcasing Cloud Pub/Sub new feature authenticated push in GAE Standard for Python 3.
* Add magics tutorial with BigQuery Storage API integration.

This is a notebooks tutorial, modeled after the Jupyter notebook example
code for BigQuery. Use some caution when running these tests, as they
run some large-ish (5 GB processed) queries and download about 500 MB
worth of data. This is intentional, as the BigQuery Storage API is most
useful for downloading large results.

* Update deps.

* Don't run big queries on Travis.
* Http push queue sample

* Updates to requirements and license

* update comments

* Update app.yaml

* update readme

* fix versioning errors

* linting error fixed
The use of an OAuth token issued by accounts.google.com triggers
a special path in Endpoints Framework, which validates if the
client id ('azp' claim of JWT token) is included in allowed_client_ids
list supplied to @endpoints.method decorator.

Without the change, sample client described at [1] receives 401
Unauthorized errors when attempting to access the API.

[1] https://cloud.google.com/endpoints/docs/frameworks/python/javascript-client
* Move samples to keep consistent with other langauges

* Ad system tests as well
* Rename Cloud ML Engine to AI Platform

Renames all instances of the following terms in strings and other text:

* Cloud Machine Learning Engine
* Cloud ML Engine
* ML Engine

To be cautious about broken links, this change doesn't rename any files
or change any URLs. (The ml_engine directory may be renamed later, after
a sweep to find all the places where this code is included or linked
to.)
* Add task with authentication sample

* Fix linting

* Fix linting

* Fix spacing

* Update tests with service account

* Move samples and update READMEs

* Update version and linting
* Updating the region tags to be consistent across Cloud Bigtable.

Need to figure out filtering for happybase or rename

* Remove happybase filter

* Linting
* Add opencensus python metrics quickstart

* Change loop var name

* Update for new_stats_exporter API change

* Add README, requirements files

* Add OC metrics quickstart tests

* Make example executable

* Add 5s grace period for export

* Print project ID to stdout on exporter creation

* s/bash/sh in README
* Add custom prediction routine samples

Change-Id: I734bebd77970a3ab627b0cbffdcb8fef320c2de4

* Ensure line limit of 79 characters

Change-Id: Ic3b512b7478a1e5052baf2978ed1fbc384793e2e
* Remove deprecated migration scripts

* Comment out unused imports to pass linter

* Remove commented out imports

* Remove deprecated migration scripts

* Add readme pointing to env upgrade docs
* Updated datasets samples to remove api keys

* Updated dicom samples to remove api keys

* Updated fhir samples to remove api keys

* Updated all samples to remove api keys
@aman-ebay aman-ebay merged commit ab170ef into aman-ebay:master May 1, 2019
aman-ebay pushed a commit that referenced this pull request May 1, 2019
* Add env/ and .vscode/ to .gitignore

* Add IAM requirements.txt

* Python Service account keys (GoogleCloudPlatform#5)

Add IAM service account keys snippets

* Python Quickstart (#3)

Add IAM quickstart

* Python Service accounts (#4)

Add IAM service account snippets

* Add query grantable roles and tests (#2)

* Add whitespace and correct string formatting

* Add extra CR

* Lint
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.