Merge branch 'Azure/OSDU-Wellbore-DDMS-M8-Master' into 'azure/m10-master'
Merge from M8-Azure to m10-master to onboard wellbore to latest OSDU version See merge request !498
No related branches found
No related tags found
Showing
- .gitlab-ci.yml 8 additions, 8 deletions.gitlab-ci.yml
- NOTICE 15 additions, 40 deletionsNOTICE
- README.md 1 addition, 1 deletionREADME.md
- app/conf.py 1 addition, 1 deletionapp/conf.py
- app/helper/logger.py 20 additions, 15 deletionsapp/helper/logger.py
- app/helper/metric.py 7 additions, 0 deletionsapp/helper/metric.py
- app/helper/traces.py 4 additions, 3 deletionsapp/helper/traces.py
- app/wdms_app.py 2 additions, 1 deletionapp/wdms_app.py
- requirements.in 1 addition, 0 deletionsrequirements.in
- requirements.txt 6 additions, 14 deletionsrequirements.txt
- requirements_dev.txt 1 addition, 19 deletionsrequirements_dev.txt
- tests/unit/app_conf_test.py 0 additions, 14 deletionstests/unit/app_conf_test.py
app/helper/metric.py
0 → 100644
# | ||
# This file is autogenerated by pip-compile with python 3.7 | ||
# This file is autogenerated by pip-compile with python 3.8 | ||
# To update, run: | ||
# | ||
# pip-compile requirements.in | ||
... | ... | @@ -135,6 +135,7 @@ fastapi==0.68.1 |
# -r requirements.in | ||
# osdu-data-ecosystem-search | ||
# osdu-data-ecosystem-storage | ||
# prometheus-fastapi-instrumentator | ||
fsspec==2021.7.0 | ||
# via | ||
# -r requirements.in | ||
... | ... | @@ -192,10 +193,6 @@ idna==3.2 |
# requests | ||
# rfc3986 | ||
# yarl | ||
importlib-metadata==4.10.1 | ||
# via | ||
# click | ||
# jsonschema | ||
isodate==0.6.0 | ||
# via msrest | ||
jinja2==3.0.3 | ||
... | ... | @@ -290,6 +287,10 @@ ply==3.11 |
# via jsonpath-ng | ||
portalocker==1.7.1 | ||
# via msal-extensions | ||
prometheus-client==0.13.1 | ||
# via prometheus-fastapi-instrumentator | ||
prometheus-fastapi-instrumentator==5.7.1 | ||
# via -r requirements.in | ||
protobuf==3.17.3 | ||
# via | ||
# google-api-core | ||
... | ... | @@ -406,16 +407,9 @@ tornado==6.1 |
typing-extensions==3.10.0.0 | ||
# via | ||
# aiohttp | ||
# aioitertools | ||
# anyio | ||
# asgiref | ||
# importlib-metadata | ||
# osdu-data-ecosystem-search | ||
# osdu-data-ecosystem-storage | ||
# pydantic | ||
# structlog | ||
# uvicorn | ||
# yarl | ||
urllib3==1.26.6 | ||
# via | ||
# botocore | ||
... | ... | @@ -430,8 +424,6 @@ yarl==1.6.3 |
# via aiohttp | ||
zict==2.0.0 | ||
# via distributed | ||
zipp==3.7.0 | ||
# via importlib-metadata | ||
# The following packages are considered to be unsafe in a requirements file: | ||
# setuptools |
Please register or sign in to comment