insightconnect-plugin-runtime 6.3.1__tar.gz → 6.3.3__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.
- {insightconnect_plugin_runtime-6.3.1/insightconnect_plugin_runtime.egg-info → insightconnect_plugin_runtime-6.3.3}/PKG-INFO +3 -1
- {insightconnect_plugin_runtime-6.3.1 → insightconnect_plugin_runtime-6.3.3}/README.md +2 -0
- {insightconnect_plugin_runtime-6.3.1 → insightconnect_plugin_runtime-6.3.3}/insightconnect_plugin_runtime/helper.py +5 -2
- {insightconnect_plugin_runtime-6.3.1 → insightconnect_plugin_runtime-6.3.3}/insightconnect_plugin_runtime/telemetry.py +24 -3
- {insightconnect_plugin_runtime-6.3.1 → insightconnect_plugin_runtime-6.3.3/insightconnect_plugin_runtime.egg-info}/PKG-INFO +3 -1
- {insightconnect_plugin_runtime-6.3.1 → insightconnect_plugin_runtime-6.3.3}/setup.py +1 -1
- {insightconnect_plugin_runtime-6.3.1 → insightconnect_plugin_runtime-6.3.3}/MANIFEST.in +0 -0
- {insightconnect_plugin_runtime-6.3.1 → insightconnect_plugin_runtime-6.3.3}/insightconnect-plugin-swagger.json +0 -0
- {insightconnect_plugin_runtime-6.3.1 → insightconnect_plugin_runtime-6.3.3}/insightconnect_plugin_runtime/__init__.py +0 -0
- {insightconnect_plugin_runtime-6.3.1 → insightconnect_plugin_runtime-6.3.3}/insightconnect_plugin_runtime/action.py +0 -0
- {insightconnect_plugin_runtime-6.3.1 → insightconnect_plugin_runtime-6.3.3}/insightconnect_plugin_runtime/api/__init__.py +0 -0
- {insightconnect_plugin_runtime-6.3.1 → insightconnect_plugin_runtime-6.3.3}/insightconnect_plugin_runtime/api/endpoints.py +0 -0
- {insightconnect_plugin_runtime-6.3.1 → insightconnect_plugin_runtime-6.3.3}/insightconnect_plugin_runtime/api/schemas.py +0 -0
- {insightconnect_plugin_runtime-6.3.1 → insightconnect_plugin_runtime-6.3.3}/insightconnect_plugin_runtime/cli.py +0 -0
- {insightconnect_plugin_runtime-6.3.1 → insightconnect_plugin_runtime-6.3.3}/insightconnect_plugin_runtime/clients/__init__.py +0 -0
- {insightconnect_plugin_runtime-6.3.1 → insightconnect_plugin_runtime-6.3.3}/insightconnect_plugin_runtime/clients/aws_client.py +0 -0
- {insightconnect_plugin_runtime-6.3.1 → insightconnect_plugin_runtime-6.3.3}/insightconnect_plugin_runtime/clients/oauth.py +0 -0
- {insightconnect_plugin_runtime-6.3.1 → insightconnect_plugin_runtime-6.3.3}/insightconnect_plugin_runtime/connection.py +0 -0
- {insightconnect_plugin_runtime-6.3.1 → insightconnect_plugin_runtime-6.3.3}/insightconnect_plugin_runtime/data/input_message_schema.json +0 -0
- {insightconnect_plugin_runtime-6.3.1 → insightconnect_plugin_runtime-6.3.3}/insightconnect_plugin_runtime/data/output_message_schema.json +0 -0
- {insightconnect_plugin_runtime-6.3.1 → insightconnect_plugin_runtime-6.3.3}/insightconnect_plugin_runtime/dispatcher.py +0 -0
- {insightconnect_plugin_runtime-6.3.1 → insightconnect_plugin_runtime-6.3.3}/insightconnect_plugin_runtime/exceptions.py +0 -0
- {insightconnect_plugin_runtime-6.3.1 → insightconnect_plugin_runtime-6.3.3}/insightconnect_plugin_runtime/metrics.py +0 -0
- {insightconnect_plugin_runtime-6.3.1 → insightconnect_plugin_runtime-6.3.3}/insightconnect_plugin_runtime/plugin.py +0 -0
- {insightconnect_plugin_runtime-6.3.1 → insightconnect_plugin_runtime-6.3.3}/insightconnect_plugin_runtime/schema.py +0 -0
- {insightconnect_plugin_runtime-6.3.1 → insightconnect_plugin_runtime-6.3.3}/insightconnect_plugin_runtime/server.py +0 -0
- {insightconnect_plugin_runtime-6.3.1 → insightconnect_plugin_runtime-6.3.3}/insightconnect_plugin_runtime/step.py +0 -0
- {insightconnect_plugin_runtime-6.3.1 → insightconnect_plugin_runtime-6.3.3}/insightconnect_plugin_runtime/task.py +0 -0
- {insightconnect_plugin_runtime-6.3.1 → insightconnect_plugin_runtime-6.3.3}/insightconnect_plugin_runtime/trigger.py +0 -0
- {insightconnect_plugin_runtime-6.3.1 → insightconnect_plugin_runtime-6.3.3}/insightconnect_plugin_runtime/util.py +0 -0
- {insightconnect_plugin_runtime-6.3.1 → insightconnect_plugin_runtime-6.3.3}/insightconnect_plugin_runtime/variables.py +0 -0
- {insightconnect_plugin_runtime-6.3.1 → insightconnect_plugin_runtime-6.3.3}/insightconnect_plugin_runtime.egg-info/SOURCES.txt +0 -0
- {insightconnect_plugin_runtime-6.3.1 → insightconnect_plugin_runtime-6.3.3}/insightconnect_plugin_runtime.egg-info/dependency_links.txt +0 -0
- {insightconnect_plugin_runtime-6.3.1 → insightconnect_plugin_runtime-6.3.3}/insightconnect_plugin_runtime.egg-info/requires.txt +0 -0
- {insightconnect_plugin_runtime-6.3.1 → insightconnect_plugin_runtime-6.3.3}/insightconnect_plugin_runtime.egg-info/top_level.txt +0 -0
- {insightconnect_plugin_runtime-6.3.1 → insightconnect_plugin_runtime-6.3.3}/setup.cfg +0 -0
- {insightconnect_plugin_runtime-6.3.1 → insightconnect_plugin_runtime-6.3.3}/tests/__init__.py +0 -0
- {insightconnect_plugin_runtime-6.3.1 → insightconnect_plugin_runtime-6.3.3}/tests/plugin/__init__.py +0 -0
- {insightconnect_plugin_runtime-6.3.1 → insightconnect_plugin_runtime-6.3.3}/tests/plugin/hello_world/__init__.py +0 -0
- {insightconnect_plugin_runtime-6.3.1 → insightconnect_plugin_runtime-6.3.3}/tests/plugin/hello_world/hello_world/__init__.py +0 -0
- {insightconnect_plugin_runtime-6.3.1 → insightconnect_plugin_runtime-6.3.3}/tests/plugin/hello_world/hello_world/komand_hello_world/__init__.py +0 -0
- {insightconnect_plugin_runtime-6.3.1 → insightconnect_plugin_runtime-6.3.3}/tests/plugin/hello_world/hello_world/komand_hello_world/actions/__init__.py +0 -0
- {insightconnect_plugin_runtime-6.3.1 → insightconnect_plugin_runtime-6.3.3}/tests/plugin/hello_world/hello_world/komand_hello_world/actions/hello/__init__.py +0 -0
- {insightconnect_plugin_runtime-6.3.1 → insightconnect_plugin_runtime-6.3.3}/tests/plugin/hello_world/hello_world/komand_hello_world/actions/hello/action.py +0 -0
- {insightconnect_plugin_runtime-6.3.1 → insightconnect_plugin_runtime-6.3.3}/tests/plugin/hello_world/hello_world/komand_hello_world/actions/hello/schema.py +0 -0
- {insightconnect_plugin_runtime-6.3.1 → insightconnect_plugin_runtime-6.3.3}/tests/plugin/hello_world/hello_world/komand_hello_world/actions/return_bad_json/__init__.py +0 -0
- {insightconnect_plugin_runtime-6.3.1 → insightconnect_plugin_runtime-6.3.3}/tests/plugin/hello_world/hello_world/komand_hello_world/actions/return_bad_json/action.py +0 -0
- {insightconnect_plugin_runtime-6.3.1 → insightconnect_plugin_runtime-6.3.3}/tests/plugin/hello_world/hello_world/komand_hello_world/actions/return_bad_json/schema.py +0 -0
- {insightconnect_plugin_runtime-6.3.1 → insightconnect_plugin_runtime-6.3.3}/tests/plugin/hello_world/hello_world/komand_hello_world/actions/throw_exception/__init__.py +0 -0
- {insightconnect_plugin_runtime-6.3.1 → insightconnect_plugin_runtime-6.3.3}/tests/plugin/hello_world/hello_world/komand_hello_world/actions/throw_exception/action.py +0 -0
- {insightconnect_plugin_runtime-6.3.1 → insightconnect_plugin_runtime-6.3.3}/tests/plugin/hello_world/hello_world/komand_hello_world/actions/throw_exception/schema.py +0 -0
- {insightconnect_plugin_runtime-6.3.1 → insightconnect_plugin_runtime-6.3.3}/tests/plugin/hello_world/hello_world/komand_hello_world/connection/__init__.py +0 -0
- {insightconnect_plugin_runtime-6.3.1 → insightconnect_plugin_runtime-6.3.3}/tests/plugin/hello_world/hello_world/komand_hello_world/connection/connection.py +0 -0
- {insightconnect_plugin_runtime-6.3.1 → insightconnect_plugin_runtime-6.3.3}/tests/plugin/hello_world/hello_world/komand_hello_world/connection/schema.py +0 -0
- {insightconnect_plugin_runtime-6.3.1 → insightconnect_plugin_runtime-6.3.3}/tests/plugin/hello_world/hello_world/komand_hello_world/tasks/__init__.py +0 -0
- {insightconnect_plugin_runtime-6.3.1 → insightconnect_plugin_runtime-6.3.3}/tests/plugin/hello_world/hello_world/komand_hello_world/tasks/monitor_events/__init__.py +0 -0
- {insightconnect_plugin_runtime-6.3.1 → insightconnect_plugin_runtime-6.3.3}/tests/plugin/hello_world/hello_world/komand_hello_world/tasks/monitor_events/schema.py +0 -0
- {insightconnect_plugin_runtime-6.3.1 → insightconnect_plugin_runtime-6.3.3}/tests/plugin/hello_world/hello_world/komand_hello_world/tasks/monitor_events/task.py +0 -0
- {insightconnect_plugin_runtime-6.3.1 → insightconnect_plugin_runtime-6.3.3}/tests/plugin/hello_world/hello_world/komand_hello_world/triggers/__init__.py +0 -0
- {insightconnect_plugin_runtime-6.3.1 → insightconnect_plugin_runtime-6.3.3}/tests/plugin/hello_world/hello_world/komand_hello_world/triggers/hello_trigger/__init__.py +0 -0
- {insightconnect_plugin_runtime-6.3.1 → insightconnect_plugin_runtime-6.3.3}/tests/plugin/hello_world/hello_world/komand_hello_world/triggers/hello_trigger/schema.py +0 -0
- {insightconnect_plugin_runtime-6.3.1 → insightconnect_plugin_runtime-6.3.3}/tests/plugin/hello_world/hello_world/komand_hello_world/triggers/hello_trigger/trigger.py +0 -0
- {insightconnect_plugin_runtime-6.3.1 → insightconnect_plugin_runtime-6.3.3}/tests/plugin/hello_world/hello_world/komand_hello_world/triggers/return_bad_json_trigger/__init__.py +0 -0
- {insightconnect_plugin_runtime-6.3.1 → insightconnect_plugin_runtime-6.3.3}/tests/plugin/hello_world/hello_world/komand_hello_world/triggers/return_bad_json_trigger/schema.py +0 -0
- {insightconnect_plugin_runtime-6.3.1 → insightconnect_plugin_runtime-6.3.3}/tests/plugin/hello_world/hello_world/komand_hello_world/triggers/return_bad_json_trigger/trigger.py +0 -0
- {insightconnect_plugin_runtime-6.3.1 → insightconnect_plugin_runtime-6.3.3}/tests/plugin/hello_world/hello_world/komand_hello_world/triggers/throw_exception_trigger/__init__.py +0 -0
- {insightconnect_plugin_runtime-6.3.1 → insightconnect_plugin_runtime-6.3.3}/tests/plugin/hello_world/hello_world/komand_hello_world/triggers/throw_exception_trigger/schema.py +0 -0
- {insightconnect_plugin_runtime-6.3.1 → insightconnect_plugin_runtime-6.3.3}/tests/plugin/hello_world/hello_world/komand_hello_world/triggers/throw_exception_trigger/trigger.py +0 -0
- {insightconnect_plugin_runtime-6.3.1 → insightconnect_plugin_runtime-6.3.3}/tests/plugin/hello_world/hello_world/komand_hello_world/util/__init__.py +0 -0
- {insightconnect_plugin_runtime-6.3.1 → insightconnect_plugin_runtime-6.3.3}/tests/plugin/hello_world/hello_world/setup.py +0 -0
- {insightconnect_plugin_runtime-6.3.1 → insightconnect_plugin_runtime-6.3.3}/tests/plugin/hello_world/tests/__init__.py +0 -0
- {insightconnect_plugin_runtime-6.3.1 → insightconnect_plugin_runtime-6.3.3}/tests/plugin/hello_world/tests/conftest.py +0 -0
- {insightconnect_plugin_runtime-6.3.1 → insightconnect_plugin_runtime-6.3.3}/tests/plugin/hello_world/tests/test_cli.py +0 -0
- {insightconnect_plugin_runtime-6.3.1 → insightconnect_plugin_runtime-6.3.3}/tests/plugin/hello_world/tests/test_hello_world.py +0 -0
- {insightconnect_plugin_runtime-6.3.1 → insightconnect_plugin_runtime-6.3.3}/tests/plugin/hello_world/tests/test_server.py +0 -0
- {insightconnect_plugin_runtime-6.3.1 → insightconnect_plugin_runtime-6.3.3}/tests/unit/__init__.py +0 -0
- {insightconnect_plugin_runtime-6.3.1 → insightconnect_plugin_runtime-6.3.3}/tests/unit/test_action.py +0 -0
- {insightconnect_plugin_runtime-6.3.1 → insightconnect_plugin_runtime-6.3.3}/tests/unit/test_api.py +0 -0
- {insightconnect_plugin_runtime-6.3.1 → insightconnect_plugin_runtime-6.3.3}/tests/unit/test_aws_action.py +0 -0
- {insightconnect_plugin_runtime-6.3.1 → insightconnect_plugin_runtime-6.3.3}/tests/unit/test_custom_encoder.py +0 -0
- {insightconnect_plugin_runtime-6.3.1 → insightconnect_plugin_runtime-6.3.3}/tests/unit/test_endpoints.py +0 -0
- {insightconnect_plugin_runtime-6.3.1 → insightconnect_plugin_runtime-6.3.3}/tests/unit/test_exceptions.py +0 -0
- {insightconnect_plugin_runtime-6.3.1 → insightconnect_plugin_runtime-6.3.3}/tests/unit/test_helpers.py +0 -0
- {insightconnect_plugin_runtime-6.3.1 → insightconnect_plugin_runtime-6.3.3}/tests/unit/test_metrics.py +0 -0
- {insightconnect_plugin_runtime-6.3.1 → insightconnect_plugin_runtime-6.3.3}/tests/unit/test_oauth.py +0 -0
- {insightconnect_plugin_runtime-6.3.1 → insightconnect_plugin_runtime-6.3.3}/tests/unit/test_plugin.py +0 -0
- {insightconnect_plugin_runtime-6.3.1 → insightconnect_plugin_runtime-6.3.3}/tests/unit/test_schema.py +0 -0
- {insightconnect_plugin_runtime-6.3.1 → insightconnect_plugin_runtime-6.3.3}/tests/unit/test_server_cloud_plugins.py +0 -0
- {insightconnect_plugin_runtime-6.3.1 → insightconnect_plugin_runtime-6.3.3}/tests/unit/test_server_spec.py +0 -0
- {insightconnect_plugin_runtime-6.3.1 → insightconnect_plugin_runtime-6.3.3}/tests/unit/test_trigger.py +0 -0
- {insightconnect_plugin_runtime-6.3.1 → insightconnect_plugin_runtime-6.3.3}/tests/unit/test_variables.py +0 -0
- {insightconnect_plugin_runtime-6.3.1 → insightconnect_plugin_runtime-6.3.3}/tests/unit/utils.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: insightconnect-plugin-runtime
|
|
3
|
-
Version: 6.3.
|
|
3
|
+
Version: 6.3.3
|
|
4
4
|
Summary: InsightConnect Plugin Runtime
|
|
5
5
|
Home-page: https://github.com/rapid7/komand-plugin-sdk-python
|
|
6
6
|
Author: Rapid7 Integrations Alliance
|
|
@@ -224,6 +224,8 @@ contributed. Black is installed as a test dependency and the hook can be initial
|
|
|
224
224
|
after cloning this repository.
|
|
225
225
|
|
|
226
226
|
## Changelog
|
|
227
|
+
* 6.3.3 - Add helper func for tracing context to preserve parent span in threadpools
|
|
228
|
+
* 6.3.2 - Raise `APIException` from within the `response_handler` to easily access the status code within the plugin
|
|
227
229
|
* 6.3.1 - Improved filtering for `custom_config` parameters for plugin tasks
|
|
228
230
|
* 6.3.0 - Add Tracing Instrumentation
|
|
229
231
|
* 6.2.6 - Remove setuptools after installation
|
|
@@ -182,6 +182,8 @@ contributed. Black is installed as a test dependency and the hook can be initial
|
|
|
182
182
|
after cloning this repository.
|
|
183
183
|
|
|
184
184
|
## Changelog
|
|
185
|
+
* 6.3.3 - Add helper func for tracing context to preserve parent span in threadpools
|
|
186
|
+
* 6.3.2 - Raise `APIException` from within the `response_handler` to easily access the status code within the plugin
|
|
185
187
|
* 6.3.1 - Improved filtering for `custom_config` parameters for plugin tasks
|
|
186
188
|
* 6.3.0 - Add Tracing Instrumentation
|
|
187
189
|
* 6.2.6 - Remove setuptools after installation
|
|
@@ -262,7 +262,10 @@ def response_handler(
|
|
|
262
262
|
) -> None:
|
|
263
263
|
"""
|
|
264
264
|
Check response status codes and return a generic PluginException preset if a HTTPError is raised.
|
|
265
|
-
|
|
265
|
+
Exception cause, assistance, and data can be overwritten by supplied parameters.
|
|
266
|
+
|
|
267
|
+
When we receive a common status code that we typically handle in the plugin, we raise an APIException
|
|
268
|
+
so that the status_code attribute can be easily accessed and raised further up the chain.
|
|
266
269
|
|
|
267
270
|
:param response: Response object whose status should be checked.
|
|
268
271
|
:type Response:
|
|
@@ -304,7 +307,7 @@ def response_handler(
|
|
|
304
307
|
if hasattr(exception, "data") and data is not None:
|
|
305
308
|
exception.data = data
|
|
306
309
|
elif status_code_preset:
|
|
307
|
-
exception =
|
|
310
|
+
exception = APIException(preset=status_code_preset, status_code=status_code)
|
|
308
311
|
exception.data = data
|
|
309
312
|
|
|
310
313
|
raise exception
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
import
|
|
1
|
+
import contextvars
|
|
2
|
+
from functools import wraps, partial
|
|
2
3
|
from typing import Any, Callable
|
|
3
|
-
from flask.app import Flask
|
|
4
4
|
|
|
5
|
+
from flask.app import Flask
|
|
5
6
|
from opentelemetry import trace
|
|
6
7
|
from opentelemetry.exporter.otlp.proto.http.trace_exporter import OTLPSpanExporter
|
|
7
8
|
from opentelemetry.instrumentation.flask import FlaskInstrumentor
|
|
@@ -53,7 +54,7 @@ def auto_instrument(func: Callable) -> Callable:
|
|
|
53
54
|
:return:
|
|
54
55
|
"""
|
|
55
56
|
|
|
56
|
-
@
|
|
57
|
+
@wraps(func)
|
|
57
58
|
def wrapper(*args, **kwargs):
|
|
58
59
|
tracer = trace.get_tracer(__name__)
|
|
59
60
|
with tracer.start_as_current_span(func.__name__):
|
|
@@ -71,3 +72,23 @@ def create_post_fork(app_getter: Callable, plugin_getter: Callable, config_gette
|
|
|
71
72
|
init_tracing(app, plugin, endpoint)
|
|
72
73
|
|
|
73
74
|
return post_fork
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
def with_context(context: contextvars.Context, function: Callable) -> Callable:
|
|
78
|
+
"""
|
|
79
|
+
Creates a wrapper function that executes the target function with the specified context.
|
|
80
|
+
|
|
81
|
+
:param context: The Context object to apply when executing the function
|
|
82
|
+
:type context: contextvars.Context
|
|
83
|
+
|
|
84
|
+
:param function: The function to wrap with the specified context
|
|
85
|
+
:type function: Callable
|
|
86
|
+
|
|
87
|
+
:return: A wrapper function that applies the context when called
|
|
88
|
+
:rtype: Callable
|
|
89
|
+
"""
|
|
90
|
+
|
|
91
|
+
def _wrapper(context_: contextvars.Context, function_: Callable, *args, **kwargs):
|
|
92
|
+
return context_.copy().run(function_, *args, **kwargs)
|
|
93
|
+
|
|
94
|
+
return partial(_wrapper, context, function)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: insightconnect-plugin-runtime
|
|
3
|
-
Version: 6.3.
|
|
3
|
+
Version: 6.3.3
|
|
4
4
|
Summary: InsightConnect Plugin Runtime
|
|
5
5
|
Home-page: https://github.com/rapid7/komand-plugin-sdk-python
|
|
6
6
|
Author: Rapid7 Integrations Alliance
|
|
@@ -224,6 +224,8 @@ contributed. Black is installed as a test dependency and the hook can be initial
|
|
|
224
224
|
after cloning this repository.
|
|
225
225
|
|
|
226
226
|
## Changelog
|
|
227
|
+
* 6.3.3 - Add helper func for tracing context to preserve parent span in threadpools
|
|
228
|
+
* 6.3.2 - Raise `APIException` from within the `response_handler` to easily access the status code within the plugin
|
|
227
229
|
* 6.3.1 - Improved filtering for `custom_config` parameters for plugin tasks
|
|
228
230
|
* 6.3.0 - Add Tracing Instrumentation
|
|
229
231
|
* 6.2.6 - Remove setuptools after installation
|
|
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
|
{insightconnect_plugin_runtime-6.3.1 → insightconnect_plugin_runtime-6.3.3}/tests/__init__.py
RENAMED
|
File without changes
|
{insightconnect_plugin_runtime-6.3.1 → insightconnect_plugin_runtime-6.3.3}/tests/plugin/__init__.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
|
{insightconnect_plugin_runtime-6.3.1 → insightconnect_plugin_runtime-6.3.3}/tests/unit/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{insightconnect_plugin_runtime-6.3.1 → insightconnect_plugin_runtime-6.3.3}/tests/unit/test_api.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{insightconnect_plugin_runtime-6.3.1 → insightconnect_plugin_runtime-6.3.3}/tests/unit/test_oauth.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{insightconnect_plugin_runtime-6.3.1 → insightconnect_plugin_runtime-6.3.3}/tests/unit/utils.py
RENAMED
|
File without changes
|