commit_data.js 33 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385
  1. export const commit_data = [
  2. {
  3. created_at: "2013-11-07T19:41:25-08:00",
  4. payload: { issue_id: 22111847, comment_id: 28032260 },
  5. public: true,
  6. type: "IssueCommentEvent",
  7. url: "https://github.com/peers/peerjs/issues/101#issuecomment-28032260",
  8. actor: "ericz",
  9. actor_attributes: {
  10. login: "ericz",
  11. type: "User",
  12. gravatar_id: "c584ef7fe434331f7068ea49cacd88b9",
  13. name: "Eric Zhang",
  14. company: "Lever",
  15. blog: "https://twitter.com/reallyez",
  16. location: "Berkeley",
  17. email: "eric@ericzhang.com",
  18. },
  19. repository: {
  20. id: 7292898,
  21. name: "peerjs",
  22. url: "https://github.com/peers/peerjs",
  23. description: "Peer-to-peer data in the browser.",
  24. homepage: "https://peerjs.com",
  25. watchers: 1647,
  26. stargazers: 1647,
  27. forks: 145,
  28. fork: false,
  29. size: 2188,
  30. owner: "peers",
  31. private: false,
  32. open_issues: 20,
  33. has_issues: true,
  34. has_downloads: true,
  35. has_wiki: true,
  36. language: "JavaScript",
  37. created_at: "2012-12-22T23:28:47-08:00",
  38. pushed_at: "2013-11-09T22:58:31-08:00",
  39. master_branch: "master",
  40. organization: "peers",
  41. },
  42. },
  43. {
  44. created_at: "2013-11-07T19:35:50-08:00",
  45. payload: { issue_id: 22196839, comment_id: 28031970 },
  46. public: true,
  47. type: "IssueCommentEvent",
  48. url: "https://github.com/peers/peerjs/issues/103#issuecomment-28031970",
  49. actor: "ericz",
  50. actor_attributes: {
  51. login: "ericz",
  52. type: "User",
  53. gravatar_id: "c584ef7fe434331f7068ea49cacd88b9",
  54. name: "Eric Zhang",
  55. company: "Lever",
  56. blog: "https://twitter.com/reallyez",
  57. location: "Berkeley",
  58. email: "eric@ericzhang.com",
  59. },
  60. repository: {
  61. id: 7292898,
  62. name: "peerjs",
  63. url: "https://github.com/peers/peerjs",
  64. description: "Peer-to-peer data in the browser.",
  65. homepage: "https://peerjs.com",
  66. watchers: 1647,
  67. stargazers: 1647,
  68. forks: 145,
  69. fork: false,
  70. size: 2188,
  71. owner: "peers",
  72. private: false,
  73. open_issues: 20,
  74. has_issues: true,
  75. has_downloads: true,
  76. has_wiki: true,
  77. language: "JavaScript",
  78. created_at: "2012-12-22T23:28:47-08:00",
  79. pushed_at: "2013-11-09T22:58:31-08:00",
  80. master_branch: "master",
  81. organization: "peers",
  82. },
  83. },
  84. {
  85. created_at: "2013-11-02T15:18:51-07:00",
  86. payload: {
  87. ref: "0.3.3",
  88. ref_type: "tag",
  89. master_branch: "master",
  90. description: "Peer-to-peer data in the browser.",
  91. },
  92. public: true,
  93. type: "CreateEvent",
  94. url: "https://github.com/peers/peerjs/tree/0.3.3",
  95. actor: "ericz",
  96. actor_attributes: {
  97. login: "ericz",
  98. type: "User",
  99. gravatar_id: "c584ef7fe434331f7068ea49cacd88b9",
  100. name: "Eric Zhang",
  101. company: "Lever",
  102. blog: "https://twitter.com/reallyez",
  103. location: "Berkeley",
  104. email: "eric@ericzhang.com",
  105. },
  106. repository: {
  107. id: 7292898,
  108. name: "peerjs",
  109. url: "https://github.com/peers/peerjs",
  110. description: "Peer-to-peer data in the browser.",
  111. homepage: "https://peerjs.com",
  112. watchers: 1647,
  113. stargazers: 1647,
  114. forks: 145,
  115. fork: false,
  116. size: 2188,
  117. owner: "peers",
  118. private: false,
  119. open_issues: 20,
  120. has_issues: true,
  121. has_downloads: true,
  122. has_wiki: true,
  123. language: "JavaScript",
  124. created_at: "2012-12-22T23:28:47-08:00",
  125. pushed_at: "2013-11-09T22:58:31-08:00",
  126. master_branch: "master",
  127. organization: "peers",
  128. },
  129. },
  130. {
  131. created_at: "2013-11-02T15:18:49-07:00",
  132. payload: {
  133. shas: [
  134. [
  135. "9976990c61c0f9c3c44f1de2a997ff8f21013d2a",
  136. "really.ez@gmail.com",
  137. "Bump to 0.3.3",
  138. "ericz",
  139. true,
  140. ],
  141. ],
  142. size: 1,
  143. ref: "refs/heads/master",
  144. head: "9976990c61c0f9c3c44f1de2a997ff8f21013d2a",
  145. },
  146. public: true,
  147. type: "PushEvent",
  148. url: "https://github.com/peers/peerjs/compare/c9adf5076e...9976990c61",
  149. actor: "ericz",
  150. actor_attributes: {
  151. login: "ericz",
  152. type: "User",
  153. gravatar_id: "c584ef7fe434331f7068ea49cacd88b9",
  154. name: "Eric Zhang",
  155. company: "Lever",
  156. blog: "https://twitter.com/reallyez",
  157. location: "Berkeley",
  158. email: "eric@ericzhang.com",
  159. },
  160. repository: {
  161. id: 7292898,
  162. name: "peerjs",
  163. url: "https://github.com/peers/peerjs",
  164. description: "Peer-to-peer data in the browser.",
  165. homepage: "https://peerjs.com",
  166. watchers: 1647,
  167. stargazers: 1647,
  168. forks: 145,
  169. fork: false,
  170. size: 2188,
  171. owner: "peers",
  172. private: false,
  173. open_issues: 20,
  174. has_issues: true,
  175. has_downloads: true,
  176. has_wiki: true,
  177. language: "JavaScript",
  178. created_at: "2012-12-22T23:28:47-08:00",
  179. pushed_at: "2013-11-09T22:58:31-08:00",
  180. master_branch: "master",
  181. organization: "peers",
  182. },
  183. },
  184. {
  185. created_at: "2013-11-02T15:15:18-07:00",
  186. payload: {
  187. shas: [
  188. [
  189. "ec1424c0f264ea5d8ce08ac2cc9ea2bd027a6a71",
  190. "really.ez@gmail.com",
  191. "Errant comma",
  192. "ericz",
  193. true,
  194. ],
  195. [
  196. "c9adf5076ea41df60231e11d032f371939228609",
  197. "really.ez@gmail.com",
  198. "Dont throw exception on failures",
  199. "ericz",
  200. true,
  201. ],
  202. ],
  203. size: 2,
  204. ref: "refs/heads/master",
  205. head: "c9adf5076ea41df60231e11d032f371939228609",
  206. },
  207. public: true,
  208. type: "PushEvent",
  209. url: "https://github.com/peers/peerjs/compare/bb1045bf92...c9adf5076e",
  210. actor: "ericz",
  211. actor_attributes: {
  212. login: "ericz",
  213. type: "User",
  214. gravatar_id: "c584ef7fe434331f7068ea49cacd88b9",
  215. name: "Eric Zhang",
  216. company: "Lever",
  217. blog: "https://twitter.com/reallyez",
  218. location: "Berkeley",
  219. email: "eric@ericzhang.com",
  220. },
  221. repository: {
  222. id: 7292898,
  223. name: "peerjs",
  224. url: "https://github.com/peers/peerjs",
  225. description: "Peer-to-peer data in the browser.",
  226. homepage: "https://peerjs.com",
  227. watchers: 1647,
  228. stargazers: 1647,
  229. forks: 145,
  230. fork: false,
  231. size: 2188,
  232. owner: "peers",
  233. private: false,
  234. open_issues: 20,
  235. has_issues: true,
  236. has_downloads: true,
  237. has_wiki: true,
  238. language: "JavaScript",
  239. created_at: "2012-12-22T23:28:47-08:00",
  240. pushed_at: "2013-11-09T22:58:31-08:00",
  241. master_branch: "master",
  242. organization: "peers",
  243. },
  244. },
  245. {
  246. created_at: "2013-11-02T15:02:02-07:00",
  247. payload: {
  248. shas: [
  249. [
  250. "bb1045bf92fbaef6e2156c3ac47015f70af5d866",
  251. "really.ez@gmail.com",
  252. "Fix errant comma",
  253. "ericz",
  254. true,
  255. ],
  256. ],
  257. size: 1,
  258. ref: "refs/heads/master",
  259. head: "bb1045bf92fbaef6e2156c3ac47015f70af5d866",
  260. },
  261. public: true,
  262. type: "PushEvent",
  263. url: "https://github.com/peers/peerjs/compare/2db1c59998...bb1045bf92",
  264. actor: "ericz",
  265. actor_attributes: {
  266. login: "ericz",
  267. type: "User",
  268. gravatar_id: "c584ef7fe434331f7068ea49cacd88b9",
  269. name: "Eric Zhang",
  270. company: "Lever",
  271. blog: "https://twitter.com/reallyez",
  272. location: "Berkeley",
  273. email: "eric@ericzhang.com",
  274. },
  275. repository: {
  276. id: 7292898,
  277. name: "peerjs",
  278. url: "https://github.com/peers/peerjs",
  279. description: "Peer-to-peer data in the browser.",
  280. homepage: "https://peerjs.com",
  281. watchers: 1647,
  282. stargazers: 1647,
  283. forks: 145,
  284. fork: false,
  285. size: 2188,
  286. owner: "peers",
  287. private: false,
  288. open_issues: 20,
  289. has_issues: true,
  290. has_downloads: true,
  291. has_wiki: true,
  292. language: "JavaScript",
  293. created_at: "2012-12-22T23:28:47-08:00",
  294. pushed_at: "2013-11-09T22:58:31-08:00",
  295. master_branch: "master",
  296. organization: "peers",
  297. },
  298. },
  299. {
  300. created_at: "2013-11-02T14:56:14-07:00",
  301. payload: {
  302. shas: [
  303. [
  304. "2db1c599987753079d197f73272a9e40e9290f73",
  305. "really.ez@gmail.com",
  306. "Remove errant comma",
  307. "ericz",
  308. true,
  309. ],
  310. ],
  311. size: 1,
  312. ref: "refs/heads/master",
  313. head: "2db1c599987753079d197f73272a9e40e9290f73",
  314. },
  315. public: true,
  316. type: "PushEvent",
  317. url: "https://github.com/peers/peerjs/compare/214a14cc10...2db1c59998",
  318. actor: "ericz",
  319. actor_attributes: {
  320. login: "ericz",
  321. type: "User",
  322. gravatar_id: "c584ef7fe434331f7068ea49cacd88b9",
  323. name: "Eric Zhang",
  324. company: "Lever",
  325. blog: "https://twitter.com/reallyez",
  326. location: "Berkeley",
  327. email: "eric@ericzhang.com",
  328. },
  329. repository: {
  330. id: 7292898,
  331. name: "peerjs",
  332. url: "https://github.com/peers/peerjs",
  333. description: "Peer-to-peer data in the browser.",
  334. homepage: "https://peerjs.com",
  335. watchers: 1647,
  336. stargazers: 1647,
  337. forks: 145,
  338. fork: false,
  339. size: 2188,
  340. owner: "peers",
  341. private: false,
  342. open_issues: 20,
  343. has_issues: true,
  344. has_downloads: true,
  345. has_wiki: true,
  346. language: "JavaScript",
  347. created_at: "2012-12-22T23:28:47-08:00",
  348. pushed_at: "2013-11-09T22:58:31-08:00",
  349. master_branch: "master",
  350. organization: "peers",
  351. },
  352. },
  353. {
  354. created_at: "2013-11-02T14:56:13-07:00",
  355. payload: {
  356. shas: [
  357. [
  358. "841921c349aff234b022bb966774d00ae22fef5e",
  359. "really.ez@gmail.com",
  360. "Errant comma",
  361. "ericz",
  362. true,
  363. ],
  364. ],
  365. size: 1,
  366. ref: "refs/heads/better-supports",
  367. head: "841921c349aff234b022bb966774d00ae22fef5e",
  368. },
  369. public: true,
  370. type: "PushEvent",
  371. url: "https://github.com/peers/peerjs/compare/ccd80612ae...841921c349",
  372. actor: "ericz",
  373. actor_attributes: {
  374. login: "ericz",
  375. type: "User",
  376. gravatar_id: "c584ef7fe434331f7068ea49cacd88b9",
  377. name: "Eric Zhang",
  378. company: "Lever",
  379. blog: "https://twitter.com/reallyez",
  380. location: "Berkeley",
  381. email: "eric@ericzhang.com",
  382. },
  383. repository: {
  384. id: 7292898,
  385. name: "peerjs",
  386. url: "https://github.com/peers/peerjs",
  387. description: "Peer-to-peer data in the browser.",
  388. homepage: "https://peerjs.com",
  389. watchers: 1647,
  390. stargazers: 1647,
  391. forks: 145,
  392. fork: false,
  393. size: 2188,
  394. owner: "peers",
  395. private: false,
  396. open_issues: 20,
  397. has_issues: true,
  398. has_downloads: true,
  399. has_wiki: true,
  400. language: "JavaScript",
  401. created_at: "2012-12-22T23:28:47-08:00",
  402. pushed_at: "2013-11-09T22:58:31-08:00",
  403. master_branch: "master",
  404. organization: "peers",
  405. },
  406. },
  407. {
  408. created_at: "2013-11-01T11:41:34-07:00",
  409. payload: {
  410. shas: [
  411. [
  412. "37350aaef3763d5a1bc63c4903f0f34ea9780d36",
  413. "really.ez@gmail.com",
  414. "Fix",
  415. "Eric Zhang",
  416. true,
  417. ],
  418. ],
  419. size: 1,
  420. ref: "refs/heads/master",
  421. head: "37350aaef3763d5a1bc63c4903f0f34ea9780d36",
  422. },
  423. public: true,
  424. type: "PushEvent",
  425. url: "https://github.com/HackBerkeley/ascam/compare/7d76223acc...37350aaef3",
  426. actor: "ericz",
  427. actor_attributes: {
  428. login: "ericz",
  429. type: "User",
  430. gravatar_id: "c584ef7fe434331f7068ea49cacd88b9",
  431. name: "Eric Zhang",
  432. company: "Lever",
  433. blog: "https://twitter.com/reallyez",
  434. location: "Berkeley",
  435. email: "eric@ericzhang.com",
  436. },
  437. repository: {
  438. id: 5557070,
  439. name: "ascam",
  440. url: "https://github.com/HackBerkeley/ascam",
  441. description: "Ascii Webcam",
  442. homepage: "",
  443. watchers: 1,
  444. stargazers: 1,
  445. forks: 1,
  446. fork: true,
  447. size: 1973,
  448. owner: "HackBerkeley",
  449. private: false,
  450. open_issues: 0,
  451. has_issues: false,
  452. has_downloads: true,
  453. has_wiki: true,
  454. language: "JavaScript",
  455. created_at: "2012-08-25T20:19:01-07:00",
  456. pushed_at: "2013-11-01T11:41:33-07:00",
  457. master_branch: "master",
  458. organization: "HackBerkeley",
  459. },
  460. },
  461. {
  462. created_at: "2013-10-31T10:56:20-07:00",
  463. payload: { issue_id: 13813188, comment_id: 27509702 },
  464. public: true,
  465. type: "IssueCommentEvent",
  466. url: "https://github.com/peers/peerjs/pull/45#issuecomment-27509702",
  467. actor: "ericz",
  468. actor_attributes: {
  469. login: "ericz",
  470. type: "User",
  471. gravatar_id: "c584ef7fe434331f7068ea49cacd88b9",
  472. name: "Eric Zhang",
  473. company: "Lever",
  474. blog: "https://twitter.com/reallyez",
  475. location: "Berkeley",
  476. email: "eric@ericzhang.com",
  477. },
  478. repository: {
  479. id: 7292898,
  480. name: "peerjs",
  481. url: "https://github.com/peers/peerjs",
  482. description: "Peer-to-peer data in the browser.",
  483. homepage: "https://peerjs.com",
  484. watchers: 1647,
  485. stargazers: 1647,
  486. forks: 145,
  487. fork: false,
  488. size: 2188,
  489. owner: "peers",
  490. private: false,
  491. open_issues: 20,
  492. has_issues: true,
  493. has_downloads: true,
  494. has_wiki: true,
  495. language: "JavaScript",
  496. created_at: "2012-12-22T23:28:47-08:00",
  497. pushed_at: "2013-11-09T22:58:31-08:00",
  498. master_branch: "master",
  499. organization: "peers",
  500. },
  501. },
  502. {
  503. created_at: "2013-10-26T22:53:49-07:00",
  504. payload: { issue_id: 21646195, comment_id: 27163465 },
  505. public: true,
  506. type: "IssueCommentEvent",
  507. url: "https://github.com/peers/peerjs-server/issues/25#issuecomment-27163465",
  508. actor: "ericz",
  509. actor_attributes: {
  510. login: "ericz",
  511. type: "User",
  512. gravatar_id: "c584ef7fe434331f7068ea49cacd88b9",
  513. name: "Eric Zhang",
  514. company: "Lever",
  515. blog: "https://twitter.com/reallyez",
  516. location: "Berkeley",
  517. email: "eric@ericzhang.com",
  518. },
  519. repository: {
  520. id: 7452705,
  521. name: "peerjs-server",
  522. url: "https://github.com/peers/peerjs-server",
  523. description: "Server for PeerJS",
  524. homepage: "https://peerjs.com",
  525. watchers: 328,
  526. stargazers: 328,
  527. forks: 56,
  528. fork: false,
  529. size: 389,
  530. owner: "peers",
  531. private: false,
  532. open_issues: 12,
  533. has_issues: true,
  534. has_downloads: true,
  535. has_wiki: true,
  536. language: "JavaScript",
  537. created_at: "2013-01-04T22:49:08-08:00",
  538. pushed_at: "2013-10-24T00:40:28-07:00",
  539. master_branch: "master",
  540. organization: "peers",
  541. },
  542. },
  543. {
  544. created_at: "2013-10-25T11:04:07-07:00",
  545. payload: { action: "closed", issue: 16608955, number: 68 },
  546. public: true,
  547. type: "IssuesEvent",
  548. url: "https://github.com/peers/peerjs/issues/68",
  549. actor: "ericz",
  550. actor_attributes: {
  551. login: "ericz",
  552. type: "User",
  553. gravatar_id: "c584ef7fe434331f7068ea49cacd88b9",
  554. name: "Eric Zhang",
  555. company: "Lever",
  556. blog: "https://twitter.com/reallyez",
  557. location: "Berkeley",
  558. email: "eric@ericzhang.com",
  559. },
  560. repository: {
  561. id: 7292898,
  562. name: "peerjs",
  563. url: "https://github.com/peers/peerjs",
  564. description: "Peer-to-peer data in the browser.",
  565. homepage: "https://peerjs.com",
  566. watchers: 1647,
  567. stargazers: 1647,
  568. forks: 145,
  569. fork: false,
  570. size: 2188,
  571. owner: "peers",
  572. private: false,
  573. open_issues: 20,
  574. has_issues: true,
  575. has_downloads: true,
  576. has_wiki: true,
  577. language: "JavaScript",
  578. created_at: "2012-12-22T23:28:47-08:00",
  579. pushed_at: "2013-11-09T22:58:31-08:00",
  580. master_branch: "master",
  581. organization: "peers",
  582. },
  583. },
  584. {
  585. created_at: "2013-10-25T11:02:50-07:00",
  586. payload: { issue_id: 21379154, comment_id: 27113277 },
  587. public: true,
  588. type: "IssueCommentEvent",
  589. url: "https://github.com/peers/peerjs/issues/91#issuecomment-27113277",
  590. actor: "ericz",
  591. actor_attributes: {
  592. login: "ericz",
  593. type: "User",
  594. gravatar_id: "c584ef7fe434331f7068ea49cacd88b9",
  595. name: "Eric Zhang",
  596. company: "Lever",
  597. blog: "https://twitter.com/reallyez",
  598. location: "Berkeley",
  599. email: "eric@ericzhang.com",
  600. },
  601. repository: {
  602. id: 7292898,
  603. name: "peerjs",
  604. url: "https://github.com/peers/peerjs",
  605. description: "Peer-to-peer data in the browser.",
  606. homepage: "https://peerjs.com",
  607. watchers: 1647,
  608. stargazers: 1647,
  609. forks: 145,
  610. fork: false,
  611. size: 2188,
  612. owner: "peers",
  613. private: false,
  614. open_issues: 20,
  615. has_issues: true,
  616. has_downloads: true,
  617. has_wiki: true,
  618. language: "JavaScript",
  619. created_at: "2012-12-22T23:28:47-08:00",
  620. pushed_at: "2013-11-09T22:58:31-08:00",
  621. master_branch: "master",
  622. organization: "peers",
  623. },
  624. },
  625. {
  626. created_at: "2013-10-25T11:01:53-07:00",
  627. payload: { action: "closed", issue: 21531959, number: 96 },
  628. public: true,
  629. type: "IssuesEvent",
  630. url: "https://github.com/peers/peerjs/issues/96",
  631. actor: "ericz",
  632. actor_attributes: {
  633. login: "ericz",
  634. type: "User",
  635. gravatar_id: "c584ef7fe434331f7068ea49cacd88b9",
  636. name: "Eric Zhang",
  637. company: "Lever",
  638. blog: "https://twitter.com/reallyez",
  639. location: "Berkeley",
  640. email: "eric@ericzhang.com",
  641. },
  642. repository: {
  643. id: 7292898,
  644. name: "peerjs",
  645. url: "https://github.com/peers/peerjs",
  646. description: "Peer-to-peer data in the browser.",
  647. homepage: "https://peerjs.com",
  648. watchers: 1647,
  649. stargazers: 1647,
  650. forks: 145,
  651. fork: false,
  652. size: 2188,
  653. owner: "peers",
  654. private: false,
  655. open_issues: 20,
  656. has_issues: true,
  657. has_downloads: true,
  658. has_wiki: true,
  659. language: "JavaScript",
  660. created_at: "2012-12-22T23:28:47-08:00",
  661. pushed_at: "2013-11-09T22:58:31-08:00",
  662. master_branch: "master",
  663. organization: "peers",
  664. },
  665. },
  666. {
  667. created_at: "2013-10-25T11:01:25-07:00",
  668. payload: { issue_id: 21379154, comment_id: 27113184 },
  669. public: true,
  670. type: "IssueCommentEvent",
  671. url: "https://github.com/peers/peerjs/issues/91#issuecomment-27113184",
  672. actor: "ericz",
  673. actor_attributes: {
  674. login: "ericz",
  675. type: "User",
  676. gravatar_id: "c584ef7fe434331f7068ea49cacd88b9",
  677. name: "Eric Zhang",
  678. company: "Lever",
  679. blog: "https://twitter.com/reallyez",
  680. location: "Berkeley",
  681. email: "eric@ericzhang.com",
  682. },
  683. repository: {
  684. id: 7292898,
  685. name: "peerjs",
  686. url: "https://github.com/peers/peerjs",
  687. description: "Peer-to-peer data in the browser.",
  688. homepage: "https://peerjs.com",
  689. watchers: 1647,
  690. stargazers: 1647,
  691. forks: 145,
  692. fork: false,
  693. size: 2188,
  694. owner: "peers",
  695. private: false,
  696. open_issues: 20,
  697. has_issues: true,
  698. has_downloads: true,
  699. has_wiki: true,
  700. language: "JavaScript",
  701. created_at: "2012-12-22T23:28:47-08:00",
  702. pushed_at: "2013-11-09T22:58:31-08:00",
  703. master_branch: "master",
  704. organization: "peers",
  705. },
  706. },
  707. {
  708. created_at: "2013-10-25T10:42:32-07:00",
  709. payload: { issue_id: 21531959, comment_id: 27111740 },
  710. public: true,
  711. type: "IssueCommentEvent",
  712. url: "https://github.com/peers/peerjs/issues/96#issuecomment-27111740",
  713. actor: "ericz",
  714. actor_attributes: {
  715. login: "ericz",
  716. type: "User",
  717. gravatar_id: "c584ef7fe434331f7068ea49cacd88b9",
  718. name: "Eric Zhang",
  719. company: "Lever",
  720. blog: "https://twitter.com/reallyez",
  721. location: "Berkeley",
  722. email: "eric@ericzhang.com",
  723. },
  724. repository: {
  725. id: 7292898,
  726. name: "peerjs",
  727. url: "https://github.com/peers/peerjs",
  728. description: "Peer-to-peer data in the browser.",
  729. homepage: "https://peerjs.com",
  730. watchers: 1647,
  731. stargazers: 1647,
  732. forks: 145,
  733. fork: false,
  734. size: 2188,
  735. owner: "peers",
  736. private: false,
  737. open_issues: 20,
  738. has_issues: true,
  739. has_downloads: true,
  740. has_wiki: true,
  741. language: "JavaScript",
  742. created_at: "2012-12-22T23:28:47-08:00",
  743. pushed_at: "2013-11-09T22:58:31-08:00",
  744. master_branch: "master",
  745. organization: "peers",
  746. },
  747. },
  748. {
  749. created_at: "2013-10-25T10:42:13-07:00",
  750. payload: { issue_id: 21531959, comment_id: 27111710 },
  751. public: true,
  752. type: "IssueCommentEvent",
  753. url: "https://github.com/peers/peerjs/issues/96#issuecomment-27111710",
  754. actor: "ericz",
  755. actor_attributes: {
  756. login: "ericz",
  757. type: "User",
  758. gravatar_id: "c584ef7fe434331f7068ea49cacd88b9",
  759. name: "Eric Zhang",
  760. company: "Lever",
  761. blog: "https://twitter.com/reallyez",
  762. location: "Berkeley",
  763. email: "eric@ericzhang.com",
  764. },
  765. repository: {
  766. id: 7292898,
  767. name: "peerjs",
  768. url: "https://github.com/peers/peerjs",
  769. description: "Peer-to-peer data in the browser.",
  770. homepage: "https://peerjs.com",
  771. watchers: 1647,
  772. stargazers: 1647,
  773. forks: 145,
  774. fork: false,
  775. size: 2188,
  776. owner: "peers",
  777. private: false,
  778. open_issues: 20,
  779. has_issues: true,
  780. has_downloads: true,
  781. has_wiki: true,
  782. language: "JavaScript",
  783. created_at: "2012-12-22T23:28:47-08:00",
  784. pushed_at: "2013-11-09T22:58:31-08:00",
  785. master_branch: "master",
  786. organization: "peers",
  787. },
  788. },
  789. {
  790. created_at: "2013-10-25T10:36:48-07:00",
  791. payload: { issue_id: 21568882, comment_id: 27111312 },
  792. public: true,
  793. type: "IssueCommentEvent",
  794. url: "https://github.com/peers/peerjs/issues/97#issuecomment-27111312",
  795. actor: "ericz",
  796. actor_attributes: {
  797. login: "ericz",
  798. type: "User",
  799. gravatar_id: "c584ef7fe434331f7068ea49cacd88b9",
  800. name: "Eric Zhang",
  801. company: "Lever",
  802. blog: "https://twitter.com/reallyez",
  803. location: "Berkeley",
  804. email: "eric@ericzhang.com",
  805. },
  806. repository: {
  807. id: 7292898,
  808. name: "peerjs",
  809. url: "https://github.com/peers/peerjs",
  810. description: "Peer-to-peer data in the browser.",
  811. homepage: "https://peerjs.com",
  812. watchers: 1647,
  813. stargazers: 1647,
  814. forks: 145,
  815. fork: false,
  816. size: 2188,
  817. owner: "peers",
  818. private: false,
  819. open_issues: 20,
  820. has_issues: true,
  821. has_downloads: true,
  822. has_wiki: true,
  823. language: "JavaScript",
  824. created_at: "2012-12-22T23:28:47-08:00",
  825. pushed_at: "2013-11-09T22:58:31-08:00",
  826. master_branch: "master",
  827. organization: "peers",
  828. },
  829. },
  830. {
  831. created_at: "2013-10-23T15:52:46-07:00",
  832. payload: { issue_id: 21487688, comment_id: 26953214 },
  833. public: true,
  834. type: "IssueCommentEvent",
  835. url: "https://github.com/peers/peerjs/issues/95#issuecomment-26953214",
  836. actor: "ericz",
  837. actor_attributes: {
  838. login: "ericz",
  839. type: "User",
  840. gravatar_id: "c584ef7fe434331f7068ea49cacd88b9",
  841. name: "Eric Zhang",
  842. company: "Lever",
  843. blog: "https://twitter.com/reallyez",
  844. location: "Berkeley",
  845. email: "eric@ericzhang.com",
  846. },
  847. repository: {
  848. id: 7292898,
  849. name: "peerjs",
  850. url: "https://github.com/peers/peerjs",
  851. description: "Peer-to-peer data in the browser.",
  852. homepage: "https://peerjs.com",
  853. watchers: 1647,
  854. stargazers: 1647,
  855. forks: 145,
  856. fork: false,
  857. size: 2188,
  858. owner: "peers",
  859. private: false,
  860. open_issues: 20,
  861. has_issues: true,
  862. has_downloads: true,
  863. has_wiki: true,
  864. language: "JavaScript",
  865. created_at: "2012-12-22T23:28:47-08:00",
  866. pushed_at: "2013-11-09T22:58:31-08:00",
  867. master_branch: "master",
  868. organization: "peers",
  869. },
  870. },
  871. {
  872. created_at: "2013-10-22T20:07:24-07:00",
  873. payload: { action: "opened", issue: 21431237, number: 93 },
  874. public: true,
  875. type: "IssuesEvent",
  876. url: "https://github.com/peers/peerjs/issues/93",
  877. actor: "ericz",
  878. actor_attributes: {
  879. login: "ericz",
  880. type: "User",
  881. gravatar_id: "c584ef7fe434331f7068ea49cacd88b9",
  882. name: "Eric Zhang",
  883. company: "Lever",
  884. blog: "https://twitter.com/reallyez",
  885. location: "Berkeley",
  886. email: "eric@ericzhang.com",
  887. },
  888. repository: {
  889. id: 7292898,
  890. name: "peerjs",
  891. url: "https://github.com/peers/peerjs",
  892. description: "Peer-to-peer data in the browser.",
  893. homepage: "https://peerjs.com",
  894. watchers: 1647,
  895. stargazers: 1647,
  896. forks: 145,
  897. fork: false,
  898. size: 2188,
  899. owner: "peers",
  900. private: false,
  901. open_issues: 20,
  902. has_issues: true,
  903. has_downloads: true,
  904. has_wiki: true,
  905. language: "JavaScript",
  906. created_at: "2012-12-22T23:28:47-08:00",
  907. pushed_at: "2013-11-09T22:58:31-08:00",
  908. master_branch: "master",
  909. organization: "peers",
  910. },
  911. },
  912. {
  913. created_at: "2013-10-22T19:15:46-07:00",
  914. payload: { issue_id: 21259595, comment_id: 26875922 },
  915. public: true,
  916. type: "IssueCommentEvent",
  917. url: "https://github.com/peers/peerjs/issues/89#issuecomment-26875922",
  918. actor: "ericz",
  919. actor_attributes: {
  920. login: "ericz",
  921. type: "User",
  922. gravatar_id: "c584ef7fe434331f7068ea49cacd88b9",
  923. name: "Eric Zhang",
  924. company: "Lever",
  925. blog: "https://twitter.com/reallyez",
  926. location: "Berkeley",
  927. email: "eric@ericzhang.com",
  928. },
  929. repository: {
  930. id: 7292898,
  931. name: "peerjs",
  932. url: "https://github.com/peers/peerjs",
  933. description: "Peer-to-peer data in the browser.",
  934. homepage: "https://peerjs.com",
  935. watchers: 1647,
  936. stargazers: 1647,
  937. forks: 145,
  938. fork: false,
  939. size: 2188,
  940. owner: "peers",
  941. private: false,
  942. open_issues: 20,
  943. has_issues: true,
  944. has_downloads: true,
  945. has_wiki: true,
  946. language: "JavaScript",
  947. created_at: "2012-12-22T23:28:47-08:00",
  948. pushed_at: "2013-11-09T22:58:31-08:00",
  949. master_branch: "master",
  950. organization: "peers",
  951. },
  952. },
  953. {
  954. created_at: "2013-10-22T19:06:59-07:00",
  955. payload: { issue_id: 20917093, comment_id: 26875655 },
  956. public: true,
  957. type: "IssueCommentEvent",
  958. url: "https://github.com/peers/peerjs/issues/86#issuecomment-26875655",
  959. actor: "ericz",
  960. actor_attributes: {
  961. login: "ericz",
  962. type: "User",
  963. gravatar_id: "c584ef7fe434331f7068ea49cacd88b9",
  964. name: "Eric Zhang",
  965. company: "Lever",
  966. blog: "https://twitter.com/reallyez",
  967. location: "Berkeley",
  968. email: "eric@ericzhang.com",
  969. },
  970. repository: {
  971. id: 7292898,
  972. name: "peerjs",
  973. url: "https://github.com/peers/peerjs",
  974. description: "Peer-to-peer data in the browser.",
  975. homepage: "https://peerjs.com",
  976. watchers: 1647,
  977. stargazers: 1647,
  978. forks: 145,
  979. fork: false,
  980. size: 2188,
  981. owner: "peers",
  982. private: false,
  983. open_issues: 20,
  984. has_issues: true,
  985. has_downloads: true,
  986. has_wiki: true,
  987. language: "JavaScript",
  988. created_at: "2012-12-22T23:28:47-08:00",
  989. pushed_at: "2013-11-09T22:58:31-08:00",
  990. master_branch: "master",
  991. organization: "peers",
  992. },
  993. },
  994. {
  995. created_at: "2013-10-22T10:42:17-07:00",
  996. payload: { issue_id: 21337614, comment_id: 26824752 },
  997. public: true,
  998. type: "IssueCommentEvent",
  999. url: "https://github.com/peers/peerjs/issues/90#issuecomment-26824752",
  1000. actor: "ericz",
  1001. actor_attributes: {
  1002. login: "ericz",
  1003. type: "User",
  1004. gravatar_id: "c584ef7fe434331f7068ea49cacd88b9",
  1005. name: "Eric Zhang",
  1006. company: "Lever",
  1007. blog: "https://twitter.com/reallyez",
  1008. location: "Berkeley",
  1009. email: "eric@ericzhang.com",
  1010. },
  1011. repository: {
  1012. id: 7292898,
  1013. name: "peerjs",
  1014. url: "https://github.com/peers/peerjs",
  1015. description: "Peer-to-peer data in the browser.",
  1016. homepage: "https://peerjs.com",
  1017. watchers: 1647,
  1018. stargazers: 1647,
  1019. forks: 145,
  1020. fork: false,
  1021. size: 2188,
  1022. owner: "peers",
  1023. private: false,
  1024. open_issues: 20,
  1025. has_issues: true,
  1026. has_downloads: true,
  1027. has_wiki: true,
  1028. language: "JavaScript",
  1029. created_at: "2012-12-22T23:28:47-08:00",
  1030. pushed_at: "2013-11-09T22:58:31-08:00",
  1031. master_branch: "master",
  1032. organization: "peers",
  1033. },
  1034. },
  1035. {
  1036. created_at: "2013-10-21T21:00:18-07:00",
  1037. payload: { issue_id: 21337614, comment_id: 26775684 },
  1038. public: true,
  1039. type: "IssueCommentEvent",
  1040. url: "https://github.com/peers/peerjs/issues/90#issuecomment-26775684",
  1041. actor: "ericz",
  1042. actor_attributes: {
  1043. login: "ericz",
  1044. type: "User",
  1045. gravatar_id: "c584ef7fe434331f7068ea49cacd88b9",
  1046. name: "Eric Zhang",
  1047. company: "Lever",
  1048. blog: "https://twitter.com/reallyez",
  1049. location: "Berkeley",
  1050. email: "eric@ericzhang.com",
  1051. },
  1052. repository: {
  1053. id: 7292898,
  1054. name: "peerjs",
  1055. url: "https://github.com/peers/peerjs",
  1056. description: "Peer-to-peer data in the browser.",
  1057. homepage: "https://peerjs.com",
  1058. watchers: 1647,
  1059. stargazers: 1647,
  1060. forks: 145,
  1061. fork: false,
  1062. size: 2188,
  1063. owner: "peers",
  1064. private: false,
  1065. open_issues: 20,
  1066. has_issues: true,
  1067. has_downloads: true,
  1068. has_wiki: true,
  1069. language: "JavaScript",
  1070. created_at: "2012-12-22T23:28:47-08:00",
  1071. pushed_at: "2013-11-09T22:58:31-08:00",
  1072. master_branch: "master",
  1073. organization: "peers",
  1074. },
  1075. },
  1076. {
  1077. created_at: "2013-10-19T02:06:52-07:00",
  1078. payload: {
  1079. ref: "0.3.1",
  1080. ref_type: "tag",
  1081. master_branch: "master",
  1082. description: "Peer-to-peer data in the browser.",
  1083. },
  1084. public: true,
  1085. type: "CreateEvent",
  1086. url: "https://github.com/peers/peerjs/tree/0.3.1",
  1087. actor: "ericz",
  1088. actor_attributes: {
  1089. login: "ericz",
  1090. type: "User",
  1091. gravatar_id: "c584ef7fe434331f7068ea49cacd88b9",
  1092. name: "Eric Zhang",
  1093. company: "Lever",
  1094. blog: "https://twitter.com/reallyez",
  1095. location: "Berkeley",
  1096. email: "eric@ericzhang.com",
  1097. },
  1098. repository: {
  1099. id: 7292898,
  1100. name: "peerjs",
  1101. url: "https://github.com/peers/peerjs",
  1102. description: "Peer-to-peer data in the browser.",
  1103. homepage: "https://peerjs.com",
  1104. watchers: 1647,
  1105. stargazers: 1647,
  1106. forks: 145,
  1107. fork: false,
  1108. size: 2188,
  1109. owner: "peers",
  1110. private: false,
  1111. open_issues: 20,
  1112. has_issues: true,
  1113. has_downloads: true,
  1114. has_wiki: true,
  1115. language: "JavaScript",
  1116. created_at: "2012-12-22T23:28:47-08:00",
  1117. pushed_at: "2013-11-09T22:58:31-08:00",
  1118. master_branch: "master",
  1119. organization: "peers",
  1120. },
  1121. },
  1122. {
  1123. created_at: "2013-10-19T02:06:43-07:00",
  1124. payload: { ref: "0.3.1", ref_type: "tag" },
  1125. public: true,
  1126. type: "DeleteEvent",
  1127. url: "https://github.com/",
  1128. actor: "ericz",
  1129. actor_attributes: {
  1130. login: "ericz",
  1131. type: "User",
  1132. gravatar_id: "c584ef7fe434331f7068ea49cacd88b9",
  1133. name: "Eric Zhang",
  1134. company: "Lever",
  1135. blog: "https://twitter.com/reallyez",
  1136. location: "Berkeley",
  1137. email: "eric@ericzhang.com",
  1138. },
  1139. repository: {
  1140. id: 7292898,
  1141. name: "peerjs",
  1142. url: "https://github.com/peers/peerjs",
  1143. description: "Peer-to-peer data in the browser.",
  1144. homepage: "https://peerjs.com",
  1145. watchers: 1647,
  1146. stargazers: 1647,
  1147. forks: 145,
  1148. fork: false,
  1149. size: 2188,
  1150. owner: "peers",
  1151. private: false,
  1152. open_issues: 20,
  1153. has_issues: true,
  1154. has_downloads: true,
  1155. has_wiki: true,
  1156. language: "JavaScript",
  1157. created_at: "2012-12-22T23:28:47-08:00",
  1158. pushed_at: "2013-11-09T22:58:31-08:00",
  1159. master_branch: "master",
  1160. organization: "peers",
  1161. },
  1162. },
  1163. {
  1164. created_at: "2013-10-19T02:05:42-07:00",
  1165. payload: {
  1166. shas: [
  1167. [
  1168. "720eb3e881220f78eaca3d715ce7afe9324d1a3e",
  1169. "really.ez@gmail.com",
  1170. "0.3.1",
  1171. "ericz",
  1172. true,
  1173. ],
  1174. [
  1175. "79e10688c56524479f3b2c0cb069c4ac7e065b57",
  1176. "really.ez@gmail.com",
  1177. "Set maxRetransmits to 0 when reliable false",
  1178. "ericz",
  1179. true,
  1180. ],
  1181. ],
  1182. size: 2,
  1183. ref: "refs/heads/master",
  1184. head: "79e10688c56524479f3b2c0cb069c4ac7e065b57",
  1185. },
  1186. public: true,
  1187. type: "PushEvent",
  1188. url: "https://github.com/peers/peerjs/compare/b474a4cba6...79e10688c5",
  1189. actor: "ericz",
  1190. actor_attributes: {
  1191. login: "ericz",
  1192. type: "User",
  1193. gravatar_id: "c584ef7fe434331f7068ea49cacd88b9",
  1194. name: "Eric Zhang",
  1195. company: "Lever",
  1196. blog: "https://twitter.com/reallyez",
  1197. location: "Berkeley",
  1198. email: "eric@ericzhang.com",
  1199. },
  1200. repository: {
  1201. id: 7292898,
  1202. name: "peerjs",
  1203. url: "https://github.com/peers/peerjs",
  1204. description: "Peer-to-peer data in the browser.",
  1205. homepage: "https://peerjs.com",
  1206. watchers: 1647,
  1207. stargazers: 1647,
  1208. forks: 145,
  1209. fork: false,
  1210. size: 2188,
  1211. owner: "peers",
  1212. private: false,
  1213. open_issues: 20,
  1214. has_issues: true,
  1215. has_downloads: true,
  1216. has_wiki: true,
  1217. language: "JavaScript",
  1218. created_at: "2012-12-22T23:28:47-08:00",
  1219. pushed_at: "2013-11-09T22:58:31-08:00",
  1220. master_branch: "master",
  1221. organization: "peers",
  1222. },
  1223. },
  1224. {
  1225. created_at: "2013-10-19T02:02:15-07:00",
  1226. payload: {
  1227. ref: "0.3.1",
  1228. ref_type: "tag",
  1229. master_branch: "master",
  1230. description: "Peer-to-peer data in the browser.",
  1231. },
  1232. public: true,
  1233. type: "CreateEvent",
  1234. url: "https://github.com/peers/peerjs/tree/0.3.1",
  1235. actor: "ericz",
  1236. actor_attributes: {
  1237. login: "ericz",
  1238. type: "User",
  1239. gravatar_id: "c584ef7fe434331f7068ea49cacd88b9",
  1240. name: "Eric Zhang",
  1241. company: "Lever",
  1242. blog: "https://twitter.com/reallyez",
  1243. location: "Berkeley",
  1244. email: "eric@ericzhang.com",
  1245. },
  1246. repository: {
  1247. id: 7292898,
  1248. name: "peerjs",
  1249. url: "https://github.com/peers/peerjs",
  1250. description: "Peer-to-peer data in the browser.",
  1251. homepage: "https://peerjs.com",
  1252. watchers: 1647,
  1253. stargazers: 1647,
  1254. forks: 145,
  1255. fork: false,
  1256. size: 2188,
  1257. owner: "peers",
  1258. private: false,
  1259. open_issues: 20,
  1260. has_issues: true,
  1261. has_downloads: true,
  1262. has_wiki: true,
  1263. language: "JavaScript",
  1264. created_at: "2012-12-22T23:28:47-08:00",
  1265. pushed_at: "2013-11-09T22:58:31-08:00",
  1266. master_branch: "master",
  1267. organization: "peers",
  1268. },
  1269. },
  1270. {
  1271. created_at: "2013-10-19T02:02:13-07:00",
  1272. payload: {
  1273. shas: [
  1274. [
  1275. "b474a4cba6156dabd1312cd25a520b4286e362f6",
  1276. "really.ez@gmail.com",
  1277. "Setting reliable to false by default",
  1278. "ericz",
  1279. true,
  1280. ],
  1281. ],
  1282. size: 1,
  1283. ref: "refs/heads/master",
  1284. head: "b474a4cba6156dabd1312cd25a520b4286e362f6",
  1285. },
  1286. public: true,
  1287. type: "PushEvent",
  1288. url: "https://github.com/peers/peerjs/compare/93fc4931b2...b474a4cba6",
  1289. actor: "ericz",
  1290. actor_attributes: {
  1291. login: "ericz",
  1292. type: "User",
  1293. gravatar_id: "c584ef7fe434331f7068ea49cacd88b9",
  1294. name: "Eric Zhang",
  1295. company: "Lever",
  1296. blog: "https://twitter.com/reallyez",
  1297. location: "Berkeley",
  1298. email: "eric@ericzhang.com",
  1299. },
  1300. repository: {
  1301. id: 7292898,
  1302. name: "peerjs",
  1303. url: "https://github.com/peers/peerjs",
  1304. description: "Peer-to-peer data in the browser.",
  1305. homepage: "https://peerjs.com",
  1306. watchers: 1647,
  1307. stargazers: 1647,
  1308. forks: 145,
  1309. fork: false,
  1310. size: 2188,
  1311. owner: "peers",
  1312. private: false,
  1313. open_issues: 20,
  1314. has_issues: true,
  1315. has_downloads: true,
  1316. has_wiki: true,
  1317. language: "JavaScript",
  1318. created_at: "2012-12-22T23:28:47-08:00",
  1319. pushed_at: "2013-11-09T22:58:31-08:00",
  1320. master_branch: "master",
  1321. organization: "peers",
  1322. },
  1323. },
  1324. {
  1325. created_at: "2013-10-19T01:53:16-07:00",
  1326. payload: {
  1327. shas: [
  1328. [
  1329. "3949c236345171987b9291059fbaf9024eeca680",
  1330. "really.ez@gmail.com",
  1331. "0.3.1",
  1332. "ericz",
  1333. true,
  1334. ],
  1335. [
  1336. "93fc4931b24c0261c5fda71e0441a5ee8bda70b2",
  1337. "really.ez@gmail.com",
  1338. "Update reliable doc",
  1339. "ericz",
  1340. true,
  1341. ],
  1342. ],
  1343. size: 2,
  1344. ref: "refs/heads/master",
  1345. head: "93fc4931b24c0261c5fda71e0441a5ee8bda70b2",
  1346. },
  1347. public: true,
  1348. type: "PushEvent",
  1349. url: "https://github.com/peers/peerjs/compare/cd287e2fae...93fc4931b2",
  1350. actor: "ericz",
  1351. actor_attributes: {
  1352. login: "ericz",
  1353. type: "User",
  1354. gravatar_id: "c584ef7fe434331f7068ea49cacd88b9",
  1355. name: "Eric Zhang",
  1356. company: "Lever",
  1357. blog: "https://twitter.com/reallyez",
  1358. location: "Berkeley",
  1359. email: "eric@ericzhang.com",
  1360. },
  1361. repository: {
  1362. id: 7292898,
  1363. name: "peerjs",
  1364. url: "https://github.com/peers/peerjs",
  1365. description: "Peer-to-peer data in the browser.",
  1366. homepage: "https://peerjs.com",
  1367. watchers: 1647,
  1368. stargazers: 1647,
  1369. forks: 145,
  1370. fork: false,
  1371. size: 2188,
  1372. owner: "peers",
  1373. private: false,
  1374. open_issues: 20,
  1375. has_issues: true,
  1376. has_downloads: true,
  1377. has_wiki: true,
  1378. language: "JavaScript",
  1379. created_at: "2012-12-22T23:28:47-08:00",
  1380. pushed_at: "2013-11-09T22:58:31-08:00",
  1381. master_branch: "master",
  1382. organization: "peers",
  1383. },
  1384. },
  1385. ];