portacode 1.4.16.dev5__tar.gz → 1.4.16.dev6__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.
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/PKG-INFO +1 -1
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/portacode/_version.py +2 -2
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/portacode/connection/handlers/WEBSOCKET_PROTOCOL.md +8 -6
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/portacode/connection/handlers/proxmox_infra.py +7 -3
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/portacode.egg-info/PKG-INFO +1 -1
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/.claude/agents/communication-manager.md +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/.claude/settings.local.json +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/.gitignore +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/.gitmodules +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/LICENSE +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/MANIFEST.in +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/Makefile +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/README.md +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/backup.sh +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/connect.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/connect.sh +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/docker-compose.yaml +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/docs/images/device-transfer-button.png +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/docs/images/device-transfer-modal.png +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/docs/images/pair-device-button.png +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/docs/images/pairing-request.png +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/docs/images/student-workspace.png +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/README.md +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/simple_device/Dockerfile +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/simple_device/README.md +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/simple_device/data/device-01/.local/share/portacode/keys/id_portacode +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/simple_device/data/device-01/.local/share/portacode/keys/id_portacode.pub +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/simple_device/docker-compose.yaml +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/Dockerfile +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/README.md +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-01/.local/share/portacode/keys/id_portacode +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-01/.local/share/portacode/keys/id_portacode.pub +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-01/.local/share/portacode/run/gateway.pid +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-01/workspace/.gitignore +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-01/workspace/README.md +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-01/workspace/db.sqlite3 +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-01/workspace/galactic_bakeshop/__init__.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-01/workspace/galactic_bakeshop/__pycache__/__init__.cpython-311.pyc +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-01/workspace/galactic_bakeshop/__pycache__/settings.cpython-311.pyc +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-01/workspace/galactic_bakeshop/__pycache__/urls.cpython-311.pyc +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-01/workspace/galactic_bakeshop/__pycache__/wsgi.cpython-311.pyc +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-01/workspace/galactic_bakeshop/asgi.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-01/workspace/galactic_bakeshop/settings.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-01/workspace/galactic_bakeshop/urls.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-01/workspace/galactic_bakeshop/wsgi.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-01/workspace/manage.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-01/workspace/requirements.txt +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-01/workspace/templates/treats/home.html +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-01/workspace/treats/__init__.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-01/workspace/treats/__pycache__/__init__.cpython-311.pyc +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-01/workspace/treats/__pycache__/admin.cpython-311.pyc +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-01/workspace/treats/__pycache__/apps.cpython-311.pyc +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-01/workspace/treats/__pycache__/menu.cpython-311.pyc +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-01/workspace/treats/__pycache__/models.cpython-311.pyc +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-01/workspace/treats/__pycache__/urls.cpython-311.pyc +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-01/workspace/treats/__pycache__/views.cpython-311.pyc +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-01/workspace/treats/admin.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-01/workspace/treats/apps.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-01/workspace/treats/menu.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-01/workspace/treats/migrations/__init__.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-01/workspace/treats/migrations/__pycache__/__init__.cpython-311.pyc +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-01/workspace/treats/models.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-01/workspace/treats/tests.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-01/workspace/treats/urls.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-01/workspace/treats/views.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-02/.local/share/portacode/keys/id_portacode +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-02/.local/share/portacode/keys/id_portacode.pub +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-02/workspace/README.md +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-02/workspace/galactic_bakeshop/__init__.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-02/workspace/galactic_bakeshop/asgi.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-02/workspace/galactic_bakeshop/settings.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-02/workspace/galactic_bakeshop/urls.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-02/workspace/galactic_bakeshop/wsgi.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-02/workspace/manage.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-02/workspace/requirements.txt +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-02/workspace/templates/treats/home.html +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-02/workspace/treats/__init__.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-02/workspace/treats/admin.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-02/workspace/treats/apps.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-02/workspace/treats/menu.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-02/workspace/treats/migrations/__init__.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-02/workspace/treats/models.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-02/workspace/treats/tests.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-02/workspace/treats/urls.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-02/workspace/treats/views.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-03/.local/share/portacode/keys/id_portacode +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-03/.local/share/portacode/keys/id_portacode.pub +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-03/workspace/README.md +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-03/workspace/galactic_bakeshop/__init__.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-03/workspace/galactic_bakeshop/asgi.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-03/workspace/galactic_bakeshop/settings.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-03/workspace/galactic_bakeshop/urls.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-03/workspace/galactic_bakeshop/wsgi.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-03/workspace/manage.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-03/workspace/requirements.txt +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-03/workspace/templates/treats/home.html +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-03/workspace/treats/__init__.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-03/workspace/treats/admin.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-03/workspace/treats/apps.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-03/workspace/treats/menu.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-03/workspace/treats/migrations/__init__.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-03/workspace/treats/models.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-03/workspace/treats/tests.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-03/workspace/treats/urls.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-03/workspace/treats/views.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-04/.local/share/portacode/keys/id_portacode +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-04/.local/share/portacode/keys/id_portacode.pub +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-04/workspace/README.md +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-04/workspace/galactic_bakeshop/__init__.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-04/workspace/galactic_bakeshop/asgi.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-04/workspace/galactic_bakeshop/settings.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-04/workspace/galactic_bakeshop/urls.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-04/workspace/galactic_bakeshop/wsgi.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-04/workspace/manage.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-04/workspace/requirements.txt +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-04/workspace/templates/treats/home.html +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-04/workspace/treats/__init__.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-04/workspace/treats/admin.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-04/workspace/treats/apps.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-04/workspace/treats/menu.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-04/workspace/treats/migrations/__init__.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-04/workspace/treats/models.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-04/workspace/treats/tests.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-04/workspace/treats/urls.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-04/workspace/treats/views.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-05/.local/share/portacode/keys/id_portacode +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-05/.local/share/portacode/keys/id_portacode.pub +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-05/workspace/README.md +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-05/workspace/galactic_bakeshop/__init__.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-05/workspace/galactic_bakeshop/asgi.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-05/workspace/galactic_bakeshop/settings.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-05/workspace/galactic_bakeshop/urls.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-05/workspace/galactic_bakeshop/wsgi.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-05/workspace/manage.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-05/workspace/requirements.txt +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-05/workspace/templates/treats/home.html +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-05/workspace/treats/__init__.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-05/workspace/treats/admin.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-05/workspace/treats/apps.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-05/workspace/treats/menu.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-05/workspace/treats/migrations/__init__.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-05/workspace/treats/models.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-05/workspace/treats/tests.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-05/workspace/treats/urls.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-05/workspace/treats/views.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-06/.local/share/portacode/keys/id_portacode +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-06/.local/share/portacode/keys/id_portacode.pub +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-06/workspace/README.md +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-06/workspace/galactic_bakeshop/__init__.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-06/workspace/galactic_bakeshop/asgi.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-06/workspace/galactic_bakeshop/settings.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-06/workspace/galactic_bakeshop/urls.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-06/workspace/galactic_bakeshop/wsgi.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-06/workspace/manage.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-06/workspace/requirements.txt +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-06/workspace/templates/treats/home.html +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-06/workspace/treats/__init__.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-06/workspace/treats/admin.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-06/workspace/treats/apps.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-06/workspace/treats/menu.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-06/workspace/treats/migrations/__init__.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-06/workspace/treats/models.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-06/workspace/treats/tests.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-06/workspace/treats/urls.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-06/workspace/treats/views.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-07/.local/share/portacode/keys/id_portacode +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-07/.local/share/portacode/keys/id_portacode.pub +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-07/workspace/README.md +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-07/workspace/galactic_bakeshop/__init__.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-07/workspace/galactic_bakeshop/asgi.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-07/workspace/galactic_bakeshop/settings.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-07/workspace/galactic_bakeshop/urls.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-07/workspace/galactic_bakeshop/wsgi.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-07/workspace/manage.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-07/workspace/requirements.txt +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-07/workspace/templates/treats/home.html +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-07/workspace/treats/__init__.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-07/workspace/treats/admin.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-07/workspace/treats/apps.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-07/workspace/treats/menu.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-07/workspace/treats/migrations/__init__.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-07/workspace/treats/models.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-07/workspace/treats/tests.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-07/workspace/treats/urls.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-07/workspace/treats/views.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-08/.local/share/portacode/keys/id_portacode +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-08/.local/share/portacode/keys/id_portacode.pub +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-08/workspace/README.md +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-08/workspace/galactic_bakeshop/__init__.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-08/workspace/galactic_bakeshop/asgi.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-08/workspace/galactic_bakeshop/settings.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-08/workspace/galactic_bakeshop/urls.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-08/workspace/galactic_bakeshop/wsgi.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-08/workspace/manage.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-08/workspace/requirements.txt +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-08/workspace/templates/treats/home.html +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-08/workspace/treats/__init__.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-08/workspace/treats/admin.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-08/workspace/treats/apps.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-08/workspace/treats/menu.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-08/workspace/treats/migrations/__init__.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-08/workspace/treats/models.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-08/workspace/treats/tests.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-08/workspace/treats/urls.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-08/workspace/treats/views.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-09/.local/share/portacode/keys/id_portacode +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-09/.local/share/portacode/keys/id_portacode.pub +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-09/workspace/README.md +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-09/workspace/galactic_bakeshop/__init__.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-09/workspace/galactic_bakeshop/asgi.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-09/workspace/galactic_bakeshop/settings.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-09/workspace/galactic_bakeshop/urls.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-09/workspace/galactic_bakeshop/wsgi.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-09/workspace/manage.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-09/workspace/requirements.txt +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-09/workspace/templates/treats/home.html +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-09/workspace/treats/__init__.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-09/workspace/treats/admin.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-09/workspace/treats/apps.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-09/workspace/treats/menu.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-09/workspace/treats/migrations/__init__.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-09/workspace/treats/models.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-09/workspace/treats/tests.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-09/workspace/treats/urls.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-09/workspace/treats/views.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-10/.local/share/portacode/keys/id_portacode +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-10/.local/share/portacode/keys/id_portacode.pub +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-10/workspace/README.md +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-10/workspace/galactic_bakeshop/__init__.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-10/workspace/galactic_bakeshop/asgi.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-10/workspace/galactic_bakeshop/settings.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-10/workspace/galactic_bakeshop/urls.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-10/workspace/galactic_bakeshop/wsgi.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-10/workspace/manage.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-10/workspace/requirements.txt +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-10/workspace/templates/treats/home.html +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-10/workspace/treats/__init__.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-10/workspace/treats/admin.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-10/workspace/treats/apps.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-10/workspace/treats/menu.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-10/workspace/treats/migrations/__init__.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-10/workspace/treats/models.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-10/workspace/treats/tests.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-10/workspace/treats/urls.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/data/student-10/workspace/treats/views.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/docker-compose.yaml +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/initial_content/README.md +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/initial_content/galactic_bakeshop/__init__.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/initial_content/galactic_bakeshop/asgi.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/initial_content/galactic_bakeshop/settings.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/initial_content/galactic_bakeshop/urls.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/initial_content/galactic_bakeshop/wsgi.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/initial_content/manage.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/initial_content/requirements.txt +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/initial_content/templates/treats/home.html +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/initial_content/treats/__init__.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/initial_content/treats/admin.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/initial_content/treats/apps.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/initial_content/treats/menu.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/initial_content/treats/migrations/__init__.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/initial_content/treats/models.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/initial_content/treats/tests.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/initial_content/treats/urls.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/initial_content/treats/views.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/examples/workshop_fleet/instructions/WELCOME.md +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/portacode/README.md +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/portacode/__init__.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/portacode/__main__.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/portacode/cli.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/portacode/connection/README.md +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/portacode/connection/__init__.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/portacode/connection/client.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/portacode/connection/handlers/README.md +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/portacode/connection/handlers/__init__.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/portacode/connection/handlers/base.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/portacode/connection/handlers/chunked_content.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/portacode/connection/handlers/diff_handlers.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/portacode/connection/handlers/file_handlers.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/portacode/connection/handlers/project_aware_file_handlers.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/portacode/connection/handlers/project_state/README.md +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/portacode/connection/handlers/project_state/__init__.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/portacode/connection/handlers/project_state/file_system_watcher.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/portacode/connection/handlers/project_state/git_manager.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/portacode/connection/handlers/project_state/handlers.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/portacode/connection/handlers/project_state/manager.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/portacode/connection/handlers/project_state/models.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/portacode/connection/handlers/project_state/utils.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/portacode/connection/handlers/project_state_handlers.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/portacode/connection/handlers/registry.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/portacode/connection/handlers/session.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/portacode/connection/handlers/system_handlers.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/portacode/connection/handlers/tab_factory.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/portacode/connection/handlers/terminal_handlers.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/portacode/connection/handlers/test_proxmox_infra.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/portacode/connection/handlers/update_handler.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/portacode/connection/multiplex.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/portacode/connection/terminal.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/portacode/data.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/portacode/keypair.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/portacode/link_capture/__init__.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/portacode/link_capture/__pycache__/__init__.cpython-311.pyc +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/portacode/link_capture/bin/__pycache__/link_capture_wrapper.cpython-311.pyc +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/portacode/link_capture/bin/elinks +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/portacode/link_capture/bin/gio-open +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/portacode/link_capture/bin/gnome-open +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/portacode/link_capture/bin/gvfs-open +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/portacode/link_capture/bin/kde-open +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/portacode/link_capture/bin/kfmclient +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/portacode/link_capture/bin/link_capture_exec.sh +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/portacode/link_capture/bin/link_capture_wrapper.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/portacode/link_capture/bin/links +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/portacode/link_capture/bin/links2 +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/portacode/link_capture/bin/lynx +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/portacode/link_capture/bin/mate-open +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/portacode/link_capture/bin/netsurf +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/portacode/link_capture/bin/sensible-browser +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/portacode/link_capture/bin/w3m +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/portacode/link_capture/bin/x-www-browser +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/portacode/link_capture/bin/xdg-open +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/portacode/logging_categories.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/portacode/pairing.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/portacode/service.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/portacode/static/js/test-ntp-clock.html +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/portacode/static/js/utils/ntp-clock.js +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/portacode/utils/NTP_ARCHITECTURE.md +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/portacode/utils/__init__.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/portacode/utils/diff_apply.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/portacode/utils/diff_renderer.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/portacode/utils/ntp_clock.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/portacode.egg-info/SOURCES.txt +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/portacode.egg-info/dependency_links.txt +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/portacode.egg-info/entry_points.txt +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/portacode.egg-info/requires.txt +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/portacode.egg-info/top_level.txt +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/pyproject.toml +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/restore.sh +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/run_tests.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/setup.cfg +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/setup.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/test.sh +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/test_modules/README.md +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/test_modules/__init__.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/test_modules/test_device_online.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/test_modules/test_file_operations.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/test_modules/test_git_status_ui.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/test_modules/test_login_flow.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/test_modules/test_navigate_testing_folder.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/test_modules/test_play_store_screenshots.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/test_modules/test_terminal_buffer_performance.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/test_modules/test_terminal_interaction.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/test_modules/test_terminal_loading_race_condition.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/test_modules/test_terminal_start.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/test_request_id.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/testing_framework/.env.example +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/testing_framework/README.md +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/testing_framework/__init__.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/testing_framework/cli.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/testing_framework/core/__init__.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/testing_framework/core/base_test.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/testing_framework/core/cli_manager.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/testing_framework/core/hierarchical_runner.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/testing_framework/core/playwright_manager.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/testing_framework/core/runner.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/testing_framework/core/shared_cli_manager.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/testing_framework/core/test_discovery.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/testing_framework/requirements.txt +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/todo/UI_UX/opening_a_file_on_desktop_results_in_nothing.md +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/todo/agent_context_management.md +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/todo/django_server_time_sync.md +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/todo/issues/device_performance_degradation.md +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/todo/issues/git_data_not_captured_in_proxmox.md +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/todo/issues/indefinite_resource_loading.md +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/todo/issues/portacode_service_silently_down.md +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/todo/issues/premature_terminal_exit.md +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/todo/issues/project_cpu_hotspots.md +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/todo/issues/terminals_exit_upon_starting.md +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/todo/issues/wrong_item_classification_on_client_side.md +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/todo/smartphone_terminal_input_frustrations.md +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/tools/generate_play_store_assets.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/tools/pairing_tester.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/tools/run_screenshot_suite.sh +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/tools/test_python_ntp_clock.py +0 -0
- {portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/validate.sh +0 -0
|
@@ -28,7 +28,7 @@ version_tuple: VERSION_TUPLE
|
|
|
28
28
|
commit_id: COMMIT_ID
|
|
29
29
|
__commit_id__: COMMIT_ID
|
|
30
30
|
|
|
31
|
-
__version__ = version = '1.4.16.
|
|
32
|
-
__version_tuple__ = version_tuple = (1, 4, 16, '
|
|
31
|
+
__version__ = version = '1.4.16.dev6'
|
|
32
|
+
__version_tuple__ = version_tuple = (1, 4, 16, 'dev6')
|
|
33
33
|
|
|
34
34
|
__commit_id__ = commit_id = None
|
{portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/portacode/connection/handlers/WEBSOCKET_PROTOCOL.md
RENAMED
|
@@ -1146,14 +1146,16 @@ Provides system information in response to a `system_info` action. Handled by [`
|
|
|
1146
1146
|
* `vmid` (string|null): Numeric CT ID.
|
|
1147
1147
|
* `hostname` (string|null): Hostname configured in the CT.
|
|
1148
1148
|
* `template` (string|null): Template identifier used.
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1149
|
+
* `storage` (string|null): Storage pool backing the rootfs.
|
|
1150
|
+
* `disk_gib` (integer): Rootfs size in GiB.
|
|
1151
|
+
* `ram_mib` (integer): Memory size in MiB.
|
|
1152
|
+
* `cpu_share` (number): vCPU-equivalent share requested at creation.
|
|
1153
|
+
* `status` (string): Lowercase lifecycle status (e.g., `running`, `stopped`, `deleted`).
|
|
1154
|
+
* `created_at` (string|null): ISO timestamp recorded when the CT was provisioned.
|
|
1155
1155
|
* `managed` (boolean): `true` for Portacode-managed entries.
|
|
1156
|
+
* `matches_default_storage` (boolean): `true` when this container is backed by the default storage pool used for new Portacode containers.
|
|
1156
1157
|
* `unmanaged_containers` (array[object]): Facts about containers Portacode did not provision; fields mirror the managed list but are marked `managed=false`.
|
|
1158
|
+
* `reserve_on_boot` (boolean): `true` when the CT is configured to start at boot; used to determine whether its RAM/CPU allocations count toward the available totals.
|
|
1157
1159
|
* `unmanaged_count` (integer): Number of unmanaged containers detected on the node.
|
|
1158
1160
|
* `allocated_ram_mib` (integer): Total RAM reserved by both managed and unmanaged containers.
|
|
1159
1161
|
* `allocated_disk_gib` (integer): Total disk reserved by both managed and unmanaged containers.
|
{portacode-1.4.16.dev5 → portacode-1.4.16.dev6}/portacode/connection/handlers/proxmox_infra.py
RENAMED
|
@@ -464,7 +464,9 @@ def _extract_host_totals(node_status: Dict[str, Any] | None) -> Tuple[Optional[i
|
|
|
464
464
|
return host_ram, host_disk, host_cpu
|
|
465
465
|
|
|
466
466
|
|
|
467
|
-
def _build_unmanaged_container_entry(
|
|
467
|
+
def _build_unmanaged_container_entry(
|
|
468
|
+
ct: Dict[str, Any], cfg: Dict[str, Any], vmid: str, default_storage: str | None
|
|
469
|
+
) -> Dict[str, Any]:
|
|
468
470
|
ram_mib = _to_int(cfg.get("memory")) or _bytes_to_mib(ct.get("maxmem"))
|
|
469
471
|
disk_gib = _bytes_to_gib(ct.get("maxdisk"))
|
|
470
472
|
cpu_share = _to_float(
|
|
@@ -478,6 +480,7 @@ def _build_unmanaged_container_entry(ct: Dict[str, Any], cfg: Dict[str, Any], vm
|
|
|
478
480
|
storage = cfg.get("storage") or ct.get("storage")
|
|
479
481
|
status = (ct.get("status") or "unknown").lower()
|
|
480
482
|
reserved = _parse_bool_flag(cfg.get("onboot"))
|
|
483
|
+
storage_matches_default = _storage_matches_default(storage, default_storage)
|
|
481
484
|
return {
|
|
482
485
|
"vmid": vmid,
|
|
483
486
|
"hostname": hostname,
|
|
@@ -487,6 +490,7 @@ def _build_unmanaged_container_entry(ct: Dict[str, Any], cfg: Dict[str, Any], vm
|
|
|
487
490
|
"ram_mib": ram_mib,
|
|
488
491
|
"cpu_share": cpu_share,
|
|
489
492
|
"reserve_on_boot": reserved,
|
|
493
|
+
"matches_default_storage": storage_matches_default,
|
|
490
494
|
"status": status,
|
|
491
495
|
"managed": False,
|
|
492
496
|
}
|
|
@@ -551,7 +555,7 @@ def _build_managed_containers_summary(
|
|
|
551
555
|
"created_at": record.get("created_at"),
|
|
552
556
|
"status": status,
|
|
553
557
|
"managed": True,
|
|
554
|
-
"
|
|
558
|
+
"matches_default_storage": _storage_matches_default(record.get("storage"), default_storage),
|
|
555
559
|
}
|
|
556
560
|
)
|
|
557
561
|
|
|
@@ -640,7 +644,7 @@ def _get_managed_containers_summary(force: bool = False) -> Dict[str, Any]:
|
|
|
640
644
|
description = (cfg.get("description") or "")
|
|
641
645
|
if MANAGED_MARKER in description:
|
|
642
646
|
continue
|
|
643
|
-
|
|
647
|
+
unmanaged.append(_build_unmanaged_container_entry(ct, cfg, vmid_key, default_storage))
|
|
644
648
|
except Exception as exc: # pragma: no cover - best effort
|
|
645
649
|
logger.debug("Failed to refresh container statuses: %s", exc)
|
|
646
650
|
storage_snapshot = (
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|