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.

Files changed (323) hide show
  1. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/.github/workflows/mkdocs.yml +1 -1
  2. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/Makefile +5 -5
  3. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/PKG-INFO +1 -1
  4. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/docker-compose.yml +1 -1
  5. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/docs/content/contributing-docs.md +2 -2
  6. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/Dockerfile +15 -5
  7. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/site/entrypoint-daemon.sh +1 -1
  8. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/site/entrypoint-dagit-readonly.sh +1 -1
  9. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/site/entrypoint-dagit.sh +1 -1
  10. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/.docker/mongoKeyFile +0 -0
  11. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/.docker/mongo_init/initialize_replica_set.sh +0 -0
  12. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/.docker/wait-for-it.sh +0 -0
  13. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/.dockerignore +0 -0
  14. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/.env.example +0 -0
  15. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/.env.test +0 -0
  16. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/.gitattributes +0 -0
  17. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/.github/ISSUE_TEMPLATE/bug_report.md +0 -0
  18. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/.github/ISSUE_TEMPLATE/feature_request.md +0 -0
  19. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/.github/pull_request_template.md +0 -0
  20. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/.github/workflows/build-and-release-to-spin.yml +0 -0
  21. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/.github/workflows/deploy-redirects.yml +0 -0
  22. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/.github/workflows/lint.yml +0 -0
  23. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/.github/workflows/python-app.yml +0 -0
  24. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/.github/workflows/release-to-pypi.yml +0 -0
  25. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/.gitignore +0 -0
  26. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/LICENSE +0 -0
  27. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/README.md +0 -0
  28. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/RELEASES.md +0 -0
  29. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/db/README.md +0 -0
  30. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/db/migrations/README.md +0 -0
  31. {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
  32. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/db/migrations/notebooks/.docker/01-init.js +0 -0
  33. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/db/migrations/notebooks/.gitignore +0 -0
  34. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/db/migrations/notebooks/.notebook.env.example +0 -0
  35. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/db/migrations/notebooks/bookkeeper.py +0 -0
  36. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/db/migrations/notebooks/helpers.py +0 -0
  37. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/db/migrations/notebooks/manual_test_bookkeeper.py +0 -0
  38. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/db/migrations/notebooks/migrate_10_0_0_to_10_1_4.ipynb +0 -0
  39. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/db/migrations/notebooks/migrate_10_3_0_to_10_4_0.ipynb +0 -0
  40. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/db/migrations/notebooks/migrate_10_4_0_to_10_9_1.ipynb +0 -0
  41. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/db/migrations/notebooks/migrate_10_9_1_to_11_0_0.ipynb +0 -0
  42. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/db/migrations/notebooks/migrate_11_0_0_to_11_0_1.ipynb +0 -0
  43. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/db/migrations/notebooks/migrate_11_0_3_to_11_1_0.ipynb +0 -0
  44. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/db/migrations/notebooks/migrate_11_10_0_to_11_11_1.ipynb +0 -0
  45. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/db/migrations/notebooks/migrate_11_1_0_to_11_2_1.ipynb +0 -0
  46. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/db/migrations/notebooks/migrate_11_2_1_to_11_3_0.ipynb +0 -0
  47. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/db/migrations/notebooks/migrate_11_3_0_to_11_4_0.ipynb +0 -0
  48. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/db/migrations/notebooks/migrate_11_4_0_to_11_5_0.ipynb +0 -0
  49. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/db/migrations/notebooks/migrate_11_5_0_to_11_5_1.ipynb +0 -0
  50. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/db/migrations/notebooks/migrate_11_5_1_to_11_6_0.ipynb +0 -0
  51. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/db/migrations/notebooks/migrate_11_6_0_to_11_6_1.ipynb +0 -0
  52. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/db/migrations/notebooks/migrate_11_6_1_to_11_7_0.ipynb +0 -0
  53. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/db/migrations/notebooks/migrate_11_7_0_to_11_8_0.ipynb +0 -0
  54. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/db/migrations/notebooks/migrate_11_8_0_to_11_9_1.ipynb +0 -0
  55. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/db/migrations/notebooks/migrate_11_9_1_to_11_10_0.ipynb +0 -0
  56. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/db/migrations/notebooks/migrate_7_7_2_to_7_8_0.ipynb +0 -0
  57. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/db/migrations/notebooks/migrate_7_8_0_to_8_0_0.ipynb +0 -0
  58. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/db/migrations/notebooks/migrate_8_0_0_to_8_1_2.ipynb +0 -0
  59. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/db/migrations/notebooks/migrate_8_1_2_to_9_0_4.ipynb +0 -0
  60. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/db/migrations/notebooks/migrate_9_0_4_to_9_1_0.ipynb +0 -0
  61. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/db/migrations/notebooks/migrate_9_1_0_to_9_2_0.ipynb +0 -0
  62. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/db/migrations/notebooks/migrate_9_3_2_to_10_0_0.ipynb +0 -0
  63. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/db/migrations/notebooks/migrate_A_B_C_to_X_Y_Z.ipynb +0 -0
  64. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/db/migrations/notebooks/mongosh-scripts/restore-privileges.mongo.js +0 -0
  65. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/db/migrations/notebooks/mongosh-scripts/revoke-privileges.mongo.js +0 -0
  66. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/db/migrations/notebooks/requirements.txt +0 -0
  67. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/db/migrations/notebooks/stakeholders.md +0 -0
  68. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/db/migrations/notebooks/test_helpers.py +0 -0
  69. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/docker-compose.test.yml +0 -0
  70. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/docs/content/admin.md +0 -0
  71. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/docs/content/draft.md +0 -0
  72. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/docs/content/explanation/database-migration.md +0 -0
  73. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/docs/content/explanation/domain-vision-statement.md +0 -0
  74. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/docs/content/explanation/identifiers.md +0 -0
  75. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/docs/content/explanation/journeys.md +0 -0
  76. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/docs/content/howto-guides/author-changesheets.md +0 -0
  77. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/docs/content/howto-guides/claim-and-run-jobs.md +0 -0
  78. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/docs/content/howto-guides/convert-api-responses.md +0 -0
  79. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/docs/content/howto-guides/create-triggers.md +0 -0
  80. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/docs/content/howto-guides/improving-search-api.md +0 -0
  81. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/docs/content/howto-guides/minting-ids.md +0 -0
  82. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/docs/content/howto-guides/release-process.md +0 -0
  83. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/docs/content/howto-guides/update-sensors-ops.md +0 -0
  84. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/docs/content/img/auth-button.png +0 -0
  85. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/docs/content/img/auth-client-id.png +0 -0
  86. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/docs/content/img/auth-close-modal.png +0 -0
  87. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/docs/content/img/auth-username.png +0 -0
  88. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/docs/content/img/dagit-apply-changesheet-job.png +0 -0
  89. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/docs/content/img/dagster-translation-gold-job.png +0 -0
  90. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/docs/content/img/dagster-translation-gold-launchpad.png +0 -0
  91. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/docs/content/img/dagster-translation-gold-overview.png +0 -0
  92. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/docs/content/img/dagster-translation-repo-jobs.png +0 -0
  93. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/docs/content/img/dagster-workspace-repo-loaded.png +0 -0
  94. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/docs/content/img/exporters-dagit.png +0 -0
  95. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/docs/content/img/favicon.ico +0 -0
  96. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/docs/content/img/job-triggering.png +0 -0
  97. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/docs/content/img/list-from-collection-filter.png +0 -0
  98. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/docs/content/img/list-from-collection-page-token.png +0 -0
  99. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/docs/content/img/list-from-collection.png +0 -0
  100. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/docs/content/img/metadata-in-dagit-runs.png +0 -0
  101. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/docs/content/img/metadata-in-put-types.png +0 -0
  102. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/docs/content/img/nmdc-logo-bg-white.png +0 -0
  103. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/docs/content/img/nmdc-runtime-federation.png +0 -0
  104. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/docs/content/img/rancher-nmdc-runtime-dev-workloads.png +0 -0
  105. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/docs/content/img/translators-dagit.png +0 -0
  106. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/docs/content/img/validate-json-copy-paste-execute.png +0 -0
  107. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/docs/content/img/validate-json-get-one-valid.png +0 -0
  108. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/docs/content/img/validate-json-response.png +0 -0
  109. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/docs/content/img/validate-json-try-it-out.png +0 -0
  110. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/docs/content/img/validate-json.png +0 -0
  111. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/docs/content/index.md +0 -0
  112. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/docs/content/nb/api_access_via_python.ipynb +0 -0
  113. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/docs/content/nb/bulk_validation_referential_integrity_check.ipynb +0 -0
  114. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/docs/content/nb/ontology_loader.ipynb +0 -0
  115. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/docs/content/nb/queue_and_trigger_data_jobs.ipynb +0 -0
  116. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/docs/content/nb/wf_automation.ipynb +0 -0
  117. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/docs/content/stylesheets/extra.css +0 -0
  118. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/docs/content/tutorials/auth.md +0 -0
  119. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/docs/content/tutorials/exporters.md +0 -0
  120. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/docs/content/tutorials/json.md +0 -0
  121. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/docs/content/tutorials/metadata-in.md +0 -0
  122. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/docs/content/tutorials/translators.md +0 -0
  123. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/docs/mkdocs.yml +0 -0
  124. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/docs/mkdocs_overrides/partials/source.html +0 -0
  125. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/__init__.py +0 -0
  126. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/api/__init__.py +0 -0
  127. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/api/analytics.py +0 -0
  128. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/api/boot/__init__.py +0 -0
  129. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/api/boot/capabilities.py +0 -0
  130. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/api/boot/object_types.py +0 -0
  131. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/api/boot/triggers.py +0 -0
  132. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/api/boot/workflows.py +0 -0
  133. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/api/core/__init__.py +0 -0
  134. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/api/core/auth.py +0 -0
  135. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/api/core/idgen.py +0 -0
  136. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/api/core/metadata.py +0 -0
  137. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/api/core/util.py +0 -0
  138. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/api/db/__init__.py +0 -0
  139. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/api/db/mongo.py +0 -0
  140. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/api/db/s3.py +0 -0
  141. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/api/endpoints/__init__.py +0 -0
  142. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/api/endpoints/capabilities.py +0 -0
  143. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/api/endpoints/find.py +0 -0
  144. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/api/endpoints/jobs.py +0 -0
  145. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/api/endpoints/lib/__init__.py +0 -0
  146. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/api/endpoints/lib/helpers.py +0 -0
  147. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/api/endpoints/lib/linked_instances.py +0 -0
  148. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/api/endpoints/lib/path_segments.py +0 -0
  149. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/api/endpoints/metadata.py +0 -0
  150. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/api/endpoints/nmdcschema.py +0 -0
  151. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/api/endpoints/object_types.py +0 -0
  152. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/api/endpoints/objects.py +0 -0
  153. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/api/endpoints/operations.py +0 -0
  154. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/api/endpoints/queries.py +0 -0
  155. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/api/endpoints/runs.py +0 -0
  156. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/api/endpoints/search.py +0 -0
  157. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/api/endpoints/sites.py +0 -0
  158. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/api/endpoints/triggers.py +0 -0
  159. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/api/endpoints/users.py +0 -0
  160. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/api/endpoints/util.py +0 -0
  161. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/api/endpoints/workflows.py +0 -0
  162. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/api/entrypoint.sh +0 -0
  163. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/api/main.py +0 -0
  164. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/api/middleware.py +0 -0
  165. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/api/models/__init__.py +0 -0
  166. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/api/models/capability.py +0 -0
  167. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/api/models/id.py +0 -0
  168. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/api/models/job.py +0 -0
  169. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/api/models/lib/__init__.py +0 -0
  170. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/api/models/lib/helpers.py +0 -0
  171. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/api/models/metadata.py +0 -0
  172. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/api/models/minter.py +0 -0
  173. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/api/models/nmdc_schema.py +0 -0
  174. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/api/models/object.py +0 -0
  175. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/api/models/object_type.py +0 -0
  176. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/api/models/operation.py +0 -0
  177. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/api/models/query.py +0 -0
  178. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/api/models/query_continuation.py +0 -0
  179. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/api/models/run.py +0 -0
  180. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/api/models/site.py +0 -0
  181. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/api/models/trigger.py +0 -0
  182. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/api/models/user.py +0 -0
  183. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/api/models/util.py +0 -0
  184. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/api/models/workflow.py +0 -0
  185. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/api/openapi.py +0 -0
  186. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/api/swagger_ui/assets/custom-elements.js +0 -0
  187. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/api/swagger_ui/assets/script.js +0 -0
  188. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/api/swagger_ui/assets/style.css +0 -0
  189. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/api/swagger_ui/swagger_ui.py +0 -0
  190. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/config.py +0 -0
  191. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/main.py +0 -0
  192. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/minter/__init__.py +0 -0
  193. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/minter/adapters/__init__.py +0 -0
  194. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/minter/adapters/repository.py +0 -0
  195. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/minter/bootstrap.py +0 -0
  196. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/minter/config.py +0 -0
  197. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/minter/domain/__init__.py +0 -0
  198. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/minter/domain/model.py +0 -0
  199. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/minter/entrypoints/__init__.py +0 -0
  200. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/minter/entrypoints/fastapi_app.py +0 -0
  201. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/mongo_util.py +0 -0
  202. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/site/__init__.py +0 -0
  203. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/site/backup/__init__.py +0 -0
  204. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/site/backup/nmdcdb_mongodump.py +0 -0
  205. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/site/backup/nmdcdb_mongoexport.py +0 -0
  206. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/site/backup/nmdcdb_mongoimport.py +0 -0
  207. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/site/changesheets/__init__.py +0 -0
  208. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/site/changesheets/base.py +0 -0
  209. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/site/changesheets/data/OmicsProcessing-to-catted-Biosamples.tsv +0 -0
  210. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/site/changesheets/scripts/missing_neon_soils_ecosystem_data.py +0 -0
  211. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/site/changesheets/scripts/neon_soils_add_ncbi_ids.py +0 -0
  212. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/site/dagster.yaml +0 -0
  213. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/site/export/__init__.py +0 -0
  214. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/site/export/ncbi_xml.py +0 -0
  215. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/site/export/ncbi_xml_utils.py +0 -0
  216. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/site/export/study_metadata.py +0 -0
  217. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/site/graphs.py +0 -0
  218. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/site/normalization/__init__.py +0 -0
  219. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/site/normalization/gold.py +0 -0
  220. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/site/ops.py +0 -0
  221. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/site/repair/__init__.py +0 -0
  222. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/site/repair/database_updater.py +0 -0
  223. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/site/repository.py +0 -0
  224. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/site/resources.py +0 -0
  225. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/site/translation/__init__.py +0 -0
  226. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/site/translation/gold_translator.py +0 -0
  227. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/site/translation/neon_benthic_translator.py +0 -0
  228. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/site/translation/neon_soil_translator.py +0 -0
  229. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/site/translation/neon_surface_water_translator.py +0 -0
  230. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/site/translation/neon_utils.py +0 -0
  231. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/site/translation/submission_portal_translator.py +0 -0
  232. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/site/translation/translator.py +0 -0
  233. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/site/util.py +0 -0
  234. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/site/validation/__init__.py +0 -0
  235. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/site/validation/emsl.py +0 -0
  236. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/site/validation/gold.py +0 -0
  237. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/site/validation/util.py +0 -0
  238. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/site/workspace.yaml +0 -0
  239. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/static/NMDC_logo.svg +0 -0
  240. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/static/ORCID-iD_icon_vector.svg +0 -0
  241. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/static/README.md +0 -0
  242. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/static/favicon.ico +0 -0
  243. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/nmdc_runtime/util.py +0 -0
  244. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/pyproject.toml +0 -0
  245. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/__init__.py +0 -0
  246. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/conftest.py +0 -0
  247. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/e2e/test_minter_api.py +0 -0
  248. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/files/README.md +0 -0
  249. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/files/changesheet-array-item-nested-attributes.tsv +0 -0
  250. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/files/changesheet-update-pi-websites.tsv +0 -0
  251. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/files/changesheet-without-separator3.tsv +0 -0
  252. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/files/nmdc_bsm-11-0pyv7738.json +0 -0
  253. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/files/nmdc_bsm-11-5nhz3402.json +0 -0
  254. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/files/nmdc_bsm-12-7mysck21.json +0 -0
  255. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/files/nmdc_dobj-11-000n1286.json +0 -0
  256. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/files/nmdc_sty-11-pzmd0x14.json +0 -0
  257. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/files/planned_processes.json +0 -0
  258. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/files/study-data1.json +0 -0
  259. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/files/study-data2.json +0 -0
  260. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/files/study-data3.json +0 -0
  261. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/files/study_no_credit_associations.json +0 -0
  262. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/files/test_changesheet_decimal_value.tsv +0 -0
  263. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/files/test_changesheet_insert_study_doi.tsv +0 -0
  264. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/files/test_changesheet_update_bytes_ranged_slot.tsv +0 -0
  265. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/files/test_changesheet_update_one_ph.tsv +0 -0
  266. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/integration/test_minter_repository.py +0 -0
  267. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/lib/__init__.py +0 -0
  268. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/lib/faker.py +0 -0
  269. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/lib/util.py +0 -0
  270. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/mongorestore-nmdc-testdb.sh +0 -0
  271. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/test_api/__init__.py +0 -0
  272. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/test_api/test_db_mongo.py +0 -0
  273. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/test_api/test_delete_workflow_execution.py +0 -0
  274. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/test_api/test_endpoints.py +0 -0
  275. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/test_api/test_endpoints_lib.py +0 -0
  276. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/test_api/test_endpoints_util.py +0 -0
  277. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/test_api/test_main.py +0 -0
  278. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/test_api/test_metadata.py +0 -0
  279. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/test_api/util.py +0 -0
  280. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/test_data/__init__.py +0 -0
  281. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/test_data/conftest.py +0 -0
  282. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/test_data/data/nucleotide_sequencing_mapping_input.yaml +0 -0
  283. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/test_data/data/nucleotide_sequencing_mapping_output.yaml +0 -0
  284. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/test_data/data/plant_air_jgi_input.yaml +0 -0
  285. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/test_data/data/plant_air_jgi_output.yaml +0 -0
  286. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/test_data/data/sequencing_data_input.yaml +0 -0
  287. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/test_data/data/sequencing_data_output.yaml +0 -0
  288. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/test_data/data/soil_sample_link_input.yaml +0 -0
  289. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/test_data/data/soil_sample_link_output.yaml +0 -0
  290. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/test_data/test_database_updater.py +0 -0
  291. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/test_data/test_gold_translator.py +0 -0
  292. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/test_data/test_gold_translator_data.yaml +0 -0
  293. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/test_data/test_ncbi_xml.py +0 -0
  294. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/test_data/test_neon_benthic_data_translator.py +0 -0
  295. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/test_data/test_neon_soil_data_translator.py +0 -0
  296. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/test_data/test_submission_portal_translator.py +0 -0
  297. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/test_data/test_translator.py +0 -0
  298. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/test_graphs/__init__.py +0 -0
  299. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/test_graphs/test_ensure_jobs.py +0 -0
  300. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/test_graphs/test_hello.py +0 -0
  301. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/test_graphs/test_submission_portal_graphs.py +0 -0
  302. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/test_normalization/__init__.py +0 -0
  303. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/test_normalization/test_gold.py +0 -0
  304. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/test_ops/__init__.py +0 -0
  305. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/test_ops/test_data_api_ops.py +0 -0
  306. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/test_ops/test_get_csv_rows_from_url.py +0 -0
  307. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/test_ops/test_gold_api_ops.py +0 -0
  308. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/test_ops/test_load_ontology.py +0 -0
  309. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/test_ops/test_materialize_alldocs.py +0 -0
  310. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/test_ops/test_ops.py +0 -0
  311. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/test_the_util/README.md +0 -0
  312. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/test_the_util/__init__.py +0 -0
  313. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/test_the_util/test_mongo_util.py +0 -0
  314. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/test_the_util/test_the_util.py +0 -0
  315. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/test_util.py +0 -0
  316. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/unit/core_util.py +0 -0
  317. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/tests/unit/test_minter_model.py +0 -0
  318. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/util/get_latest_nmdc_prod_dump_dir.sh +0 -0
  319. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/util/load_testing/README.md +0 -0
  320. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/util/load_testing/locustfile.py +0 -0
  321. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/util/mongodump-nmdc.sh +0 -0
  322. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/util/mongorestore-nmdc.sh +0 -0
  323. {nmdc_runtime-2.11.0 → nmdc_runtime-2.11.1}/uv.lock +0 -0
@@ -43,4 +43,4 @@ jobs:
43
43
  # file, or due to one of the dependencies becoming unavailable), which can prompt remedial action.
44
44
  #
45
45
  - name: Build MkDocs site
46
- run: uv run mkdocs build -f docs/mkdocs.yml
46
+ run: uv run --no-sync mkdocs build -f docs/mkdocs.yml
@@ -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.0
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
@@ -23,4 +23,4 @@ file_env() {
23
23
  file_env "MONGO_PASSWORD"
24
24
  file_env "DAGSTER_POSTGRES_PASSWORD"
25
25
 
26
- exec uv run --active dagster-daemon run
26
+ exec uv run --active --no-sync dagster-daemon run
@@ -23,4 +23,4 @@ file_env() {
23
23
  file_env "MONGO_PASSWORD"
24
24
  file_env "DAGSTER_POSTGRES_PASSWORD"
25
25
 
26
- exec uv run --active dagit -h 0.0.0.0 -p 3000 -w workspace.yaml --read-only
26
+ exec uv run --active --no-sync dagit -h 0.0.0.0 -p 3000 -w workspace.yaml --read-only
@@ -23,4 +23,4 @@ file_env() {
23
23
  file_env "MONGO_PASSWORD"
24
24
  file_env "DAGSTER_POSTGRES_PASSWORD"
25
25
 
26
- exec uv run --active dagit -h 0.0.0.0 -p 3000 -w workspace.yaml
26
+ exec uv run --active --no-sync dagit -h 0.0.0.0 -p 3000 -w workspace.yaml
File without changes
File without changes
File without changes
File without changes
File without changes