summaryrefslogtreecommitdiffstats
path: root/models/fixtures/reaction.yml
blob: ee571a73a485e5c49ad7d33b5c9f1988ee94861f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
-
  id: 1 # issue reaction
  type: zzz # not allowed reaction (added before allowed reaction list has changed)
  issue_id: 1
  comment_id: 0
  user_id: 2
  created_unix: 1573248001

-
  id: 2 # issue reaction
  type: zzz # not allowed reaction (added before allowed reaction list has changed)
  issue_id: 1
  comment_id: 0
  user_id: 1
  created_unix: 1573248002

-
  id: 3 # issue reaction
  type: eyes # allowed reaction
  issue_id: 1
  comment_id: 0
  user_id: 2
  created_unix: 1573248003

-
  id: 4 # comment reaction
  type: laugh # allowed reaction
  issue_id: 1
  comment_id: 2
  user_id: 2
  created_unix: 1573248004

-
  id: 5 # comment reaction
  type: laugh # allowed reaction
  issue_id: 1
  comment_id: 2
  user_id: 1
  created_unix: 1573248005