Skip to content

Commit

Permalink
Merge branch 'main' into juanjux/APPSEC-54570-aspect-modulo-full-native
Browse files Browse the repository at this point in the history
  • Loading branch information
juanjux authored Aug 28, 2024
2 parents a311258 + 300a1d4 commit 7ef8206
Show file tree
Hide file tree
Showing 163 changed files with 2,854 additions and 1,774 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
17 changes: 0 additions & 17 deletions .gitlab/dogfood.yml
Original file line number Diff line number Diff line change
@@ -1,24 +1,7 @@
dogfood-dogweb-failed:
stage: dogfood
tags: ["arch:amd64"]
needs: ["dogfood-dogweb-trigger"]
when: on_failure
script:
- exit 0

dogfood-dogweb:
stage: dogfood
tags: ["arch:amd64"]
needs: ["dogfood-dogweb-trigger"]
when: on_success
script:
- exit 0

dogfood-dogweb-trigger:
stage: dogfood
trigger:
project: DataDog/dogweb
strategy: depend
branch: emmett.butler/ddtrace-unstable-dogfooding
allow_failure: true
needs: []
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
40 changes: 20 additions & 20 deletions .riot/requirements/11031a2.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,45 +2,45 @@
# This file is autogenerated by pip-compile with Python 3.11
# by the following command:
#
# pip-compile --no-annotate --resolver=backtracking .riot/requirements/11031a2.in
# pip-compile --allow-unsafe --no-annotate .riot/requirements/11031a2.in
#
annotated-types==0.7.0
anthropic==0.28.0
anthropic==0.34.1
anyio==4.4.0
attrs==23.2.0
certifi==2024.6.2
attrs==24.2.0
certifi==2024.7.4
charset-normalizer==3.3.2
coverage[toml]==7.5.3
coverage[toml]==7.6.1
distro==1.9.0
filelock==3.14.0
fsspec==2024.6.0
filelock==3.15.4
fsspec==2024.6.1
h11==0.14.0
httpcore==1.0.5
httpx==0.27.0
huggingface-hub==0.23.2
huggingface-hub==0.24.6
hypothesis==6.45.0
idna==3.7
idna==3.8
iniconfig==2.0.0
jiter==0.4.1
jiter==0.5.0
mock==5.1.0
multidict==6.0.5
opentracing==2.4.0
packaging==24.0
packaging==24.1
pluggy==1.5.0
pydantic==2.7.3
pydantic-core==2.18.4
pytest==8.2.2
pytest-asyncio==0.23.7
pydantic==2.8.2
pydantic-core==2.20.1
pytest==8.3.2
pytest-asyncio==0.24.0
pytest-cov==5.0.0
pytest-mock==3.14.0
pyyaml==6.0.1
pyyaml==6.0.2
requests==2.32.3
sniffio==1.3.1
sortedcontainers==2.4.0
tokenizers==0.19.1
tqdm==4.66.4
typing-extensions==4.12.1
urllib3==2.2.1
tokenizers==0.20.0
tqdm==4.66.5
typing-extensions==4.12.2
urllib3==2.2.2
vcrpy==6.0.1
wrapt==1.16.0
yarl==1.9.4
19 changes: 10 additions & 9 deletions .riot/requirements/11705e0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,26 @@
# This file is autogenerated by pip-compile with Python 3.8
# by the following command:
#
# pip-compile --no-annotate .riot/requirements/11705e0.in
# pip-compile --allow-unsafe --no-annotate .riot/requirements/11705e0.in
#
aiohttp==3.9.5
aiohappyeyeballs==2.4.0
aiohttp==3.10.5
aiosignal==1.3.1
async-timeout==4.0.3
attrs==23.2.0
coverage[toml]==7.5.4
exceptiongroup==1.2.1
attrs==24.2.0
coverage[toml]==7.6.1
exceptiongroup==1.2.2
frozenlist==1.4.1
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
opentracing==2.4.0
packaging==24.1
pluggy==1.5.0
pytest==8.2.2
pytest==8.3.2
pytest-aiohttp==1.0.5
pytest-asyncio==0.23.7
pytest-cov==5.0.0
Expand All @@ -29,4 +30,4 @@ pytest-randomly==3.15.0
sortedcontainers==2.4.0
tomli==2.0.1
yarl==1.9.4
zipp==3.19.2
zipp==3.20.0
20 changes: 10 additions & 10 deletions .riot/requirements/121f3e0.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,29 +2,29 @@
# This file is autogenerated by pip-compile with Python 3.9
# by the following command:
#
# pip-compile --no-annotate .riot/requirements/121f3e0.in
# pip-compile --allow-unsafe --no-annotate .riot/requirements/121f3e0.in
#
aiofiles==24.1.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
exceptiongroup==1.2.1
coverage[toml]==7.6.1
exceptiongroup==1.2.2
fastapi==0.64.0
h11==0.14.0
httpcore==1.0.5
httpx==0.27.0
httpx==0.27.2
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
opentracing==2.4.0
packaging==24.1
pluggy==1.5.0
pydantic==1.10.17
pytest==8.2.2
pydantic==1.10.18
pytest==8.3.2
pytest-asyncio==0.21.1
pytest-cov==5.0.0
pytest-mock==3.14.0
Expand All @@ -36,4 +36,4 @@ starlette==0.13.6
tomli==2.0.1
typing-extensions==4.12.2
urllib3==2.2.2
zipp==3.19.2
zipp==3.20.1
24 changes: 12 additions & 12 deletions .riot/requirements/125f4b9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,24 @@
# pip-compile --allow-unsafe --no-annotate .riot/requirements/125f4b9.in
#
annotated-types==0.7.0
attrs==23.2.0
aws-sam-translator==1.89.0
attrs==24.2.0
aws-sam-translator==1.91.0
aws-xray-sdk==2.14.0
boto==2.49.0
boto3==1.34.147
botocore==1.34.147
boto3==1.35.4
botocore==1.35.4
certifi==2024.7.4
cffi==1.16.0
cffi==1.17.0
cfn-lint==0.53.1
charset-normalizer==3.3.2
coverage[toml]==7.6.0
coverage[toml]==7.6.1
cryptography==43.0.0
docker==7.1.0
ecdsa==0.14.1
exceptiongroup==1.2.2
hypothesis==6.45.0
idna==2.10
importlib-metadata==8.2.0
importlib-metadata==8.4.0
iniconfig==2.0.0
jinja2==2.11.3
jmespath==1.0.1
Expand All @@ -33,7 +33,7 @@ jsonschema==3.2.0
junit-xml==1.9
markupsafe==1.1.1
mock==5.1.0
more-itertools==10.3.0
more-itertools==10.4.0
moto==1.3.16
networkx==2.8.8
opentracing==2.4.0
Expand All @@ -45,14 +45,14 @@ pydantic==2.8.2
pydantic-core==2.20.1
pynamodb==5.5.1
pyrsistent==0.20.0
pytest==8.3.1
pytest==8.3.2
pytest-cov==5.0.0
pytest-mock==3.14.0
pytest-randomly==3.15.0
python-dateutil==2.9.0.post0
python-jose[cryptography]==3.3.0
pytz==2024.1
pyyaml==6.0.1
pyyaml==6.0.2
requests==2.32.3
responses==0.25.3
rsa==4.9
Expand All @@ -66,7 +66,7 @@ urllib3==1.26.19
werkzeug==2.1.2
wrapt==1.16.0
xmltodict==0.13.0
zipp==3.19.2
zipp==3.20.0

# The following packages are considered to be unsafe in a requirements file:
setuptools==71.1.0
setuptools==73.0.1
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
Loading

0 comments on commit 7ef8206

Please sign in to comment.