Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit cece905

Browse filesBrowse files
authored
Merge branch 'master' into move-automl-video-samples
2 parents 2a3c769 + 004aca1 commit cece905
Copy full SHA for cece905

File tree

Expand file treeCollapse file tree

90 files changed

+1131
-164
lines changed
Filter options

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Dismiss banner
Expand file treeCollapse file tree

90 files changed

+1131
-164
lines changed

‎.github/blunderbuss.yml

Copy file name to clipboardExpand all lines: .github/blunderbuss.yml
-2Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
assign_issues:
22
- busunkim96
3-
- dmahugh
43
- kurtisvg
54
- leahecole
65
- gguuss
76
- crwilcox
87
assign_prs:
98
- busunkim96
10-
- dmahugh
119
- kurtisvg
1210
- leahecole
1311
- gguuss

‎.kokoro/python2.7/common.cfg

Copy file name to clipboardExpand all lines: .kokoro/python2.7/common.cfg
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,5 +41,5 @@ action {
4141
# Specify which tests to run
4242
env_vars: {
4343
key: "RUN_TESTS_SESSION"
44-
value: "py2"
44+
value: "gae"
4545
}
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Flask==1.1.1
2-
gunicorn==19.10.0
2+
gunicorn==20.0.4
33
requests[security]==2.22.0
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Flask==1.1.1
2-
google-cloud-datastore==1.9.0
3-
gunicorn==19.9.0
2+
google-cloud-datastore==1.11.0
3+
gunicorn==20.0.4
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Django==3.0.2; python_version > '3.5'
22
Django==2.2.9; python_version == '3.5'
33
# mysqlclient==1.4.1 # Uncomment this line if using MySQL
4-
wheel==0.33.6
4+
wheel==0.34.2
55
gunicorn==20.0.4
66
#psycopg2==2.8.4 # uncomment if you prefer to build from source
77
psycopg2-binary==2.8.4
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Flask==1.1.1
22
gunicorn==20.0.4
3-
numpy==1.17.4
3+
numpy==1.18.2
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Flask==1.1.1
22
gunicorn==20.0.4
3-
redis==3.3.11
3+
redis==3.4.1
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Flask==1.1.1
2-
gunicorn==19.9.0
3-
numpy==1.17.2
2+
gunicorn==20.0.4
3+
numpy==1.18.2
44
scipy==1.2.0
55
pillow==6.2.1
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Flask==1.1.1
22
gunicorn==20.0.4
3-
google-cloud-tasks==1.3.0
3+
google-cloud-tasks==1.5.0
44
googleapis-common-protos==1.6.0
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
Flask==1.1.1
2-
google-cloud-datastore==1.10.0
2+
google-cloud-datastore==1.11.0
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Flask==1.1.1
2-
google-cloud-datastore==1.10.0
2+
google-cloud-datastore==1.11.0
33
google-auth==1.11.2
44
requests==2.22.0
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Flask==1.1.1
2-
google-cloud-datastore==1.10.0
2+
google-cloud-datastore==1.11.0
33
google-auth==1.11.2
44
requests==2.22.0

‎appengine/standard_python37/cloudsql/requirements.txt

Copy file name to clipboardExpand all lines: appengine/standard_python37/cloudsql/requirements.txt
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ flask==1.1.1
22
# psycopg2==2.8.4
33
psycopg2-binary==2.8.4 # you will need either the binary or the regular - for more info see http://initd.org/psycopg/docs/install.html
44
PyMySQL==0.9.3
5-
SQLAlchemy==1.3.13
5+
SQLAlchemy==1.3.15
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
Flask==1.1.1
2-
redis==3.3.11
2+
redis==3.4.1
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
google-cloud-spanner==1.13.0
1+
google-cloud-spanner==1.15.0
22
Flask==1.1.1

‎asset/cloud-client/requirements.txt

Copy file name to clipboard
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
google-cloud-storage==1.26.0
2-
google-cloud-asset==0.8.0
3-
google-cloud-resource-manager==0.30.0
2+
google-cloud-asset==0.9.0
3+
google-cloud-resource-manager==0.30.1
44
google-cloud-pubsub==1.1.0
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
grpcio==1.27.2
22
google-cloud-bigquery[pandas,pyarrow]==1.24.0
3-
datalab==1.1.5
3+
datalab==1.2.0
44
ipython==7.2.0; python_version > "2.7"
55
ipython<=5.5; python_version == "2.7"
66
google-cloud-monitoring==0.34.0
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
google-cloud-bigquery-datatransfer==0.4.1
1+
google-cloud-bigquery-datatransfer==1.0.0

‎bigtable/metricscaler/Dockerfile

Copy file name to clipboard
+24Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Copyright 2020 Google LLC
2+
#
3+
# Licensed under the Apache License, Version 2.0 (the "License");
4+
# you may not use this file except in compliance with the License.
5+
# You may obtain a copy of the License at
6+
#
7+
# http://www.apache.org/licenses/LICENSE-2.0
8+
#
9+
# Unless required by applicable law or agreed to in writing, software
10+
# distributed under the License is distributed on an "AS IS" BASIS,
11+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
# See the License for the specific language governing permissions and
13+
# limitations under the License.
14+
FROM python:3
15+
16+
WORKDIR /usr/src/app
17+
18+
COPY requirements.txt .
19+
RUN pip install --no-cache-dir -r requirements.txt
20+
21+
COPY . .
22+
23+
ENTRYPOINT [ "python", "./metricscaler.py"]
24+
CMD ["--help"]
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
google-cloud-datastore==1.10.0
1+
google-cloud-datastore==1.11.0

‎cdn/requirements.txt

Copy file name to clipboard
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
six==1.13.0
1+
six==1.14.0
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
Flask==1.1.1
2-
SQLAlchemy==1.3.13
2+
SQLAlchemy==1.3.15
33
PyMySQL==0.9.3
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Flask==1.1.1
2-
SQLAlchemy==1.3.13
2+
SQLAlchemy==1.3.15
33
pg8000==1.13.2; python_version > '3.0'
44
pg8000==1.12.5; python_version < '3.0'
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Flask==1.1.1
22
gunicorn==20.0.4; python_version > '3.0'
33
gunicorn==19.10.0; python_version < '3.0'
4-
google-cloud-vision==0.41.0
4+
google-cloud-vision==0.42.0
55
google-cloud-storage==1.26.0
6-
google-cloud-datastore==1.10.0
6+
google-cloud-datastore==1.11.0

‎composer/rest/requirements.txt

Copy file name to clipboard
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
google-auth==1.11.2
22
requests==2.22.0
3-
six==1.13.0
3+
six==1.14.0

‎composer/workflows/requirements.txt

Copy file name to clipboardExpand all lines: composer/workflows/requirements.txt
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apache-airflow[gcp]==1.10.6
2-
kubernetes==10.0.1
2+
kubernetes==11.0.0
33
scipy==1.4.1; python_version > '3.0'
44
scipy==1.2.3; python_version < '3.0'
55
numpy==1.17.4; python_version > '3.0'

‎compute/managed-instances/demo/templates/index.html

Copy file name to clipboardExpand all lines: compute/managed-instances/demo/templates/index.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<html>
22
<head>
3-
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0-rc.2/css/materialize.min.css">
4-
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0-rc.2/js/materialize.min.js"></script>
3+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css">
4+
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/js/materialize.min.js"></script>
55
</head>
66
<body>
77
<table class="striped">

‎compute/xmpp_wikibot/requirements.txt

Copy file name to clipboard
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
Flask==1.1.1
22
requests==2.22.0
33
sleekxmpp==1.3.3
4-
six==1.13.0
4+
six==1.14.0
+27Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Copyright 2020 Google LLC
2+
#
3+
# Licensed under the Apache License, Version 2.0 (the "License");
4+
# you may not use this file except in compliance with the License.
5+
# You may obtain a copy of the License at
6+
#
7+
# http://www.apache.org/licenses/LICENSE-2.0
8+
#
9+
# Unless required by applicable law or agreed to in writing, software
10+
# distributed under the License is distributed on an "AS IS" BASIS,
11+
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12+
# See the License for the specific language governing permissions and
13+
# limitations under the License.
14+
15+
FROM gcr.io/dataflow-templates-base/python3-template-launcher-base
16+
17+
ARG WORKDIR=/dataflow/template
18+
RUN mkdir -p ${WORKDIR}
19+
WORKDIR ${WORKDIR}
20+
21+
COPY requirements.txt .
22+
COPY streaming_beam.py .
23+
24+
ENV FLEX_TEMPLATE_PYTHON_REQUIREMENTS_FILE="${WORKDIR}/requirements.txt"
25+
ENV FLEX_TEMPLATE_PYTHON_PY_FILE="${WORKDIR}/streaming_beam.py"
26+
27+
RUN pip install -U -r ./requirements.txt

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.