pycarlo 0.10.90__tar.gz → 0.10.91__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.
Potentially problematic release.
This version of pycarlo might be problematic. Click here for more details.
- {pycarlo-0.10.90 → pycarlo-0.10.91}/PKG-INFO +1 -1
- {pycarlo-0.10.90 → pycarlo-0.10.91}/pycarlo/lib/schema.json +23 -7
- {pycarlo-0.10.90 → pycarlo-0.10.91}/pycarlo/lib/schema.py +8 -1
- {pycarlo-0.10.90 → pycarlo-0.10.91}/pycarlo.egg-info/PKG-INFO +1 -1
- {pycarlo-0.10.90 → pycarlo-0.10.91}/.circleci/README.md +0 -0
- {pycarlo-0.10.90 → pycarlo-0.10.91}/.circleci/config.yml +0 -0
- {pycarlo-0.10.90 → pycarlo-0.10.91}/.coveragerc +0 -0
- {pycarlo-0.10.90 → pycarlo-0.10.91}/.github/workflows/release.yml +0 -0
- {pycarlo-0.10.90 → pycarlo-0.10.91}/.gitignore +0 -0
- {pycarlo-0.10.90 → pycarlo-0.10.91}/.pre-commit-config.yaml +0 -0
- {pycarlo-0.10.90 → pycarlo-0.10.91}/LICENSE +0 -0
- {pycarlo-0.10.90 → pycarlo-0.10.91}/Makefile +0 -0
- {pycarlo-0.10.90 → pycarlo-0.10.91}/README.md +0 -0
- {pycarlo-0.10.90 → pycarlo-0.10.91}/examples/sample_circuit_breaker.py +0 -0
- {pycarlo-0.10.90 → pycarlo-0.10.91}/examples/sample_insight_upload.py +0 -0
- {pycarlo-0.10.90 → pycarlo-0.10.91}/pycarlo/__init__.py +0 -0
- {pycarlo-0.10.90 → pycarlo-0.10.91}/pycarlo/common/__init__.py +0 -0
- {pycarlo-0.10.90 → pycarlo-0.10.91}/pycarlo/common/errors.py +0 -0
- {pycarlo-0.10.90 → pycarlo-0.10.91}/pycarlo/common/files.py +0 -0
- {pycarlo-0.10.90 → pycarlo-0.10.91}/pycarlo/common/http.py +0 -0
- {pycarlo-0.10.90 → pycarlo-0.10.91}/pycarlo/common/mcon.py +0 -0
- {pycarlo-0.10.90 → pycarlo-0.10.91}/pycarlo/common/retries.py +0 -0
- {pycarlo-0.10.90 → pycarlo-0.10.91}/pycarlo/common/settings.py +0 -0
- {pycarlo-0.10.90 → pycarlo-0.10.91}/pycarlo/common/utils.py +0 -0
- {pycarlo-0.10.90 → pycarlo-0.10.91}/pycarlo/core/__init__.py +0 -0
- {pycarlo-0.10.90 → pycarlo-0.10.91}/pycarlo/core/client.py +0 -0
- {pycarlo-0.10.90 → pycarlo-0.10.91}/pycarlo/core/endpoint.py +0 -0
- {pycarlo-0.10.90 → pycarlo-0.10.91}/pycarlo/core/operations.py +0 -0
- {pycarlo-0.10.90 → pycarlo-0.10.91}/pycarlo/core/session.py +0 -0
- {pycarlo-0.10.90 → pycarlo-0.10.91}/pycarlo/features/__init__.py +0 -0
- {pycarlo-0.10.90 → pycarlo-0.10.91}/pycarlo/features/circuit_breakers/__init__.py +0 -0
- {pycarlo-0.10.90 → pycarlo-0.10.91}/pycarlo/features/circuit_breakers/exceptions.py +0 -0
- {pycarlo-0.10.90 → pycarlo-0.10.91}/pycarlo/features/circuit_breakers/service.py +0 -0
- {pycarlo-0.10.90 → pycarlo-0.10.91}/pycarlo/features/dbt/__init__.py +0 -0
- {pycarlo-0.10.90 → pycarlo-0.10.91}/pycarlo/features/dbt/dbt_importer.py +0 -0
- {pycarlo-0.10.90 → pycarlo-0.10.91}/pycarlo/features/dbt/queries.py +0 -0
- {pycarlo-0.10.90 → pycarlo-0.10.91}/pycarlo/features/exceptions.py +0 -0
- {pycarlo-0.10.90 → pycarlo-0.10.91}/pycarlo/features/metadata/__init__.py +0 -0
- {pycarlo-0.10.90 → pycarlo-0.10.91}/pycarlo/features/metadata/allow_block_list.py +0 -0
- {pycarlo-0.10.90 → pycarlo-0.10.91}/pycarlo/features/metadata/metadata_filters_container.py +0 -0
- {pycarlo-0.10.90 → pycarlo-0.10.91}/pycarlo/features/pii/__init__.py +0 -0
- {pycarlo-0.10.90 → pycarlo-0.10.91}/pycarlo/features/pii/constants.py +0 -0
- {pycarlo-0.10.90 → pycarlo-0.10.91}/pycarlo/features/pii/pii_filterer.py +0 -0
- {pycarlo-0.10.90 → pycarlo-0.10.91}/pycarlo/features/pii/queries.py +0 -0
- {pycarlo-0.10.90 → pycarlo-0.10.91}/pycarlo/features/pii/service.py +0 -0
- {pycarlo-0.10.90 → pycarlo-0.10.91}/pycarlo/features/user/__init__.py +0 -0
- {pycarlo-0.10.90 → pycarlo-0.10.91}/pycarlo/features/user/exceptions.py +0 -0
- {pycarlo-0.10.90 → pycarlo-0.10.91}/pycarlo/features/user/models.py +0 -0
- {pycarlo-0.10.90 → pycarlo-0.10.91}/pycarlo/features/user/queries.py +0 -0
- {pycarlo-0.10.90 → pycarlo-0.10.91}/pycarlo/features/user/service.py +0 -0
- {pycarlo-0.10.90 → pycarlo-0.10.91}/pycarlo/lib/README.md +0 -0
- {pycarlo-0.10.90 → pycarlo-0.10.91}/pycarlo/lib/__init__.py +0 -0
- {pycarlo-0.10.90 → pycarlo-0.10.91}/pycarlo.egg-info/SOURCES.txt +0 -0
- {pycarlo-0.10.90 → pycarlo-0.10.91}/pycarlo.egg-info/dependency_links.txt +0 -0
- {pycarlo-0.10.90 → pycarlo-0.10.91}/pycarlo.egg-info/requires.txt +0 -0
- {pycarlo-0.10.90 → pycarlo-0.10.91}/pycarlo.egg-info/top_level.txt +0 -0
- {pycarlo-0.10.90 → pycarlo-0.10.91}/pyproject.toml +0 -0
- {pycarlo-0.10.90 → pycarlo-0.10.91}/requirements-ci.txt +0 -0
- {pycarlo-0.10.90 → pycarlo-0.10.91}/requirements-dev.txt +0 -0
- {pycarlo-0.10.90 → pycarlo-0.10.91}/requirements.txt +0 -0
- {pycarlo-0.10.90 → pycarlo-0.10.91}/setup.cfg +0 -0
- {pycarlo-0.10.90 → pycarlo-0.10.91}/setup.py +0 -0
- {pycarlo-0.10.90 → pycarlo-0.10.91}/tests/__init__.py +0 -0
- {pycarlo-0.10.90 → pycarlo-0.10.91}/tests/common/__init__.py +0 -0
- {pycarlo-0.10.90 → pycarlo-0.10.91}/tests/common/data.json +0 -0
- {pycarlo-0.10.90 → pycarlo-0.10.91}/tests/common/test_files.py +0 -0
- {pycarlo-0.10.90 → pycarlo-0.10.91}/tests/common/test_http.py +0 -0
- {pycarlo-0.10.90 → pycarlo-0.10.91}/tests/common/test_mcon.py +0 -0
- {pycarlo-0.10.90 → pycarlo-0.10.91}/tests/common/test_retries.py +0 -0
- {pycarlo-0.10.90 → pycarlo-0.10.91}/tests/common/test_utils.py +0 -0
- {pycarlo-0.10.90 → pycarlo-0.10.91}/tests/features/__init__.py +0 -0
- {pycarlo-0.10.90 → pycarlo-0.10.91}/tests/features/circuit_breakers/__init__.py +0 -0
- {pycarlo-0.10.90 → pycarlo-0.10.91}/tests/features/circuit_breakers/test_service.py +0 -0
- {pycarlo-0.10.90 → pycarlo-0.10.91}/tests/features/dbt/__init__.py +0 -0
- {pycarlo-0.10.90 → pycarlo-0.10.91}/tests/features/dbt/sample_logs.txt +0 -0
- {pycarlo-0.10.90 → pycarlo-0.10.91}/tests/features/dbt/sample_manifest.json +0 -0
- {pycarlo-0.10.90 → pycarlo-0.10.91}/tests/features/dbt/sample_run_results.json +0 -0
- {pycarlo-0.10.90 → pycarlo-0.10.91}/tests/features/dbt/test_dbt_importer.py +0 -0
- {pycarlo-0.10.90 → pycarlo-0.10.91}/tests/features/metadata/test_dataset_filtering.py +0 -0
- {pycarlo-0.10.90 → pycarlo-0.10.91}/tests/features/pii/sample_events/sample_md_events_01.json +0 -0
- {pycarlo-0.10.90 → pycarlo-0.10.91}/tests/features/pii/sample_events/sample_md_events_02.json +0 -0
- {pycarlo-0.10.90 → pycarlo-0.10.91}/tests/features/pii/test_pii_filtering.py +0 -0
- {pycarlo-0.10.90 → pycarlo-0.10.91}/tests/features/user/__init__.py +0 -0
- {pycarlo-0.10.90 → pycarlo-0.10.91}/tests/features/user/test_user_service.py +0 -0
- {pycarlo-0.10.90 → pycarlo-0.10.91}/tests/test_client.py +0 -0
- {pycarlo-0.10.90 → pycarlo-0.10.91}/tests/test_operations.py +0 -0
- {pycarlo-0.10.90 → pycarlo-0.10.91}/tests/test_retry_decorator.py +0 -0
- {pycarlo-0.10.90 → pycarlo-0.10.91}/tests/test_session.py +0 -0
- {pycarlo-0.10.90 → pycarlo-0.10.91}/utils/env.sh +0 -0
- {pycarlo-0.10.90 → pycarlo-0.10.91}/utils/generate.py +0 -0
- {pycarlo-0.10.90 → pycarlo-0.10.91}/utils/sample.env +0 -0
- {pycarlo-0.10.90 → pycarlo-0.10.91}/utils/sanity.py +0 -0
- {pycarlo-0.10.90 → pycarlo-0.10.91}/utils/vars.py +0 -0
|
@@ -104999,6 +104999,26 @@
|
|
|
104999
104999
|
"name": "CollectionDetails",
|
|
105000
105000
|
"ofType": null
|
|
105001
105001
|
}
|
|
105002
|
+
},
|
|
105003
|
+
{
|
|
105004
|
+
"args": [],
|
|
105005
|
+
"deprecationReason": null,
|
|
105006
|
+
"description": "List of enabled configurations (primary/secondary)",
|
|
105007
|
+
"isDeprecated": false,
|
|
105008
|
+
"name": "availableEnvConfigurations",
|
|
105009
|
+
"type": {
|
|
105010
|
+
"kind": "NON_NULL",
|
|
105011
|
+
"name": null,
|
|
105012
|
+
"ofType": {
|
|
105013
|
+
"kind": "LIST",
|
|
105014
|
+
"name": null,
|
|
105015
|
+
"ofType": {
|
|
105016
|
+
"kind": "ENUM",
|
|
105017
|
+
"name": "AwsEnvConfiguration",
|
|
105018
|
+
"ofType": null
|
|
105019
|
+
}
|
|
105020
|
+
}
|
|
105021
|
+
}
|
|
105002
105022
|
}
|
|
105003
105023
|
],
|
|
105004
105024
|
"inputFields": null,
|
|
@@ -105360,13 +105380,9 @@
|
|
|
105360
105380
|
"isDeprecated": false,
|
|
105361
105381
|
"name": "primaryRegion",
|
|
105362
105382
|
"type": {
|
|
105363
|
-
"kind": "
|
|
105364
|
-
"name":
|
|
105365
|
-
"ofType":
|
|
105366
|
-
"kind": "SCALAR",
|
|
105367
|
-
"name": "String",
|
|
105368
|
-
"ofType": null
|
|
105369
|
-
}
|
|
105383
|
+
"kind": "SCALAR",
|
|
105384
|
+
"name": "String",
|
|
105385
|
+
"ofType": null
|
|
105370
105386
|
}
|
|
105371
105387
|
},
|
|
105372
105388
|
{
|
|
@@ -13602,7 +13602,7 @@ class AzureInformation(sgqlc.types.Type):
|
|
|
13602
13602
|
subscription_id = sgqlc.types.Field(sgqlc.types.non_null(String), graphql_name="subscriptionId")
|
|
13603
13603
|
"""Azure Subscription ID"""
|
|
13604
13604
|
|
|
13605
|
-
primary_region = sgqlc.types.Field(
|
|
13605
|
+
primary_region = sgqlc.types.Field(String, graphql_name="primaryRegion")
|
|
13606
13606
|
"""Azure Region"""
|
|
13607
13607
|
|
|
13608
13608
|
secondary_region = sgqlc.types.Field(String, graphql_name="secondaryRegion")
|
|
@@ -21203,6 +21203,7 @@ class HostingInformation(sgqlc.types.Type):
|
|
|
21203
21203
|
"infrastructure_details",
|
|
21204
21204
|
"network_details",
|
|
21205
21205
|
"collection_details",
|
|
21206
|
+
"available_env_configurations",
|
|
21206
21207
|
)
|
|
21207
21208
|
domain_details = sgqlc.types.Field(
|
|
21208
21209
|
sgqlc.types.non_null(HostingDomainDetails), graphql_name="domainDetails"
|
|
@@ -21227,6 +21228,12 @@ class HostingInformation(sgqlc.types.Type):
|
|
|
21227
21228
|
collection_details = sgqlc.types.Field(CollectionDetails, graphql_name="collectionDetails")
|
|
21228
21229
|
"""Collection platform information"""
|
|
21229
21230
|
|
|
21231
|
+
available_env_configurations = sgqlc.types.Field(
|
|
21232
|
+
sgqlc.types.non_null(sgqlc.types.list_of(AwsEnvConfiguration)),
|
|
21233
|
+
graphql_name="availableEnvConfigurations",
|
|
21234
|
+
)
|
|
21235
|
+
"""List of enabled configurations (primary/secondary)"""
|
|
21236
|
+
|
|
21230
21237
|
|
|
21231
21238
|
class IncidentCategoryCount(sgqlc.types.Type):
|
|
21232
21239
|
__schema__ = schema
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{pycarlo-0.10.90 → pycarlo-0.10.91}/tests/features/pii/sample_events/sample_md_events_01.json
RENAMED
|
File without changes
|
{pycarlo-0.10.90 → pycarlo-0.10.91}/tests/features/pii/sample_events/sample_md_events_02.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|