pycarlo 0.10.131__tar.gz → 0.10.132__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.131 → pycarlo-0.10.132}/PKG-INFO +1 -1
- {pycarlo-0.10.131 → pycarlo-0.10.132}/pycarlo/lib/schema.json +65 -0
- {pycarlo-0.10.131 → pycarlo-0.10.132}/pycarlo/lib/schema.py +35 -0
- {pycarlo-0.10.131 → pycarlo-0.10.132}/pycarlo.egg-info/PKG-INFO +1 -1
- {pycarlo-0.10.131 → pycarlo-0.10.132}/.circleci/README.md +0 -0
- {pycarlo-0.10.131 → pycarlo-0.10.132}/.circleci/config.yml +0 -0
- {pycarlo-0.10.131 → pycarlo-0.10.132}/.coveragerc +0 -0
- {pycarlo-0.10.131 → pycarlo-0.10.132}/.github/workflows/release.yml +0 -0
- {pycarlo-0.10.131 → pycarlo-0.10.132}/.gitignore +0 -0
- {pycarlo-0.10.131 → pycarlo-0.10.132}/.pre-commit-config.yaml +0 -0
- {pycarlo-0.10.131 → pycarlo-0.10.132}/LICENSE +0 -0
- {pycarlo-0.10.131 → pycarlo-0.10.132}/Makefile +0 -0
- {pycarlo-0.10.131 → pycarlo-0.10.132}/README.md +0 -0
- {pycarlo-0.10.131 → pycarlo-0.10.132}/examples/sample_circuit_breaker.py +0 -0
- {pycarlo-0.10.131 → pycarlo-0.10.132}/examples/sample_insight_upload.py +0 -0
- {pycarlo-0.10.131 → pycarlo-0.10.132}/pycarlo/__init__.py +0 -0
- {pycarlo-0.10.131 → pycarlo-0.10.132}/pycarlo/common/__init__.py +0 -0
- {pycarlo-0.10.131 → pycarlo-0.10.132}/pycarlo/common/errors.py +0 -0
- {pycarlo-0.10.131 → pycarlo-0.10.132}/pycarlo/common/files.py +0 -0
- {pycarlo-0.10.131 → pycarlo-0.10.132}/pycarlo/common/http.py +0 -0
- {pycarlo-0.10.131 → pycarlo-0.10.132}/pycarlo/common/mcon.py +0 -0
- {pycarlo-0.10.131 → pycarlo-0.10.132}/pycarlo/common/retries.py +0 -0
- {pycarlo-0.10.131 → pycarlo-0.10.132}/pycarlo/common/settings.py +0 -0
- {pycarlo-0.10.131 → pycarlo-0.10.132}/pycarlo/common/utils.py +0 -0
- {pycarlo-0.10.131 → pycarlo-0.10.132}/pycarlo/core/__init__.py +0 -0
- {pycarlo-0.10.131 → pycarlo-0.10.132}/pycarlo/core/client.py +0 -0
- {pycarlo-0.10.131 → pycarlo-0.10.132}/pycarlo/core/endpoint.py +0 -0
- {pycarlo-0.10.131 → pycarlo-0.10.132}/pycarlo/core/operations.py +0 -0
- {pycarlo-0.10.131 → pycarlo-0.10.132}/pycarlo/core/session.py +0 -0
- {pycarlo-0.10.131 → pycarlo-0.10.132}/pycarlo/features/__init__.py +0 -0
- {pycarlo-0.10.131 → pycarlo-0.10.132}/pycarlo/features/circuit_breakers/__init__.py +0 -0
- {pycarlo-0.10.131 → pycarlo-0.10.132}/pycarlo/features/circuit_breakers/exceptions.py +0 -0
- {pycarlo-0.10.131 → pycarlo-0.10.132}/pycarlo/features/circuit_breakers/service.py +0 -0
- {pycarlo-0.10.131 → pycarlo-0.10.132}/pycarlo/features/dbt/__init__.py +0 -0
- {pycarlo-0.10.131 → pycarlo-0.10.132}/pycarlo/features/dbt/dbt_importer.py +0 -0
- {pycarlo-0.10.131 → pycarlo-0.10.132}/pycarlo/features/dbt/queries.py +0 -0
- {pycarlo-0.10.131 → pycarlo-0.10.132}/pycarlo/features/exceptions.py +0 -0
- {pycarlo-0.10.131 → pycarlo-0.10.132}/pycarlo/features/metadata/__init__.py +0 -0
- {pycarlo-0.10.131 → pycarlo-0.10.132}/pycarlo/features/metadata/allow_block_list.py +0 -0
- {pycarlo-0.10.131 → pycarlo-0.10.132}/pycarlo/features/metadata/metadata_filters_container.py +0 -0
- {pycarlo-0.10.131 → pycarlo-0.10.132}/pycarlo/features/pii/__init__.py +0 -0
- {pycarlo-0.10.131 → pycarlo-0.10.132}/pycarlo/features/pii/constants.py +0 -0
- {pycarlo-0.10.131 → pycarlo-0.10.132}/pycarlo/features/pii/pii_filterer.py +0 -0
- {pycarlo-0.10.131 → pycarlo-0.10.132}/pycarlo/features/pii/queries.py +0 -0
- {pycarlo-0.10.131 → pycarlo-0.10.132}/pycarlo/features/pii/service.py +0 -0
- {pycarlo-0.10.131 → pycarlo-0.10.132}/pycarlo/features/user/__init__.py +0 -0
- {pycarlo-0.10.131 → pycarlo-0.10.132}/pycarlo/features/user/exceptions.py +0 -0
- {pycarlo-0.10.131 → pycarlo-0.10.132}/pycarlo/features/user/models.py +0 -0
- {pycarlo-0.10.131 → pycarlo-0.10.132}/pycarlo/features/user/queries.py +0 -0
- {pycarlo-0.10.131 → pycarlo-0.10.132}/pycarlo/features/user/service.py +0 -0
- {pycarlo-0.10.131 → pycarlo-0.10.132}/pycarlo/lib/README.md +0 -0
- {pycarlo-0.10.131 → pycarlo-0.10.132}/pycarlo/lib/__init__.py +0 -0
- {pycarlo-0.10.131 → pycarlo-0.10.132}/pycarlo.egg-info/SOURCES.txt +0 -0
- {pycarlo-0.10.131 → pycarlo-0.10.132}/pycarlo.egg-info/dependency_links.txt +0 -0
- {pycarlo-0.10.131 → pycarlo-0.10.132}/pycarlo.egg-info/requires.txt +0 -0
- {pycarlo-0.10.131 → pycarlo-0.10.132}/pycarlo.egg-info/top_level.txt +0 -0
- {pycarlo-0.10.131 → pycarlo-0.10.132}/pyproject.toml +0 -0
- {pycarlo-0.10.131 → pycarlo-0.10.132}/requirements-ci.txt +0 -0
- {pycarlo-0.10.131 → pycarlo-0.10.132}/requirements-dev.txt +0 -0
- {pycarlo-0.10.131 → pycarlo-0.10.132}/requirements.txt +0 -0
- {pycarlo-0.10.131 → pycarlo-0.10.132}/setup.cfg +0 -0
- {pycarlo-0.10.131 → pycarlo-0.10.132}/setup.py +0 -0
- {pycarlo-0.10.131 → pycarlo-0.10.132}/tests/__init__.py +0 -0
- {pycarlo-0.10.131 → pycarlo-0.10.132}/tests/common/__init__.py +0 -0
- {pycarlo-0.10.131 → pycarlo-0.10.132}/tests/common/data.json +0 -0
- {pycarlo-0.10.131 → pycarlo-0.10.132}/tests/common/test_files.py +0 -0
- {pycarlo-0.10.131 → pycarlo-0.10.132}/tests/common/test_http.py +0 -0
- {pycarlo-0.10.131 → pycarlo-0.10.132}/tests/common/test_mcon.py +0 -0
- {pycarlo-0.10.131 → pycarlo-0.10.132}/tests/common/test_retries.py +0 -0
- {pycarlo-0.10.131 → pycarlo-0.10.132}/tests/common/test_utils.py +0 -0
- {pycarlo-0.10.131 → pycarlo-0.10.132}/tests/features/__init__.py +0 -0
- {pycarlo-0.10.131 → pycarlo-0.10.132}/tests/features/circuit_breakers/__init__.py +0 -0
- {pycarlo-0.10.131 → pycarlo-0.10.132}/tests/features/circuit_breakers/test_service.py +0 -0
- {pycarlo-0.10.131 → pycarlo-0.10.132}/tests/features/dbt/__init__.py +0 -0
- {pycarlo-0.10.131 → pycarlo-0.10.132}/tests/features/dbt/sample_logs.txt +0 -0
- {pycarlo-0.10.131 → pycarlo-0.10.132}/tests/features/dbt/sample_manifest.json +0 -0
- {pycarlo-0.10.131 → pycarlo-0.10.132}/tests/features/dbt/sample_run_results.json +0 -0
- {pycarlo-0.10.131 → pycarlo-0.10.132}/tests/features/dbt/test_dbt_importer.py +0 -0
- {pycarlo-0.10.131 → pycarlo-0.10.132}/tests/features/metadata/test_dataset_filtering.py +0 -0
- {pycarlo-0.10.131 → pycarlo-0.10.132}/tests/features/pii/sample_events/sample_md_events_01.json +0 -0
- {pycarlo-0.10.131 → pycarlo-0.10.132}/tests/features/pii/sample_events/sample_md_events_02.json +0 -0
- {pycarlo-0.10.131 → pycarlo-0.10.132}/tests/features/pii/test_pii_filtering.py +0 -0
- {pycarlo-0.10.131 → pycarlo-0.10.132}/tests/features/user/__init__.py +0 -0
- {pycarlo-0.10.131 → pycarlo-0.10.132}/tests/features/user/test_user_service.py +0 -0
- {pycarlo-0.10.131 → pycarlo-0.10.132}/tests/test_client.py +0 -0
- {pycarlo-0.10.131 → pycarlo-0.10.132}/tests/test_operations.py +0 -0
- {pycarlo-0.10.131 → pycarlo-0.10.132}/tests/test_retry_decorator.py +0 -0
- {pycarlo-0.10.131 → pycarlo-0.10.132}/tests/test_session.py +0 -0
- {pycarlo-0.10.131 → pycarlo-0.10.132}/utils/env.sh +0 -0
- {pycarlo-0.10.131 → pycarlo-0.10.132}/utils/generate.py +0 -0
- {pycarlo-0.10.131 → pycarlo-0.10.132}/utils/sample.env +0 -0
- {pycarlo-0.10.131 → pycarlo-0.10.132}/utils/sanity.py +0 -0
- {pycarlo-0.10.131 → pycarlo-0.10.132}/utils/vars.py +0 -0
|
@@ -4741,6 +4741,71 @@
|
|
|
4741
4741
|
}
|
|
4742
4742
|
}
|
|
4743
4743
|
},
|
|
4744
|
+
{
|
|
4745
|
+
"args": [
|
|
4746
|
+
{
|
|
4747
|
+
"defaultValue": null,
|
|
4748
|
+
"description": "The integration ID",
|
|
4749
|
+
"name": "integrationId",
|
|
4750
|
+
"type": {
|
|
4751
|
+
"kind": "NON_NULL",
|
|
4752
|
+
"name": null,
|
|
4753
|
+
"ofType": {
|
|
4754
|
+
"kind": "SCALAR",
|
|
4755
|
+
"name": "UUID",
|
|
4756
|
+
"ofType": null
|
|
4757
|
+
}
|
|
4758
|
+
}
|
|
4759
|
+
},
|
|
4760
|
+
{
|
|
4761
|
+
"defaultValue": null,
|
|
4762
|
+
"description": "Incident field name of the reference",
|
|
4763
|
+
"name": "fieldName",
|
|
4764
|
+
"type": {
|
|
4765
|
+
"kind": "NON_NULL",
|
|
4766
|
+
"name": null,
|
|
4767
|
+
"ofType": {
|
|
4768
|
+
"kind": "SCALAR",
|
|
4769
|
+
"name": "String",
|
|
4770
|
+
"ofType": null
|
|
4771
|
+
}
|
|
4772
|
+
}
|
|
4773
|
+
},
|
|
4774
|
+
{
|
|
4775
|
+
"defaultValue": null,
|
|
4776
|
+
"description": "Optional filter for label",
|
|
4777
|
+
"name": "query",
|
|
4778
|
+
"type": {
|
|
4779
|
+
"kind": "SCALAR",
|
|
4780
|
+
"name": "String",
|
|
4781
|
+
"ofType": null
|
|
4782
|
+
}
|
|
4783
|
+
},
|
|
4784
|
+
{
|
|
4785
|
+
"defaultValue": null,
|
|
4786
|
+
"description": "Optional limit (default 100)",
|
|
4787
|
+
"name": "limit",
|
|
4788
|
+
"type": {
|
|
4789
|
+
"kind": "SCALAR",
|
|
4790
|
+
"name": "Int",
|
|
4791
|
+
"ofType": null
|
|
4792
|
+
}
|
|
4793
|
+
}
|
|
4794
|
+
],
|
|
4795
|
+
"deprecationReason": null,
|
|
4796
|
+
"description": "(experimental) Get possible values for an incident field when the field is a reference type. Pass the field name and an optional query to filter by label.",
|
|
4797
|
+
"isDeprecated": false,
|
|
4798
|
+
"name": "getServicenowReferenceValues",
|
|
4799
|
+
"type": {
|
|
4800
|
+
"kind": "LIST",
|
|
4801
|
+
"name": null,
|
|
4802
|
+
"ofType": {
|
|
4803
|
+
"kind": "OBJECT",
|
|
4804
|
+
"name": "ServiceNowChoiceOutput",
|
|
4805
|
+
"ofType": null
|
|
4806
|
+
}
|
|
4807
|
+
}
|
|
4808
|
+
},
|
|
4744
4809
|
{
|
|
4745
4810
|
"args": [
|
|
4746
4811
|
{
|
|
@@ -43210,6 +43210,7 @@ class Query(sgqlc.types.Type):
|
|
|
43210
43210
|
"get_servicenow_incident_fields",
|
|
43211
43211
|
"get_servicenow_users",
|
|
43212
43212
|
"get_servicenow_integrations",
|
|
43213
|
+
"get_servicenow_reference_values",
|
|
43213
43214
|
"test_servicenow_credentials",
|
|
43214
43215
|
"get_jira_integrations",
|
|
43215
43216
|
"search_jira_users",
|
|
@@ -46225,6 +46226,40 @@ class Query(sgqlc.types.Type):
|
|
|
46225
46226
|
* `integration_id` (`UUID`): Filter by integration ID
|
|
46226
46227
|
"""
|
|
46227
46228
|
|
|
46229
|
+
get_servicenow_reference_values = sgqlc.types.Field(
|
|
46230
|
+
sgqlc.types.list_of("ServiceNowChoiceOutput"),
|
|
46231
|
+
graphql_name="getServicenowReferenceValues",
|
|
46232
|
+
args=sgqlc.types.ArgDict(
|
|
46233
|
+
(
|
|
46234
|
+
(
|
|
46235
|
+
"integration_id",
|
|
46236
|
+
sgqlc.types.Arg(
|
|
46237
|
+
sgqlc.types.non_null(UUID), graphql_name="integrationId", default=None
|
|
46238
|
+
),
|
|
46239
|
+
),
|
|
46240
|
+
(
|
|
46241
|
+
"field_name",
|
|
46242
|
+
sgqlc.types.Arg(
|
|
46243
|
+
sgqlc.types.non_null(String), graphql_name="fieldName", default=None
|
|
46244
|
+
),
|
|
46245
|
+
),
|
|
46246
|
+
("query", sgqlc.types.Arg(String, graphql_name="query", default=None)),
|
|
46247
|
+
("limit", sgqlc.types.Arg(Int, graphql_name="limit", default=None)),
|
|
46248
|
+
)
|
|
46249
|
+
),
|
|
46250
|
+
)
|
|
46251
|
+
"""(experimental) Get possible values for an incident field when the
|
|
46252
|
+
field is a reference type. Pass the field name and an optional
|
|
46253
|
+
query to filter by label.
|
|
46254
|
+
|
|
46255
|
+
Arguments:
|
|
46256
|
+
|
|
46257
|
+
* `integration_id` (`UUID!`): The integration ID
|
|
46258
|
+
* `field_name` (`String!`): Incident field name of the reference
|
|
46259
|
+
* `query` (`String`): Optional filter for label
|
|
46260
|
+
* `limit` (`Int`): Optional limit (default 100)
|
|
46261
|
+
"""
|
|
46262
|
+
|
|
46228
46263
|
test_servicenow_credentials = sgqlc.types.Field(
|
|
46229
46264
|
"ServiceNowTestCredentialsOutput",
|
|
46230
46265
|
graphql_name="testServicenowCredentials",
|
|
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.131 → pycarlo-0.10.132}/pycarlo/features/metadata/metadata_filters_container.py
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
|
|
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.131 → pycarlo-0.10.132}/tests/features/pii/sample_events/sample_md_events_01.json
RENAMED
|
File without changes
|
{pycarlo-0.10.131 → pycarlo-0.10.132}/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
|