Skip to content

Commit

Permalink
Merge branch 'main' into upgrade-fastapi-version
Browse files Browse the repository at this point in the history
  • Loading branch information
quinna-h authored Aug 27, 2024
2 parents 3b7c556 + 70ed1a4 commit b012f27
Show file tree
Hide file tree
Showing 63 changed files with 1,103 additions and 717 deletions.
1 change: 1 addition & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ tests/ci_visibility @DataDog/ci-app-libraries
tests/coverage @DataDog/apm-core-python @DataDog/ci-app-libraries
tests/tracer/test_ci.py @DataDog/ci-app-libraries
ddtrace/ext/git.py @DataDog/ci-app-libraries @DataDog/apm-core-python
scripts/ci_visibility/* @DataDog/ci-app-libraries

# Debugger
ddtrace/debugging/ @DataDog/debugger-python
Expand Down
1 change: 1 addition & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ include:
- local: ".gitlab/tests.yml"
- local: ".gitlab/macrobenchmarks.yml"
- local: ".gitlab/dogfood.yml"
- local: ".gitlab/release.yml"

package-oci:
needs: [ download_dependency_wheels, download_ddtrace_artifacts ]
Expand Down
2 changes: 1 addition & 1 deletion .gitlab/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ variables:

release_pypi_test:
extends: .release_pypi
dependencies: [ "download_ddtrace_wheels" ]
dependencies: [ "download_ddtrace_artifacts" ]
variables:
PYPI_REPOSITORY: testpypi

Expand Down
18 changes: 9 additions & 9 deletions .riot/requirements/10ebb4e.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# This file is autogenerated by pip-compile with Python 3.7
# by the following command:
#
# pip-compile --config=pyproject.toml --no-annotate --resolver=backtracking .riot/requirements/10ebb4e.in
# pip-compile --allow-unsafe --config=pyproject.toml --no-annotate --resolver=backtracking .riot/requirements/10ebb4e.in
#
aiobotocore==1.4.2
aiohttp==3.8.6
Expand All @@ -11,33 +11,33 @@ aiosignal==1.3.1
async-generator==1.10
async-timeout==4.0.3
asynctest==0.13.0
attrs==23.1.0
attrs==24.2.0
botocore==1.20.106
charset-normalizer==3.3.2
coverage[toml]==7.2.7
exceptiongroup==1.2.0
exceptiongroup==1.2.2
frozenlist==1.3.3
hypothesis==6.45.0
idna==3.6
idna==3.8
importlib-metadata==6.7.0
iniconfig==2.0.0
jmespath==0.10.0
mock==5.1.0
multidict==6.0.4
multidict==6.0.5
opentracing==2.4.0
packaging==23.2
packaging==24.0
pluggy==1.2.0
pytest==7.4.3
pytest==7.4.4
pytest-asyncio==0.21.1
pytest-cov==4.1.0
pytest-mock==3.11.1
pytest-randomly==3.12.0
python-dateutil==2.8.2
python-dateutil==2.9.0.post0
six==1.16.0
sortedcontainers==2.4.0
tomli==2.0.1
typing-extensions==4.7.1
urllib3==1.26.18
urllib3==1.26.19
wrapt==1.16.0
yarl==1.9.4
zipp==3.15.0
20 changes: 10 additions & 10 deletions .riot/requirements/13804af.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,22 @@
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# pip-compile --no-annotate .riot/requirements/13804af.in
# pip-compile --allow-unsafe --no-annotate .riot/requirements/13804af.in
#
annotated-types==0.7.0
anyio==4.4.0
attrs==23.2.0
attrs==24.2.0
certifi==2024.7.4
charset-normalizer==3.3.2
coverage[toml]==7.6.0
coverage[toml]==7.6.1
distro==1.9.0
exceptiongroup==1.2.2
h11==0.14.0
httpcore==1.0.5
httpx==0.27.0
hypothesis==6.45.0
idna==3.7
importlib-metadata==8.0.0
idna==3.8
importlib-metadata==8.4.0
iniconfig==2.0.0
mock==5.1.0
multidict==6.0.5
Expand All @@ -31,27 +31,27 @@ pillow==10.1.0
pluggy==1.5.0
pydantic==2.8.2
pydantic-core==2.20.1
pytest==8.2.2
pytest==8.3.2
pytest-asyncio==0.21.1
pytest-cov==5.0.0
pytest-mock==3.14.0
pytest-randomly==3.15.0
python-dateutil==2.9.0.post0
pytz==2024.1
pyyaml==6.0.1
regex==2024.5.15
pyyaml==6.0.2
regex==2024.7.24
requests==2.32.3
six==1.16.0
sniffio==1.3.1
sortedcontainers==2.4.0
tiktoken==0.7.0
tomli==2.0.1
tqdm==4.66.4
tqdm==4.66.5
types-pytz==2024.1.0.20240417
typing-extensions==4.12.2
tzdata==2024.1
urllib3==1.26.19
vcrpy==4.2.1
wrapt==1.16.0
yarl==1.9.4
zipp==3.19.2
zipp==3.20.1
17 changes: 9 additions & 8 deletions .riot/requirements/13c0fff.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,28 @@
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile --no-annotate .riot/requirements/13c0fff.in
# pip-compile --allow-unsafe --no-annotate .riot/requirements/13c0fff.in
#
aiobotocore==2.13.1
aiohttp==3.9.5
aiobotocore==2.13.3
aiohappyeyeballs==2.4.0
aiohttp==3.10.5
aioitertools==0.11.0
aiosignal==1.3.1
async-generator==1.10
attrs==23.2.0
botocore==1.34.131
coverage[toml]==7.5.4
attrs==24.2.0
botocore==1.34.162
coverage[toml]==7.6.1
frozenlist==1.4.1
hypothesis==6.45.0
idna==3.7
idna==3.8
iniconfig==2.0.0
jmespath==1.0.1
mock==5.1.0
multidict==6.0.5
opentracing==2.4.0
packaging==24.1
pluggy==1.5.0
pytest==8.2.2
pytest==8.3.2
pytest-asyncio==0.21.1
pytest-cov==5.0.0
pytest-mock==3.14.0
Expand Down
18 changes: 9 additions & 9 deletions .riot/requirements/13fec34.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,44 +2,44 @@
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile --no-annotate .riot/requirements/13fec34.in
# pip-compile --allow-unsafe --no-annotate .riot/requirements/13fec34.in
#
annotated-types==0.7.0
anyio==3.7.1
attrs==23.2.0
attrs==24.2.0
certifi==2024.7.4
coverage[toml]==7.6.0
coverage[toml]==7.6.1
distro==1.9.0
h11==0.14.0
httpcore==1.0.5
httpx==0.27.0
hypothesis==6.45.0
idna==3.7
idna==3.8
iniconfig==2.0.0
mock==5.1.0
multidict==6.0.5
numpy==2.0.0
numpy==2.1.0
openai[datalib,embeddings]==1.1.1
opentracing==2.4.0
packaging==24.1
pandas==2.2.2
pandas-stubs==2.2.2.240603
pandas-stubs==2.2.2.240807
pillow==9.5.0
pluggy==1.5.0
pydantic==2.8.2
pydantic-core==2.20.1
pytest==8.2.2
pytest==8.3.2
pytest-asyncio==0.21.1
pytest-cov==5.0.0
pytest-mock==3.14.0
pytest-randomly==3.15.0
python-dateutil==2.9.0.post0
pytz==2024.1
pyyaml==6.0.1
pyyaml==6.0.2
six==1.16.0
sniffio==1.3.1
sortedcontainers==2.4.0
tqdm==4.66.4
tqdm==4.66.5
types-pytz==2024.1.0.20240417
typing-extensions==4.12.2
tzdata==2024.1
Expand Down
16 changes: 8 additions & 8 deletions .riot/requirements/14116fa.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile --no-annotate .riot/requirements/14116fa.in
# pip-compile --allow-unsafe --no-annotate .riot/requirements/14116fa.in
#
attrs==23.2.0
coverage[toml]==7.4.4
dramatiq==1.16.0
attrs==24.2.0
coverage[toml]==7.6.1
dramatiq==1.17.0
hypothesis==6.45.0
iniconfig==2.0.0
mock==5.1.0
opentracing==2.4.0
packaging==24.0
pluggy==1.4.0
packaging==24.1
pluggy==1.5.0
prometheus-client==0.20.0
pytest==8.1.1
pytest==8.3.2
pytest-cov==5.0.0
pytest-mock==3.14.0
redis==5.0.3
redis==5.0.8
sortedcontainers==2.4.0
35 changes: 18 additions & 17 deletions .riot/requirements/15fd7ec.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,40 +2,41 @@
# This file is autogenerated by pip-compile with Python 3.9
# by the following command:
#
# pip-compile --no-annotate .riot/requirements/15fd7ec.in
# pip-compile --allow-unsafe --no-annotate .riot/requirements/15fd7ec.in
#
aiobotocore==1.4.2
aiohttp==3.9.1
aiohappyeyeballs==2.4.0
aiohttp==3.10.5
aioitertools==0.11.0
aiosignal==1.3.1
async-generator==1.10
async-timeout==4.0.3
attrs==23.1.0
attrs==24.2.0
botocore==1.20.106
coverage[toml]==7.3.4
exceptiongroup==1.2.0
coverage[toml]==7.6.1
exceptiongroup==1.2.2
frozenlist==1.4.1
hypothesis==6.45.0
idna==3.6
importlib-metadata==7.0.0
idna==3.8
importlib-metadata==8.4.0
iniconfig==2.0.0
jmespath==0.10.0
mock==5.1.0
multidict==6.0.4
multidict==6.0.5
opentracing==2.4.0
packaging==23.2
pluggy==1.3.0
pytest==7.4.3
packaging==24.1
pluggy==1.5.0
pytest==8.3.2
pytest-asyncio==0.21.1
pytest-cov==4.1.0
pytest-mock==3.12.0
pytest-cov==5.0.0
pytest-mock==3.14.0
pytest-randomly==3.15.0
python-dateutil==2.8.2
python-dateutil==2.9.0.post0
six==1.16.0
sortedcontainers==2.4.0
tomli==2.0.1
typing-extensions==4.9.0
urllib3==1.26.18
typing-extensions==4.12.2
urllib3==1.26.19
wrapt==1.16.0
yarl==1.9.4
zipp==3.17.0
zipp==3.20.0
18 changes: 9 additions & 9 deletions .riot/requirements/16f33ce.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,23 @@
# This file is autogenerated by pip-compile with Python 3.9
# by the following command:
#
# pip-compile --no-annotate .riot/requirements/16f33ce.in
# pip-compile --allow-unsafe --no-annotate .riot/requirements/16f33ce.in
#
async-timeout==4.0.3
attrs==23.2.0
coverage[toml]==7.4.4
dramatiq==1.16.0
exceptiongroup==1.2.0
attrs==24.2.0
coverage[toml]==7.6.1
dramatiq==1.17.0
exceptiongroup==1.2.2
hypothesis==6.45.0
iniconfig==2.0.0
mock==5.1.0
opentracing==2.4.0
packaging==24.0
pluggy==1.4.0
packaging==24.1
pluggy==1.5.0
prometheus-client==0.20.0
pytest==8.1.1
pytest==8.3.2
pytest-cov==5.0.0
pytest-mock==3.14.0
redis==5.0.3
redis==5.0.8
sortedcontainers==2.4.0
tomli==2.0.1
8 changes: 4 additions & 4 deletions .riot/requirements/181216c.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
# This file is autogenerated by pip-compile with Python 3.7
# by the following command:
#
# pip-compile --config=pyproject.toml --no-annotate --resolver=backtracking .riot/requirements/181216c.in
# pip-compile --allow-unsafe --config=pyproject.toml --no-annotate --resolver=backtracking .riot/requirements/181216c.in
#
annotated-types==0.5.0
anyio==3.7.1
attrs==23.2.0
attrs==24.2.0
cached-property==1.5.2
certifi==2024.7.4
coverage[toml]==7.2.7
Expand All @@ -16,7 +16,7 @@ h11==0.14.0
httpcore==0.17.3
httpx==0.24.1
hypothesis==6.45.0
idna==3.7
idna==3.8
importlib-metadata==6.7.0
iniconfig==2.0.0
mock==5.1.0
Expand All @@ -43,7 +43,7 @@ six==1.16.0
sniffio==1.3.1
sortedcontainers==2.4.0
tomli==2.0.1
tqdm==4.66.4
tqdm==4.66.5
typing-extensions==4.7.1
urllib3==1.26.19
vcrpy==4.2.1
Expand Down
Loading

0 comments on commit b012f27

Please sign in to comment.