Skip to content

Commit

Permalink
Merge pull request #637 from gemini-hlsw/steward/update-odb-schema
Browse files Browse the repository at this point in the history
  • Loading branch information
toddburnside authored Jan 3, 2025
2 parents d9364ba + 73a2940 commit ae5ff34
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ val Versions = new { // sbt doesn't like object definitions in build.sbt
val disciplineMUnit = "2.0.0"
val fs2 = "3.11.0"
val kittens = "3.4.0"
val lucumaCore = "0.112.2"
val lucumaODBSchema = "0.17.3"
val lucumaCore = "0.113.0"
val lucumaODBSchema = "0.18.0"
val munit = "1.0.3"
val munitCatsEffect = "2.0.0"
}

ThisBuild / tlBaseVersion := "0.111"
ThisBuild / tlBaseVersion := "0.112"
ThisBuild / tlCiReleaseBranches := Seq("main")
ThisBuild / crossScalaVersions := Seq("3.6.2")
ThisBuild / tlVersionIntroduced := Map("3" -> "0.29.0")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2478,6 +2478,7 @@ type ConfigurationRequestEdit {
"""Configuration request properties."""
input ConfigurationRequestProperties {
status: ConfigurationRequestStatus
justification: NonEmptyString
}

"""Observation properties"""
Expand Down Expand Up @@ -6737,12 +6738,14 @@ type ConfigurationRequest {
id: ConfigurationRequestId!
program: Program!
status: ConfigurationRequestStatus!
justification: NonEmptyString
configuration: Configuration!
applicableObservations: [ObservationId!]!
}

input CreateConfigurationRequestInput {
observationId: ObservationId
SET: ConfigurationRequestProperties
}

type Itc {
Expand Down

0 comments on commit ae5ff34

Please sign in to comment.