-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Jozef Volak
committed
Jul 18, 2024
1 parent
65289f7
commit fa818f3
Showing
20 changed files
with
1,357 additions
and
1,503 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ build-backend = "poetry.core.masonry.api" | |
python = "^3.10" | ||
pydantic = "^2" | ||
frinx-python-sdk = "^2" | ||
frinx-inventory-api = { git = "https://github.com/FRINXio/frinx-services-python-api.git", tag = "frinx-inventory-api_v2.0.1", subdirectory = "frinx-inventory-server/python" } | ||
frinx-inventory-api = { git = "https://github.com/FRINXio/frinx-services-python-api.git", tag = "6.1.0", subdirectory = "frinx-inventory-server/python" } | ||
|
||
[tool.poetry.group.dev.dependencies] | ||
ruff = "^0" | ||
|
@@ -19,7 +19,7 @@ packages = [{ include = "frinx_worker" }] | |
name = "frinx-inventory-worker" | ||
description = "Conductor worker for Frinx Device Inventory" | ||
authors = ["Jozef Volak <[email protected]>"] | ||
version = "1.2.1" | ||
version = "1.2.2" | ||
readme = ["README.md", "CHANGELOG.md", "RELEASE.md"] | ||
keywords = ["frinx-machine", "device inventory", "worker"] | ||
license = "Apache 2.0" | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,7 +17,7 @@ packages = [{ include = "frinx_worker" }] | |
name = "frinx-conductor-system-test-worker" | ||
description = "Conductor system test worker for Frinx Machine" | ||
authors = ["Jozef Volak <[email protected]>"] | ||
version = "1.0.0" | ||
version = "1.0.1" | ||
readme = ["README.md", "CHANGELOG.md"] | ||
keywords = ["frinx-machine", "conductor-system-test", "worker"] | ||
license = "Apache 2.0" | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ packages = [{ include = "frinx_worker" }] | |
name = "frinx-http-worker" | ||
description = "Conductor HTTP worker for Frinx Machine" | ||
authors = ["Jozef Volak <[email protected]>"] | ||
version = "2.0.0" | ||
version = "2.0.1" | ||
readme = ["README.md", "CHANGELOG.md"] | ||
keywords = ["frinx-machine", "http", "worker"] | ||
license = "Apache 2.0" | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ packages = [{ include = "frinx_worker" }] | |
name = "frinx-influxdb-worker" | ||
description = "Conductor InfluxDB worker for Frinx Machine" | ||
authors = ["Jozef Volak <[email protected]>"] | ||
version = "1.2.0" | ||
version = "1.2.1" | ||
readme = ["README.md", "CHANGELOG.md"] | ||
keywords = ["frinx-machine", "influxdb", "worker"] | ||
license = "Apache 2.0" | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ packages = [{ include = "frinx_worker" }] | |
name = "frinx-kafka-worker" | ||
description = "Conductor Kafka worker for Frinx Machine" | ||
authors = ["Jozef Volak <[email protected]>"] | ||
version = "1.1.0" | ||
version = "1.1.1" | ||
readme = ["README.md", "CHANGELOG.md"] | ||
keywords = ["frinx-machine", "kafka", "worker"] | ||
license = "Apache 2.0" | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ packages = [{ include = "frinx_worker" }] | |
name = "frinx-python-lambda" | ||
description = "Conductor Python Lambda worker for Frinx Machine" | ||
authors = ["Jozef Volak <[email protected]>"] | ||
version = "1.0.1" | ||
version = "1.0.2" | ||
readme = ["README.md", "CHANGELOG.md"] | ||
keywords = ["frinx-machine", "python-lambda", "worker"] | ||
license = "Apache 2.0" | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ build-backend = "poetry.core.masonry.api" | |
python = "^3.10" | ||
pydantic = "^2" | ||
frinx-python-sdk = "^2" | ||
frinx-resource-manager-api = { git = "https://github.com/FRINXio/frinx-services-python-api.git", tag = "6.0.0", subdirectory = "resource-manager/python" } | ||
frinx-resource-manager-api = { git = "https://github.com/FRINXio/frinx-services-python-api.git", tag = "6.1.0", subdirectory = "resource-manager/python" } | ||
|
||
[tool.poetry.group.dev.dependencies] | ||
ruff = "^0" | ||
|
@@ -18,7 +18,7 @@ packages = [{ include = "frinx_worker" }] | |
name = "frinx-resource-manager-worker" | ||
description = "Conductor worker for Frinx Resource Manager" | ||
authors = ["Jozef Volak <[email protected]>"] | ||
version = "0.0.1" | ||
version = "0.0.2" | ||
readme = ["README.md", "CHANGELOG.md", "RELEASE.md"] | ||
keywords = ["frinx-machine", "resource-manager", "worker"] | ||
license = "Apache 2.0" | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ build-backend = "poetry.core.masonry.api" | |
python = "^3.10" | ||
pydantic = "^2" | ||
frinx-python-sdk = "^2" | ||
frinx-schellar-api = { git = "https://github.com/FRINXio/frinx-services-python-api.git", tag = "6.0.0", subdirectory = "schellar/python/" } | ||
frinx-schellar-api = { git = "https://github.com/FRINXio/frinx-services-python-api.git", tag = "6.1.0", subdirectory = "schellar/python/" } | ||
|
||
[tool.poetry.group.dev.dependencies] | ||
ruff = "^0" | ||
|
@@ -19,7 +19,7 @@ packages = [{ include = "frinx_worker" }] | |
name = "frinx-schellar-worker" | ||
description = "Conductor worker for Schellar service" | ||
authors = ["Jozef Volak <[email protected]>"] | ||
version = "1.1.0" | ||
version = "1.1.1" | ||
readme = ["README.md", "CHANGELOG.md", "RELEASE.md"] | ||
keywords = ["frinx-machine", "schellar", "worker"] | ||
license = "Apache 2.0" | ||
|
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ build-backend = "poetry.core.masonry.api" | |
python = "^3.10" | ||
pydantic = "^2" | ||
frinx-python-sdk = "^2" | ||
frinx-topology-discovery-api = { git = "https://github.com/FRINXio/frinx-services-python-api.git", tag = "6.0.0", subdirectory = "topology-discovery/python" } | ||
frinx-topology-discovery-api = { git = "https://github.com/FRINXio/frinx-services-python-api.git", tag = "6.1.0", subdirectory = "topology-discovery/python" } | ||
|
||
[tool.poetry.group.dev.dependencies] | ||
ruff = "^0" | ||
|
@@ -18,7 +18,7 @@ packages = [{ include = "frinx_worker" }] | |
name = "frinx-topology-discovery-worker" | ||
description = "Conductor worker for Frinx Topology Discovery" | ||
authors = ["Jozef Volak <[email protected]>"] | ||
version = "0.0.1" | ||
version = "0.0.2" | ||
readme = ["README.md", "CHANGELOG.md", "RELEASE.md"] | ||
keywords = ["frinx-machine", "topology-discovery", "worker"] | ||
license = "Apache 2.0" | ||
|
Oops, something went wrong.