infrahub-testcontainers 1.2.8__tar.gz → 1.2.9rc0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {infrahub_testcontainers-1.2.8 → infrahub_testcontainers-1.2.9rc0}/PKG-INFO +1 -1
- {infrahub_testcontainers-1.2.8 → infrahub_testcontainers-1.2.9rc0}/infrahub_testcontainers/container.py +1 -0
- {infrahub_testcontainers-1.2.8 → infrahub_testcontainers-1.2.9rc0}/infrahub_testcontainers/docker-compose.test.yml +2 -0
- {infrahub_testcontainers-1.2.8 → infrahub_testcontainers-1.2.9rc0}/pyproject.toml +2 -2
- {infrahub_testcontainers-1.2.8 → infrahub_testcontainers-1.2.9rc0}/README.md +0 -0
- {infrahub_testcontainers-1.2.8 → infrahub_testcontainers-1.2.9rc0}/infrahub_testcontainers/__init__.py +0 -0
- {infrahub_testcontainers-1.2.8 → infrahub_testcontainers-1.2.9rc0}/infrahub_testcontainers/constants.py +0 -0
- {infrahub_testcontainers-1.2.8 → infrahub_testcontainers-1.2.9rc0}/infrahub_testcontainers/haproxy.cfg +0 -0
- {infrahub_testcontainers-1.2.8 → infrahub_testcontainers-1.2.9rc0}/infrahub_testcontainers/helpers.py +0 -0
- {infrahub_testcontainers-1.2.8 → infrahub_testcontainers-1.2.9rc0}/infrahub_testcontainers/host.py +0 -0
- {infrahub_testcontainers-1.2.8 → infrahub_testcontainers-1.2.9rc0}/infrahub_testcontainers/measurements.py +0 -0
- {infrahub_testcontainers-1.2.8 → infrahub_testcontainers-1.2.9rc0}/infrahub_testcontainers/models.py +0 -0
- {infrahub_testcontainers-1.2.8 → infrahub_testcontainers-1.2.9rc0}/infrahub_testcontainers/performance_test.py +0 -0
- {infrahub_testcontainers-1.2.8 → infrahub_testcontainers-1.2.9rc0}/infrahub_testcontainers/plugin.py +0 -0
- {infrahub_testcontainers-1.2.8 → infrahub_testcontainers-1.2.9rc0}/infrahub_testcontainers/prometheus.yml +0 -0
|
@@ -130,6 +130,7 @@ services:
|
|
|
130
130
|
INFRAHUB_TRACE_EXPORTER_PROTOCOL: ${INFRAHUB_TRACE_EXPORTER_PROTOCOL:-grpc}
|
|
131
131
|
INFRAHUB_TRACE_EXPORTER_TYPE: ${INFRAHUB_TRACE_EXPORTER_TYPE:-console}
|
|
132
132
|
INFRAHUB_TRACE_INSECURE: ${INFRAHUB_TRACE_INSECURE:-true}
|
|
133
|
+
INFRAHUB_SCHEMA_STRICT_MODE: ${INFRAHUB_TESTING_SCHEMA_STRICT_MODE}
|
|
133
134
|
OTEL_RESOURCE_ATTRIBUTES:
|
|
134
135
|
depends_on:
|
|
135
136
|
database:
|
|
@@ -177,6 +178,7 @@ services:
|
|
|
177
178
|
INFRAHUB_TRACE_EXPORTER_PROTOCOL: ${INFRAHUB_TRACE_EXPORTER_PROTOCOL:-grpc}
|
|
178
179
|
INFRAHUB_TRACE_EXPORTER_TYPE: ${INFRAHUB_TRACE_EXPORTER_TYPE:-console}
|
|
179
180
|
INFRAHUB_TRACE_INSECURE: ${INFRAHUB_TRACE_INSECURE:-true}
|
|
181
|
+
INFRAHUB_SCHEMA_STRICT_MODE: ${INFRAHUB_TESTING_SCHEMA_STRICT_MODE}
|
|
180
182
|
OTEL_RESOURCE_ATTRIBUTES:
|
|
181
183
|
depends_on:
|
|
182
184
|
- infrahub-server
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "infrahub-testcontainers"
|
|
3
|
-
version = "1.2.
|
|
3
|
+
version = "1.2.9rc0"
|
|
4
4
|
requires-python = ">=3.9"
|
|
5
5
|
|
|
6
6
|
[tool.poetry]
|
|
7
7
|
name = "infrahub-testcontainers"
|
|
8
|
-
version = "1.2.
|
|
8
|
+
version = "1.2.9rc0"
|
|
9
9
|
description = "Testcontainers instance for Infrahub to easily build integration tests"
|
|
10
10
|
authors = ["OpsMill <info@opsmill.com>"]
|
|
11
11
|
readme = "README.md"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{infrahub_testcontainers-1.2.8 → infrahub_testcontainers-1.2.9rc0}/infrahub_testcontainers/host.py
RENAMED
|
File without changes
|
|
File without changes
|
{infrahub_testcontainers-1.2.8 → infrahub_testcontainers-1.2.9rc0}/infrahub_testcontainers/models.py
RENAMED
|
File without changes
|
|
File without changes
|
{infrahub_testcontainers-1.2.8 → infrahub_testcontainers-1.2.9rc0}/infrahub_testcontainers/plugin.py
RENAMED
|
File without changes
|
|
File without changes
|