stoobly-agent 1.8.5__py3-none-any.whl → 1.9.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (50) hide show
  1. stoobly_agent/__init__.py +1 -1
  2. stoobly_agent/app/api/configs_controller.py +3 -3
  3. stoobly_agent/app/cli/helpers/handle_config_update_service.py +12 -12
  4. stoobly_agent/app/cli/intercept_cli.py +30 -7
  5. stoobly_agent/app/cli/scaffold/templates/app/.Dockerfile.context +1 -1
  6. stoobly_agent/app/cli/scaffold/templates/app/.Makefile +6 -0
  7. stoobly_agent/app/cli/scaffold/templates/build/workflows/exec/.overwrite +13 -0
  8. stoobly_agent/app/cli/scaffold/templates/workflow/record/bin/configure +16 -0
  9. stoobly_agent/app/models/adapters/joined_request_adapter.py +1 -1
  10. stoobly_agent/app/models/factories/resource/local_db/helpers/log.py +52 -2
  11. stoobly_agent/app/models/factories/resource/local_db/helpers/request_snapshot.py +0 -1
  12. stoobly_agent/app/models/factories/resource/local_db/helpers/scenario_snapshot.py +2 -3
  13. stoobly_agent/app/models/factories/resource/local_db/helpers/snapshot_service.py +9 -8
  14. stoobly_agent/app/models/helpers/apply.py +10 -5
  15. stoobly_agent/app/proxy/handle_mock_service.py +19 -6
  16. stoobly_agent/app/proxy/handle_record_service.py +16 -7
  17. stoobly_agent/app/proxy/intercept_settings.py +12 -1
  18. stoobly_agent/app/proxy/mitmproxy/request_facade.py +1 -1
  19. stoobly_agent/app/proxy/record/request_string.py +15 -9
  20. stoobly_agent/app/proxy/replay/body_parser_service.py +15 -4
  21. stoobly_agent/app/proxy/replay/replay_request_service.py +1 -0
  22. stoobly_agent/app/settings/data_rules.py +16 -1
  23. stoobly_agent/config/constants/custom_headers.py +1 -0
  24. stoobly_agent/config/constants/lifecycle_hooks.py +1 -0
  25. stoobly_agent/config/constants/record_order.py +6 -0
  26. stoobly_agent/config/constants/record_policy.py +2 -2
  27. stoobly_agent/public/18-es2015.beb31fe4a4dee3007cb2.js +1 -0
  28. stoobly_agent/public/18-es5.beb31fe4a4dee3007cb2.js +1 -0
  29. stoobly_agent/public/index.html +2 -2
  30. stoobly_agent/public/main-es2015.089b46f303768fbe864f.js +1 -0
  31. stoobly_agent/public/main-es5.089b46f303768fbe864f.js +1 -0
  32. stoobly_agent/public/{runtime-es2015.b13c22b834b51724d30a.js → runtime-es2015.f8c814b38b27708e91c1.js} +1 -1
  33. stoobly_agent/public/{runtime-es5.b13c22b834b51724d30a.js → runtime-es5.f8c814b38b27708e91c1.js} +1 -1
  34. stoobly_agent/public/{styles.ab281309cf423b2cdcb0.css → styles.817f011ab81b18b0e5c2.css} +1 -1
  35. stoobly_agent/test/app/cli/config/scenario/config_scenario_set_test.py +3 -3
  36. stoobly_agent/test/app/cli/intercept/intercept_configure_test.py +5 -7
  37. stoobly_agent/test/app/cli/intercept/intercept_enable_test.py +3 -5
  38. stoobly_agent/test/app/cli/snapshot/snapshot_apply_test.py +143 -1
  39. stoobly_agent/test/app/cli/snapshot/snapshot_prune_test.py +72 -3
  40. stoobly_agent/test/app/models/schemas/.stoobly/db/VERSION +1 -1
  41. stoobly_agent/test/cli/record_test.py +3 -3
  42. {stoobly_agent-1.8.5.dist-info → stoobly_agent-1.9.1.dist-info}/METADATA +1 -1
  43. {stoobly_agent-1.8.5.dist-info → stoobly_agent-1.9.1.dist-info}/RECORD +46 -44
  44. stoobly_agent/public/18-es2015.d07dd29def7e2574c5b7.js +0 -1
  45. stoobly_agent/public/18-es5.d07dd29def7e2574c5b7.js +0 -1
  46. stoobly_agent/public/main-es2015.ce00115b0520fa030f01.js +0 -1
  47. stoobly_agent/public/main-es5.ce00115b0520fa030f01.js +0 -1
  48. {stoobly_agent-1.8.5.dist-info → stoobly_agent-1.9.1.dist-info}/LICENSE +0 -0
  49. {stoobly_agent-1.8.5.dist-info → stoobly_agent-1.9.1.dist-info}/WHEEL +0 -0
  50. {stoobly_agent-1.8.5.dist-info → stoobly_agent-1.9.1.dist-info}/entry_points.txt +0 -0