Skip to content

Improve validation for matrix selectors #641

Open
@bethesque

Description

@bethesque

This query should have returned a 400

{
  "q": [
    {
      "pacticipant": "X",
      "version": "123",
      "environment": "B"
    }
  ]
}

TODO: Work out if this is an error or a valid query - it causes an SQL error.

{
  "q": [
    {
      "pacticipant": "x",
      "version": "134234"
    },
    {
      "pacticipant": "x",
      "latest": "true",
      "environment": "B"
    }
  ]
}

This is a placeholder issue - it needs the rules written out properly before it can be picked up.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions