commits.mock.ts 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551
  1. export default {
  2. main: [
  3. {
  4. sha: 'd1527fbee422c7170e56845e55b49c4fd6de72a7',
  5. node_id:
  6. 'MDY6Q29tbWl0MTM3MDc4NDg3OmQxNTI3ZmJlZTQyMmM3MTcwZTU2ODQ1ZTU1YjQ5YzRmZDZkZTcyYTc=',
  7. commit: {
  8. author: {
  9. name: 'Haoqun Jiang',
  10. email: 'haoqunjiang@gmail.com',
  11. date: '2019-12-09T19:52:20Z',
  12. },
  13. committer: {
  14. name: 'Evan You',
  15. email: 'yyx990803@gmail.com',
  16. date: '2019-12-09T19:52:20Z',
  17. },
  18. message: 'test: add test for runtime-dom/modules/class (#75)',
  19. tree: {
  20. sha: 'f53f761827af281db86c31d113086c068c1d0789',
  21. url: 'https://api.github.com/repos/vuejs/core/git/trees/f53f761827af281db86c31d113086c068c1d0789',
  22. },
  23. url: 'https://api.github.com/repos/vuejs/core/git/commits/d1527fbee422c7170e56845e55b49c4fd6de72a7',
  24. comment_count: 0,
  25. verification: {
  26. verified: false,
  27. reason: 'unsigned',
  28. signature: null,
  29. payload: null,
  30. },
  31. },
  32. url: 'https://api.github.com/repos/vuejs/core/commits/d1527fbee422c7170e56845e55b49c4fd6de72a7',
  33. html_url:
  34. 'https://github.com/vuejs/core/commit/d1527fbee422c7170e56845e55b49c4fd6de72a7',
  35. comments_url:
  36. 'https://api.github.com/repos/vuejs/core/commits/d1527fbee422c7170e56845e55b49c4fd6de72a7/comments',
  37. author: {
  38. login: 'sodatea',
  39. id: 3277634,
  40. node_id: 'MDQ6VXNlcjMyNzc2MzQ=',
  41. avatar_url: 'https://avatars3.githubusercontent.com/u/3277634?v=4',
  42. gravatar_id: '',
  43. url: 'https://api.github.com/users/sodatea',
  44. html_url: 'https://github.com/sodatea',
  45. followers_url: 'https://api.github.com/users/sodatea/followers',
  46. following_url:
  47. 'https://api.github.com/users/sodatea/following{/other_user}',
  48. gists_url: 'https://api.github.com/users/sodatea/gists{/gist_id}',
  49. starred_url:
  50. 'https://api.github.com/users/sodatea/starred{/owner}{/repo}',
  51. subscriptions_url: 'https://api.github.com/users/sodatea/subscriptions',
  52. organizations_url: 'https://api.github.com/users/sodatea/orgs',
  53. repos_url: 'https://api.github.com/users/sodatea/repos',
  54. events_url: 'https://api.github.com/users/sodatea/events{/privacy}',
  55. received_events_url:
  56. 'https://api.github.com/users/sodatea/received_events',
  57. type: 'User',
  58. site_admin: false,
  59. },
  60. committer: {
  61. login: 'yyx990803',
  62. id: 499550,
  63. node_id: 'MDQ6VXNlcjQ5OTU1MA==',
  64. avatar_url: 'https://avatars1.githubusercontent.com/u/499550?v=4',
  65. gravatar_id: '',
  66. url: 'https://api.github.com/users/yyx990803',
  67. html_url: 'https://github.com/yyx990803',
  68. followers_url: 'https://api.github.com/users/yyx990803/followers',
  69. following_url:
  70. 'https://api.github.com/users/yyx990803/following{/other_user}',
  71. gists_url: 'https://api.github.com/users/yyx990803/gists{/gist_id}',
  72. starred_url:
  73. 'https://api.github.com/users/yyx990803/starred{/owner}{/repo}',
  74. subscriptions_url:
  75. 'https://api.github.com/users/yyx990803/subscriptions',
  76. organizations_url: 'https://api.github.com/users/yyx990803/orgs',
  77. repos_url: 'https://api.github.com/users/yyx990803/repos',
  78. events_url: 'https://api.github.com/users/yyx990803/events{/privacy}',
  79. received_events_url:
  80. 'https://api.github.com/users/yyx990803/received_events',
  81. type: 'User',
  82. site_admin: false,
  83. },
  84. parents: [
  85. {
  86. sha: '2383b45e322272ddc102d6914c149b284a25d04f',
  87. url: 'https://api.github.com/repos/vuejs/core/commits/2383b45e322272ddc102d6914c149b284a25d04f',
  88. html_url:
  89. 'https://github.com/vuejs/core/commit/2383b45e322272ddc102d6914c149b284a25d04f',
  90. },
  91. ],
  92. },
  93. {
  94. sha: '2383b45e322272ddc102d6914c149b284a25d04f',
  95. node_id:
  96. 'MDY6Q29tbWl0MTM3MDc4NDg3OjIzODNiNDVlMzIyMjcyZGRjMTAyZDY5MTRjMTQ5YjI4NGEyNWQwNGY=',
  97. commit: {
  98. author: {
  99. name: 'GCA',
  100. email: 'gcaaa31928@gmail.com',
  101. date: '2019-12-09T19:23:57Z',
  102. },
  103. committer: {
  104. name: 'Evan You',
  105. email: 'yyx990803@gmail.com',
  106. date: '2019-12-09T19:23:57Z',
  107. },
  108. message: 'chore: fix typo (#530) [ci skip]',
  109. tree: {
  110. sha: '2a5872ff8dc8ccb8121abd7e890ac3c0c9f1209f',
  111. url: 'https://api.github.com/repos/vuejs/core/git/trees/2a5872ff8dc8ccb8121abd7e890ac3c0c9f1209f',
  112. },
  113. url: 'https://api.github.com/repos/vuejs/core/git/commits/2383b45e322272ddc102d6914c149b284a25d04f',
  114. comment_count: 0,
  115. verification: {
  116. verified: false,
  117. reason: 'unsigned',
  118. signature: null,
  119. payload: null,
  120. },
  121. },
  122. url: 'https://api.github.com/repos/vuejs/core/commits/2383b45e322272ddc102d6914c149b284a25d04f',
  123. html_url:
  124. 'https://github.com/vuejs/core/commit/2383b45e322272ddc102d6914c149b284a25d04f',
  125. comments_url:
  126. 'https://api.github.com/repos/vuejs/core/commits/2383b45e322272ddc102d6914c149b284a25d04f/comments',
  127. author: {
  128. login: 'gcaaa31928',
  129. id: 6309392,
  130. node_id: 'MDQ6VXNlcjYzMDkzOTI=',
  131. avatar_url: 'https://avatars1.githubusercontent.com/u/6309392?v=4',
  132. gravatar_id: '',
  133. url: 'https://api.github.com/users/gcaaa31928',
  134. html_url: 'https://github.com/gcaaa31928',
  135. followers_url: 'https://api.github.com/users/gcaaa31928/followers',
  136. following_url:
  137. 'https://api.github.com/users/gcaaa31928/following{/other_user}',
  138. gists_url: 'https://api.github.com/users/gcaaa31928/gists{/gist_id}',
  139. starred_url:
  140. 'https://api.github.com/users/gcaaa31928/starred{/owner}{/repo}',
  141. subscriptions_url:
  142. 'https://api.github.com/users/gcaaa31928/subscriptions',
  143. organizations_url: 'https://api.github.com/users/gcaaa31928/orgs',
  144. repos_url: 'https://api.github.com/users/gcaaa31928/repos',
  145. events_url: 'https://api.github.com/users/gcaaa31928/events{/privacy}',
  146. received_events_url:
  147. 'https://api.github.com/users/gcaaa31928/received_events',
  148. type: 'User',
  149. site_admin: false,
  150. },
  151. committer: {
  152. login: 'yyx990803',
  153. id: 499550,
  154. node_id: 'MDQ6VXNlcjQ5OTU1MA==',
  155. avatar_url: 'https://avatars1.githubusercontent.com/u/499550?v=4',
  156. gravatar_id: '',
  157. url: 'https://api.github.com/users/yyx990803',
  158. html_url: 'https://github.com/yyx990803',
  159. followers_url: 'https://api.github.com/users/yyx990803/followers',
  160. following_url:
  161. 'https://api.github.com/users/yyx990803/following{/other_user}',
  162. gists_url: 'https://api.github.com/users/yyx990803/gists{/gist_id}',
  163. starred_url:
  164. 'https://api.github.com/users/yyx990803/starred{/owner}{/repo}',
  165. subscriptions_url:
  166. 'https://api.github.com/users/yyx990803/subscriptions',
  167. organizations_url: 'https://api.github.com/users/yyx990803/orgs',
  168. repos_url: 'https://api.github.com/users/yyx990803/repos',
  169. events_url: 'https://api.github.com/users/yyx990803/events{/privacy}',
  170. received_events_url:
  171. 'https://api.github.com/users/yyx990803/received_events',
  172. type: 'User',
  173. site_admin: false,
  174. },
  175. parents: [
  176. {
  177. sha: 'e7e1314cccd1a66fcf8b8526ec21350ec16cc3ad',
  178. url: 'https://api.github.com/repos/vuejs/core/commits/e7e1314cccd1a66fcf8b8526ec21350ec16cc3ad',
  179. html_url:
  180. 'https://github.com/vuejs/core/commit/e7e1314cccd1a66fcf8b8526ec21350ec16cc3ad',
  181. },
  182. ],
  183. },
  184. {
  185. sha: 'e7e1314cccd1a66fcf8b8526ec21350ec16cc3ad',
  186. node_id:
  187. 'MDY6Q29tbWl0MTM3MDc4NDg3OmU3ZTEzMTRjY2NkMWE2NmZjZjhiODUyNmVjMjEzNTBlYzE2Y2MzYWQ=',
  188. commit: {
  189. author: {
  190. name: 'Evan You',
  191. email: 'yyx990803@gmail.com',
  192. date: '2019-12-09T19:23:01Z',
  193. },
  194. committer: {
  195. name: 'Evan You',
  196. email: 'yyx990803@gmail.com',
  197. date: '2019-12-09T19:23:01Z',
  198. },
  199. message: 'test: fix warning',
  200. tree: {
  201. sha: 'd942b17681e2e2fbbcd2ee04092390c7f2cf534d',
  202. url: 'https://api.github.com/repos/vuejs/core/git/trees/d942b17681e2e2fbbcd2ee04092390c7f2cf534d',
  203. },
  204. url: 'https://api.github.com/repos/vuejs/core/git/commits/e7e1314cccd1a66fcf8b8526ec21350ec16cc3ad',
  205. comment_count: 0,
  206. verification: {
  207. verified: false,
  208. reason: 'unsigned',
  209. signature: null,
  210. payload: null,
  211. },
  212. },
  213. url: 'https://api.github.com/repos/vuejs/core/commits/e7e1314cccd1a66fcf8b8526ec21350ec16cc3ad',
  214. html_url:
  215. 'https://github.com/vuejs/core/commit/e7e1314cccd1a66fcf8b8526ec21350ec16cc3ad',
  216. comments_url:
  217. 'https://api.github.com/repos/vuejs/core/commits/e7e1314cccd1a66fcf8b8526ec21350ec16cc3ad/comments',
  218. author: {
  219. login: 'yyx990803',
  220. id: 499550,
  221. node_id: 'MDQ6VXNlcjQ5OTU1MA==',
  222. avatar_url: 'https://avatars1.githubusercontent.com/u/499550?v=4',
  223. gravatar_id: '',
  224. url: 'https://api.github.com/users/yyx990803',
  225. html_url: 'https://github.com/yyx990803',
  226. followers_url: 'https://api.github.com/users/yyx990803/followers',
  227. following_url:
  228. 'https://api.github.com/users/yyx990803/following{/other_user}',
  229. gists_url: 'https://api.github.com/users/yyx990803/gists{/gist_id}',
  230. starred_url:
  231. 'https://api.github.com/users/yyx990803/starred{/owner}{/repo}',
  232. subscriptions_url:
  233. 'https://api.github.com/users/yyx990803/subscriptions',
  234. organizations_url: 'https://api.github.com/users/yyx990803/orgs',
  235. repos_url: 'https://api.github.com/users/yyx990803/repos',
  236. events_url: 'https://api.github.com/users/yyx990803/events{/privacy}',
  237. received_events_url:
  238. 'https://api.github.com/users/yyx990803/received_events',
  239. type: 'User',
  240. site_admin: false,
  241. },
  242. committer: {
  243. login: 'yyx990803',
  244. id: 499550,
  245. node_id: 'MDQ6VXNlcjQ5OTU1MA==',
  246. avatar_url: 'https://avatars1.githubusercontent.com/u/499550?v=4',
  247. gravatar_id: '',
  248. url: 'https://api.github.com/users/yyx990803',
  249. html_url: 'https://github.com/yyx990803',
  250. followers_url: 'https://api.github.com/users/yyx990803/followers',
  251. following_url:
  252. 'https://api.github.com/users/yyx990803/following{/other_user}',
  253. gists_url: 'https://api.github.com/users/yyx990803/gists{/gist_id}',
  254. starred_url:
  255. 'https://api.github.com/users/yyx990803/starred{/owner}{/repo}',
  256. subscriptions_url:
  257. 'https://api.github.com/users/yyx990803/subscriptions',
  258. organizations_url: 'https://api.github.com/users/yyx990803/orgs',
  259. repos_url: 'https://api.github.com/users/yyx990803/repos',
  260. events_url: 'https://api.github.com/users/yyx990803/events{/privacy}',
  261. received_events_url:
  262. 'https://api.github.com/users/yyx990803/received_events',
  263. type: 'User',
  264. site_admin: false,
  265. },
  266. parents: [
  267. {
  268. sha: '12ec62e6881f83dfa6c7f8a3c3650ec2567e6b1e',
  269. url: 'https://api.github.com/repos/vuejs/core/commits/12ec62e6881f83dfa6c7f8a3c3650ec2567e6b1e',
  270. html_url:
  271. 'https://github.com/vuejs/core/commit/12ec62e6881f83dfa6c7f8a3c3650ec2567e6b1e',
  272. },
  273. ],
  274. },
  275. ],
  276. 'v2-compat': [
  277. {
  278. sha: 'ecf4da822eea97f5db5fa769d39f994755384a4b',
  279. node_id:
  280. 'MDY6Q29tbWl0MTM3MDc4NDg3OmVjZjRkYTgyMmVlYTk3ZjVkYjVmYTc2OWQzOWY5OTQ3NTUzODRhNGI=',
  281. commit: {
  282. author: {
  283. name: 'Evan You',
  284. email: 'yyx990803@gmail.com',
  285. date: '2018-11-13T03:42:34Z',
  286. },
  287. committer: {
  288. name: 'Evan You',
  289. email: 'yyx990803@gmail.com',
  290. date: '2018-11-13T03:54:01Z',
  291. },
  292. message: 'chore: fix tests',
  293. tree: {
  294. sha: '6ac7bd078a6eb0ad32b5102e0c5d2c29f2b20a48',
  295. url: 'https://api.github.com/repos/vuejs/core/git/trees/6ac7bd078a6eb0ad32b5102e0c5d2c29f2b20a48',
  296. },
  297. url: 'https://api.github.com/repos/vuejs/core/git/commits/ecf4da822eea97f5db5fa769d39f994755384a4b',
  298. comment_count: 0,
  299. verification: {
  300. verified: false,
  301. reason: 'unsigned',
  302. signature: null,
  303. payload: null,
  304. },
  305. },
  306. url: 'https://api.github.com/repos/vuejs/core/commits/ecf4da822eea97f5db5fa769d39f994755384a4b',
  307. html_url:
  308. 'https://github.com/vuejs/core/commit/ecf4da822eea97f5db5fa769d39f994755384a4b',
  309. comments_url:
  310. 'https://api.github.com/repos/vuejs/core/commits/ecf4da822eea97f5db5fa769d39f994755384a4b/comments',
  311. author: {
  312. login: 'yyx990803',
  313. id: 499550,
  314. node_id: 'MDQ6VXNlcjQ5OTU1MA==',
  315. avatar_url: 'https://avatars1.githubusercontent.com/u/499550?v=4',
  316. gravatar_id: '',
  317. url: 'https://api.github.com/users/yyx990803',
  318. html_url: 'https://github.com/yyx990803',
  319. followers_url: 'https://api.github.com/users/yyx990803/followers',
  320. following_url:
  321. 'https://api.github.com/users/yyx990803/following{/other_user}',
  322. gists_url: 'https://api.github.com/users/yyx990803/gists{/gist_id}',
  323. starred_url:
  324. 'https://api.github.com/users/yyx990803/starred{/owner}{/repo}',
  325. subscriptions_url:
  326. 'https://api.github.com/users/yyx990803/subscriptions',
  327. organizations_url: 'https://api.github.com/users/yyx990803/orgs',
  328. repos_url: 'https://api.github.com/users/yyx990803/repos',
  329. events_url: 'https://api.github.com/users/yyx990803/events{/privacy}',
  330. received_events_url:
  331. 'https://api.github.com/users/yyx990803/received_events',
  332. type: 'User',
  333. site_admin: false,
  334. },
  335. committer: {
  336. login: 'yyx990803',
  337. id: 499550,
  338. node_id: 'MDQ6VXNlcjQ5OTU1MA==',
  339. avatar_url: 'https://avatars1.githubusercontent.com/u/499550?v=4',
  340. gravatar_id: '',
  341. url: 'https://api.github.com/users/yyx990803',
  342. html_url: 'https://github.com/yyx990803',
  343. followers_url: 'https://api.github.com/users/yyx990803/followers',
  344. following_url:
  345. 'https://api.github.com/users/yyx990803/following{/other_user}',
  346. gists_url: 'https://api.github.com/users/yyx990803/gists{/gist_id}',
  347. starred_url:
  348. 'https://api.github.com/users/yyx990803/starred{/owner}{/repo}',
  349. subscriptions_url:
  350. 'https://api.github.com/users/yyx990803/subscriptions',
  351. organizations_url: 'https://api.github.com/users/yyx990803/orgs',
  352. repos_url: 'https://api.github.com/users/yyx990803/repos',
  353. events_url: 'https://api.github.com/users/yyx990803/events{/privacy}',
  354. received_events_url:
  355. 'https://api.github.com/users/yyx990803/received_events',
  356. type: 'User',
  357. site_admin: false,
  358. },
  359. parents: [
  360. {
  361. sha: 'ca296812d54aff123472d7147b83fddfb634d9bc',
  362. url: 'https://api.github.com/repos/vuejs/core/commits/ca296812d54aff123472d7147b83fddfb634d9bc',
  363. html_url:
  364. 'https://github.com/vuejs/core/commit/ca296812d54aff123472d7147b83fddfb634d9bc',
  365. },
  366. ],
  367. },
  368. {
  369. sha: 'ca296812d54aff123472d7147b83fddfb634d9bc',
  370. node_id:
  371. 'MDY6Q29tbWl0MTM3MDc4NDg3OmNhMjk2ODEyZDU0YWZmMTIzNDcyZDcxNDdiODNmZGRmYjYzNGQ5YmM=',
  372. commit: {
  373. author: {
  374. name: 'Evan You',
  375. email: 'yyx990803@gmail.com',
  376. date: '2018-11-13T03:21:56Z',
  377. },
  378. committer: {
  379. name: 'Evan You',
  380. email: 'yyx990803@gmail.com',
  381. date: '2018-11-13T03:46:06Z',
  382. },
  383. message: 'refactor: bring back clone for reused nodes',
  384. tree: {
  385. sha: '2cec32c97686e0ee9af1b87f0abdbbbdc18b6de6',
  386. url: 'https://api.github.com/repos/vuejs/core/git/trees/2cec32c97686e0ee9af1b87f0abdbbbdc18b6de6',
  387. },
  388. url: 'https://api.github.com/repos/vuejs/core/git/commits/ca296812d54aff123472d7147b83fddfb634d9bc',
  389. comment_count: 0,
  390. verification: {
  391. verified: false,
  392. reason: 'unsigned',
  393. signature: null,
  394. payload: null,
  395. },
  396. },
  397. url: 'https://api.github.com/repos/vuejs/core/commits/ca296812d54aff123472d7147b83fddfb634d9bc',
  398. html_url:
  399. 'https://github.com/vuejs/core/commit/ca296812d54aff123472d7147b83fddfb634d9bc',
  400. comments_url:
  401. 'https://api.github.com/repos/vuejs/core/commits/ca296812d54aff123472d7147b83fddfb634d9bc/comments',
  402. author: {
  403. login: 'yyx990803',
  404. id: 499550,
  405. node_id: 'MDQ6VXNlcjQ5OTU1MA==',
  406. avatar_url: 'https://avatars1.githubusercontent.com/u/499550?v=4',
  407. gravatar_id: '',
  408. url: 'https://api.github.com/users/yyx990803',
  409. html_url: 'https://github.com/yyx990803',
  410. followers_url: 'https://api.github.com/users/yyx990803/followers',
  411. following_url:
  412. 'https://api.github.com/users/yyx990803/following{/other_user}',
  413. gists_url: 'https://api.github.com/users/yyx990803/gists{/gist_id}',
  414. starred_url:
  415. 'https://api.github.com/users/yyx990803/starred{/owner}{/repo}',
  416. subscriptions_url:
  417. 'https://api.github.com/users/yyx990803/subscriptions',
  418. organizations_url: 'https://api.github.com/users/yyx990803/orgs',
  419. repos_url: 'https://api.github.com/users/yyx990803/repos',
  420. events_url: 'https://api.github.com/users/yyx990803/events{/privacy}',
  421. received_events_url:
  422. 'https://api.github.com/users/yyx990803/received_events',
  423. type: 'User',
  424. site_admin: false,
  425. },
  426. committer: {
  427. login: 'yyx990803',
  428. id: 499550,
  429. node_id: 'MDQ6VXNlcjQ5OTU1MA==',
  430. avatar_url: 'https://avatars1.githubusercontent.com/u/499550?v=4',
  431. gravatar_id: '',
  432. url: 'https://api.github.com/users/yyx990803',
  433. html_url: 'https://github.com/yyx990803',
  434. followers_url: 'https://api.github.com/users/yyx990803/followers',
  435. following_url:
  436. 'https://api.github.com/users/yyx990803/following{/other_user}',
  437. gists_url: 'https://api.github.com/users/yyx990803/gists{/gist_id}',
  438. starred_url:
  439. 'https://api.github.com/users/yyx990803/starred{/owner}{/repo}',
  440. subscriptions_url:
  441. 'https://api.github.com/users/yyx990803/subscriptions',
  442. organizations_url: 'https://api.github.com/users/yyx990803/orgs',
  443. repos_url: 'https://api.github.com/users/yyx990803/repos',
  444. events_url: 'https://api.github.com/users/yyx990803/events{/privacy}',
  445. received_events_url:
  446. 'https://api.github.com/users/yyx990803/received_events',
  447. type: 'User',
  448. site_admin: false,
  449. },
  450. parents: [
  451. {
  452. sha: 'e6be55a4989edb6f8750dbaa14eb693ec1f0d67b',
  453. url: 'https://api.github.com/repos/vuejs/core/commits/e6be55a4989edb6f8750dbaa14eb693ec1f0d67b',
  454. html_url:
  455. 'https://github.com/vuejs/core/commit/e6be55a4989edb6f8750dbaa14eb693ec1f0d67b',
  456. },
  457. ],
  458. },
  459. {
  460. sha: 'e6be55a4989edb6f8750dbaa14eb693ec1f0d67b',
  461. node_id:
  462. 'MDY6Q29tbWl0MTM3MDc4NDg3OmU2YmU1NWE0OTg5ZWRiNmY4NzUwZGJhYTE0ZWI2OTNlYzFmMGQ2N2I=',
  463. commit: {
  464. author: {
  465. name: 'Evan You',
  466. email: 'yyx990803@gmail.com',
  467. date: '2018-11-02T20:59:45Z',
  468. },
  469. committer: {
  470. name: 'Evan You',
  471. email: 'yyx990803@gmail.com',
  472. date: '2018-11-02T20:59:45Z',
  473. },
  474. message: 'chore: relax render type for tsx',
  475. tree: {
  476. sha: '7e2b3bb92ab91f755b2251e4a7903e6dd2042602',
  477. url: 'https://api.github.com/repos/vuejs/core/git/trees/7e2b3bb92ab91f755b2251e4a7903e6dd2042602',
  478. },
  479. url: 'https://api.github.com/repos/vuejs/core/git/commits/e6be55a4989edb6f8750dbaa14eb693ec1f0d67b',
  480. comment_count: 0,
  481. verification: {
  482. verified: false,
  483. reason: 'unsigned',
  484. signature: null,
  485. payload: null,
  486. },
  487. },
  488. url: 'https://api.github.com/repos/vuejs/core/commits/e6be55a4989edb6f8750dbaa14eb693ec1f0d67b',
  489. html_url:
  490. 'https://github.com/vuejs/core/commit/e6be55a4989edb6f8750dbaa14eb693ec1f0d67b',
  491. comments_url:
  492. 'https://api.github.com/repos/vuejs/core/commits/e6be55a4989edb6f8750dbaa14eb693ec1f0d67b/comments',
  493. author: {
  494. login: 'yyx990803',
  495. id: 499550,
  496. node_id: 'MDQ6VXNlcjQ5OTU1MA==',
  497. avatar_url: 'https://avatars1.githubusercontent.com/u/499550?v=4',
  498. gravatar_id: '',
  499. url: 'https://api.github.com/users/yyx990803',
  500. html_url: 'https://github.com/yyx990803',
  501. followers_url: 'https://api.github.com/users/yyx990803/followers',
  502. following_url:
  503. 'https://api.github.com/users/yyx990803/following{/other_user}',
  504. gists_url: 'https://api.github.com/users/yyx990803/gists{/gist_id}',
  505. starred_url:
  506. 'https://api.github.com/users/yyx990803/starred{/owner}{/repo}',
  507. subscriptions_url:
  508. 'https://api.github.com/users/yyx990803/subscriptions',
  509. organizations_url: 'https://api.github.com/users/yyx990803/orgs',
  510. repos_url: 'https://api.github.com/users/yyx990803/repos',
  511. events_url: 'https://api.github.com/users/yyx990803/events{/privacy}',
  512. received_events_url:
  513. 'https://api.github.com/users/yyx990803/received_events',
  514. type: 'User',
  515. site_admin: false,
  516. },
  517. committer: {
  518. login: 'yyx990803',
  519. id: 499550,
  520. node_id: 'MDQ6VXNlcjQ5OTU1MA==',
  521. avatar_url: 'https://avatars1.githubusercontent.com/u/499550?v=4',
  522. gravatar_id: '',
  523. url: 'https://api.github.com/users/yyx990803',
  524. html_url: 'https://github.com/yyx990803',
  525. followers_url: 'https://api.github.com/users/yyx990803/followers',
  526. following_url:
  527. 'https://api.github.com/users/yyx990803/following{/other_user}',
  528. gists_url: 'https://api.github.com/users/yyx990803/gists{/gist_id}',
  529. starred_url:
  530. 'https://api.github.com/users/yyx990803/starred{/owner}{/repo}',
  531. subscriptions_url:
  532. 'https://api.github.com/users/yyx990803/subscriptions',
  533. organizations_url: 'https://api.github.com/users/yyx990803/orgs',
  534. repos_url: 'https://api.github.com/users/yyx990803/repos',
  535. events_url: 'https://api.github.com/users/yyx990803/events{/privacy}',
  536. received_events_url:
  537. 'https://api.github.com/users/yyx990803/received_events',
  538. type: 'User',
  539. site_admin: false,
  540. },
  541. parents: [
  542. {
  543. sha: 'ccc835caff0344baad3c92ce786ad4f804bf667b',
  544. url: 'https://api.github.com/repos/vuejs/core/commits/ccc835caff0344baad3c92ce786ad4f804bf667b',
  545. html_url:
  546. 'https://github.com/vuejs/core/commit/ccc835caff0344baad3c92ce786ad4f804bf667b',
  547. },
  548. ],
  549. },
  550. ],
  551. } as any