fractal-server 2.9.0a5__tar.gz → 2.9.0a7__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.
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/PKG-INFO +1 -1
- fractal_server-2.9.0a7/fractal_server/__init__.py +1 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/models/v2/task_group.py +9 -2
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/routes/api/v1/project.py +7 -19
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/routes/api/v2/submit.py +4 -20
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/runner/executors/slurm/ssh/executor.py +5 -1
- fractal_server-2.9.0a5/fractal_server/migrations/versions/3082479ac4ea_taskgroup_activity_and_venv_info_to_.py → fractal_server-2.9.0a7/fractal_server/migrations/versions/d256a7379ab8_taskgroup_activity_and_venv_info_to_.py +9 -5
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/tasks/v2/local/deactivate.py +2 -1
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/tasks/v2/ssh/deactivate.py +4 -1
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/tasks/v2/ssh/reactivate.py +4 -1
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/pyproject.toml +2 -2
- fractal_server-2.9.0a5/fractal_server/__init__.py +0 -1
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/LICENSE +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/README.md +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/__main__.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/alembic.ini +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/__init__.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/db/__init__.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/models/__init__.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/models/linkusergroup.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/models/linkuserproject.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/models/security.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/models/user_settings.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/models/v1/__init__.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/models/v1/dataset.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/models/v1/job.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/models/v1/project.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/models/v1/state.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/models/v1/task.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/models/v1/workflow.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/models/v2/__init__.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/models/v2/dataset.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/models/v2/job.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/models/v2/project.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/models/v2/task.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/models/v2/workflow.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/models/v2/workflowtask.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/routes/__init__.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/routes/admin/__init__.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/routes/admin/v1.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/routes/admin/v2/__init__.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/routes/admin/v2/job.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/routes/admin/v2/project.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/routes/admin/v2/task.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/routes/admin/v2/task_group.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/routes/admin/v2/task_group_lifecycle.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/routes/api/__init__.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/routes/api/v1/__init__.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/routes/api/v1/_aux_functions.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/routes/api/v1/dataset.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/routes/api/v1/job.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/routes/api/v1/task.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/routes/api/v1/task_collection.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/routes/api/v1/workflow.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/routes/api/v1/workflowtask.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/routes/api/v2/__init__.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/routes/api/v2/_aux_functions.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/routes/api/v2/_aux_functions_task_lifecycle.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/routes/api/v2/_aux_functions_tasks.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/routes/api/v2/dataset.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/routes/api/v2/images.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/routes/api/v2/job.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/routes/api/v2/project.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/routes/api/v2/status.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/routes/api/v2/task.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/routes/api/v2/task_collection.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/routes/api/v2/task_collection_custom.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/routes/api/v2/task_group.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/routes/api/v2/task_group_lifecycle.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/routes/api/v2/workflow.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/routes/api/v2/workflow_import.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/routes/api/v2/workflowtask.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/routes/auth/__init__.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/routes/auth/_aux_auth.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/routes/auth/current_user.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/routes/auth/group.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/routes/auth/login.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/routes/auth/oauth.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/routes/auth/register.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/routes/auth/router.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/routes/auth/users.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/routes/aux/__init__.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/routes/aux/_job.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/routes/aux/_runner.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/routes/aux/validate_user_settings.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/runner/.gitignore +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/runner/__init__.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/runner/async_wrap.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/runner/components.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/runner/compress_folder.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/runner/exceptions.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/runner/executors/__init__.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/runner/executors/slurm/__init__.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/runner/executors/slurm/_batching.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/runner/executors/slurm/_slurm_config.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/runner/executors/slurm/remote.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/runner/executors/slurm/ssh/__init__.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/runner/executors/slurm/ssh/_executor_wait_thread.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/runner/executors/slurm/ssh/_slurm_job.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/runner/executors/slurm/sudo/__init__.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/runner/executors/slurm/sudo/_check_jobs_status.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/runner/executors/slurm/sudo/_executor_wait_thread.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/runner/executors/slurm/sudo/_subprocess_run_as_user.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/runner/executors/slurm/sudo/executor.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/runner/extract_archive.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/runner/filenames.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/runner/run_subprocess.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/runner/set_start_and_last_task_index.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/runner/shutdown.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/runner/task_files.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/runner/v1/__init__.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/runner/v1/_common.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/runner/v1/_local/__init__.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/runner/v1/_local/_local_config.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/runner/v1/_local/_submit_setup.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/runner/v1/_local/executor.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/runner/v1/_slurm/__init__.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/runner/v1/_slurm/_submit_setup.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/runner/v1/_slurm/get_slurm_config.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/runner/v1/common.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/runner/v1/handle_failed_job.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/runner/v2/__init__.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/runner/v2/_local/__init__.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/runner/v2/_local/_local_config.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/runner/v2/_local/_submit_setup.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/runner/v2/_local/executor.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/runner/v2/_local_experimental/__init__.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/runner/v2/_local_experimental/_local_config.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/runner/v2/_local_experimental/_submit_setup.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/runner/v2/_local_experimental/executor.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/runner/v2/_slurm_common/__init__.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/runner/v2/_slurm_common/get_slurm_config.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/runner/v2/_slurm_ssh/__init__.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/runner/v2/_slurm_ssh/_submit_setup.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/runner/v2/_slurm_sudo/__init__.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/runner/v2/_slurm_sudo/_submit_setup.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/runner/v2/deduplicate_list.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/runner/v2/handle_failed_job.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/runner/v2/merge_outputs.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/runner/v2/runner.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/runner/v2/runner_functions.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/runner/v2/runner_functions_low_level.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/runner/v2/task_interface.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/runner/versions.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/schemas/__init__.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/schemas/_validators.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/schemas/user.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/schemas/user_group.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/schemas/user_settings.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/schemas/v1/__init__.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/schemas/v1/applyworkflow.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/schemas/v1/dataset.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/schemas/v1/dumps.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/schemas/v1/manifest.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/schemas/v1/project.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/schemas/v1/state.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/schemas/v1/task.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/schemas/v1/task_collection.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/schemas/v1/workflow.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/schemas/v2/__init__.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/schemas/v2/dataset.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/schemas/v2/dumps.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/schemas/v2/job.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/schemas/v2/manifest.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/schemas/v2/project.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/schemas/v2/status.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/schemas/v2/task.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/schemas/v2/task_collection.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/schemas/v2/task_group.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/schemas/v2/workflow.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/schemas/v2/workflowtask.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/security/__init__.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/user_settings.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/config.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/data_migrations/README.md +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/data_migrations/tools.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/gunicorn_fractal.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/images/__init__.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/images/models.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/images/tools.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/logger.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/main.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/migrations/README +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/migrations/env.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/migrations/naming_convention.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/migrations/script.py.mako +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/migrations/versions/034a469ec2eb_task_groups.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/migrations/versions/091b01f51f88_add_usergroup_and_linkusergroup_table.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/migrations/versions/19eca0dd47a9_user_settings_project_dir.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/migrations/versions/4c308bcaea2b_add_task_args_schema_and_task_args_.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/migrations/versions/4cedeb448a53_workflowtask_foreign_keys_not_nullables.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/migrations/versions/501961cfcd85_remove_link_between_v1_and_v2_tasks_.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/migrations/versions/50a13d6138fd_initial_schema.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/migrations/versions/5bf02391cfef_v2.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/migrations/versions/70e77f1c38b0_add_applyworkflow_first_task_index_and_.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/migrations/versions/71eefd1dd202_add_slurm_accounts.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/migrations/versions/84bf0fffde30_add_dumps_to_applyworkflow.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/migrations/versions/8e8f227a3e36_update_taskv2_post_2_7_0.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/migrations/versions/8f79bd162e35_add_docs_info_and_docs_link_to_task_.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/migrations/versions/94a47ea2d3ff_remove_cache_dir_slurm_user_and_slurm_.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/migrations/versions/97f444d47249_add_applyworkflow_project_dump.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/migrations/versions/99ea79d9e5d2_add_dataset_history.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/migrations/versions/9c5ae74c9b98_add_user_settings_table.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/migrations/versions/9fd26a2b0de4_add_workflow_timestamp_created.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/migrations/versions/a7f4d6137b53_add_workflow_dump_to_applyworkflow.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/migrations/versions/d4fe3708d309_make_applyworkflow_workflow_dump_non_.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/migrations/versions/da2cb2ac4255_user_group_viewer_paths.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/migrations/versions/e75cac726012_make_applyworkflow_start_timestamp_not_.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/migrations/versions/efa89c30e0a4_add_project_timestamp_created.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/migrations/versions/f384e1c0cf5d_drop_task_default_args_columns.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/py.typed +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/ssh/__init__.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/ssh/_fabric.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/string_tools.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/syringe.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/tasks/__init__.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/tasks/utils.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/tasks/v1/_TaskCollectPip.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/tasks/v1/__init__.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/tasks/v1/background_operations.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/tasks/v1/endpoint_operations.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/tasks/v1/get_collection_data.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/tasks/v1/utils.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/tasks/v2/__init__.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/tasks/v2/local/__init__.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/tasks/v2/local/_utils.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/tasks/v2/local/collect.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/tasks/v2/local/reactivate.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/tasks/v2/ssh/__init__.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/tasks/v2/ssh/_utils.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/tasks/v2/ssh/collect.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/tasks/v2/templates/1_create_venv.sh +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/tasks/v2/templates/2_pip_install.sh +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/tasks/v2/templates/3_pip_freeze.sh +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/tasks/v2/templates/4_pip_show.sh +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/tasks/v2/templates/5_get_venv_size_and_file_number.sh +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/tasks/v2/templates/6_pip_install_from_freeze.sh +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/tasks/v2/utils_background.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/tasks/v2/utils_database.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/tasks/v2/utils_package_names.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/tasks/v2/utils_python_interpreter.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/tasks/v2/utils_templates.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/urls.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/utils.py +0 -0
- {fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/zip_tools.py +0 -0
@@ -0,0 +1 @@
|
|
1
|
+
__VERSION__ = "2.9.0a7"
|
{fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/models/v2/task_group.py
RENAMED
@@ -1,4 +1,5 @@
|
|
1
1
|
from datetime import datetime
|
2
|
+
from datetime import timezone
|
2
3
|
from typing import Optional
|
3
4
|
|
4
5
|
from sqlalchemy import Column
|
@@ -48,9 +49,15 @@ class TaskGroupV2(SQLModel, table=True):
|
|
48
49
|
default_factory=get_timestamp,
|
49
50
|
sa_column=Column(DateTime(timezone=True), nullable=False),
|
50
51
|
)
|
51
|
-
timestamp_last_used:
|
52
|
+
timestamp_last_used: datetime = Field(
|
52
53
|
default_factory=get_timestamp,
|
53
|
-
sa_column=Column(
|
54
|
+
sa_column=Column(
|
55
|
+
DateTime(timezone=True),
|
56
|
+
nullable=False,
|
57
|
+
server_default=(
|
58
|
+
datetime(2024, 11, 20, tzinfo=timezone.utc).isoformat()
|
59
|
+
),
|
60
|
+
),
|
54
61
|
)
|
55
62
|
|
56
63
|
@property
|
{fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/routes/api/v1/project.py
RENAMED
@@ -1,5 +1,5 @@
|
|
1
|
+
import json
|
1
2
|
import os
|
2
|
-
from datetime import datetime
|
3
3
|
from datetime import timedelta
|
4
4
|
from datetime import timezone
|
5
5
|
from typing import Optional
|
@@ -50,10 +50,6 @@ router = APIRouter()
|
|
50
50
|
logger = set_logger(__name__)
|
51
51
|
|
52
52
|
|
53
|
-
def _encode_as_utc(dt: datetime):
|
54
|
-
return dt.replace(tzinfo=timezone.utc).isoformat()
|
55
|
-
|
56
|
-
|
57
53
|
@router.get("/", response_model=list[ProjectReadV1])
|
58
54
|
async def get_list_project(
|
59
55
|
user: UserOAuth = Depends(current_active_user),
|
@@ -393,33 +389,25 @@ async def apply_workflow(
|
|
393
389
|
workflow_id=workflow_id,
|
394
390
|
user_email=user.email,
|
395
391
|
input_dataset_dump=dict(
|
396
|
-
**
|
397
|
-
exclude={"resource_list", "history"
|
392
|
+
**json.loads(
|
393
|
+
input_dataset.json(exclude={"resource_list", "history"})
|
398
394
|
),
|
399
|
-
timestamp_created=_encode_as_utc(input_dataset.timestamp_created),
|
400
395
|
resource_list=[
|
401
396
|
resource.model_dump()
|
402
397
|
for resource in input_dataset.resource_list
|
403
398
|
],
|
404
399
|
),
|
405
400
|
output_dataset_dump=dict(
|
406
|
-
**
|
407
|
-
exclude={"resource_list", "history"
|
401
|
+
**json.loads(
|
402
|
+
output_dataset.json(exclude={"resource_list", "history"})
|
408
403
|
),
|
409
|
-
timestamp_created=_encode_as_utc(output_dataset.timestamp_created),
|
410
404
|
resource_list=[
|
411
405
|
resource.model_dump()
|
412
406
|
for resource in output_dataset.resource_list
|
413
407
|
],
|
414
408
|
),
|
415
|
-
workflow_dump=
|
416
|
-
|
417
|
-
timestamp_created=_encode_as_utc(workflow.timestamp_created),
|
418
|
-
),
|
419
|
-
project_dump=dict(
|
420
|
-
**project.model_dump(exclude={"user_list", "timestamp_created"}),
|
421
|
-
timestamp_created=_encode_as_utc(project.timestamp_created),
|
422
|
-
),
|
409
|
+
workflow_dump=json.loads(workflow.json(exclude={"task_list"})),
|
410
|
+
project_dump=json.loads(project.json(exclude={"user_list"})),
|
423
411
|
**apply_workflow.dict(),
|
424
412
|
)
|
425
413
|
|
{fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/routes/api/v2/submit.py
RENAMED
@@ -1,6 +1,5 @@
|
|
1
|
+
import json
|
1
2
|
import os
|
2
|
-
from datetime import datetime
|
3
|
-
from datetime import timezone
|
4
3
|
from pathlib import Path
|
5
4
|
from typing import Optional
|
6
5
|
|
@@ -37,10 +36,6 @@ from fractal_server.app.routes.api.v2._aux_functions_tasks import (
|
|
37
36
|
from fractal_server.app.routes.auth import current_active_verified_user
|
38
37
|
|
39
38
|
|
40
|
-
def _encode_as_utc(dt: datetime):
|
41
|
-
return dt.replace(tzinfo=timezone.utc).isoformat()
|
42
|
-
|
43
|
-
|
44
39
|
router = APIRouter()
|
45
40
|
logger = set_logger(__name__)
|
46
41
|
|
@@ -164,20 +159,9 @@ async def apply_workflow(
|
|
164
159
|
dataset_id=dataset_id,
|
165
160
|
workflow_id=workflow_id,
|
166
161
|
user_email=user.email,
|
167
|
-
dataset_dump=
|
168
|
-
|
169
|
-
|
170
|
-
),
|
171
|
-
timestamp_created=_encode_as_utc(dataset.timestamp_created),
|
172
|
-
),
|
173
|
-
workflow_dump=dict(
|
174
|
-
**workflow.model_dump(exclude={"task_list", "timestamp_created"}),
|
175
|
-
timestamp_created=_encode_as_utc(workflow.timestamp_created),
|
176
|
-
),
|
177
|
-
project_dump=dict(
|
178
|
-
**project.model_dump(exclude={"user_list", "timestamp_created"}),
|
179
|
-
timestamp_created=_encode_as_utc(project.timestamp_created),
|
180
|
-
),
|
162
|
+
dataset_dump=json.loads(dataset.json(exclude={"images", "history"})),
|
163
|
+
workflow_dump=json.loads(workflow.json(exclude={"task_list"})),
|
164
|
+
project_dump=json.loads(project.json(exclude={"user_list"})),
|
181
165
|
**job_create.dict(),
|
182
166
|
)
|
183
167
|
|
@@ -1500,7 +1500,11 @@ class FractalSlurmSSHExecutor(SlurmExecutor):
|
|
1500
1500
|
logger.info("[FractalSlurmSSHExecutor.ssh_handshake] START")
|
1501
1501
|
cmd = f"{self.python_remote} -m fractal_server.app.runner.versions"
|
1502
1502
|
stdout = self.fractal_ssh.run_command(cmd=cmd)
|
1503
|
-
|
1503
|
+
try:
|
1504
|
+
remote_versions = json.loads(stdout.strip("\n"))
|
1505
|
+
except json.decoder.JSONDecodeError as e:
|
1506
|
+
logger.error("Fractal server versions not available")
|
1507
|
+
raise e
|
1504
1508
|
|
1505
1509
|
# Check compatibility with local versions
|
1506
1510
|
local_versions = get_versions()
|
@@ -1,16 +1,17 @@
|
|
1
1
|
"""TaskGroup Activity and venv-info to TaskGroup
|
2
2
|
|
3
|
-
Revision ID:
|
3
|
+
Revision ID: d256a7379ab8
|
4
4
|
Revises: 19eca0dd47a9
|
5
|
-
Create Date: 2024-11-
|
5
|
+
Create Date: 2024-11-20 15:01:52.659832
|
6
6
|
|
7
7
|
"""
|
8
8
|
import sqlalchemy as sa
|
9
9
|
import sqlmodel
|
10
10
|
from alembic import op
|
11
|
+
from sqlalchemy.dialects import postgresql
|
11
12
|
|
12
13
|
# revision identifiers, used by Alembic.
|
13
|
-
revision = "
|
14
|
+
revision = "d256a7379ab8"
|
14
15
|
down_revision = "19eca0dd47a9"
|
15
16
|
branch_labels = None
|
16
17
|
depends_on = None
|
@@ -71,6 +72,7 @@ def upgrade() -> None:
|
|
71
72
|
sa.Column(
|
72
73
|
"timestamp_last_used",
|
73
74
|
sa.DateTime(timezone=True),
|
75
|
+
server_default="2024-11-20T00:00:00+00:00",
|
74
76
|
nullable=False,
|
75
77
|
)
|
76
78
|
)
|
@@ -91,12 +93,14 @@ def downgrade() -> None:
|
|
91
93
|
sa.Column("id", sa.INTEGER(), autoincrement=True, nullable=False),
|
92
94
|
sa.Column(
|
93
95
|
"data",
|
94
|
-
|
96
|
+
postgresql.JSON(astext_type=sa.Text()),
|
97
|
+
autoincrement=False,
|
95
98
|
nullable=True,
|
96
99
|
),
|
97
100
|
sa.Column(
|
98
101
|
"timestamp",
|
99
|
-
|
102
|
+
postgresql.TIMESTAMP(timezone=True),
|
103
|
+
autoincrement=False,
|
100
104
|
nullable=True,
|
101
105
|
),
|
102
106
|
sa.Column(
|
{fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/tasks/v2/local/deactivate.py
RENAMED
@@ -109,11 +109,12 @@ def deactivate_local(
|
|
109
109
|
),
|
110
110
|
logger_name=LOGGER_NAME,
|
111
111
|
)
|
112
|
+
|
113
|
+
# Update pip-freeze data
|
112
114
|
pip_freeze_stdout = _customize_and_run_template(
|
113
115
|
template_filename="3_pip_freeze.sh",
|
114
116
|
**common_args,
|
115
117
|
)
|
116
|
-
# Update pip-freeze data
|
117
118
|
logger.info("Add pip freeze stdout to TaskGroupV2 - start")
|
118
119
|
activity.log = get_current_log(log_file_path)
|
119
120
|
activity = add_commit_refresh(obj=activity, db=db)
|
@@ -119,10 +119,13 @@ def deactivate_ssh(
|
|
119
119
|
python_bin="/not/applicable",
|
120
120
|
)
|
121
121
|
|
122
|
-
#
|
122
|
+
# Define script_dir_remote and create it if missing
|
123
123
|
script_dir_remote = (
|
124
124
|
Path(task_group.path) / SCRIPTS_SUBFOLDER
|
125
125
|
).as_posix()
|
126
|
+
fractal_ssh.mkdir(folder=script_dir_remote, parents=True)
|
127
|
+
|
128
|
+
# Prepare arguments for `_customize_and_run_template`
|
126
129
|
common_args = dict(
|
127
130
|
replacements=replacements,
|
128
131
|
script_dir_local=(
|
@@ -128,10 +128,13 @@ def reactivate_ssh(
|
|
128
128
|
("__PIP_FREEZE_FILE__", pip_freeze_file_remote)
|
129
129
|
)
|
130
130
|
|
131
|
-
#
|
131
|
+
# Define script_dir_remote and create it if missing
|
132
132
|
script_dir_remote = (
|
133
133
|
Path(task_group.path) / SCRIPTS_SUBFOLDER
|
134
134
|
).as_posix()
|
135
|
+
fractal_ssh.mkdir(folder=script_dir_remote, parents=True)
|
136
|
+
|
137
|
+
# Prepare common arguments for `_customize_and_run_template`
|
135
138
|
common_args = dict(
|
136
139
|
replacements=replacements,
|
137
140
|
script_dir_local=(
|
@@ -1,6 +1,6 @@
|
|
1
1
|
[tool.poetry]
|
2
2
|
name = "fractal-server"
|
3
|
-
version = "2.9.
|
3
|
+
version = "2.9.0a7"
|
4
4
|
description = "Server component of the Fractal analytics platform"
|
5
5
|
authors = [
|
6
6
|
"Tommaso Comparin <tommaso.comparin@exact-lab.it>",
|
@@ -86,7 +86,7 @@ filterwarnings = [
|
|
86
86
|
]
|
87
87
|
|
88
88
|
[tool.bumpver]
|
89
|
-
current_version = "2.9.
|
89
|
+
current_version = "2.9.0a7"
|
90
90
|
version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]"
|
91
91
|
commit_message = "bump version {old_version} -> {new_version}"
|
92
92
|
commit = true
|
@@ -1 +0,0 @@
|
|
1
|
-
__VERSION__ = "2.9.0a5"
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/models/linkusergroup.py
RENAMED
File without changes
|
{fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/models/linkuserproject.py
RENAMED
File without changes
|
File without changes
|
{fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/models/user_settings.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/models/v2/workflowtask.py
RENAMED
File without changes
|
File without changes
|
{fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/routes/admin/__init__.py
RENAMED
File without changes
|
File without changes
|
{fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/routes/admin/v2/__init__.py
RENAMED
File without changes
|
File without changes
|
{fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/routes/admin/v2/project.py
RENAMED
File without changes
|
{fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/routes/admin/v2/task.py
RENAMED
File without changes
|
{fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/routes/admin/v2/task_group.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/routes/api/v1/__init__.py
RENAMED
File without changes
|
{fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/routes/api/v1/_aux_functions.py
RENAMED
File without changes
|
{fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/routes/api/v1/dataset.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/routes/api/v1/workflow.py
RENAMED
File without changes
|
{fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/routes/api/v1/workflowtask.py
RENAMED
File without changes
|
{fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/routes/api/v2/__init__.py
RENAMED
File without changes
|
{fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/routes/api/v2/_aux_functions.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/routes/api/v2/dataset.py
RENAMED
File without changes
|
{fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/routes/api/v2/images.py
RENAMED
File without changes
|
File without changes
|
{fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/routes/api/v2/project.py
RENAMED
File without changes
|
{fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/routes/api/v2/status.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/routes/api/v2/task_group.py
RENAMED
File without changes
|
File without changes
|
{fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/routes/api/v2/workflow.py
RENAMED
File without changes
|
File without changes
|
{fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/routes/api/v2/workflowtask.py
RENAMED
File without changes
|
{fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/routes/auth/__init__.py
RENAMED
File without changes
|
{fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/routes/auth/_aux_auth.py
RENAMED
File without changes
|
{fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/routes/auth/current_user.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/routes/auth/register.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/runner/compress_folder.py
RENAMED
File without changes
|
File without changes
|
{fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/runner/executors/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/runner/extract_archive.py
RENAMED
File without changes
|
File without changes
|
{fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/runner/run_subprocess.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/runner/v1/_local/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/runner/v1/_local/executor.py
RENAMED
File without changes
|
{fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/runner/v1/_slurm/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/runner/v1/handle_failed_job.py
RENAMED
File without changes
|
File without changes
|
{fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/runner/v2/_local/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/runner/v2/_local/executor.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/runner/v2/deduplicate_list.py
RENAMED
File without changes
|
{fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/runner/v2/handle_failed_job.py
RENAMED
File without changes
|
{fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/runner/v2/merge_outputs.py
RENAMED
File without changes
|
File without changes
|
{fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/runner/v2/runner_functions.py
RENAMED
File without changes
|
File without changes
|
{fractal_server-2.9.0a5 → fractal_server-2.9.0a7}/fractal_server/app/runner/v2/task_interface.py
RENAMED
File without changes
|