Welcome to mirror list, hosted at ThFree Co, Russian Federation.

incidents_filter.json « mocks « incidents « frontend « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9f54e259b1d282968ac4aa4747a765d7a2c668d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
  [
    {
      "type": "assignee_username",
      "value": { "data": "root2" }
    },
    {
      "type": "author_username",
      "value": { "data": "root" }
    },
    {
      "type": "filtered-search-term",
      "value": { "data": "bar" }
    }
  ]