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

items_filters.json « mocks « paginated_table_with_search_and_tabs « components « vue_shared « frontend « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e5678c9a956f87cfee0c2bdb875daa34d8beb520 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[
  {
    "type": "assignee",
    "value": {
      "data": "root2"
    }
  },
  {
    "type": "author",
    "value": {
      "data": "root"
    }
  },
  {
    "type": "filtered-search-term",
    "value": {
      "data": "bar"
    }
  }
]