groups.js 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. export function Groups() {
  2. return [
  3. {
  4. lastSeen: '2017-07-25T02:22:19Z',
  5. numComments: 0,
  6. userCount: 1,
  7. culprit: 'Constructor.onSimilarUpdate(app/views/groupSimilar/groupingMergedList)',
  8. title: 'ReferenceError: unmergedList is not defined',
  9. id: '274',
  10. assignedTo: null,
  11. logger: 'javascript',
  12. type: 'error',
  13. annotations: [],
  14. metadata: {type: 'ReferenceError', value: 'unmergedList is not defined'},
  15. status: 'unresolved',
  16. subscriptionDetails: null,
  17. isPublic: false,
  18. hasSeen: false,
  19. shortId: 'INTERNAL-4K',
  20. shareId: '312e323734',
  21. firstSeen: '2017-07-25T02:21:52Z',
  22. count: '2',
  23. permalink: 'http://localhost:8000/sentry/project-slug/issues/274/',
  24. level: 'error',
  25. isSubscribed: true,
  26. isBookmarked: false,
  27. project: {name: 'Internal', slug: 'project-slug', id: '123'},
  28. statusDetails: {},
  29. },
  30. {
  31. lastSeen: '2017-07-25T02:20:35Z',
  32. numComments: 0,
  33. userCount: 1,
  34. culprit: 'size(app/views/groupSimilar/groupingMergedList)',
  35. title: "TypeError: Cannot read property 'size' of undefined",
  36. id: '275',
  37. assignedTo: null,
  38. logger: 'javascript',
  39. type: 'error',
  40. annotations: [],
  41. metadata: {type: 'TypeError', value: "Cannot read property 'size' of undefined"},
  42. status: 'unresolved',
  43. subscriptionDetails: null,
  44. isPublic: false,
  45. hasSeen: true,
  46. shortId: 'INTERNAL-4M',
  47. shareId: '312e323735',
  48. firstSeen: '2017-07-25T02:20:35Z',
  49. count: '1',
  50. permalink: 'http://localhost:8000/sentry/project-slug/issues/275/',
  51. level: 'error',
  52. isSubscribed: true,
  53. isBookmarked: false,
  54. project: {name: 'Internal', slug: 'project-slug', id: '123'},
  55. statusDetails: {},
  56. },
  57. {
  58. lastSeen: '2017-07-24T23:41:44Z',
  59. numComments: 0,
  60. userCount: 3,
  61. culprit: 'length(app/views/groupSimilar/groupSimilarView)',
  62. title: "TypeError: Cannot read property 'length' of undefined",
  63. id: '271',
  64. assignedTo: null,
  65. logger: 'javascript',
  66. type: 'error',
  67. annotations: [],
  68. metadata: {
  69. type: 'TypeError',
  70. value: "Cannot read property 'length' of undefined",
  71. },
  72. status: 'resolved',
  73. subscriptionDetails: null,
  74. isPublic: false,
  75. hasSeen: false,
  76. shortId: 'INTERNAL-4G',
  77. shareId: '312e323731',
  78. firstSeen: '2017-07-10T18:32:43Z',
  79. count: '90',
  80. permalink: 'http://localhost:8000/sentry/project-slug/issues/271/',
  81. level: 'error',
  82. isSubscribed: true,
  83. isBookmarked: false,
  84. project: {name: 'Internal', slug: 'project-slug', id: '123'},
  85. statusDetails: {},
  86. },
  87. {
  88. lastSeen: '2017-07-25T23:21:19Z',
  89. numComments: 0,
  90. userCount: 1,
  91. culprit: 'stale(app/views/groupDetails)',
  92. title: "TypeError: Cannot read property 'stale' of undefined",
  93. id: '216',
  94. assignedTo: {
  95. username: 'billy@sentry.io',
  96. isManaged: false,
  97. lastActive: '2017-07-26T18:28:19.391Z',
  98. identities: [],
  99. id: '1',
  100. isActive: true,
  101. has2fa: false,
  102. name: 'billy@sentry.io',
  103. avatarUrl:
  104. 'https://secure.gravatar.com/avatar/7b544e8eb9d08ed777be5aa82121155a?s=32&d=mm',
  105. dateJoined: '2017-06-26T21:02:13.264Z',
  106. emails: [{is_verified: false, id: '1', email: 'billy@sentry.io'}],
  107. avatar: {avatarUuid: null, avatarType: 'letter_avatar'},
  108. lastLogin: '2017-07-25T01:00:50.473Z',
  109. email: 'billy@sentry.io',
  110. },
  111. logger: 'javascript',
  112. type: 'error',
  113. annotations: [],
  114. metadata: {type: 'TypeError', value: "Cannot read property 'stale' of undefined"},
  115. status: 'unresolved',
  116. subscriptionDetails: {reason: 'changed_status'},
  117. isPublic: false,
  118. hasSeen: true,
  119. shortId: 'INTERNAL-2S',
  120. shareId: '312e323136',
  121. firstSeen: '2017-07-25T02:20:35Z',
  122. count: '15',
  123. permalink: 'http://localhost:8000/sentry/project-slug/issues/216/',
  124. level: 'error',
  125. isSubscribed: true,
  126. isBookmarked: false,
  127. project: {name: 'Internal', slug: 'project-slug', id: '123'},
  128. statusDetails: {},
  129. },
  130. ];
  131. }