type
stringclasses
17 values
public
bool
1 class
payload
stringlengths
2
646k
repo
dict
actor
dict
org
dict
created_at
timestamp[us]
id
stringlengths
10
10
other
stringclasses
0 values
IssueCommentEvent
true
{"issue_id":1782511,"comment_id":2247428}
{ "id": 2001476, "name": "away3d/away3d-core-fp11", "url": "https://api.github.com/repos/away3d/away3d-core-fp11" }
{ "id": 550453, "login": "Fabrice3D", "gravatar_id": "d0bc04cb60a5e574e4925a558e22c6b4", "avatar_url": "https://secure.gravatar.com/avatar/d0bc04cb60a5e574e4925a558e22c6b4?d=%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.com/users/Fabrice3D" }
{ "id": 549071, "login": "away3d", "gravatar_id": "09275301d960f897ace19dff0c1c45cd", "avatar_url": "https://secure.gravatar.com/avatar/09275301d960f897ace19dff0c1c45cd?d=%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.com/orgs/away3d" }
2011-09-30T08:58:07
1489887972
null
PushEvent
true
{"head":"ce28dcf9fef77442d8b3ec7b51bb77e3c7191cb5","size":14,"push_id":45926485,"shas":[["4a39b66ef50d6eb69de33b5e8be5e499382d8fee","[email protected]","ParserBase is now always acting asynchronously.","Richard Olsson"],["06d67d9fe9496905d2334747265898d881c502ca","[email protected]","Began replacement of 3DS parser. Details:\n\nImplemented parser foundation, and basic parsing of geometry (vertices and\nindices. No UVs yet.)","Richard Olsson"],["aba4f48497633836e27aa69e935adc8dc287c38a","[email protected]","Implemented UVs in new 3DS parser.","Richard Olsson"],["8fac46a7ae87a4bf402222cb4a2afc1995f45fc6","[email protected]","Refactored new 3DS parser slightly, began implementing material support.","Richard Olsson"],["99c1b173acd62119cda3ec6faf2d69136cb3c75d","[email protected]","Added check (and error) for when multiple materials per mesh is used in 3DS.","Richard Olsson"],["4f8e7830e55284a51df773048a433a8532132afb","[email protected]","Implemented texture parsing and dependency loading in new 3DS parser.","Richard Olsson"],["67c87ab61a222d5d2122a71ebecc5bc712fce464","[email protected]","Basic functionality in new 3DS parser complete, details:\n\n- Finished full loading and dependency resolution for textures.\n- Implemented finalization of materials.\n- Still missing several material attributes and color materials altogether.","Richard Olsson"],["d4188d489b5a09c4ec3356f0e662648892dc7e92","[email protected]","Moved 3DS material parsing to separate methods and implemented missing params.","Richard Olsson"],["98d3ceb5d5ee0e56057f64dbf6c797ea1530ecee","[email protected]","Slight refactor to new 3DS parser to allow for multiple objects.","Richard Olsson"],["f0293fe16ad52c60af226a7dba38706e019e96c3","[email protected]","Added semi-important TODO statement. Leaving it for beta cycle.","Richard Olsson"],["20af2025e095fe05af31eed5c79985cf5910aac0","[email protected]","Implemented transforms, but currently working in wrong coordinate space.","Richard Olsson"],["8bd5c7988431e44b83a7ed3ac75b0f91f3955c92","[email protected]","New 3DS parser now correctly reads transformations in Away3D space.","Richard Olsson"],["7355e7be82150842e71bef5779a0cfb2a1d5c925","[email protected]","Some fixes to new 3DS parser after testing. Details:\n\n- Will no longer assume that an animation section exists in the file, and will\nwork even if no pivot exists.\n- Will no longer assume that there is a transform\n- Will finalize any unfinished objects before ending the last parse cycle.\n- Instead of dying when a mesh has more than one material, it will now just\ntrace a warning and continue parsing.","Richard Olsson"],["ce28dcf9fef77442d8b3ec7b51bb77e3c7191cb5","[email protected]","Cleaned up new 3DS parser.","Richard Olsson"]],"ref":"refs/heads/master"}
{ "id": 2001476, "name": "away3d/away3d-core-fp11", "url": "https://api.github.com/repos/away3d/away3d-core-fp11" }
{ "id": 550212, "login": "richardolsson", "gravatar_id": "b9109cc672d61acdfdf99b10ddbe43f7", "avatar_url": "https://secure.gravatar.com/avatar/b9109cc672d61acdfdf99b10ddbe43f7?d=%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.com/users/richardolsson" }
{ "id": 549071, "login": "away3d", "gravatar_id": "09275301d960f897ace19dff0c1c45cd", "avatar_url": "https://secure.gravatar.com/avatar/09275301d960f897ace19dff0c1c45cd?d=%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.com/orgs/away3d" }
2011-10-12T16:13:56
1492096422
null
IssueCommentEvent
true
{"comment":{"created_at":"2011-10-08T16:55:55Z","body":"Thank you! Closing this pull request. Will cherry-pick those commits that are desirable.","updated_at":"2011-10-08T16:55:55Z","url":"https://api.github.com/repos/away3d/away3d-core-fp11/issues/comments/2332845","id":2332845,"user":{"avatar_url":"https://secure.gravatar.com/avatar/b9109cc672d61acdfdf99b10ddbe43f7?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","url":"https://api.github.com/users/richardolsson","id":550212,"login":"richardolsson"}},"action":"created","issue":{"number":85,"created_at":"2011-09-06T21:57:34Z","pull_request":{"diff_url":"https://github.com/away3d/away3d-core-fp11/pull/85.diff","patch_url":"https://github.com/away3d/away3d-core-fp11/pull/85.patch","html_url":"https://github.com/away3d/away3d-core-fp11/pull/85"},"body":"Hi\r\nI'm new to Git (and open source community)\r\nI made some modifications/fixes to classes on my fork of Away3D (but All my commits are included in this pull request?)\r\nI think the ones that are useful are for OBJparser.as and SegmentSet.as\r\n\r\nAnyway, I hope this help!\r\nMathieu.","comments":1,"title":"Pull","updated_at":"2011-10-08T16:55:55Z","url":"https://api.github.com/repos/away3d/away3d-core-fp11/issues/85","id":1584519,"assignee":null,"milestone":null,"closed_at":"2011-10-08T16:55:55Z","user":{"avatar_url":"https://secure.gravatar.com/avatar/5fd41c80cea2b31622f8c887d911728d?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","url":"https://api.github.com/users/M4TH76","id":1030869,"login":"M4TH76"},"html_url":"https://github.com/away3d/away3d-core-fp11/issues/85","labels":[],"state":"closed"},"legacy":{"issue_id":1584519,"comment_id":2332845}}
{ "id": 2001476, "name": "away3d/away3d-core-fp11", "url": "https://api.github.com/repos/away3d/away3d-core-fp11" }
{ "id": 550212, "login": "richardolsson", "gravatar_id": "b9109cc672d61acdfdf99b10ddbe43f7", "avatar_url": "https://secure.gravatar.com/avatar/b9109cc672d61acdfdf99b10ddbe43f7?d=%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.com/users/richardolsson" }
{ "id": 549071, "login": "away3d", "gravatar_id": "09275301d960f897ace19dff0c1c45cd", "avatar_url": "https://secure.gravatar.com/avatar/09275301d960f897ace19dff0c1c45cd?d=%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.com/orgs/away3d" }
2011-10-08T16:55:57
1491385071
null
WatchEvent
true
{"action":"started"}
{ "id": 1233501, "name": "away3d/away3dlite-core-haxe", "url": "https://api.github.dev/repos/away3d/away3dlite-core-haxe" }
{ "id": 54058, "login": "yeco", "gravatar_id": "891d598f28745d268ec3cac10390045a", "avatar_url": "https://secure.gravatar.com/avatar/891d598f28745d268ec3cac10390045a?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/yeco" }
{ "id": 549071, "login": "away3d", "gravatar_id": "09275301d960f897ace19dff0c1c45cd", "avatar_url": "https://secure.gravatar.com/avatar/09275301d960f897ace19dff0c1c45cd?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/away3d" }
2011-08-19T04:14:26
1482693498
null
WatchEvent
true
{"action":"started"}
{ "id": 2244067, "name": "away3d/awayphysics-core-fp11", "url": "https://api.github.com/repos/away3d/awayphysics-core-fp11" }
{ "id": 185846, "login": "mightyj", "gravatar_id": "a641e077c5e131c60690b9ea249d6d1e", "avatar_url": "https://secure.gravatar.com/avatar/a641e077c5e131c60690b9ea249d6d1e?d=%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.com/users/mightyj" }
{ "id": 549071, "login": "away3d", "gravatar_id": "09275301d960f897ace19dff0c1c45cd", "avatar_url": "https://secure.gravatar.com/avatar/09275301d960f897ace19dff0c1c45cd?d=%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.com/orgs/away3d" }
2011-10-20T20:03:11
1493734225
null
WatchEvent
true
{"action":"started"}
{ "id": 2244067, "name": "away3d/awayphysics-core-fp11", "url": "https://api.github.com/repos/away3d/awayphysics-core-fp11" }
{ "id": 1132435, "login": "anttik", "gravatar_id": "f0a4054cdc0bebc7ca79538ed7d58ab3", "avatar_url": "https://secure.gravatar.com/avatar/f0a4054cdc0bebc7ca79538ed7d58ab3?d=%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.com/users/anttik" }
{ "id": 549071, "login": "away3d", "gravatar_id": "09275301d960f897ace19dff0c1c45cd", "avatar_url": "https://secure.gravatar.com/avatar/09275301d960f897ace19dff0c1c45cd?d=%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.com/orgs/away3d" }
2011-10-17T06:05:14
1492845521
null
IssueCommentEvent
true
{"repo":"away3d/away3d-core-broomstick","actor":"david-gregory","issue_id":824904,"comment_id":1075227,"actor_gravatar":"611dccfb330a0ead8e5606e5dce030f0"}
{ "id": 1419035, "name": "away3d/away3d-core-broomstick", "url": "https://api.github.dev/repos/away3d/away3d-core-broomstick" }
{ "id": 700369, "login": "david-gregory", "gravatar_id": "611dccfb330a0ead8e5606e5dce030f0", "avatar_url": "https://secure.gravatar.com/avatar/611dccfb330a0ead8e5606e5dce030f0?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/david-gregory" }
{ "id": 549071, "login": "away3d", "gravatar_id": "09275301d960f897ace19dff0c1c45cd", "avatar_url": "https://secure.gravatar.com/avatar/09275301d960f897ace19dff0c1c45cd?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/away3d" }
2011-04-29T13:20:06
1319425533
null
PushEvent
true
{"head":"3a8aba4e6b6a3003109e948b2c8bab8376128973","size":2,"push_id":46450062,"commits":[{"sha":"dc87f29fc58a2a8797daef455f99755fd9622e3c","author":{"name":"Éric Brison","email":"[email protected]"},"url":"https://api.github.com/repos/Anakeen/offline-client/commits/dc87f29fc58a2a8797daef455f99755fd9622e3c","message":"organisation of document's menu (closes #2104)\n\nConflicts:\n\n\tchrome/dcpOffline/modules/fileManager.jsm"},{"sha":"3a8aba4e6b6a3003109e948b2c8bab8376128973","author":{"name":"Éric Brison","email":"[email protected]"},"url":"https://api.github.com/repos/Anakeen/offline-client/commits/3a8aba4e6b6a3003109e948b2c8bab8376128973","message":"document sync menu (closes #2122)"}],"ref":"refs/heads/1.6-integration","legacy":{"head":"3a8aba4e6b6a3003109e948b2c8bab8376128973","size":2,"push_id":46450062,"shas":[["dc87f29fc58a2a8797daef455f99755fd9622e3c","[email protected]","organisation of document's menu (closes #2104)\n\nConflicts:\n\n\tchrome/dcpOffline/modules/fileManager.jsm","Éric Brison"],["3a8aba4e6b6a3003109e948b2c8bab8376128973","[email protected]","document sync menu (closes #2122)","Éric Brison"]],"ref":"refs/heads/1.6-integration"}}
{ "id": 1613578, "name": "Anakeen/offline-client", "url": "https://api.github.com/repos/Anakeen/offline-client" }
{ "id": 668738, "login": "CircleCode", "gravatar_id": "3c66ee50be46a6c637ef5423fe8b43ac", "avatar_url": "https://secure.gravatar.com/avatar/3c66ee50be46a6c637ef5423fe8b43ac?d=%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.com/users/CircleCode" }
{ "id": 681423, "login": "Anakeen", "gravatar_id": "4deb9af629e8fde8db186fb9edd869bd", "avatar_url": "https://secure.gravatar.com/avatar/4deb9af629e8fde8db186fb9edd869bd?d=%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.com/orgs/Anakeen" }
2011-10-17T16:16:42
1492940193
null
PushEvent
true
{"shas":[["4c28503b14f0c96d2d9d1085dd3106a0ef87e019","[email protected]","remove unused dcpoffline-array-system.css and domutils.jsm","Matthieu Codron"],["800092b6416c06e096d740dbb126d2dbe0fcdd0c","[email protected]","correct sql error in offlineSynchronize.deleteDocuments","Matthieu Codron"],["e876e7e5fc5e688b1f812a1799729c6e234318c4","[email protected]","change width of ckeditor","Matthieu Codron"],["2834dde375e3a97c28588805f9a452577aee6a2c","[email protected]","allow fromname in document creation","Matthieu Codron"],["3d7d325db0fefecb6b5c2e32935cd12bf2588942","[email protected]","add state in header","Matthieu Codron"],["238e2d3cd6e941b87ff95e865db84d03c065323c","[email protected]","update docids to rebuild on rollout","Matthieu Codron"],["56b555e333e69cf84521e1db5f44f1184f0ac44b","[email protected]","correct a typo in documentNode::getValue","Matthieu Codron"],["5931044f2f6bf90708247d18aceb5c235a39a5a0","[email protected]","add a way to reload menus on documentnode","Matthieu Codron"],["e524d526c50a7a9d1b965b23d65b33d06fbd9989","[email protected]","refactor menus","Matthieu Codron"],["7603a8909c99a6ef0d75438bcf36a4844b338216","[email protected]","add tooltips and min-width on columns","Matthieu Codron"],["61241c377706c333f2f645e8f5af36e44b4c4ff8","[email protected]","do not set default value when empty","Matthieu Codron"],["c48428e166582bc17d30ee420a923326efac131e","[email protected]","optimize htmltext attributes loading","Matthieu Codron"],["a8230cc2c6b80ce27284a21dc23f4783c217b999","[email protected]","move custom attributes un xul NS","Matthieu Codron"],["e7ca4ff9a85f87f7e0d3712ce001017b65153db1","[email protected]","some css improvements","Matthieu Codron"],["d0277c58d3b8c29a735ba81d5febd307a62bc0d5","[email protected]","correct htmltext reloadValue to work after initial loading","Matthieu Codron"],["51100ca225b5771309e6d23f33e16d5ca9154979","[email protected]","do not try to get titles when multiple docids are received","Matthieu Codron"],["f9ce3c02083d91fc3c3908789ae0f7f9f599ecf3","[email protected]","allow logging with depth set to 0","Matthieu Codron"],["e024cc5f4daa580041b16eceea31fd43dda1308e","[email protected]","bump version to 1.4.0","Matthieu Codron"]],"ref":"refs/heads/master","size":18,"head":"e024cc5f4daa580041b16eceea31fd43dda1308e","push_id":36382926}
{ "id": 1613578, "name": "Anakeen/offline-client", "url": "https://api.github.dev/repos/Anakeen/offline-client" }
{ "id": 668738, "login": "CircleCode", "gravatar_id": "3c66ee50be46a6c637ef5423fe8b43ac", "avatar_url": "https://secure.gravatar.com/avatar/3c66ee50be46a6c637ef5423fe8b43ac?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/CircleCode" }
{ "id": 681423, "login": "Anakeen", "gravatar_id": "4deb9af629e8fde8db186fb9edd869bd", "avatar_url": "https://secure.gravatar.com/avatar/4deb9af629e8fde8db186fb9edd869bd?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/Anakeen" }
2011-07-12T16:54:55
1477100123
null
PushEvent
true
{"shas":[["7b2f694c5db840f024b0e8aef6446b9aa75a13cf","[email protected]","Edited VERSION via GitHub","Marc Claverie"]],"ref":"refs/heads/master","size":1,"head":"7b2f694c5db840f024b0e8aef6446b9aa75a13cf","push_id":41662379}
{ "id": 1617757, "name": "Anakeen/offline-server", "url": "https://api.github.dev/repos/Anakeen/offline-server" }
{ "id": 690036, "login": "txiki31", "gravatar_id": "f90f3a7f59aa6ff2362756fdf997d02d", "avatar_url": "https://secure.gravatar.com/avatar/f90f3a7f59aa6ff2362756fdf997d02d?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/txiki31" }
{ "id": 681423, "login": "Anakeen", "gravatar_id": "4deb9af629e8fde8db186fb9edd869bd", "avatar_url": "https://secure.gravatar.com/avatar/4deb9af629e8fde8db186fb9edd869bd?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/Anakeen" }
2011-09-05T07:18:36
1485319263
null
PushEvent
true
{"ref":"refs/heads/3.2-integration","commits":[{"author":{"name":"Éric Brison","email":"[email protected]"},"url":"https://api.github.com/repos/Anakeen/dynacase-platform/commits/dda0398070a234ba6bc60e682926aff17b44d307","message":"correct pu report sort (closes #2196)","sha":"dda0398070a234ba6bc60e682926aff17b44d307"},{"author":{"name":"Éric Brison","email":"[email protected]"},"url":"https://api.github.com/repos/Anakeen/dynacase-platform/commits/70f3eee008849f94315e87fc1c9f61c1f0bdb9f2","message":"correct help input button visibility for docid multiple alone attribute (closes #2216)","sha":"70f3eee008849f94315e87fc1c9f61c1f0bdb9f2"},{"author":{"name":"Jérôme Augé","email":"[email protected]"},"url":"https://api.github.com/repos/Anakeen/dynacase-platform/commits/b389e35e6ebddec4f97421c3781ff226cca4d6ce","message":"Corrected and moved createPdf2Png() into insertfile.php (closes #1733)","sha":"b389e35e6ebddec4f97421c3781ff226cca4d6ce"},{"author":{"name":"Jérôme Augé","email":"[email protected]"},"url":"https://api.github.com/repos/Anakeen/dynacase-platform/commits/1eb1b7da4afae9ad3017eaa1dc1364574096981b","message":"3.2.0-0","sha":"1eb1b7da4afae9ad3017eaa1dc1364574096981b"},{"author":{"name":"Jérôme Augé","email":"[email protected]"},"url":"https://api.github.com/repos/Anakeen/dynacase-platform/commits/93d7a8f9d811429105aff0ba2d99ab0e34e1e24b","message":"Removed varchar data types in acl, action and application tables (closes #780)\n\nvarchar columns are changed to text or character type.","sha":"93d7a8f9d811429105aff0ba2d99ab0e34e1e24b"},{"author":{"name":"Éric Brison","email":"[email protected]"},"url":"https://api.github.com/repos/Anakeen/dynacase-platform/commits/9351f19e38b73dcde94016f081ee4712b9281102","message":"delete obsolete documentation (closes #2203)","sha":"9351f19e38b73dcde94016f081ee4712b9281102"},{"author":{"name":"Éric Brison","email":"[email protected]"},"url":"https://api.github.com/repos/Anakeen/dynacase-platform/commits/b75518ccbc485613209ecf043e32b446fbb035c7","message":"set admin password for admin page (closes #2202)","sha":"b75518ccbc485613209ecf043e32b446fbb035c7"},{"author":{"name":"Éric Brison","email":"[email protected]"},"url":"https://api.github.com/repos/Anakeen/dynacase-platform/commits/48aa4f7effcbc747784ce582c0720ff399910d0c","message":"get_magic_quote is set to off (closes #739)","sha":"48aa4f7effcbc747784ce582c0720ff399910d0c"},{"author":{"name":"Éric Brison","email":"[email protected]"},"url":"https://api.github.com/repos/Anakeen/dynacase-platform/commits/494432738f591f14d724c46eedde34efca79d4e8","message":"correct usage of Action::getArgument (refs #739)","sha":"494432738f591f14d724c46eedde34efca79d4e8"},{"author":{"name":"Jérôme Augé","email":"[email protected]"},"url":"https://api.github.com/repos/Anakeen/dynacase-platform/commits/d9f8f03e5e804ac35ce969d4089cf9c8330e9ddf","message":"Parse XML file with SAX for proper splitting (closes #1740)\n\nAdded test suite for splitXmlDocument() (refs #1740)\nPHP beautify PU_test_dcp_splitxmldocument (refs #1740)\nCorrected location of `PU_data_dcp_*.xml' test files (refs #1740)\nAdded 'PU\\TestSplitXmlDocument' to test suite (refs #1740)\nCorrected documentation of `Class.XMLSplitter.php' (refs #1740)","sha":"d9f8f03e5e804ac35ce969d4089cf9c8330e9ddf"},{"author":{"name":"Éric Brison","email":"[email protected]"},"url":"https://api.github.com/repos/Anakeen/dynacase-platform/commits/0ccf1354397e7aaadb8d5024c1a07c41fd848a4e","message":"correct encoding in attribute links (closes #1744)","sha":"0ccf1354397e7aaadb8d5024c1a07c41fd848a4e"},{"author":{"name":"Éric Brison","email":"[email protected]"},"url":"https://api.github.com/repos/Anakeen/dynacase-platform/commits/fd6e458e59ded82bf5a7a834d4300483dccdedda","message":"Merge pull request #47 from eguaj/3.2-F1828\n\n3.2 f1828","sha":"fd6e458e59ded82bf5a7a834d4300483dccdedda"}],"head":"fd6e458e59ded82bf5a7a834d4300483dccdedda","size":12,"push_id":50081675}
{ "id": 2159161, "name": "Anakeen/dynacase-platform", "url": "https://api.github.dev/repos/Anakeen/dynacase-platform" }
{ "id": 729001, "login": "Eric-Brison", "gravatar_id": "9c69a2be4091d3fa433697dae1c807c4", "avatar_url": "https://secure.gravatar.com/avatar/9c69a2be4091d3fa433697dae1c807c4?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/Eric-Brison" }
{ "id": 681423, "login": "Anakeen", "gravatar_id": "4deb9af629e8fde8db186fb9edd869bd", "avatar_url": "https://secure.gravatar.com/avatar/4deb9af629e8fde8db186fb9edd869bd?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/Anakeen" }
2011-11-15T16:58:35
1498880541
null
PushEvent
true
{"head":"f56ee4d69226e5c6ea90a33104bf2a2fa736aec4","size":4,"push_id":46445000,"commits":[{"sha":"dc87f29fc58a2a8797daef455f99755fd9622e3c","author":{"name":"Éric Brison","email":"[email protected]"},"url":"https://api.github.com/repos/CircleCode/offline-client/commits/dc87f29fc58a2a8797daef455f99755fd9622e3c","message":"organisation of document's menu (closes #2104)\n\nConflicts:\n\n\tchrome/dcpOffline/modules/fileManager.jsm"},{"sha":"3a8aba4e6b6a3003109e948b2c8bab8376128973","author":{"name":"Éric Brison","email":"[email protected]"},"url":"https://api.github.com/repos/CircleCode/offline-client/commits/3a8aba4e6b6a3003109e948b2c8bab8376128973","message":"document sync menu (closes #2122)"},{"sha":"91a29b7b8a15b13797812b1a2d7754f12a139f17","author":{"name":"Matthieu Codron","email":"[email protected]"},"url":"https://api.github.com/repos/CircleCode/offline-client/commits/91a29b7b8a15b13797812b1a2d7754f12a139f17","message":"collapse synchro details by default (closes #2118)"},{"sha":"f56ee4d69226e5c6ea90a33104bf2a2fa736aec4","author":{"name":"Matthieu Codron","email":"[email protected]"},"url":"https://api.github.com/repos/CircleCode/offline-client/commits/f56ee4d69226e5c6ea90a33104bf2a2fa736aec4","message":"update preferences translations (closes #2100)"}],"ref":"refs/heads/1.6-F2118","legacy":{"head":"f56ee4d69226e5c6ea90a33104bf2a2fa736aec4","size":4,"push_id":46445000,"shas":[["dc87f29fc58a2a8797daef455f99755fd9622e3c","[email protected]","organisation of document's menu (closes #2104)\n\nConflicts:\n\n\tchrome/dcpOffline/modules/fileManager.jsm","Éric Brison"],["3a8aba4e6b6a3003109e948b2c8bab8376128973","[email protected]","document sync menu (closes #2122)","Éric Brison"],["91a29b7b8a15b13797812b1a2d7754f12a139f17","[email protected]","collapse synchro details by default (closes #2118)","Matthieu Codron"],["f56ee4d69226e5c6ea90a33104bf2a2fa736aec4","[email protected]","update preferences translations (closes #2100)","Matthieu Codron"]],"ref":"refs/heads/1.6-F2118"}}
{ "id": 1733979, "name": "CircleCode/offline-client", "url": "https://api.github.com/repos/CircleCode/offline-client" }
{ "id": 668738, "login": "CircleCode", "gravatar_id": "3c66ee50be46a6c637ef5423fe8b43ac", "avatar_url": "https://secure.gravatar.com/avatar/3c66ee50be46a6c637ef5423fe8b43ac?d=%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.com/users/CircleCode" }
{ "id": 681423, "login": "Anakeen", "gravatar_id": "4deb9af629e8fde8db186fb9edd869bd", "avatar_url": "https://secure.gravatar.com/avatar/4deb9af629e8fde8db186fb9edd869bd?d=%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.com/orgs/Anakeen" }
2011-10-17T15:41:56
1492931819
null
PushEvent
true
{"head":"8d8c138f94172f8bc0a039f117613a8a5a584c90","size":8,"push_id":45755570,"shas":[["e4efc7ef62437e3c4a1f5343eb0479e46d096ed4","[email protected]","send lockdomainid information when synchronise (closes #2078)","Éric Brison"],["492e99d44081e40e045ef2e6b59bb2ca4f0287a6","[email protected]","ask for report when sync error (closes #2075)","Éric Brison"],["c1384263e9404c52717f3588582fac3c720e460c","[email protected]","correct detection of document without titles (closes #2087)","Éric Brison"],["e9f00d5b15b915ad7445c105d4eed6633ffd6670","[email protected]","correct getLogin used in synchro deletion (closes #2035)\nadd getLogin function in offlineSync","Éric Brison"],["a65ba4141c76375c9421b37bbbe3b905ec28b508","[email protected]","store title if real title (closes #2090)","Éric Brison"],["0b32616a7485c1ab8001b933512bf6f179654b53","[email protected]","book/unbook/unlink document menu (closes #1997)\nadd callback to be fire in end of sync\nuse getUserMode to disable/enable advanced menu - add alert if sync error","Éric Brison"],["b3bb55fcb09f2c6a0d104dc82dba0d4431ecd000","[email protected]","Merge branch '1.6-F2069' of github.com:Eric-Brison/offline-client into 1.6-F2069\n\n* '1.6-F2069' of github.com:Eric-Brison/offline-client:\n book/unbook/unlink document menu (closes #1997) add callback to be fire in end of sync use getUserMode to disable/enable advanced menu - add alert if sync error\n store title if real title (closes #2090)\n correct getLogin used in synchro deletion (closes #2035) add getLogin function in offlineSync\n correct detection of document without titles (closes #2087)\n ask for report when sync error (closes #2075)\n send lockdomainid information when synchronise (closes #2078)","Éric Brison"],["8d8c138f94172f8bc0a039f117613a8a5a584c90","[email protected]","correct cancel and add parameter to reinit","Éric Brison"]],"ref":"refs/heads/1.6-F2069"}
{ "id": 1743527, "name": "Eric-Brison/offline-client", "url": "https://api.github.com/repos/Eric-Brison/offline-client" }
{ "id": 729001, "login": "Eric-Brison", "gravatar_id": "9c69a2be4091d3fa433697dae1c807c4", "avatar_url": "https://secure.gravatar.com/avatar/9c69a2be4091d3fa433697dae1c807c4?d=%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.com/users/Eric-Brison" }
{ "id": 681423, "login": "Anakeen", "gravatar_id": "4deb9af629e8fde8db186fb9edd869bd", "avatar_url": "https://secure.gravatar.com/avatar/4deb9af629e8fde8db186fb9edd869bd?d=%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.com/orgs/Anakeen" }
2011-10-11T13:45:53
1491820606
null
PullRequestEvent
true
{"number":2,"pull_request":{"number":2,"title":"update documents template (closes #2081)","issue_id":1842241,"additions":8,"id":385056,"commits":1,"deletions":0},"action":"opened"}
{ "id": 1743321, "name": "Eric-Brison/offline-server", "url": "https://api.github.com/repos/Eric-Brison/offline-server" }
{ "id": 668738, "login": "CircleCode", "gravatar_id": "3c66ee50be46a6c637ef5423fe8b43ac", "avatar_url": "https://secure.gravatar.com/avatar/3c66ee50be46a6c637ef5423fe8b43ac?d=%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.com/users/CircleCode" }
{ "id": 681423, "login": "Anakeen", "gravatar_id": "4deb9af629e8fde8db186fb9edd869bd", "avatar_url": "https://secure.gravatar.com/avatar/4deb9af629e8fde8db186fb9edd869bd?d=%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.com/orgs/Anakeen" }
2011-10-07T11:05:15
1491183394
null
PushEvent
true
{"shas":[["f0ae3ef5acfd4e596dd1bc731e0cd1a972e30c13","[email protected]","apps.theme: Ask IE to use non-quirks mode and latest rendering engine.","Espen A. Kristiansen"],["53f614b86f13ea20d976d4571d5526a3586407ee","[email protected]","apps.theme: Warning about IE issues.","Espen A. Kristiansen"],["fb2f338a383769ed604413bb54127e5105faac99","[email protected]","Merge branch 'master' of github.com:devilry/devilry-django","Espen A. Kristiansen"]],"ref":"refs/heads/master","size":3,"head":"fb2f338a383769ed604413bb54127e5105faac99","push_id":41556502}
{ "id": 486298, "name": "devilry/devilry-django", "url": "https://api.github.dev/repos/devilry/devilry-django" }
{ "id": 84501, "login": "espenak", "gravatar_id": "6636f5733dd09025d87b33eb14c7b2fc", "avatar_url": "https://secure.gravatar.com/avatar/6636f5733dd09025d87b33eb14c7b2fc?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/espenak" }
{ "id": 92623, "login": "devilry", "gravatar_id": "fc1bcdb5f33a42f993cc6fd94b7c7d6b", "avatar_url": "https://secure.gravatar.com/avatar/fc1bcdb5f33a42f993cc6fd94b7c7d6b?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/devilry" }
2011-09-03T01:52:32
1485135646
null
PushEvent
true
{"shas":[["6a3cfdee30a312aea74f532fa47c3440acf40dca","[email protected]","apps.extjshelpers: Started working on a extjs editor for restful simplified classes.","Espen A. Kristiansen"],["eb6feb2b4f7f3ea0668851d7d928037a4af81e47","[email protected]","apps.extjshelpers: Cleanup.","Espen A. Kristiansen"],["1b2c23c6aba989c81cd313e791e0c67e6076e6e7","[email protected]","apps.extjshelpers: Cleanup.","Espen A. Kristiansen"],["8b959cfd4a0a7fcd22902c8e0bb2f72359852099","[email protected]","simplified|restful: Docs and convenence attributes.","Espen A. Kristiansen"],["9cc92e47e944d41572276d9b6efa072196379c56","[email protected]","apps.extjshelpers: Fixed tests.","Espen A. Kristiansen"],["5bd9c3461715a48f0d7f53ad668b4dfbcec5f13b","[email protected]","apps/administrator/templates/administrator/editors/: Changed to attribute level filtering\napps/extjshelpers/formintegration.py|templatetags/extjs.py\n\nWe want attribute level filtering of autogenerated Extjs code.\nadded filters for the modelname and for form items.","Tor Ivar Johansen"],["68ebfdddae200cb4b9e37342abfddb12a12000af","[email protected]","simplified: Started on autogeneration of docs.","Espen A. Kristiansen"],["745830b480803e6cf44d403cb2f2d16eb0d4a057","[email protected]","Merge branch 'master' of git://github.com/tworide/devilry-django","Espen A. Kristiansen"],["010e28006ffcd49b8a86c8e5c42bb3d4fcb85dee","[email protected]","apps.extjshelpers: Cleaned up template tags.","Espen A. Kristiansen"],["1763fa5d00e0197fcc5aa0cc50dbe34cefde3314","[email protected]","apps.extjshelpers: Getting closer to foreign key support.","Espen A. Kristiansen"],["f69978f4ad69d42c20d64bc04238891377e3e641","[email protected]","apps.extjshelpers: Getting closer to foreign key support.","Espen A. Kristiansen"],["8a3cdaa1e9d686ecc53a45170672d89d1793cae0","[email protected]","apps.administrator: Docs.","Espen A. Kristiansen"],["7c552144c35709486d12b040f0b719eb676549d7","[email protected]","simplified: Better docs, and PermissionDenied instead of DoesNotExist on invalid id.","Espen A. Kristiansen"],["5dae76d77f5851511b7ce202cf9a8a2253aca033","[email protected]","restful|restful_client: Made them work together.","Espen A. Kristiansen"],["5f8d4c9d8e9119dab8efc57f841c18bc0f3bda2e","[email protected]","apps.administrator: Docs.","Espen A. Kristiansen"],["6a3b46f4b4cd6f45203aa517f901cffc106227c6","[email protected]","Merge branch 'master' of github.com:devilry/devilry-django","Espen A. Kristiansen"]],"ref":"refs/heads/master","size":16,"head":"6a3b46f4b4cd6f45203aa517f901cffc106227c6","push_id":35694758}
{ "id": 486298, "name": "devilry/devilry-django", "url": "https://api.github.dev/repos/devilry/devilry-django" }
{ "id": 84501, "login": "espenak", "gravatar_id": "6636f5733dd09025d87b33eb14c7b2fc", "avatar_url": "https://secure.gravatar.com/avatar/6636f5733dd09025d87b33eb14c7b2fc?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/espenak" }
{ "id": 92623, "login": "devilry", "gravatar_id": "fc1bcdb5f33a42f993cc6fd94b7c7d6b", "avatar_url": "https://secure.gravatar.com/avatar/fc1bcdb5f33a42f993cc6fd94b7c7d6b?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/devilry" }
2011-07-05T08:23:09
1476035994
null
IssuesEvent
true
{"action":"closed","issue":{"number":143,"created_at":"2011-07-11T12:22:35Z","pull_request":{"diff_url":null,"patch_url":null,"html_url":null},"body":"According to the API for Deadline the field 'status' should be != 0 for a deadline that has a delivery, but in the tests for Deadline all Deadlines have status 0, even though they all have deliveries. Is this a bug? or an old, discarded feature?","comments":2,"title":"Status in Deadline","updated_at":"2011-10-24T01:04:13Z","url":"https://api.github.com/repos/devilry/devilry-django/issues/143","id":1201202,"assignee":null,"milestone":{"number":6,"created_at":"2011-08-20T15:29:45Z","due_on":null,"title":"1.1.2","creator":{"gravatar_id":"6636f5733dd09025d87b33eb14c7b2fc","avatar_url":"https://secure.gravatar.com/avatar/6636f5733dd09025d87b33eb14c7b2fc?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","url":"https://api.github.com/users/espenak","id":84501,"login":"espenak"},"url":"https://api.github.com/repos/devilry/devilry-django/milestones/6","open_issues":2,"closed_issues":10,"description":"","state":"open"},"closed_at":"2011-10-24T01:04:13Z","user":{"gravatar_id":"032c5d0345d476267206ea49bf1628a9","avatar_url":"https://secure.gravatar.com/avatar/032c5d0345d476267206ea49bf1628a9?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","url":"https://api.github.com/users/vegarang","id":474953,"login":"vegarang"},"html_url":"https://github.com/devilry/devilry-django/issues/143","labels":[],"state":"closed"},"legacy":{"number":143,"action":"closed","issue":1201202}}
{ "id": 486298, "name": "devilry/devilry-django", "url": "https://api.github.com/repos/devilry/devilry-django" }
{ "id": 84501, "login": "espenak", "gravatar_id": "6636f5733dd09025d87b33eb14c7b2fc", "avatar_url": "https://secure.gravatar.com/avatar/6636f5733dd09025d87b33eb14c7b2fc?d=%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.com/users/espenak" }
{ "id": 92623, "login": "devilry", "gravatar_id": "fc1bcdb5f33a42f993cc6fd94b7c7d6b", "avatar_url": "https://secure.gravatar.com/avatar/fc1bcdb5f33a42f993cc6fd94b7c7d6b?d=%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.com/orgs/devilry" }
2011-10-24T01:04:14
1494189484
null
PushEvent
true
{"shas":[["43b672ae11221955e0cf86689d81774fedfd58fe","[email protected]","administrator: Change group name gui.","Espen A. Kristiansen"],["c3e0ce17865ddc8f5a5050f0efc78b0c96e9d28f","[email protected]","apps.administrator: Change group members gui.","Espen A. Kristiansen"],["1bbcebb5ea029f3846941bd1a4a7dc3070dd6153","[email protected]","apps.administrator: More robust change group members.","Espen A. Kristiansen"],["0d9cea8db0ab6e43c9d0e6434e40c2816c9872dd","[email protected]","apps.examiner: View assignment button in search.","Espen A. Kristiansen"],["1208c425fb94593991701c28ae2af16ce4909e52","[email protected]","apps.examiner: Label change.","Espen A. Kristiansen"],["c689c9db5204c000ccdc3cb09f58310c3f5a41fd","[email protected]","apps.extjshelpers...StudentsManager: Reorganized buttons.","Espen A. Kristiansen"],["ca2bf19cb3b94b34192006beaa4607041f620c97","[email protected]","apps.extjshelpers: Made a context menu in StudentsManager.","Espen A. Kristiansen"],["ec273386dc77c692c1afc6a424448b8a7e30362b","[email protected]","apps.extjshelpers: Label change.","Espen A. Kristiansen"],["d2e8515fdb2650708733bd30dcc427f14af2acce","[email protected]","apps.extjshelpers: Help in StudentsManager.","Espen A. Kristiansen"],["f50b400cc163cef238ff0eb8aad42a3279656bcf","[email protected]","apps.examiner: Minor changes.","Espen A. Kristiansen"],["eb79083c934b59c82d52092961f8a5968ebc8dd5","[email protected]","apps.theme: Tuned style to make it more obvious what role you are playing.","Espen A. Kristiansen"],["82cecf3e2bf3277b0196217dcfffd944d92af17d","[email protected]","apps.theme: Minor changes.","Espen A. Kristiansen"],["7779968480b560a1b03d5d5885056f76e9fdf2ec","[email protected]","theme: Grey and faded big info and help icons","Espen A. Kristiansen"],["b2dbbe6968fcb2fb298e8d51bd9750e005d19356","[email protected]","apps.extjshelpers: Made StaticFeedbackView far more minimal.\n\nOne item in the iconlist instead of 3.","Espen A. Kristiansen"],["0ad407069c6e8aeac739d55689c6bad43bcc9cf9","[email protected]","apps.extjshelpers: Commented out the code that hides Edit feedback.","Espen A. Kristiansen"]],"ref":"refs/heads/master","size":15,"head":"0ad407069c6e8aeac739d55689c6bad43bcc9cf9","push_id":40589756}
{ "id": 486298, "name": "devilry/devilry-django", "url": "https://api.github.dev/repos/devilry/devilry-django" }
{ "id": 84501, "login": "espenak", "gravatar_id": "6636f5733dd09025d87b33eb14c7b2fc", "avatar_url": "https://secure.gravatar.com/avatar/6636f5733dd09025d87b33eb14c7b2fc?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/espenak" }
{ "id": 92623, "login": "devilry", "gravatar_id": "fc1bcdb5f33a42f993cc6fd94b7c7d6b", "avatar_url": "https://secure.gravatar.com/avatar/fc1bcdb5f33a42f993cc6fd94b7c7d6b?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/devilry" }
2011-08-25T03:56:14
1483608377
null
IssuesEvent
true
{"number":157,"issue":1283231,"action":"closed"}
{ "id": 486298, "name": "devilry/devilry-django", "url": "https://api.github.dev/repos/devilry/devilry-django" }
{ "id": 84501, "login": "espenak", "gravatar_id": "6636f5733dd09025d87b33eb14c7b2fc", "avatar_url": "https://secure.gravatar.com/avatar/6636f5733dd09025d87b33eb14c7b2fc?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/espenak" }
{ "id": 92623, "login": "devilry", "gravatar_id": "fc1bcdb5f33a42f993cc6fd94b7c7d6b", "avatar_url": "https://secure.gravatar.com/avatar/fc1bcdb5f33a42f993cc6fd94b7c7d6b?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/devilry" }
2011-09-10T15:51:24
1486322096
null
GollumEvent
true
{"pages":[{"summary":null,"title":"Download","sha":"ec3d59b031467316a8e5f712ccd34249d35adfa0","page_name":"Download","action":"edited"}]}
{ "id": 486298, "name": "devilry/devilry-django", "url": "https://api.github.dev/repos/devilry/devilry-django" }
{ "id": 84501, "login": "espenak", "gravatar_id": "6636f5733dd09025d87b33eb14c7b2fc", "avatar_url": "https://secure.gravatar.com/avatar/6636f5733dd09025d87b33eb14c7b2fc?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/espenak" }
{ "id": 92623, "login": "devilry", "gravatar_id": "fc1bcdb5f33a42f993cc6fd94b7c7d6b", "avatar_url": "https://secure.gravatar.com/avatar/fc1bcdb5f33a42f993cc6fd94b7c7d6b?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/devilry" }
2011-08-23T14:32:46
1483287203
null
GollumEvent
true
{"pages":[{"summary":null,"title":"Node administrator getting started","sha":"e161742638fa847fed2f7f6fa40f3ee377002d94","page_name":"Node administrator getting started","action":"created"},{"summary":null,"title":"What is a node?","sha":"e161742638fa847fed2f7f6fa40f3ee377002d94","page_name":"Node","action":"created"},{"summary":null,"title":"What is a Period?","sha":"e161742638fa847fed2f7f6fa40f3ee377002d94","page_name":"Period","action":"created"},{"summary":null,"title":"What is a subject?","sha":"e161742638fa847fed2f7f6fa40f3ee377002d94","page_name":"Subject","action":"created"},{"summary":null,"title":"Administrator","sha":"e161742638fa847fed2f7f6fa40f3ee377002d94","page_name":"Administrator","action":"edited"},{"summary":null,"title":"Subject(course) administrator getting started","sha":"e161742638fa847fed2f7f6fa40f3ee377002d94","page_name":"Subject(course) administrator getting started","action":"edited"}]}
{ "id": 486298, "name": "devilry/devilry-django", "url": "https://api.github.dev/repos/devilry/devilry-django" }
{ "id": 84501, "login": "espenak", "gravatar_id": "6636f5733dd09025d87b33eb14c7b2fc", "avatar_url": "https://secure.gravatar.com/avatar/6636f5733dd09025d87b33eb14c7b2fc?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/espenak" }
{ "id": 92623, "login": "devilry", "gravatar_id": "fc1bcdb5f33a42f993cc6fd94b7c7d6b", "avatar_url": "https://secure.gravatar.com/avatar/fc1bcdb5f33a42f993cc6fd94b7c7d6b?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/devilry" }
2011-09-06T16:35:31
1485571222
null
GollumEvent
true
{"pages":[{"summary":null,"title":"Set up postgresql for production use","sha":"9ccbc032e0e20a75a3ef74bb9e166928471daafd","page_name":"Set up postgresql for production use","action":"edited"}]}
{ "id": 486298, "name": "devilry/devilry-django", "url": "https://api.github.dev/repos/devilry/devilry-django" }
{ "id": 84501, "login": "espenak", "gravatar_id": "6636f5733dd09025d87b33eb14c7b2fc", "avatar_url": "https://secure.gravatar.com/avatar/6636f5733dd09025d87b33eb14c7b2fc?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/espenak" }
{ "id": 92623, "login": "devilry", "gravatar_id": "fc1bcdb5f33a42f993cc6fd94b7c7d6b", "avatar_url": "https://secure.gravatar.com/avatar/fc1bcdb5f33a42f993cc6fd94b7c7d6b?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/devilry" }
2011-08-24T07:54:52
1483431579
null
PushEvent
true
{"ref":"refs/heads/latest-stable","commits":[{"author":{"name":"Espen A. Kristiansen","email":"[email protected]"},"message":"apps.superadmin: Better unicode support.","url":"https://api.github.com/repos/devilry/devilry-django/commits/ef2a6d33f8185615b588bca1ffb4c3a92e8da733","sha":"ef2a6d33f8185615b588bca1ffb4c3a92e8da733"}],"head":"ef2a6d33f8185615b588bca1ffb4c3a92e8da733","size":1,"push_id":49319083}
{ "id": 486298, "name": "devilry/devilry-django", "url": "https://api.github.dev/repos/devilry/devilry-django" }
{ "id": 84501, "login": "espenak", "gravatar_id": "6636f5733dd09025d87b33eb14c7b2fc", "avatar_url": "https://secure.gravatar.com/avatar/6636f5733dd09025d87b33eb14c7b2fc?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/espenak" }
{ "id": 92623, "login": "devilry", "gravatar_id": "fc1bcdb5f33a42f993cc6fd94b7c7d6b", "avatar_url": "https://secure.gravatar.com/avatar/fc1bcdb5f33a42f993cc6fd94b7c7d6b?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/devilry" }
2011-11-09T14:45:06
1497614006
null
PushEvent
true
{"shas":[["8797c3aaf0606db53572f2858034fda72e92c198","[email protected]","temporary workaround","Brendan Ribera"]],"ref":"refs/heads/master","size":1,"head":"8797c3aaf0606db53572f2858034fda72e92c198","push_id":38090734}
{ "id": 1740110, "name": "readabl/RestKit", "url": "https://api.github.dev/repos/readabl/RestKit" }
{ "id": 36872, "login": "abscondment", "gravatar_id": "40f438095ffe6ce6a6ccffc4837e80d2", "avatar_url": "https://secure.gravatar.com/avatar/40f438095ffe6ce6a6ccffc4837e80d2?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/abscondment" }
{ "id": 771279, "login": "readabl", "gravatar_id": "0faebe226ba761d87e02817c2591abf7", "avatar_url": "https://secure.gravatar.com/avatar/0faebe226ba761d87e02817c2591abf7?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/readabl" }
2011-07-30T09:52:12
1479726639
null
PushEvent
true
{"shas":[["84fd4fabd4ece47dfdcbc72fe9633b22dc9558ca","[email protected]","Edited README.md via GitHub","Adrian Crapciu"]],"repo":"vismaosscomponents/jqGrid-plugins","actor":"AdrianCrapciu","ref":"refs/heads/master","size":1,"head":"84fd4fabd4ece47dfdcbc72fe9633b22dc9558ca","actor_gravatar":"ee23a00a2c274cb504a1c10c67061c08","push_id":26433638}
{ "id": 1463353, "name": "vismaosscomponents/jqGrid-plugins", "url": "https://api.github.dev/repos/vismaosscomponents/jqGrid-plugins" }
{ "id": 530449, "login": "AdrianCrapciu", "gravatar_id": "ee23a00a2c274cb504a1c10c67061c08", "avatar_url": "https://secure.gravatar.com/avatar/ee23a00a2c274cb504a1c10c67061c08?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/AdrianCrapciu" }
{ "id": 512975, "login": "vismaosscomponents", "gravatar_id": "105f833a46b2b890a6c4f7339e4182c3", "avatar_url": "https://secure.gravatar.com/avatar/105f833a46b2b890a6c4f7339e4182c3?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/vismaosscomponents" }
2011-03-10T14:41:38
1177033642
null
PushEvent
true
{"commits":[{"author":{"name":"tpatel","email":"[email protected]"},"sha":"7624dad7b88f2f7cde76eff11fa3b5386bd9e952","message":"Réorganisation des layers.","url":"https://api.github.com/repos/Brifle/DevOO/commits/7624dad7b88f2f7cde76eff11fa3b5386bd9e952"},{"author":{"name":"tpatel","email":"[email protected]"},"sha":"6606db235aba79b0d2bcea7034cace58c9452056","message":"Implémentation du déplacement des chariots grâce aux clics :D","url":"https://api.github.com/repos/Brifle/DevOO/commits/6606db235aba79b0d2bcea7034cace58c9452056"},{"author":{"name":"tpatel","email":"[email protected]"},"sha":"5f829ededc1961bc0d4970c79b02e7bcd22cb59c","message":"Merge branch 'master' of ssh://[email protected]/Brifle/DevOO.git","url":"https://api.github.com/repos/Brifle/DevOO/commits/5f829ededc1961bc0d4970c79b02e7bcd22cb59c"}],"ref":"refs/heads/master","head":"5f829ededc1961bc0d4970c79b02e7bcd22cb59c","push_id":53780714,"size":3}
{ "id": 2836743, "name": "Brifle/DevOO", "url": "https://api.github.dev/repos/Brifle/DevOO" }
{ "id": 494686, "login": "tpatel", "gravatar_id": "3a5c7a1c037b18bee852bf55b7d51463", "avatar_url": "https://secure.gravatar.com/avatar/3a5c7a1c037b18bee852bf55b7d51463?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/tpatel" }
{ "id": 1104079, "login": "Brifle", "gravatar_id": "4df97ecd8939c1a4b4a00e8140ad4b6d", "avatar_url": "https://secure.gravatar.com/avatar/4df97ecd8939c1a4b4a00e8140ad4b6d?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/Brifle" }
2011-12-13T19:32:35
1505121768
null
PushEvent
true
{"commits":[{"author":{"name":"tpatel","email":"[email protected]"},"sha":"64431dcb789581b8f53d33070567364856fea475","message":"Correction du bug !","url":"https://api.github.com/repos/Brifle/DevOO/commits/64431dcb789581b8f53d33070567364856fea475"},{"author":{"name":"tpatel","email":"[email protected]"},"sha":"60ed13ed2a55bbba1e75c986e743f14c2c538d3f","message":"Merge branch 'master' of ssh://[email protected]/Brifle/DevOO.git","url":"https://api.github.com/repos/Brifle/DevOO/commits/60ed13ed2a55bbba1e75c986e743f14c2c538d3f"}],"ref":"refs/heads/master","head":"60ed13ed2a55bbba1e75c986e743f14c2c538d3f","push_id":53835931,"size":2}
{ "id": 2836743, "name": "Brifle/DevOO", "url": "https://api.github.dev/repos/Brifle/DevOO" }
{ "id": 494686, "login": "tpatel", "gravatar_id": "3a5c7a1c037b18bee852bf55b7d51463", "avatar_url": "https://secure.gravatar.com/avatar/3a5c7a1c037b18bee852bf55b7d51463?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/tpatel" }
{ "id": 1104079, "login": "Brifle", "gravatar_id": "4df97ecd8939c1a4b4a00e8140ad4b6d", "avatar_url": "https://secure.gravatar.com/avatar/4df97ecd8939c1a4b4a00e8140ad4b6d?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/Brifle" }
2011-12-14T01:34:02
1505218191
null
PushEvent
true
{"ref":"refs/heads/master","commits":[{"author":{"email":"[email protected]","name":"Michael Fagno"},"sha":"2f5b27cfa618de078af605c685586040a21c1d8a","message":"update getAngleSegment","url":"https://api.github.com/repos/Brifle/DevOO/commits/2f5b27cfa618de078af605c685586040a21c1d8a"},{"author":{"email":"[email protected]","name":"Michael Fagno"},"sha":"337809b9b93c6d1dbf141abdd1f55a801e665e10","message":"update getAngleSegment","url":"https://api.github.com/repos/Brifle/DevOO/commits/337809b9b93c6d1dbf141abdd1f55a801e665e10"}],"head":"337809b9b93c6d1dbf141abdd1f55a801e665e10","push_id":53634821,"size":2}
{ "id": 2836743, "name": "Brifle/DevOO", "url": "https://api.github.dev/repos/Brifle/DevOO" }
{ "id": 607531, "login": "mickah", "gravatar_id": "7bf19f42acc897c1e069d54648e18fa8", "avatar_url": "https://secure.gravatar.com/avatar/7bf19f42acc897c1e069d54648e18fa8?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/mickah" }
{ "id": 1104079, "login": "Brifle", "gravatar_id": "4df97ecd8939c1a4b4a00e8140ad4b6d", "avatar_url": "https://secure.gravatar.com/avatar/4df97ecd8939c1a4b4a00e8140ad4b6d?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/Brifle" }
2011-12-12T22:41:01
1504874094
null
WatchEvent
true
{"action":"started"}
{ "id": 294069, "name": "hpricot/hpricot", "url": "https://api.github.dev/repos/hpricot/hpricot" }
{ "id": 148323, "login": "speric", "gravatar_id": "2597527dd99330eabb9b781878bcd4c3", "avatar_url": "https://secure.gravatar.com/avatar/2597527dd99330eabb9b781878bcd4c3?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/speric" }
{ "id": 121807, "login": "hpricot", "gravatar_id": "d20c7cd3e33169b61004d14ffe751601", "avatar_url": "https://secure.gravatar.com/avatar/d20c7cd3e33169b61004d14ffe751601?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/hpricot" }
2011-09-13T03:52:07
1486673328
null
IssuesEvent
true
{"number":13,"repo":"hpricot/hpricot","actor":"nicksieger","issue":159205,"actor_gravatar":"526d60de6472502bb570a9df2842b33b","action":"closed"}
{ "id": 294069, "name": "hpricot/hpricot", "url": "https://api.github.dev/repos/hpricot/hpricot" }
{ "id": 154, "login": "nicksieger", "gravatar_id": "526d60de6472502bb570a9df2842b33b", "avatar_url": "https://secure.gravatar.com/avatar/526d60de6472502bb570a9df2842b33b?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/nicksieger" }
{ "id": 121807, "login": "hpricot", "gravatar_id": "d20c7cd3e33169b61004d14ffe751601", "avatar_url": "https://secure.gravatar.com/avatar/d20c7cd3e33169b61004d14ffe751601?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/hpricot" }
2011-02-28T19:48:08
1157944363
null
ForkEvent
true
{"forkee":{"created_at":"2011-11-22T06:46:30Z","pushed_at":"2011-10-31T17:43:23Z","clone_url":"https://github.com/anitabharambe/hpricot.git","private":false,"updated_at":"2011-11-22T06:46:30Z","name":"hpricot","watchers":1,"master_branch":null,"svn_url":"https://svn.github.com/anitabharambe/hpricot","forks":0,"language":"C","owner":{"gravatar_id":"52c788ee721b5d39138e0e70b68026be","id":881018,"url":"https://api.github.com/users/anitabharambe","login":"anitabharambe","avatar_url":"https://secure.gravatar.com/avatar/52c788ee721b5d39138e0e70b68026be?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png"},"id":2825890,"homepage":"http://code.whytheluckystiff.net/hpricot/","git_url":"git://github.com/anitabharambe/hpricot.git","description":"A swift, liberal HTML parser with a fantastic library","html_url":"https://github.com/anitabharambe/hpricot","public":true,"url":"https://api.github.com/repos/anitabharambe/hpricot","size":216,"open_issues":0,"fork":true,"ssh_url":"[email protected]:anitabharambe/hpricot.git"}}
{ "id": 294069, "name": "hpricot/hpricot", "url": "https://api.github.dev/repos/hpricot/hpricot" }
{ "id": 881018, "login": "anitabharambe", "gravatar_id": "52c788ee721b5d39138e0e70b68026be", "avatar_url": "https://secure.gravatar.com/avatar/52c788ee721b5d39138e0e70b68026be?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/anitabharambe" }
{ "id": 121807, "login": "hpricot", "gravatar_id": "d20c7cd3e33169b61004d14ffe751601", "avatar_url": "https://secure.gravatar.com/avatar/d20c7cd3e33169b61004d14ffe751601?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/hpricot" }
2011-11-22T06:46:30
1500312063
null
PushEvent
true
{"ref":"refs/heads/master","push_id":55342225,"commits":[{"sha":"f2006dfb1ee090fa643ec85d40871229e007a0bd","author":{"email":"[email protected]","name":"Paweł Łuczak"},"url":"https://api.github.com/repos/Ragnarson/shelly/commits/f2006dfb1ee090fa643ec85d40871229e007a0bd","message":"Wrong http status code"},{"sha":"f09444cabe3935a449d75a3d5c1b43b887c739af","author":{"email":"[email protected]","name":"Paweł Łuczak"},"url":"https://api.github.com/repos/Ragnarson/shelly/commits/f09444cabe3935a449d75a3d5c1b43b887c739af","message":"Merge branch '22223711-user-can-request-backup'"}],"head":"f09444cabe3935a449d75a3d5c1b43b887c739af","size":2}
{ "id": 2341646, "name": "Ragnarson/shelly", "url": "https://api.github.dev/repos/Ragnarson/shelly" }
{ "id": 1065235, "login": "woochaq", "gravatar_id": "9d0d0e4d142051747ae6d8655b5cfdcd", "avatar_url": "https://secure.gravatar.com/avatar/9d0d0e4d142051747ae6d8655b5cfdcd?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/woochaq" }
{ "id": 318415, "login": "Ragnarson", "gravatar_id": "58a263d3193d3e6065671d7ca40573a9", "avatar_url": "https://secure.gravatar.com/avatar/58a263d3193d3e6065671d7ca40573a9?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/Ragnarson" }
2011-12-27T14:04:53
1507784275
null
CreateEvent
true
{"ref_type":"tag","ref":"v0.0.1","description":"","master_branch":"master"}
{ "id": 2341646, "name": "Ragnarson/shelly", "url": "https://api.github.dev/repos/Ragnarson/shelly" }
{ "id": 427, "login": "wijet", "gravatar_id": "2b1915c37067626813a2f04d4a6b0c92", "avatar_url": "https://secure.gravatar.com/avatar/2b1915c37067626813a2f04d4a6b0c92?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/wijet" }
{ "id": 318415, "login": "Ragnarson", "gravatar_id": "58a263d3193d3e6065671d7ca40573a9", "avatar_url": "https://secure.gravatar.com/avatar/58a263d3193d3e6065671d7ca40573a9?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/Ragnarson" }
2011-09-07T13:31:23
1485747582
null
PushEvent
true
{"head":"fad3736a4bc551bd23f91c63730579a49261e7dc","size":1,"push_id":45357492,"shas":[["fad3736a4bc551bd23f91c63730579a49261e7dc","[email protected]","execute restart mon service moved to defaul.rb from mon.rb","Szymon"]],"ref":"refs/heads/master"}
{ "id": 2488218, "name": "Ragnarson/cookbooks", "url": "https://api.github.com/repos/Ragnarson/cookbooks" }
{ "id": 135415, "login": "szymonpk", "gravatar_id": "9248053d6ebaa467595345ee7f6333f1", "avatar_url": "https://secure.gravatar.com/avatar/9248053d6ebaa467595345ee7f6333f1?d=%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.com/users/szymonpk" }
{ "id": 318415, "login": "Ragnarson", "gravatar_id": "58a263d3193d3e6065671d7ca40573a9", "avatar_url": "https://secure.gravatar.com/avatar/58a263d3193d3e6065671d7ca40573a9?d=%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.com/orgs/Ragnarson" }
2011-10-07T09:46:38
1491173350
null
WatchEvent
true
{"repo":"freerangedata/java_build_task","actor":"bmmchugh","actor_gravatar":"dc1b116ffaa6b31addf45fe8e89c5cd6","action":"started"}
{ "id": 1670524, "name": "freerangedata/java_build_task", "url": "https://api.github.dev/repos/freerangedata/java_build_task" }
{ "id": 392923, "login": "bmmchugh", "gravatar_id": "dc1b116ffaa6b31addf45fe8e89c5cd6", "avatar_url": "https://secure.gravatar.com/avatar/dc1b116ffaa6b31addf45fe8e89c5cd6?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/bmmchugh" }
{ "id": 322255, "login": "freerangedata", "gravatar_id": "6a50e54ee2d681fa2f59a3991bf55720", "avatar_url": "https://secure.gravatar.com/avatar/6a50e54ee2d681fa2f59a3991bf55720?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/freerangedata" }
2011-04-27T13:38:42
1310704969
null
IssueCommentEvent
true
{"issue":{"state":"open","created_at":"2011-11-16T17:57:48Z","updated_at":"2011-11-22T06:13:46Z","user":{"gravatar_id":"8961c1b53b048abbcd61cd5af181fd69","id":1034017,"url":"https://api.github.com/users/samseaver","login":"samseaver","avatar_url":"https://secure.gravatar.com/avatar/8961c1b53b048abbcd61cd5af181fd69?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png"},"comments":3,"body":"Even though most of us may be running commands that take 5 minutes or less, and thus are not easily affected by this limitation, I am effectively locked out from doing any more work when I'm running a DB import that takes 9 hours. The limitation in question is that SQLite doesn't seem to allow multiple transactions to occur at the same time.\r\n\r\nThis means that when one process is running, and if I try to run another process (in this example, while running mdl-importmodel, I tried to run mdl-loadbiomass) I get this:\r\n\r\n[PPOBackend.pm 447]Transaction aborted: DBD::SQLite::db commit failed: database is locked","assignee":null,"id":2259521,"number":100,"pull_request":{"patch_url":null,"html_url":null,"diff_url":null},"labels":[],"title":"Limitation of SQLite","html_url":"https://github.com/ModelSEED/Model-SEED-core/issues/100","closed_at":null,"url":"https://api.github.com/repos/ModelSEED/Model-SEED-core/issues/100","milestone":null},"action":"created","comment":{"created_at":"2011-11-22T06:13:46Z","updated_at":"2011-11-22T06:13:46Z","user":{"gravatar_id":"73369c6b56ce4ee2303d7378dbf970e7","id":1007394,"url":"https://api.github.com/users/cshenry","login":"cshenry","avatar_url":"https://secure.gravatar.com/avatar/73369c6b56ce4ee2303d7378dbf970e7?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png"},"body":"The 9 hour import is due to the flat files. I actually think we could massively speed the imports if we switched the provenance databases to use sqllite instead of flat files. I'm not sure it would require much work either. I will look into this. If we can resolve the 9 hour import problem, it may reduce the pain caused by the limitations of sqllite.","id":2830880,"url":"https://api.github.com/repos/ModelSEED/Model-SEED-core/issues/comments/2830880"}}
{ "id": 2276453, "name": "ModelSEED/Model-SEED-core", "url": "https://api.github.dev/repos/ModelSEED/Model-SEED-core" }
{ "id": 1007394, "login": "cshenry", "gravatar_id": "73369c6b56ce4ee2303d7378dbf970e7", "avatar_url": "https://secure.gravatar.com/avatar/73369c6b56ce4ee2303d7378dbf970e7?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/cshenry" }
{ "id": 1045967, "login": "ModelSEED", "gravatar_id": "f1f97cfa813c828a73528989da671a81", "avatar_url": "https://secure.gravatar.com/avatar/f1f97cfa813c828a73528989da671a81?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/ModelSEED" }
2011-11-22T06:13:47
1500308502
null
PushEvent
true
{"head":"c21312a0fe9cd5c7bfb6dd7e9f4429074c7bf5fa","size":1,"push_id":44379127,"shas":[["c21312a0fe9cd5c7bfb6dd7e9f4429074c7bf5fa","[email protected]","Tweaks to install.","chenry"]],"ref":"refs/heads/master"}
{ "id": 2276453, "name": "ModelSEED/Model-SEED-core", "url": "https://api.github.com/repos/ModelSEED/Model-SEED-core" }
{ "id": 1007394, "login": "cshenry", "gravatar_id": "73369c6b56ce4ee2303d7378dbf970e7", "avatar_url": "https://secure.gravatar.com/avatar/73369c6b56ce4ee2303d7378dbf970e7?d=%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.com/users/cshenry" }
{ "id": 1045967, "login": "ModelSEED", "gravatar_id": "f1f97cfa813c828a73528989da671a81", "avatar_url": "https://secure.gravatar.com/avatar/f1f97cfa813c828a73528989da671a81?d=%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.com/orgs/ModelSEED" }
2011-09-29T04:21:54
1489638535
null
IssuesEvent
true
{"issue":{"pull_request":{"diff_url":null,"html_url":null,"patch_url":null},"state":"open","user":{"avatar_url":"https://secure.gravatar.com/avatar/063946c038361ad4f410bfbba71ac8b0?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"063946c038361ad4f410bfbba71ac8b0","url":"https://api.github.com/users/Jose-Faria","login":"Jose-Faria","id":1068925},"milestone":null,"labels":[],"assignee":null,"updated_at":"2011-10-31T14:32:19Z","comments":0,"closed_at":null,"url":"https://api.github.com/repos/ModelSEED/Model-SEED-core/issues/71","body":"./ms-switchworkspace -name thermostudies\r\n\r\nWhoops! We encountered an unrecoverable error.\r\n\r\nA complete log of the problem has been printed to:\r\n\r\n/home/jplfaria/Model-SEED-core/.errors/error-QeVLQ\r\n\r\nERROR LOG:\r\n> ModelDriver encountered an unrecoverable error:\r\n\r\nCan't locate object method \"user\" via package \"ModelSEED::FIGMODEL::workspace\" at /home/jplfaria/Model-SEED-core/lib/ModelSEED/FIGMODEL.pm line 820.","html_url":"https://github.com/ModelSEED/Model-SEED-core/issues/71","title":"error creating new workspace with ./msswitchworkspace ","number":71,"id":2097488,"created_at":"2011-10-31T14:32:19Z"},"action":"opened"}
{ "id": 2276453, "name": "ModelSEED/Model-SEED-core", "url": "https://api.github.dev/repos/ModelSEED/Model-SEED-core" }
{ "id": 1068925, "login": "Jose-Faria", "gravatar_id": "063946c038361ad4f410bfbba71ac8b0", "avatar_url": "https://secure.gravatar.com/avatar/063946c038361ad4f410bfbba71ac8b0?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/Jose-Faria" }
{ "id": 1045967, "login": "ModelSEED", "gravatar_id": "f1f97cfa813c828a73528989da671a81", "avatar_url": "https://secure.gravatar.com/avatar/f1f97cfa813c828a73528989da671a81?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/ModelSEED" }
2011-10-31T14:32:20
1495652111
null
IssuesEvent
true
{"issue":{"state":"closed","pull_request":{"diff_url":null,"html_url":null,"patch_url":null},"user":{"avatar_url":"https://secure.gravatar.com/avatar/8961c1b53b048abbcd61cd5af181fd69?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"8961c1b53b048abbcd61cd5af181fd69","url":"https://api.github.com/users/samseaver","login":"samseaver","id":1034017},"milestone":null,"labels":[],"updated_at":"2011-11-05T20:18:39Z","assignee":null,"comments":3,"closed_at":"2011-11-05T20:18:39Z","url":"https://api.github.com/repos/ModelSEED/Model-SEED-core/issues/85","body":"When using the biomassFile option in mdl-loadmodel, or just mdl-loadbiomass itself, it says that the biomass was successfully added.\r\n\r\nHowever, its not added to the reaction_model table, this means that if one were to run an FBA job such as fba-checkgrowth, the model file that gets printed in the MFAOutputFiles directory does not contain the biomass function, and the job therefore does not run properly.","html_url":"https://github.com/ModelSEED/Model-SEED-core/issues/85","number":85,"title":"Biomass not added to reaction_model table","id":2144889,"created_at":"2011-11-04T15:27:14Z"},"action":"closed"}
{ "id": 2276453, "name": "ModelSEED/Model-SEED-core", "url": "https://api.github.dev/repos/ModelSEED/Model-SEED-core" }
{ "id": 1007394, "login": "cshenry", "gravatar_id": "73369c6b56ce4ee2303d7378dbf970e7", "avatar_url": "https://secure.gravatar.com/avatar/73369c6b56ce4ee2303d7378dbf970e7?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/cshenry" }
{ "id": 1045967, "login": "ModelSEED", "gravatar_id": "f1f97cfa813c828a73528989da671a81", "avatar_url": "https://secure.gravatar.com/avatar/f1f97cfa813c828a73528989da671a81?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/ModelSEED" }
2011-11-05T20:18:42
1496858306
null
CommitCommentEvent
true
{"repo":"morphimac/TuttleOFX","actor":"fabiencastan","comment_id":353406,"actor_gravatar":"b4d268644d181a212d6fb5dff71ede5f","commit":"2a110f5dc3e0859352c3216ef571330b6f70a8ec"}
{ "id": 1040325, "name": "morphimac/TuttleOFX", "url": "https://api.github.dev/repos/morphimac/TuttleOFX" }
{ "id": 153585, "login": "fabiencastan", "gravatar_id": "b4d268644d181a212d6fb5dff71ede5f", "avatar_url": "https://secure.gravatar.com/avatar/b4d268644d181a212d6fb5dff71ede5f?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/fabiencastan" }
{ "id": 462032, "login": "morphimac", "gravatar_id": "61cc36aff33f84c989cae30d1a3328da", "avatar_url": "https://secure.gravatar.com/avatar/61cc36aff33f84c989cae30d1a3328da?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/morphimac" }
2011-04-22T15:07:23
1294594866
null
CreateEvent
true
{"ref_type":"repository","description":"A program to calculate moved mouse pixel to geometric measurement.","ref":null,"master_branch":"master"}
{ "id": 2307506, "name": "SystemhouseSoftware/Digitalanzeige", "url": "https://api.github.dev/repos/SystemhouseSoftware/Digitalanzeige" }
{ "id": 997328, "login": "SystemhouseSoftware", "gravatar_id": "ed7e6e8705a52b102c2be7a9ef11d7e3", "avatar_url": "https://secure.gravatar.com/avatar/ed7e6e8705a52b102c2be7a9ef11d7e3?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/SystemhouseSoftware" }
{ "id": 997328, "login": "SystemhouseSoftware", "gravatar_id": "ed7e6e8705a52b102c2be7a9ef11d7e3", "avatar_url": "https://secure.gravatar.com/avatar/ed7e6e8705a52b102c2be7a9ef11d7e3?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/SystemhouseSoftware" }
2011-09-01T12:26:55
1484817494
null
PushEvent
true
{"shas":[["1960721f01b966c54ebb0d70d9a58c896bec0794","[email protected]","Finalizamos a retirada de uma caixa de cima de um objetivo","Fabricio Nogueira Buzeto"],["67862913fcb5649a55de48612dcca016c07301ad","[email protected]","We are beggining the tests to succedd the game","Fabricio Nogueira Buzeto"],["204004705f16fbd89c312573f6aa5710824ae42c","[email protected]","fizemos o que achamos que foi último caso. Parece que tá pronto =)","Fabricio Nogueira Buzeto"],["2181f3ea5b5074f7ec7e65d8cfeb40cc12959c43","[email protected]","Tá pronto =) mas esta feio","Fabricio Nogueira Buzeto"],["9dbe0294cb2f63dfbccbd6f13526893c2cc5b060","[email protected]","Retrospectiva completa","Fabricio Nogueira Buzeto"]],"repo":"dojobrasilia/sokoban_ruby","actor":"nuk","ref":"refs/heads/master","size":5,"head":"9dbe0294cb2f63dfbccbd6f13526893c2cc5b060","actor_gravatar":"5df91a57f09fdc3a802bf3e062669961","push_id":30556888}
{ "id": 1613909, "name": "dojobrasilia/sokoban_ruby", "url": "https://api.github.dev/repos/dojobrasilia/sokoban_ruby" }
{ "id": 238717, "login": "nuk", "gravatar_id": "5df91a57f09fdc3a802bf3e062669961", "avatar_url": "https://secure.gravatar.com/avatar/5df91a57f09fdc3a802bf3e062669961?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/nuk" }
{ "id": 478160, "login": "dojobrasilia", "gravatar_id": "d41d8cd98f00b204e9800998ecf8427e", "avatar_url": "https://secure.gravatar.com/avatar/d41d8cd98f00b204e9800998ecf8427e?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/dojobrasilia" }
2011-05-04T21:40:59
1339260579
null
PushEvent
true
{"ref":"refs/heads/master","commits":[{"author":{"name":"Anthony Lukach","email":"[email protected]"},"sha":"a1d95e735aced5793d0f0081a4ec30ce01345aca","message":"Massive improvements","url":"https://api.github.com/repos/cugos/spl_test/commits/a1d95e735aced5793d0f0081a4ec30ce01345aca"}],"head":"a1d95e735aced5793d0f0081a4ec30ce01345aca","size":1,"push_id":53040602}
{ "id": 2936721, "name": "cugos/spl_test", "url": "https://api.github.dev/repos/cugos/spl_test" }
{ "id": 897290, "login": "alukach", "gravatar_id": "f027dc4105248fc3b10e70f4bdc4d25f", "avatar_url": "https://secure.gravatar.com/avatar/f027dc4105248fc3b10e70f4bdc4d25f?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/alukach" }
{ "id": 740560, "login": "cugos", "gravatar_id": "d8ec7d91f1d382ab252aad3b026e6e0d", "avatar_url": "https://secure.gravatar.com/avatar/d8ec7d91f1d382ab252aad3b026e6e0d?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/cugos" }
2011-12-08T00:24:25
1503863581
null
PushEvent
true
{"shas":[["8e0c44c30468e6b6277fb42a3a139f32637bde5e","[email protected]","Added Apache conf to repo","thebigspoon"]],"ref":"refs/heads/master","size":1,"head":"8e0c44c30468e6b6277fb42a3a139f32637bde5e","push_id":33719827}
{ "id": 1839879, "name": "cugos/cugos_logging", "url": "https://api.github.dev/repos/cugos/cugos_logging" }
{ "id": 208859, "login": "thebigspoon", "gravatar_id": "87df0c72fd1db5f953b23a3398e2f40e", "avatar_url": "https://secure.gravatar.com/avatar/87df0c72fd1db5f953b23a3398e2f40e?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/thebigspoon" }
{ "id": 740560, "login": "cugos", "gravatar_id": "d8ec7d91f1d382ab252aad3b026e6e0d", "avatar_url": "https://secure.gravatar.com/avatar/d8ec7d91f1d382ab252aad3b026e6e0d?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/cugos" }
2011-06-11T22:07:34
1472968344
null
PushEvent
true
{"shas":[["798b1f7f04ad2406875efbbaa7e335ba64d2d6ff","[email protected]","Merge branch 'master' of github.com:cugos/qgisworkshop_org","thebigspoon"]],"ref":"refs/heads/master","size":1,"head":"798b1f7f04ad2406875efbbaa7e335ba64d2d6ff","push_id":41743726}
{ "id": 1968697, "name": "cugos/qgisworkshop_org", "url": "https://api.github.dev/repos/cugos/qgisworkshop_org" }
{ "id": 208859, "login": "thebigspoon", "gravatar_id": "87df0c72fd1db5f953b23a3398e2f40e", "avatar_url": "https://secure.gravatar.com/avatar/87df0c72fd1db5f953b23a3398e2f40e?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/thebigspoon" }
{ "id": 740560, "login": "cugos", "gravatar_id": "d8ec7d91f1d382ab252aad3b026e6e0d", "avatar_url": "https://secure.gravatar.com/avatar/d8ec7d91f1d382ab252aad3b026e6e0d?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/cugos" }
2011-09-06T03:12:40
1485464337
null
PushEvent
true
{"shas":[["99c8b0a4a9d4cfb01c3d4ae9a90162398a19d212","[email protected]","Adding the structure for the workshop","Aaron Racicot"]],"ref":"refs/heads/master","size":1,"head":"99c8b0a4a9d4cfb01c3d4ae9a90162398a19d212","push_id":35184838}
{ "id": 1968697, "name": "cugos/qgisworkshop_org", "url": "https://api.github.dev/repos/cugos/qgisworkshop_org" }
{ "id": 103028, "login": "aaronr", "gravatar_id": "61bf0307ac2575dd5c760e09d87b12b0", "avatar_url": "https://secure.gravatar.com/avatar/61bf0307ac2575dd5c760e09d87b12b0?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/aaronr" }
{ "id": 740560, "login": "cugos", "gravatar_id": "d8ec7d91f1d382ab252aad3b026e6e0d", "avatar_url": "https://secure.gravatar.com/avatar/d8ec7d91f1d382ab252aad3b026e6e0d?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/cugos" }
2011-06-28T21:02:26
1475230590
null
IssueCommentEvent
true
{"issue_id":914507,"comment_id":1354380}
{ "id": 205258, "name": "dokufreaks/plugin-creole", "url": "https://api.github.dev/repos/dokufreaks/plugin-creole" }
{ "id": 179141, "login": "lupo49", "gravatar_id": "17c77b5d70939a266d8d1a82ad809994", "avatar_url": "https://secure.gravatar.com/avatar/17c77b5d70939a266d8d1a82ad809994?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/lupo49" }
{ "id": 86480, "login": "dokufreaks", "gravatar_id": "859968aff4fd8f31ae10fb915722c9c4", "avatar_url": "https://secure.gravatar.com/avatar/859968aff4fd8f31ae10fb915722c9c4?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/dokufreaks" }
2011-06-12T09:49:48
1472995551
null
ForkEvent
true
{"forkee":{"name":"dploeger/plugin-blogtng","public":true,"id":1844142}}
{ "id": 205239, "name": "dokufreaks/plugin-blogtng", "url": "https://api.github.dev/repos/dokufreaks/plugin-blogtng" }
{ "id": 203453, "login": "dploeger", "gravatar_id": "e70358a79dc86a0a3d4fec36a2de28e6", "avatar_url": "https://secure.gravatar.com/avatar/e70358a79dc86a0a3d4fec36a2de28e6?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/dploeger" }
{ "id": 86480, "login": "dokufreaks", "gravatar_id": "859968aff4fd8f31ae10fb915722c9c4", "avatar_url": "https://secure.gravatar.com/avatar/859968aff4fd8f31ae10fb915722c9c4?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/dokufreaks" }
2011-06-03T19:33:43
1471929490
null
IssuesEvent
true
{"issue":{"created_at":"2011-11-20T18:29:50Z","state":"open","updated_at":"2011-11-20T18:29:50Z","comments":0,"user":{"gravatar_id":"44a9deddb14d75c29377773934d8315e","id":590174,"url":"https://api.github.com/users/casperklein","login":"casperklein","avatar_url":"https://secure.gravatar.com/avatar/44a9deddb14d75c29377773934d8315e?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png"},"body":"According to http://feed1.w3.org/check.cgi the generated RSS of a blog is not valid.\r\n\r\nDetails:\r\n\r\nThe ```<author>``` Tag must contain a valid e-mail address.","assignee":null,"id":2296463,"labels":[],"pull_request":{"patch_url":null,"html_url":null,"diff_url":null},"number":73,"title":"RSS feed not valid","html_url":"https://github.com/dokufreaks/plugin-blogtng/issues/73","closed_at":null,"milestone":null,"url":"https://api.github.com/repos/dokufreaks/plugin-blogtng/issues/73"},"action":"opened"}
{ "id": 205239, "name": "dokufreaks/plugin-blogtng", "url": "https://api.github.dev/repos/dokufreaks/plugin-blogtng" }
{ "id": 590174, "login": "casperklein", "gravatar_id": "44a9deddb14d75c29377773934d8315e", "avatar_url": "https://secure.gravatar.com/avatar/44a9deddb14d75c29377773934d8315e?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/casperklein" }
{ "id": 86480, "login": "dokufreaks", "gravatar_id": "859968aff4fd8f31ae10fb915722c9c4", "avatar_url": "https://secure.gravatar.com/avatar/859968aff4fd8f31ae10fb915722c9c4?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/dokufreaks" }
2011-11-20T18:29:50
1499959546
null
IssuesEvent
true
{"number":6,"issue":1634331,"action":"opened"}
{ "id": 205899, "name": "dokufreaks/plugin-comment", "url": "https://api.github.dev/repos/dokufreaks/plugin-comment" }
{ "id": 1047716, "login": "john77praveen", "gravatar_id": "6bcaa623b5791d41595e8d545b666165", "avatar_url": "https://secure.gravatar.com/avatar/6bcaa623b5791d41595e8d545b666165?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/john77praveen" }
{ "id": 86480, "login": "dokufreaks", "gravatar_id": "859968aff4fd8f31ae10fb915722c9c4", "avatar_url": "https://secure.gravatar.com/avatar/859968aff4fd8f31ae10fb915722c9c4?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/dokufreaks" }
2011-09-13T15:36:56
1486765925
null
PushEvent
true
{"shas":[["e6a4f19752132a8f2be1a394cd921060b6394249","[email protected]","modulo de ejempplo","Jair Gaxiola"],["0400337aee88f64d00257a58bdcb55c42da8ea54","[email protected]","Merge branch 'master' of github.com:startuperia/startuperia","Jair Gaxiola"]],"ref":"refs/heads/master","size":2,"head":"0400337aee88f64d00257a58bdcb55c42da8ea54","push_id":34931882}
{ "id": 1952592, "name": "startuperia/startuperia", "url": "https://api.github.dev/repos/startuperia/startuperia" }
{ "id": 59930, "login": "jyr", "gravatar_id": "ce75d068f5cee43608ff4756baf96c35", "avatar_url": "https://secure.gravatar.com/avatar/ce75d068f5cee43608ff4756baf96c35?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/jyr" }
{ "id": 875472, "login": "startuperia", "gravatar_id": "23407af6617f346163ee1e8b1fc32e1f", "avatar_url": "https://secure.gravatar.com/avatar/23407af6617f346163ee1e8b1fc32e1f?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/startuperia" }
2011-06-25T19:06:04
1474832089
null
PushEvent
true
{"shas":[["88e0ffba7f70363ecf54eec78448c5f39325c71b","[email protected]","Merge branch 'master' of github.com:startuperia/startuperia","Jorge Pardiñas"],["ebda58763b1d4a10683070453848d89b6f1d600a","[email protected]","infinite loop fixed in startups with short overviews","Jorge Pardiñas"]],"ref":"refs/heads/master","size":2,"head":"ebda58763b1d4a10683070453848d89b6f1d600a","push_id":35109223}
{ "id": 1952592, "name": "startuperia/startuperia", "url": "https://api.github.dev/repos/startuperia/startuperia" }
{ "id": 155187, "login": "jparbros", "gravatar_id": "d2a733619ebb22215bb37e5dccf366c8", "avatar_url": "https://secure.gravatar.com/avatar/d2a733619ebb22215bb37e5dccf366c8?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/jparbros" }
{ "id": 875472, "login": "startuperia", "gravatar_id": "23407af6617f346163ee1e8b1fc32e1f", "avatar_url": "https://secure.gravatar.com/avatar/23407af6617f346163ee1e8b1fc32e1f?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/startuperia" }
2011-06-28T07:07:34
1475112077
null
PushEvent
true
{"ref":"refs/heads/develop","push_id":55560147,"commits":[{"sha":"73fc38216c4b366dd3eb7cad0d335040644cd0b0","author":{"email":"[email protected]","name":"Sari Connard"},"url":"https://api.github.com/repos/emory-libraries-disc/georgia_lynchings/commits/73fc38216c4b366dd3eb7cad0d335040644cd0b0","message":"revise load_triples task to only load tables prefixed with 'data' or 'setup'"}],"head":"73fc38216c4b366dd3eb7cad0d335040644cd0b0","size":1}
{ "id": 2637991, "name": "emory-libraries-disc/georgia_lynchings", "url": "https://api.github.dev/repos/emory-libraries-disc/georgia_lynchings" }
{ "id": 24486, "login": "sari", "gravatar_id": "107b415867a663ef17a567af2f74f5ed", "avatar_url": "https://secure.gravatar.com/avatar/107b415867a663ef17a567af2f74f5ed?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/sari" }
{ "id": 1138384, "login": "emory-libraries-disc", "gravatar_id": "106d6cdbc00264154658a2fc4d6eaa8a", "avatar_url": "https://secure.gravatar.com/avatar/106d6cdbc00264154658a2fc4d6eaa8a?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/emory-libraries-disc" }
2011-12-29T15:43:27
1508157075
null
WatchEvent
true
{"action":"started"}
{ "id": 1220467, "name": "elc/ELCTextFieldCell", "url": "https://api.github.dev/repos/elc/ELCTextFieldCell" }
{ "id": 176696, "login": "smartfish", "gravatar_id": "2ee3f94d76f6db13511cd0262ae4067b", "avatar_url": "https://secure.gravatar.com/avatar/2ee3f94d76f6db13511cd0262ae4067b?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/smartfish" }
{ "id": 24528, "login": "elc", "gravatar_id": "b0b84ab6a37ef865ef2fe4bb28f4da03", "avatar_url": "https://secure.gravatar.com/avatar/b0b84ab6a37ef865ef2fe4bb28f4da03?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/elc" }
2011-11-25T03:49:24
1500998621
null
WatchEvent
true
{"repo":"elc/ELCTextFieldCell","actor":"flocked","actor_gravatar":"fd754bc01420bd6a3b593a0e59aa6a12","action":"started"}
{ "id": 1220467, "name": "elc/ELCTextFieldCell", "url": "https://api.github.dev/repos/elc/ELCTextFieldCell" }
{ "id": 180911, "login": "flocked", "gravatar_id": "fd754bc01420bd6a3b593a0e59aa6a12", "avatar_url": "https://secure.gravatar.com/avatar/fd754bc01420bd6a3b593a0e59aa6a12?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/flocked" }
{ "id": 24528, "login": "elc", "gravatar_id": "b0b84ab6a37ef865ef2fe4bb28f4da03", "avatar_url": "https://secure.gravatar.com/avatar/b0b84ab6a37ef865ef2fe4bb28f4da03?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/elc" }
2011-03-27T02:19:48
1210222013
null
ForkEvent
true
{"forkee":{"pushed_at":"2011-11-19T00:59:10Z","created_at":"2011-11-20T14:19:40Z","private":false,"updated_at":"2011-11-20T14:19:40Z","clone_url":"https://github.com/wlepinski/ICB_PrettyTableView.git","svn_url":"https://svn.github.com/wlepinski/ICB_PrettyTableView","name":"ICB_PrettyTableView","watchers":1,"master_branch":null,"language":"Objective-C","forks":0,"owner":{"gravatar_id":"aea6465ffa96d3e7ac868e562a6e71d9","id":237216,"url":"https://api.github.com/users/wlepinski","login":"wlepinski","avatar_url":"https://secure.gravatar.com/avatar/aea6465ffa96d3e7ac868e562a6e71d9?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png"},"id":2813956,"homepage":"","description":"A TableView application with customized cells","git_url":"git://github.com/wlepinski/ICB_PrettyTableView.git","html_url":"https://github.com/wlepinski/ICB_PrettyTableView","public":true,"url":"https://api.github.com/repos/wlepinski/ICB_PrettyTableView","size":104,"fork":true,"ssh_url":"[email protected]:wlepinski/ICB_PrettyTableView.git","open_issues":0}}
{ "id": 2806648, "name": "elc/ICB_PrettyTableView", "url": "https://api.github.dev/repos/elc/ICB_PrettyTableView" }
{ "id": 237216, "login": "wlepinski", "gravatar_id": "aea6465ffa96d3e7ac868e562a6e71d9", "avatar_url": "https://secure.gravatar.com/avatar/aea6465ffa96d3e7ac868e562a6e71d9?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/wlepinski" }
{ "id": 24528, "login": "elc", "gravatar_id": "b0b84ab6a37ef865ef2fe4bb28f4da03", "avatar_url": "https://secure.gravatar.com/avatar/b0b84ab6a37ef865ef2fe4bb28f4da03?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/elc" }
2011-11-20T14:19:41
1499934378
null
WatchEvent
true
{"action":"started"}
{ "id": 970981, "name": "elc/ELCImagePickerController", "url": "https://api.github.com/repos/elc/ELCImagePickerController" }
{ "id": 86942, "login": "kcnickerson", "gravatar_id": "98ae50c51aecb08b0e07942c802b8105", "avatar_url": "https://secure.gravatar.com/avatar/98ae50c51aecb08b0e07942c802b8105?d=%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.com/users/kcnickerson" }
{ "id": 24528, "login": "elc", "gravatar_id": "b0b84ab6a37ef865ef2fe4bb28f4da03", "avatar_url": "https://secure.gravatar.com/avatar/b0b84ab6a37ef865ef2fe4bb28f4da03?d=%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.com/orgs/elc" }
2011-10-14T13:21:59
1492518820
null
WatchEvent
true
{"action":"started"}
{ "id": 970981, "name": "elc/ELCImagePickerController", "url": "https://api.github.dev/repos/elc/ELCImagePickerController" }
{ "id": 341526, "login": "huobazi", "gravatar_id": "ff399b16121bcfebb77e629f6d24db8a", "avatar_url": "https://secure.gravatar.com/avatar/ff399b16121bcfebb77e629f6d24db8a?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/huobazi" }
{ "id": 24528, "login": "elc", "gravatar_id": "b0b84ab6a37ef865ef2fe4bb28f4da03", "avatar_url": "https://secure.gravatar.com/avatar/b0b84ab6a37ef865ef2fe4bb28f4da03?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/elc" }
2011-12-14T00:40:33
1505208778
null
ForkEvent
true
{"repo":"elc/UIColor-DigitalColorMeter","actor":"CyrusLopez","forkee":1616121,"actor_gravatar":"f60d07646bcdbb9a29f9f08d4548a470"}
{ "id": 1601407, "name": "elc/UIColor-DigitalColorMeter", "url": "https://api.github.dev/repos/elc/UIColor-DigitalColorMeter" }
{ "id": 116424, "login": "CyrusLopez", "gravatar_id": "f60d07646bcdbb9a29f9f08d4548a470", "avatar_url": "https://secure.gravatar.com/avatar/f60d07646bcdbb9a29f9f08d4548a470?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/CyrusLopez" }
{ "id": 24528, "login": "elc", "gravatar_id": "b0b84ab6a37ef865ef2fe4bb28f4da03", "avatar_url": "https://secure.gravatar.com/avatar/b0b84ab6a37ef865ef2fe4bb28f4da03?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/elc" }
2011-04-14T20:31:22
1266557297
null
CreateEvent
true
{"name":"webshop","object":"repository","object_name":null}
{ "id": 1515781, "name": "MockUnit/webshop", "url": "https://api.github.dev/repos/MockUnit/webshop" }
{ "id": 682192, "login": "MockUnit", "gravatar_id": "9041e7415a45fd5dddd8033e86076a23", "avatar_url": "https://secure.gravatar.com/avatar/9041e7415a45fd5dddd8033e86076a23?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/MockUnit" }
{ "id": 682192, "login": "MockUnit", "gravatar_id": "9041e7415a45fd5dddd8033e86076a23", "avatar_url": "https://secure.gravatar.com/avatar/9041e7415a45fd5dddd8033e86076a23?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/MockUnit" }
2011-03-23T10:38:46
1202332502
null
CreateEvent
true
{"name":"doctorbase","object":"branch","object_name":"panda4"}
{ "id": 952146, "name": "doctorbase/doctorbase", "url": "https://api.github.dev/repos/doctorbase/doctorbase" }
{ "id": 245131, "login": "revmischa", "gravatar_id": "27424c956917fbb39d8c1ffa75f2b398", "avatar_url": "https://secure.gravatar.com/avatar/27424c956917fbb39d8c1ffa75f2b398?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/revmischa" }
{ "id": 422608, "login": "doctorbase", "gravatar_id": "6933af094029764632aa65f44bd2167a", "avatar_url": "https://secure.gravatar.com/avatar/6933af094029764632aa65f44bd2167a?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/doctorbase" }
2011-04-25T22:49:29
1303889160
null
WatchEvent
true
{"action":"started"}
{ "id": 1970057, "name": "thesassway/sass-test", "url": "https://api.github.dev/repos/thesassway/sass-test" }
{ "id": 80241, "login": "nickheise", "gravatar_id": "c78c36a37b1f2ebcb80d76ea21c08f4e", "avatar_url": "https://secure.gravatar.com/avatar/c78c36a37b1f2ebcb80d76ea21c08f4e?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/nickheise" }
{ "id": 882896, "login": "thesassway", "gravatar_id": "62ae6b7879765a7024f42e4bc289f66d", "avatar_url": "https://secure.gravatar.com/avatar/62ae6b7879765a7024f42e4bc289f66d?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/thesassway" }
2011-08-29T01:20:57
1484148416
null
PushEvent
true
{"head":"d2ec01987973aab98c082eb526b6c884eaae02d8","size":1,"push_id":45792306,"shas":[["d2ec01987973aab98c082eb526b6c884eaae02d8","21606782c65e44cac7afbb90977d8b6f82140e76","Test all travis-ci ruby versions","Sean Huber"]],"ref":"refs/heads/master"}
{ "id": 2510175, "name": "einstein/net-http-not_modified_cache", "url": "https://api.github.com/repos/einstein/net-http-not_modified_cache" }
{ "id": 2419, "login": "shuber", "gravatar_id": "0effdbe005306c5495278ebea15a7299", "avatar_url": "https://secure.gravatar.com/avatar/0effdbe005306c5495278ebea15a7299?d=%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.com/users/shuber" }
{ "id": 31696, "login": "einstein", "gravatar_id": "60d8081bfa3d76b6d7efacd1049a3f37", "avatar_url": "https://secure.gravatar.com/avatar/60d8081bfa3d76b6d7efacd1049a3f37?d=%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.com/orgs/einstein" }
2011-10-11T17:59:56
1491884326
null
PushEvent
true
{"shas":[["9367c93fdeb2e8f28219225ae8538ddb00a96d3e","[email protected]","[Data] pridana funkcia addNode a addEdge a parametrom ID\n\n[Model] opravene nacitavanie typov (meta) uzlov a hran z DB\n[Model] upravene ukladanie a nacitavanie farieb uzlov z DB\n[Model] pridane ukladanie a nacitavanie farieb hran z DB","Tomas"]],"repo":"GrafIT/3dsoftviz","actor":"TomasHurban","ref":"refs/heads/database_layout","size":1,"head":"9367c93fdeb2e8f28219225ae8538ddb00a96d3e","actor_gravatar":"ad162c9585ec66e6a6a29b602fd933e2","push_id":27078147}
{ "id": 993238, "name": "GrafIT/3dsoftviz", "url": "https://api.github.dev/repos/GrafIT/3dsoftviz" }
{ "id": 427708, "login": "TomasHurban", "gravatar_id": "ad162c9585ec66e6a6a29b602fd933e2", "avatar_url": "https://secure.gravatar.com/avatar/ad162c9585ec66e6a6a29b602fd933e2?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/TomasHurban" }
{ "id": 426960, "login": "GrafIT", "gravatar_id": "ee87f79ac056b6b5fd6d48f1f025aac8", "avatar_url": "https://secure.gravatar.com/avatar/ee87f79ac056b6b5fd6d48f1f025aac8?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/GrafIT" }
2011-03-19T19:49:36
1195085757
null
PushEvent
true
{"head":"91143e208a36634c838f3d5d7b8bde697c6bb4ad","size":1,"push_id":45070059,"shas":[["91143e208a36634c838f3d5d7b8bde697c6bb4ad","[email protected]","hope to fix make on linux","timmjd"]],"ref":"refs/heads/master"}
{ "id": 1322105, "name": "x3dom/x3dom", "url": "https://api.github.com/repos/x3dom/x3dom" }
{ "id": 508684, "login": "timmjd", "gravatar_id": "477127a7c3631f7d9d7516d5057d3b23", "avatar_url": "https://secure.gravatar.com/avatar/477127a7c3631f7d9d7516d5057d3b23?d=%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.com/users/timmjd" }
{ "id": 558032, "login": "x3dom", "gravatar_id": "a0c414fd177b4acf37a32064b7fff494", "avatar_url": "https://secure.gravatar.com/avatar/a0c414fd177b4acf37a32064b7fff494?d=%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.com/orgs/x3dom" }
2011-10-05T11:10:48
1490733080
null
PushEvent
true
{"commits":[{"author":{"name":"Andreas Aderhold","email":"[email protected]"},"sha":"b5de8a17ccc3fe64b2a9c243b602bc4a64ba5273","message":"Added building of docs in src/Makefile","url":"https://api.github.com/repos/x3dom/x3dom/commits/b5de8a17ccc3fe64b2a9c243b602bc4a64ba5273"}],"ref":"refs/heads/master","head":"b5de8a17ccc3fe64b2a9c243b602bc4a64ba5273","size":1,"push_id":52749584}
{ "id": 1322105, "name": "x3dom/x3dom", "url": "https://api.github.dev/repos/x3dom/x3dom" }
{ "id": 371635, "login": "aha", "gravatar_id": "d8ad99f9e44bd7be51d1d32f5f9283fb", "avatar_url": "https://secure.gravatar.com/avatar/d8ad99f9e44bd7be51d1d32f5f9283fb?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/aha" }
{ "id": 558032, "login": "x3dom", "gravatar_id": "a0c414fd177b4acf37a32064b7fff494", "avatar_url": "https://secure.gravatar.com/avatar/a0c414fd177b4acf37a32064b7fff494?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/x3dom" }
2011-12-06T11:34:21
1503401111
null
IssuesEvent
true
{"number":40,"action":"closed","issue":1740934}
{ "id": 1322105, "name": "x3dom/x3dom", "url": "https://api.github.com/repos/x3dom/x3dom" }
{ "id": 371635, "login": "aha", "gravatar_id": "d8ad99f9e44bd7be51d1d32f5f9283fb", "avatar_url": "https://secure.gravatar.com/avatar/d8ad99f9e44bd7be51d1d32f5f9283fb?d=%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.com/users/aha" }
{ "id": 558032, "login": "x3dom", "gravatar_id": "a0c414fd177b4acf37a32064b7fff494", "avatar_url": "https://secure.gravatar.com/avatar/a0c414fd177b4acf37a32064b7fff494?d=%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.com/orgs/x3dom" }
2011-09-27T11:56:47
1489233507
null
PushEvent
true
{"shas":[["a5685db599b26398fdd4f86d0dff026e757b6575","8cb5d4b65004d9b6948f8e7e69c61b4b82724166@3fb95f9c-b211-4acc-b2b6-5f5c22209b5a","Started to working on touch support\n\ngit-svn-id: https://x3dom.svn.sourceforge.net/svnroot/x3dom/trunk@939 3fb95f9c-b211-4acc-b2b6-5f5c22209b5a","thyrell"],["6afdb2839189acd07acbe73b2d61568855fa68d4","8cb5d4b65004d9b6948f8e7e69c61b4b82724166@3fb95f9c-b211-4acc-b2b6-5f5c22209b5a","Started target for running a local server\n\ngit-svn-id: https://x3dom.svn.sourceforge.net/svnroot/x3dom/trunk@940 3fb95f9c-b211-4acc-b2b6-5f5c22209b5a","thyrell"],["3a6c11ad961acf99156b9dbb68858371a782c5a3","8cb5d4b65004d9b6948f8e7e69c61b4b82724166@3fb95f9c-b211-4acc-b2b6-5f5c22209b5a","Fixed log output for touch events\n\ngit-svn-id: https://x3dom.svn.sourceforge.net/svnroot/x3dom/trunk@941 3fb95f9c-b211-4acc-b2b6-5f5c22209b5a","thyrell"],["3855ed9ee81b15f52235a3ceb9c615137f2d776d","8cb5d4b65004d9b6948f8e7e69c61b4b82724166@3fb95f9c-b211-4acc-b2b6-5f5c22209b5a","I found a bug and fixed it, fortunately it does not bug us anymore (semi-colon warning)\n\ngit-svn-id: https://x3dom.svn.sourceforge.net/svnroot/x3dom/trunk@942 3fb95f9c-b211-4acc-b2b6-5f5c22209b5a","thyrell"]],"repo":"x3dom/x3dom","actor":"aha","ref":"refs/heads/master","size":4,"head":"3855ed9ee81b15f52235a3ceb9c615137f2d776d","actor_gravatar":"d8ad99f9e44bd7be51d1d32f5f9283fb","push_id":25248686}
{ "id": 1322105, "name": "x3dom/x3dom", "url": "https://api.github.dev/repos/x3dom/x3dom" }
{ "id": 371635, "login": "aha", "gravatar_id": "d8ad99f9e44bd7be51d1d32f5f9283fb", "avatar_url": "https://secure.gravatar.com/avatar/d8ad99f9e44bd7be51d1d32f5f9283fb?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/aha" }
{ "id": 558032, "login": "x3dom", "gravatar_id": "d41d8cd98f00b204e9800998ecf8427e", "avatar_url": "https://secure.gravatar.com/avatar/d41d8cd98f00b204e9800998ecf8427e?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/x3dom" }
2011-02-21T23:05:15
1145044581
null
GollumEvent
true
{"summary":null,"title":"Home","sha":"271385a074c1d3e718dfc05daa890268beda4909","page_name":"Home","action":"edited"}
{ "id": 1322105, "name": "x3dom/x3dom", "url": "https://api.github.dev/repos/x3dom/x3dom" }
{ "id": 371635, "login": "aha", "gravatar_id": "d8ad99f9e44bd7be51d1d32f5f9283fb", "avatar_url": "https://secure.gravatar.com/avatar/d8ad99f9e44bd7be51d1d32f5f9283fb?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/aha" }
{ "id": 558032, "login": "x3dom", "gravatar_id": "a0c414fd177b4acf37a32064b7fff494", "avatar_url": "https://secure.gravatar.com/avatar/a0c414fd177b4acf37a32064b7fff494?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/x3dom" }
2011-07-05T14:11:04
1476074476
null
IssuesEvent
true
{"issue":{"milestone":{"title":"1.3","open_issues":7,"created_at":"2011-06-06T14:58:04Z","creator":{"id":508684,"login":"timmjd","url":"https://api.github.com/users/timmjd","avatar_url":"https://secure.gravatar.com/avatar/477127a7c3631f7d9d7516d5057d3b23?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"477127a7c3631f7d9d7516d5057d3b23"},"state":"open","due_on":"2012-01-01T08:00:00Z","closed_issues":15,"number":1,"description":"","url":"https://api.github.com/repos/x3dom/x3dom/milestones/1"},"user":{"id":508684,"login":"timmjd","url":"https://api.github.com/users/timmjd","avatar_url":"https://secure.gravatar.com/avatar/477127a7c3631f7d9d7516d5057d3b23?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"477127a7c3631f7d9d7516d5057d3b23"},"title":"Mobile Rendering","created_at":"2011-08-31T15:35:15Z","updated_at":"2011-12-18T17:13:18Z","labels":[{"name":"bug","url":"https://api.github.com/repos/x3dom/x3dom/labels/bug","color":"ff0000"},{"name":"feature","url":"https://api.github.com/repos/x3dom/x3dom/labels/feature","color":"478c43"}],"state":"closed","id":1533185,"pull_request":{"patch_url":null,"html_url":null,"diff_url":null},"html_url":"https://github.com/x3dom/x3dom/issues/27","closed_at":"2011-12-18T17:13:18Z","body":"HTC Desire HD doest not render any scenes: The shader does have to much instructions\r\n\r\nTodo: Reduce shading from phong to gouraud shading on mobile platforms","number":27,"url":"https://api.github.com/repos/x3dom/x3dom/issues/27","comments":0,"assignee":{"id":864076,"login":"tsturm","url":"https://api.github.com/users/tsturm","avatar_url":"https://secure.gravatar.com/avatar/68243c23485635f0dbba2b49b888b7c6?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"68243c23485635f0dbba2b49b888b7c6"}},"action":"closed"}
{ "id": 1322105, "name": "x3dom/x3dom", "url": "https://api.github.dev/repos/x3dom/x3dom" }
{ "id": 864076, "login": "tsturm", "gravatar_id": "68243c23485635f0dbba2b49b888b7c6", "avatar_url": "https://secure.gravatar.com/avatar/68243c23485635f0dbba2b49b888b7c6?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/tsturm" }
{ "id": 558032, "login": "x3dom", "gravatar_id": "a0c414fd177b4acf37a32064b7fff494", "avatar_url": "https://secure.gravatar.com/avatar/a0c414fd177b4acf37a32064b7fff494?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/x3dom" }
2011-12-18T17:13:20
1506223607
null
PushEvent
true
{"ref":"refs/heads/master","commits":[{"author":{"name":"Andreas Aderhold","email":"[email protected]"},"message":"Added Katarzyna to AUTHORS file","url":"https://api.github.com/repos/x3dom/x3dom/commits/1b80f55ef53dbc4c0be824c9283bc5d85d527792","sha":"1b80f55ef53dbc4c0be824c9283bc5d85d527792"}],"head":"1b80f55ef53dbc4c0be824c9283bc5d85d527792","size":1,"push_id":48994526}
{ "id": 1322105, "name": "x3dom/x3dom", "url": "https://api.github.dev/repos/x3dom/x3dom" }
{ "id": 371635, "login": "aha", "gravatar_id": "d8ad99f9e44bd7be51d1d32f5f9283fb", "avatar_url": "https://secure.gravatar.com/avatar/d8ad99f9e44bd7be51d1d32f5f9283fb?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/aha" }
{ "id": 558032, "login": "x3dom", "gravatar_id": "a0c414fd177b4acf37a32064b7fff494", "avatar_url": "https://secure.gravatar.com/avatar/a0c414fd177b4acf37a32064b7fff494?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/x3dom" }
2011-11-07T14:35:57
1497091453
null
PushEvent
true
{"shas":[["73d0336c59cd0e4e0172326a3f4352357b6a7fff","0ed74388cffc6e9898ec472ae28490095e50dacf@.(none)","sunumlar ve projeler","unknown"]],"ref":"refs/heads/master","size":1,"head":"73d0336c59cd0e4e0172326a3f4352357b6a7fff","push_id":35228498}
{ "id": 1266285, "name": "19ceng/bm619cv", "url": "https://api.github.dev/repos/19ceng/bm619cv" }
{ "id": 426532, "login": "ilketunali", "gravatar_id": "581e6352b0755d4d10c2b917c09e0271", "avatar_url": "https://secure.gravatar.com/avatar/581e6352b0755d4d10c2b917c09e0271?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/ilketunali" }
{ "id": 435408, "login": "19ceng", "gravatar_id": "c67b132c11b4230aca52194b03832588", "avatar_url": "https://secure.gravatar.com/avatar/c67b132c11b4230aca52194b03832588?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/19ceng" }
2011-06-29T08:11:59
1475302069
null
IssuesEvent
true
{"number":9,"repo":"19ceng/ceng202hestek","actor":"emrengin","issue":717392,"actor_gravatar":"11c73d7cd4d1b98f8f2ab238a206a6bb","action":"opened"}
{ "id": 1268474, "name": "19ceng/ceng202hestek", "url": "https://api.github.dev/repos/19ceng/ceng202hestek" }
{ "id": 510666, "login": "emrengin", "gravatar_id": "11c73d7cd4d1b98f8f2ab238a206a6bb", "avatar_url": "https://secure.gravatar.com/avatar/11c73d7cd4d1b98f8f2ab238a206a6bb?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/emrengin" }
{ "id": 435408, "login": "19ceng", "gravatar_id": "c67b132c11b4230aca52194b03832588", "avatar_url": "https://secure.gravatar.com/avatar/c67b132c11b4230aca52194b03832588?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/19ceng" }
2011-03-30T10:58:05
1217947940
null
PushEvent
true
{"shas":[["eba029579e8d441e8cd133c2aae520e7ef9f2509","[email protected]","açıklama","nurettin senyer"]],"repo":"19ceng/ceng202hestek","actor":"seyyah","ref":"refs/heads/master","size":1,"head":"eba029579e8d441e8cd133c2aae520e7ef9f2509","actor_gravatar":"123d0263bebf5486624f2f654c847ab8","push_id":25522479}
{ "id": 1268474, "name": "19ceng/ceng202hestek", "url": "https://api.github.dev/repos/19ceng/ceng202hestek" }
{ "id": 263237, "login": "seyyah", "gravatar_id": "123d0263bebf5486624f2f654c847ab8", "avatar_url": "https://secure.gravatar.com/avatar/123d0263bebf5486624f2f654c847ab8?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/seyyah" }
{ "id": 435408, "login": "19ceng", "gravatar_id": "c67b132c11b4230aca52194b03832588", "avatar_url": "https://secure.gravatar.com/avatar/c67b132c11b4230aca52194b03832588?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/19ceng" }
2011-02-25T08:57:30
1152166381
null
IssuesEvent
true
{"issue":{"created_at":"2011-11-18T09:11:25Z","state":"open","updated_at":"2011-11-18T09:11:25Z","comments":0,"user":{"gravatar_id":"b531ad4268ceb86a6ef7640b848cdb4c","id":265930,"url":"https://api.github.com/users/semihozkoroglu","login":"semihozkoroglu","avatar_url":"https://secure.gravatar.com/avatar/b531ad4268ceb86a6ef7640b848cdb4c?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png"},"body":"Etiketlenmiş resmin içerisindeki nesnelerin boyutlarını liste olarak döndüren fonksiyonu tasarlayınız.","assignee":null,"id":2278219,"number":6,"pull_request":{"patch_url":null,"html_url":null,"diff_url":null},"labels":[],"title":"Boyut hesaplama","closed_at":null,"html_url":"https://github.com/19ceng/ceng403diplab/issues/6","milestone":null,"url":"https://api.github.com/repos/19ceng/ceng403diplab/issues/6"},"action":"opened"}
{ "id": 1700946, "name": "19ceng/ceng403diplab", "url": "https://api.github.dev/repos/19ceng/ceng403diplab" }
{ "id": 265930, "login": "semihozkoroglu", "gravatar_id": "b531ad4268ceb86a6ef7640b848cdb4c", "avatar_url": "https://secure.gravatar.com/avatar/b531ad4268ceb86a6ef7640b848cdb4c?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/semihozkoroglu" }
{ "id": 435408, "login": "19ceng", "gravatar_id": "c67b132c11b4230aca52194b03832588", "avatar_url": "https://secure.gravatar.com/avatar/c67b132c11b4230aca52194b03832588?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/19ceng" }
2011-11-18T09:11:26
1499586536
null
WatchEvent
true
{"action":"started"}
{ "id": 2427945, "name": "StanfordACM/stanfordacm.github.com", "url": "https://api.github.dev/repos/StanfordACM/stanfordacm.github.com" }
{ "id": 732494, "login": "angelinavj", "gravatar_id": "6e43d242212ae331478ee1b4188e2dea", "avatar_url": "https://secure.gravatar.com/avatar/6e43d242212ae331478ee1b4188e2dea?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/angelinavj" }
{ "id": 1025232, "login": "StanfordACM", "gravatar_id": "6ddaf0c9e3ba38ec0455c67e48bacd7e", "avatar_url": "https://secure.gravatar.com/avatar/6ddaf0c9e3ba38ec0455c67e48bacd7e?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/StanfordACM" }
2011-09-25T07:42:57
1488869046
null
PushEvent
true
{"shas":[["8bbace4254be5155fc517d279be2348684e37a60","[email protected]","Quick commit - Cooldowns in Heroes. AbilitiesManager and Skills package. Added. Might not need them, will see","RightLegRed"]],"repo":"Herocraft/Heroes","actor":"RightLegRed","ref":"refs/heads/development","size":1,"head":"8bbace4254be5155fc517d279be2348684e37a60","actor_gravatar":"3dd79953047f89d77b30b14732fc3140","push_id":28015851}
{ "id": 1452101, "name": "Herocraft/Heroes", "url": "https://api.github.dev/repos/Herocraft/Heroes" }
{ "id": 566708, "login": "RightLegRed", "gravatar_id": "3dd79953047f89d77b30b14732fc3140", "avatar_url": "https://secure.gravatar.com/avatar/3dd79953047f89d77b30b14732fc3140?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/RightLegRed" }
{ "id": 636880, "login": "Herocraft", "gravatar_id": "d85c1c973fa12ce8c59eacbff56da85b", "avatar_url": "https://secure.gravatar.com/avatar/d85c1c973fa12ce8c59eacbff56da85b?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/Herocraft" }
2011-04-01T06:39:07
1223185419
null
PushEvent
true
{"head":"b6a885032003b79249c064d2e9bc6fc1406f9b50","size":1,"push_id":44439508,"shas":[["b6a885032003b79249c064d2e9bc6fc1406f9b50","[email protected]","added option for no-air-jumping - default is true.\nRe-wrote TransmuteOre from XMuteOre - better options - less confusing\nConfiguration nodes","Sleaker"]],"ref":"refs/heads/development"}
{ "id": 1452101, "name": "Herocraft/Heroes", "url": "https://api.github.com/repos/Herocraft/Heroes" }
{ "id": 702071, "login": "Sleaker", "gravatar_id": "bbdfde19f55c80d3115650ab020bc7b1", "avatar_url": "https://secure.gravatar.com/avatar/bbdfde19f55c80d3115650ab020bc7b1?d=%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.com/users/Sleaker" }
{ "id": 636880, "login": "Herocraft", "gravatar_id": "d85c1c973fa12ce8c59eacbff56da85b", "avatar_url": "https://secure.gravatar.com/avatar/d85c1c973fa12ce8c59eacbff56da85b?d=%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.com/orgs/Herocraft" }
2011-09-29T15:44:07
1489732953
null
PushEvent
true
{"head":"fb4284aa94bce014be2c6097269c3f87a05ac458","size":1,"push_id":44495157,"shas":[["fb4284aa94bce014be2c6097269c3f87a05ac458","[email protected]","expirables shouldn't tick if they are expired.","Sleaker"]],"ref":"refs/heads/development"}
{ "id": 1452101, "name": "Herocraft/Heroes", "url": "https://api.github.com/repos/Herocraft/Heroes" }
{ "id": 702071, "login": "Sleaker", "gravatar_id": "bbdfde19f55c80d3115650ab020bc7b1", "avatar_url": "https://secure.gravatar.com/avatar/bbdfde19f55c80d3115650ab020bc7b1?d=%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.com/users/Sleaker" }
{ "id": 636880, "login": "Herocraft", "gravatar_id": "d85c1c973fa12ce8c59eacbff56da85b", "avatar_url": "https://secure.gravatar.com/avatar/d85c1c973fa12ce8c59eacbff56da85b?d=%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.com/orgs/Herocraft" }
2011-09-29T22:38:25
1489820283
null
PushEvent
true
{"head":"7675fcca1ff2b0649240eb7026c05f344e7cb13e","size":1,"push_id":44991756,"shas":[["7675fcca1ff2b0649240eb7026c05f344e7cb13e","[email protected]","Add queue for effects pending addition as well.","DThielke"]],"ref":"refs/heads/development"}
{ "id": 1452101, "name": "Herocraft/Heroes", "url": "https://api.github.com/repos/Herocraft/Heroes" }
{ "id": 638491, "login": "DThielke", "gravatar_id": "80ce642bfa3ff3bf574a017f2d4672fe", "avatar_url": "https://secure.gravatar.com/avatar/80ce642bfa3ff3bf574a017f2d4672fe?d=%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.com/users/DThielke" }
{ "id": 636880, "login": "Herocraft", "gravatar_id": "d85c1c973fa12ce8c59eacbff56da85b", "avatar_url": "https://secure.gravatar.com/avatar/d85c1c973fa12ce8c59eacbff56da85b?d=%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.com/orgs/Herocraft" }
2011-10-04T20:38:58
1490615345
null
PushEvent
true
{"head":"65241aaad62bd452a7420dc015f792a5e0e6ca2f","size":1,"push_id":47104325,"ref":"refs/heads/development","commits":[{"sha":"65241aaad62bd452a7420dc015f792a5e0e6ca2f","author":{"name":"Sleaker","email":"[email protected]"},"url":"https://api.github.com/repos/Herocraft/Heroes/commits/65241aaad62bd452a7420dc015f792a5e0e6ca2f","message":"added a small debug field for the skill class loader"}],"legacy":{"head":"65241aaad62bd452a7420dc015f792a5e0e6ca2f","size":1,"push_id":47104325,"shas":[["65241aaad62bd452a7420dc015f792a5e0e6ca2f","[email protected]","added a small debug field for the skill class loader","Sleaker"]],"ref":"refs/heads/development"}}
{ "id": 1452101, "name": "Herocraft/Heroes", "url": "https://api.github.com/repos/Herocraft/Heroes" }
{ "id": 702071, "login": "Sleaker", "gravatar_id": "bbdfde19f55c80d3115650ab020bc7b1", "avatar_url": "https://secure.gravatar.com/avatar/bbdfde19f55c80d3115650ab020bc7b1?d=%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.com/users/Sleaker" }
{ "id": 636880, "login": "Herocraft", "gravatar_id": "d85c1c973fa12ce8c59eacbff56da85b", "avatar_url": "https://secure.gravatar.com/avatar/d85c1c973fa12ce8c59eacbff56da85b?d=%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.com/orgs/Herocraft" }
2011-10-21T23:47:45
1493993960
null
PushEvent
true
{"shas":[["1fefb49981f3bb9fe55c9a7c5ae6edaa84dfb952","[email protected]","Backstab is now weapon-specific like Assassin's Blade\nmoved defaultWeapons List to Properties.","Sleaker"]],"ref":"refs/heads/development","size":1,"head":"1fefb49981f3bb9fe55c9a7c5ae6edaa84dfb952","push_id":40196468}
{ "id": 1452101, "name": "Herocraft/Heroes", "url": "https://api.github.dev/repos/Herocraft/Heroes" }
{ "id": 702071, "login": "Sleaker", "gravatar_id": "bbdfde19f55c80d3115650ab020bc7b1", "avatar_url": "https://secure.gravatar.com/avatar/bbdfde19f55c80d3115650ab020bc7b1?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/Sleaker" }
{ "id": 636880, "login": "Herocraft", "gravatar_id": "d85c1c973fa12ce8c59eacbff56da85b", "avatar_url": "https://secure.gravatar.com/avatar/d85c1c973fa12ce8c59eacbff56da85b?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/Herocraft" }
2011-08-21T21:51:33
1483000611
null
PushEvent
true
{"shas":[["939dccd7135f40337b0a122597f58bc741dbdedf","[email protected]","Added \"safe\" player/hero looping where I could find it.","DThielke"],["7adc71db5ed94e320d1e0dfd0145aa69cc59e76d","[email protected]","Merge branch 'development' of github.com:Herocraft/Heroes into development","DThielke"]],"ref":"refs/heads/development","size":2,"head":"7adc71db5ed94e320d1e0dfd0145aa69cc59e76d","push_id":35319965}
{ "id": 1452101, "name": "Herocraft/Heroes", "url": "https://api.github.dev/repos/Herocraft/Heroes" }
{ "id": 638491, "login": "DThielke", "gravatar_id": "80ce642bfa3ff3bf574a017f2d4672fe", "avatar_url": "https://secure.gravatar.com/avatar/80ce642bfa3ff3bf574a017f2d4672fe?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/DThielke" }
{ "id": 636880, "login": "Herocraft", "gravatar_id": "d85c1c973fa12ce8c59eacbff56da85b", "avatar_url": "https://secure.gravatar.com/avatar/d85c1c973fa12ce8c59eacbff56da85b?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/Herocraft" }
2011-06-30T00:25:48
1475440407
null
PushEvent
true
{"shas":[["03c673dce811861f6d348fb10a06d006c098c550","[email protected]","Null tests","Sleaker"]],"ref":"refs/heads/development","size":1,"head":"03c673dce811861f6d348fb10a06d006c098c550","push_id":39611130}
{ "id": 1452101, "name": "Herocraft/Heroes", "url": "https://api.github.dev/repos/Herocraft/Heroes" }
{ "id": 702071, "login": "Sleaker", "gravatar_id": "bbdfde19f55c80d3115650ab020bc7b1", "avatar_url": "https://secure.gravatar.com/avatar/bbdfde19f55c80d3115650ab020bc7b1?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/Sleaker" }
{ "id": 636880, "login": "Herocraft", "gravatar_id": "d85c1c973fa12ce8c59eacbff56da85b", "avatar_url": "https://secure.gravatar.com/avatar/d85c1c973fa12ce8c59eacbff56da85b?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/Herocraft" }
2011-08-15T22:36:52
1482077630
null
PushEvent
true
{"shas":[["fef416e93178068891565cb91d48cdde76546209","[email protected]","new Skill DeepFreeze - roots the target + small initial damage. If they\ntake fire damage from a skill while the root is active it will 'shatter'\ndealing a large amount of damage.","Sleaker"]],"ref":"refs/heads/development","size":1,"head":"fef416e93178068891565cb91d48cdde76546209","push_id":41331180}
{ "id": 1452101, "name": "Herocraft/Heroes", "url": "https://api.github.dev/repos/Herocraft/Heroes" }
{ "id": 702071, "login": "Sleaker", "gravatar_id": "bbdfde19f55c80d3115650ab020bc7b1", "avatar_url": "https://secure.gravatar.com/avatar/bbdfde19f55c80d3115650ab020bc7b1?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/Sleaker" }
{ "id": 636880, "login": "Herocraft", "gravatar_id": "d85c1c973fa12ce8c59eacbff56da85b", "avatar_url": "https://secure.gravatar.com/avatar/d85c1c973fa12ce8c59eacbff56da85b?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/Herocraft" }
2011-09-01T07:43:58
1484785359
null
PushEvent
true
{"head":"7a691b491a4355863ebe046a9bde33ff8e6e9c3a","size":1,"push_id":44380023,"shas":[["7a691b491a4355863ebe046a9bde33ff8e6e9c3a","[email protected]","need to instantiate a new Set when we iterate to prevent CMEs","Sleaker"]],"ref":"refs/heads/development"}
{ "id": 1452101, "name": "Herocraft/Heroes", "url": "https://api.github.com/repos/Herocraft/Heroes" }
{ "id": 702071, "login": "Sleaker", "gravatar_id": "bbdfde19f55c80d3115650ab020bc7b1", "avatar_url": "https://secure.gravatar.com/avatar/bbdfde19f55c80d3115650ab020bc7b1?d=%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.com/users/Sleaker" }
{ "id": 636880, "login": "Herocraft", "gravatar_id": "d85c1c973fa12ce8c59eacbff56da85b", "avatar_url": "https://secure.gravatar.com/avatar/d85c1c973fa12ce8c59eacbff56da85b?d=%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.com/orgs/Herocraft" }
2011-09-29T04:39:15
1489639965
null
PushEvent
true
{"shas":[["b5d3b17ce62c9db93899539214d5e660f75b6844","[email protected]","added health-cost node to all skills - works like mana, but deducts from\nhealth instead.","Sleaker"]],"ref":"refs/heads/development","size":1,"head":"b5d3b17ce62c9db93899539214d5e660f75b6844","push_id":42149293}
{ "id": 1452101, "name": "Herocraft/Heroes", "url": "https://api.github.dev/repos/Herocraft/Heroes" }
{ "id": 702071, "login": "Sleaker", "gravatar_id": "bbdfde19f55c80d3115650ab020bc7b1", "avatar_url": "https://secure.gravatar.com/avatar/bbdfde19f55c80d3115650ab020bc7b1?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/Sleaker" }
{ "id": 636880, "login": "Herocraft", "gravatar_id": "d85c1c973fa12ce8c59eacbff56da85b", "avatar_url": "https://secure.gravatar.com/avatar/d85c1c973fa12ce8c59eacbff56da85b?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/Herocraft" }
2011-09-09T05:18:37
1486108316
null
ForkEvent
true
{"forkee":{"name":"Rigby90/Heroes","public":true,"id":2094249}}
{ "id": 1452101, "name": "Herocraft/Heroes", "url": "https://api.github.dev/repos/Herocraft/Heroes" }
{ "id": 575561, "login": "Rigby90", "gravatar_id": "44e13d0734a600669ed5b88b1b67ba84", "avatar_url": "https://secure.gravatar.com/avatar/44e13d0734a600669ed5b88b1b67ba84?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/Rigby90" }
{ "id": 636880, "login": "Herocraft", "gravatar_id": "d85c1c973fa12ce8c59eacbff56da85b", "avatar_url": "https://secure.gravatar.com/avatar/d85c1c973fa12ce8c59eacbff56da85b?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/Herocraft" }
2011-07-23T19:30:40
1478747680
null
PushEvent
true
{"head":"b51e31a6676674ab5759faa4d62fa8d171cbaf3d","size":1,"push_id":46590462,"ref":"refs/heads/development","commits":[{"sha":"b51e31a6676674ab5759faa4d62fa8d171cbaf3d","author":{"name":"DThielke","email":"[email protected]"},"url":"https://api.github.com/repos/Herocraft/Heroes/commits/b51e31a6676674ab5759faa4d62fa8d171cbaf3d","message":"Add IRON_ tools to our internal list of weapons."}],"legacy":{"head":"b51e31a6676674ab5759faa4d62fa8d171cbaf3d","size":1,"push_id":46590462,"shas":[["b51e31a6676674ab5759faa4d62fa8d171cbaf3d","[email protected]","Add IRON_ tools to our internal list of weapons.","DThielke"]],"ref":"refs/heads/development"}}
{ "id": 1452101, "name": "Herocraft/Heroes", "url": "https://api.github.com/repos/Herocraft/Heroes" }
{ "id": 638491, "login": "DThielke", "gravatar_id": "80ce642bfa3ff3bf574a017f2d4672fe", "avatar_url": "https://secure.gravatar.com/avatar/80ce642bfa3ff3bf574a017f2d4672fe?d=%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.com/users/DThielke" }
{ "id": 636880, "login": "Herocraft", "gravatar_id": "d85c1c973fa12ce8c59eacbff56da85b", "avatar_url": "https://secure.gravatar.com/avatar/d85c1c973fa12ce8c59eacbff56da85b?d=%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.com/orgs/Herocraft" }
2011-10-18T15:14:08
1493166261
null
PushEvent
true
{"ref":"refs/heads/development","commits":[{"author":{"name":"Sleaker","email":"[email protected]"},"url":"https://api.github.com/repos/Herocraft/Heroes/commits/0f887a7cc517eca50ec09c40cf355466a464334b","message":"relearn our skills slightly later to make sure the teleport finishes","sha":"0f887a7cc517eca50ec09c40cf355466a464334b"}],"head":"0f887a7cc517eca50ec09c40cf355466a464334b","size":1,"push_id":48205313}
{ "id": 1452101, "name": "Herocraft/Heroes", "url": "https://api.github.dev/repos/Herocraft/Heroes" }
{ "id": 702071, "login": "Sleaker", "gravatar_id": "bbdfde19f55c80d3115650ab020bc7b1", "avatar_url": "https://secure.gravatar.com/avatar/bbdfde19f55c80d3115650ab020bc7b1?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/Sleaker" }
{ "id": 636880, "login": "Herocraft", "gravatar_id": "d85c1c973fa12ce8c59eacbff56da85b", "avatar_url": "https://secure.gravatar.com/avatar/d85c1c973fa12ce8c59eacbff56da85b?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/Herocraft" }
2011-11-01T00:06:30
1495784558
null
PushEvent
true
{"shas":[["f4f2e15156132ac2192a9cd103ad92910b2e3a5e","[email protected]","Added onExpire method for active skills with effects, fixed possible bug in Syphon, added config options for Syphon and Bolt","rcjrrjcr"],["e06c258eeb83c047d635a159c7a2b1409d775b1a","[email protected]","Possible fix for Bandage problem. Might be because of unsynched notch code.","rcjrrjcr"],["bf63d6ddf40bbdf6f3d84eb5e0684119b1efba4c","[email protected]","Merge pull request #5 from rcjrrjcr/development.\n\nAdded onExpire method for active skills with effects, fixed possible bugs","David Thielke"]],"repo":"Herocraft/Heroes","actor":"DThielke","ref":"refs/heads/development","size":3,"head":"bf63d6ddf40bbdf6f3d84eb5e0684119b1efba4c","actor_gravatar":"80ce642bfa3ff3bf574a017f2d4672fe","push_id":30523873}
{ "id": 1452101, "name": "Herocraft/Heroes", "url": "https://api.github.dev/repos/Herocraft/Heroes" }
{ "id": 638491, "login": "DThielke", "gravatar_id": "80ce642bfa3ff3bf574a017f2d4672fe", "avatar_url": "https://secure.gravatar.com/avatar/80ce642bfa3ff3bf574a017f2d4672fe?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/DThielke" }
{ "id": 636880, "login": "Herocraft", "gravatar_id": "d85c1c973fa12ce8c59eacbff56da85b", "avatar_url": "https://secure.gravatar.com/avatar/d85c1c973fa12ce8c59eacbff56da85b?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/Herocraft" }
2011-05-04T15:58:09
1337627177
null
PushEvent
true
{"shas":[["2dd85371eedb8453b2d9add1f8a918dfeac313d1","[email protected]","Fix for ClassNotDefFoundError when loading iConomy plugins.","Sleaker"]],"ref":"refs/heads/development","size":1,"head":"2dd85371eedb8453b2d9add1f8a918dfeac313d1","push_id":43054817}
{ "id": 1452101, "name": "Herocraft/Heroes", "url": "https://api.github.dev/repos/Herocraft/Heroes" }
{ "id": 702071, "login": "Sleaker", "gravatar_id": "bbdfde19f55c80d3115650ab020bc7b1", "avatar_url": "https://secure.gravatar.com/avatar/bbdfde19f55c80d3115650ab020bc7b1?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/Sleaker" }
{ "id": 636880, "login": "Herocraft", "gravatar_id": "d85c1c973fa12ce8c59eacbff56da85b", "avatar_url": "https://secure.gravatar.com/avatar/d85c1c973fa12ce8c59eacbff56da85b?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/Herocraft" }
2011-09-17T04:17:18
1487534943
null
PushEvent
true
{"shas":[["c44354e7e3ffe28abf6aa7881e36bfa13ab896cf","[email protected]","More debug code","RightLegRed"]],"ref":"refs/heads/development","size":1,"head":"c44354e7e3ffe28abf6aa7881e36bfa13ab896cf","push_id":36797703}
{ "id": 1452101, "name": "Herocraft/Heroes", "url": "https://api.github.dev/repos/Herocraft/Heroes" }
{ "id": 566708, "login": "RightLegRed", "gravatar_id": "3dd79953047f89d77b30b14732fc3140", "avatar_url": "https://secure.gravatar.com/avatar/3dd79953047f89d77b30b14732fc3140?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/RightLegRed" }
{ "id": 636880, "login": "Herocraft", "gravatar_id": "d85c1c973fa12ce8c59eacbff56da85b", "avatar_url": "https://secure.gravatar.com/avatar/d85c1c973fa12ce8c59eacbff56da85b?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/Herocraft" }
2011-07-16T17:27:57
1477740105
null
PushEvent
true
{"shas":[["7978974c4db034138e360466dbb151f1d1441923","[email protected]","added Exception check to Blink (bukkit has issues?)\nReplenish allows variable mana restored.\nadded Setting.LEVEL - updated all Skill classes to use it.\nAdded Consume - similar to replenish but allows per-level material\ndefinitions.\nadded getSettingKeys() to Skills.","Sleaker"]],"ref":"refs/heads/development","size":1,"head":"7978974c4db034138e360466dbb151f1d1441923","push_id":40274162}
{ "id": 1452101, "name": "Herocraft/Heroes", "url": "https://api.github.dev/repos/Herocraft/Heroes" }
{ "id": 702071, "login": "Sleaker", "gravatar_id": "bbdfde19f55c80d3115650ab020bc7b1", "avatar_url": "https://secure.gravatar.com/avatar/bbdfde19f55c80d3115650ab020bc7b1?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/Sleaker" }
{ "id": 636880, "login": "Herocraft", "gravatar_id": "d85c1c973fa12ce8c59eacbff56da85b", "avatar_url": "https://secure.gravatar.com/avatar/d85c1c973fa12ce8c59eacbff56da85b?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/Herocraft" }
2011-08-22T17:36:40
1483125213
null
PushEvent
true
{"shas":[["fdf5b51ddb30f67eb2bd89116c4721ec477b4650","[email protected]","Version 1.2.4 - changelog rollover","Sleaker"]],"ref":"refs/heads/development","size":1,"head":"fdf5b51ddb30f67eb2bd89116c4721ec477b4650","push_id":41155067}
{ "id": 1452101, "name": "Herocraft/Heroes", "url": "https://api.github.dev/repos/Herocraft/Heroes" }
{ "id": 702071, "login": "Sleaker", "gravatar_id": "bbdfde19f55c80d3115650ab020bc7b1", "avatar_url": "https://secure.gravatar.com/avatar/bbdfde19f55c80d3115650ab020bc7b1?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/Sleaker" }
{ "id": 636880, "login": "Herocraft", "gravatar_id": "d85c1c973fa12ce8c59eacbff56da85b", "avatar_url": "https://secure.gravatar.com/avatar/d85c1c973fa12ce8c59eacbff56da85b?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/Herocraft" }
2011-08-30T21:17:43
1484510065
null
PushEvent
true
{"commits":[{"author":{"name":"sleak","email":"0f4848285ddc2d69194542cb93d5d4328f9eea72@sleak-PC"},"sha":"6ab5e664ecc9516dd7e11754e5002376b1abb5f7","message":"fix monsters not being able to die always, added monster HP syncing.\nconfirmed damage values working properly against monsters.","url":"https://api.github.com/repos/Herocraft/Heroes/commits/6ab5e664ecc9516dd7e11754e5002376b1abb5f7"}],"ref":"refs/heads/master","head":"6ab5e664ecc9516dd7e11754e5002376b1abb5f7","push_id":53772513,"size":1}
{ "id": 1452101, "name": "Herocraft/Heroes", "url": "https://api.github.dev/repos/Herocraft/Heroes" }
{ "id": 702071, "login": "Sleaker", "gravatar_id": "bbdfde19f55c80d3115650ab020bc7b1", "avatar_url": "https://secure.gravatar.com/avatar/bbdfde19f55c80d3115650ab020bc7b1?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/Sleaker" }
{ "id": 636880, "login": "Herocraft", "gravatar_id": "d85c1c973fa12ce8c59eacbff56da85b", "avatar_url": "https://secure.gravatar.com/avatar/d85c1c973fa12ce8c59eacbff56da85b?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/Herocraft" }
2011-12-13T18:42:13
1505108873
null
CreateEvent
true
{"master_branch":"master","ref":"skittles","ref_type":"branch","description":"Configurable chat channel plugin for Bukkit"}
{ "id": 1408724, "name": "Herocraft/HeroChat", "url": "https://api.github.com/repos/Herocraft/HeroChat" }
{ "id": 638491, "login": "DThielke", "gravatar_id": "80ce642bfa3ff3bf574a017f2d4672fe", "avatar_url": "https://secure.gravatar.com/avatar/80ce642bfa3ff3bf574a017f2d4672fe?d=%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.com/users/DThielke" }
{ "id": 636880, "login": "Herocraft", "gravatar_id": "d85c1c973fa12ce8c59eacbff56da85b", "avatar_url": "https://secure.gravatar.com/avatar/d85c1c973fa12ce8c59eacbff56da85b?d=%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.com/orgs/Herocraft" }
2011-10-12T20:07:36
1492150067
null
PushEvent
true
{"shas":[["e7f9b517de4f1c900217fdf26e62295d2ab4e073","[email protected]","Added join and leave messages back in.","DThielke"]],"repo":"Herocraft/HeroChat","actor":"DThielke","ref":"refs/heads/release","size":1,"head":"e7f9b517de4f1c900217fdf26e62295d2ab4e073","actor_gravatar":"80ce642bfa3ff3bf574a017f2d4672fe","push_id":25827919}
{ "id": 1408724, "name": "Herocraft/HeroChat", "url": "https://api.github.dev/repos/Herocraft/HeroChat" }
{ "id": 638491, "login": "DThielke", "gravatar_id": "80ce642bfa3ff3bf574a017f2d4672fe", "avatar_url": "https://secure.gravatar.com/avatar/80ce642bfa3ff3bf574a017f2d4672fe?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/DThielke" }
{ "id": 636880, "login": "Herocraft", "gravatar_id": "d85c1c973fa12ce8c59eacbff56da85b", "avatar_url": "https://secure.gravatar.com/avatar/d85c1c973fa12ce8c59eacbff56da85b?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/Herocraft" }
2011-03-02T02:16:37
1160994042
null
PushEvent
true
{"shas":[["f2a33b38b5fe9d8d5bf92f7df54a2937b452ea43","[email protected]","Updated to 4.3.6\nAdded the reserved channel name list back in\nFixed a potential issue with the /<channel> <message> shortcut command","DThielke"]],"repo":"Herocraft/HeroChat","actor":"DThielke","ref":"refs/heads/master","size":1,"head":"f2a33b38b5fe9d8d5bf92f7df54a2937b452ea43","actor_gravatar":"80ce642bfa3ff3bf574a017f2d4672fe","push_id":26442094}
{ "id": 1408724, "name": "Herocraft/HeroChat", "url": "https://api.github.dev/repos/Herocraft/HeroChat" }
{ "id": 638491, "login": "DThielke", "gravatar_id": "80ce642bfa3ff3bf574a017f2d4672fe", "avatar_url": "https://secure.gravatar.com/avatar/80ce642bfa3ff3bf574a017f2d4672fe?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/DThielke" }
{ "id": 636880, "login": "Herocraft", "gravatar_id": "d85c1c973fa12ce8c59eacbff56da85b", "avatar_url": "https://secure.gravatar.com/avatar/d85c1c973fa12ce8c59eacbff56da85b?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/Herocraft" }
2011-03-10T16:27:12
1177156243
null
PushEvent
true
{"shas":[["090d90750a4a9476b062ccfca066448903df4395","[email protected]","Updated to 4.8.3. User settings are now saved before /ch reload does its thing.","DThielke"]],"repo":"Herocraft/HeroChat","actor":"DThielke","ref":"refs/heads/master","size":1,"head":"090d90750a4a9476b062ccfca066448903df4395","actor_gravatar":"80ce642bfa3ff3bf574a017f2d4672fe","push_id":27712009}
{ "id": 1408724, "name": "Herocraft/HeroChat", "url": "https://api.github.dev/repos/Herocraft/HeroChat" }
{ "id": 638491, "login": "DThielke", "gravatar_id": "80ce642bfa3ff3bf574a017f2d4672fe", "avatar_url": "https://secure.gravatar.com/avatar/80ce642bfa3ff3bf574a017f2d4672fe?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/DThielke" }
{ "id": 636880, "login": "Herocraft", "gravatar_id": "d85c1c973fa12ce8c59eacbff56da85b", "avatar_url": "https://secure.gravatar.com/avatar/d85c1c973fa12ce8c59eacbff56da85b?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/Herocraft" }
2011-03-28T22:20:18
1213889276
null