fractal-server 2.18.3a1__tar.gz → 2.18.4__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.18.4/LICENSE +29 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/PKG-INFO +2 -1
- fractal_server-2.18.4/fractal_server/__init__.py +1 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/app/routes/auth/oauth.py +27 -1
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/config/_oauth.py +6 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/pyproject.toml +4 -2
- fractal_server-2.18.3a1/fractal_server/__init__.py +0 -1
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/README.md +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/__main__.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/alembic.ini +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/app/__init__.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/app/db/__init__.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/app/models/__init__.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/app/models/linkusergroup.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/app/models/linkuserproject.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/app/models/security.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/app/models/v2/__init__.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/app/models/v2/accounting.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/app/models/v2/dataset.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/app/models/v2/history.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/app/models/v2/job.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/app/models/v2/profile.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/app/models/v2/project.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/app/models/v2/resource.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/app/models/v2/task.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/app/models/v2/task_group.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/app/models/v2/workflow.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/app/models/v2/workflowtask.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/app/routes/__init__.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/app/routes/admin/__init__.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/app/routes/admin/v2/__init__.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/app/routes/admin/v2/_aux_functions.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/app/routes/admin/v2/accounting.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/app/routes/admin/v2/impersonate.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/app/routes/admin/v2/job.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/app/routes/admin/v2/profile.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/app/routes/admin/v2/resource.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/app/routes/admin/v2/sharing.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/app/routes/admin/v2/task.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/app/routes/admin/v2/task_group.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/app/routes/admin/v2/task_group_lifecycle.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/app/routes/api/__init__.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/app/routes/api/v2/__init__.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/app/routes/api/v2/_aux_functions.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/app/routes/api/v2/_aux_functions_history.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/app/routes/api/v2/_aux_functions_sharing.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/app/routes/api/v2/_aux_functions_task_lifecycle.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/app/routes/api/v2/_aux_functions_task_version_update.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/app/routes/api/v2/_aux_functions_tasks.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/app/routes/api/v2/_aux_task_group_disambiguation.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/app/routes/api/v2/dataset.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/app/routes/api/v2/history.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/app/routes/api/v2/images.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/app/routes/api/v2/job.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/app/routes/api/v2/pre_submission_checks.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/app/routes/api/v2/project.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/app/routes/api/v2/sharing.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/app/routes/api/v2/status_legacy.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/app/routes/api/v2/submit.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/app/routes/api/v2/task.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/app/routes/api/v2/task_collection.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/app/routes/api/v2/task_collection_custom.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/app/routes/api/v2/task_collection_pixi.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/app/routes/api/v2/task_group.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/app/routes/api/v2/task_group_lifecycle.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/app/routes/api/v2/task_version_update.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/app/routes/api/v2/workflow.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/app/routes/api/v2/workflow_import.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/app/routes/api/v2/workflowtask.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/app/routes/auth/__init__.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/app/routes/auth/_aux_auth.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/app/routes/auth/current_user.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/app/routes/auth/group.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/app/routes/auth/login.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/app/routes/auth/register.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/app/routes/auth/router.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/app/routes/auth/users.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/app/routes/auth/viewer_paths.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/app/routes/aux/__init__.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/app/routes/aux/_job.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/app/routes/aux/_runner.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/app/routes/aux/validate_user_profile.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/app/routes/pagination.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/app/schemas/__init__.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/app/schemas/user.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/app/schemas/user_group.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/app/schemas/v2/__init__.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/app/schemas/v2/accounting.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/app/schemas/v2/dataset.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/app/schemas/v2/dumps.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/app/schemas/v2/history.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/app/schemas/v2/job.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/app/schemas/v2/manifest.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/app/schemas/v2/profile.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/app/schemas/v2/project.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/app/schemas/v2/resource.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/app/schemas/v2/sharing.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/app/schemas/v2/status_legacy.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/app/schemas/v2/task.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/app/schemas/v2/task_collection.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/app/schemas/v2/task_group.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/app/schemas/v2/workflow.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/app/schemas/v2/workflowtask.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/app/security/__init__.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/app/security/signup_email.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/app/shutdown.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/config/__init__.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/config/_data.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/config/_database.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/config/_email.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/config/_main.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/config/_settings_config.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/data_migrations/tools.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/exceptions.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/gunicorn_fractal.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/images/__init__.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/images/models.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/images/status_tools.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/images/tools.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/logger.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/main.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/migrations/env.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/migrations/naming_convention.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/migrations/versions/034a469ec2eb_task_groups.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/migrations/versions/068496367952_drop_taskgroup_venv_size_and_files_.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/migrations/versions/091b01f51f88_add_usergroup_and_linkusergroup_table.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/migrations/versions/0f5f85bb2ae7_add_pre_pinned_packages.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/migrations/versions/19eca0dd47a9_user_settings_project_dir.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/migrations/versions/1a83a5260664_rename.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/migrations/versions/1eac13a26c83_drop_v1_tables.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/migrations/versions/316140ff7ee1_remove_usersettings_cache_dir.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/migrations/versions/40d6d6511b20_add_index_to_history_models.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/migrations/versions/45fbb391d7af_make_resource_id_fk_non_nullable.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/migrations/versions/47351f8c7ebc_drop_dataset_filters.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/migrations/versions/49d0856e9569_drop_table.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/migrations/versions/4c308bcaea2b_add_task_args_schema_and_task_args_.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/migrations/versions/4cedeb448a53_workflowtask_foreign_keys_not_nullables.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/migrations/versions/501961cfcd85_remove_link_between_v1_and_v2_tasks_.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/migrations/versions/50a13d6138fd_initial_schema.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/migrations/versions/5bf02391cfef_v2.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/migrations/versions/70e77f1c38b0_add_applyworkflow_first_task_index_and_.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/migrations/versions/71eefd1dd202_add_slurm_accounts.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/migrations/versions/7673fe18c05d_remove_project_dir_server_default.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/migrations/versions/7910eed4cf97_user_project_dirs_and_usergroup_viewer_.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/migrations/versions/791ce783d3d8_add_indices.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/migrations/versions/83bc2ad3ffcc_2_17_0.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/migrations/versions/84bf0fffde30_add_dumps_to_applyworkflow.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/migrations/versions/88270f589c9b_add_prevent_new_submissions.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/migrations/versions/8e8f227a3e36_update_taskv2_post_2_7_0.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/migrations/versions/8f79bd162e35_add_docs_info_and_docs_link_to_task_.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/migrations/versions/94a47ea2d3ff_remove_cache_dir_slurm_user_and_slurm_.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/migrations/versions/969d84257cac_add_historyrun_task_id.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/migrations/versions/97f444d47249_add_applyworkflow_project_dump.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/migrations/versions/981d588fe248_add_executor_error_log.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/migrations/versions/99ea79d9e5d2_add_dataset_history.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/migrations/versions/9c5ae74c9b98_add_user_settings_table.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/migrations/versions/9db60297b8b2_set_ondelete.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/migrations/versions/9fd26a2b0de4_add_workflow_timestamp_created.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/migrations/versions/a7f4d6137b53_add_workflow_dump_to_applyworkflow.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/migrations/versions/af1ef1c83c9b_add_accounting_tables.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/migrations/versions/af8673379a5c_drop_old_filter_columns.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/migrations/versions/b1e7f7a1ff71_task_group_for_pixi.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/migrations/versions/b3ffb095f973_json_to_jsonb.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/migrations/versions/b7477cc98f45_2_18_1.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/migrations/versions/bc0e8b3327a7_project_sharing.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/migrations/versions/c90a7c76e996_job_id_in_history_run.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/migrations/versions/caba9fb1ea5e_drop_useroauth_user_settings_id.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/migrations/versions/d256a7379ab8_taskgroup_activity_and_venv_info_to_.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/migrations/versions/d4fe3708d309_make_applyworkflow_workflow_dump_non_.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/migrations/versions/da2cb2ac4255_user_group_viewer_paths.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/migrations/versions/db09233ad13a_split_filters_and_keep_old_columns.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/migrations/versions/e0e717ae2f26_delete_linkuserproject_ondelete_project.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/migrations/versions/e75cac726012_make_applyworkflow_start_timestamp_not_.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/migrations/versions/e81103413827_add_job_type_filters.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/migrations/versions/efa89c30e0a4_add_project_timestamp_created.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/migrations/versions/f0702066b007_one_submitted_job_per_dataset.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/migrations/versions/f37aceb45062_make_historyunit_logfile_required.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/migrations/versions/f384e1c0cf5d_drop_task_default_args_columns.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/migrations/versions/fbce16ff4e47_new_history_items.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/py.typed +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/runner/__init__.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/runner/components.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/runner/config/__init__.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/runner/config/_local.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/runner/config/_slurm.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/runner/config/slurm_mem_to_MB.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/runner/exceptions.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/runner/executors/__init__.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/runner/executors/base_runner.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/runner/executors/call_command_wrapper.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/runner/executors/local/__init__.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/runner/executors/local/get_local_config.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/runner/executors/local/runner.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/runner/executors/slurm_common/__init__.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/runner/executors/slurm_common/_batching.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/runner/executors/slurm_common/_job_states.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/runner/executors/slurm_common/base_slurm_runner.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/runner/executors/slurm_common/get_slurm_config.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/runner/executors/slurm_common/remote.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/runner/executors/slurm_common/slurm_config.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/runner/executors/slurm_common/slurm_job_task_models.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/runner/executors/slurm_ssh/__init__.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/runner/executors/slurm_ssh/run_subprocess.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/runner/executors/slurm_ssh/runner.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/runner/executors/slurm_ssh/tar_commands.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/runner/executors/slurm_sudo/__init__.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/runner/executors/slurm_sudo/_subprocess_run_as_user.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/runner/executors/slurm_sudo/runner.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/runner/filenames.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/runner/set_start_and_last_task_index.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/runner/task_files.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/runner/v2/__init__.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/runner/v2/_local.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/runner/v2/_slurm_ssh.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/runner/v2/_slurm_sudo.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/runner/v2/db_tools.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/runner/v2/deduplicate_list.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/runner/v2/merge_outputs.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/runner/v2/runner.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/runner/v2/runner_functions.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/runner/v2/submit_workflow.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/runner/v2/task_interface.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/runner/versions.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/ssh/__init__.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/ssh/_fabric.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/string_tools.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/syringe.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/tasks/__init__.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/tasks/config/__init__.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/tasks/config/_pixi.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/tasks/config/_python.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/tasks/utils.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/tasks/v2/__init__.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/tasks/v2/local/__init__.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/tasks/v2/local/_utils.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/tasks/v2/local/collect.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/tasks/v2/local/collect_pixi.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/tasks/v2/local/deactivate.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/tasks/v2/local/deactivate_pixi.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/tasks/v2/local/delete.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/tasks/v2/local/reactivate.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/tasks/v2/local/reactivate_pixi.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/tasks/v2/ssh/__init__.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/tasks/v2/ssh/_pixi_slurm_ssh.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/tasks/v2/ssh/_utils.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/tasks/v2/ssh/collect.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/tasks/v2/ssh/collect_pixi.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/tasks/v2/ssh/deactivate.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/tasks/v2/ssh/deactivate_pixi.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/tasks/v2/ssh/delete.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/tasks/v2/ssh/reactivate.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/tasks/v2/ssh/reactivate_pixi.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/tasks/v2/templates/1_create_venv.sh +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/tasks/v2/templates/2_pip_install.sh +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/tasks/v2/templates/3_pip_freeze.sh +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/tasks/v2/templates/4_pip_show.sh +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/tasks/v2/templates/5_pip_install_from_freeze.sh +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/tasks/v2/templates/pixi_1_extract.sh +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/tasks/v2/templates/pixi_2_install.sh +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/tasks/v2/templates/pixi_3_post_install.sh +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/tasks/v2/utils_background.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/tasks/v2/utils_database.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/tasks/v2/utils_package_names.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/tasks/v2/utils_pixi.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/tasks/v2/utils_python_interpreter.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/tasks/v2/utils_templates.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/types/__init__.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/types/validators/__init__.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/types/validators/_common_validators.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/types/validators/_filter_validators.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/types/validators/_workflow_task_arguments_validators.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/urls.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/utils.py +0 -0
- {fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/zip_tools.py +0 -0
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
BSD 3-Clause License
|
|
2
|
+
|
|
3
|
+
Copyright 2022 (C) Friedrich Miescher Institute for Biomedical Research and University of Zurich
|
|
4
|
+
All rights reserved.
|
|
5
|
+
|
|
6
|
+
Redistribution and use in source and binary forms, with or without
|
|
7
|
+
modification, are permitted provided that the following conditions are met:
|
|
8
|
+
|
|
9
|
+
* Redistributions of source code must retain the above copyright notice, this
|
|
10
|
+
list of conditions and the following disclaimer.
|
|
11
|
+
|
|
12
|
+
* Redistributions in binary form must reproduce the above copyright notice,
|
|
13
|
+
this list of conditions and the following disclaimer in the documentation
|
|
14
|
+
and/or other materials provided with the distribution.
|
|
15
|
+
|
|
16
|
+
* Neither the name of the copyright holder nor the names of its
|
|
17
|
+
contributors may be used to endorse or promote products derived from
|
|
18
|
+
this software without specific prior written permission.
|
|
19
|
+
|
|
20
|
+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
|
|
21
|
+
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
22
|
+
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
|
23
|
+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
|
|
24
|
+
FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
25
|
+
DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
|
26
|
+
SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
|
|
27
|
+
CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
|
|
28
|
+
OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
|
|
29
|
+
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: fractal-server
|
|
3
|
-
Version: 2.18.
|
|
3
|
+
Version: 2.18.4
|
|
4
4
|
Summary: Backend component of the Fractal analytics platform
|
|
5
5
|
Author: Tommaso Comparin, Marco Franzon, Yuri Chiucconi, Jacopo Nespolo
|
|
6
6
|
Author-email: Tommaso Comparin <tommaso.comparin@exact-lab.it>, Marco Franzon <marco.franzon@exact-lab.it>, Yuri Chiucconi <yuri.chiucconi@exact-lab.it>, Jacopo Nespolo <jacopo.nespolo@exact-lab.it>
|
|
7
7
|
License-Expression: BSD-3-Clause
|
|
8
|
+
License-File: LICENSE
|
|
8
9
|
Requires-Dist: fastapi>=0.120.0,<0.121.0
|
|
9
10
|
Requires-Dist: sqlmodel==0.0.27
|
|
10
11
|
Requires-Dist: sqlalchemy[asyncio]>=2.0.23,<2.1
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
__VERSION__ = "2.18.4"
|
|
@@ -3,6 +3,8 @@ from httpx_oauth.clients.github import GitHubOAuth2
|
|
|
3
3
|
from httpx_oauth.clients.google import GoogleOAuth2
|
|
4
4
|
from httpx_oauth.clients.openid import OpenID
|
|
5
5
|
from httpx_oauth.clients.openid import OpenIDConfigurationError
|
|
6
|
+
from httpx_oauth.exceptions import GetIdEmailError
|
|
7
|
+
from httpx_oauth.exceptions import GetProfileError
|
|
6
8
|
|
|
7
9
|
from fractal_server.config import OAuthSettings
|
|
8
10
|
from fractal_server.config import get_oauth_settings
|
|
@@ -13,6 +15,29 @@ from . import cookie_backend
|
|
|
13
15
|
from . import fastapi_users
|
|
14
16
|
|
|
15
17
|
|
|
18
|
+
class FractalOpenID(OpenID):
|
|
19
|
+
"""
|
|
20
|
+
Subclass of `httpx_oauth.clients.openid.OpenID` with customizable name for
|
|
21
|
+
the `"email"` claim.
|
|
22
|
+
"""
|
|
23
|
+
|
|
24
|
+
def __init__(self, *, email_claim: str, **kwargs):
|
|
25
|
+
super().__init__(**kwargs)
|
|
26
|
+
self.email_claim = email_claim
|
|
27
|
+
|
|
28
|
+
# TODO-requires-py312: add `@override` decorator
|
|
29
|
+
async def get_id_email(self, token: str) -> tuple[str, str | None]:
|
|
30
|
+
"""
|
|
31
|
+
Identical to the parent-class method (httpx-oauth version 0.16.1),
|
|
32
|
+
apart from making `"email"` configurable.
|
|
33
|
+
"""
|
|
34
|
+
try:
|
|
35
|
+
profile = await self.get_profile(token)
|
|
36
|
+
except GetProfileError as e:
|
|
37
|
+
raise GetIdEmailError(response=e.response) from e
|
|
38
|
+
return str(profile["sub"]), profile.get(self.email_claim)
|
|
39
|
+
|
|
40
|
+
|
|
16
41
|
def _create_client_github(cfg: OAuthSettings) -> GitHubOAuth2:
|
|
17
42
|
return GitHubOAuth2(
|
|
18
43
|
client_id=cfg.OAUTH_CLIENT_ID.get_secret_value(),
|
|
@@ -29,10 +54,11 @@ def _create_client_google(cfg: OAuthSettings) -> GoogleOAuth2:
|
|
|
29
54
|
|
|
30
55
|
def _create_client_oidc(cfg: OAuthSettings) -> OpenID:
|
|
31
56
|
try:
|
|
32
|
-
open_id =
|
|
57
|
+
open_id = FractalOpenID(
|
|
33
58
|
client_id=cfg.OAUTH_CLIENT_ID.get_secret_value(),
|
|
34
59
|
client_secret=cfg.OAUTH_CLIENT_SECRET.get_secret_value(),
|
|
35
60
|
openid_configuration_endpoint=cfg.OAUTH_OIDC_CONFIG_ENDPOINT.get_secret_value(), # noqa
|
|
61
|
+
email_claim=cfg.OAUTH_EMAIL_CLAIM,
|
|
36
62
|
)
|
|
37
63
|
except OpenIDConfigurationError as e:
|
|
38
64
|
OAUTH_OIDC_CONFIG_ENDPOINT = (
|
|
@@ -28,6 +28,11 @@ class OAuthSettings(BaseSettings):
|
|
|
28
28
|
String to be used as `redirect_url` argument in
|
|
29
29
|
`fastapi_users.get_oauth_router`, and then in
|
|
30
30
|
`httpx_oauth.integrations.fastapi.OAuth2AuthorizeCallback`.
|
|
31
|
+
OAUTH_EMAIL_CLAIM:
|
|
32
|
+
Name of the OIDC claim with the user's email address. This is
|
|
33
|
+
`"email"` by default, but can be customized (e.g. to `"mail"`) to
|
|
34
|
+
fit with the response from the userinfo endpoint - see
|
|
35
|
+
https://openid.net/specs/openid-connect-core-1_0.html#UserInfoResponse
|
|
31
36
|
"""
|
|
32
37
|
|
|
33
38
|
model_config = SettingsConfigDict(**SETTINGS_CONFIG_DICT)
|
|
@@ -43,6 +48,7 @@ class OAuthSettings(BaseSettings):
|
|
|
43
48
|
OAUTH_CLIENT_SECRET: SecretStr | None = None
|
|
44
49
|
OAUTH_OIDC_CONFIG_ENDPOINT: SecretStr | None = None
|
|
45
50
|
OAUTH_REDIRECT_URL: str | None = None
|
|
51
|
+
OAUTH_EMAIL_CLAIM: str = "email"
|
|
46
52
|
|
|
47
53
|
@model_validator(mode="after")
|
|
48
54
|
def check_configuration(self: Self) -> Self:
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "fractal-server"
|
|
3
|
-
version = "2.18.
|
|
3
|
+
version = "2.18.4"
|
|
4
4
|
description = "Backend component of the Fractal analytics platform"
|
|
5
5
|
authors = [
|
|
6
6
|
{ name="Tommaso Comparin", email="tommaso.comparin@exact-lab.it" },
|
|
@@ -10,6 +10,8 @@ authors = [
|
|
|
10
10
|
]
|
|
11
11
|
readme = "README.md"
|
|
12
12
|
license = "BSD-3-Clause"
|
|
13
|
+
license-files = ["LICENSE"]
|
|
14
|
+
|
|
13
15
|
requires-python = ">=3.11,<3.15"
|
|
14
16
|
dependencies = [
|
|
15
17
|
"fastapi >= 0.120.0, <0.121.0",
|
|
@@ -92,7 +94,7 @@ filterwarnings = [
|
|
|
92
94
|
markers = ["container", "ssh", "fails_on_macos", "oauth"]
|
|
93
95
|
|
|
94
96
|
[tool.bumpver]
|
|
95
|
-
current_version = "2.18.
|
|
97
|
+
current_version = "2.18.4"
|
|
96
98
|
version_pattern = "MAJOR.MINOR.PATCH[PYTAGNUM]"
|
|
97
99
|
commit_message = "bump version {old_version} -> {new_version}"
|
|
98
100
|
commit = true
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
__VERSION__ = "2.18.3a1"
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/app/models/linkusergroup.py
RENAMED
|
File without changes
|
{fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/app/models/linkuserproject.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{fractal_server-2.18.3a1 → fractal_server-2.18.4}/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
|
|
File without changes
|
|
File without changes
|
{fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/app/models/v2/task_group.py
RENAMED
|
File without changes
|
|
File without changes
|
{fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/app/models/v2/workflowtask.py
RENAMED
|
File without changes
|
|
File without changes
|
{fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/app/routes/admin/__init__.py
RENAMED
|
File without changes
|
{fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/app/routes/admin/v2/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/app/routes/admin/v2/accounting.py
RENAMED
|
File without changes
|
{fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/app/routes/admin/v2/impersonate.py
RENAMED
|
File without changes
|
|
File without changes
|
{fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/app/routes/admin/v2/profile.py
RENAMED
|
File without changes
|
{fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/app/routes/admin/v2/resource.py
RENAMED
|
File without changes
|
{fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/app/routes/admin/v2/sharing.py
RENAMED
|
File without changes
|
{fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/app/routes/admin/v2/task.py
RENAMED
|
File without changes
|
{fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/app/routes/admin/v2/task_group.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/app/routes/api/v2/__init__.py
RENAMED
|
File without changes
|
{fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/app/routes/api/v2/_aux_functions.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.18.3a1 → fractal_server-2.18.4}/fractal_server/app/routes/api/v2/dataset.py
RENAMED
|
File without changes
|
{fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/app/routes/api/v2/history.py
RENAMED
|
File without changes
|
{fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/app/routes/api/v2/images.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/app/routes/api/v2/project.py
RENAMED
|
File without changes
|
{fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/app/routes/api/v2/sharing.py
RENAMED
|
File without changes
|
{fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/app/routes/api/v2/status_legacy.py
RENAMED
|
File without changes
|
{fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/app/routes/api/v2/submit.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/app/routes/api/v2/task_group.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/app/routes/api/v2/workflow.py
RENAMED
|
File without changes
|
|
File without changes
|
{fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/app/routes/api/v2/workflowtask.py
RENAMED
|
File without changes
|
{fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/app/routes/auth/__init__.py
RENAMED
|
File without changes
|
{fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/app/routes/auth/_aux_auth.py
RENAMED
|
File without changes
|
{fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/app/routes/auth/current_user.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/app/routes/auth/register.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/app/routes/auth/viewer_paths.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
|
{fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/app/schemas/v2/accounting.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
|
{fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/app/schemas/v2/status_legacy.py
RENAMED
|
File without changes
|
|
File without changes
|
{fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/app/schemas/v2/task_collection.py
RENAMED
|
File without changes
|
{fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/app/schemas/v2/task_group.py
RENAMED
|
File without changes
|
|
File without changes
|
{fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/app/schemas/v2/workflowtask.py
RENAMED
|
File without changes
|
|
File without changes
|
{fractal_server-2.18.3a1 → fractal_server-2.18.4}/fractal_server/app/security/signup_email.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
|
{fractal_server-2.18.3a1 → fractal_server-2.18.4}/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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|