-
Notifications
You must be signed in to change notification settings - Fork 123
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
757 changed files
with
175,190 additions
and
22,097 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
# This workflow warns and then closes issues and PRs that have had no activity for a specified amount of time. | ||
# | ||
# You can adjust the behavior by modifying this file. | ||
# For more information, see: | ||
# https://github.com/actions/stale | ||
name: Mark stale issues and pull requests | ||
|
||
on: | ||
schedule: | ||
- cron: '39 7 * * *' | ||
|
||
jobs: | ||
stale: | ||
|
||
runs-on: ubuntu-latest | ||
permissions: | ||
issues: write | ||
pull-requests: write | ||
|
||
steps: | ||
- uses: actions/stale@v5 | ||
with: | ||
repo-token: ${{ secrets.GITHUB_TOKEN }} | ||
days-before-stale: -1 | ||
days-before-close: -1 | ||
days-before-issue-stale: 90 | ||
days-before-issue-close: 90 | ||
stale-issue-message: > | ||
This issue has been automatically marked as stale because it has not had | ||
recent activity. It will be closed if no further activity occurs. Thank you | ||
for your contributions. | ||
close-issue-message: > | ||
This issue has been automatically closed because it has not had recent | ||
activity. Please comment "/reopen" to reopen it. | ||
stale-issue-label: 'lifecycle/stale' | ||
exempt-issue-labels: lifecycle/frozen | ||
exempt-pr-labels: lifecycle/frozen | ||
# Learn more about operations: https://github.com/actions/stale#operations-per-run. | ||
operations-per-run: 200 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
2.0.0 | ||
2.0.2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
kubernetes>=8.0.0,<11.0.0 | ||
ml-metadata==1.5.0 | ||
ml-metadata==1.14.0 | ||
lru-dict>=1.1.7,<2.0.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,67 @@ | ||
# | ||
# This file is autogenerated by pip-compile | ||
# To update, run: | ||
# This file is autogenerated by pip-compile with Python 3.8 | ||
# by the following command: | ||
# | ||
# pip-compile --output-file=- - | ||
# | ||
absl-py==0.12.0 # via ml-metadata | ||
attrs==20.3.0 # via ml-metadata | ||
cachetools==5.0.0 # via google-auth | ||
certifi==2021.10.8 # via kubernetes, requests | ||
charset-normalizer==2.0.10 # via requests | ||
google-auth==2.4.1 # via kubernetes | ||
grpcio==1.43.0 # via ml-metadata | ||
idna==3.3 # via requests | ||
kubernetes==10.1.0 # via -r - | ||
lru-dict==1.1.7 # via -r - | ||
ml-metadata==1.5.0 # via -r - | ||
oauthlib==3.1.1 # via requests-oauthlib | ||
protobuf==3.19.3 # via ml-metadata | ||
pyasn1-modules==0.2.8 # via google-auth | ||
pyasn1==0.4.8 # via pyasn1-modules, rsa | ||
python-dateutil==2.8.2 # via kubernetes | ||
pyyaml==3.13 # via kubernetes | ||
requests-oauthlib==1.3.0 # via kubernetes | ||
requests==2.27.1 # via kubernetes, requests-oauthlib | ||
rsa==4.8 # via google-auth | ||
six==1.16.0 # via absl-py, google-auth, grpcio, kubernetes, ml-metadata, python-dateutil | ||
urllib3==1.26.8 # via kubernetes, requests | ||
websocket-client==1.2.3 # via kubernetes | ||
absl-py==1.4.0 | ||
# via ml-metadata | ||
attrs==21.4.0 | ||
# via ml-metadata | ||
cachetools==5.3.1 | ||
# via google-auth | ||
certifi==2023.7.22 | ||
# via | ||
# kubernetes | ||
# requests | ||
charset-normalizer==3.2.0 | ||
# via requests | ||
google-auth==2.23.0 | ||
# via kubernetes | ||
grpcio==1.58.0 | ||
# via ml-metadata | ||
idna==3.4 | ||
# via requests | ||
kubernetes==10.1.0 | ||
# via -r - | ||
lru-dict==1.2.0 | ||
# via -r - | ||
ml-metadata==1.14.0 | ||
# via -r - | ||
oauthlib==3.2.2 | ||
# via requests-oauthlib | ||
protobuf==3.20.3 | ||
# via ml-metadata | ||
pyasn1==0.5.0 | ||
# via | ||
# pyasn1-modules | ||
# rsa | ||
pyasn1-modules==0.3.0 | ||
# via google-auth | ||
python-dateutil==2.8.2 | ||
# via kubernetes | ||
pyyaml==3.13 | ||
# via kubernetes | ||
requests==2.31.0 | ||
# via | ||
# kubernetes | ||
# requests-oauthlib | ||
requests-oauthlib==1.3.1 | ||
# via kubernetes | ||
rsa==4.9 | ||
# via google-auth | ||
six==1.16.0 | ||
# via | ||
# kubernetes | ||
# ml-metadata | ||
# python-dateutil | ||
urllib3==1.26.16 | ||
# via | ||
# google-auth | ||
# kubernetes | ||
# requests | ||
websocket-client==1.6.3 | ||
# via kubernetes | ||
|
||
# The following packages are considered to be unsafe in a requirements file: | ||
# setuptools |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
#!/bin/bash | ||
|
||
# This image should be in sync with Dockerfile. | ||
IMAGE="python:3.8" | ||
../../hack/update-requirements.sh $IMAGE <requirements.in >requirements.txt |
Oops, something went wrong.