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 24, 2024
1 parent 77a1821 commit f6f5710
Show file tree
Hide file tree
Showing 53 changed files with 708 additions and 251 deletions.
1 change: 1 addition & 0 deletions integrations/argocd/changelog/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
*
!.gitignore
8 changes: 5 additions & 3 deletions 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.5", 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 @@ -52,8 +54,8 @@ package = "port_ocean"
showcontent = true

[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

[tool.mypy]
exclude = [
Expand Down Expand Up @@ -99,4 +101,4 @@ exclude = '''
|Dockerfile
|\.venv
)/
'''
'''
1 change: 1 addition & 0 deletions integrations/aws/changelog/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
*
!.gitignore
769 changes: 574 additions & 195 deletions integrations/aws/poetry.lock

Large diffs are not rendered by default.

6 changes: 4 additions & 2 deletions integrations/aws/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ types-aioboto3 = "^12.4.0"
types-aiobotocore = {extras = ["sts"], version = "^2.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 = "^23.3.0"
mypy = "^1.3.0"
Expand Down Expand Up @@ -57,8 +59,8 @@ package = "port_ocean"
showcontent = true

[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

[tool.mypy]
exclude = [
Expand Down
1 change: 1 addition & 0 deletions integrations/azure-devops/changelog/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
*
!.gitignore
6 changes: 4 additions & 2 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.5", 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 @@ -53,8 +55,8 @@ package = "port_ocean"
showcontent = true

[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

[tool.mypy]
exclude = [
Expand Down
1 change: 1 addition & 0 deletions integrations/azure/changelog/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
*
!.gitignore
6 changes: 4 additions & 2 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 Expand Up @@ -58,8 +60,8 @@ filename = "CHANGELOG.md"
showcontent = true

[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

[tool.mypy]
exclude = [
Expand Down
1 change: 1 addition & 0 deletions integrations/datadog/changelog/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
*
!.gitignore
6 changes: 4 additions & 2 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.5", 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 Expand Up @@ -53,8 +55,8 @@ package = "port_ocean"
showcontent = true

[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

[tool.mypy]
exclude = [
Expand Down
1 change: 1 addition & 0 deletions integrations/dynatrace/changelog/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
*
!.gitignore
6 changes: 4 additions & 2 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.5", 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 @@ -52,8 +54,8 @@ package = "port_ocean"
showcontent = true

[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

[tool.mypy]
exclude = [
Expand Down
1 change: 1 addition & 0 deletions integrations/firehydrant/changelog/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
*
!.gitignore
6 changes: 4 additions & 2 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.5", 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 @@ -52,8 +54,8 @@ package = "port_ocean"
showcontent = true

[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

[tool.mypy]
exclude = [
Expand Down
1 change: 1 addition & 0 deletions integrations/gcp/changelog/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
*
!.gitignore
6 changes: 4 additions & 2 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 Expand Up @@ -55,8 +57,8 @@ package = "port_ocean"
showcontent = true

[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

[tool.mypy]
exclude = [
Expand Down
3 changes: 2 additions & 1 deletion integrations/gitlab/changelog/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
\]!.gitignore
*
!.gitignore
8 changes: 5 additions & 3 deletions 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.5", 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 @@ -61,8 +63,8 @@ title_format = "{version} ({project_date})"
showcontent = true

[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

[tool.mypy]
exclude = [
Expand All @@ -87,4 +89,4 @@ exclude = '''
|Dockerfile
|\.venv
)/
'''
'''
1 change: 1 addition & 0 deletions integrations/jenkins/changelog/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
*
!.gitignore
6 changes: 4 additions & 2 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 Expand Up @@ -55,8 +57,8 @@ package = "port_ocean"
showcontent = true

[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

[tool.mypy]
exclude = [
Expand Down
1 change: 1 addition & 0 deletions integrations/jira/changelog/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
*
!.gitignore
6 changes: 4 additions & 2 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.5", 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 Expand Up @@ -52,8 +54,8 @@ filename = "CHANGELOG.md"
showcontent = true

[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

[tool.mypy]
exclude = [
Expand Down
1 change: 1 addition & 0 deletions integrations/kafka/changelog/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
*
!.gitignore
6 changes: 4 additions & 2 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.5", 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 Expand Up @@ -53,8 +55,8 @@ package = "port_ocean"
showcontent = true

[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

[tool.mypy]
exclude = [
Expand Down
1 change: 1 addition & 0 deletions integrations/kubecost/changelog/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
*
!.gitignore
6 changes: 4 additions & 2 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.5", 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 @@ -52,8 +54,8 @@ package = "port_ocean"
showcontent = true

[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

[tool.mypy]
exclude = [
Expand Down
1 change: 1 addition & 0 deletions integrations/launchdarkly/changelog/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
*
!.gitignore
8 changes: 5 additions & 3 deletions 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.5", 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 @@ -52,8 +54,8 @@ package = "port_ocean"
showcontent = true

[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

[tool.mypy]
exclude = [
Expand Down Expand Up @@ -99,4 +101,4 @@ exclude = '''
|Dockerfile
|\.venv
)/
'''
'''
1 change: 1 addition & 0 deletions integrations/linear/changelog/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
*
!.gitignore
6 changes: 4 additions & 2 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.5", 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 Expand Up @@ -52,8 +54,8 @@ package = "port_ocean"
showcontent = true

[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

[tool.mypy]
exclude = [
Expand Down
1 change: 1 addition & 0 deletions integrations/newrelic/changelog/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
*
!.gitignore
6 changes: 4 additions & 2 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.5", 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 Expand Up @@ -53,8 +55,8 @@ package = "port_ocean"
showcontent = true

[build-system]
requires = ["poetry>=0.12"]
build-backend = "poetry.masonry.api"
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"

[tool.mypy]
exclude = [
Expand Down
1 change: 1 addition & 0 deletions integrations/opencost/changelog/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
*
!.gitignore
Loading

0 comments on commit f6f5710

Please sign in to comment.