hydra-api: flesh out JobsetInput schema

[?]
Apr 27, 2021, 11:06 PM
HU5SDT7O6Q4B5M4NXNYGCRTE63PLH356FPRSGPMQDVQHIAW4XK3AC

Dependencies

  • [2] LX326CB7 Add hydra OpenAPI description (#750)
  • [*] X27GNHDV * Basic job info in the database.
  • [*] 4VYSDP4I Add eager fetching of relations and enable that for jobset->jobsetinputs

Change contents

  • edit in hydra-api.yaml at line 556
    [2.14921]
    [2.14921]
    name:
    description: name of the input
    type: string
    type:
    description: type of input
    type: string
    emailresponsible:
    description: whether or not to email responsible parties
    type: boolean
  • edit in src/lib/Hydra/Schema/JobsetInputs.pm at line 138
    [5.225]
    [5.225]
    string_columns => [
    "name",
    "type"
    ],
    boolean_columns => [
    "emailresponsible"
    ],