Skip to content
Snippets Groups Projects

Add port_type parsing from description for BRIAN

Merged Bjarke Madsen requested to merge feature/POL1-643-poller-port-type into develop
1 unresolved thread

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
182 182 'dashboards_info': {
183 183 'type': 'array',
184 184 'items': {'$ref': '#/definitions/db_info'}
185 }
185 },
186 'port_type': {'type': 'string'}
  • Bjarke Madsen added 1 commit

    added 1 commit

    • d87c0ec5 - Use enum to describe possible values

    Compare with previous version

  • Erik Reid
    Erik Reid @erik.reid started a thread on commit d87c0ec5
  • 183 189 'type': 'array',
    184 190 'items': {'$ref': '#/definitions/db_info'}
    185 191 },
    186 'port_type': {'type': 'string'}
    192 'port_type': {'enum': _PORT_TYPES}
  • Erik Reid
    Erik Reid @erik.reid started a thread on commit d87c0ec5
  • 183 189 'type': 'array',
    184 190 'items': {'$ref': '#/definitions/db_info'}
    185 191 },
    186 'port_type': {'type': 'string'}
  • Bjarke Madsen mentioned in commit 5ecfdcd5

    mentioned in commit 5ecfdcd5

  • merged

  • Please register or sign in to reply
    Loading