Skip to content

Commit

Permalink
CI Updates (#132)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions <github-actions@github.com>
  • Loading branch information
ric-evans and github-actions authored Aug 1, 2023
1 parent caac493 commit 4908545
Show file tree
Hide file tree
Showing 8 changed files with 222 additions and 48 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/wipac-cicd.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
# For most recent version see:
# https://github.com/WIPACrepo/wipac-dev-tools/blob/main/.github/workflows/wipac-cicd.yml
# Copy any updates to wipac-dev-tools.

name: wipac ci/cd

on: [push]
Expand All @@ -20,7 +16,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- uses: WIPACrepo/wipac-dev-mypy-action@v1.1
- uses: WIPACrepo/wipac-dev-mypy-action@v2.0

py-setup:
runs-on: ubuntu-latest
Expand All @@ -42,7 +38,7 @@ jobs:
github.ref_type == 'branch' &&
format('refs/heads/{0}', github.event.repository.default_branch) != github.ref
name: wipac-dev-py-setup-action (only for non-dependabot non-default branches)
uses: WIPACrepo/wipac-dev-py-setup-action@v1.11
uses: WIPACrepo/wipac-dev-py-setup-action@v2.2
with:
base-keywords: "WIPAC IceCube"
Expand Down Expand Up @@ -130,7 +126,7 @@ jobs:
with:
fetch-depth: 0
- name: Python Semantic Release
uses: relekang/python-semantic-release@master
uses: python-semantic-release/python-semantic-release@v7.34.6
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
repository_username: __token__
Expand Down
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -110,3 +110,7 @@ venv.bak/
/suru

src/


# wipac-dev-py-setup-action
!dependencies*.log
28 changes: 11 additions & 17 deletions requirements-dev.txt → dependencies-dev.log
Original file line number Diff line number Diff line change
@@ -1,24 +1,22 @@
#
# This file is autogenerated by pip-compile with Python 3.10
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile --extra=dev --output-file=requirements-dev.txt
# pip-compile --extra=dev --output-file=dependencies-dev.log
#
cachetools==5.3.1
# via wipac-rest-tools (setup.py)
certifi==2023.5.7
certifi==2023.7.22
# via requests
cffi==1.15.1
# via cryptography
charset-normalizer==3.2.0
# via requests
cryptography==41.0.2
cryptography==41.0.3
# via
# pyjwt
# wipac-rest-tools (setup.py)
exceptiongroup==1.1.2
# via pytest
flake8==6.0.0
flake8==6.1.0
# via wipac-rest-tools (setup.py)
httpretty==1.1.4
# via wipac-rest-tools (setup.py)
Expand All @@ -36,11 +34,11 @@ packaging==23.1
# via pytest
pluggy==1.2.0
# via pytest
pycodestyle==2.10.0
pycodestyle==2.11.0
# via flake8
pycparser==2.21
# via cffi
pyflakes==3.0.1
pyflakes==3.1.0
# via flake8
pyjwt[crypto]==2.8.0
# via wipac-rest-tools (setup.py)
Expand All @@ -67,19 +65,15 @@ requests-futures==1.0.1
# via wipac-rest-tools (setup.py)
requests-mock==1.11.0
# via wipac-rest-tools (setup.py)
ruff==0.0.278
ruff==0.0.282
# via wipac-rest-tools (setup.py)
six==1.16.0
# via requests-mock
tomli==2.0.1
# via
# mypy
# pytest
tornado==6.3.2
# via wipac-rest-tools (setup.py)
types-requests==2.31.0.1
types-requests==2.31.0.2
# via wipac-rest-tools (setup.py)
types-urllib3==1.26.25.13
types-urllib3==1.26.25.14
# via types-requests
typing-extensions==4.7.1
# via
Expand All @@ -88,7 +82,7 @@ typing-extensions==4.7.1
# wipac-dev-tools
urllib3==2.0.4
# via requests
wheel==0.40.0
wheel==0.41.0
# via wipac-rest-tools (setup.py)
wipac-dev-tools==1.6.16
# via wipac-rest-tools (setup.py)
182 changes: 182 additions & 0 deletions dependencies-mypy.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,182 @@
#
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile --extra=mypy --output-file=dependencies-mypy.log
#
backoff==2.2.1
# via opentelemetry-exporter-otlp-proto-http
cachetools==5.3.1
# via wipac-rest-tools (setup.py)
certifi==2023.7.22
# via requests
cffi==1.15.1
# via cryptography
charset-normalizer==3.2.0
# via requests
click==8.1.6
# via
# click-completion
# pycycle
click-completion==0.5.2
# via pycycle
colorama==0.4.6
# via crayons
coloredlogs==15.0.1
# via wipac-telemetry
coverage[toml]==7.2.7
# via
# pytest-cov
# wipac-rest-tools (setup.py)
crayons==0.4.0
# via pycycle
cryptography==41.0.3
# via
# pyjwt
# wipac-rest-tools (setup.py)
deprecated==1.2.14
# via
# opentelemetry-api
# opentelemetry-exporter-otlp-proto-http
flake8==6.1.0
# via wipac-rest-tools (setup.py)
googleapis-common-protos==1.56.2
# via
# opentelemetry-exporter-jaeger-proto-grpc
# opentelemetry-exporter-otlp-proto-http
grpcio==1.56.2
# via opentelemetry-exporter-jaeger-proto-grpc
httpretty==1.1.4
# via wipac-rest-tools (setup.py)
humanfriendly==10.0
# via coloredlogs
idna==3.4
# via requests
importlib-metadata==6.8.0
# via opentelemetry-api
iniconfig==2.0.0
# via pytest
jinja2==3.1.2
# via click-completion
markupsafe==2.1.3
# via jinja2
mccabe==0.7.0
# via flake8
mypy==1.4.1
# via wipac-rest-tools (setup.py)
mypy-extensions==1.0.0
# via mypy
opentelemetry-api==1.19.0
# via
# opentelemetry-exporter-jaeger-proto-grpc
# opentelemetry-exporter-jaeger-thrift
# opentelemetry-exporter-otlp-proto-http
# opentelemetry-sdk
# wipac-telemetry
opentelemetry-exporter-jaeger==1.19.0
# via wipac-telemetry
opentelemetry-exporter-jaeger-proto-grpc==1.19.0
# via opentelemetry-exporter-jaeger
opentelemetry-exporter-jaeger-thrift==1.19.0
# via opentelemetry-exporter-jaeger
opentelemetry-exporter-otlp-proto-common==1.19.0
# via opentelemetry-exporter-otlp-proto-http
opentelemetry-exporter-otlp-proto-http==1.19.0
# via wipac-telemetry
opentelemetry-proto==1.19.0
# via
# opentelemetry-exporter-otlp-proto-common
# opentelemetry-exporter-otlp-proto-http
opentelemetry-sdk==1.19.0
# via
# opentelemetry-exporter-jaeger-proto-grpc
# opentelemetry-exporter-jaeger-thrift
# opentelemetry-exporter-otlp-proto-http
# wipac-telemetry
opentelemetry-semantic-conventions==0.40b0
# via opentelemetry-sdk
packaging==23.1
# via pytest
pluggy==1.2.0
# via pytest
protobuf==3.20.3
# via
# googleapis-common-protos
# opentelemetry-proto
# wipac-telemetry
pycodestyle==2.11.0
# via flake8
pycparser==2.21
# via cffi
pycycle==0.0.8
# via wipac-rest-tools (setup.py)
pyflakes==3.1.0
# via flake8
pyjwt[crypto]==2.8.0
# via wipac-rest-tools (setup.py)
pypng==0.20220715.0
# via qrcode
pytest==7.4.0
# via
# pycycle
# pytest-asyncio
# pytest-cov
# pytest-mock
# wipac-rest-tools (setup.py)
pytest-asyncio==0.21.1
# via wipac-rest-tools (setup.py)
pytest-cov==4.1.0
# via wipac-rest-tools (setup.py)
pytest-mock==3.11.1
# via wipac-rest-tools (setup.py)
qrcode==7.4.2
# via wipac-rest-tools (setup.py)
requests==2.31.0
# via
# opentelemetry-exporter-otlp-proto-http
# requests-futures
# requests-mock
# wipac-dev-tools
# wipac-rest-tools (setup.py)
requests-futures==1.0.1
# via wipac-rest-tools (setup.py)
requests-mock==1.11.0
# via wipac-rest-tools (setup.py)
ruff==0.0.282
# via wipac-rest-tools (setup.py)
shellingham==1.5.0.post1
# via click-completion
six==1.16.0
# via
# click-completion
# requests-mock
# thrift
thrift==0.16.0
# via opentelemetry-exporter-jaeger-thrift
tornado==6.3.2
# via wipac-rest-tools (setup.py)
types-requests==2.31.0.2
# via wipac-rest-tools (setup.py)
types-urllib3==1.26.25.14
# via types-requests
typing-extensions==4.7.1
# via
# mypy
# opentelemetry-sdk
# qrcode
# wipac-dev-tools
# wipac-telemetry
urllib3==2.0.4
# via requests
wheel==0.41.0
# via wipac-rest-tools (setup.py)
wipac-dev-tools==1.6.16
# via
# wipac-rest-tools (setup.py)
# wipac-telemetry
wipac-telemetry==0.2.7
# via wipac-rest-tools (setup.py)
wrapt==1.15.0
# via deprecated
zipp==3.16.2
# via importlib-metadata
8 changes: 4 additions & 4 deletions requirements-telemetry.txt → dependencies-telemetry.log
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
#
# This file is autogenerated by pip-compile with Python 3.10
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile --extra=telemetry --output-file=requirements-telemetry.txt
# pip-compile --extra=telemetry --output-file=dependencies-telemetry.log
#
backoff==2.2.1
# via opentelemetry-exporter-otlp-proto-http
cachetools==5.3.1
# via wipac-rest-tools (setup.py)
certifi==2023.5.7
certifi==2023.7.22
# via requests
cffi==1.15.1
# via cryptography
charset-normalizer==3.2.0
# via requests
coloredlogs==15.0.1
# via wipac-telemetry
cryptography==41.0.2
cryptography==41.0.3
# via pyjwt
deprecated==1.2.14
# via
Expand Down
Loading

0 comments on commit 4908545

Please sign in to comment.