You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

comment.yml 1.2KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. -
  2. id: 1
  3. type: 7 # label
  4. poster_id: 2
  5. issue_id: 1 # in repo_id 1
  6. label_id: 1
  7. content: "1"
  8. created_unix: 946684810
  9. -
  10. id: 2
  11. type: 0 # comment
  12. poster_id: 3 # user not watching (see watch.yml)
  13. issue_id: 1 # in repo_id 1
  14. content: "good work!"
  15. created_unix: 946684811
  16. updated_unix: 946684811
  17. -
  18. id: 3
  19. type: 0 # comment
  20. poster_id: 5 # user not watching (see watch.yml)
  21. issue_id: 1 # in repo_id 1
  22. content: "meh..."
  23. created_unix: 946684812
  24. updated_unix: 946684812
  25. -
  26. id: 4
  27. type: 21 # code comment
  28. poster_id: 1
  29. issue_id: 2
  30. content: "meh..."
  31. review_id: 4
  32. line: 4
  33. tree_path: "README.md"
  34. created_unix: 946684812
  35. invalidated: false
  36. -
  37. id: 5
  38. type: 21 # code comment
  39. poster_id: 1
  40. issue_id: 2
  41. content: "meh..."
  42. line: -4
  43. tree_path: "README.md"
  44. created_unix: 946684812
  45. invalidated: false
  46. -
  47. id: 6
  48. type: 21 # code comment
  49. poster_id: 1
  50. issue_id: 2
  51. content: "it's already invalidated. boring..."
  52. line: -4
  53. tree_path: "README.md"
  54. created_unix: 946684812
  55. invalidated: true
  56. -
  57. id: 7
  58. type: 21 # code comment
  59. poster_id: 100
  60. issue_id: 3
  61. content: "a review from a deleted user"
  62. line: -4
  63. review_id: 10
  64. tree_path: "README.md"
  65. created_unix: 946684812
  66. invalidated: true