infrahub-testcontainers 1.6.0__py3-none-any.whl → 1.6.0b0__py3-none-any.whl
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/container.py +2 -2
- {infrahub_testcontainers-1.6.0.dist-info → infrahub_testcontainers-1.6.0b0.dist-info}/METADATA +1 -1
- {infrahub_testcontainers-1.6.0.dist-info → infrahub_testcontainers-1.6.0b0.dist-info}/RECORD +5 -5
- {infrahub_testcontainers-1.6.0.dist-info → infrahub_testcontainers-1.6.0b0.dist-info}/WHEEL +1 -1
- {infrahub_testcontainers-1.6.0.dist-info → infrahub_testcontainers-1.6.0b0.dist-info}/entry_points.txt +0 -0
|
@@ -33,7 +33,7 @@ PROJECT_ENV_VARIABLES: dict[str, str] = {
|
|
|
33
33
|
"MESSAGE_QUEUE_DOCKER_IMAGE": "rabbitmq:3.13.7-management",
|
|
34
34
|
"CACHE_DOCKER_IMAGE": "redis:7.2.11",
|
|
35
35
|
"INFRAHUB_TESTING_DOCKER_IMAGE": "registry.opsmill.io/opsmill/infrahub",
|
|
36
|
-
"INFRAHUB_TESTING_DOCKER_ENTRYPOINT": f"gunicorn --config backend/infrahub/serve/gunicorn_config.py -w {os.environ.get('INFRAHUB_TESTING_WEB_CONCURRENCY',
|
|
36
|
+
"INFRAHUB_TESTING_DOCKER_ENTRYPOINT": f"gunicorn --config backend/infrahub/serve/gunicorn_config.py -w {os.environ.get('INFRAHUB_TESTING_WEB_CONCURRENCY', 4)} --logger-class infrahub.serve.log.GunicornLogger infrahub.server:app", # noqa: E501
|
|
37
37
|
"INFRAHUB_TESTING_IMAGE_VERSION": infrahub_version,
|
|
38
38
|
"INFRAHUB_TESTING_PRODUCTION": "false",
|
|
39
39
|
"INFRAHUB_TESTING_DB_ADDRESS": "database",
|
|
@@ -149,7 +149,7 @@ class InfrahubDockerCompose(DockerCompose):
|
|
|
149
149
|
PROJECT_ENV_VARIABLES.update(
|
|
150
150
|
{
|
|
151
151
|
"INFRAHUB_TESTING_DOCKER_IMAGE": "registry.opsmill.io/opsmill/infrahub-enterprise",
|
|
152
|
-
"INFRAHUB_TESTING_DOCKER_ENTRYPOINT": f"gunicorn --config community/backend/infrahub/serve/gunicorn_config.py -w {os.environ.get('INFRAHUB_TESTING_WEB_CONCURRENCY',
|
|
152
|
+
"INFRAHUB_TESTING_DOCKER_ENTRYPOINT": f"gunicorn --config community/backend/infrahub/serve/gunicorn_config.py -w {os.environ.get('INFRAHUB_TESTING_WEB_CONCURRENCY', 4)} --logger-class infrahub.serve.log.GunicornLogger infrahub_enterprise.server:app", # noqa: E501
|
|
153
153
|
"INFRAHUB_TESTING_WORKFLOW_DEFAULT_WORKER_TYPE": "infrahubentasync",
|
|
154
154
|
"INFRAHUB_TESTING_PREFECT_UI_ENABLED": "false",
|
|
155
155
|
"NEO4J_DOCKER_IMAGE": "neo4j:2025.03.0-enterprise",
|
{infrahub_testcontainers-1.6.0.dist-info → infrahub_testcontainers-1.6.0b0.dist-info}/METADATA
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: infrahub-testcontainers
|
|
3
|
-
Version: 1.6.
|
|
3
|
+
Version: 1.6.0b0
|
|
4
4
|
Summary: Testcontainers instance for Infrahub to easily build integration tests
|
|
5
5
|
Project-URL: Homepage, https://opsmill.com
|
|
6
6
|
Project-URL: Repository, https://github.com/opsmill/infrahub
|
{infrahub_testcontainers-1.6.0.dist-info → infrahub_testcontainers-1.6.0b0.dist-info}/RECORD
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
infrahub_testcontainers/__init__.py,sha256=oPpmesGgYBSdKTg1L37FGwYBeao1EHury5SJGul-CT8,216
|
|
2
2
|
infrahub_testcontainers/constants.py,sha256=mZ4hLvcf4rKk9wC7EId4MQxAY0sk4V99deB04N0J2bg,85
|
|
3
|
-
infrahub_testcontainers/container.py,sha256=
|
|
3
|
+
infrahub_testcontainers/container.py,sha256=pjre803SgFegb-LqvIP21OEJwVifE7C3PSkTVRTKfEY,25342
|
|
4
4
|
infrahub_testcontainers/docker-compose-cluster.test.yml,sha256=r1InyFOb4AF9-WCBJh2KI4vwq_SiCHKagjgUF4rOJFs,15111
|
|
5
5
|
infrahub_testcontainers/docker-compose.test.yml,sha256=NGh2ZRgHHHblfz0IqsDaF-3DQZobZrRaYQm-mTMnHlc,11509
|
|
6
6
|
infrahub_testcontainers/haproxy.cfg,sha256=QUkG2Xu-hKoknPOeYKAkBT_xJH6U9CfIS0DTMFZJsnk,1305
|
|
@@ -11,7 +11,7 @@ infrahub_testcontainers/models.py,sha256=hT7WEX2o7gxTFPE9uhtP5yigKgP5YSsy2c3tFB-
|
|
|
11
11
|
infrahub_testcontainers/performance_test.py,sha256=_nf7Uk15mHwqpN4y7XUfI4JI54-UaXW-Yu4uwMIx21w,6185
|
|
12
12
|
infrahub_testcontainers/plugin.py,sha256=I3RuZQ0dARyKHuqCf0y1Yj731P2Mwf3BJUehRJKeWrs,5645
|
|
13
13
|
infrahub_testcontainers/prometheus.yml,sha256=610xQEyj3xuVJMzPkC4m1fRnCrjGpiRBrXA2ytCLa54,599
|
|
14
|
-
infrahub_testcontainers-1.6.
|
|
15
|
-
infrahub_testcontainers-1.6.
|
|
16
|
-
infrahub_testcontainers-1.6.
|
|
17
|
-
infrahub_testcontainers-1.6.
|
|
14
|
+
infrahub_testcontainers-1.6.0b0.dist-info/METADATA,sha256=oS1kL2sI6-IxYkssJCsq5TcB5fyDhUp0tLTPrRCSgn0,946
|
|
15
|
+
infrahub_testcontainers-1.6.0b0.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
|
16
|
+
infrahub_testcontainers-1.6.0b0.dist-info/entry_points.txt,sha256=uHwc-_eS-K8pDJG7czSOhx3kt6cDswqyDiUJc84K0C8,77
|
|
17
|
+
infrahub_testcontainers-1.6.0b0.dist-info/RECORD,,
|
|
File without changes
|