stoobly-agent 0.29.2__tar.gz → 0.30.1__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.
- {stoobly-agent-0.29.2/stoobly_agent.egg-info → stoobly-agent-0.30.1}/PKG-INFO +1 -1
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/__init__.py +1 -1
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/cli/config_cli.py +64 -14
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/cli/helpers/openapi_endpoint_adapter.py +79 -8
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/proxy/handle_mock_service.py +1 -1
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/proxy/handle_replay_service.py +2 -1
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/proxy/intercept_settings.py +20 -16
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/proxy/mitmproxy/request_facade.py +41 -35
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/proxy/mitmproxy/response_facade.py +0 -11
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/proxy/record/join_request_service.py +1 -1
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/proxy/replay/rewrite_params_service.py +1 -1
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/settings/rewrite_rule.py +13 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/settings/types/__init__.py +1 -6
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/settings/types/proxy_settings.py +6 -0
- stoobly-agent-0.30.1/stoobly_agent/app/settings/url_rule.py +33 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/config/schema.yml +7 -1
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/lib/orm/request.py +8 -4
- stoobly-agent-0.30.1/stoobly_agent/public/18-es2015.46d337c47cb41abec8ad.js +1 -0
- stoobly-agent-0.30.1/stoobly_agent/public/18-es5.46d337c47cb41abec8ad.js +1 -0
- stoobly-agent-0.30.1/stoobly_agent/public/dashboard.agent-alpha-0.30.0.tar.gz +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/public/index.html +1 -1
- stoobly-agent-0.30.1/stoobly_agent/public/runtime-es2015.3a15c6ce90c8f8cce796.js +1 -0
- stoobly-agent-0.30.1/stoobly_agent/public/runtime-es5.3a15c6ce90c8f8cce796.js +1 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1/stoobly_agent.egg-info}/PKG-INFO +1 -1
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent.egg-info/SOURCES.txt +6 -5
- stoobly-agent-0.29.2/stoobly_agent/public/18-es2015.750ef954bde422debcb6.js +0 -1
- stoobly-agent-0.29.2/stoobly_agent/public/18-es5.750ef954bde422debcb6.js +0 -1
- stoobly-agent-0.29.2/stoobly_agent/public/dashboard.agent-alpha-0.29.0.tar.gz +0 -0
- stoobly-agent-0.29.2/stoobly_agent/public/runtime-es2015.b392473c492ce4cf1cb5.js +0 -1
- stoobly-agent-0.29.2/stoobly_agent/public/runtime-es5.b392473c492ce4cf1cb5.js +0 -1
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/LICENSE +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/README.md +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/setup.cfg +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/setup.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/__init__.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/api/__init__.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/api/application_http_request_handler.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/api/bodies_controller.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/api/configs_controller.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/api/headers_controller.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/api/proxy_controller.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/api/query_params_controller.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/api/replayed_response_headers_controller.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/api/replayed_responses_controller.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/api/requests_controller.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/api/response_headers_controller.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/api/responses_controller.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/api/routes.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/api/scenarios_controller.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/api/simple_http_request_handler.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/api/statuses_controller.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/cli/__init__.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/cli/ca_cert_cli.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/cli/ca_cert_installer.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/cli/decorators/__init__.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/cli/decorators/config.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/cli/decorators/exec.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/cli/dev_tools_cli.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/cli/endpoint_cli.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/cli/feature_cli.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/cli/helpers/__init__.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/cli/helpers/context.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/cli/helpers/endpoint_facade.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/cli/helpers/handle_config_update_service.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/cli/helpers/handle_mock_service.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/cli/helpers/handle_replay_service.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/cli/helpers/handle_test_service.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/cli/helpers/iterate_group_by.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/cli/helpers/print_service.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/cli/helpers/project_facade.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/cli/helpers/replay_facade.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/cli/helpers/report_facade.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/cli/helpers/request_facade.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/cli/helpers/request_synchronize_handler.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/cli/helpers/run_command_service.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/cli/helpers/scenario_facade.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/cli/helpers/schema_builder.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/cli/helpers/synchronize_request_service.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/cli/helpers/tabulate_print_service.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/cli/helpers/test_facade.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/cli/helpers/trace_aliases.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/cli/helpers/trace_context_facade.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/cli/helpers/validations.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/cli/intercept_cli.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/cli/main_group.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/cli/project_cli.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/cli/report_cli.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/cli/request_cli.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/cli/scenario_cli.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/cli/snapshot_cli.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/cli/trace_cli.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/cli/types/__init__.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/cli/types/endpoint.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/cli/types/output.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/models/__init__.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/models/adapters/__init__.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/models/adapters/joined_request_adapter.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/models/adapters/mitmproxy/__init__.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/models/adapters/mitmproxy/request/__init__.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/models/adapters/mitmproxy/request/python_adapter.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/models/adapters/mitmproxy/response/__init__.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/models/adapters/mitmproxy/response/python_adapter.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/models/adapters/orm/__init__.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/models/adapters/orm/joined_request_string_adapter.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/models/adapters/orm/request/__init__.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/models/adapters/orm/request/mitmproxy_adapter.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/models/adapters/orm/request/python_adapter.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/models/adapters/orm/response/__init__.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/models/adapters/orm/response/mitmproxy_adapter.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/models/adapters/orm/response/python_adapter.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/models/adapters/python/__init__.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/models/adapters/python/request/__init__.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/models/adapters/python/request/mitmproxy_adapter.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/models/adapters/python/request/raw_adapter.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/models/adapters/python/request/stoobly_adapter.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/models/adapters/python/response/__init__.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/models/adapters/python/response/mitmproxy_adapter.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/models/adapters/python/response/raw_adapter.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/models/adapters/raw_http_request_adapter.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/models/adapters/raw_http_response_adapter.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/models/adapters/stoobly/__init__.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/models/adapters/stoobly/request/__init__.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/models/adapters/stoobly/request/mitmproxy_adapter.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/models/body_model.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/models/factories/__init__.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/models/factories/resource/__init__.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/models/factories/resource/body.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/models/factories/resource/header.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/models/factories/resource/local_db/__init__.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/models/factories/resource/local_db/body_adapter.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/models/factories/resource/local_db/header_adapter.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/models/factories/resource/local_db/helpers/__init__.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/models/factories/resource/local_db/helpers/create_request_columns_service.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/models/factories/resource/local_db/helpers/log.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/models/factories/resource/local_db/helpers/log_event.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/models/factories/resource/local_db/helpers/request_builder.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/models/factories/resource/local_db/helpers/request_snapshot.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/models/factories/resource/local_db/helpers/scenario_snapshot.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/models/factories/resource/local_db/helpers/search.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/models/factories/resource/local_db/helpers/snapshot.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/models/factories/resource/local_db/helpers/snapshot_service.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/models/factories/resource/local_db/helpers/tiebreak_scenario_request.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/models/factories/resource/local_db/local_db_adapter.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/models/factories/resource/local_db/orm_request_builder.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/models/factories/resource/local_db/query_param_adapter.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/models/factories/resource/local_db/replayed_response_adapter.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/models/factories/resource/local_db/request_adapter.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/models/factories/resource/local_db/response_adapter.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/models/factories/resource/local_db/response_header_adapter.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/models/factories/resource/local_db/scenario_adapter.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/models/factories/resource/query_param.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/models/factories/resource/replayed_response.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/models/factories/resource/request.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/models/factories/resource/response.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/models/factories/resource/response_header.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/models/factories/resource/scenario.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/models/factories/resource/stoobly/__init__.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/models/factories/resource/stoobly/request_adapter.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/models/factories/resource/stoobly/scenario_adapter.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/models/header_model.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/models/helpers/__init__.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/models/helpers/apply.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/models/helpers/create_request_params_service.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/models/model.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/models/query_param_model.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/models/replayed_response_model.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/models/request_model.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/models/response_header_model.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/models/response_model.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/models/scenario_model.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/models/schemas/__init__.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/models/schemas/request.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/models/types/__init__.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/models/types/endpoint.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/models/types/replayed_response.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/models/types/request.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/models/types/request_components.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/models/types/response.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/models/types/scenario.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/proxy/__init__.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/proxy/constants/__init__.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/proxy/constants/custom_response_codes.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/proxy/context.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/proxy/handle_record_service.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/proxy/handle_test_service.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/proxy/hot_reload.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/proxy/intercept_handler.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/proxy/mitmproxy/__init__.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/proxy/mitmproxy/flow_mock.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/proxy/mitmproxy/request.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/proxy/mitmproxy/request_body_facade.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/proxy/mitmproxy/response.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/proxy/mock/__init__.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/proxy/mock/context.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/proxy/mock/custom_not_found_response_builder.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/proxy/mock/eval_request_service.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/proxy/mock/hashed_request_decorator.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/proxy/mock/request_hasher.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/proxy/record/__init__.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/proxy/record/context.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/proxy/record/joined_request.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/proxy/record/overwrite_scenario_service.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/proxy/record/proxy_request.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/proxy/record/request_string.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/proxy/record/request_string_control.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/proxy/record/response_string.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/proxy/record/response_string_control.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/proxy/record/upload_request_service.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/proxy/record/upload_test_service.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/proxy/replay/__init__.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/proxy/replay/alias_context.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/proxy/replay/alias_resolver.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/proxy/replay/body_parser_service.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/proxy/replay/context.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/proxy/replay/multipart.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/proxy/replay/replay_request_service.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/proxy/replay/replay_scenario_service.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/proxy/replay/trace_context.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/proxy/run.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/proxy/settings.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/proxy/simulate_intercept_service.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/proxy/test/__init__.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/proxy/test/context.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/proxy/test/context_abc.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/proxy/test/context_response.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/proxy/test/helpers/__init__.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/proxy/test/helpers/endpoint_facade.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/proxy/test/helpers/mitmproxy_response_adapter.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/proxy/test/helpers/request_component_names_facade.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/proxy/test/helpers/requests_response_adapter.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/proxy/test/helpers/stoobly_response_adapter.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/proxy/test/matchers/__init__.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/proxy/test/matchers/context.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/proxy/test/matchers/contract.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/proxy/test/matchers/custom.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/proxy/test/matchers/diff.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/proxy/test/matchers/errors.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/proxy/test/matchers/fuzzy.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/proxy/test/matchers/handlers/__init__.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/proxy/test/test_service.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/proxy/utils/__init__.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/proxy/utils/allowed_request_service.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/proxy/utils/publish_change_service.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/proxy/utils/request_handler.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/proxy/utils/response_handler.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/proxy/utils/rewrite_rules_to_ignored_components_service.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/settings/__init__.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/settings/cli_settings.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/settings/constants/__init__.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/settings/constants/firewall_action.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/settings/constants/intercept_mode.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/settings/constants/mode.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/settings/constants/request_component.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/settings/data_rules.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/settings/data_settings.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/settings/feature_settings.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/settings/firewall_rule.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/settings/firewall_settings.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/settings/intercept_settings.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/settings/match_rule.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/settings/match_settings.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/settings/parameter_rule.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/settings/proxy_settings.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/settings/remote_settings.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/settings/rewrite_settings.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/settings/types/cli_settings.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/settings/types/remote_settings.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/settings/types/ui_settings.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/settings/ui_settings.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/cli.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/config/__init__.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/config/constants/__init__.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/config/constants/alias_resolve_strategy.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/config/constants/custom_headers.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/config/constants/env_vars.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/config/constants/headers.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/config/constants/lifecycle_hooks.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/config/constants/mock_policy.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/config/constants/mode.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/config/constants/record_policy.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/config/constants/replay_policy.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/config/constants/request_origin.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/config/constants/statuses.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/config/constants/test_filter.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/config/constants/test_strategy.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/config/data_dir.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/config/mitmproxy.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/config/settings.yml.sample +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/config/source_dir.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/db/migrations/2022_03_17_060144_create_requests.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/db/migrations/2022_03_17_074916_create_responses.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/db/migrations/2022_05_10_003705_create_traces.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/db/migrations/2022_05_10_003840_create_trace_aliases.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/db/migrations/2022_06_29_234516_create_trace_requests.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/db/migrations/2022_06_29_235155_add_trace_request_reference_to_trace_aliases.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/db/migrations/2022_12_12_092437_align_requests.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/db/migrations/2022_12_28_092917_add_filter_columns_to_requests.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/db/migrations/2023_01_21_055426_create_scenarios.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/db/migrations/2023_01_21_060225_add_scenario_id_reference_to_requests.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/db/migrations/2023_02_02_022229_create_replayed_responses.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/db/migrations/2023_03_20_192909_add_http_version_column_to_requests.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/db/migrations/2023_03_20_220448_add_http_version_column_to_responses.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/db/migrations/2023_04_18_071327_align_requests.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/db/migrations/2023_05_15_212505_add_uuid_column_to_requests.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/db/migrations/2023_05_15_213119_add_uuid_column_to_scenarios.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/db/migrations/2023_05_29_053649_add_overwritable_column_to_scenarios.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/db/migrations/__init__.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/lib/__init__.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/lib/api/__init__.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/lib/api/agent_api.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/lib/api/api.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/lib/api/endpoints_resource.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/lib/api/interfaces/__init__.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/lib/api/interfaces/endpoints.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/lib/api/interfaces/headers.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/lib/api/interfaces/pagination_query_params.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/lib/api/interfaces/projects.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/lib/api/interfaces/query_params.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/lib/api/interfaces/reports.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/lib/api/interfaces/requests.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/lib/api/interfaces/response_headers.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/lib/api/interfaces/responses.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/lib/api/interfaces/scenarios.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/lib/api/interfaces/tests.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/lib/api/interfaces/traces.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/lib/api/interfaces/users.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/lib/api/json_response_builder.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/lib/api/keys/__init__.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/lib/api/keys/organization_key.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/lib/api/keys/project_key.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/lib/api/keys/report_key.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/lib/api/keys/request_key.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/lib/api/keys/resource_key.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/lib/api/keys/scenario_key.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/lib/api/keys/test_key.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/lib/api/keys/uuid_key.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/lib/api/param_builder.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/lib/api/projects_resource.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/lib/api/reports_resource.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/lib/api/requests_resource.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/lib/api/scenarios_resource.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/lib/api/stoobly_api.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/lib/api/test_responses_resource.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/lib/api/tests_resource.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/lib/api/users_resource.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/lib/cache.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/lib/logger.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/lib/orm/__init__.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/lib/orm/base.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/lib/orm/migrate_service.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/lib/orm/replayed_response.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/lib/orm/response.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/lib/orm/scenario.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/lib/orm/trace.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/lib/orm/trace_alias.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/lib/orm/trace_request.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/lib/orm/transformers/__init__.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/lib/orm/transformers/orm_to_request_transformer.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/lib/orm/transformers/orm_to_requests_response_transformer.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/lib/orm/transformers/orm_to_stoobly_request_transformer.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/lib/orm/transformers/orm_to_stoobly_response_transformer.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/lib/orm/types/__init__.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/lib/orm/types/request_columns.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/lib/orm/types/response_columns.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/lib/orm/utils/__init__.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/lib/orm/utils/request_parse_handler.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/lib/orm/utils/requests_response_builder.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/lib/orm/utils/response_parse_handler.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/lib/utils/__init__.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/lib/utils/conditional_decorator.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/lib/utils/decode.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/lib/utils/jmespath.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/lib/utils/python_to_ruby_type.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/lib/utils/visitor.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/mock.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/public/0-es2015.a7e60cafc0868f87a771.js +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/public/0-es5.a7e60cafc0868f87a771.js +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/public/1-es2015.37917aa26708d8f35d36.js +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/public/1-es5.37917aa26708d8f35d36.js +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/public/11-es2015.25f04c94499eb7fe8383.js +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/public/11-es5.25f04c94499eb7fe8383.js +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/public/12-es2015.432e5c81ea0523670bb5.js +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/public/12-es5.432e5c81ea0523670bb5.js +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/public/13-es2015.76b6c147b0c46f995cd7.js +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/public/13-es5.76b6c147b0c46f995cd7.js +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/public/14-es2015.396c102bb2bab336a773.js +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/public/14-es5.396c102bb2bab336a773.js +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/public/15-es2015.5a4d5cd67d118f4dc6a0.js +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/public/15-es5.5a4d5cd67d118f4dc6a0.js +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/public/16-es2015.5d395009a77978db4405.js +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/public/16-es5.5d395009a77978db4405.js +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/public/17-es2015.49cab0e0a5ff9c1fd0a5.js +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/public/17-es5.49cab0e0a5ff9c1fd0a5.js +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/public/19-es2015.bfa4d827ce7200308efa.js +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/public/19-es5.bfa4d827ce7200308efa.js +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/public/2-es2015.8f184ac63348ba447b1f.js +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/public/2-es5.8f184ac63348ba447b1f.js +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/public/20-es2015.473486aabfa4d4a6431b.js +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/public/20-es5.473486aabfa4d4a6431b.js +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/public/21-es2015.d0a49c88d921bc820444.js +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/public/21-es5.d0a49c88d921bc820444.js +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/public/22-es2015.46d81010003b2a50eeab.js +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/public/22-es5.46d81010003b2a50eeab.js +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/public/27-es2015.c156085ca1e3fa54fbe9.js +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/public/27-es5.c156085ca1e3fa54fbe9.js +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/public/28-es2015.9fe030e9d3b0e52239aa.js +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/public/28-es5.9fe030e9d3b0e52239aa.js +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/public/29-es2015.51bc321ccca98413d1cf.js +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/public/29-es5.51bc321ccca98413d1cf.js +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/public/30-es2015.85441b69a3817d68356d.js +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/public/30-es5.85441b69a3817d68356d.js +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/public/31-es2015.4fa47750432e46c75b63.js +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/public/31-es5.4fa47750432e46c75b63.js +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/public/32-es2015.875ceb25ec98ba1f4867.js +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/public/32-es5.875ceb25ec98ba1f4867.js +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/public/33-es2015.bd58adab96ad811f929e.js +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/public/33-es5.bd58adab96ad811f929e.js +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/public/34-es2015.a50068b00068c8d1d6a4.js +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/public/34-es5.a50068b00068c8d1d6a4.js +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/public/35-es2015.ca5955cafde6a452ad04.js +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/public/35-es5.ca5955cafde6a452ad04.js +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/public/36-es2015.8faf8c248f0e5629f21f.js +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/public/36-es5.8faf8c248f0e5629f21f.js +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/public/37-es2015.50d0c2d3fe4d0a74fc8f.js +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/public/37-es5.50d0c2d3fe4d0a74fc8f.js +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/public/38-es2015.c14bde0b8d0cc14e915e.js +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/public/38-es5.c14bde0b8d0cc14e915e.js +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/public/39-es2015.26941c53f5834fbd63be.js +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/public/39-es5.26941c53f5834fbd63be.js +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/public/3rdpartylicenses.txt +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/public/4-es2015.182e1ce1811ef67571fb.js +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/public/4-es5.182e1ce1811ef67571fb.js +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/public/40-es2015.df95a12a4cd85d7c8596.js +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/public/40-es5.df95a12a4cd85d7c8596.js +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/public/41-es2015.7c640c9f1621b808936c.js +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/public/41-es5.7c640c9f1621b808936c.js +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/public/42-es2015.95548139513542a1337d.js +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/public/42-es5.95548139513542a1337d.js +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/public/43-es2015.205dc77f074b609a2603.js +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/public/43-es5.205dc77f074b609a2603.js +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/public/44-es2015.56fb152631908fb9fcd6.js +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/public/44-es5.56fb152631908fb9fcd6.js +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/public/45-es2015.b7b147aae67f68740199.js +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/public/45-es5.b7b147aae67f68740199.js +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/public/46-es2015.abc7e4fd207d54277fcb.js +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/public/46-es5.abc7e4fd207d54277fcb.js +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/public/5-es2015.aba7173be56fc19b4b6f.js +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/public/5-es5.aba7173be56fc19b4b6f.js +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/public/6-es2015.5fb726c0555664300974.js +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/public/6-es5.5fb726c0555664300974.js +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/public/7-es2015.1a5e138b28674730f646.js +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/public/7-es5.1a5e138b28674730f646.js +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/public/8-es2015.30782399051614e816cf.js +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/public/8-es5.30782399051614e816cf.js +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/public/9-es2015.ef0f7cb32f5fadb085d0.js +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/public/9-es5.ef0f7cb32f5fadb085d0.js +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/public/CHANGELOG.md +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/public/README.md +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/public/_redirects +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/public/assets/img/demo/1.jpg +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/public/assets/img/demo/2.jpg +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/public/assets/img/demo/3.jpg +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/public/assets/img/demo/4.jpg +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/public/assets/img/demo/5.jpg +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/public/assets/img/demo/6.jpg +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/public/assets/img/demo/7.jpg +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/public/assets/img/demo/8.jpg +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/public/assets/img/demo/landscape.jpg +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/public/assets/img/demo/mountain-cinematic.jpg +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/public/assets/img/illustrations/checklist.svg +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/public/assets/img/illustrations/data_center.svg +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/public/assets/img/illustrations/idea.svg +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/public/assets/img/illustrations/it_support.svg +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/public/assets/img/illustrations/peak_mountain_3.svg +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/public/assets/img/illustrations/under_constructions_1.svg +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/public/assets/img/logo/colored.png +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/public/assets/img/logo/colored.svg +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/public/assets/img/logo/white.png +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/public/assets/img/logo/white.svg +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/public/common-es2015.86f70de6df2c705a87f6.js +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/public/common-es5.86f70de6df2c705a87f6.js +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/public/favicon.ico +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/public/main-es2015.9aaecf72f47ebb58efdb.js +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/public/main-es5.9aaecf72f47ebb58efdb.js +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/public/polyfills-es2015.2b40b2ecdf98a9210572.js +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/public/polyfills-es5.d9fb2eee68607c3f7f64.js +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/public/styles.ca104d947fbb2eebbeca.css +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/test/__init__.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/test/app/__init__.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/test/app/test/__init__.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/test/mock_data/__init__.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/test/mock_data/endpoint_show_response.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/test/mock_data/request_show_response.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/test/test_helper.py +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent.egg-info/dependency_links.txt +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent.egg-info/entry_points.txt +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent.egg-info/requires.txt +0 -0
- {stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent.egg-info/top_level.txt +0 -0
@@ -1,2 +1,2 @@
|
|
1
1
|
COMMAND = 'stoobly-agent'
|
2
|
-
VERSION = '0.
|
2
|
+
VERSION = '0.30.1'
|
@@ -8,7 +8,7 @@ from stoobly_agent.app.settings import Settings
|
|
8
8
|
from stoobly_agent.app.settings.constants import firewall_action, request_component
|
9
9
|
from stoobly_agent.app.settings.firewall_rule import FirewallRule
|
10
10
|
from stoobly_agent.app.settings.match_rule import MatchRule
|
11
|
-
from stoobly_agent.app.settings.rewrite_rule import ParameterRule, RewriteRule
|
11
|
+
from stoobly_agent.app.settings.rewrite_rule import ParameterRule, RewriteRule, UrlRule
|
12
12
|
from stoobly_agent.config.constants import mode
|
13
13
|
from stoobly_agent.config.data_dir import DataDir
|
14
14
|
from stoobly_agent.lib.api.keys import ProjectKey, ScenarioKey
|
@@ -146,6 +146,7 @@ def rewrite(ctx):
|
|
146
146
|
@rewrite.command(
|
147
147
|
help="Set rewrite rule."
|
148
148
|
)
|
149
|
+
@click.option('--host', help='Request URL host.')
|
149
150
|
@click.option(
|
150
151
|
'--method',
|
151
152
|
multiple=True,
|
@@ -159,17 +160,30 @@ def rewrite(ctx):
|
|
159
160
|
required=True,
|
160
161
|
type=click.Choice([mode.MOCK, mode.RECORD, mode.REPLAY] + ([mode.TEST] if is_remote else []))
|
161
162
|
)
|
162
|
-
@click.option('--name',
|
163
|
+
@click.option('--name', help='Name of the request component.')
|
163
164
|
@click.option('--pattern', required=True, help='URLs pattern.')
|
165
|
+
@click.option('--port', help='Request URL port.')
|
164
166
|
@click.option('--project-key', help='Project to add rewrite rule to.')
|
165
167
|
@click.option(
|
166
168
|
'--type',
|
167
|
-
required=True,
|
168
169
|
type=click.Choice([request_component.BODY_PARAM, request_component.HEADER, request_component.QUERY_PARAM]),
|
169
170
|
help='Request component type.'
|
170
171
|
)
|
171
|
-
@click.option('--value',
|
172
|
+
@click.option('--value', help='Rewrite value.')
|
172
173
|
def set(**kwargs):
|
174
|
+
if kwargs['name'] or kwargs['value'] or kwargs['type']:
|
175
|
+
if kwargs['name'] == None:
|
176
|
+
print("Error: missing option '--name'", file=sys.stderr)
|
177
|
+
sys.exit(1)
|
178
|
+
|
179
|
+
if kwargs['value'] == None:
|
180
|
+
print("Error: missing option '--value'", file=sys.stderr)
|
181
|
+
sys.exit(1)
|
182
|
+
|
183
|
+
if kwargs['type'] == None:
|
184
|
+
print("Error: missing option '--type'", file=sys.stderr)
|
185
|
+
sys.exit(1)
|
186
|
+
|
173
187
|
settings = Settings.instance()
|
174
188
|
project_key_str = resolve_project_key_and_validate(kwargs, settings)
|
175
189
|
project_key = ProjectKey(project_key_str)
|
@@ -183,27 +197,50 @@ def set(**kwargs):
|
|
183
197
|
filtered_rewrite_rules: List[RewriteRule] = list(filter(rewrite_rule_filter, rewrite_rules))
|
184
198
|
|
185
199
|
if len(filtered_rewrite_rules) == 0:
|
200
|
+
parameter_rules = list(filter(lambda r: r != None, [__select_parameter_rule(kwargs)]))
|
201
|
+
url_rules = list(filter(lambda r: r != None , [__select_url_rule(kwargs)]))
|
186
202
|
rewrite_rule = RewriteRule({
|
187
203
|
'methods': methods,
|
188
204
|
'pattern': kwargs['pattern'],
|
189
|
-
'parameter_rules':
|
205
|
+
'parameter_rules': parameter_rules,
|
206
|
+
'url_rules': url_rules,
|
190
207
|
})
|
191
208
|
rewrite_rules.append(rewrite_rule)
|
192
209
|
settings.proxy.rewrite.set_rewrite_rules(project_key.id, rewrite_rules)
|
193
210
|
else:
|
194
211
|
parameter_rule_filter = lambda rule: rule.name == kwargs['name'] and rule.type == kwargs['type'] and rule.modes == modes
|
212
|
+
url_rule_filter = lambda rule: rule.host == kwargs['host'] and rule.modes == modes
|
213
|
+
|
195
214
|
for rewrite_rule in filtered_rewrite_rules:
|
196
|
-
|
197
|
-
filtered_parameter_rules: List[ParameterRule] = list(filter(parameter_rule_filter, parameter_rules))
|
215
|
+
# Parameter rules
|
198
216
|
parameter_rule_dict = __select_parameter_rule(kwargs)
|
199
217
|
|
200
|
-
if
|
201
|
-
|
202
|
-
parameter_rules
|
203
|
-
|
204
|
-
|
205
|
-
|
206
|
-
|
218
|
+
if parameter_rule_dict:
|
219
|
+
parameter_rules = rewrite_rule.parameter_rules
|
220
|
+
filtered_parameter_rules: List[ParameterRule] = list(filter(parameter_rule_filter, parameter_rules))
|
221
|
+
|
222
|
+
if len(filtered_parameter_rules) == 0:
|
223
|
+
parameter_rule = ParameterRule(parameter_rule_dict)
|
224
|
+
parameter_rules.append(parameter_rule)
|
225
|
+
rewrite_rule.parameter_rules = parameter_rules
|
226
|
+
else:
|
227
|
+
for parameter_rule in filtered_parameter_rules:
|
228
|
+
parameter_rule.update(parameter_rule_dict)
|
229
|
+
|
230
|
+
# URL rules
|
231
|
+
url_rule_dict = __select_url_rule(kwargs)
|
232
|
+
|
233
|
+
if url_rule_dict:
|
234
|
+
url_rules = rewrite_rule.url_rules
|
235
|
+
filtered_url_rules: List[UrlRule] = list(filter(url_rule_filter, url_rules))
|
236
|
+
|
237
|
+
if len(filtered_url_rules) == 0:
|
238
|
+
url_rule = UrlRule(url_rule_dict)
|
239
|
+
url_rules.append(url_rule)
|
240
|
+
rewrite_rule.url_rules = url_rules
|
241
|
+
else:
|
242
|
+
for url_rule in filtered_url_rules:
|
243
|
+
url_rule.update(url_rule_dict)
|
207
244
|
|
208
245
|
settings.commit()
|
209
246
|
|
@@ -437,6 +474,9 @@ config.add_command(rewrite)
|
|
437
474
|
config.add_command(scenario)
|
438
475
|
|
439
476
|
def __select_parameter_rule(kwargs):
|
477
|
+
if kwargs['name'] == None or kwargs['value'] == None or kwargs['type'] == None:
|
478
|
+
return
|
479
|
+
|
440
480
|
return {
|
441
481
|
'modes': list(kwargs['mode']),
|
442
482
|
'name': kwargs['name'],
|
@@ -444,6 +484,16 @@ def __select_parameter_rule(kwargs):
|
|
444
484
|
'type': kwargs['type'],
|
445
485
|
}
|
446
486
|
|
487
|
+
def __select_url_rule(kwargs):
|
488
|
+
if kwargs['host'] == None or kwargs['port'] == None:
|
489
|
+
return
|
490
|
+
|
491
|
+
return {
|
492
|
+
'host': kwargs['host'],
|
493
|
+
'modes': list(kwargs['mode']),
|
494
|
+
'port': kwargs['port'],
|
495
|
+
}
|
496
|
+
|
447
497
|
def __project_key(settings):
|
448
498
|
project_key = settings.proxy.intercept.project_key
|
449
499
|
validate_project_key(project_key)
|
@@ -1,13 +1,13 @@
|
|
1
1
|
import copy
|
2
2
|
from functools import reduce
|
3
3
|
import itertools
|
4
|
-
import pdb
|
5
4
|
from pprint import pprint
|
6
5
|
import re
|
7
6
|
from typing import Dict, List, Union
|
8
7
|
from urllib.parse import urlparse
|
9
8
|
|
10
9
|
from openapi_core import Spec
|
10
|
+
import yaml
|
11
11
|
|
12
12
|
from stoobly_agent.lib.api.interfaces.endpoints import (
|
13
13
|
Alias,
|
@@ -23,17 +23,30 @@ class OpenApiEndpointAdapter():
|
|
23
23
|
return
|
24
24
|
|
25
25
|
def adapt_from_file(self, file_path) -> List[EndpointShowResponse]:
|
26
|
-
spec =
|
26
|
+
spec = {}
|
27
|
+
|
28
|
+
with open(file_path, "r") as stream:
|
29
|
+
file_data: Dict = yaml.safe_load(stream)
|
30
|
+
|
31
|
+
if 'info' not in file_data:
|
32
|
+
self.__add_info(file_data)
|
33
|
+
|
34
|
+
missing_oauth2_scopes = self.__is_missing_oauth2_scopes(file_data)
|
35
|
+
if missing_oauth2_scopes:
|
36
|
+
self.__add_oauth2_default_scopes(file_data)
|
37
|
+
|
38
|
+
spec = Spec.from_dict(file_data)
|
39
|
+
|
27
40
|
return self.adapt(spec)
|
28
41
|
|
29
42
|
def adapt(self, spec: Spec) -> List[EndpointShowResponse]:
|
30
43
|
endpoints = []
|
31
44
|
endpoint_counter = 0
|
32
|
-
components = spec.get("components")
|
45
|
+
components = spec.get("components", {})
|
33
46
|
schemas = components.get("schemas", {})
|
34
47
|
paths = spec.getkey('paths')
|
35
48
|
|
36
|
-
servers_spec = spec
|
49
|
+
servers_spec = spec.get("servers")
|
37
50
|
servers = self.__evaluate_servers(servers_spec)
|
38
51
|
|
39
52
|
for _, server in enumerate(servers):
|
@@ -177,12 +190,12 @@ class OpenApiEndpointAdapter():
|
|
177
190
|
request_body = operation.get("requestBody", {})
|
178
191
|
required_request_body = request_body.get("required")
|
179
192
|
required_body_params = []
|
180
|
-
param_properties = {}
|
181
193
|
literal_body_params = {}
|
182
194
|
request_body_array = False
|
183
195
|
|
184
196
|
content = request_body.get("content", {})
|
185
197
|
for mimetype, media_type in content.items():
|
198
|
+
param_properties = {}
|
186
199
|
schema = media_type['schema']
|
187
200
|
|
188
201
|
# If Spec Component reference, look it up in components
|
@@ -195,12 +208,10 @@ class OpenApiEndpointAdapter():
|
|
195
208
|
schema_type = schema.get('type')
|
196
209
|
if schema_type:
|
197
210
|
if schema_type == 'object':
|
198
|
-
param_properties = schema
|
211
|
+
param_properties = schema.get('properties', {})
|
199
212
|
elif schema_type == 'array':
|
200
213
|
request_body_array = True
|
201
214
|
param_properties = {'tmp': schema['items']}
|
202
|
-
else:
|
203
|
-
param_properties = {}
|
204
215
|
|
205
216
|
for property_key, property_value in param_properties.items():
|
206
217
|
if property_key in required_body_params:
|
@@ -231,6 +242,66 @@ class OpenApiEndpointAdapter():
|
|
231
242
|
|
232
243
|
return endpoints
|
233
244
|
|
245
|
+
def __add_info(self, file_data: Dict):
|
246
|
+
if 'info' in file_data:
|
247
|
+
return
|
248
|
+
|
249
|
+
file_data['info'] = {
|
250
|
+
'version': '0.0.1',
|
251
|
+
'title': ''
|
252
|
+
}
|
253
|
+
|
254
|
+
def __is_missing_oauth2_scopes(self, file_data: Dict):
|
255
|
+
is_missing = False
|
256
|
+
if 'components' in file_data:
|
257
|
+
components = file_data['components']
|
258
|
+
|
259
|
+
if 'securitySchemes' in components:
|
260
|
+
security_schemes = components['securitySchemes']
|
261
|
+
|
262
|
+
for scheme_name, scheme in security_schemes.items():
|
263
|
+
if scheme.get('type') == 'oauth2':
|
264
|
+
flows = scheme.get('flows')
|
265
|
+
|
266
|
+
if flows and flows.get('clientCredentials'):
|
267
|
+
scopes = flows.get('clientCredentials').get('scopes')
|
268
|
+
|
269
|
+
if scopes is None:
|
270
|
+
return True
|
271
|
+
|
272
|
+
break
|
273
|
+
|
274
|
+
return is_missing
|
275
|
+
|
276
|
+
def __add_oauth2_default_scopes(self, file_data: Dict):
|
277
|
+
if 'components' not in file_data:
|
278
|
+
return
|
279
|
+
components = file_data['components']
|
280
|
+
|
281
|
+
if 'securitySchemes' not in components:
|
282
|
+
return
|
283
|
+
security_schemes = components['securitySchemes']
|
284
|
+
|
285
|
+
oauth_security_scheme = {}
|
286
|
+
for scheme_name, scheme in security_schemes.items():
|
287
|
+
if scheme.get('type') == 'oauth2':
|
288
|
+
oauth_security_scheme = scheme
|
289
|
+
break
|
290
|
+
|
291
|
+
# If empty dict or None
|
292
|
+
if not oauth_security_scheme:
|
293
|
+
return
|
294
|
+
|
295
|
+
flows = oauth_security_scheme['flows']
|
296
|
+
if not flows:
|
297
|
+
return
|
298
|
+
|
299
|
+
client_credentials = flows['clientCredentials']
|
300
|
+
if not client_credentials:
|
301
|
+
return
|
302
|
+
|
303
|
+
client_credentials['scopes'] = {}
|
304
|
+
|
234
305
|
def __get_most_recent_param(self, literal_params: dict):
|
235
306
|
return list(literal_params)[-1] if literal_params else None
|
236
307
|
|
{stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/proxy/handle_mock_service.py
RENAMED
@@ -41,7 +41,7 @@ def handle_request_mock_generic(context: MockContext, **options: MockOptions):
|
|
41
41
|
# Rewrite request with paramter rules for mock
|
42
42
|
request: MitmproxyRequest = context.flow.request
|
43
43
|
request_facade = MitmproxyRequestFacade(request)
|
44
|
-
request_facade.
|
44
|
+
request_facade.with_parameter_rules(rewrite_rules).with_url_rules(rewrite_rules).rewrite()
|
45
45
|
|
46
46
|
__mock_hook(lifecycle_hooks.BEFORE_MOCK, context)
|
47
47
|
|
{stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/proxy/handle_replay_service.py
RENAMED
@@ -28,10 +28,11 @@ def __replay_request(replay_context: ReplayContext):
|
|
28
28
|
"""
|
29
29
|
intercept_settings: InterceptSettings = replay_context.intercept_settings
|
30
30
|
rewrite_rules = intercept_settings.rewrite_rules
|
31
|
+
|
31
32
|
if len(rewrite_rules) > 0:
|
32
33
|
request: MitmproxyRequest = replay_context.flow.request
|
33
34
|
request_facade = MitmproxyRequestFacade(request)
|
34
|
-
request_facade.
|
35
|
+
request_facade.with_parameter_rules(rewrite_rules).with_url_rules(rewrite_rules).rewrite()
|
35
36
|
|
36
37
|
__replay_hook(lifecycle_hooks.BEFORE_REPLAY, replay_context)
|
37
38
|
|
@@ -10,7 +10,7 @@ from stoobly_agent.app.settings.constants import firewall_action, intercept_mode
|
|
10
10
|
from stoobly_agent.app.settings.rewrite_rule import RewriteRule
|
11
11
|
from stoobly_agent.app.settings.firewall_rule import FirewallRule
|
12
12
|
from stoobly_agent.app.settings import Settings
|
13
|
-
from stoobly_agent.app.settings.types import IgnoreRule, MatchRule
|
13
|
+
from stoobly_agent.app.settings.types import IgnoreRule, MatchRule
|
14
14
|
from stoobly_agent.config.constants import custom_headers, env_vars, mode, request_origin, test_filter
|
15
15
|
from stoobly_agent.lib.api.keys.project_key import InvalidProjectKey, ProjectKey
|
16
16
|
from stoobly_agent.lib.logger import Logger
|
@@ -154,11 +154,11 @@ class InterceptSettings:
|
|
154
154
|
return self.__select_rewrite_rules(_mode)
|
155
155
|
|
156
156
|
@property
|
157
|
-
def record_rewrite_rules(self) -> List[
|
157
|
+
def record_rewrite_rules(self) -> List[RewriteRule]:
|
158
158
|
return self.__select_rewrite_rules(mode.RECORD)
|
159
159
|
|
160
160
|
@property
|
161
|
-
def mock_rewrite_rules(self) -> List[
|
161
|
+
def mock_rewrite_rules(self) -> List[RewriteRule]:
|
162
162
|
return self.__select_rewrite_rules(mode.MOCK)
|
163
163
|
|
164
164
|
@property
|
@@ -210,21 +210,18 @@ class InterceptSettings:
|
|
210
210
|
|
211
211
|
# Filter only parameters matching active intercept mode
|
212
212
|
for rewrite_rule in self.__rewrite_rules:
|
213
|
-
|
214
|
-
|
215
|
-
# If no parameters rules were found, then this filter rule is not applied
|
216
|
-
if len(parameter_rules) == 0:
|
217
|
-
continue
|
213
|
+
# If url rule applies, then update .url_rules with url_rule
|
214
|
+
url_rules = self.__select_url_rules(rewrite_rule)
|
218
215
|
|
219
|
-
#
|
220
|
-
|
221
|
-
'methods': rewrite_rule.methods,
|
222
|
-
'pattern': rewrite_rule.pattern,
|
223
|
-
'parameters_rules': [], # Has to be dict form, manually set it
|
224
|
-
})
|
225
|
-
rewrite_rule.parameter_rules = parameter_rules
|
216
|
+
# If parameters rules apply, then update .parameter_rules with applicable parameter_rules
|
217
|
+
parameter_rules = self.__select_parameter_rules(rewrite_rule, mode)
|
226
218
|
|
227
|
-
|
219
|
+
if len(url_rules) > 0 or len(parameter_rules) > 0:
|
220
|
+
# Build a new RewriteRule object contain only parameter rules matching intercept mode
|
221
|
+
rewrite_rule = RewriteRule(rewrite_rule.to_dict())
|
222
|
+
rewrite_rule.url_rules = url_rules
|
223
|
+
rewrite_rule.parameter_rules = parameter_rules
|
224
|
+
rules.append(rewrite_rule)
|
228
225
|
|
229
226
|
return rules
|
230
227
|
|
@@ -235,6 +232,13 @@ class InterceptSettings:
|
|
235
232
|
rewrite_rule.parameter_rules or []
|
236
233
|
))
|
237
234
|
|
235
|
+
def __select_url_rules(self, rewrite_rule: RewriteRule, mode = None):
|
236
|
+
mode = mode or self.mode
|
237
|
+
return list(filter(
|
238
|
+
lambda url: mode in url.modes,
|
239
|
+
rewrite_rule.url_rules or []
|
240
|
+
))
|
241
|
+
|
238
242
|
def __initialize_lifecycle_hooks(self):
|
239
243
|
script_path = self.lifecycle_hooks_path
|
240
244
|
|
{stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/proxy/mitmproxy/request_facade.py
RENAMED
@@ -8,7 +8,7 @@ from typing import Callable, List
|
|
8
8
|
from urllib.parse import urlparse
|
9
9
|
|
10
10
|
from stoobly_agent.app.settings.constants import request_component
|
11
|
-
from stoobly_agent.app.settings.rewrite_rule import RewriteRule,
|
11
|
+
from stoobly_agent.app.settings.rewrite_rule import ParameterRule, RewriteRule, UrlRule
|
12
12
|
from stoobly_agent.config.constants import custom_headers
|
13
13
|
from stoobly_agent.lib.logger import Logger, bcolors
|
14
14
|
from stoobly_agent.lib.utils import jmespath
|
@@ -29,8 +29,8 @@ class MitmproxyRequestFacade(Request):
|
|
29
29
|
self.request = request
|
30
30
|
self.uri = urlparse(self.request.url)
|
31
31
|
|
32
|
-
self.
|
33
|
-
self.
|
32
|
+
self.__url_rules: List[UrlRule] = []
|
33
|
+
self.__parameter_rules: List[ParameterRule] = []
|
34
34
|
|
35
35
|
self.__body = MitmproxyRequestBodyFacade(request)
|
36
36
|
|
@@ -99,41 +99,42 @@ class MitmproxyRequestFacade(Request):
|
|
99
99
|
return self.request.port
|
100
100
|
|
101
101
|
@property
|
102
|
-
def
|
103
|
-
return self.
|
102
|
+
def url_rules(self) -> List[ParameterRule]:
|
103
|
+
return self.__url_rules
|
104
104
|
|
105
105
|
@property
|
106
|
-
def
|
107
|
-
return self.
|
106
|
+
def parameter_rules(self) -> List[ParameterRule]:
|
107
|
+
return self.__parameter_rules
|
108
108
|
|
109
|
-
def
|
109
|
+
def with_parameter_rules(self, rules: List[RewriteRule]):
|
110
110
|
if type(rules) == list:
|
111
|
-
self.
|
111
|
+
self.__parameter_rules = self.select_parameter_rules(rules)
|
112
112
|
return self
|
113
113
|
|
114
|
-
def
|
114
|
+
def with_url_rules(self, rules: List[RewriteRule]):
|
115
115
|
if type(rules) == list:
|
116
|
-
self.
|
116
|
+
self.__url_rules = self.select_url_rules(rules)
|
117
117
|
return self
|
118
118
|
|
119
|
-
def redact(self):
|
120
|
-
redacts = self.__redact_rules
|
121
|
-
if len(redacts) != 0:
|
122
|
-
self.__redact_headers(redacts)
|
123
|
-
self.__redact_query(redacts)
|
124
|
-
self.__redact_content(redacts)
|
125
|
-
|
126
119
|
def rewrite(self):
|
127
|
-
rewrites = self.
|
120
|
+
rewrites = self.__parameter_rules
|
128
121
|
|
129
122
|
if len(rewrites) != 0:
|
130
123
|
self.__rewrite_headers(rewrites)
|
131
124
|
self.__rewrite_query(rewrites)
|
132
125
|
self.__rewrite_content(rewrites)
|
133
126
|
|
127
|
+
rewrites = self.__url_rules
|
128
|
+
|
129
|
+
if len(rewrites):
|
130
|
+
self.__rewrite_url(rewrites)
|
131
|
+
|
132
|
+
# Find all the rules that match request url and method
|
133
|
+
def select_rewrite_rules(self, rules: List[RewriteRule]) -> List[RewriteRule]:
|
134
|
+
return list(filter(self.__is_rewrite_rule_selected, rules or []))
|
135
|
+
|
134
136
|
def select_parameter_rules(self, rules: List[RewriteRule]) -> List[ParameterRule]:
|
135
|
-
|
136
|
-
_rules = list(filter(self.__is_parameter_rule_selected, rules or []))
|
137
|
+
_rules = self.select_rewrite_rules(rules)
|
137
138
|
|
138
139
|
if len(_rules) == 0:
|
139
140
|
return []
|
@@ -142,7 +143,17 @@ class MitmproxyRequestFacade(Request):
|
|
142
143
|
|
143
144
|
return [item for sublist in parameter_rules for item in sublist] # flatten list
|
144
145
|
|
145
|
-
def
|
146
|
+
def select_url_rules(self, rules: List[RewriteRule]) -> List[UrlRule]:
|
147
|
+
_rules = self.select_rewrite_rules(rules)
|
148
|
+
|
149
|
+
if len(_rules) == 0:
|
150
|
+
return []
|
151
|
+
|
152
|
+
url_rules = list(map(lambda rule: rule.url_rules, _rules))
|
153
|
+
|
154
|
+
return [item for sublist in url_rules for item in sublist] # flatten list
|
155
|
+
|
156
|
+
def __is_rewrite_rule_selected(self, rewrite_rule: RewriteRule):
|
146
157
|
pattern = rewrite_rule.pattern
|
147
158
|
|
148
159
|
try:
|
@@ -168,6 +179,14 @@ class MitmproxyRequestFacade(Request):
|
|
168
179
|
Logger.instance().info(f"{bcolors.OKCYAN}Rewriting {rewrite.type.lower()}{bcolors.ENDC} {rewrite.name} => {rewrite.value}")
|
169
180
|
return rewrite.value
|
170
181
|
|
182
|
+
def __rewrite_url(self, rewrites: List[UrlRule]):
|
183
|
+
for rewrite in rewrites:
|
184
|
+
if rewrite.host:
|
185
|
+
self.request.host = rewrite.host
|
186
|
+
|
187
|
+
if rewrite.port:
|
188
|
+
self.request.port = int(rewrite.port)
|
189
|
+
|
171
190
|
def __rewrite_headers(self, rewrites: List[ParameterRule]):
|
172
191
|
self.__apply_headers(rewrites, self.__rewrite_handler)
|
173
192
|
|
@@ -177,19 +196,6 @@ class MitmproxyRequestFacade(Request):
|
|
177
196
|
def __rewrite_content(self, rewrites: List[ParameterRule]):
|
178
197
|
self.__apply_content(rewrites, self.__rewrite_handler)
|
179
198
|
|
180
|
-
def __redact_handler(self, rewrite: ParameterRule) -> str:
|
181
|
-
Logger.instance().debug(f"{bcolors.OKCYAN}Redacting{bcolors.ENDC} {rewrite.name}")
|
182
|
-
return '[REDACTED]'
|
183
|
-
|
184
|
-
def __redact_headers(self, redacts: List[ParameterRule]):
|
185
|
-
self.__apply_headers(redacts, self.__redact_handler)
|
186
|
-
|
187
|
-
def __redact_query(self, redacts: List[ParameterRule]):
|
188
|
-
self.__apply_queries(redacts, self.__redact_handler)
|
189
|
-
|
190
|
-
def __redact_content(self, redacts: List[ParameterRule]):
|
191
|
-
self.__apply_content(redacts, self.__redact_handler)
|
192
|
-
|
193
199
|
def __apply_headers(self, rewrites: List[ParameterRule], handler: Callable):
|
194
200
|
rewrites = list(filter(lambda rewrite: rewrite.type == request_component.HEADER, rewrites))
|
195
201
|
self.__apply_rewrites(self.request.headers, rewrites, handler)
|
{stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/proxy/mitmproxy/response_facade.py
RENAMED
@@ -11,7 +11,6 @@ class MitmproxyResponseFacade(Response):
|
|
11
11
|
self.content = response.raw_content
|
12
12
|
|
13
13
|
self.rewrite_rules = []
|
14
|
-
self.rewrite_rules = []
|
15
14
|
|
16
15
|
@property
|
17
16
|
def code(self):
|
@@ -42,22 +41,12 @@ class MitmproxyResponseFacade(Response):
|
|
42
41
|
self.response.headers['content-length'] = str(len(self.content))
|
43
42
|
|
44
43
|
|
45
|
-
def with_redact_rules(self, rules: RewriteRule):
|
46
|
-
if type(rules) == list:
|
47
|
-
self.rewrite_rules = rules
|
48
|
-
|
49
|
-
return self
|
50
|
-
|
51
44
|
def with_rewrite_rules(self, rules: RewriteRule):
|
52
45
|
if type(rules) == list:
|
53
46
|
self.rewrite_rules = rules
|
54
47
|
|
55
48
|
return self
|
56
49
|
|
57
|
-
# TODO
|
58
|
-
def redact(self):
|
59
|
-
pass
|
60
|
-
|
61
50
|
# TODO
|
62
51
|
def rewrite(self):
|
63
52
|
pass
|
{stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/proxy/record/join_request_service.py
RENAMED
@@ -26,7 +26,7 @@ def join_rewritten_request(flow: MitmproxyHTTPFlow, intercept_settings: Intercep
|
|
26
26
|
response = MitmproxyResponseFacade(flow.response)
|
27
27
|
rewrite_rules = intercept_settings.record_rewrite_rules
|
28
28
|
|
29
|
-
request.
|
29
|
+
request.with_parameter_rules(rewrite_rules).with_url_rules(rewrite_rules).rewrite()
|
30
30
|
response.with_rewrite_rules(rewrite_rules).rewrite()
|
31
31
|
|
32
32
|
return join_request(request, response, intercept_settings)
|
@@ -2,6 +2,7 @@ import pdb
|
|
2
2
|
|
3
3
|
from .parameter_rule import ParameterRule
|
4
4
|
from .types.proxy_settings import RewriteRule as IRewriteRule
|
5
|
+
from .url_rule import UrlRule
|
5
6
|
|
6
7
|
class RewriteRule:
|
7
8
|
|
@@ -14,6 +15,9 @@ class RewriteRule:
|
|
14
15
|
self.__raw_parameter_rules = self.__rewrite_rule.get('parameter_rules') or []
|
15
16
|
self.__parameter_rules = list(map(lambda rule: ParameterRule(rule), self.__raw_parameter_rules))
|
16
17
|
|
18
|
+
self.__raw_url_rules = self.__rewrite_rule.get('url_rules') or []
|
19
|
+
self.__url_rules = list(map(lambda rule: UrlRule(rule), self.__raw_url_rules))
|
20
|
+
|
17
21
|
@property
|
18
22
|
def methods(self):
|
19
23
|
return self.__methods
|
@@ -30,9 +34,18 @@ class RewriteRule:
|
|
30
34
|
def parameter_rules(self, v):
|
31
35
|
self.__parameter_rules = v
|
32
36
|
|
37
|
+
@property
|
38
|
+
def url_rules(self):
|
39
|
+
return self.__url_rules
|
40
|
+
|
41
|
+
@url_rules.setter
|
42
|
+
def url_rules(self, v):
|
43
|
+
self.__url_rules = v
|
44
|
+
|
33
45
|
def to_dict(self):
|
34
46
|
return {
|
35
47
|
'methods': self.__methods,
|
36
48
|
'pattern': self.__pattern,
|
37
49
|
'parameter_rules': list(map(lambda parameter: parameter.to_dict(), self.__parameter_rules)),
|
50
|
+
'url_rules': list(map(lambda url: url.to_dict(), self.__url_rules)),
|
38
51
|
}
|
@@ -23,11 +23,6 @@ class IgnoreRule(TypedDict):
|
|
23
23
|
method: str
|
24
24
|
pattern: str
|
25
25
|
|
26
|
-
class RedactRule(TypedDict):
|
27
|
-
redacts: List[Redact]
|
28
|
-
method: str
|
29
|
-
pattern: str
|
30
|
-
|
31
26
|
class RewriteRule(TypedDict):
|
32
27
|
rewrites: List[Rewrite]
|
33
28
|
method: str
|
@@ -97,4 +92,4 @@ Component = {
|
|
97
92
|
'QueryParam': 'Query Param',
|
98
93
|
}
|
99
94
|
IProjectModeSettings = Union[IProjectMockSettings, IProjectRecordSettings, IProjectTestSettings]
|
100
|
-
Rule = Union[IgnoreRule,
|
95
|
+
Rule = Union[IgnoreRule, RewriteRule]
|
{stoobly-agent-0.29.2 → stoobly-agent-0.30.1}/stoobly_agent/app/settings/types/proxy_settings.py
RENAMED
@@ -15,6 +15,11 @@ class ParameterRule(TypedDict):
|
|
15
15
|
type: str
|
16
16
|
value: str
|
17
17
|
|
18
|
+
class UrlRule(TypedDict):
|
19
|
+
host: str
|
20
|
+
modes: List[Mode]
|
21
|
+
port: str
|
22
|
+
|
18
23
|
class DataRules(TypedDict):
|
19
24
|
mock_policy: MockPolicy
|
20
25
|
record_policy: RecordPolicy
|
@@ -30,6 +35,7 @@ class RewriteRule(TypedDict):
|
|
30
35
|
methods: List[Method]
|
31
36
|
pattern: str
|
32
37
|
parameter_rules: List[ParameterRule]
|
38
|
+
url_rule: List[UrlRule]
|
33
39
|
|
34
40
|
class FirewallRule(TypedDict):
|
35
41
|
action: List[FirewallAction]
|