Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

➕ Add ddtrace to waypoint #1139

Merged
merged 3 commits into from
Oct 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
498 changes: 257 additions & 241 deletions app/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion app/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "cloudapi-app"
version = "3.4.0"
version = "4.0.0"
description = "Main app submodule for cloudapi"
authors = ["Mourits de Beer <[email protected]>"]
package-mode = false
Expand Down
498 changes: 257 additions & 241 deletions endorser/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion endorser/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "cloudapi-endorser"
version = "3.4.0"
version = "4.0.0"
description = "Endorser submodule for cloudapi"
authors = ["Mourits de Beer <[email protected]>"]
package-mode = false
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "cloudapi"
version = "3.4.0"
version = "4.0.0"
description = "Main project configuration for cloudapi"
authors = ["Mourits de Beer <[email protected]>"]
package-mode = false
Expand Down
167 changes: 84 additions & 83 deletions trustregistry/poetry.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion trustregistry/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "cloudapi-trust-registry"
version = "3.4.0"
version = "4.0.0"
description = "Trust Registry submodule for cloudapi"
authors = ["Mourits de Beer <[email protected]>"]
package-mode = false
Expand Down
757 changes: 530 additions & 227 deletions waypoint/poetry.lock

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion waypoint/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "cloudapi-waypoint"
version = "3.4.0"
version = "4.0.0"
description = "End state service for cloudapi"
authors = ["cl0ete <[email protected]>"]
package-mode = false
Expand All @@ -19,6 +19,7 @@ pydantic = "~2.9.0"
typing-extensions = "~4.12.0"
uvicorn = "~0.32.0"
sse-starlette = "~=2.1.3"
ddtrace = "^2.14.0"
scalar-fastapi = "^1.0.3"

[tool.poetry.dev-dependencies]
Expand Down
Loading