Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ object Dependencies {
"io.sentry" % "sentry-logback" % "8.18.0",
"com.typesafe.scala-logging" %% "scala-logging" % "3.9.5",
"org.parboiled" % "parboiled-core" % "1.4.1",
"org.broadinstitute.dsde" %% "rawls-model" % "v0.0.511-SNAP"
"org.broadinstitute.dsde" %% "rawls-model" % "v0.0.537-SNAP"
exclude ("com.typesafe.scala-logging", "scala-logging_2.13")
exclude ("com.typesafe.akka", "akka-stream_2.13")
exclude ("com.google.code.findbugs", "jsr305")
Expand Down
10 changes: 0 additions & 10 deletions src/main/resources/swagger/api-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8750,7 +8750,6 @@ components:
- GcpBucketRequesterPays
- GcpLogBucketRetention
- SeparateSubmissionFinalOutputs
- UseCromwellGcpBatchBackend
config:
description: The configuration of the workspace setting
oneOf:
Expand All @@ -8759,7 +8758,6 @@ components:
- $ref: '#/components/schemas/WorkspaceSettingGcpBucketRequesterPaysConfig'
- $ref: '#/components/schemas/WorkspaceSettingGcpLogBucketRetentionConfig'
- $ref: '#/components/schemas/WorkspaceSettingSeparateSubmissionFinalOutputsConfig'
- $ref: '#/components/schemas/WorkspaceSettingUseCromwellGcpBatchBackendConfig'
WorkspaceSettingGcpBucketLifecycleConfig:
required:
- rules
Expand Down Expand Up @@ -8834,14 +8832,6 @@ components:
enabled:
type: boolean
description: Whether submission final outputs should be separated from intermediate outputs
WorkspaceSettingUseCromwellGcpBatchBackendConfig:
required:
- enabled
type: object
properties:
enabled:
type: boolean
description: Whether workflows submitted to Cromwell should be run using Cromwell's GCP Batch backend
WorkspaceSubmissionStats:
required:
- runningSubmissionsCount
Expand Down
Loading