Skip to content

Commit

Permalink
Update all integrations with debug link information
Browse files Browse the repository at this point in the history
  • Loading branch information
erikzaadi committed Jul 22, 2024
1 parent 8325e62 commit c79909d
Show file tree
Hide file tree
Showing 27 changed files with 130 additions and 230 deletions.
4 changes: 3 additions & 1 deletion integrations/argocd/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ python = "^3.11"
port_ocean = {version = "^0.9.4", extras = ["cli"]}

[tool.poetry.group.dev.dependencies]
# Uncomment this if you want to debug the ocean core together with your integration
# port_ocean = { path = '../../', develop = true, extras = ['all'] }
pytest = "^7.2"
black = "^24.4.2"
mypy = "^1.3.0"
Expand Down Expand Up @@ -99,4 +101,4 @@ exclude = '''
|Dockerfile
|\.venv
)/
'''
'''
301 changes: 75 additions & 226 deletions integrations/aws/poetry.lock

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion integrations/aws/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ types-aioboto3 = "^12.4.0"
types-aiobotocore = {extras = ["sts"], version = "^2.12.3"}

[tool.poetry.group.dev.dependencies]
port_ocean = { path = '../../', develop = true, extras = ['all'] }
# Uncomment this if you want to debug the ocean core together with your integration
# port_ocean = { path = '../../', develop = true, extras = ['all'] }
pytest = "^7.2"
black = "^23.3.0"
mypy = "^1.3.0"
Expand Down
2 changes: 2 additions & 0 deletions integrations/azure-devops/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ python = "^3.11"
port_ocean = {version = "^0.9.4", extras = ["cli"]}

[tool.poetry.group.dev.dependencies]
# Uncomment this if you want to debug the ocean core together with your integration
# port_ocean = { path = '../../', develop = true, extras = ['all'] }
pytest = "^7.2"
black = "^24.4.2"
mypy = "^1.3.0"
Expand Down
2 changes: 2 additions & 0 deletions integrations/azure/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ azure-mgmt-subscription = "^3.1.1"
aiostream = "^0.5.2"

[tool.poetry.group.dev.dependencies]
# Uncomment this if you want to debug the ocean core together with your integration
# port_ocean = { path = '../../', develop = true, extras = ['all'] }
pytest = "^7.2"
black = "^24.4.2"
mypy = "^1.3.0"
Expand Down
2 changes: 2 additions & 0 deletions integrations/datadog/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ port_ocean = {version = "^0.9.4", extras = ["cli"]}
loguru = "^0.7.2"

[tool.poetry.group.dev.dependencies]
# Uncomment this if you want to debug the ocean core together with your integration
# port_ocean = { path = '../../', develop = true, extras = ['all'] }
pytest = "^7.2"
black = "^23.3.0"
mypy = "^1.3.0"
Expand Down
2 changes: 2 additions & 0 deletions integrations/dynatrace/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ python = "^3.11"
port_ocean = {version = "^0.9.4", extras = ["cli"]}

[tool.poetry.group.dev.dependencies]
# uncomment this if you want to debug the ocean core together with your integration
# port_ocean = { path = '../../', develop = true, extras = ['all'] }
pytest = "^7.2"
black = "^24.4.2"
mypy = "^1.3.0"
Expand Down
2 changes: 2 additions & 0 deletions integrations/firehydrant/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ python = "^3.11"
port_ocean = {version = "^0.9.4", extras = ["cli"]}

[tool.poetry.group.dev.dependencies]
# uncomment this if you want to debug the ocean core together with your integration
# port_ocean = { path = '../../', develop = true, extras = ['all'] }
pytest = "^7.2"
black = "^24.4.2"
mypy = "^1.3.0"
Expand Down
2 changes: 2 additions & 0 deletions integrations/gcp/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ google-cloud-pubsub = "^2.21.1"
google-cloud-resource-manager = "^1.12.3"

[tool.poetry.group.dev.dependencies]
# uncomment this if you want to debug the ocean core together with your integration
# port_ocean = { path = '../../', develop = true, extras = ['all'] }
pytest = "^7.2"
black = "^24.4.2"
mypy = "^1.3.0"
Expand Down
4 changes: 3 additions & 1 deletion integrations/gitlab/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jsonschema = "^4.17.3"
port_ocean = {version = "^0.9.4", extras = ["cli"]}

[tool.poetry.group.dev.dependencies]
# uncomment this if you want to debug the ocean core together with your integration
# port_ocean = { path = '../../', develop = true, extras = ['all'] }
pytest = "^7.2"
black = "^24.4.2"
mypy = "^1.3.0"
Expand Down Expand Up @@ -87,4 +89,4 @@ exclude = '''
|Dockerfile
|\.venv
)/
'''
'''
2 changes: 2 additions & 0 deletions integrations/jenkins/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ python-dotenv = "^1.0.0"
loguru = "^0.7.2"

[tool.poetry.group.dev.dependencies]
# uncomment this if you want to debug the ocean core together with your integration
# port_ocean = { path = '../../', develop = true, extras = ['all'] }
pytest = "^7.2"
black = "^24.4.2"
mypy = "^1.3.0"
Expand Down
2 changes: 2 additions & 0 deletions integrations/jira/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ port_ocean = {version = "^0.9.4", extras = ["cli"]}
httpx = "^0.24.1"

[tool.poetry.group.dev.dependencies]
# uncomment this if you want to debug the ocean core together with your integration
# port_ocean = { path = '../../', develop = true, extras = ['all'] }
pytest = "^7.2"
black = "^24.4.2"
mypy = "^1.3.0"
Expand Down
2 changes: 2 additions & 0 deletions integrations/kafka/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ port_ocean = {version = "^0.9.4", extras = ["cli"]}
confluent-kafka = "^2.2.0"

[tool.poetry.group.dev.dependencies]
# uncomment this if you want to debug the ocean core together with your integration
# port_ocean = { path = '../../', develop = true, extras = ['all'] }
pytest = "^7.2"
black = "^24.4.2"
mypy = "^1.3.0"
Expand Down
2 changes: 2 additions & 0 deletions integrations/kubecost/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ python = "^3.11"
port_ocean = {version = "^0.9.4", extras = ["cli"]}

[tool.poetry.group.dev.dependencies]
# uncomment this if you want to debug the ocean core together with your integration
# port_ocean = { path = '../../', develop = true, extras = ['all'] }
pytest = "^7.2"
black = "^24.4.2"
mypy = "^1.3.0"
Expand Down
4 changes: 3 additions & 1 deletion integrations/launchdarkly/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ python = "^3.11"
port_ocean = {version = "^0.9.4", extras = ["cli"]}

[tool.poetry.group.dev.dependencies]
# uncomment this if you want to debug the ocean core together with your integration
# port_ocean = { path = '../../', develop = true, extras = ['all'] }
pytest = "^7.2"
black = "^24.4.2"
mypy = "^1.3.0"
Expand Down Expand Up @@ -99,4 +101,4 @@ exclude = '''
|Dockerfile
|\.venv
)/
'''
'''
2 changes: 2 additions & 0 deletions integrations/linear/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ python = "^3.11"
port_ocean = {version = "^0.9.4", extras = ["cli"]}

[tool.poetry.group.dev.dependencies]
# uncomment this if you want to debug the ocean core together with your integration
# port_ocean = { path = '../../', develop = true, extras = ['all'] }
pytest = "^7.2"
black = "^24.3.0"
mypy = "^1.3.0"
Expand Down
2 changes: 2 additions & 0 deletions integrations/newrelic/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ port_ocean = {version = "^0.9.4", extras = ["cli"]}
httpx = "^0.24.1"

[tool.poetry.group.dev.dependencies]
# uncomment this if you want to debug the ocean core together with your integration
# port_ocean = { path = '../../', develop = true, extras = ['all'] }
pytest = "^7.2"
black = "^24.4.2"
mypy = "^1.3.0"
Expand Down
2 changes: 2 additions & 0 deletions integrations/opencost/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ python = "^3.11"
port_ocean = {version = "^0.9.4", extras = ["cli"]}

[tool.poetry.group.dev.dependencies]
# uncomment this if you want to debug the ocean core together with your integration
# port_ocean = { path = '../../', develop = true, extras = ['all'] }
pytest = "^7.2"
black = "^24.4.2"
mypy = "^1.3.0"
Expand Down
2 changes: 2 additions & 0 deletions integrations/opsgenie/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ python = "^3.11"
port_ocean = {version = "^0.9.4", extras = ["cli"]}

[tool.poetry.group.dev.dependencies]
# uncomment this if you want to debug the ocean core together with your integration
# port_ocean = { path = '../../', develop = true, extras = ['all'] }
pytest = "^7.2"
black = "^24.4.2"
mypy = "^1.3.0"
Expand Down
2 changes: 2 additions & 0 deletions integrations/pagerduty/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ port_ocean = {version = "^0.9.4", extras = ["cli"]}
httpx = "^0.24.1"

[tool.poetry.group.dev.dependencies]
# uncomment this if you want to debug the ocean core together with your integration
# port_ocean = { path = '../../', develop = true, extras = ['all'] }
pytest = "^7.2"
black = "^24.4.2"
mypy = "^1.3.0"
Expand Down
2 changes: 2 additions & 0 deletions integrations/sentry/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ python = "^3.11"
port_ocean = {version = "^0.9.4", extras = ["cli"]}

[tool.poetry.group.dev.dependencies]
# uncomment this if you want to debug the ocean core together with your integration
# port_ocean = { path = '../../', develop = true, extras = ['all'] }
pytest = "^7.2"
black = "^24.4.2"
mypy = "^1.3.0"
Expand Down
2 changes: 2 additions & 0 deletions integrations/servicenow/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ python = "^3.11"
port_ocean = {version = "^0.9.4", extras = ["cli"]}

[tool.poetry.group.dev.dependencies]
# uncomment this if you want to debug the ocean core together with your integration
# port_ocean = { path = '../../', develop = true, extras = ['all'] }
pytest = "^7.2"
black = "^24.4.2"
mypy = "^1.3.0"
Expand Down
2 changes: 2 additions & 0 deletions integrations/snyk/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ python = "^3.11"
port_ocean = {version = "^0.9.4", extras = ["cli"]}

[tool.poetry.group.dev.dependencies]
# uncomment this if you want to debug the ocean core together with your integration
# port_ocean = { path = '../../', develop = true, extras = ['all'] }
pytest = "^7.2"
black = "^24.4.2"
mypy = "^1.3.0"
Expand Down
2 changes: 2 additions & 0 deletions integrations/sonarqube/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ rich = "^13.5.2"
cookiecutter = "^2.3.0"

[tool.poetry.group.dev.dependencies]
# uncomment this if you want to debug the ocean core together with your integration
# port_ocean = { path = '../../', develop = true, extras = ['all'] }
pytest = "^7.2"
black = "^24.4.2"
mypy = "^1.3.0"
Expand Down
2 changes: 2 additions & 0 deletions integrations/statuspage/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ python = "^3.11"
port_ocean = {version = "^0.9.4", extras = ["cli"]}

[tool.poetry.group.dev.dependencies]
# uncomment this if you want to debug the ocean core together with your integration
# port_ocean = { path = '../../', develop = true, extras = ['all'] }
pytest = "^7.2"
black = "^23.3.0"
mypy = "^1.3.0"
Expand Down
2 changes: 2 additions & 0 deletions integrations/terraform-cloud/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ python = "^3.11"
port_ocean = {version = "^0.9.4", extras = ["cli"]}

[tool.poetry.group.dev.dependencies]
# uncomment this if you want to debug the ocean core together with your integration
# port_ocean = { path = '../../', develop = true, extras = ['all'] }
pytest = "^7.2"
black = "^24.4.2"
mypy = "^1.3.0"
Expand Down
2 changes: 2 additions & 0 deletions integrations/wiz/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ python = "^3.11"
port_ocean = {version = "^0.9.4", extras = ["cli"]}

[tool.poetry.group.dev.dependencies]
# uncomment this if you want to debug the ocean core together with your integration
# port_ocean = { path = '../../', develop = true, extras = ['all'] }
pytest = "^7.2"
black = "^24.4.2"
mypy = "^1.3.0"
Expand Down

0 comments on commit c79909d

Please sign in to comment.