Skip to content

Conversation

@albertpadin
Copy link
Owner

No description provided.

alixhami and others added 30 commits July 17, 2018 15:00
* First version of CJD samples

* Add more samples

* Add more samples

* Add more samples

* Add more samples

* Add quickstart and remove the deprecated sample

* Remove unused dependency and adjust the indentation

* Fix the lint issue

* Fix the lint issue

* Fix the lint issue

* Move thes samples from /jobs/cjd_sample to /jobs

* Modify the quickstart test

* Add tests, modify tags, remove env and some other changes

* format the code

* Fx the issue in the sample and test

* Remove all the extra empty lines

* Fix the lint issue
#1572)

* Add samples for object localization and handwritten ocr

* Update to released lib

* Update beta_snippets.py
* Add Python dependencies example workflow.

* Move dependencies example to workflows folder and add tests

Updates sample to use relative imports.

Adds license headers.

Uses 4 spaces for indentation.

* Add region tag for local deps sample.

* Rename local deps sample for better explaination in the docs.

* Rename to coin_module to reflect correct Python term.
Since Composer is Python 2.7 only for now, this sample can use implicit
relative imports. Airflow doesn't seem to support explicit relative
imports when I try to run the use_local_deps.py file in Composer.

Aside: Airflow is using the imp.load_source method to load the DAG
modules. This will be problematic for Python 3 support, see:
https://issues.apache.org/jira/browse/AIRFLOW-2243.
* Added samples for Storage, OCR, and Slack tutorial

* Completed requested changes + Lint fixes (F-strings removed)

* Minor fix

* Updated the tests

* Minor fixes

* Use newer version of flask (1.0.2 instead of 0.12.2)

* Minor fix
* Composer: Add KubernetesPodOperator sample documentation

* Address lint error.

* Rename KubernetesPodOperator to remove redundant _sample from filename

* Fixes for flake8 linter.

Use 4 spaces. Wrap at 79 columns. Use periods after sentences in
comments.
* Printing the last paragraph only.

* Python3 print

* Removing sample rate setting

* Adding the missing output parameter in the example

* Changes based on the comments

* Removed filenames as input parameters

* Removed unused args

* Updated README file

* Updated the inline comment

* Modified code to make it more readable

* Simplified the response object processing.

* Fixing the long line issue.
* automl initial commit

* lint

* fix import groupings

* add requirements.txt

* address review comments
I believe this will make it clearer what the actual value should be for the affinity label.
* Example of Pub/Sub API Client Lib in GAE Standard

* Added Pub/Sub in AppEngine Standard
The original image no longer appears on cloud.google.com/vision
* skip model create/delete test

* add skip reason
Currently none of the Endpoints Frameworks docs are using the "echo_api" region tag in this sample. I would like to show just a small snippet of code, so I added the "echo_api_method" region tag. In case we want to show the entire class in the docs, I've renamed the "echo_api" region tag to "echo_api_class".
Added region tags around import statements for use in documentation.
engelke and others added 29 commits December 4, 2018 10:05
* Moved the imports and region tags inside the functions

* Removed the unnecessary imports

* Added the missing import (six) to the functions

* Removed the extra whitespaces

* Changes based on Alix's comments.
- Sample files no longer have input arguments
- Input texts and uri's are hard coded
- unit tests are modified accordingly

* Remove extra whitespace

* Removed extra whitespaces

* Removed unused import

* Removed the extra + signs
* Tweaks to Issue #1100

* Updated to current Firebase
* fix decode problem

* fix decode

* fix decode
* Fix test

* remove import os that's no longer needed
Tests for #1335. Using ack_deadline_seconds as the example.
* Update sample output

* Update snippets.py

* Update snippets.py
* Update snippets.py

* Update snippets_test.py
Clean up comments and variable names as this quickstart will be sourced
directly into our quickstart docs.
New snippet to delete notification channel
* Updates IoT core betas
* Updates library versions
* Removes revoked API key
* Removes old labels
* Added sample for configuring warmup requests.

* Remove unused region tag.

* Minor fix.
* Fix update test to use new endpoint

* Handle subscription already exists

Previous deletions don't always succeed

* Use a new endpoint for update
* Check for Mac, use umount instead of fusermount

* Update copy_environment.py
* Add base code for realtime listener snippets
* Updating samples based on fixes
* Update requires to point to latest release
* Update requirements.txt

* Adding some rate limiting
* Skeletal trace example

* Initial sample code

* Completed sample

* Simple way to run the server

* New library version available
@albertpadin albertpadin merged commit 84d0ce4 into albertpadin:master Jan 1, 2019
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.