115 lines
2 KiB
YAML
115 lines
2 KiB
YAML
t1:
|
|
id: 1
|
|
note_id: 1
|
|
visible: true
|
|
event: opened
|
|
created_at: 2007-01-01 00:00:00
|
|
author_ip: '192.168.1.1'
|
|
body: 'This is the initial description of the note 1'
|
|
|
|
t2:
|
|
id: 2
|
|
note_id: 2
|
|
visible: true
|
|
event: opened
|
|
created_at: 2007-01-01 00:00:00
|
|
author_ip: '192.168.1.1'
|
|
body: 'This is the initial description of the note 2'
|
|
|
|
t3:
|
|
id: 3
|
|
note_id: 2
|
|
visible: true
|
|
event: opened
|
|
created_at: 2007-02-01 00:00:00
|
|
author_ip: '192.168.1.1'
|
|
body: 'This is an additional comment for note 2'
|
|
|
|
t4:
|
|
id: 4
|
|
note_id: 3
|
|
visible: true
|
|
event: opened
|
|
created_at: 2007-01-01 00:00:00
|
|
author_ip: '192.168.1.1'
|
|
body: 'This is the initial comment for note 3'
|
|
|
|
t5:
|
|
id: 5
|
|
note_id: 4
|
|
visible: true
|
|
event: opened
|
|
created_at: 2007-01-01 00:00:00
|
|
author_ip: '192.168.1.1'
|
|
body: 'Spam for note 4'
|
|
|
|
t6:
|
|
id: 6
|
|
note_id: 5
|
|
visible: true
|
|
event: opened
|
|
created_at: 2007-01-01 00:00:00
|
|
author_ip: '192.168.1.1'
|
|
body: 'Valid comment for note 5'
|
|
|
|
t7:
|
|
id: 7
|
|
note_id: 5
|
|
visible: false
|
|
event: commented
|
|
created_at: 2007-02-01 00:00:00
|
|
author_ip: '192.168.1.1'
|
|
body: 'Spam for note 5'
|
|
|
|
t8:
|
|
id: 8
|
|
note_id: 5
|
|
visible: true
|
|
event: commented
|
|
created_at: 2007-02-01 00:00:00
|
|
author_ip: '192.168.1.1'
|
|
body: 'Another valid comment for note 5'
|
|
|
|
t9:
|
|
id: 9
|
|
note_id: 6
|
|
visible: true
|
|
event: opened
|
|
created_at: 2007-01-01 00:00:00
|
|
author_id: 1
|
|
body: 'This is a note with from a logged-in user'
|
|
|
|
t10:
|
|
id: 10
|
|
note_id: 6
|
|
visible: true
|
|
event: commented
|
|
created_at: 2007-02-01 00:00:00
|
|
author_id: 4
|
|
body: 'A comment from another logged-in user'
|
|
|
|
t11:
|
|
id: 11
|
|
note_id: 7
|
|
visible: true
|
|
event: opened
|
|
created_at: 2007-01-01 00:00:00
|
|
author_ip: '192.168.1.1'
|
|
body: 'Initial note description'
|
|
|
|
t12:
|
|
id: 12
|
|
note_id: 7
|
|
visible: true
|
|
event: commented
|
|
created_at: 2007-02-01 00:00:00
|
|
author_ip: '192.168.1.1'
|
|
body: 'A comment description'
|
|
|
|
t13:
|
|
id: 13
|
|
note_id: 7
|
|
visible: true
|
|
event: closed
|
|
created_at: 2007-03-01 00:00:00
|
|
author_id: 4
|