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.13.3",
"com.typesafe.scala-logging" %% "scala-logging" % "3.9.5",
"org.parboiled" % "parboiled-core" % "1.4.1",
"org.broadinstitute.dsde" %% "rawls-model" % "v0.0.494-SNAP"
"org.broadinstitute.dsde" %% "rawls-model" % "v0.0.511-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: 10 additions & 0 deletions src/main/resources/swagger/api-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8748,6 +8748,7 @@ components:
- GcpBucketLifecycle
- GcpBucketSoftDelete
- GcpBucketRequesterPays
- GcpLogBucketRetention
- SeparateSubmissionFinalOutputs
- UseCromwellGcpBatchBackend
config:
Expand All @@ -8756,6 +8757,7 @@ components:
- $ref: '#/components/schemas/WorkspaceSettingGcpBucketLifecycleConfig'
- $ref: '#/components/schemas/WorkspaceSettingGcpBucketSoftDeleteConfig'
- $ref: '#/components/schemas/WorkspaceSettingGcpBucketRequesterPaysConfig'
- $ref: '#/components/schemas/WorkspaceSettingGcpLogBucketRetentionConfig'
- $ref: '#/components/schemas/WorkspaceSettingSeparateSubmissionFinalOutputsConfig'
- $ref: '#/components/schemas/WorkspaceSettingUseCromwellGcpBatchBackendConfig'
WorkspaceSettingGcpBucketLifecycleConfig:
Expand Down Expand Up @@ -8816,6 +8818,14 @@ components:
enabled:
type: boolean
description: Enabled status to set for requester pays
WorkspaceSettingGcpLogBucketRetentionConfig:
required:
- retentionDurationInDays
type: object
properties:
retentionDurationInDays:
type: integer
description: The length of time, in days, to retain logs in _Default bucket
WorkspaceSettingSeparateSubmissionFinalOutputsConfig:
required:
- enabled
Expand Down
Loading