fractal-server 2.15.0a1__tar.gz → 2.15.0a2__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.15.0a1 → fractal_server-2.15.0a2}/PKG-INFO +1 -1
- fractal_server-2.15.0a2/fractal_server/__init__.py +1 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/tasks/v2/local/collect_pixi.py +4 -4
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/tasks/v2/local/reactivate_pixi.py +50 -30
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/pyproject.toml +2 -2
- fractal_server-2.15.0a1/fractal_server/__init__.py +0 -1
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/LICENSE +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/README.md +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/__main__.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/alembic.ini +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/__init__.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/db/__init__.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/models/__init__.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/models/linkusergroup.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/models/linkuserproject.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/models/security.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/models/user_settings.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/models/v2/__init__.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/models/v2/accounting.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/models/v2/dataset.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/models/v2/history.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/models/v2/job.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/models/v2/project.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/models/v2/task.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/models/v2/task_group.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/models/v2/workflow.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/models/v2/workflowtask.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/routes/__init__.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/routes/admin/__init__.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/routes/admin/v2/__init__.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/routes/admin/v2/accounting.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/routes/admin/v2/impersonate.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/routes/admin/v2/job.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/routes/admin/v2/project.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/routes/admin/v2/task.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/routes/admin/v2/task_group.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/routes/admin/v2/task_group_lifecycle.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/routes/api/__init__.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/routes/api/v2/__init__.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/routes/api/v2/_aux_functions.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/routes/api/v2/_aux_functions_history.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/routes/api/v2/_aux_functions_task_lifecycle.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/routes/api/v2/_aux_functions_task_version_update.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/routes/api/v2/_aux_functions_tasks.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/routes/api/v2/_aux_task_group_disambiguation.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/routes/api/v2/dataset.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/routes/api/v2/history.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/routes/api/v2/images.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/routes/api/v2/job.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/routes/api/v2/pre_submission_checks.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/routes/api/v2/project.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/routes/api/v2/status_legacy.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/routes/api/v2/submit.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/routes/api/v2/task.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/routes/api/v2/task_collection.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/routes/api/v2/task_collection_custom.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/routes/api/v2/task_collection_pixi.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/routes/api/v2/task_group.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/routes/api/v2/task_group_lifecycle.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/routes/api/v2/task_version_update.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/routes/api/v2/workflow.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/routes/api/v2/workflow_import.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/routes/api/v2/workflowtask.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/routes/auth/__init__.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/routes/auth/_aux_auth.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/routes/auth/current_user.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/routes/auth/group.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/routes/auth/login.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/routes/auth/oauth.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/routes/auth/register.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/routes/auth/router.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/routes/auth/users.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/routes/aux/__init__.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/routes/aux/_job.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/routes/aux/_runner.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/routes/aux/validate_user_settings.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/routes/pagination.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/runner/__init__.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/runner/components.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/runner/exceptions.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/runner/executors/__init__.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/runner/executors/base_runner.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/runner/executors/call_command_wrapper.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/runner/executors/local/__init__.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/runner/executors/local/get_local_config.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/runner/executors/local/runner.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/runner/executors/slurm_common/__init__.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/runner/executors/slurm_common/_batching.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/runner/executors/slurm_common/_job_states.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/runner/executors/slurm_common/_slurm_config.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/runner/executors/slurm_common/base_slurm_runner.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/runner/executors/slurm_common/get_slurm_config.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/runner/executors/slurm_common/remote.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/runner/executors/slurm_common/slurm_job_task_models.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/runner/executors/slurm_ssh/__init__.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/runner/executors/slurm_ssh/run_subprocess.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/runner/executors/slurm_ssh/runner.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/runner/executors/slurm_ssh/tar_commands.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/runner/executors/slurm_sudo/__init__.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/runner/executors/slurm_sudo/_subprocess_run_as_user.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/runner/executors/slurm_sudo/runner.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/runner/filenames.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/runner/set_start_and_last_task_index.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/runner/shutdown.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/runner/task_files.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/runner/v2/__init__.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/runner/v2/_local.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/runner/v2/_slurm_ssh.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/runner/v2/_slurm_sudo.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/runner/v2/db_tools.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/runner/v2/deduplicate_list.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/runner/v2/merge_outputs.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/runner/v2/runner.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/runner/v2/runner_functions.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/runner/v2/submit_workflow.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/runner/v2/task_interface.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/runner/versions.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/schemas/__init__.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/schemas/user.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/schemas/user_group.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/schemas/user_settings.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/schemas/v2/__init__.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/schemas/v2/accounting.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/schemas/v2/dataset.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/schemas/v2/dumps.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/schemas/v2/history.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/schemas/v2/job.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/schemas/v2/manifest.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/schemas/v2/project.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/schemas/v2/status_legacy.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/schemas/v2/task.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/schemas/v2/task_collection.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/schemas/v2/task_group.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/schemas/v2/workflow.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/schemas/v2/workflowtask.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/security/__init__.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/security/signup_email.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/user_settings.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/config.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/data_migrations/2_14_10.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/data_migrations/README.md +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/data_migrations/tools.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/exceptions.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/gunicorn_fractal.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/images/__init__.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/images/models.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/images/status_tools.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/images/tools.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/logger.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/main.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/migrations/env.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/migrations/naming_convention.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/migrations/versions/034a469ec2eb_task_groups.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/migrations/versions/091b01f51f88_add_usergroup_and_linkusergroup_table.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/migrations/versions/19eca0dd47a9_user_settings_project_dir.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/migrations/versions/1eac13a26c83_drop_v1_tables.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/migrations/versions/316140ff7ee1_remove_usersettings_cache_dir.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/migrations/versions/47351f8c7ebc_drop_dataset_filters.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/migrations/versions/4c308bcaea2b_add_task_args_schema_and_task_args_.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/migrations/versions/4cedeb448a53_workflowtask_foreign_keys_not_nullables.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/migrations/versions/501961cfcd85_remove_link_between_v1_and_v2_tasks_.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/migrations/versions/50a13d6138fd_initial_schema.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/migrations/versions/5bf02391cfef_v2.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/migrations/versions/70e77f1c38b0_add_applyworkflow_first_task_index_and_.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/migrations/versions/71eefd1dd202_add_slurm_accounts.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/migrations/versions/791ce783d3d8_add_indices.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/migrations/versions/84bf0fffde30_add_dumps_to_applyworkflow.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/migrations/versions/8e8f227a3e36_update_taskv2_post_2_7_0.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/migrations/versions/8f79bd162e35_add_docs_info_and_docs_link_to_task_.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/migrations/versions/94a47ea2d3ff_remove_cache_dir_slurm_user_and_slurm_.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/migrations/versions/969d84257cac_add_historyrun_task_id.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/migrations/versions/97f444d47249_add_applyworkflow_project_dump.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/migrations/versions/99ea79d9e5d2_add_dataset_history.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/migrations/versions/9c5ae74c9b98_add_user_settings_table.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/migrations/versions/9db60297b8b2_set_ondelete.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/migrations/versions/9fd26a2b0de4_add_workflow_timestamp_created.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/migrations/versions/a7f4d6137b53_add_workflow_dump_to_applyworkflow.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/migrations/versions/af1ef1c83c9b_add_accounting_tables.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/migrations/versions/af8673379a5c_drop_old_filter_columns.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/migrations/versions/b1e7f7a1ff71_task_group_for_pixi.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/migrations/versions/c90a7c76e996_job_id_in_history_run.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/migrations/versions/d256a7379ab8_taskgroup_activity_and_venv_info_to_.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/migrations/versions/d4fe3708d309_make_applyworkflow_workflow_dump_non_.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/migrations/versions/da2cb2ac4255_user_group_viewer_paths.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/migrations/versions/db09233ad13a_split_filters_and_keep_old_columns.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/migrations/versions/e75cac726012_make_applyworkflow_start_timestamp_not_.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/migrations/versions/e81103413827_add_job_type_filters.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/migrations/versions/efa89c30e0a4_add_project_timestamp_created.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/migrations/versions/f37aceb45062_make_historyunit_logfile_required.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/migrations/versions/f384e1c0cf5d_drop_task_default_args_columns.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/migrations/versions/fbce16ff4e47_new_history_items.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/py.typed +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/ssh/__init__.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/ssh/_fabric.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/string_tools.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/syringe.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/tasks/__init__.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/tasks/utils.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/tasks/v2/__init__.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/tasks/v2/local/__init__.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/tasks/v2/local/_utils.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/tasks/v2/local/collect.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/tasks/v2/local/deactivate.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/tasks/v2/local/deactivate_pixi.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/tasks/v2/local/reactivate.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/tasks/v2/ssh/__init__.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/tasks/v2/ssh/_utils.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/tasks/v2/ssh/collect.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/tasks/v2/ssh/collect_pixi.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/tasks/v2/ssh/deactivate.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/tasks/v2/ssh/deactivate_pixi.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/tasks/v2/ssh/reactivate.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/tasks/v2/ssh/reactivate_pixi.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/tasks/v2/templates/1_create_venv.sh +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/tasks/v2/templates/2_pip_install.sh +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/tasks/v2/templates/3_pip_freeze.sh +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/tasks/v2/templates/4_pip_show.sh +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/tasks/v2/templates/5_get_venv_size_and_file_number.sh +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/tasks/v2/templates/6_pip_install_from_freeze.sh +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/tasks/v2/templates/pixi_1_extract.sh +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/tasks/v2/templates/pixi_2_install.sh +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/tasks/v2/templates/pixi_3_post_install.sh +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/tasks/v2/utils_background.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/tasks/v2/utils_database.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/tasks/v2/utils_package_names.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/tasks/v2/utils_pixi.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/tasks/v2/utils_python_interpreter.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/tasks/v2/utils_templates.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/types/__init__.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/types/validators/__init__.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/types/validators/_common_validators.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/types/validators/_filter_validators.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/types/validators/_workflow_task_arguments_validators.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/urls.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/utils.py +0 -0
- {fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/zip_tools.py +0 -0
@@ -0,0 +1 @@
|
|
1
|
+
__VERSION__ = "2.15.0a2"
|
{fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/tasks/v2/local/collect_pixi.py
RENAMED
@@ -73,9 +73,6 @@ def collect_local_pixi(
|
|
73
73
|
)
|
74
74
|
return
|
75
75
|
|
76
|
-
# Set `pixi_home`
|
77
|
-
pixi_home = settings.pixi.versions[task_group.pixi_version]
|
78
|
-
|
79
76
|
try:
|
80
77
|
Path(task_group.path).mkdir(parents=True)
|
81
78
|
logger.info(f"Created {task_group.path}")
|
@@ -90,7 +87,10 @@ def collect_local_pixi(
|
|
90
87
|
|
91
88
|
common_args = dict(
|
92
89
|
replacements={
|
93
|
-
(
|
90
|
+
(
|
91
|
+
"__PIXI_HOME__",
|
92
|
+
settings.pixi.versions[task_group.pixi_version],
|
93
|
+
),
|
94
94
|
("__PACKAGE_DIR__", task_group.path),
|
95
95
|
("__TAR_GZ_PATH__", archive_path),
|
96
96
|
(
|
{fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/tasks/v2/local/reactivate_pixi.py
RENAMED
@@ -1,6 +1,5 @@
|
|
1
|
-
import shlex
|
2
1
|
import shutil
|
3
|
-
import
|
2
|
+
import time
|
4
3
|
from pathlib import Path
|
5
4
|
from tempfile import TemporaryDirectory
|
6
5
|
|
@@ -9,13 +8,16 @@ from ..utils_background import fail_and_cleanup
|
|
9
8
|
from ..utils_background import get_activity_and_task_group
|
10
9
|
from ..utils_pixi import SOURCE_DIR_NAME
|
11
10
|
from fractal_server.app.db import get_sync_db
|
11
|
+
from fractal_server.app.schemas.v2 import TaskGroupActivityActionV2
|
12
12
|
from fractal_server.app.schemas.v2.task_group import TaskGroupActivityStatusV2
|
13
13
|
from fractal_server.config import get_settings
|
14
14
|
from fractal_server.logger import reset_logger_handlers
|
15
15
|
from fractal_server.logger import set_logger
|
16
16
|
from fractal_server.syringe import Inject
|
17
17
|
from fractal_server.tasks.utils import get_log_path
|
18
|
+
from fractal_server.tasks.v2.local._utils import _customize_and_run_template
|
18
19
|
from fractal_server.tasks.v2.utils_background import get_current_log
|
20
|
+
from fractal_server.tasks.v2.utils_templates import SCRIPTS_SUBFOLDER
|
19
21
|
from fractal_server.utils import get_timestamp
|
20
22
|
|
21
23
|
|
@@ -76,42 +78,60 @@ def reactivate_local_pixi(
|
|
76
78
|
activity.status = TaskGroupActivityStatusV2.ONGOING
|
77
79
|
activity = add_commit_refresh(obj=activity, db=db)
|
78
80
|
|
79
|
-
logger.debug("start - writing pixi
|
80
|
-
with
|
81
|
+
logger.debug(f"start - writing {source_dir}/pixi.lock")
|
82
|
+
with Path(source_dir, "pixi.lock").open("w") as f:
|
81
83
|
f.write(task_group.env_info)
|
82
|
-
logger.debug("end - writing pixi
|
84
|
+
logger.debug(f"end - writing {source_dir}/pixi.lock")
|
83
85
|
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
86
|
+
settings = Inject(get_settings)
|
87
|
+
common_args = dict(
|
88
|
+
replacements={
|
89
|
+
(
|
90
|
+
"__PIXI_HOME__",
|
91
|
+
settings.pixi.versions[task_group.pixi_version],
|
92
|
+
),
|
93
|
+
("__PACKAGE_DIR__", task_group.path),
|
94
|
+
("__TAR_GZ_PATH__", task_group.archive_path),
|
95
|
+
(
|
96
|
+
"__IMPORT_PACKAGE_NAME__",
|
97
|
+
task_group.pkg_name.replace("-", "_"),
|
98
|
+
),
|
99
|
+
("__SOURCE_DIR_NAME__", SOURCE_DIR_NAME),
|
100
|
+
("__FROZEN_OPTION__", "true"),
|
101
|
+
},
|
102
|
+
script_dir=Path(
|
103
|
+
task_group.path, SCRIPTS_SUBFOLDER
|
104
|
+
).as_posix(),
|
105
|
+
prefix=(
|
106
|
+
f"{int(time.time())}_"
|
107
|
+
f"{TaskGroupActivityActionV2.REACTIVATE}"
|
88
108
|
),
|
89
|
-
|
90
|
-
cwd=task_group.path,
|
109
|
+
logger_name=LOGGER_NAME,
|
91
110
|
)
|
92
111
|
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
encoding="utf-8",
|
98
|
-
cwd=task_group.path,
|
112
|
+
# Run script 1
|
113
|
+
_customize_and_run_template(
|
114
|
+
template_filename="pixi_1_extract.sh",
|
115
|
+
**common_args,
|
99
116
|
)
|
117
|
+
activity.log = get_current_log(log_file_path)
|
118
|
+
activity = add_commit_refresh(obj=activity, db=db)
|
100
119
|
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
logger.debug("start - pixi install")
|
106
|
-
subprocess.run( # nosec
|
107
|
-
shlex.split(
|
108
|
-
f"{pixi_bin} install "
|
109
|
-
f"--manifest-path {source_dir}/pyproject.toml --frozen"
|
110
|
-
),
|
111
|
-
encoding="utf-8",
|
112
|
-
cwd=task_group.path,
|
120
|
+
# Run script 2
|
121
|
+
_customize_and_run_template(
|
122
|
+
template_filename="pixi_2_install.sh",
|
123
|
+
**common_args,
|
113
124
|
)
|
114
|
-
|
125
|
+
activity.log = get_current_log(log_file_path)
|
126
|
+
activity = add_commit_refresh(obj=activity, db=db)
|
127
|
+
|
128
|
+
# Run script 3
|
129
|
+
_customize_and_run_template(
|
130
|
+
template_filename="pixi_3_post_install.sh",
|
131
|
+
**common_args,
|
132
|
+
)
|
133
|
+
activity.log = get_current_log(log_file_path)
|
134
|
+
activity = add_commit_refresh(obj=activity, db=db)
|
115
135
|
|
116
136
|
activity.log = get_current_log(log_file_path)
|
117
137
|
activity.status = TaskGroupActivityStatusV2.OK
|
@@ -1,6 +1,6 @@
|
|
1
1
|
[project]
|
2
2
|
name = "fractal-server"
|
3
|
-
version = "2.15.
|
3
|
+
version = "2.15.0a2"
|
4
4
|
description = "Backend component of the Fractal analytics platform"
|
5
5
|
authors = [
|
6
6
|
{ name="Tommaso Comparin", email="tommaso.comparin@exact-lab.it" },
|
@@ -94,7 +94,7 @@ filterwarnings = [
|
|
94
94
|
markers = ["container", "ssh"]
|
95
95
|
|
96
96
|
[tool.bumpver]
|
97
|
-
current_version = "2.15.
|
97
|
+
current_version = "2.15.0a2"
|
98
98
|
version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]"
|
99
99
|
commit_message = "bump version {old_version} -> {new_version}"
|
100
100
|
commit = true
|
@@ -1 +0,0 @@
|
|
1
|
-
__VERSION__ = "2.15.0a1"
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/models/linkusergroup.py
RENAMED
File without changes
|
{fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/models/linkuserproject.py
RENAMED
File without changes
|
File without changes
|
{fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/models/user_settings.py
RENAMED
File without changes
|
{fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/models/v2/__init__.py
RENAMED
File without changes
|
{fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/models/v2/accounting.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/models/v2/task_group.py
RENAMED
File without changes
|
{fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/models/v2/workflow.py
RENAMED
File without changes
|
{fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/models/v2/workflowtask.py
RENAMED
File without changes
|
File without changes
|
{fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/routes/admin/__init__.py
RENAMED
File without changes
|
{fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/routes/admin/v2/__init__.py
RENAMED
File without changes
|
{fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/routes/admin/v2/accounting.py
RENAMED
File without changes
|
File without changes
|
{fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/routes/admin/v2/job.py
RENAMED
File without changes
|
{fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/routes/admin/v2/project.py
RENAMED
File without changes
|
{fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/routes/admin/v2/task.py
RENAMED
File without changes
|
{fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/routes/admin/v2/task_group.py
RENAMED
File without changes
|
File without changes
|
{fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/routes/api/__init__.py
RENAMED
File without changes
|
{fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/routes/api/v2/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/routes/api/v2/dataset.py
RENAMED
File without changes
|
{fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/routes/api/v2/history.py
RENAMED
File without changes
|
{fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/routes/api/v2/images.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/routes/api/v2/project.py
RENAMED
File without changes
|
File without changes
|
{fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/routes/api/v2/submit.py
RENAMED
File without changes
|
{fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/routes/api/v2/task.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/routes/api/v2/task_group.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/routes/api/v2/workflow.py
RENAMED
File without changes
|
File without changes
|
{fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/routes/api/v2/workflowtask.py
RENAMED
File without changes
|
{fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/routes/auth/__init__.py
RENAMED
File without changes
|
{fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/routes/auth/_aux_auth.py
RENAMED
File without changes
|
{fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/routes/auth/current_user.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/routes/auth/register.py
RENAMED
File without changes
|
{fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/routes/auth/router.py
RENAMED
File without changes
|
File without changes
|
{fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/routes/aux/__init__.py
RENAMED
File without changes
|
File without changes
|
{fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/routes/aux/_runner.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/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
|
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.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/runner/v2/__init__.py
RENAMED
File without changes
|
File without changes
|
{fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/runner/v2/_slurm_ssh.py
RENAMED
File without changes
|
{fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/runner/v2/_slurm_sudo.py
RENAMED
File without changes
|
{fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/runner/v2/db_tools.py
RENAMED
File without changes
|
{fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/runner/v2/deduplicate_list.py
RENAMED
File without changes
|
{fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/runner/v2/merge_outputs.py
RENAMED
File without changes
|
File without changes
|
{fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/runner/v2/runner_functions.py
RENAMED
File without changes
|
{fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/runner/v2/submit_workflow.py
RENAMED
File without changes
|
{fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/runner/v2/task_interface.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/schemas/user_group.py
RENAMED
File without changes
|
{fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/schemas/user_settings.py
RENAMED
File without changes
|
{fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/schemas/v2/__init__.py
RENAMED
File without changes
|
{fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/schemas/v2/accounting.py
RENAMED
File without changes
|
{fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/schemas/v2/dataset.py
RENAMED
File without changes
|
File without changes
|
{fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/schemas/v2/history.py
RENAMED
File without changes
|
File without changes
|
{fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/schemas/v2/manifest.py
RENAMED
File without changes
|
{fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/schemas/v2/project.py
RENAMED
File without changes
|
{fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/schemas/v2/status_legacy.py
RENAMED
File without changes
|
File without changes
|
{fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/schemas/v2/task_collection.py
RENAMED
File without changes
|
{fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/schemas/v2/task_group.py
RENAMED
File without changes
|
{fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/schemas/v2/workflow.py
RENAMED
File without changes
|
{fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/schemas/v2/workflowtask.py
RENAMED
File without changes
|
File without changes
|
{fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/app/security/signup_email.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/data_migrations/2_14_10.py
RENAMED
File without changes
|
{fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/data_migrations/README.md
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.15.0a1 → fractal_server-2.15.0a2}/fractal_server/migrations/naming_convention.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
|
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
|
{fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/tasks/v2/local/__init__.py
RENAMED
File without changes
|
File without changes
|
{fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/tasks/v2/local/collect.py
RENAMED
File without changes
|
{fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/tasks/v2/local/deactivate.py
RENAMED
File without changes
|
{fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/tasks/v2/local/deactivate_pixi.py
RENAMED
File without changes
|
{fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/tasks/v2/local/reactivate.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/tasks/v2/ssh/collect_pixi.py
RENAMED
File without changes
|
{fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/tasks/v2/ssh/deactivate.py
RENAMED
File without changes
|
{fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/tasks/v2/ssh/deactivate_pixi.py
RENAMED
File without changes
|
{fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/tasks/v2/ssh/reactivate.py
RENAMED
File without changes
|
{fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/tasks/v2/ssh/reactivate_pixi.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/tasks/v2/templates/4_pip_show.sh
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/tasks/v2/utils_background.py
RENAMED
File without changes
|
{fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/tasks/v2/utils_database.py
RENAMED
File without changes
|
{fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/tasks/v2/utils_package_names.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/tasks/v2/utils_templates.py
RENAMED
File without changes
|
File without changes
|
{fractal_server-2.15.0a1 → fractal_server-2.15.0a2}/fractal_server/types/validators/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|