46602f1933
Remove dead code identified in docs/SANITIZATION-REVIEW.md:
- app/blueprints/content_old.py and app/blueprints/playlist.py
- app/models/group.py, app/utils/nginx_config_reader.py
- orphaned templates (content_list, edit_content, upload_content,
player_page) and the related group/Template references
Result: 6 blueprints, 82 routes, no dead modules or orphan templates.
Add files that deploy.sh and docker-entrypoint.sh already require but
which were never tracked:
- https_manager.py (referenced by deploy.sh, migrate_network.sh,
docker-entrypoint.sh)
- Caddyfile.example (seeded by deploy.sh; its absence aborts deploy)
Relocate generated Graphify artifacts from graphify-out/ to
docs/graphify-out/ (110 files, no content change) and archive the
superseded docs under docs/.
Ignore hygiene:
- ignore ad-hoc .env backups (.env.bak*) — they contain live secrets
- keep the pre-sanitization snapshots (docs/legacy code/,
docs/old_code_documentation/) on disk but out of the repo
Fix .env.example: drop a duplicated config block, genericize the
hardcoded host IP, and document HOSTNAME_INTERNAL.
1 line
38 KiB
JSON
1 line
38 KiB
JSON
{"nodes": [{"id": "home_scheianu_digiserver_v2_app_utils_ssh_deploy_py", "label": "ssh_deploy.py", "file_type": "code", "type": "FUNCTION", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L1", "complexity": 1, "loc": 1}, {"id": "ssh_deploy_get_local_player_code_status", "label": "get_local_player_code_status()", "file_type": "code", "type": "FUNCTION", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L15", "complexity": 8, "loc": 68}, {"id": "ssh_deploy_test_ssh_connection", "label": "test_ssh_connection()", "file_type": "code", "type": "FUNCTION", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L85", "complexity": 3, "loc": 62}, {"id": "ssh_deploy_generate_player_config", "label": "generate_player_config()", "file_type": "code", "type": "FUNCTION", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L149", "complexity": 1, "loc": 57}, {"id": "ssh_deploy_detect_server_ip", "label": "detect_server_ip()", "file_type": "code", "type": "FUNCTION", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L208", "complexity": 7, "loc": 31}, {"id": "ssh_deploy_parse_server_address", "label": "parse_server_address()", "file_type": "code", "type": "FUNCTION", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L241", "complexity": 4, "loc": 24}, {"id": "ssh_deploy_generate_app_config", "label": "generate_app_config()", "file_type": "code", "type": "FUNCTION", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L267", "complexity": 1, "loc": 42}, {"id": "ssh_deploy_deploy_player_to_host", "label": "deploy_player_to_host()", "file_type": "code", "type": "FUNCTION", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L311", "complexity": 31, "loc": 443}, {"id": "ssh_deploy_rationale_1", "label": "SSH deployment utilities for player provisioning.", "file_type": "rationale", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L1"}, {"id": "ssh_deploy_rationale_16", "label": "Check status of pre-staged player code. Args: player_code_dir: Opti", "file_type": "rationale", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L16"}, {"id": "ssh_deploy_rationale_86", "label": "Test SSH connection to a remote host. Args: hostname: Target ho", "file_type": "rationale", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L86"}, {"id": "ssh_deploy_rationale_156", "label": "Generate player configuration JSON for connecting to DigiServer. Args:", "file_type": "rationale", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L156"}, {"id": "ssh_deploy_rationale_209", "label": "Best-effort detection of this server's primary LAN IP address. Opens a UDP", "file_type": "rationale", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L209"}, {"id": "ssh_deploy_rationale_242", "label": "Derive the values the player needs from a DigiServer URL. The player's conf", "file_type": "rationale", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L242"}, {"id": "ssh_deploy_rationale_277", "label": "Generate the config/app_config.json the player actually reads. This is what", "file_type": "rationale", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L277"}, {"id": "ssh_deploy_rationale_326", "label": "Deploy player code to remote host. Args: hostname: Target hostn", "file_type": "rationale", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L326"}], "edges": [{"source": "home_scheianu_digiserver_v2_app_utils_ssh_deploy_py", "target": "subprocess", "relation": "imports", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L2", "weight": 1.0}, {"source": "home_scheianu_digiserver_v2_app_utils_ssh_deploy_py", "target": "logging", "relation": "imports", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L3", "weight": 1.0}, {"source": "home_scheianu_digiserver_v2_app_utils_ssh_deploy_py", "target": "os", "relation": "imports", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L4", "weight": 1.0}, {"source": "home_scheianu_digiserver_v2_app_utils_ssh_deploy_py", "target": "json", "relation": "imports", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L5", "weight": 1.0}, {"source": "home_scheianu_digiserver_v2_app_utils_ssh_deploy_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L6", "weight": 1.0}, {"source": "home_scheianu_digiserver_v2_app_utils_ssh_deploy_py", "target": "datetime", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L7", "weight": 1.0}, {"source": "home_scheianu_digiserver_v2_app_utils_ssh_deploy_py", "target": "ssh_deploy_get_local_player_code_status", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L15", "weight": 1.0}, {"source": "home_scheianu_digiserver_v2_app_utils_ssh_deploy_py", "target": "ssh_deploy_test_ssh_connection", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L85", "weight": 1.0}, {"source": "home_scheianu_digiserver_v2_app_utils_ssh_deploy_py", "target": "ssh_deploy_generate_player_config", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L149", "weight": 1.0}, {"source": "home_scheianu_digiserver_v2_app_utils_ssh_deploy_py", "target": "ssh_deploy_detect_server_ip", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L208", "weight": 1.0}, {"source": "home_scheianu_digiserver_v2_app_utils_ssh_deploy_py", "target": "ssh_deploy_parse_server_address", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L241", "weight": 1.0}, {"source": "home_scheianu_digiserver_v2_app_utils_ssh_deploy_py", "target": "ssh_deploy_generate_app_config", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L267", "weight": 1.0}, {"source": "home_scheianu_digiserver_v2_app_utils_ssh_deploy_py", "target": "ssh_deploy_deploy_player_to_host", "relation": "contains", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L311", "weight": 1.0}, {"source": "ssh_deploy_deploy_player_to_host", "target": "ssh_deploy_test_ssh_connection", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L352", "weight": 1.0}, {"source": "ssh_deploy_deploy_player_to_host", "target": "ssh_deploy_get_local_player_code_status", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L404", "weight": 1.0}, {"source": "ssh_deploy_deploy_player_to_host", "target": "ssh_deploy_parse_server_address", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L511", "weight": 1.0}, {"source": "ssh_deploy_deploy_player_to_host", "target": "ssh_deploy_generate_app_config", "relation": "calls", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L512", "weight": 1.0}, {"source": "ssh_deploy_rationale_1", "target": "home_scheianu_digiserver_v2_app_utils_ssh_deploy_py", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L1", "weight": 1.0}, {"source": "ssh_deploy_rationale_16", "target": "ssh_deploy_get_local_player_code_status", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L16", "weight": 1.0}, {"source": "ssh_deploy_rationale_86", "target": "ssh_deploy_test_ssh_connection", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L86", "weight": 1.0}, {"source": "ssh_deploy_rationale_156", "target": "ssh_deploy_generate_player_config", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L156", "weight": 1.0}, {"source": "ssh_deploy_rationale_209", "target": "ssh_deploy_detect_server_ip", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L209", "weight": 1.0}, {"source": "ssh_deploy_rationale_242", "target": "ssh_deploy_parse_server_address", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L242", "weight": 1.0}, {"source": "ssh_deploy_rationale_277", "target": "ssh_deploy_generate_app_config", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L277", "weight": 1.0}, {"source": "ssh_deploy_rationale_326", "target": "ssh_deploy_deploy_player_to_host", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L326", "weight": 1.0}], "raw_calls": [{"caller_nid": "ssh_deploy_get_local_player_code_status", "callee": "isdir", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L28"}, {"caller_nid": "ssh_deploy_get_local_player_code_status", "callee": "join", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L36"}, {"caller_nid": "ssh_deploy_get_local_player_code_status", "callee": "isdir", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L37"}, {"caller_nid": "ssh_deploy_get_local_player_code_status", "callee": "run", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L46"}, {"caller_nid": "ssh_deploy_get_local_player_code_status", "callee": "strip", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L52"}, {"caller_nid": "ssh_deploy_get_local_player_code_status", "callee": "run", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L58"}, {"caller_nid": "ssh_deploy_get_local_player_code_status", "callee": "split", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L64"}, {"caller_nid": "ssh_deploy_get_local_player_code_status", "callee": "getmtime", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L73"}, {"caller_nid": "ssh_deploy_get_local_player_code_status", "callee": "warning", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L77"}, {"caller_nid": "ssh_deploy_get_local_player_code_status", "callee": "str", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L77"}, {"caller_nid": "ssh_deploy_get_local_player_code_status", "callee": "str", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L80"}, {"caller_nid": "ssh_deploy_test_ssh_connection", "callee": "str", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L104"}, {"caller_nid": "ssh_deploy_test_ssh_connection", "callee": "run", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L109"}, {"caller_nid": "ssh_deploy_test_ssh_connection", "callee": "isoformat", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L120"}, {"caller_nid": "ssh_deploy_test_ssh_connection", "callee": "now", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L120"}, {"caller_nid": "ssh_deploy_test_ssh_connection", "callee": "strip", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L121"}, {"caller_nid": "ssh_deploy_test_ssh_connection", "callee": "strip", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L124"}, {"caller_nid": "ssh_deploy_test_ssh_connection", "callee": "strip", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L124"}, {"caller_nid": "ssh_deploy_test_ssh_connection", "callee": "isoformat", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L128"}, {"caller_nid": "ssh_deploy_test_ssh_connection", "callee": "now", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L128"}, {"caller_nid": "ssh_deploy_test_ssh_connection", "callee": "isoformat", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L136"}, {"caller_nid": "ssh_deploy_test_ssh_connection", "callee": "now", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L136"}, {"caller_nid": "ssh_deploy_test_ssh_connection", "callee": "error", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L140"}, {"caller_nid": "ssh_deploy_test_ssh_connection", "callee": "str", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L140"}, {"caller_nid": "ssh_deploy_test_ssh_connection", "callee": "str", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L143"}, {"caller_nid": "ssh_deploy_test_ssh_connection", "callee": "isoformat", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L144"}, {"caller_nid": "ssh_deploy_test_ssh_connection", "callee": "now", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L144"}, {"caller_nid": "ssh_deploy_test_ssh_connection", "callee": "str", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L145"}, {"caller_nid": "ssh_deploy_generate_player_config", "callee": "dumps", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L205"}, {"caller_nid": "ssh_deploy_detect_server_ip", "callee": "socket", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L218"}, {"caller_nid": "ssh_deploy_detect_server_ip", "callee": "connect", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L219"}, {"caller_nid": "ssh_deploy_detect_server_ip", "callee": "getsockname", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L220"}, {"caller_nid": "ssh_deploy_detect_server_ip", "callee": "startswith", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L221"}, {"caller_nid": "ssh_deploy_detect_server_ip", "callee": "close", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L228"}, {"caller_nid": "ssh_deploy_detect_server_ip", "callee": "gethostbyname", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L233"}, {"caller_nid": "ssh_deploy_detect_server_ip", "callee": "gethostname", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L233"}, {"caller_nid": "ssh_deploy_detect_server_ip", "callee": "startswith", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L234"}, {"caller_nid": "ssh_deploy_parse_server_address", "callee": "urlparse", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L258"}, {"caller_nid": "ssh_deploy_parse_server_address", "callee": "str", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L264"}, {"caller_nid": "ssh_deploy_generate_app_config", "callee": "str", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L298"}, {"caller_nid": "ssh_deploy_generate_app_config", "callee": "bool", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L305"}, {"caller_nid": "ssh_deploy_generate_app_config", "callee": "bool", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L306"}, {"caller_nid": "ssh_deploy_generate_app_config", "callee": "dumps", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L308"}, {"caller_nid": "ssh_deploy_deploy_player_to_host", "callee": "isoformat", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L357"}, {"caller_nid": "ssh_deploy_deploy_player_to_host", "callee": "now", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L357"}, {"caller_nid": "ssh_deploy_deploy_player_to_host", "callee": "isoformat", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L367"}, {"caller_nid": "ssh_deploy_deploy_player_to_host", "callee": "now", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L367"}, {"caller_nid": "ssh_deploy_deploy_player_to_host", "callee": "str", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L376"}, {"caller_nid": "ssh_deploy_deploy_player_to_host", "callee": "run", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L380"}, {"caller_nid": "ssh_deploy_deploy_player_to_host", "callee": "append", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L381"}, {"caller_nid": "ssh_deploy_deploy_player_to_host", "callee": "isoformat", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L385"}, {"caller_nid": "ssh_deploy_deploy_player_to_host", "callee": "now", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L385"}, {"caller_nid": "ssh_deploy_deploy_player_to_host", "callee": "append", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L388"}, {"caller_nid": "ssh_deploy_deploy_player_to_host", "callee": "str", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L391"}, {"caller_nid": "ssh_deploy_deploy_player_to_host", "callee": "isoformat", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L392"}, {"caller_nid": "ssh_deploy_deploy_player_to_host", "callee": "now", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L392"}, {"caller_nid": "ssh_deploy_deploy_player_to_host", "callee": "isoformat", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L397"}, {"caller_nid": "ssh_deploy_deploy_player_to_host", "callee": "now", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L397"}, {"caller_nid": "ssh_deploy_deploy_player_to_host", "callee": "str", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L398"}, {"caller_nid": "ssh_deploy_deploy_player_to_host", "callee": "info", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L408"}, {"caller_nid": "ssh_deploy_deploy_player_to_host", "callee": "get", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L408"}, {"caller_nid": "ssh_deploy_deploy_player_to_host", "callee": "run", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L418"}, {"caller_nid": "ssh_deploy_deploy_player_to_host", "callee": "append", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L420"}, {"caller_nid": "ssh_deploy_deploy_player_to_host", "callee": "get", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L423"}, {"caller_nid": "ssh_deploy_deploy_player_to_host", "callee": "isoformat", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L424"}, {"caller_nid": "ssh_deploy_deploy_player_to_host", "callee": "now", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L424"}, {"caller_nid": "ssh_deploy_deploy_player_to_host", "callee": "warning", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L428"}, {"caller_nid": "ssh_deploy_deploy_player_to_host", "callee": "Exception", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L430"}, {"caller_nid": "ssh_deploy_deploy_player_to_host", "callee": "info", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L433"}, {"caller_nid": "ssh_deploy_deploy_player_to_host", "callee": "get", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L433"}, {"caller_nid": "ssh_deploy_deploy_player_to_host", "callee": "Exception", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L434"}, {"caller_nid": "ssh_deploy_deploy_player_to_host", "callee": "info", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L439"}, {"caller_nid": "ssh_deploy_deploy_player_to_host", "callee": "str", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L445"}, {"caller_nid": "ssh_deploy_deploy_player_to_host", "callee": "run", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L449"}, {"caller_nid": "ssh_deploy_deploy_player_to_host", "callee": "str", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L456"}, {"caller_nid": "ssh_deploy_deploy_player_to_host", "callee": "str", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L466"}, {"caller_nid": "ssh_deploy_deploy_player_to_host", "callee": "run", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L472"}, {"caller_nid": "ssh_deploy_deploy_player_to_host", "callee": "append", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L473"}, {"caller_nid": "ssh_deploy_deploy_player_to_host", "callee": "split", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L476"}, {"caller_nid": "ssh_deploy_deploy_player_to_host", "callee": "chr", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L476"}, {"caller_nid": "ssh_deploy_deploy_player_to_host", "callee": "isoformat", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L477"}, {"caller_nid": "ssh_deploy_deploy_player_to_host", "callee": "now", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L477"}, {"caller_nid": "ssh_deploy_deploy_player_to_host", "callee": "isoformat", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L484"}, {"caller_nid": "ssh_deploy_deploy_player_to_host", "callee": "now", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L484"}, {"caller_nid": "ssh_deploy_deploy_player_to_host", "callee": "append", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L489"}, {"caller_nid": "ssh_deploy_deploy_player_to_host", "callee": "str", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L492"}, {"caller_nid": "ssh_deploy_deploy_player_to_host", "callee": "isoformat", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L493"}, {"caller_nid": "ssh_deploy_deploy_player_to_host", "callee": "now", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L493"}, {"caller_nid": "ssh_deploy_deploy_player_to_host", "callee": "isoformat", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L498"}, {"caller_nid": "ssh_deploy_deploy_player_to_host", "callee": "now", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L498"}, {"caller_nid": "ssh_deploy_deploy_player_to_host", "callee": "str", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L499"}, {"caller_nid": "ssh_deploy_deploy_player_to_host", "callee": "join", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L534"}, {"caller_nid": "ssh_deploy_deploy_player_to_host", "callee": "quote", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L535"}, {"caller_nid": "ssh_deploy_deploy_player_to_host", "callee": "str", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L535"}, {"caller_nid": "ssh_deploy_deploy_player_to_host", "callee": "items", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L535"}, {"caller_nid": "ssh_deploy_deploy_player_to_host", "callee": "str", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L550"}, {"caller_nid": "ssh_deploy_deploy_player_to_host", "callee": "run", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L554"}, {"caller_nid": "ssh_deploy_deploy_player_to_host", "callee": "append", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L555"}, {"caller_nid": "ssh_deploy_deploy_player_to_host", "callee": "isoformat", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L562"}, {"caller_nid": "ssh_deploy_deploy_player_to_host", "callee": "now", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L562"}, {"caller_nid": "ssh_deploy_deploy_player_to_host", "callee": "append", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L565"}, {"caller_nid": "ssh_deploy_deploy_player_to_host", "callee": "isoformat", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L569"}, {"caller_nid": "ssh_deploy_deploy_player_to_host", "callee": "now", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L569"}, {"caller_nid": "ssh_deploy_deploy_player_to_host", "callee": "warning", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L572"}, {"caller_nid": "ssh_deploy_deploy_player_to_host", "callee": "str", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L572"}, {"caller_nid": "ssh_deploy_deploy_player_to_host", "callee": "append", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L573"}, {"caller_nid": "ssh_deploy_deploy_player_to_host", "callee": "str", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L576"}, {"caller_nid": "ssh_deploy_deploy_player_to_host", "callee": "isoformat", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L577"}, {"caller_nid": "ssh_deploy_deploy_player_to_host", "callee": "now", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L577"}, {"caller_nid": "ssh_deploy_deploy_player_to_host", "callee": "str", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L590"}, {"caller_nid": "ssh_deploy_deploy_player_to_host", "callee": "run", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L598"}, {"caller_nid": "ssh_deploy_deploy_player_to_host", "callee": "warning", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L601"}, {"caller_nid": "ssh_deploy_deploy_player_to_host", "callee": "warning", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L604"}, {"caller_nid": "ssh_deploy_deploy_player_to_host", "callee": "str", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L604"}, {"caller_nid": "ssh_deploy_deploy_player_to_host", "callee": "str", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L630"}, {"caller_nid": "ssh_deploy_deploy_player_to_host", "callee": "run", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L634"}, {"caller_nid": "ssh_deploy_deploy_player_to_host", "callee": "strip", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L635"}, {"caller_nid": "ssh_deploy_deploy_player_to_host", "callee": "append", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L638"}, {"caller_nid": "ssh_deploy_deploy_player_to_host", "callee": "isoformat", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L642"}, {"caller_nid": "ssh_deploy_deploy_player_to_host", "callee": "now", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L642"}, {"caller_nid": "ssh_deploy_deploy_player_to_host", "callee": "next", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L645"}, {"caller_nid": "ssh_deploy_deploy_player_to_host", "callee": "splitlines", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L645"}, {"caller_nid": "ssh_deploy_deploy_player_to_host", "callee": "startswith", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L645"}, {"caller_nid": "ssh_deploy_deploy_player_to_host", "callee": "strip", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L646"}, {"caller_nid": "ssh_deploy_deploy_player_to_host", "callee": "replace", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L646"}, {"caller_nid": "ssh_deploy_deploy_player_to_host", "callee": "append", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L647"}, {"caller_nid": "ssh_deploy_deploy_player_to_host", "callee": "isoformat", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L651"}, {"caller_nid": "ssh_deploy_deploy_player_to_host", "callee": "now", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L651"}, {"caller_nid": "ssh_deploy_deploy_player_to_host", "callee": "warning", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L654"}, {"caller_nid": "ssh_deploy_deploy_player_to_host", "callee": "info", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L656"}, {"caller_nid": "ssh_deploy_deploy_player_to_host", "callee": "append", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L658"}, {"caller_nid": "ssh_deploy_deploy_player_to_host", "callee": "isoformat", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L662"}, {"caller_nid": "ssh_deploy_deploy_player_to_host", "callee": "now", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L662"}, {"caller_nid": "ssh_deploy_deploy_player_to_host", "callee": "append", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L665"}, {"caller_nid": "ssh_deploy_deploy_player_to_host", "callee": "str", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L668"}, {"caller_nid": "ssh_deploy_deploy_player_to_host", "callee": "isoformat", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L669"}, {"caller_nid": "ssh_deploy_deploy_player_to_host", "callee": "now", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L669"}, {"caller_nid": "ssh_deploy_deploy_player_to_host", "callee": "error", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L671"}, {"caller_nid": "ssh_deploy_deploy_player_to_host", "callee": "str", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L671"}, {"caller_nid": "ssh_deploy_deploy_player_to_host", "callee": "str", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L679"}, {"caller_nid": "ssh_deploy_deploy_player_to_host", "callee": "run", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L683"}, {"caller_nid": "ssh_deploy_deploy_player_to_host", "callee": "str", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L693"}, {"caller_nid": "ssh_deploy_deploy_player_to_host", "callee": "run", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L697"}, {"caller_nid": "ssh_deploy_deploy_player_to_host", "callee": "str", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L704"}, {"caller_nid": "ssh_deploy_deploy_player_to_host", "callee": "run", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L708"}, {"caller_nid": "ssh_deploy_deploy_player_to_host", "callee": "split", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L711"}, {"caller_nid": "ssh_deploy_deploy_player_to_host", "callee": "append", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L713"}, {"caller_nid": "ssh_deploy_deploy_player_to_host", "callee": "isoformat", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L717"}, {"caller_nid": "ssh_deploy_deploy_player_to_host", "callee": "now", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L717"}, {"caller_nid": "ssh_deploy_deploy_player_to_host", "callee": "info", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L719"}, {"caller_nid": "ssh_deploy_deploy_player_to_host", "callee": "append", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L721"}, {"caller_nid": "ssh_deploy_deploy_player_to_host", "callee": "isoformat", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L725"}, {"caller_nid": "ssh_deploy_deploy_player_to_host", "callee": "now", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L725"}, {"caller_nid": "ssh_deploy_deploy_player_to_host", "callee": "warning", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L727"}, {"caller_nid": "ssh_deploy_deploy_player_to_host", "callee": "append", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L729"}, {"caller_nid": "ssh_deploy_deploy_player_to_host", "callee": "str", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L732"}, {"caller_nid": "ssh_deploy_deploy_player_to_host", "callee": "isoformat", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L733"}, {"caller_nid": "ssh_deploy_deploy_player_to_host", "callee": "now", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L733"}, {"caller_nid": "ssh_deploy_deploy_player_to_host", "callee": "error", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L735"}, {"caller_nid": "ssh_deploy_deploy_player_to_host", "callee": "str", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L735"}, {"caller_nid": "ssh_deploy_deploy_player_to_host", "callee": "isoformat", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L740"}, {"caller_nid": "ssh_deploy_deploy_player_to_host", "callee": "now", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L740"}, {"caller_nid": "ssh_deploy_deploy_player_to_host", "callee": "error", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L746"}, {"caller_nid": "ssh_deploy_deploy_player_to_host", "callee": "str", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L746"}, {"caller_nid": "ssh_deploy_deploy_player_to_host", "callee": "str", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L749"}, {"caller_nid": "ssh_deploy_deploy_player_to_host", "callee": "isoformat", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L750"}, {"caller_nid": "ssh_deploy_deploy_player_to_host", "callee": "now", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L750"}, {"caller_nid": "ssh_deploy_deploy_player_to_host", "callee": "str", "source_file": "/home/scheianu/digiserver-v2/app/utils/ssh_deploy.py", "source_location": "L751"}]} |