nmdc-runtime 2.11.0__tar.gz → 2.11.1__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.
Potentially problematic release.
This version of nmdc-runtime might be problematic. Click here for more details.
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/.github/workflows/mkdocs.yml +1 -1
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/Makefile +5 -5
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/PKG-INFO +1 -1
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/docker-compose.yml +1 -1
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/docs/content/contributing-docs.md +2 -2
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/Dockerfile +15 -5
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/site/entrypoint-daemon.sh +1 -1
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/site/entrypoint-dagit-readonly.sh +1 -1
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/site/entrypoint-dagit.sh +1 -1
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/.docker/mongoKeyFile +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/.docker/mongo_init/initialize_replica_set.sh +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/.docker/wait-for-it.sh +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/.dockerignore +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/.env.example +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/.env.test +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/.gitattributes +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/.github/pull_request_template.md +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/.github/workflows/build-and-release-to-spin.yml +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/.github/workflows/deploy-redirects.yml +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/.github/workflows/lint.yml +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/.github/workflows/python-app.yml +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/.github/workflows/release-to-pypi.yml +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/.gitignore +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/LICENSE +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/README.md +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/RELEASES.md +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/db/README.md +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/db/migrations/README.md +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/db/migrations/ad_hoc_scripts/migrate_jobs_collection_from_schema_11.8.0_to_11.9.1.mongosh.js +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/db/migrations/notebooks/.docker/01-init.js +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/db/migrations/notebooks/.gitignore +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/db/migrations/notebooks/.notebook.env.example +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/db/migrations/notebooks/bookkeeper.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/db/migrations/notebooks/helpers.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/db/migrations/notebooks/manual_test_bookkeeper.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/db/migrations/notebooks/migrate_10_0_0_to_10_1_4.ipynb +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/db/migrations/notebooks/migrate_10_3_0_to_10_4_0.ipynb +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/db/migrations/notebooks/migrate_10_4_0_to_10_9_1.ipynb +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/db/migrations/notebooks/migrate_10_9_1_to_11_0_0.ipynb +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/db/migrations/notebooks/migrate_11_0_0_to_11_0_1.ipynb +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/db/migrations/notebooks/migrate_11_0_3_to_11_1_0.ipynb +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/db/migrations/notebooks/migrate_11_10_0_to_11_11_1.ipynb +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/db/migrations/notebooks/migrate_11_1_0_to_11_2_1.ipynb +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/db/migrations/notebooks/migrate_11_2_1_to_11_3_0.ipynb +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/db/migrations/notebooks/migrate_11_3_0_to_11_4_0.ipynb +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/db/migrations/notebooks/migrate_11_4_0_to_11_5_0.ipynb +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/db/migrations/notebooks/migrate_11_5_0_to_11_5_1.ipynb +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/db/migrations/notebooks/migrate_11_5_1_to_11_6_0.ipynb +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/db/migrations/notebooks/migrate_11_6_0_to_11_6_1.ipynb +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/db/migrations/notebooks/migrate_11_6_1_to_11_7_0.ipynb +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/db/migrations/notebooks/migrate_11_7_0_to_11_8_0.ipynb +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/db/migrations/notebooks/migrate_11_8_0_to_11_9_1.ipynb +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/db/migrations/notebooks/migrate_11_9_1_to_11_10_0.ipynb +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/db/migrations/notebooks/migrate_7_7_2_to_7_8_0.ipynb +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/db/migrations/notebooks/migrate_7_8_0_to_8_0_0.ipynb +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/db/migrations/notebooks/migrate_8_0_0_to_8_1_2.ipynb +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/db/migrations/notebooks/migrate_8_1_2_to_9_0_4.ipynb +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/db/migrations/notebooks/migrate_9_0_4_to_9_1_0.ipynb +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/db/migrations/notebooks/migrate_9_1_0_to_9_2_0.ipynb +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/db/migrations/notebooks/migrate_9_3_2_to_10_0_0.ipynb +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/db/migrations/notebooks/migrate_A_B_C_to_X_Y_Z.ipynb +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/db/migrations/notebooks/mongosh-scripts/restore-privileges.mongo.js +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/db/migrations/notebooks/mongosh-scripts/revoke-privileges.mongo.js +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/db/migrations/notebooks/requirements.txt +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/db/migrations/notebooks/stakeholders.md +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/db/migrations/notebooks/test_helpers.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/docker-compose.test.yml +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/docs/content/admin.md +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/docs/content/draft.md +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/docs/content/explanation/database-migration.md +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/docs/content/explanation/domain-vision-statement.md +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/docs/content/explanation/identifiers.md +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/docs/content/explanation/journeys.md +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/docs/content/howto-guides/author-changesheets.md +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/docs/content/howto-guides/claim-and-run-jobs.md +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/docs/content/howto-guides/convert-api-responses.md +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/docs/content/howto-guides/create-triggers.md +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/docs/content/howto-guides/improving-search-api.md +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/docs/content/howto-guides/minting-ids.md +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/docs/content/howto-guides/release-process.md +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/docs/content/howto-guides/update-sensors-ops.md +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/docs/content/img/auth-button.png +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/docs/content/img/auth-client-id.png +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/docs/content/img/auth-close-modal.png +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/docs/content/img/auth-username.png +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/docs/content/img/dagit-apply-changesheet-job.png +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/docs/content/img/dagster-translation-gold-job.png +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/docs/content/img/dagster-translation-gold-launchpad.png +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/docs/content/img/dagster-translation-gold-overview.png +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/docs/content/img/dagster-translation-repo-jobs.png +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/docs/content/img/dagster-workspace-repo-loaded.png +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/docs/content/img/exporters-dagit.png +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/docs/content/img/favicon.ico +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/docs/content/img/job-triggering.png +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/docs/content/img/list-from-collection-filter.png +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/docs/content/img/list-from-collection-page-token.png +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/docs/content/img/list-from-collection.png +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/docs/content/img/metadata-in-dagit-runs.png +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/docs/content/img/metadata-in-put-types.png +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/docs/content/img/nmdc-logo-bg-white.png +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/docs/content/img/nmdc-runtime-federation.png +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/docs/content/img/rancher-nmdc-runtime-dev-workloads.png +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/docs/content/img/translators-dagit.png +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/docs/content/img/validate-json-copy-paste-execute.png +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/docs/content/img/validate-json-get-one-valid.png +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/docs/content/img/validate-json-response.png +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/docs/content/img/validate-json-try-it-out.png +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/docs/content/img/validate-json.png +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/docs/content/index.md +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/docs/content/nb/api_access_via_python.ipynb +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/docs/content/nb/bulk_validation_referential_integrity_check.ipynb +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/docs/content/nb/ontology_loader.ipynb +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/docs/content/nb/queue_and_trigger_data_jobs.ipynb +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/docs/content/nb/wf_automation.ipynb +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/docs/content/stylesheets/extra.css +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/docs/content/tutorials/auth.md +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/docs/content/tutorials/exporters.md +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/docs/content/tutorials/json.md +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/docs/content/tutorials/metadata-in.md +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/docs/content/tutorials/translators.md +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/docs/mkdocs.yml +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/docs/mkdocs_overrides/partials/source.html +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/__init__.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/api/__init__.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/api/analytics.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/api/boot/__init__.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/api/boot/capabilities.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/api/boot/object_types.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/api/boot/triggers.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/api/boot/workflows.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/api/core/__init__.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/api/core/auth.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/api/core/idgen.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/api/core/metadata.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/api/core/util.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/api/db/__init__.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/api/db/mongo.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/api/db/s3.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/api/endpoints/__init__.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/api/endpoints/capabilities.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/api/endpoints/find.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/api/endpoints/jobs.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/api/endpoints/lib/__init__.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/api/endpoints/lib/helpers.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/api/endpoints/lib/linked_instances.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/api/endpoints/lib/path_segments.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/api/endpoints/metadata.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/api/endpoints/nmdcschema.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/api/endpoints/object_types.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/api/endpoints/objects.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/api/endpoints/operations.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/api/endpoints/queries.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/api/endpoints/runs.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/api/endpoints/search.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/api/endpoints/sites.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/api/endpoints/triggers.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/api/endpoints/users.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/api/endpoints/util.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/api/endpoints/workflows.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/api/entrypoint.sh +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/api/main.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/api/middleware.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/api/models/__init__.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/api/models/capability.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/api/models/id.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/api/models/job.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/api/models/lib/__init__.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/api/models/lib/helpers.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/api/models/metadata.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/api/models/minter.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/api/models/nmdc_schema.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/api/models/object.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/api/models/object_type.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/api/models/operation.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/api/models/query.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/api/models/query_continuation.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/api/models/run.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/api/models/site.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/api/models/trigger.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/api/models/user.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/api/models/util.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/api/models/workflow.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/api/openapi.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/api/swagger_ui/assets/custom-elements.js +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/api/swagger_ui/assets/script.js +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/api/swagger_ui/assets/style.css +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/api/swagger_ui/swagger_ui.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/config.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/main.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/minter/__init__.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/minter/adapters/__init__.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/minter/adapters/repository.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/minter/bootstrap.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/minter/config.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/minter/domain/__init__.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/minter/domain/model.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/minter/entrypoints/__init__.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/minter/entrypoints/fastapi_app.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/mongo_util.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/site/__init__.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/site/backup/__init__.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/site/backup/nmdcdb_mongodump.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/site/backup/nmdcdb_mongoexport.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/site/backup/nmdcdb_mongoimport.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/site/changesheets/__init__.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/site/changesheets/base.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/site/changesheets/data/OmicsProcessing-to-catted-Biosamples.tsv +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/site/changesheets/scripts/missing_neon_soils_ecosystem_data.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/site/changesheets/scripts/neon_soils_add_ncbi_ids.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/site/dagster.yaml +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/site/export/__init__.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/site/export/ncbi_xml.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/site/export/ncbi_xml_utils.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/site/export/study_metadata.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/site/graphs.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/site/normalization/__init__.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/site/normalization/gold.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/site/ops.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/site/repair/__init__.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/site/repair/database_updater.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/site/repository.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/site/resources.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/site/translation/__init__.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/site/translation/gold_translator.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/site/translation/neon_benthic_translator.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/site/translation/neon_soil_translator.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/site/translation/neon_surface_water_translator.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/site/translation/neon_utils.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/site/translation/submission_portal_translator.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/site/translation/translator.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/site/util.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/site/validation/__init__.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/site/validation/emsl.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/site/validation/gold.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/site/validation/util.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/site/workspace.yaml +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/static/NMDC_logo.svg +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/static/ORCID-iD_icon_vector.svg +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/static/README.md +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/static/favicon.ico +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/util.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/pyproject.toml +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/__init__.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/conftest.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/e2e/test_minter_api.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/files/README.md +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/files/changesheet-array-item-nested-attributes.tsv +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/files/changesheet-update-pi-websites.tsv +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/files/changesheet-without-separator3.tsv +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/files/nmdc_bsm-11-0pyv7738.json +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/files/nmdc_bsm-11-5nhz3402.json +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/files/nmdc_bsm-12-7mysck21.json +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/files/nmdc_dobj-11-000n1286.json +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/files/nmdc_sty-11-pzmd0x14.json +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/files/planned_processes.json +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/files/study-data1.json +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/files/study-data2.json +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/files/study-data3.json +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/files/study_no_credit_associations.json +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/files/test_changesheet_decimal_value.tsv +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/files/test_changesheet_insert_study_doi.tsv +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/files/test_changesheet_update_bytes_ranged_slot.tsv +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/files/test_changesheet_update_one_ph.tsv +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/integration/test_minter_repository.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/lib/__init__.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/lib/faker.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/lib/util.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/mongorestore-nmdc-testdb.sh +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/test_api/__init__.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/test_api/test_db_mongo.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/test_api/test_delete_workflow_execution.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/test_api/test_endpoints.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/test_api/test_endpoints_lib.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/test_api/test_endpoints_util.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/test_api/test_main.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/test_api/test_metadata.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/test_api/util.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/test_data/__init__.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/test_data/conftest.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/test_data/data/nucleotide_sequencing_mapping_input.yaml +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/test_data/data/nucleotide_sequencing_mapping_output.yaml +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/test_data/data/plant_air_jgi_input.yaml +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/test_data/data/plant_air_jgi_output.yaml +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/test_data/data/sequencing_data_input.yaml +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/test_data/data/sequencing_data_output.yaml +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/test_data/data/soil_sample_link_input.yaml +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/test_data/data/soil_sample_link_output.yaml +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/test_data/test_database_updater.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/test_data/test_gold_translator.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/test_data/test_gold_translator_data.yaml +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/test_data/test_ncbi_xml.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/test_data/test_neon_benthic_data_translator.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/test_data/test_neon_soil_data_translator.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/test_data/test_submission_portal_translator.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/test_data/test_translator.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/test_graphs/__init__.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/test_graphs/test_ensure_jobs.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/test_graphs/test_hello.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/test_graphs/test_submission_portal_graphs.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/test_normalization/__init__.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/test_normalization/test_gold.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/test_ops/__init__.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/test_ops/test_data_api_ops.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/test_ops/test_get_csv_rows_from_url.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/test_ops/test_gold_api_ops.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/test_ops/test_load_ontology.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/test_ops/test_materialize_alldocs.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/test_ops/test_ops.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/test_the_util/README.md +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/test_the_util/__init__.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/test_the_util/test_mongo_util.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/test_the_util/test_the_util.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/test_util.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/unit/core_util.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/unit/test_minter_model.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/util/get_latest_nmdc_prod_dump_dir.sh +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/util/load_testing/README.md +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/util/load_testing/locustfile.py +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/util/mongodump-nmdc.sh +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/util/mongorestore-nmdc.sh +0 -0
- {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/uv.lock +0 -0
|
@@ -45,7 +45,7 @@ reset-db-test:
|
|
|
45
45
|
run-test:
|
|
46
46
|
docker compose --file docker-compose.test.yml exec -it test \
|
|
47
47
|
./.docker/wait-for-it.sh fastapi:8000 --strict --timeout=300 -- \
|
|
48
|
-
uv run --active \
|
|
48
|
+
uv run --active --no-sync \
|
|
49
49
|
pytest --cov=nmdc_runtime \
|
|
50
50
|
--doctest-modules \
|
|
51
51
|
--ignore=util/load_testing \
|
|
@@ -60,16 +60,16 @@ test: down-test up-test run-test
|
|
|
60
60
|
# Format Python code using `black`.
|
|
61
61
|
# TODO: Migrate from `black` to `ruff`.
|
|
62
62
|
black:
|
|
63
|
-
uv run --active black nmdc_runtime
|
|
63
|
+
uv run --active --no-sync black nmdc_runtime
|
|
64
64
|
|
|
65
65
|
# Lint Python code using `flake8`.
|
|
66
66
|
# TODO: Migrate from `flake8` to `ruff`.
|
|
67
67
|
lint:
|
|
68
68
|
# Python syntax errors or undefined names
|
|
69
|
-
uv run --active flake8 --count --select=E9,F63,F7,F82 --show-source --statistics --extend-ignore=F722 \
|
|
69
|
+
uv run --active --no-sync flake8 --count --select=E9,F63,F7,F82 --show-source --statistics --extend-ignore=F722 \
|
|
70
70
|
./nmdc_runtime ./tests
|
|
71
71
|
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
|
|
72
|
-
uv run --active flake8 --count --exit-zero --max-complexity=10 --max-line-length=127 \
|
|
72
|
+
uv run --active --no-sync flake8 --count --exit-zero --max-complexity=10 --max-line-length=127 \
|
|
73
73
|
--statistics --extend-exclude="./build/" --extend-ignore=F722 \
|
|
74
74
|
./nmdc_runtime ./tests
|
|
75
75
|
|
|
@@ -122,7 +122,7 @@ mongorestore-nmdc-db:
|
|
|
122
122
|
--drop --nsInclude='nmdc.*' --gzip --dir /tmp/remote-mongodump
|
|
123
123
|
|
|
124
124
|
quick-blade:
|
|
125
|
-
uv run --active python -c "from nmdc_runtime.api.core.idgen import generate_id; print(f'nmdc:nt-11-{generate_id(length=8, split_every=0)}')"
|
|
125
|
+
uv run --active --no-sync python -c "from nmdc_runtime.api.core.idgen import generate_id; print(f'nmdc:nt-11-{generate_id(length=8, split_every=0)}')"
|
|
126
126
|
|
|
127
127
|
# List of Make targets that do not represent files being created.
|
|
128
128
|
# Note: I think _most_ of the targets in this Makefile meet that criterion,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: nmdc-runtime
|
|
3
|
-
Version: 2.11.
|
|
3
|
+
Version: 2.11.1
|
|
4
4
|
Summary: A runtime system for NMDC data management and orchestration
|
|
5
5
|
Project-URL: Changelog, https://github.com/microbiomedata/nmdc-runtime/releases
|
|
6
6
|
Project-URL: Documentation, https://docs.microbiomedata.org/runtime
|
|
@@ -96,7 +96,7 @@ services:
|
|
|
96
96
|
# oftentimes modify those files while doing load testing, and those files are
|
|
97
97
|
# not part of the FastAPI app.
|
|
98
98
|
# Docs: https://www.uvicorn.org/settings/?h=watch#reloading-with-watchfiles
|
|
99
|
-
command: ["uv", "run", "--active", "uvicorn", "nmdc_runtime.api.main:app", "--reload", "--host", "0.0.0.0", "--port", "8000", "--reload-exclude", "util/load_testing/*"]
|
|
99
|
+
command: ["uv", "run", "--active", "--no-sync", "uvicorn", "nmdc_runtime.api.main:app", "--reload", "--host", "0.0.0.0", "--port", "8000", "--reload-exclude", "util/load_testing/*"]
|
|
100
100
|
env_file: .env
|
|
101
101
|
# Note: Setting `tty: true` makes it so the console output is in color.
|
|
102
102
|
# Reference: https://docs.docker.com/reference/cli/docker/container/run/#tty
|
|
@@ -13,7 +13,7 @@ Reference for contributing to this documentation.
|
|
|
13
13
|
2. Start the [MkDocs development server](https://www.mkdocs.org/user-guide/cli/#mkdocs-serve).
|
|
14
14
|
|
|
15
15
|
```shell
|
|
16
|
-
uv run mkdocs serve -f docs/mkdocs.yml
|
|
16
|
+
uv run --no-sync mkdocs serve -f docs/mkdocs.yml
|
|
17
17
|
```
|
|
18
18
|
|
|
19
19
|
> The MkDocs development server will be accessible at: [`http://localhost:8000`](http://localhost:8000). It will have live reloading enabled. You can press `Ctrl+C` to terminate the server.
|
|
@@ -21,7 +21,7 @@ Reference for contributing to this documentation.
|
|
|
21
21
|
3. (Optional) Build the MkDocs website.
|
|
22
22
|
|
|
23
23
|
```shell
|
|
24
|
-
uv run mkdocs build -f docs/mkdocs.yml
|
|
24
|
+
uv run --no-sync mkdocs build -f docs/mkdocs.yml
|
|
25
25
|
```
|
|
26
26
|
|
|
27
27
|
## File tree
|
|
@@ -85,13 +85,17 @@ ENV PATH="/root/.local/bin/:$PATH"
|
|
|
85
85
|
# instead of when the container is running. By default, `uv` defers this compilation
|
|
86
86
|
# to "import time," whereas `pip` (by default) performs it at "install time" (like this).
|
|
87
87
|
#
|
|
88
|
+
# Note: We use `--locked` so that `uv sync` exits with an error if the `uv.lock` file isn't _already_
|
|
89
|
+
# up to date. By default, `uv sync` would automatically update the lock file if necessary.
|
|
90
|
+
# Reference: https://docs.astral.sh/uv/reference/cli/#uv-sync--locked
|
|
91
|
+
#
|
|
88
92
|
ENV VIRTUAL_ENV="/venv"
|
|
89
93
|
RUN mkdir -p "${VIRTUAL_ENV}"
|
|
90
94
|
COPY ./pyproject.toml /code/pyproject.toml
|
|
91
95
|
COPY ./uv.lock /code/uv.lock
|
|
92
96
|
RUN --mount=type=cache,target=/root/.cache/uv \
|
|
93
97
|
cd /code && \
|
|
94
|
-
UV_LINK_MODE=copy uv sync --active --no-dev --no-install-project --compile-bytecode
|
|
98
|
+
UV_LINK_MODE=copy uv sync --active --no-dev --no-install-project --compile-bytecode --locked
|
|
95
99
|
|
|
96
100
|
# ────────────────────────────────────────────────────────────────────────────┐
|
|
97
101
|
FROM base AS fastapi
|
|
@@ -103,12 +107,18 @@ COPY . /code
|
|
|
103
107
|
# Install the project in editable mode.
|
|
104
108
|
RUN --mount=type=cache,target=/root/.cache/uv \
|
|
105
109
|
cd /code && \
|
|
106
|
-
uv sync --active --no-dev
|
|
110
|
+
uv sync --active --no-dev --compile-bytecode --locked
|
|
107
111
|
|
|
108
112
|
# Use Uvicorn to serve the FastAPI app on port 8000.
|
|
113
|
+
#
|
|
114
|
+
# Note: We include the `--no-sync` option to prevent `uv run` from automatically syncing dependencies.
|
|
115
|
+
# If it were to sync dependencies at this point, it would install development dependencies, since
|
|
116
|
+
# we exclude them above, but they are listed in uv's `default-groups` configuration by default.
|
|
117
|
+
# This is explained at: https://github.com/astral-sh/uv/issues/12558#issuecomment-2764611918
|
|
118
|
+
#
|
|
109
119
|
EXPOSE 8000
|
|
110
120
|
WORKDIR /code
|
|
111
|
-
CMD ["uv", "run", "--active", "uvicorn", "nmdc_runtime.api.main:app", "--proxy-headers", "--host", "0.0.0.0", "--port", "8000"]
|
|
121
|
+
CMD ["uv", "run", "--active", "--no-sync", "uvicorn", "nmdc_runtime.api.main:app", "--proxy-headers", "--host", "0.0.0.0", "--port", "8000"]
|
|
112
122
|
|
|
113
123
|
# ────────────────────────────────────────────────────────────────────────────┐
|
|
114
124
|
FROM base AS dagster
|
|
@@ -124,7 +134,7 @@ COPY . /opt/dagster/lib
|
|
|
124
134
|
# Install the project in editable mode.
|
|
125
135
|
RUN --mount=type=cache,target=/root/.cache/uv \
|
|
126
136
|
cd /opt/dagster/lib && \
|
|
127
|
-
uv sync --active --no-dev
|
|
137
|
+
uv sync --active --no-dev --compile-bytecode --locked
|
|
128
138
|
|
|
129
139
|
# Move Dagster configuration files to the place Dagster expects.
|
|
130
140
|
ENV DAGSTER_HOME="/opt/dagster/dagster_home/"
|
|
@@ -154,7 +164,7 @@ COPY . /code
|
|
|
154
164
|
# Install the project in editable mode, and install development dependencies.
|
|
155
165
|
RUN --mount=type=cache,target=/root/.cache/uv \
|
|
156
166
|
cd /code && \
|
|
157
|
-
uv sync --active
|
|
167
|
+
uv sync --active --compile-bytecode --locked
|
|
158
168
|
|
|
159
169
|
# Make `wait-for-it.sh` executable.
|
|
160
170
|
RUN chmod +x /code/.docker/wait-for-it.sh
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/db/migrations/notebooks/manual_test_bookkeeper.py
RENAMED
|
File without changes
|
{nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/db/migrations/notebooks/migrate_10_0_0_to_10_1_4.ipynb
RENAMED
|
File without changes
|
{nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/db/migrations/notebooks/migrate_10_3_0_to_10_4_0.ipynb
RENAMED
|
File without changes
|
{nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/db/migrations/notebooks/migrate_10_4_0_to_10_9_1.ipynb
RENAMED
|
File without changes
|
{nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/db/migrations/notebooks/migrate_10_9_1_to_11_0_0.ipynb
RENAMED
|
File without changes
|
{nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/db/migrations/notebooks/migrate_11_0_0_to_11_0_1.ipynb
RENAMED
|
File without changes
|
{nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/db/migrations/notebooks/migrate_11_0_3_to_11_1_0.ipynb
RENAMED
|
File without changes
|
{nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/db/migrations/notebooks/migrate_11_10_0_to_11_11_1.ipynb
RENAMED
|
File without changes
|
{nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/db/migrations/notebooks/migrate_11_1_0_to_11_2_1.ipynb
RENAMED
|
File without changes
|
{nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/db/migrations/notebooks/migrate_11_2_1_to_11_3_0.ipynb
RENAMED
|
File without changes
|
{nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/db/migrations/notebooks/migrate_11_3_0_to_11_4_0.ipynb
RENAMED
|
File without changes
|
{nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/db/migrations/notebooks/migrate_11_4_0_to_11_5_0.ipynb
RENAMED
|
File without changes
|
{nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/db/migrations/notebooks/migrate_11_5_0_to_11_5_1.ipynb
RENAMED
|
File without changes
|
{nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/db/migrations/notebooks/migrate_11_5_1_to_11_6_0.ipynb
RENAMED
|
File without changes
|
{nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/db/migrations/notebooks/migrate_11_6_0_to_11_6_1.ipynb
RENAMED
|
File without changes
|
{nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/db/migrations/notebooks/migrate_11_6_1_to_11_7_0.ipynb
RENAMED
|
File without changes
|
{nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/db/migrations/notebooks/migrate_11_7_0_to_11_8_0.ipynb
RENAMED
|
File without changes
|
{nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/db/migrations/notebooks/migrate_11_8_0_to_11_9_1.ipynb
RENAMED
|
File without changes
|
{nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/db/migrations/notebooks/migrate_11_9_1_to_11_10_0.ipynb
RENAMED
|
File without changes
|
{nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/db/migrations/notebooks/migrate_7_7_2_to_7_8_0.ipynb
RENAMED
|
File without changes
|
{nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/db/migrations/notebooks/migrate_7_8_0_to_8_0_0.ipynb
RENAMED
|
File without changes
|
{nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/db/migrations/notebooks/migrate_8_0_0_to_8_1_2.ipynb
RENAMED
|
File without changes
|
{nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/db/migrations/notebooks/migrate_8_1_2_to_9_0_4.ipynb
RENAMED
|
File without changes
|
{nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/db/migrations/notebooks/migrate_9_0_4_to_9_1_0.ipynb
RENAMED
|
File without changes
|
{nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/db/migrations/notebooks/migrate_9_1_0_to_9_2_0.ipynb
RENAMED
|
File without changes
|
{nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/db/migrations/notebooks/migrate_9_3_2_to_10_0_0.ipynb
RENAMED
|
File without changes
|
{nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/db/migrations/notebooks/migrate_A_B_C_to_X_Y_Z.ipynb
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
|
{nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/docs/content/explanation/domain-vision-statement.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/docs/content/howto-guides/author-changesheets.md
RENAMED
|
File without changes
|
|
File without changes
|
{nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/docs/content/howto-guides/convert-api-responses.md
RENAMED
|
File without changes
|
|
File without changes
|
{nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/docs/content/howto-guides/improving-search-api.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
|
{nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/docs/content/img/dagit-apply-changesheet-job.png
RENAMED
|
File without changes
|
{nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/docs/content/img/dagster-translation-gold-job.png
RENAMED
|
File without changes
|
{nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/docs/content/img/dagster-translation-gold-launchpad.png
RENAMED
|
File without changes
|
{nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/docs/content/img/dagster-translation-gold-overview.png
RENAMED
|
File without changes
|
{nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/docs/content/img/dagster-translation-repo-jobs.png
RENAMED
|
File without changes
|
{nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/docs/content/img/dagster-workspace-repo-loaded.png
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/docs/content/img/list-from-collection-filter.png
RENAMED
|
File without changes
|
{nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/docs/content/img/list-from-collection-page-token.png
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/docs/content/img/rancher-nmdc-runtime-dev-workloads.png
RENAMED
|
File without changes
|
|
File without changes
|
{nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/docs/content/img/validate-json-copy-paste-execute.png
RENAMED
|
File without changes
|
{nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/docs/content/img/validate-json-get-one-valid.png
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
|
{nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/docs/content/nb/queue_and_trigger_data_jobs.ipynb
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
|
{nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/api/endpoints/lib/linked_instances.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
|