Search is not available for this dataset
type
stringclasses
17 values
public
bool
2 classes
payload
stringlengths
2
554k
repo
dict
actor
dict
org
dict
created_at
timestamp[us]
id
stringlengths
10
10
other
stringlengths
41
67.4k
PullRequestEvent
true
{"pull_request":{"user":{"id":45967,"login":"kares","url":"https://api.github.com/users/kares","gravatar_id":"caa2df9372ffa0a9e95b2bab1e8fea34","avatar_url":"https://secure.gravatar.com/avatar/caa2df9372ffa0a9e95b2bab1e8fea34?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png"},"merged_at":null,"title":"better jruby.home detection on IBM WAS","created_at":"2012-02-09T20:14:07Z","updated_at":"2012-02-09T20:15:32Z","state":"open","review_comments":0,"id":807376,"patch_url":"https://github.com/jruby/jruby/pull/123.patch","html_url":"https://github.com/jruby/jruby/pull/123","closed_at":null,"deletions":1,"mergeable":null,"issue_url":"https://github.com/jruby/jruby/issues/123","base":{"user":{"id":55687,"login":"jruby","url":"https://api.github.com/users/jruby","gravatar_id":"4f169ebd30ce70024c64ff027828ae94","avatar_url":"https://secure.gravatar.com/avatar/4f169ebd30ce70024c64ff027828ae94?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png"},"ref":"master","sha":"df0de38c555df39c587558841db99152dc996154","repo":{"git_url":"git://github.com/jruby/jruby.git","open_issues":7,"watchers":813,"created_at":"2009-04-05T03:54:35Z","updated_at":"2012-02-19T15:57:26Z","fork":false,"id":168370,"language":"Ruby","has_wiki":true,"html_url":"https://github.com/jruby/jruby","name":"jruby","master_branch":null,"description":"JRuby, an implementation of Ruby on the JVM","mirror_url":null,"clone_url":"https://github.com/jruby/jruby.git","ssh_url":"[email protected]:jruby/jruby.git","forks":176,"pushed_at":"2012-02-19T15:57:26Z","has_issues":false,"url":"https://api.github.com/repos/jruby/jruby","has_downloads":true,"homepage":"http://www.jruby.org","owner":{"id":55687,"login":"jruby","url":"https://api.github.com/users/jruby","gravatar_id":"4f169ebd30ce70024c64ff027828ae94","avatar_url":"https://secure.gravatar.com/avatar/4f169ebd30ce70024c64ff027828ae94?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png"},"size":13620,"svn_url":"https://github.com/jruby/jruby","private":false},"label":"jruby:master"},"body":"currently `config.getJRubyHome()` on WAS ends up being the fall-back */tmp* dir (e.g. when deploying a .war)\r\nthis is probably due to a slightly non-standard `getResource()` IBM Java behavior - it seems to always return `null` for jar \"dirs\" but works if you ask for a jar \"file\" entry. \r\n\r\nsample return values :\r\n\r\n getResource(\"/META-INF/jruby.home\") returns a null\r\n\r\n getResource(\"/META-INF/jruby.home/bin/jrubyc\") returns :\r\n wsjar:file:/opt/IBM/WebSphere/AppServer/profiles/AppSrv01/installedApps/debianNode01Cell/rails31_war.ear/rails31.war/WEB-INF/lib/jruby-stdlib-1.6.7.dev.jar!/META-INF/jruby.home/bin/jrubyc\r\n\r\n getResource(\"/META-INF/jruby.home/bin/jrubyc\").getProtocol() would return \"wsjar\"\r\n \r\n and the location (if it passed the if) would have been :\r\n file:/opt/IBM/WebSphere/AppServer/profiles/AppSrv01/installedApps/debianNode01Cell/rails31_war.ear/rails31.war/WEB-INF/lib/jruby-stdlib-1.6.7.dev.jar!/META-INF/jruby.home/bin/jrubyc\r\n\r\nI think it's fine that we do not pass `resource.getProtocol().equals(\"jar\")` since than the `location` would not have been set to `location = \"classpath:/META-INF/jruby.home\";` but end up as a `file:/...` path (that would need to be stripped from \"/bin/jrubyc\") but since we can not walk URLs as a FS anyway `classpath:/META-INF/jruby.home` seems fine and is working fine (with the LoadService).\r\n\r\nwe've been using a \"hack\" (if `JRuby.runtime.instance_config.jruby_home == tmpdir`) in **jruby-rack** to fix the `$LOAD_PATH` but if **jruby** correctly detected it's home it would not have been necessary ...\r\n\r\n\r\ntested environment :\r\n\r\n WebSphere Application Server 8.0.0.1\r\n Host Operating System is Linux, version 2.6.32-5-686\r\n Java version = 1.6.0, Java Compiler = j9jit26, Java VM name = IBM J9 VM\r\n","number":123,"additions":5,"commits":1,"diff_url":"https://github.com/jruby/jruby/pull/123.diff","merged_by":null,"url":"https://api.github.com/repos/jruby/jruby/pulls/123","_links":{"review_comments":{"href":"https://api.github.com/repos/jruby/jruby/pulls/123/comments"},"html":{"href":"https://github.com/jruby/jruby/pull/123"},"self":{"href":"https://api.github.com/repos/jruby/jruby/pulls/123"},"comments":{"href":"https://api.github.com/repos/jruby/jruby/issues/123/comments"}},"comments":1,"head":{"user":{"id":45967,"login":"kares","url":"https://api.github.com/users/kares","gravatar_id":"caa2df9372ffa0a9e95b2bab1e8fea34","avatar_url":"https://secure.gravatar.com/avatar/caa2df9372ffa0a9e95b2bab1e8fea34?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png"},"ref":"master","sha":"d91052625462efc709d746d3d942bab996186a21","repo":{"git_url":"git://github.com/kares/jruby.git","open_issues":0,"watchers":1,"created_at":"2011-06-15T08:44:13Z","updated_at":"2012-02-09T19:50:24Z","fork":true,"id":1899113,"language":"Ruby","has_wiki":true,"html_url":"https://github.com/kares/jruby","name":"jruby","master_branch":null,"description":"JRuby, an implementation of Ruby on the JVM","mirror_url":null,"clone_url":"https://github.com/kares/jruby.git","ssh_url":"[email protected]:kares/jruby.git","forks":0,"pushed_at":"2012-02-09T19:50:16Z","has_issues":false,"url":"https://api.github.com/repos/kares/jruby","has_downloads":true,"homepage":"http://www.jruby.org","owner":{"id":45967,"login":"kares","url":"https://api.github.com/users/kares","gravatar_id":"caa2df9372ffa0a9e95b2bab1e8fea34","avatar_url":"https://secure.gravatar.com/avatar/caa2df9372ffa0a9e95b2bab1e8fea34?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png"},"size":9912,"svn_url":"https://github.com/kares/jruby","private":false},"label":"kares:master"},"changed_files":1,"merged":false},"number":123,"action":"synchronize"}
{ "id": 168370, "name": "jruby/jruby", "url": "https://api.github.dev/repos/jruby/jruby" }
{ "id": 467733, "login": "jrubyci", "gravatar_id": "c314594cd5867bc2c3857bb7ddf1485d", "avatar_url": "https://secure.gravatar.com/avatar/c314594cd5867bc2c3857bb7ddf1485d?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/jrubyci" }
{ "id": 55687, "login": "jruby", "gravatar_id": "4f169ebd30ce70024c64ff027828ae94", "avatar_url": "https://secure.gravatar.com/avatar/4f169ebd30ce70024c64ff027828ae94?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/jruby" }
2012-02-19T15:57:32
1521232598
null
PullRequestEvent
true
{"number":226,"action":"synchronize","pull_request":{"html_url":"https://github.com/kohana/core/pull/226","_links":{"comments":{"href":"https://api.github.com/repos/kohana/core/issues/226/comments"},"self":{"href":"https://api.github.com/repos/kohana/core/pulls/226"},"review_comments":{"href":"https://api.github.com/repos/kohana/core/pulls/226/comments"},"html":{"href":"https://github.com/kohana/core/pull/226"}},"title":"Correct the param label from param2 to param3 for rule \"matches\"Correct the param label from param2 to param3 ","comments":3,"merged_at":null,"number":226,"merged":false,"review_comments":0,"created_at":"2012-02-28T16:03:12Z","deletions":1,"patch_url":"https://github.com/kohana/core/pull/226.patch","state":"open","additions":1,"commits":1,"url":"https://api.github.com/repos/kohana/core/pulls/226","user":{"login":"lanisle","url":"https://api.github.com/users/lanisle","avatar_url":"https://secure.gravatar.com/avatar/c3038985d14574a70af9aa76594eafcf?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"c3038985d14574a70af9aa76594eafcf","id":1144410},"mergeable":null,"diff_url":"https://github.com/kohana/core/pull/226.diff","issue_url":"https://github.com/kohana/core/issues/226","changed_files":1,"closed_at":null,"updated_at":"2012-03-03T18:07:41Z","head":{"label":"lanisle:3.2/develop","repo":{"mirror_url":null,"html_url":"https://github.com/lanisle/core","owner":{"login":"lanisle","url":"https://api.github.com/users/lanisle","avatar_url":"https://secure.gravatar.com/avatar/c3038985d14574a70af9aa76594eafcf?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"c3038985d14574a70af9aa76594eafcf","id":1144410},"size":356,"svn_url":"https://github.com/lanisle/core","fork":true,"language":"PHP","description":"Core system classes from Kohana","created_at":"2012-02-28T15:52:05Z","name":"core","git_url":"git://github.com/lanisle/core.git","homepage":"http://kohanaphp.com/","has_issues":false,"watchers":1,"open_issues":0,"clone_url":"https://github.com/lanisle/core.git","url":"https://api.github.com/repos/lanisle/core","updated_at":"2012-02-28T15:55:57Z","ssh_url":"[email protected]:lanisle/core.git","has_downloads":false,"private":false,"forks":0,"pushed_at":"2012-02-28T15:55:56Z","master_branch":"3.2/master","id":3572542,"has_wiki":false},"user":{"login":"lanisle","url":"https://api.github.com/users/lanisle","avatar_url":"https://secure.gravatar.com/avatar/c3038985d14574a70af9aa76594eafcf?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"c3038985d14574a70af9aa76594eafcf","id":1144410},"sha":"886f03f99708acf2f6c2a874fb9cd037838e5ee3","ref":"3.2/develop"},"merged_by":null,"base":{"label":"kohana:3.2/develop","repo":{"mirror_url":null,"html_url":"https://github.com/kohana/core","owner":{"login":"kohana","url":"https://api.github.com/users/kohana","avatar_url":"https://secure.gravatar.com/avatar/bcd0929e701f39a00b9468f5d8b6c131?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png","gravatar_id":"bcd0929e701f39a00b9468f5d8b6c131","id":39584},"size":1276,"svn_url":"https://github.com/kohana/core","fork":false,"language":"PHP","description":"Core system classes from Kohana","created_at":"2009-07-30T21:17:45Z","name":"core","git_url":"git://github.com/kohana/core.git","homepage":"http://kohanaphp.com/","has_issues":false,"watchers":620,"open_issues":16,"clone_url":"https://github.com/kohana/core.git","url":"https://api.github.com/repos/kohana/core","updated_at":"2012-03-03T18:14:35Z","ssh_url":"[email protected]:kohana/core.git","has_downloads":false,"private":false,"forks":198,"pushed_at":"2012-03-03T18:14:35Z","master_branch":"3.2/master","id":262633,"has_wiki":false},"user":{"login":"kohana","url":"https://api.github.com/users/kohana","avatar_url":"https://secure.gravatar.com/avatar/bcd0929e701f39a00b9468f5d8b6c131?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png","gravatar_id":"bcd0929e701f39a00b9468f5d8b6c131","id":39584},"sha":"05eb9b8d1ce499e96e757025165f0734b0efe0da","ref":"3.2/develop"},"body":"EXAMPLE:\r\n\r\nrule('password_confirm', 'matches', array(':validation', ':field', 'password')\r\n\r\nif not. When the rule is failed it will cause error \"password confirm must be the same as password confirm\"","id":897735}}
{ "id": 262633, "name": "kohana/core", "url": "https://api.github.dev/repos/kohana/core" }
{ "id": 38203, "login": "shadowhand", "gravatar_id": "e635761f0e8fd1c0a8f337327427ecb3", "avatar_url": "https://secure.gravatar.com/avatar/e635761f0e8fd1c0a8f337327427ecb3?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/shadowhand" }
{ "id": 39584, "login": "kohana", "gravatar_id": "bcd0929e701f39a00b9468f5d8b6c131", "avatar_url": "https://secure.gravatar.com/avatar/bcd0929e701f39a00b9468f5d8b6c131?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/kohana" }
2012-03-03T18:14:38
1526072347
null
PullRequestEvent
true
{"number":1,"action":"synchronize","pull_request":{"html_url":"https://github.com/libav/libav/pull/1","_links":{"comments":{"href":"https://api.github.com/repos/libav/libav/issues/1/comments"},"self":{"href":"https://api.github.com/repos/libav/libav/pulls/1"},"review_comments":{"href":"https://api.github.com/repos/libav/libav/pulls/1/comments"},"html":{"href":"https://github.com/libav/libav/pull/1"}},"title":"cmd","comments":0,"merged_at":null,"number":1,"merged":false,"review_comments":0,"created_at":"2012-01-02T22:19:18Z","commits":1,"deletions":860,"patch_url":"https://github.com/libav/libav/pull/1.patch","state":"open","additions":824,"url":"https://api.github.com/repos/libav/libav/pulls/1","user":{"login":"kosyo","url":"https://api.github.com/users/kosyo","avatar_url":"https://secure.gravatar.com/avatar/1c81e726c38c478b331db845cb113071?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"1c81e726c38c478b331db845cb113071","id":1231976},"mergeable":null,"diff_url":"https://github.com/libav/libav/pull/1.diff","issue_url":"https://github.com/libav/libav/issues/1","changed_files":1,"closed_at":null,"updated_at":"2012-01-02T22:19:18Z","head":{"label":"kosyo:master","repo":{"html_url":"https://github.com/kosyo/libav","owner":{"login":"kosyo","url":"https://api.github.com/users/kosyo","avatar_url":"https://secure.gravatar.com/avatar/1c81e726c38c478b331db845cb113071?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"1c81e726c38c478b331db845cb113071","id":1231976},"mirror_url":null,"size":132,"svn_url":"https://github.com/kosyo/libav","fork":true,"language":"C","description":"clone of git://git.libav.org/libav","created_at":"2012-01-02T21:06:43Z","name":"libav","git_url":"git://github.com/kosyo/libav.git","homepage":"www.libav.org","has_issues":false,"watchers":1,"open_issues":0,"clone_url":"https://github.com/kosyo/libav.git","url":"https://api.github.com/repos/kosyo/libav","updated_at":"2012-01-02T22:18:14Z","ssh_url":"[email protected]:kosyo/libav.git","has_downloads":true,"private":false,"forks":0,"pushed_at":"2012-01-02T22:18:11Z","master_branch":null,"id":3090017,"has_wiki":true},"user":{"login":"kosyo","url":"https://api.github.com/users/kosyo","avatar_url":"https://secure.gravatar.com/avatar/1c81e726c38c478b331db845cb113071?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"1c81e726c38c478b331db845cb113071","id":1231976},"sha":"5b24dadbfd5ffc9e6b2f5ecadf70c0837d7f5936","ref":"master"},"merged_by":null,"base":{"label":"libav:master","repo":{"html_url":"https://github.com/libav/libav","owner":{"login":"libav","url":"https://api.github.com/users/libav","avatar_url":"https://secure.gravatar.com/avatar/d41d8cd98f00b204e9800998ecf8427e?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png","gravatar_id":"d41d8cd98f00b204e9800998ecf8427e","id":667412},"mirror_url":null,"size":464,"svn_url":"https://github.com/libav/libav","fork":false,"language":"C","description":"clone of git://git.libav.org/libav","created_at":"2011-03-14T11:24:50Z","name":"libav","git_url":"git://github.com/libav/libav.git","homepage":"www.libav.org","has_issues":true,"watchers":50,"open_issues":2,"clone_url":"https://github.com/libav/libav.git","url":"https://api.github.com/repos/libav/libav","updated_at":"2012-03-02T23:45:30Z","ssh_url":"[email protected]:libav/libav.git","has_downloads":true,"private":false,"forks":29,"pushed_at":"2012-03-02T23:45:30Z","master_branch":null,"id":1477922,"has_wiki":true},"user":{"login":"libav","url":"https://api.github.com/users/libav","avatar_url":"https://secure.gravatar.com/avatar/d41d8cd98f00b204e9800998ecf8427e?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png","gravatar_id":"d41d8cd98f00b204e9800998ecf8427e","id":667412},"sha":"881a5e047dc78ec9ab771817497dffec503d77ee","ref":"master"},"body":"I edited cmdutil.c","id":645064}}
{ "id": 1477922, "name": "libav/libav", "url": "https://api.github.dev/repos/libav/libav" }
{ "id": 729364, "login": "git-libav-org", "gravatar_id": "fea0a297c6b63e220a13dd13d2cd019e", "avatar_url": "https://secure.gravatar.com/avatar/fea0a297c6b63e220a13dd13d2cd019e?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/git-libav-org" }
{ "id": 667412, "login": "libav", "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/libav" }
2012-03-02T23:45:38
1525922242
null
PullRequestEvent
true
{"pull_request":{"user":{"id":230541,"login":"mbostock","url":"https://api.github.com/users/mbostock","avatar_url":"https://secure.gravatar.com/avatar/005a27e09fe946ebef64bf4d134efc0a?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"005a27e09fe946ebef64bf4d134efc0a"},"merged_at":null,"title":"Allow decorative brush resizers.","created_at":"2012-02-15T04:21:25Z","updated_at":"2012-02-15T04:21:25Z","state":"open","review_comments":0,"id":830845,"patch_url":"https://github.com/mbostock/d3/pull/506.patch","deletions":107,"html_url":"https://github.com/mbostock/d3/pull/506","closed_at":null,"mergeable":true,"issue_url":"https://github.com/mbostock/d3/issues/506","base":{"user":{"id":230541,"login":"mbostock","url":"https://api.github.com/users/mbostock","avatar_url":"https://secure.gravatar.com/avatar/005a27e09fe946ebef64bf4d134efc0a?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"005a27e09fe946ebef64bf4d134efc0a"},"ref":"master","sha":"7a4a8ec8fed601f9f4e51c18aedb00b29fdc8458","repo":{"open_issues":75,"git_url":"git://github.com/mbostock/d3.git","watchers":3539,"created_at":"2010-09-27T17:22:42Z","updated_at":"2012-02-15T04:21:12Z","fork":false,"language":"JavaScript","id":943149,"has_wiki":true,"html_url":"https://github.com/mbostock/d3","name":"d3","description":"A JavaScript visualization library for HTML and SVG.","master_branch":null,"clone_url":"https://github.com/mbostock/d3.git","forks":395,"ssh_url":"[email protected]:mbostock/d3.git","pushed_at":"2012-02-15T04:21:11Z","mirror_url":null,"has_issues":true,"url":"https://api.github.com/repos/mbostock/d3","has_downloads":true,"homepage":"http://mbostock.github.com/d3/","owner":{"id":230541,"login":"mbostock","url":"https://api.github.com/users/mbostock","avatar_url":"https://secure.gravatar.com/avatar/005a27e09fe946ebef64bf4d134efc0a?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"005a27e09fe946ebef64bf4d134efc0a"},"size":2992,"private":false,"svn_url":"https://github.com/mbostock/d3"},"label":"mbostock:master"},"body":"The brush component now allows you to add decorative elements to serve as brush\r\nresizers, while keeping the default behavior of a few invisible pixels on the\r\nedge of the extent. Any element you add to \".resize\" containers can serve as\r\nvisible handles for the brush.\r\n\r\nThis commit also fixes two small bugs with the brush component. First, we now\r\ntrack the offset between the extent edge and the mouse, rather than immediately\r\njumping the extent edge to the mouse position; this was barely noticeable\r\npreviously due to the resizers being so thin, but it is very noticeable with\r\nlarge resizers. Second, the default behavior for the SPACE key is not prevented\r\nwhilst dragging.","commits":1,"number":506,"additions":250,"_links":{"review_comments":{"href":"https://api.github.com/repos/mbostock/d3/pulls/506/comments"},"html":{"href":"https://github.com/mbostock/d3/pull/506"},"self":{"href":"https://api.github.com/repos/mbostock/d3/pulls/506"},"comments":{"href":"https://api.github.com/repos/mbostock/d3/issues/506/comments"}},"diff_url":"https://github.com/mbostock/d3/pull/506.diff","merged_by":null,"url":"https://api.github.com/repos/mbostock/d3/pulls/506","comments":0,"changed_files":8,"head":{"user":{"id":230541,"login":"mbostock","url":"https://api.github.com/users/mbostock","avatar_url":"https://secure.gravatar.com/avatar/005a27e09fe946ebef64bf4d134efc0a?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"005a27e09fe946ebef64bf4d134efc0a"},"ref":"decorative-brush-resizers","sha":"50bf5d3e38d5c839cbc3de9ca446547b6da20c1c","repo":{"open_issues":75,"git_url":"git://github.com/mbostock/d3.git","watchers":3539,"created_at":"2010-09-27T17:22:42Z","updated_at":"2012-02-15T04:21:12Z","fork":false,"language":"JavaScript","id":943149,"has_wiki":true,"html_url":"https://github.com/mbostock/d3","name":"d3","description":"A JavaScript visualization library for HTML and SVG.","master_branch":null,"clone_url":"https://github.com/mbostock/d3.git","forks":395,"ssh_url":"[email protected]:mbostock/d3.git","pushed_at":"2012-02-15T04:21:11Z","mirror_url":null,"has_issues":true,"url":"https://api.github.com/repos/mbostock/d3","has_downloads":true,"homepage":"http://mbostock.github.com/d3/","owner":{"id":230541,"login":"mbostock","url":"https://api.github.com/users/mbostock","avatar_url":"https://secure.gravatar.com/avatar/005a27e09fe946ebef64bf4d134efc0a?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"005a27e09fe946ebef64bf4d134efc0a"},"size":2992,"private":false,"svn_url":"https://github.com/mbostock/d3"},"label":"mbostock:decorative-brush-resizers"},"merged":false},"number":506,"action":"opened"}
{ "id": 943149, "name": "mbostock/d3", "url": "https://api.github.dev/repos/mbostock/d3" }
{ "id": 230541, "login": "mbostock", "gravatar_id": "005a27e09fe946ebef64bf4d134efc0a", "avatar_url": "https://secure.gravatar.com/avatar/005a27e09fe946ebef64bf4d134efc0a?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/mbostock" }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2012-02-15T04:21:29
1519914644
null
PullRequestEvent
true
{"number":304,"action":"synchronize","pull_request":{"_links":{"comments":{"href":"https://api.github.com/repos/nipy/nipype/issues/304/comments"},"self":{"href":"https://api.github.com/repos/nipy/nipype/pulls/304"},"review_comments":{"href":"https://api.github.com/repos/nipy/nipype/pulls/304/comments"},"html":{"href":"https://github.com/nipy/nipype/pull/304"}},"html_url":"https://github.com/nipy/nipype/pull/304","title":"Spm prefix","comments":7,"merged_at":null,"number":304,"merged":false,"created_at":"2012-02-27T10:55:24Z","review_comments":10,"commits":6,"deletions":8,"patch_url":"https://github.com/nipy/nipype/pull/304.patch","state":"open","additions":23,"url":"https://api.github.com/repos/nipy/nipype/pulls/304","issue_url":"https://github.com/nipy/nipype/issues/304","user":{"login":"bpinsard","url":"https://api.github.com/users/bpinsard","avatar_url":"https://secure.gravatar.com/avatar/87e1f73acf277ad0337b90fc0253c62e?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"87e1f73acf277ad0337b90fc0253c62e","id":1155388},"mergeable":null,"diff_url":"https://github.com/nipy/nipype/pull/304.diff","changed_files":1,"updated_at":"2012-03-01T10:35:12Z","closed_at":null,"head":{"label":"bpinsard:spm_prefix","repo":{"owner":{"login":"bpinsard","url":"https://api.github.com/users/bpinsard","avatar_url":"https://secure.gravatar.com/avatar/87e1f73acf277ad0337b90fc0253c62e?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"87e1f73acf277ad0337b90fc0253c62e","id":1155388},"html_url":"https://github.com/bpinsard/nipype","mirror_url":null,"size":164,"svn_url":"https://github.com/bpinsard/nipype","fork":true,"language":"Python","description":"Workflows and interfaces for neuroimaging packages","created_at":"2011-10-27T10:42:05Z","name":"nipype","watchers":2,"git_url":"git://github.com/bpinsard/nipype.git","homepage":"http://www.mit.edu/~satra/nipype-nightly/","has_issues":false,"url":"https://api.github.com/repos/bpinsard/nipype","open_issues":0,"clone_url":"https://github.com/bpinsard/nipype.git","updated_at":"2012-02-29T16:01:35Z","has_downloads":true,"ssh_url":"[email protected]:bpinsard/nipype.git","private":false,"forks":0,"master_branch":null,"pushed_at":"2012-02-29T16:01:35Z","id":2657380,"has_wiki":true},"user":{"login":"bpinsard","url":"https://api.github.com/users/bpinsard","avatar_url":"https://secure.gravatar.com/avatar/87e1f73acf277ad0337b90fc0253c62e?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"87e1f73acf277ad0337b90fc0253c62e","id":1155388},"sha":"2eb2662e976b24d2c85fe8f1318cec7adb1f0cd8","ref":"spm_prefix"},"base":{"label":"nipy:master","repo":{"owner":{"login":"nipy","url":"https://api.github.com/users/nipy","avatar_url":"https://secure.gravatar.com/avatar/0fb4618f739b0e9b1d35a7560963a205?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png","gravatar_id":"0fb4618f739b0e9b1d35a7560963a205","id":233707},"html_url":"https://github.com/nipy/nipype","mirror_url":null,"size":776,"svn_url":"https://github.com/nipy/nipype","fork":false,"language":"Python","description":"Workflows and interfaces for neuroimaging packages","created_at":"2010-07-22T17:06:49Z","name":"nipype","watchers":52,"git_url":"git://github.com/nipy/nipype.git","homepage":"http://www.mit.edu/~satra/nipype-nightly/","has_issues":true,"url":"https://api.github.com/repos/nipy/nipype","open_issues":37,"clone_url":"https://github.com/nipy/nipype.git","updated_at":"2012-03-01T16:20:35Z","has_downloads":true,"ssh_url":"[email protected]:nipy/nipype.git","private":false,"forks":31,"master_branch":null,"pushed_at":"2012-03-01T16:20:34Z","id":791477,"has_wiki":true},"user":{"login":"nipy","url":"https://api.github.com/users/nipy","avatar_url":"https://secure.gravatar.com/avatar/0fb4618f739b0e9b1d35a7560963a205?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png","gravatar_id":"0fb4618f739b0e9b1d35a7560963a205","id":233707},"sha":"67ae3b055409646c1173f5a03a0498c75fb05a5f","ref":"master"},"merged_by":null,"body":"Just added prefix traits to the spm preprocessing interfaces which have this option in the spm_jobman settings: SliceTiming, Realign, Coregister, Normalize, Smooth.\r\nCan help to have meaningful filenames if same interface with different options are ran in a pipeline (yes I do ran this kind of exotic pipelines).\r\n","id":889464}}
{ "id": 791477, "name": "nipy/nipype", "url": "https://api.github.dev/repos/nipy/nipype" }
{ "id": 238759, "login": "chrisfilo", "gravatar_id": "5987ea33df23c6eee468867c347e04aa", "avatar_url": "https://secure.gravatar.com/avatar/5987ea33df23c6eee468867c347e04aa?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/chrisfilo" }
{ "id": 233707, "login": "nipy", "gravatar_id": "0fb4618f739b0e9b1d35a7560963a205", "avatar_url": "https://secure.gravatar.com/avatar/0fb4618f739b0e9b1d35a7560963a205?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/nipy" }
2012-03-01T16:20:37
1525309797
null
PullRequestEvent
true
{"pull_request":{"created_at":"2012-02-02T19:36:44Z","title":"DO-952220: This is a patch for DO Issue 952220","user":{"id":526491,"login":"generalredneck","url":"https://api.github.com/users/generalredneck","gravatar_id":"746e076cfd5b68092685338c2bc16777","avatar_url":"https://secure.gravatar.com/avatar/746e076cfd5b68092685338c2bc16777?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png"},"merged_at":null,"review_comments":0,"updated_at":"2012-02-02T19:36:44Z","state":"open","id":774743,"patch_url":"https://github.com/pressflow/6/pull/12.patch","closed_at":null,"html_url":"https://github.com/pressflow/6/pull/12","deletions":2,"mergeable":null,"issue_url":"https://github.com/pressflow/6/issues/12","base":{"user":{"id":579724,"login":"pressflow","url":"https://api.github.com/users/pressflow","gravatar_id":"770f551a0588195104ab9c98016430a9","avatar_url":"https://secure.gravatar.com/avatar/770f551a0588195104ab9c98016430a9?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png"},"ref":"master","sha":"88ac16e6253dcdc713e036fa6336607995182bad","repo":{"created_at":"2011-05-26T03:16:58Z","git_url":"git://github.com/pressflow/6.git","open_issues":8,"watchers":93,"updated_at":"2012-02-02T19:18:58Z","fork":false,"id":1802565,"language":"PHP","has_wiki":true,"html_url":"https://github.com/pressflow/6","name":"6","description":"Each version of Pressflow is API-compatible with the same major Drupal version. For example, Pressflow 6 is compatible with all Drupal 6 modules. Pressflow 6 also integrates the SimpleTest system from Drupal 7 and the CDN support patch.","master_branch":null,"ssh_url":"[email protected]:pressflow/6.git","forks":27,"has_issues":true,"clone_url":"https://github.com/pressflow/6.git","mirror_url":null,"pushed_at":"2012-02-01T23:56:37Z","url":"https://api.github.com/repos/pressflow/6","has_downloads":true,"owner":{"id":579724,"login":"pressflow","url":"https://api.github.com/users/pressflow","gravatar_id":"770f551a0588195104ab9c98016430a9","avatar_url":"https://secure.gravatar.com/avatar/770f551a0588195104ab9c98016430a9?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png"},"homepage":"http://pressflow.org/","size":1480,"svn_url":"https://github.com/pressflow/6","private":false},"label":"pressflow:master"},"additions":2,"body":"This patch fixes the problem where IE8 downloads JSON responses under unknown conditions from AHAH forms. Please see http://drupal.org/node/952220 for more information. \r\n\r\nAlso if you wish pursue the true cause of this issue, feel free to message me. I've run out of ideas or ways to narrow down what it could be.","commits":1,"number":12,"_links":{"review_comments":{"href":"https://api.github.com/repos/pressflow/6/pulls/12/comments"},"html":{"href":"https://github.com/pressflow/6/pull/12"},"self":{"href":"https://api.github.com/repos/pressflow/6/pulls/12"},"comments":{"href":"https://api.github.com/repos/pressflow/6/issues/12/comments"}},"merged_by":null,"diff_url":"https://github.com/pressflow/6/pull/12.diff","url":"https://api.github.com/repos/pressflow/6/pulls/12","comments":0,"merged":false,"head":{"user":{"id":526491,"login":"generalredneck","url":"https://api.github.com/users/generalredneck","gravatar_id":"746e076cfd5b68092685338c2bc16777","avatar_url":"https://secure.gravatar.com/avatar/746e076cfd5b68092685338c2bc16777?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png"},"ref":"DO-952220","sha":"952b5160f341f89114843e6d657ce051c0439171","repo":{"created_at":"2012-02-02T19:18:58Z","git_url":"git://github.com/generalredneck/6.git","open_issues":0,"watchers":1,"updated_at":"2012-02-02T19:33:34Z","fork":true,"id":3337879,"language":"PHP","has_wiki":true,"html_url":"https://github.com/generalredneck/6","name":"6","description":"Each version of Pressflow is API-compatible with the same major Drupal version. For example, Pressflow 6 is compatible with all Drupal 6 modules. Pressflow 6 also integrates the SimpleTest system from Drupal 7 and the CDN support patch.","master_branch":null,"ssh_url":"[email protected]:generalredneck/6.git","forks":0,"has_issues":false,"clone_url":"https://github.com/generalredneck/6.git","mirror_url":null,"pushed_at":"2012-02-02T19:33:32Z","url":"https://api.github.com/repos/generalredneck/6","has_downloads":true,"owner":{"id":526491,"login":"generalredneck","url":"https://api.github.com/users/generalredneck","gravatar_id":"746e076cfd5b68092685338c2bc16777","avatar_url":"https://secure.gravatar.com/avatar/746e076cfd5b68092685338c2bc16777?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png"},"homepage":"http://pressflow.org/","size":160,"svn_url":"https://github.com/generalredneck/6","private":false},"label":"generalredneck:DO-952220"},"changed_files":1},"number":12,"action":"opened"}
{ "id": 1802565, "name": "pressflow/6", "url": "https://api.github.dev/repos/pressflow/6" }
{ "id": 526491, "login": "generalredneck", "gravatar_id": "746e076cfd5b68092685338c2bc16777", "avatar_url": "https://secure.gravatar.com/avatar/746e076cfd5b68092685338c2bc16777?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/generalredneck" }
{ "id": 579724, "login": "pressflow", "gravatar_id": "770f551a0588195104ab9c98016430a9", "avatar_url": "https://secure.gravatar.com/avatar/770f551a0588195104ab9c98016430a9?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/pressflow" }
2012-02-02T19:36:45
1516549596
null
PullRequestEvent
true
{"number":1815,"action":"synchronize","pull_request":{"html_url":"https://github.com/rails/rails/pull/1815","title":"ActiveRecord::Migrator.bulk_migration option","comments":2,"_links":{"comments":{"href":"https://api.github.com/repos/rails/rails/issues/1815/comments"},"self":{"href":"https://api.github.com/repos/rails/rails/pulls/1815"},"review_comments":{"href":"https://api.github.com/repos/rails/rails/pulls/1815/comments"},"html":{"href":"https://github.com/rails/rails/pull/1815"}},"merged_at":null,"number":1815,"merged":false,"review_comments":0,"created_at":"2011-06-22T07:56:08Z","patch_url":"https://github.com/rails/rails/pull/1815.patch","commits":1,"deletions":20,"state":"open","additions":75,"diff_url":"https://github.com/rails/rails/pull/1815.diff","url":"https://api.github.com/repos/rails/rails/pulls/1815","user":{"login":"bogdan","url":"https://api.github.com/users/bogdan","avatar_url":"https://secure.gravatar.com/avatar/91913f6ab8085bab0f2aa43995ba8ca2?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"91913f6ab8085bab0f2aa43995ba8ca2","id":122436},"mergeable":null,"changed_files":4,"issue_url":"https://github.com/rails/rails/issues/1815","closed_at":null,"updated_at":"2011-11-03T15:15:16Z","head":{"label":"bogdan:production_migrations","repo":null,"user":{"login":"bogdan","url":"https://api.github.com/users/bogdan","avatar_url":"https://secure.gravatar.com/avatar/91913f6ab8085bab0f2aa43995ba8ca2?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"91913f6ab8085bab0f2aa43995ba8ca2","id":122436},"sha":"c6c0cc346b1982bb5248c437801129fac04186c2","ref":"production_migrations"},"merged_by":null,"base":{"label":"rails:master","repo":{"html_url":"https://github.com/rails/rails","owner":{"login":"rails","url":"https://api.github.com/users/rails","avatar_url":"https://secure.gravatar.com/avatar/30f39a09e233e8369dddf6feb4be0308?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png","gravatar_id":"30f39a09e233e8369dddf6feb4be0308","id":4223},"mirror_url":null,"size":121024,"svn_url":"https://github.com/rails/rails","fork":false,"language":"Ruby","description":"Ruby on Rails","created_at":"2008-04-11T02:19:47Z","name":"rails","homepage":"http://rubyonrails.org","has_issues":true,"git_url":"git://github.com/rails/rails.git","watchers":12767,"open_issues":767,"clone_url":"https://github.com/rails/rails.git","url":"https://api.github.com/repos/rails/rails","updated_at":"2012-03-04T18:35:06Z","ssh_url":"[email protected]:rails/rails.git","has_downloads":true,"private":false,"forks":2809,"pushed_at":"2012-03-04T18:34:35Z","master_branch":null,"id":8514,"has_wiki":false},"user":{"login":"rails","url":"https://api.github.com/users/rails","avatar_url":"https://secure.gravatar.com/avatar/30f39a09e233e8369dddf6feb4be0308?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png","gravatar_id":"30f39a09e233e8369dddf6feb4be0308","id":4223},"sha":"6404f8a194dd56e7167d63b385cab727f378ec8d","ref":"master"},"body":"Example: let's say that we need to apply two migration on production. First one delete unused column A. Second one does complicated data migration that failed during migration. In this case source code will be rollback to previous working version, but only the last migration got reverted. Production will run previous working version of source code that expects column A to exists, but it is not.\r\n\r\nThe thing that `ActiveRecord::Migrator` rollbacks only last applied migration will create inconsistency between data and code. It could be sensitive in some cases in production mode.\r\n\r\nIn order to control whether all migrations should be run under one transaction or separated transaction\r\nImplemented ActiveRecord::Migrator.bulk_migration option that supposed to be enabled in production","id":192863}}
{ "id": 8514, "name": "rails/rails", "url": "https://api.github.dev/repos/rails/rails" }
{ "id": 1979, "login": "jonleighton", "gravatar_id": "2940bc7d4506f3e099e3dcc32a412b98", "avatar_url": "https://secure.gravatar.com/avatar/2940bc7d4506f3e099e3dcc32a412b98?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/jonleighton" }
{ "id": 4223, "login": "rails", "gravatar_id": "30f39a09e233e8369dddf6feb4be0308", "avatar_url": "https://secure.gravatar.com/avatar/30f39a09e233e8369dddf6feb4be0308?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/rails" }
2012-03-04T18:35:10
1526258510
null
PullRequestEvent
true
{"number":4254,"action":"synchronize","pull_request":{"title":"Rename variables and remove unused code in fixtures.rb","html_url":"https://github.com/rails/rails/pull/4254","_links":{"comments":{"href":"https://api.github.com/repos/rails/rails/issues/4254/comments"},"self":{"href":"https://api.github.com/repos/rails/rails/pulls/4254"},"review_comments":{"href":"https://api.github.com/repos/rails/rails/pulls/4254/comments"},"html":{"href":"https://github.com/rails/rails/pull/4254"}},"comments":0,"merged_at":null,"number":4254,"review_comments":2,"merged":false,"created_at":"2012-01-01T19:34:54Z","deletions":81,"state":"open","patch_url":"https://github.com/rails/rails/pull/4254.patch","additions":81,"commits":3,"issue_url":"https://github.com/rails/rails/issues/4254","url":"https://api.github.com/repos/rails/rails/pulls/4254","changed_files":2,"user":{"login":"alexeymuranov","url":"https://api.github.com/users/alexeymuranov","avatar_url":"https://secure.gravatar.com/avatar/63c72161fba6e27cb05c078651c5e969?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"63c72161fba6e27cb05c078651c5e969","id":712698},"mergeable":null,"diff_url":"https://github.com/rails/rails/pull/4254.diff","updated_at":"2012-01-26T15:30:27Z","closed_at":null,"head":{"label":"alexeymuranov:my-nicify-fixtures-rb","repo":{"owner":{"login":"alexeymuranov","url":"https://api.github.com/users/alexeymuranov","avatar_url":"https://secure.gravatar.com/avatar/63c72161fba6e27cb05c078651c5e969?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"63c72161fba6e27cb05c078651c5e969","id":712698},"mirror_url":null,"html_url":"https://github.com/alexeymuranov/rails","size":272,"svn_url":"https://github.com/alexeymuranov/rails","fork":true,"language":"Ruby","description":"Ruby on Rails","created_at":"2011-11-29T22:24:05Z","name":"rails","homepage":"http://rubyonrails.org","git_url":"git://github.com/alexeymuranov/rails.git","has_issues":false,"watchers":1,"open_issues":0,"clone_url":"https://github.com/alexeymuranov/rails.git","url":"https://api.github.com/repos/alexeymuranov/rails","updated_at":"2012-01-31T11:10:58Z","ssh_url":"[email protected]:alexeymuranov/rails.git","has_downloads":true,"private":false,"forks":0,"pushed_at":"2012-01-31T11:10:58Z","master_branch":null,"id":2878738,"has_wiki":false},"user":{"login":"alexeymuranov","url":"https://api.github.com/users/alexeymuranov","avatar_url":"https://secure.gravatar.com/avatar/63c72161fba6e27cb05c078651c5e969?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"63c72161fba6e27cb05c078651c5e969","id":712698},"sha":"50eb5b12d7c5d0a4d788df6596337a93244d62a4","ref":"my-nicify-fixtures-rb"},"base":{"label":"rails:master","repo":{"owner":{"login":"rails","url":"https://api.github.com/users/rails","avatar_url":"https://secure.gravatar.com/avatar/30f39a09e233e8369dddf6feb4be0308?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png","gravatar_id":"30f39a09e233e8369dddf6feb4be0308","id":4223},"mirror_url":null,"html_url":"https://github.com/rails/rails","size":117228,"svn_url":"https://github.com/rails/rails","fork":false,"language":"Ruby","description":"Ruby on Rails","created_at":"2008-04-11T02:19:47Z","name":"rails","homepage":"http://rubyonrails.org","git_url":"git://github.com/rails/rails.git","has_issues":true,"watchers":12724,"open_issues":775,"clone_url":"https://github.com/rails/rails.git","url":"https://api.github.com/repos/rails/rails","updated_at":"2012-03-01T19:47:45Z","ssh_url":"[email protected]:rails/rails.git","has_downloads":true,"private":false,"forks":2789,"pushed_at":"2012-03-01T19:47:45Z","master_branch":null,"id":8514,"has_wiki":false},"user":{"login":"rails","url":"https://api.github.com/users/rails","avatar_url":"https://secure.gravatar.com/avatar/30f39a09e233e8369dddf6feb4be0308?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png","gravatar_id":"30f39a09e233e8369dddf6feb4be0308","id":4223},"sha":"9725c0cb341584ee329695f18ef12fcbd831451e","ref":"master"},"merged_by":null,"body":"Rename local variables and parameters to have more consistent names. In particular, instances of `ActiveRecord::Fixtures` be called `fixture_set`'s.\r\n\r\nRemove unused private method `yaml_fixtures_key`.\r\n\r\nChange arity of `instantiate_fixtures` by removing an unused parameter. (Tests are passing.)","id":642972}}
{ "id": 8514, "name": "rails/rails", "url": "https://api.github.dev/repos/rails/rails" }
{ "id": 146214, "login": "vijaydev", "gravatar_id": "91160e88d86db6328f3e81313ae500c6", "avatar_url": "https://secure.gravatar.com/avatar/91160e88d86db6328f3e81313ae500c6?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/vijaydev" }
{ "id": 4223, "login": "rails", "gravatar_id": "30f39a09e233e8369dddf6feb4be0308", "avatar_url": "https://secure.gravatar.com/avatar/30f39a09e233e8369dddf6feb4be0308?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/rails" }
2012-03-01T19:49:51
1525393303
null
PullRequestEvent
true
{"number":4165,"action":"synchronize","pull_request":{"html_url":"https://github.com/rails/rails/pull/4165","_links":{"comments":{"href":"https://api.github.com/repos/rails/rails/issues/4165/comments"},"self":{"href":"https://api.github.com/repos/rails/rails/pulls/4165"},"review_comments":{"href":"https://api.github.com/repos/rails/rails/pulls/4165/comments"},"html":{"href":"https://github.com/rails/rails/pull/4165"}},"title":"Notify A User they Have Pending Migrations On Specific Exceptions","comments":20,"merged_at":null,"number":4165,"merged":false,"review_comments":0,"created_at":"2011-12-24T15:52:37Z","deletions":3,"patch_url":"https://github.com/rails/rails/pull/4165.patch","state":"open","additions":56,"commits":5,"url":"https://api.github.com/repos/rails/rails/pulls/4165","user":{"login":"schneems","url":"https://api.github.com/users/schneems","avatar_url":"https://secure.gravatar.com/avatar/db953d125f5cc49756edb6149f1b813e?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"db953d125f5cc49756edb6149f1b813e","id":59744},"mergeable":null,"diff_url":"https://github.com/rails/rails/pull/4165.diff","issue_url":"https://github.com/rails/rails/issues/4165","changed_files":5,"closed_at":null,"updated_at":"2012-02-09T22:32:39Z","head":{"label":"schneems:schneems/migration-error","repo":{"mirror_url":null,"html_url":"https://github.com/schneems/rails","owner":{"login":"schneems","url":"https://api.github.com/users/schneems","avatar_url":"https://secure.gravatar.com/avatar/db953d125f5cc49756edb6149f1b813e?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"db953d125f5cc49756edb6149f1b813e","id":59744},"size":152,"svn_url":"https://github.com/schneems/rails","fork":true,"language":"Ruby","description":"Ruby on Rails","created_at":"2011-11-29T06:48:49Z","name":"rails","git_url":"git://github.com/schneems/rails.git","homepage":"http://rubyonrails.org","has_issues":false,"watchers":1,"open_issues":0,"clone_url":"https://github.com/schneems/rails.git","url":"https://api.github.com/repos/schneems/rails","updated_at":"2011-12-28T17:21:04Z","ssh_url":"[email protected]:schneems/rails.git","has_downloads":true,"private":false,"forks":0,"pushed_at":"2011-12-28T17:21:00Z","master_branch":null,"id":2873136,"has_wiki":false},"user":{"login":"schneems","url":"https://api.github.com/users/schneems","avatar_url":"https://secure.gravatar.com/avatar/db953d125f5cc49756edb6149f1b813e?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"db953d125f5cc49756edb6149f1b813e","id":59744},"sha":"77a0514ae8b827e50c989b79db26666d702e4885","ref":"schneems/migration-error"},"merged_by":null,"base":{"label":"rails:master","repo":{"mirror_url":null,"html_url":"https://github.com/rails/rails","owner":{"login":"rails","url":"https://api.github.com/users/rails","avatar_url":"https://secure.gravatar.com/avatar/30f39a09e233e8369dddf6feb4be0308?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png","gravatar_id":"30f39a09e233e8369dddf6feb4be0308","id":4223},"size":118436,"svn_url":"https://github.com/rails/rails","fork":false,"language":"Ruby","description":"Ruby on Rails","created_at":"2008-04-11T02:19:47Z","name":"rails","git_url":"git://github.com/rails/rails.git","homepage":"http://rubyonrails.org","has_issues":true,"watchers":12752,"open_issues":774,"clone_url":"https://github.com/rails/rails.git","url":"https://api.github.com/repos/rails/rails","updated_at":"2012-03-03T19:54:59Z","ssh_url":"[email protected]:rails/rails.git","has_downloads":true,"private":false,"forks":2803,"pushed_at":"2012-03-03T19:54:59Z","master_branch":null,"id":8514,"has_wiki":false},"user":{"login":"rails","url":"https://api.github.com/users/rails","avatar_url":"https://secure.gravatar.com/avatar/30f39a09e233e8369dddf6feb4be0308?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png","gravatar_id":"30f39a09e233e8369dddf6feb4be0308","id":4223},"sha":"bd91154fc47fa7445635014674d784ad4e69d212","ref":"master"},"body":"After a member of a team adds commits new code and a migration to go along with it, other developers might not notice the migration and will get `NoMethodError` or `UnknownAttributeError` raised. \r\n\r\nRather than chase down the line of code only to figure out later that migrations need to be run, we can intelligently add the information to `try running 'rake db:migrate'` to the error message. \r\n\r\nOnce the coder runs the migration then the current_version and last_version will match and any subsequent `NoMethodError` or `UnknownAttributeError` messages will not have the additional text.\r\n\r\n\r\n`UnknownAttributeError` with pending migrations: http://cl.ly/2r0e403r2r381B2G161Q\r\n`NoMethodError` with pending migrations: http://cl.ly/3F2E0d2A0K1h101N3H1F\r\n`NoMethodError` with **NO** pending migrations: http://cl.ly/353k0S2f1M2D2o123z2l\r\n\r\n\r\nATP for ActiveRecord:\r\n\r\nHappy Holidays to the Rails Team!","id":629003}}
{ "id": 8514, "name": "rails/rails", "url": "https://api.github.dev/repos/rails/rails" }
{ "id": 5004, "login": "drogus", "gravatar_id": "582034b63279abeaa8e76acf12f5ee30", "avatar_url": "https://secure.gravatar.com/avatar/582034b63279abeaa8e76acf12f5ee30?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/drogus" }
{ "id": 4223, "login": "rails", "gravatar_id": "30f39a09e233e8369dddf6feb4be0308", "avatar_url": "https://secure.gravatar.com/avatar/30f39a09e233e8369dddf6feb4be0308?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/rails" }
2012-03-03T19:57:00
1526092105
null
PullRequestEvent
true
{"number":1200,"action":"synchronize","pull_request":{"html_url":"https://github.com/rails/rails/pull/1200","_links":{"comments":{"href":"https://api.github.com/repos/rails/rails/issues/1200/comments"},"self":{"href":"https://api.github.com/repos/rails/rails/pulls/1200"},"review_comments":{"href":"https://api.github.com/repos/rails/rails/pulls/1200/comments"},"html":{"href":"https://github.com/rails/rails/pull/1200"}},"title":"Fix ConnectionPool thread-safe issue","comments":7,"merged_at":null,"number":1200,"merged":false,"review_comments":0,"created_at":"2011-05-22T04:25:35Z","deletions":1,"patch_url":"https://github.com/rails/rails/pull/1200.patch","state":"open","additions":2,"commits":2,"url":"https://api.github.com/repos/rails/rails/pulls/1200","user":{"login":"xli","url":"https://api.github.com/users/xli","avatar_url":"https://secure.gravatar.com/avatar/6695342b0bee06015e6788ec728e1d39?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"6695342b0bee06015e6788ec728e1d39","id":17474},"mergeable":null,"diff_url":"https://github.com/rails/rails/pull/1200.diff","issue_url":"https://github.com/rails/rails/issues/1200","changed_files":1,"closed_at":null,"updated_at":"2011-11-03T15:15:00Z","head":{"label":"xli:master","repo":{"html_url":"https://github.com/xli/rails","owner":{"login":"xli","url":"https://api.github.com/users/xli","avatar_url":"https://secure.gravatar.com/avatar/6695342b0bee06015e6788ec728e1d39?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"6695342b0bee06015e6788ec728e1d39","id":17474},"mirror_url":null,"size":11420,"svn_url":"https://github.com/xli/rails","fork":true,"language":"Ruby","description":"Ruby on Rails","created_at":"2011-05-14T05:19:45Z","name":"rails","git_url":"git://github.com/xli/rails.git","homepage":"http://rubyonrails.org","has_issues":false,"watchers":1,"open_issues":0,"clone_url":"https://github.com/xli/rails.git","url":"https://api.github.com/repos/xli/rails","updated_at":"2011-10-04T15:02:47Z","ssh_url":"[email protected]:xli/rails.git","has_downloads":true,"private":false,"forks":0,"pushed_at":"2011-05-28T04:52:57Z","master_branch":null,"id":1746605,"has_wiki":false},"user":{"login":"xli","url":"https://api.github.com/users/xli","avatar_url":"https://secure.gravatar.com/avatar/6695342b0bee06015e6788ec728e1d39?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"6695342b0bee06015e6788ec728e1d39","id":17474},"sha":"0b2e5d8f1f8420b18fc3daf5e3390731a230b29d","ref":"master"},"merged_by":null,"base":{"label":"rails:master","repo":{"html_url":"https://github.com/rails/rails","owner":{"login":"rails","url":"https://api.github.com/users/rails","avatar_url":"https://secure.gravatar.com/avatar/30f39a09e233e8369dddf6feb4be0308?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png","gravatar_id":"30f39a09e233e8369dddf6feb4be0308","id":4223},"mirror_url":null,"size":119260,"svn_url":"https://github.com/rails/rails","fork":false,"language":"Ruby","description":"Ruby on Rails","created_at":"2008-04-11T02:19:47Z","name":"rails","git_url":"git://github.com/rails/rails.git","homepage":"http://rubyonrails.org","has_issues":true,"watchers":12754,"open_issues":776,"clone_url":"https://github.com/rails/rails.git","url":"https://api.github.com/repos/rails/rails","updated_at":"2012-03-04T11:19:36Z","ssh_url":"[email protected]:rails/rails.git","has_downloads":true,"private":false,"forks":2805,"pushed_at":"2012-03-04T11:19:36Z","master_branch":null,"id":8514,"has_wiki":false},"user":{"login":"rails","url":"https://api.github.com/users/rails","avatar_url":"https://secure.gravatar.com/avatar/30f39a09e233e8369dddf6feb4be0308?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png","gravatar_id":"30f39a09e233e8369dddf6feb4be0308","id":4223},"sha":"82857adc56efd16d22821971fff4c5e24a3c5b55","ref":"master"},"body":"This is a new fix NZKoz suggested, details: https://github.com/rails/rails/pull/563\r\n\r\nChanges made: covered ConnectionPool#connection and #release_connection methods by mutex to fix thread-safe issue; changed ConnectionPool#clear_stale_cached_connections! to private to avoid outside call, which would not be thread-safe,\r\n\r\nThe old patch with the test provided to prove the thread-safe issue on jruby can be found at: https://github.com/xli/rails/commit/23828c0a9eca44c697765e06f39e0bc33ec74bb6\r\n","id":155222}}
{ "id": 8514, "name": "rails/rails", "url": "https://api.github.dev/repos/rails/rails" }
{ "id": 1979, "login": "jonleighton", "gravatar_id": "2940bc7d4506f3e099e3dcc32a412b98", "avatar_url": "https://secure.gravatar.com/avatar/2940bc7d4506f3e099e3dcc32a412b98?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/jonleighton" }
{ "id": 4223, "login": "rails", "gravatar_id": "30f39a09e233e8369dddf6feb4be0308", "avatar_url": "https://secure.gravatar.com/avatar/30f39a09e233e8369dddf6feb4be0308?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/rails" }
2012-03-04T11:19:52
1526198322
null
PullRequestEvent
true
{"number":4625,"action":"synchronize","pull_request":{"html_url":"https://github.com/rails/rails/pull/4625","title":"Don't create log directories","comments":0,"_links":{"comments":{"href":"https://api.github.com/repos/rails/rails/issues/4625/comments"},"self":{"href":"https://api.github.com/repos/rails/rails/pulls/4625"},"review_comments":{"href":"https://api.github.com/repos/rails/rails/pulls/4625/comments"},"html":{"href":"https://github.com/rails/rails/pull/4625"}},"merged_at":null,"number":4625,"merged":false,"review_comments":0,"created_at":"2012-01-23T18:05:31Z","patch_url":"https://github.com/rails/rails/pull/4625.patch","commits":1,"deletions":3,"state":"open","additions":0,"url":"https://api.github.com/repos/rails/rails/pulls/4625","diff_url":"https://github.com/rails/rails/pull/4625.diff","user":{"login":"j-manu","url":"https://api.github.com/users/j-manu","avatar_url":"https://secure.gravatar.com/avatar/ae73078ae3e573111012b14d38b8d3b2?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"ae73078ae3e573111012b14d38b8d3b2","id":72501},"mergeable":null,"changed_files":1,"issue_url":"https://github.com/rails/rails/issues/4625","closed_at":null,"updated_at":"2012-01-23T18:05:31Z","head":{"label":"j-manu:dont-create-log-dir","repo":{"html_url":"https://github.com/j-manu/rails","owner":{"login":"j-manu","url":"https://api.github.com/users/j-manu","avatar_url":"https://secure.gravatar.com/avatar/ae73078ae3e573111012b14d38b8d3b2?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"ae73078ae3e573111012b14d38b8d3b2","id":72501},"mirror_url":null,"size":1344,"svn_url":"https://github.com/j-manu/rails","fork":true,"language":"Ruby","description":"Ruby on Rails","created_at":"2012-01-04T10:07:49Z","name":"rails","homepage":"http://rubyonrails.org","has_issues":false,"watchers":1,"git_url":"git://github.com/j-manu/rails.git","open_issues":0,"clone_url":"https://github.com/j-manu/rails.git","url":"https://api.github.com/repos/j-manu/rails","updated_at":"2012-02-08T08:56:53Z","ssh_url":"[email protected]:j-manu/rails.git","has_downloads":true,"private":false,"forks":0,"pushed_at":"2012-02-08T08:56:53Z","master_branch":null,"id":3101093,"has_wiki":false},"user":{"login":"j-manu","url":"https://api.github.com/users/j-manu","avatar_url":"https://secure.gravatar.com/avatar/ae73078ae3e573111012b14d38b8d3b2?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"ae73078ae3e573111012b14d38b8d3b2","id":72501},"sha":"91f1e478cca00c3e7d76f0503e572b2b4f3a8e15","ref":"dont-create-log-dir"},"merged_by":null,"base":{"label":"rails:master","repo":{"html_url":"https://github.com/rails/rails","owner":{"login":"rails","url":"https://api.github.com/users/rails","avatar_url":"https://secure.gravatar.com/avatar/30f39a09e233e8369dddf6feb4be0308?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png","gravatar_id":"30f39a09e233e8369dddf6feb4be0308","id":4223},"mirror_url":null,"size":117236,"svn_url":"https://github.com/rails/rails","fork":false,"language":"Ruby","description":"Ruby on Rails","created_at":"2008-04-11T02:19:47Z","name":"rails","homepage":"http://rubyonrails.org","has_issues":true,"watchers":12722,"git_url":"git://github.com/rails/rails.git","open_issues":774,"clone_url":"https://github.com/rails/rails.git","url":"https://api.github.com/repos/rails/rails","updated_at":"2012-03-01T17:56:24Z","ssh_url":"[email protected]:rails/rails.git","has_downloads":true,"private":false,"forks":2789,"pushed_at":"2012-03-01T17:56:24Z","master_branch":null,"id":8514,"has_wiki":false},"user":{"login":"rails","url":"https://api.github.com/users/rails","avatar_url":"https://secure.gravatar.com/avatar/30f39a09e233e8369dddf6feb4be0308?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png","gravatar_id":"30f39a09e233e8369dddf6feb4be0308","id":4223},"sha":"01176a7eaf40577e298b2c6e120e3fa17feabcc7","ref":"master"},"body":"Without removing this code which creates the log directory, no error will be raised and the warning below will not be shown to the user","id":724518}}
{ "id": 8514, "name": "rails/rails", "url": "https://api.github.dev/repos/rails/rails" }
{ "id": 3124, "login": "tenderlove", "gravatar_id": "f29327647a9cff5c69618bae420792ea", "avatar_url": "https://secure.gravatar.com/avatar/f29327647a9cff5c69618bae420792ea?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/tenderlove" }
{ "id": 4223, "login": "rails", "gravatar_id": "30f39a09e233e8369dddf6feb4be0308", "avatar_url": "https://secure.gravatar.com/avatar/30f39a09e233e8369dddf6feb4be0308?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/rails" }
2012-03-01T17:59:19
1525350417
null
PullRequestEvent
true
{"number":4367,"action":"synchronize","pull_request":{"html_url":"https://github.com/rails/rails/pull/4367","title":"Rename ActiveRecord::TestFixtures public methods","comments":3,"_links":{"comments":{"href":"https://api.github.com/repos/rails/rails/issues/4367/comments"},"self":{"href":"https://api.github.com/repos/rails/rails/pulls/4367"},"review_comments":{"href":"https://api.github.com/repos/rails/rails/pulls/4367/comments"},"html":{"href":"https://github.com/rails/rails/pull/4367"}},"merged_at":null,"number":4367,"merged":false,"review_comments":0,"created_at":"2012-01-06T21:39:23Z","patch_url":"https://github.com/rails/rails/pull/4367.patch","deletions":119,"commits":5,"state":"open","additions":121,"issue_url":"https://github.com/rails/rails/issues/4367","url":"https://api.github.com/repos/rails/rails/pulls/4367","diff_url":"https://github.com/rails/rails/pull/4367.diff","user":{"login":"alexeymuranov","url":"https://api.github.com/users/alexeymuranov","avatar_url":"https://secure.gravatar.com/avatar/63c72161fba6e27cb05c078651c5e969?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"63c72161fba6e27cb05c078651c5e969","id":712698},"mergeable":null,"changed_files":9,"updated_at":"2012-03-02T13:25:40Z","closed_at":null,"head":{"label":"alexeymuranov:rename-test-fixtures-api","repo":{"mirror_url":null,"owner":{"login":"alexeymuranov","url":"https://api.github.com/users/alexeymuranov","avatar_url":"https://secure.gravatar.com/avatar/63c72161fba6e27cb05c078651c5e969?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"63c72161fba6e27cb05c078651c5e969","id":712698},"html_url":"https://github.com/alexeymuranov/rails","svn_url":"https://github.com/alexeymuranov/rails","size":3552,"fork":true,"description":"Ruby on Rails","created_at":"2011-11-29T22:24:05Z","language":"Ruby","git_url":"git://github.com/alexeymuranov/rails.git","name":"rails","homepage":"http://rubyonrails.org","watchers":1,"has_issues":false,"url":"https://api.github.com/repos/alexeymuranov/rails","open_issues":0,"clone_url":"https://github.com/alexeymuranov/rails.git","updated_at":"2012-03-02T13:22:25Z","ssh_url":"[email protected]:alexeymuranov/rails.git","has_downloads":true,"forks":0,"private":false,"pushed_at":"2012-03-02T13:22:23Z","master_branch":null,"id":2878738,"has_wiki":false},"user":{"login":"alexeymuranov","url":"https://api.github.com/users/alexeymuranov","avatar_url":"https://secure.gravatar.com/avatar/63c72161fba6e27cb05c078651c5e969?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"63c72161fba6e27cb05c078651c5e969","id":712698},"sha":"3722d04b92a8cae87fd33c9c3d084a24c2a1b30c","ref":"rename-test-fixtures-api"},"base":{"label":"rails:master","repo":{"mirror_url":null,"owner":{"login":"rails","url":"https://api.github.com/users/rails","avatar_url":"https://secure.gravatar.com/avatar/30f39a09e233e8369dddf6feb4be0308?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png","gravatar_id":"30f39a09e233e8369dddf6feb4be0308","id":4223},"html_url":"https://github.com/rails/rails","svn_url":"https://github.com/rails/rails","size":118392,"fork":false,"description":"Ruby on Rails","created_at":"2008-04-11T02:19:47Z","language":"Ruby","git_url":"git://github.com/rails/rails.git","name":"rails","homepage":"http://rubyonrails.org","watchers":12747,"has_issues":true,"url":"https://api.github.com/repos/rails/rails","open_issues":773,"clone_url":"https://github.com/rails/rails.git","updated_at":"2012-03-02T17:49:17Z","ssh_url":"[email protected]:rails/rails.git","has_downloads":true,"forks":2798,"private":false,"pushed_at":"2012-03-02T17:49:14Z","master_branch":null,"id":8514,"has_wiki":false},"user":{"login":"rails","url":"https://api.github.com/users/rails","avatar_url":"https://secure.gravatar.com/avatar/30f39a09e233e8369dddf6feb4be0308?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png","gravatar_id":"30f39a09e233e8369dddf6feb4be0308","id":4223},"sha":"9078dba7de7e703f1558b03502791b16225d18eb","ref":"master"},"merged_by":null,"body":"I would like to know what you think about this. I propose to rename public methods of `ActiveRecord::TestFixtures` module as follows:\r\n\r\n```\r\nfixture_path -> fixture_directory_path\r\nfixture_table_names -> fixture_set_names\r\n# fixture_table_names be reserved to return a hash of the form { \"fixture_set/name\" => :fixture_table_name, ... }\r\nfixture_class_names -> fixture_model_names\r\nset_fixture_class -> set_fixture_model\r\n```\r\n\r\nThis extends PR #4254, where i only tried to give consistent and descriptive names to local variables.\r\n\r\nI've posted about this on the mailing list, but there were no comments:\r\nhttp://groups.google.com/group/rubyonrails-core/browse_thread/thread/22491c3963433854\r\n\r\nMy motivation was to be consistent in how `directory`, `path`, `table_name` etc. are used. Also to me `fixture_model` is more flexible and descriptive than `fixture_class`.\r\n\r\nPlease let me know what you think: if you are happy with existing names, or you have better suggestions, or you like some of the proposed changes but not the other.","id":661840}}
{ "id": 8514, "name": "rails/rails", "url": "https://api.github.dev/repos/rails/rails" }
{ "id": 5004, "login": "drogus", "gravatar_id": "582034b63279abeaa8e76acf12f5ee30", "avatar_url": "https://secure.gravatar.com/avatar/582034b63279abeaa8e76acf12f5ee30?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/drogus" }
{ "id": 4223, "login": "rails", "gravatar_id": "30f39a09e233e8369dddf6feb4be0308", "avatar_url": "https://secure.gravatar.com/avatar/30f39a09e233e8369dddf6feb4be0308?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/rails" }
2012-03-02T17:51:27
1525792318
null
PullRequestEvent
true
{"pull_request":{"user":{"id":12062,"login":"willbryant","url":"https://api.github.com/users/willbryant","avatar_url":"https://secure.gravatar.com/avatar/f1c9a2d6b6be7599854a75793ecd872d?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"f1c9a2d6b6be7599854a75793ecd872d"},"created_at":"2011-10-12T00:20:39Z","title":"Current transaction records retained by transactional fixtures (master)","merged_at":null,"state":"open","updated_at":"2011-11-03T15:15:57Z","review_comments":0,"id":395421,"patch_url":"https://github.com/rails/rails/pull/3300.patch","closed_at":null,"html_url":"https://github.com/rails/rails/pull/3300","deletions":4,"mergeable":null,"issue_url":"https://github.com/rails/rails/issues/3300","base":{"user":{"id":4223,"login":"rails","url":"https://api.github.com/users/rails","avatar_url":"https://secure.gravatar.com/avatar/30f39a09e233e8369dddf6feb4be0308?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png","gravatar_id":"30f39a09e233e8369dddf6feb4be0308"},"ref":"master","repo":{"watchers":12481,"git_url":"git://github.com/rails/rails.git","open_issues":746,"created_at":"2008-04-11T02:19:47Z","fork":false,"updated_at":"2012-02-17T18:05:29Z","id":8514,"has_wiki":false,"language":"Ruby","html_url":"https://github.com/rails/rails","name":"rails","description":"Ruby on Rails","master_branch":null,"clone_url":"https://github.com/rails/rails.git","ssh_url":"[email protected]:rails/rails.git","url":"https://api.github.com/repos/rails/rails","mirror_url":null,"forks":2734,"pushed_at":"2012-02-17T18:05:29Z","has_issues":true,"has_downloads":true,"homepage":"http://rubyonrails.org","owner":{"id":4223,"login":"rails","url":"https://api.github.com/users/rails","avatar_url":"https://secure.gravatar.com/avatar/30f39a09e233e8369dddf6feb4be0308?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png","gravatar_id":"30f39a09e233e8369dddf6feb4be0308"},"private":false,"size":114040,"svn_url":"https://github.com/rails/rails"},"sha":"fa79408a559d250c59ab4dac34dc7e68e6b7533f","label":"rails:master"},"body":"As discussed on the mailing list, this fixes the memory bloat when using transactional fixtures to run large test suites, which is basically a regression since 2.3 due to the side effects of the better record rollback code. This substantially improves test runtime too if you save a lot of objects in tests.\r\n\r\nThis branch also exposes the option to not retain references to the records saved in transactions, which is useful for applications that have large transactions that save a lot of objects but don't need their state in memory to be rolled back if the transaction fails nor need the transaction callbacks.","number":3300,"commits":2,"additions":56,"merged_by":null,"url":"https://api.github.com/repos/rails/rails/pulls/3300","_links":{"review_comments":{"href":"https://api.github.com/repos/rails/rails/pulls/3300/comments"},"html":{"href":"https://github.com/rails/rails/pull/3300"},"self":{"href":"https://api.github.com/repos/rails/rails/pulls/3300"},"comments":{"href":"https://api.github.com/repos/rails/rails/issues/3300/comments"}},"diff_url":"https://github.com/rails/rails/pull/3300.diff","comments":1,"changed_files":3,"head":{"user":{"id":12062,"login":"willbryant","url":"https://api.github.com/users/willbryant","avatar_url":"https://secure.gravatar.com/avatar/f1c9a2d6b6be7599854a75793ecd872d?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"f1c9a2d6b6be7599854a75793ecd872d"},"ref":"current_transaction_records","repo":{"watchers":1,"git_url":"git://github.com/willbryant/rails.git","open_issues":0,"created_at":"2011-05-06T02:54:25Z","fork":true,"updated_at":"2012-02-14T10:30:23Z","id":1709478,"has_wiki":false,"language":"Ruby","html_url":"https://github.com/willbryant/rails","name":"rails","description":"Ruby on Rails","master_branch":null,"clone_url":"https://github.com/willbryant/rails.git","ssh_url":"[email protected]:willbryant/rails.git","url":"https://api.github.com/repos/willbryant/rails","mirror_url":null,"forks":0,"pushed_at":"2012-02-14T10:30:19Z","has_issues":false,"has_downloads":true,"homepage":"http://rubyonrails.org","owner":{"id":12062,"login":"willbryant","url":"https://api.github.com/users/willbryant","avatar_url":"https://secure.gravatar.com/avatar/f1c9a2d6b6be7599854a75793ecd872d?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"f1c9a2d6b6be7599854a75793ecd872d"},"private":false,"size":260,"svn_url":"https://github.com/willbryant/rails"},"sha":"837b3696a7ecc3f73c8061c3822d797698a79240","label":"willbryant:current_transaction_records"},"merged":false},"number":3300,"action":"synchronize"}
{ "id": 8514, "name": "rails/rails", "url": "https://api.github.dev/repos/rails/rails" }
{ "id": 3124, "login": "tenderlove", "gravatar_id": "f29327647a9cff5c69618bae420792ea", "avatar_url": "https://secure.gravatar.com/avatar/f29327647a9cff5c69618bae420792ea?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/tenderlove" }
{ "id": 4223, "login": "rails", "gravatar_id": "30f39a09e233e8369dddf6feb4be0308", "avatar_url": "https://secure.gravatar.com/avatar/30f39a09e233e8369dddf6feb4be0308?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/rails" }
2012-02-17T18:07:24
1520807812
null
PullRequestEvent
true
{"pull_request":{"title":"Adding some other ignores that aren't as obvious, but best practice","created_at":"2011-11-27T21:04:28Z","user":{"id":334809,"login":"krainboltgreene","url":"https://api.github.com/users/krainboltgreene","avatar_url":"https://secure.gravatar.com/avatar/fc5f974ef4fd49e1bb6a48c669b496ef?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"fc5f974ef4fd49e1bb6a48c669b496ef"},"merged_at":null,"review_comments":0,"updated_at":"2011-12-16T19:22:02Z","state":"open","id":531805,"patch_url":"https://github.com/rails/rails/pull/3777.patch","closed_at":null,"html_url":"https://github.com/rails/rails/pull/3777","deletions":1,"mergeable":null,"base":{"user":{"id":4223,"login":"rails","url":"https://api.github.com/users/rails","avatar_url":"https://secure.gravatar.com/avatar/30f39a09e233e8369dddf6feb4be0308?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png","gravatar_id":"30f39a09e233e8369dddf6feb4be0308"},"ref":"master","repo":{"open_issues":749,"created_at":"2008-04-11T02:19:47Z","git_url":"git://github.com/rails/rails.git","watchers":12549,"updated_at":"2012-02-20T20:19:42Z","fork":false,"id":8514,"has_wiki":false,"language":"Ruby","html_url":"https://github.com/rails/rails","name":"rails","master_branch":null,"description":"Ruby on Rails","has_issues":true,"clone_url":"https://github.com/rails/rails.git","url":"https://api.github.com/repos/rails/rails","forks":2746,"pushed_at":"2012-02-20T20:19:42Z","mirror_url":null,"ssh_url":"[email protected]:rails/rails.git","has_downloads":true,"owner":{"id":4223,"login":"rails","url":"https://api.github.com/users/rails","avatar_url":"https://secure.gravatar.com/avatar/30f39a09e233e8369dddf6feb4be0308?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png","gravatar_id":"30f39a09e233e8369dddf6feb4be0308"},"homepage":"http://rubyonrails.org","svn_url":"https://github.com/rails/rails","size":114172,"private":false},"sha":"af3aacaa47922e1c587ce626bd45fd9f452fe03f","label":"rails:master"},"issue_url":"https://github.com/rails/rails/issues/3777","body":"Added the `secret_token.rb` and `*.yml` files because they have sensitive\r\ninformation.\r\n\r\nAdded `.svn/` because you don't want to add other version control\r\ndirectories to the repository.\r\n\r\nAdded `test/tmp/` for the same reason tmp/ is ignored.\r\n\r\nAdded `coverage/`, `.yardoc/`, and `rdoc/` because they generate a lot of\r\nmessy HTML files that are supposed to be generated on the fly","number":3777,"additions":16,"commits":2,"merged_by":null,"url":"https://api.github.com/repos/rails/rails/pulls/3777","_links":{"review_comments":{"href":"https://api.github.com/repos/rails/rails/pulls/3777/comments"},"html":{"href":"https://github.com/rails/rails/pull/3777"},"self":{"href":"https://api.github.com/repos/rails/rails/pulls/3777"},"comments":{"href":"https://api.github.com/repos/rails/rails/issues/3777/comments"}},"diff_url":"https://github.com/rails/rails/pull/3777.diff","comments":6,"head":{"user":{"id":334809,"login":"krainboltgreene","url":"https://api.github.com/users/krainboltgreene","avatar_url":"https://secure.gravatar.com/avatar/fc5f974ef4fd49e1bb6a48c669b496ef?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"fc5f974ef4fd49e1bb6a48c669b496ef"},"ref":"feature/adding-to-base-gitignore","repo":{"open_issues":0,"created_at":"2011-11-27T20:48:47Z","git_url":"git://github.com/krainboltgreene/rails.git","watchers":1,"updated_at":"2011-12-14T22:17:34Z","fork":true,"id":2862875,"has_wiki":false,"language":"Ruby","html_url":"https://github.com/krainboltgreene/rails","name":"rails","master_branch":null,"description":"Ruby on Rails","has_issues":false,"clone_url":"https://github.com/krainboltgreene/rails.git","url":"https://api.github.com/repos/krainboltgreene/rails","forks":0,"pushed_at":"2011-12-14T22:17:33Z","mirror_url":null,"ssh_url":"[email protected]:krainboltgreene/rails.git","has_downloads":true,"owner":{"id":334809,"login":"krainboltgreene","url":"https://api.github.com/users/krainboltgreene","avatar_url":"https://secure.gravatar.com/avatar/fc5f974ef4fd49e1bb6a48c669b496ef?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"fc5f974ef4fd49e1bb6a48c669b496ef"},"homepage":"http://rubyonrails.org","svn_url":"https://github.com/krainboltgreene/rails","size":8620,"private":false},"sha":"a912ddd95be214e60845206b38cd0e740c767369","label":"krainboltgreene:feature/adding-to-base-gitignore"},"changed_files":1,"merged":false},"number":3777,"action":"synchronize"}
{ "id": 8514, "name": "rails/rails", "url": "https://api.github.dev/repos/rails/rails" }
{ "id": 9582, "login": "josevalim", "gravatar_id": "e837f6b7fd146ab16ed3d663476c063e", "avatar_url": "https://secure.gravatar.com/avatar/e837f6b7fd146ab16ed3d663476c063e?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/josevalim" }
{ "id": 4223, "login": "rails", "gravatar_id": "30f39a09e233e8369dddf6feb4be0308", "avatar_url": "https://secure.gravatar.com/avatar/30f39a09e233e8369dddf6feb4be0308?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/rails" }
2012-02-20T20:21:34
1521593135
null
PullRequestEvent
true
{"number":4205,"action":"synchronize","pull_request":{"_links":{"comments":{"href":"https://api.github.com/repos/rails/rails/issues/4205/comments"},"self":{"href":"https://api.github.com/repos/rails/rails/pulls/4205"},"review_comments":{"href":"https://api.github.com/repos/rails/rails/pulls/4205/comments"},"html":{"href":"https://github.com/rails/rails/pull/4205"}},"title":"Allow accessing the current nested index for a form builder.","html_url":"https://github.com/rails/rails/pull/4205","comments":0,"merged_at":null,"number":4205,"merged":false,"review_comments":0,"created_at":"2011-12-27T16:41:04Z","deletions":10,"patch_url":"https://github.com/rails/rails/pull/4205.patch","state":"open","commits":1,"additions":81,"issue_url":"https://github.com/rails/rails/issues/4205","url":"https://api.github.com/repos/rails/rails/pulls/4205","user":{"login":"jcoleman","url":"https://api.github.com/users/jcoleman","avatar_url":"https://secure.gravatar.com/avatar/d8d5058aa91cd439f1f486f93f8eb564?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"d8d5058aa91cd439f1f486f93f8eb564","id":125331},"diff_url":"https://github.com/rails/rails/pull/4205.diff","mergeable":null,"changed_files":2,"updated_at":"2011-12-27T16:41:04Z","closed_at":null,"head":{"label":"jcoleman:patch-accessible-form-nested-current-index","repo":{"mirror_url":null,"owner":{"login":"jcoleman","url":"https://api.github.com/users/jcoleman","avatar_url":"https://secure.gravatar.com/avatar/d8d5058aa91cd439f1f486f93f8eb564?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"d8d5058aa91cd439f1f486f93f8eb564","id":125331},"html_url":"https://github.com/jcoleman/rails","size":156,"svn_url":"https://github.com/jcoleman/rails","fork":true,"language":"Ruby","description":"Ruby on Rails","created_at":"2011-12-24T15:29:38Z","name":"rails","git_url":"git://github.com/jcoleman/rails.git","homepage":"http://rubyonrails.org","has_issues":false,"watchers":1,"open_issues":0,"clone_url":"https://github.com/jcoleman/rails.git","url":"https://api.github.com/repos/jcoleman/rails","ssh_url":"[email protected]:jcoleman/rails.git","updated_at":"2012-03-02T21:31:33Z","has_downloads":true,"private":false,"forks":0,"pushed_at":"2012-03-02T21:31:32Z","master_branch":null,"id":3045092,"has_wiki":false},"user":{"login":"jcoleman","url":"https://api.github.com/users/jcoleman","avatar_url":"https://secure.gravatar.com/avatar/d8d5058aa91cd439f1f486f93f8eb564?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"d8d5058aa91cd439f1f486f93f8eb564","id":125331},"sha":"a60c37c3015aeae3fc600933bccfb474df8d632c","ref":"patch-accessible-form-nested-current-index"},"base":{"label":"rails:master","repo":{"mirror_url":null,"owner":{"login":"rails","url":"https://api.github.com/users/rails","avatar_url":"https://secure.gravatar.com/avatar/30f39a09e233e8369dddf6feb4be0308?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png","gravatar_id":"30f39a09e233e8369dddf6feb4be0308","id":4223},"html_url":"https://github.com/rails/rails","size":118508,"svn_url":"https://github.com/rails/rails","fork":false,"language":"Ruby","description":"Ruby on Rails","created_at":"2008-04-11T02:19:47Z","name":"rails","git_url":"git://github.com/rails/rails.git","homepage":"http://rubyonrails.org","has_issues":true,"watchers":12751,"open_issues":776,"clone_url":"https://github.com/rails/rails.git","url":"https://api.github.com/repos/rails/rails","ssh_url":"[email protected]:rails/rails.git","updated_at":"2012-03-03T17:05:23Z","has_downloads":true,"private":false,"forks":2802,"pushed_at":"2012-03-03T17:05:23Z","master_branch":null,"id":8514,"has_wiki":false},"user":{"login":"rails","url":"https://api.github.com/users/rails","avatar_url":"https://secure.gravatar.com/avatar/30f39a09e233e8369dddf6feb4be0308?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png","gravatar_id":"30f39a09e233e8369dddf6feb4be0308","id":4223},"sha":"1a7701522d2308df801ba1f375cb0626386928a5","ref":"master"},"merged_by":null,"body":"When using field_for_nested_attributes, you should be able to access the current auto-generated nested index so that you can embed it in a view for use by JS.","id":632256}}
{ "id": 8514, "name": "rails/rails", "url": "https://api.github.dev/repos/rails/rails" }
{ "id": 146214, "login": "vijaydev", "gravatar_id": "91160e88d86db6328f3e81313ae500c6", "avatar_url": "https://secure.gravatar.com/avatar/91160e88d86db6328f3e81313ae500c6?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/vijaydev" }
{ "id": 4223, "login": "rails", "gravatar_id": "30f39a09e233e8369dddf6feb4be0308", "avatar_url": "https://secure.gravatar.com/avatar/30f39a09e233e8369dddf6feb4be0308?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/rails" }
2012-03-03T17:07:33
1526062739
null
PullRequestEvent
true
{"number":4904,"action":"synchronize","pull_request":{"title":"Changing active model dirty module helper method to more appropriate met...","_links":{"comments":{"href":"https://api.github.com/repos/rails/rails/issues/4904/comments"},"self":{"href":"https://api.github.com/repos/rails/rails/pulls/4904"},"review_comments":{"href":"https://api.github.com/repos/rails/rails/pulls/4904/comments"},"html":{"href":"https://github.com/rails/rails/pull/4904"}},"html_url":"https://github.com/rails/rails/pull/4904","comments":1,"merged_at":null,"number":4904,"merged":false,"review_comments":1,"created_at":"2012-02-06T10:44:44Z","deletions":1,"state":"open","patch_url":"https://github.com/rails/rails/pull/4904.patch","commits":1,"additions":2,"changed_files":1,"issue_url":"https://github.com/rails/rails/issues/4904","url":"https://api.github.com/repos/rails/rails/pulls/4904","user":{"login":"ask4prasath","url":"https://api.github.com/users/ask4prasath","avatar_url":"https://secure.gravatar.com/avatar/e16e5ce677dc600acc19903f561acef9?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"e16e5ce677dc600acc19903f561acef9","id":159313},"diff_url":"https://github.com/rails/rails/pull/4904.diff","mergeable":null,"updated_at":"2012-02-06T12:56:02Z","closed_at":null,"head":{"label":"ask4prasath:refactor_dirty_module_with_helper","repo":{"mirror_url":null,"owner":{"login":"ask4prasath","url":"https://api.github.com/users/ask4prasath","avatar_url":"https://secure.gravatar.com/avatar/e16e5ce677dc600acc19903f561acef9?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"e16e5ce677dc600acc19903f561acef9","id":159313},"html_url":"https://github.com/ask4prasath/rails","size":20220,"svn_url":"https://github.com/ask4prasath/rails","fork":true,"language":"Ruby","description":"Ruby on Rails","created_at":"2012-01-11T19:24:05Z","name":"rails","git_url":"git://github.com/ask4prasath/rails.git","homepage":"http://rubyonrails.org","has_issues":false,"watchers":1,"open_issues":0,"clone_url":"https://github.com/ask4prasath/rails.git","url":"https://api.github.com/repos/ask4prasath/rails","ssh_url":"[email protected]:ask4prasath/rails.git","updated_at":"2012-02-08T20:42:42Z","has_downloads":true,"private":false,"forks":0,"pushed_at":"2012-02-08T20:42:42Z","master_branch":null,"id":3156560,"has_wiki":false},"user":{"login":"ask4prasath","url":"https://api.github.com/users/ask4prasath","avatar_url":"https://secure.gravatar.com/avatar/e16e5ce677dc600acc19903f561acef9?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"e16e5ce677dc600acc19903f561acef9","id":159313},"sha":"5e705221004fe78f901cd7461fe59da5dc926706","ref":"refactor_dirty_module_with_helper"},"base":{"label":"rails:master","repo":{"mirror_url":null,"owner":{"login":"rails","url":"https://api.github.com/users/rails","avatar_url":"https://secure.gravatar.com/avatar/30f39a09e233e8369dddf6feb4be0308?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png","gravatar_id":"30f39a09e233e8369dddf6feb4be0308","id":4223},"html_url":"https://github.com/rails/rails","size":119280,"svn_url":"https://github.com/rails/rails","fork":false,"language":"Ruby","description":"Ruby on Rails","created_at":"2008-04-11T02:19:47Z","name":"rails","git_url":"git://github.com/rails/rails.git","homepage":"http://rubyonrails.org","has_issues":true,"watchers":12764,"open_issues":768,"clone_url":"https://github.com/rails/rails.git","url":"https://api.github.com/repos/rails/rails","ssh_url":"[email protected]:rails/rails.git","updated_at":"2012-03-04T18:03:35Z","has_downloads":true,"private":false,"forks":2808,"pushed_at":"2012-03-04T18:03:35Z","master_branch":null,"id":8514,"has_wiki":false},"user":{"login":"rails","url":"https://api.github.com/users/rails","avatar_url":"https://secure.gravatar.com/avatar/30f39a09e233e8369dddf6feb4be0308?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png","gravatar_id":"30f39a09e233e8369dddf6feb4be0308","id":4223},"sha":"af7dafff818094a6e02505fe7d6d87add6c2a7e8","ref":"master"},"merged_by":null,"body":"Changing active model dirty module helper method to more appropriate method with helper #4903","id":786010}}
{ "id": 8514, "name": "rails/rails", "url": "https://api.github.dev/repos/rails/rails" }
{ "id": 1979, "login": "jonleighton", "gravatar_id": "2940bc7d4506f3e099e3dcc32a412b98", "avatar_url": "https://secure.gravatar.com/avatar/2940bc7d4506f3e099e3dcc32a412b98?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/jonleighton" }
{ "id": 4223, "login": "rails", "gravatar_id": "30f39a09e233e8369dddf6feb4be0308", "avatar_url": "https://secure.gravatar.com/avatar/30f39a09e233e8369dddf6feb4be0308?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/rails" }
2012-03-04T18:06:01
1526249199
null
PullRequestEvent
true
{"pull_request":{"user":{"id":13426,"login":"kennyj","url":"https://api.github.com/users/kennyj","avatar_url":"https://secure.gravatar.com/avatar/1f0b221851379759360d7130dabdfa53?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"1f0b221851379759360d7130dabdfa53"},"merged_at":null,"title":"Fix clear cache regression. tmp/cache directory includes sass.","created_at":"2012-01-13T16:43:54Z","updated_at":"2012-01-13T16:43:54Z","state":"open","review_comments":0,"id":687522,"patch_url":"https://github.com/rails/rails/pull/4456.patch","html_url":"https://github.com/rails/rails/pull/4456","deletions":1,"closed_at":null,"mergeable":null,"issue_url":"https://github.com/rails/rails/issues/4456","base":{"user":{"id":4223,"login":"rails","url":"https://api.github.com/users/rails","avatar_url":"https://secure.gravatar.com/avatar/30f39a09e233e8369dddf6feb4be0308?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png","gravatar_id":"30f39a09e233e8369dddf6feb4be0308"},"ref":"master","sha":"1e69181c5f4120d604fe86a9c2620694760d6c8e","repo":{"open_issues":747,"git_url":"git://github.com/rails/rails.git","watchers":12500,"created_at":"2008-04-11T02:19:47Z","updated_at":"2012-02-18T16:34:15Z","fork":false,"id":8514,"language":"Ruby","has_wiki":false,"html_url":"https://github.com/rails/rails","name":"rails","description":"Ruby on Rails","master_branch":null,"forks":2738,"pushed_at":"2012-02-18T16:34:13Z","ssh_url":"[email protected]:rails/rails.git","has_issues":true,"url":"https://api.github.com/repos/rails/rails","mirror_url":null,"clone_url":"https://github.com/rails/rails.git","has_downloads":true,"homepage":"http://rubyonrails.org","owner":{"id":4223,"login":"rails","url":"https://api.github.com/users/rails","avatar_url":"https://secure.gravatar.com/avatar/30f39a09e233e8369dddf6feb4be0308?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png","gravatar_id":"30f39a09e233e8369dddf6feb4be0308"},"size":114220,"svn_url":"https://github.com/rails/rails","private":false},"label":"rails:master"},"body":"Fix clear assets cache regression. tmp/cache directory sometimes includes sass.\r\n\r\nThis PR is related to GH #4427.\r\nI think that #4427 has one problem (sorry, my PR).\r\n\r\ntmp/cache directory includes sass directory.\r\nAfter all, it seems that we must delete tmp/cache/*.","commits":1,"number":4456,"additions":12,"_links":{"review_comments":{"href":"https://api.github.com/repos/rails/rails/pulls/4456/comments"},"html":{"href":"https://github.com/rails/rails/pull/4456"},"self":{"href":"https://api.github.com/repos/rails/rails/pulls/4456"},"comments":{"href":"https://api.github.com/repos/rails/rails/issues/4456/comments"}},"merged_by":null,"diff_url":"https://github.com/rails/rails/pull/4456.diff","url":"https://api.github.com/repos/rails/rails/pulls/4456","comments":0,"changed_files":2,"head":{"user":{"id":13426,"login":"kennyj","url":"https://api.github.com/users/kennyj","avatar_url":"https://secure.gravatar.com/avatar/1f0b221851379759360d7130dabdfa53?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"1f0b221851379759360d7130dabdfa53"},"ref":"fix_3980","sha":"ad492ea338a3e21ff4d976e95cc390fffd449ab3","repo":{"open_issues":0,"git_url":"git://github.com/kennyj/rails.git","watchers":1,"created_at":"2011-09-06T16:37:44Z","updated_at":"2012-02-18T14:00:17Z","fork":true,"id":2335705,"language":"Ruby","has_wiki":false,"html_url":"https://github.com/kennyj/rails","name":"rails","description":"Ruby on Rails","master_branch":null,"forks":0,"pushed_at":"2012-02-18T14:00:17Z","ssh_url":"[email protected]:kennyj/rails.git","has_issues":true,"url":"https://api.github.com/repos/kennyj/rails","mirror_url":null,"clone_url":"https://github.com/kennyj/rails.git","has_downloads":true,"homepage":"http://rubyonrails.org","owner":{"id":13426,"login":"kennyj","url":"https://api.github.com/users/kennyj","avatar_url":"https://secure.gravatar.com/avatar/1f0b221851379759360d7130dabdfa53?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"1f0b221851379759360d7130dabdfa53"},"size":536,"svn_url":"https://github.com/kennyj/rails","private":false},"label":"kennyj:fix_3980"},"merged":false},"number":4456,"action":"synchronize"}
{ "id": 8514, "name": "rails/rails", "url": "https://api.github.dev/repos/rails/rails" }
{ "id": 146214, "login": "vijaydev", "gravatar_id": "91160e88d86db6328f3e81313ae500c6", "avatar_url": "https://secure.gravatar.com/avatar/91160e88d86db6328f3e81313ae500c6?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/vijaydev" }
{ "id": 4223, "login": "rails", "gravatar_id": "30f39a09e233e8369dddf6feb4be0308", "avatar_url": "https://secure.gravatar.com/avatar/30f39a09e233e8369dddf6feb4be0308?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/rails" }
2012-02-18T16:36:21
1521053380
null
PullRequestEvent
true
{"number":3132,"action":"synchronize","pull_request":{"html_url":"https://github.com/rails/rails/pull/3132","title":"ActiveResource::Base.build should send headers","comments":1,"_links":{"comments":{"href":"https://api.github.com/repos/rails/rails/issues/3132/comments"},"self":{"href":"https://api.github.com/repos/rails/rails/pulls/3132"},"review_comments":{"href":"https://api.github.com/repos/rails/rails/pulls/3132/comments"},"html":{"href":"https://github.com/rails/rails/pull/3132"}},"merged_at":null,"number":3132,"merged":false,"review_comments":0,"created_at":"2011-09-26T12:25:51Z","patch_url":"https://github.com/rails/rails/pull/3132.patch","commits":2,"deletions":1,"state":"open","additions":10,"diff_url":"https://github.com/rails/rails/pull/3132.diff","url":"https://api.github.com/repos/rails/rails/pulls/3132","user":{"login":"geoffgarside","url":"https://api.github.com/users/geoffgarside","avatar_url":"https://secure.gravatar.com/avatar/4dcfd2f7d671af330bcba3fe03277c71?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"4dcfd2f7d671af330bcba3fe03277c71","id":2704},"mergeable":null,"changed_files":3,"issue_url":"https://github.com/rails/rails/issues/3132","closed_at":null,"updated_at":"2012-02-22T06:05:29Z","head":{"label":"geoffgarside:ares-custom_header_on_build","repo":{"html_url":"https://github.com/geoffgarside/rails","owner":{"login":"geoffgarside","url":"https://api.github.com/users/geoffgarside","avatar_url":"https://secure.gravatar.com/avatar/4dcfd2f7d671af330bcba3fe03277c71?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"4dcfd2f7d671af330bcba3fe03277c71","id":2704},"mirror_url":null,"size":168,"svn_url":"https://github.com/geoffgarside/rails","fork":true,"language":"Ruby","description":"Ruby on Rails","created_at":"2011-09-26T11:51:46Z","name":"rails","homepage":"http://rubyonrails.org","has_issues":false,"git_url":"git://github.com/geoffgarside/rails.git","watchers":1,"open_issues":0,"clone_url":"https://github.com/geoffgarside/rails.git","url":"https://api.github.com/repos/geoffgarside/rails","updated_at":"2011-10-04T19:51:41Z","ssh_url":"[email protected]:geoffgarside/rails.git","has_downloads":true,"private":false,"forks":0,"pushed_at":"2011-09-26T12:18:25Z","master_branch":null,"id":2459919,"has_wiki":false},"user":{"login":"geoffgarside","url":"https://api.github.com/users/geoffgarside","avatar_url":"https://secure.gravatar.com/avatar/4dcfd2f7d671af330bcba3fe03277c71?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"4dcfd2f7d671af330bcba3fe03277c71","id":2704},"sha":"834e113cdee9a8658a867ef3ef3718cf4bccf9c2","ref":"ares-custom_header_on_build"},"merged_by":null,"base":{"label":"rails:master","repo":{"html_url":"https://github.com/rails/rails","owner":{"login":"rails","url":"https://api.github.com/users/rails","avatar_url":"https://secure.gravatar.com/avatar/30f39a09e233e8369dddf6feb4be0308?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png","gravatar_id":"30f39a09e233e8369dddf6feb4be0308","id":4223},"mirror_url":null,"size":119280,"svn_url":"https://github.com/rails/rails","fork":false,"language":"Ruby","description":"Ruby on Rails","created_at":"2008-04-11T02:19:47Z","name":"rails","homepage":"http://rubyonrails.org","has_issues":true,"git_url":"git://github.com/rails/rails.git","watchers":12764,"open_issues":768,"clone_url":"https://github.com/rails/rails.git","url":"https://api.github.com/repos/rails/rails","updated_at":"2012-03-04T18:03:35Z","ssh_url":"[email protected]:rails/rails.git","has_downloads":true,"private":false,"forks":2808,"pushed_at":"2012-03-04T18:03:35Z","master_branch":null,"id":8514,"has_wiki":false},"user":{"login":"rails","url":"https://api.github.com/users/rails","avatar_url":"https://secure.gravatar.com/avatar/30f39a09e233e8369dddf6feb4be0308?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png","gravatar_id":"30f39a09e233e8369dddf6feb4be0308","id":4223},"sha":"a15424b92c182bcc4d2b693dc0001a44c9b0802f","ref":"master"},"body":"The ActiveResource::Base.build method currently doesn't send the custom headers with the request for the /new resource. This is required when ARes is interacting with a REST API which uses HTTP header authentication instead of HTTP basic authentication.","id":355211}}
{ "id": 8514, "name": "rails/rails", "url": "https://api.github.dev/repos/rails/rails" }
{ "id": 1979, "login": "jonleighton", "gravatar_id": "2940bc7d4506f3e099e3dcc32a412b98", "avatar_url": "https://secure.gravatar.com/avatar/2940bc7d4506f3e099e3dcc32a412b98?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/jonleighton" }
{ "id": 4223, "login": "rails", "gravatar_id": "30f39a09e233e8369dddf6feb4be0308", "avatar_url": "https://secure.gravatar.com/avatar/30f39a09e233e8369dddf6feb4be0308?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/rails" }
2012-03-04T18:05:09
1526248991
null
PullRequestEvent
true
{"pull_request":{"title":"Postgres schema_search_path shouldn't be fixed to \"public\" in rake","created_at":"2011-11-05T01:52:51Z","user":{"id":105412,"login":"blakeeb","url":"https://api.github.com/users/blakeeb","avatar_url":"https://secure.gravatar.com/avatar/42a8f84860cde30515a5d26519f1c207?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"42a8f84860cde30515a5d26519f1c207"},"merged_at":null,"review_comments":0,"updated_at":"2012-02-09T22:17:56Z","state":"open","id":466216,"patch_url":"https://github.com/rails/rails/pull/3524.patch","closed_at":null,"html_url":"https://github.com/rails/rails/pull/3524","deletions":2,"mergeable":null,"base":{"ref":"master","user":{"id":4223,"login":"rails","url":"https://api.github.com/users/rails","avatar_url":"https://secure.gravatar.com/avatar/30f39a09e233e8369dddf6feb4be0308?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png","gravatar_id":"30f39a09e233e8369dddf6feb4be0308"},"repo":{"created_at":"2008-04-11T02:19:47Z","open_issues":751,"git_url":"git://github.com/rails/rails.git","watchers":12549,"updated_at":"2012-02-20T19:49:49Z","fork":false,"id":8514,"has_wiki":false,"language":"Ruby","html_url":"https://github.com/rails/rails","name":"rails","master_branch":null,"description":"Ruby on Rails","has_issues":true,"forks":2746,"clone_url":"https://github.com/rails/rails.git","url":"https://api.github.com/repos/rails/rails","mirror_url":null,"ssh_url":"[email protected]:rails/rails.git","pushed_at":"2012-02-20T19:49:48Z","has_downloads":true,"owner":{"id":4223,"login":"rails","url":"https://api.github.com/users/rails","avatar_url":"https://secure.gravatar.com/avatar/30f39a09e233e8369dddf6feb4be0308?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png","gravatar_id":"30f39a09e233e8369dddf6feb4be0308"},"homepage":"http://rubyonrails.org","size":114104,"svn_url":"https://github.com/rails/rails","private":false},"sha":"cb06727b6cb7310808f5b9ce1bf254055806ba80","label":"rails:master"},"issue_url":"https://github.com/rails/rails/issues/3524","body":"schema_search_path is fixed to \"public\" in the testing environment, due to [this commit](https://github.com/rails/rails/commit/3fee2378edd45188e41a7d14d4ca0a88280b541e) in response to [this issue](https://rails.lighthouseapp.com/projects/8994-ruby-on-rails/tickets/170-postgresql-update-rake-tasks-to-use-full-settings-from-database-yml-bugfix)\r\n\r\nI'm working with a very complex postgres database, which must respect all of my postgres schemas in the test environment in order to adequately test. Forcing schema to always be \"public\" is very limiting.","number":3524,"additions":2,"commits":1,"merged_by":null,"url":"https://api.github.com/repos/rails/rails/pulls/3524","_links":{"review_comments":{"href":"https://api.github.com/repos/rails/rails/pulls/3524/comments"},"html":{"href":"https://github.com/rails/rails/pull/3524"},"self":{"href":"https://api.github.com/repos/rails/rails/pulls/3524"},"comments":{"href":"https://api.github.com/repos/rails/rails/issues/3524/comments"}},"diff_url":"https://github.com/rails/rails/pull/3524.diff","comments":2,"head":{"ref":"master","user":{"id":105412,"login":"blakeeb","url":"https://api.github.com/users/blakeeb","avatar_url":"https://secure.gravatar.com/avatar/42a8f84860cde30515a5d26519f1c207?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"42a8f84860cde30515a5d26519f1c207"},"repo":{"created_at":"2011-11-05T01:28:16Z","open_issues":0,"git_url":"git://github.com/blakeeb/rails.git","watchers":1,"updated_at":"2011-11-05T01:51:48Z","fork":true,"id":2713367,"has_wiki":false,"language":"Ruby","html_url":"https://github.com/blakeeb/rails","name":"rails","master_branch":null,"description":"Ruby on Rails","has_issues":false,"forks":0,"clone_url":"https://github.com/blakeeb/rails.git","url":"https://api.github.com/repos/blakeeb/rails","mirror_url":null,"ssh_url":"[email protected]:blakeeb/rails.git","pushed_at":"2011-11-05T01:51:43Z","has_downloads":true,"owner":{"id":105412,"login":"blakeeb","url":"https://api.github.com/users/blakeeb","avatar_url":"https://secure.gravatar.com/avatar/42a8f84860cde30515a5d26519f1c207?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"42a8f84860cde30515a5d26519f1c207"},"homepage":"http://rubyonrails.org","size":372,"svn_url":"https://github.com/blakeeb/rails","private":false},"sha":"8bc476f3eed64526f4098d045c4f84522d518ea6","label":"blakeeb:master"},"changed_files":1,"merged":false},"number":3524,"action":"synchronize"}
{ "id": 8514, "name": "rails/rails", "url": "https://api.github.dev/repos/rails/rails" }
{ "id": 9582, "login": "josevalim", "gravatar_id": "e837f6b7fd146ab16ed3d663476c063e", "avatar_url": "https://secure.gravatar.com/avatar/e837f6b7fd146ab16ed3d663476c063e?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/josevalim" }
{ "id": 4223, "login": "rails", "gravatar_id": "30f39a09e233e8369dddf6feb4be0308", "avatar_url": "https://secure.gravatar.com/avatar/30f39a09e233e8369dddf6feb4be0308?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/rails" }
2012-02-20T19:51:36
1521583985
null
PullRequestEvent
true
{"number":2808,"action":"synchronize","pull_request":{"_links":{"comments":{"href":"https://api.github.com/repos/rails/rails/issues/2808/comments"},"self":{"href":"https://api.github.com/repos/rails/rails/pulls/2808"},"review_comments":{"href":"https://api.github.com/repos/rails/rails/pulls/2808/comments"},"html":{"href":"https://github.com/rails/rails/pull/2808"}},"title":"added --skip-ignore and --skip-keeps options to generators","html_url":"https://github.com/rails/rails/pull/2808","comments":2,"merged_at":null,"number":2808,"review_comments":4,"merged":false,"created_at":"2011-09-01T23:41:43Z","commits":1,"deletions":29,"patch_url":"https://github.com/rails/rails/pull/2808.patch","state":"open","additions":70,"url":"https://api.github.com/repos/rails/rails/pulls/2808","user":{"login":"derekprior","url":"https://api.github.com/users/derekprior","avatar_url":"https://secure.gravatar.com/avatar/79b1b001d5ff186c9bd02e7487aa4142?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"79b1b001d5ff186c9bd02e7487aa4142","id":152152},"diff_url":"https://github.com/rails/rails/pull/2808.diff","mergeable":null,"issue_url":"https://github.com/rails/rails/issues/2808","changed_files":5,"updated_at":"2012-02-03T15:54:30Z","closed_at":null,"head":{"label":"derekprior:keep-files","repo":{"owner":{"login":"derekprior","url":"https://api.github.com/users/derekprior","avatar_url":"https://secure.gravatar.com/avatar/79b1b001d5ff186c9bd02e7487aa4142?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"79b1b001d5ff186c9bd02e7487aa4142","id":152152},"html_url":"https://github.com/derekprior/rails","mirror_url":null,"size":5288,"svn_url":"https://github.com/derekprior/rails","fork":true,"language":"Ruby","description":"Ruby on Rails","created_at":"2011-09-01T19:23:43Z","name":"rails","git_url":"git://github.com/derekprior/rails.git","homepage":"http://rubyonrails.org","has_issues":false,"watchers":1,"open_issues":0,"clone_url":"https://github.com/derekprior/rails.git","url":"https://api.github.com/repos/derekprior/rails","updated_at":"2012-02-03T15:51:14Z","ssh_url":"[email protected]:derekprior/rails.git","has_downloads":true,"private":false,"forks":0,"pushed_at":"2012-02-03T15:51:12Z","master_branch":null,"id":2309802,"has_wiki":false},"user":{"login":"derekprior","url":"https://api.github.com/users/derekprior","avatar_url":"https://secure.gravatar.com/avatar/79b1b001d5ff186c9bd02e7487aa4142?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"79b1b001d5ff186c9bd02e7487aa4142","id":152152},"sha":"4d248528c75aa120df4bf8c4863acb3cd393f915","ref":"keep-files"},"base":{"label":"rails:master","repo":{"owner":{"login":"rails","url":"https://api.github.com/users/rails","avatar_url":"https://secure.gravatar.com/avatar/30f39a09e233e8369dddf6feb4be0308?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png","gravatar_id":"30f39a09e233e8369dddf6feb4be0308","id":4223},"html_url":"https://github.com/rails/rails","mirror_url":null,"size":118412,"svn_url":"https://github.com/rails/rails","fork":false,"language":"Ruby","description":"Ruby on Rails","created_at":"2008-04-11T02:19:47Z","name":"rails","git_url":"git://github.com/rails/rails.git","homepage":"http://rubyonrails.org","has_issues":true,"watchers":12747,"open_issues":774,"clone_url":"https://github.com/rails/rails.git","url":"https://api.github.com/repos/rails/rails","updated_at":"2012-03-03T02:19:17Z","ssh_url":"[email protected]:rails/rails.git","has_downloads":true,"private":false,"forks":2800,"pushed_at":"2012-03-03T02:19:16Z","master_branch":null,"id":8514,"has_wiki":false},"user":{"login":"rails","url":"https://api.github.com/users/rails","avatar_url":"https://secure.gravatar.com/avatar/30f39a09e233e8369dddf6feb4be0308?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png","gravatar_id":"30f39a09e233e8369dddf6feb4be0308","id":4223},"sha":"d709b124d1815340f4a2229b05362ea37298288f","ref":"master"},"merged_by":null,"body":"Added test coverage for both as well as --skip-git. Renames .gitkeep to .keep. This makes the rails command a bit more SCM agnostic. Tests pass.\r\n\r\nThis closes #2800. Users of other SCM's can now generate rails apps that will add the \"empty\" directories to source control, but will not have a useless .gitignore or mis-named .gitkeep files.\r\n\r\n","id":305010}}
{ "id": 8514, "name": "rails/rails", "url": "https://api.github.dev/repos/rails/rails" }
{ "id": 52642, "login": "spastorino", "gravatar_id": "d04d064616ae7fd752fdcb8daa5abdd6", "avatar_url": "https://secure.gravatar.com/avatar/d04d064616ae7fd752fdcb8daa5abdd6?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/spastorino" }
{ "id": 4223, "login": "rails", "gravatar_id": "30f39a09e233e8369dddf6feb4be0308", "avatar_url": "https://secure.gravatar.com/avatar/30f39a09e233e8369dddf6feb4be0308?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/rails" }
2012-03-03T02:20:39
1525955287
null
PullRequestEvent
true
{"pull_request":{"title":"Added option to pass block to link_to_function","created_at":"2011-09-23T00:13:02Z","user":{"id":2774,"login":"Ninju","url":"https://api.github.com/users/Ninju","avatar_url":"https://secure.gravatar.com/avatar/5895e46682709b1bc8aeb0677231be73?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"5895e46682709b1bc8aeb0677231be73"},"merged_at":null,"review_comments":0,"updated_at":"2011-11-03T15:15:55Z","state":"open","patch_url":"https://github.com/rails/rails/pull/3108.patch","id":349925,"closed_at":null,"html_url":"https://github.com/rails/rails/pull/3108","deletions":141,"mergeable":null,"issue_url":"https://github.com/rails/rails/issues/3108","base":{"ref":"master","user":{"id":4223,"login":"rails","url":"https://api.github.com/users/rails","avatar_url":"https://secure.gravatar.com/avatar/30f39a09e233e8369dddf6feb4be0308?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png","gravatar_id":"30f39a09e233e8369dddf6feb4be0308"},"repo":{"created_at":"2008-04-11T02:19:47Z","open_issues":750,"watchers":12549,"git_url":"git://github.com/rails/rails.git","updated_at":"2012-02-20T19:53:11Z","fork":false,"id":8514,"has_wiki":false,"language":"Ruby","html_url":"https://github.com/rails/rails","name":"rails","master_branch":null,"description":"Ruby on Rails","forks":2746,"has_issues":true,"url":"https://api.github.com/repos/rails/rails","mirror_url":null,"clone_url":"https://github.com/rails/rails.git","pushed_at":"2012-02-20T19:53:11Z","ssh_url":"[email protected]:rails/rails.git","has_downloads":true,"owner":{"id":4223,"login":"rails","url":"https://api.github.com/users/rails","avatar_url":"https://secure.gravatar.com/avatar/30f39a09e233e8369dddf6feb4be0308?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png","gravatar_id":"30f39a09e233e8369dddf6feb4be0308"},"homepage":"http://rubyonrails.org","size":114104,"private":false,"svn_url":"https://github.com/rails/rails"},"sha":"a29c2bfba3cfdfcbb19f809105861b6ca81e72cc","label":"rails:master"},"body":"Patch to solve issue here: https://github.com/rails/rails/issues/3093\r\n\r\nAllows you to pass a block to link_to_function (similar to link_to) if the link text is too complex to be passed as a string argument.","number":3108,"additions":233,"commits":9,"diff_url":"https://github.com/rails/rails/pull/3108.diff","merged_by":null,"url":"https://api.github.com/repos/rails/rails/pulls/3108","_links":{"review_comments":{"href":"https://api.github.com/repos/rails/rails/pulls/3108/comments"},"html":{"href":"https://github.com/rails/rails/pull/3108"},"self":{"href":"https://api.github.com/repos/rails/rails/pulls/3108"},"comments":{"href":"https://api.github.com/repos/rails/rails/issues/3108/comments"}},"comments":2,"head":{"ref":"link_to_function_with_block","user":{"id":2774,"login":"Ninju","url":"https://api.github.com/users/Ninju","avatar_url":"https://secure.gravatar.com/avatar/5895e46682709b1bc8aeb0677231be73?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"5895e46682709b1bc8aeb0677231be73"},"repo":{"created_at":"2011-09-23T00:06:41Z","open_issues":0,"watchers":1,"git_url":"git://github.com/Ninju/rails.git","updated_at":"2011-10-04T19:43:42Z","fork":true,"id":2441017,"has_wiki":false,"language":"Ruby","html_url":"https://github.com/Ninju/rails","name":"rails","master_branch":null,"description":"Ruby on Rails","forks":0,"has_issues":false,"url":"https://api.github.com/repos/Ninju/rails","mirror_url":null,"clone_url":"https://github.com/Ninju/rails.git","pushed_at":"2011-09-24T21:22:28Z","ssh_url":"[email protected]:Ninju/rails.git","has_downloads":true,"owner":{"id":2774,"login":"Ninju","url":"https://api.github.com/users/Ninju","avatar_url":"https://secure.gravatar.com/avatar/5895e46682709b1bc8aeb0677231be73?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"5895e46682709b1bc8aeb0677231be73"},"homepage":"http://rubyonrails.org","size":388,"private":false,"svn_url":"https://github.com/Ninju/rails"},"sha":"ee780b3f3b75a7be0b5c63b39c9760a10f74d3d1","label":"Ninju:link_to_function_with_block"},"merged":false,"changed_files":16},"number":3108,"action":"synchronize"}
{ "id": 8514, "name": "rails/rails", "url": "https://api.github.dev/repos/rails/rails" }
{ "id": 52642, "login": "spastorino", "gravatar_id": "d04d064616ae7fd752fdcb8daa5abdd6", "avatar_url": "https://secure.gravatar.com/avatar/d04d064616ae7fd752fdcb8daa5abdd6?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/spastorino" }
{ "id": 4223, "login": "rails", "gravatar_id": "30f39a09e233e8369dddf6feb4be0308", "avatar_url": "https://secure.gravatar.com/avatar/30f39a09e233e8369dddf6feb4be0308?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/rails" }
2012-02-20T19:54:19
1521584953
null
PullRequestEvent
true
{"number":4446,"action":"synchronize","pull_request":{"title":"prevent the cache sweeper ignores NoMethodError","html_url":"https://github.com/rails/rails/pull/4446","_links":{"comments":{"href":"https://api.github.com/repos/rails/rails/issues/4446/comments"},"self":{"href":"https://api.github.com/repos/rails/rails/pulls/4446"},"review_comments":{"href":"https://api.github.com/repos/rails/rails/pulls/4446/comments"},"html":{"href":"https://github.com/rails/rails/pull/4446"}},"comments":1,"merged_at":null,"number":4446,"review_comments":1,"merged":false,"created_at":"2012-01-13T06:22:00Z","commits":1,"deletions":2,"state":"open","patch_url":"https://github.com/rails/rails/pull/4446.patch","additions":10,"url":"https://api.github.com/repos/rails/rails/pulls/4446","changed_files":2,"user":{"login":"ayamomiji","url":"https://api.github.com/users/ayamomiji","avatar_url":"https://secure.gravatar.com/avatar/837713ae659ff2fe9f375528c176fbde?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"837713ae659ff2fe9f375528c176fbde","id":486841},"mergeable":null,"diff_url":"https://github.com/rails/rails/pull/4446.diff","issue_url":"https://github.com/rails/rails/issues/4446","updated_at":"2012-02-01T08:27:15Z","closed_at":null,"head":{"label":"ayamomiji:patch-1","repo":{"owner":{"login":"ayamomiji","url":"https://api.github.com/users/ayamomiji","avatar_url":"https://secure.gravatar.com/avatar/837713ae659ff2fe9f375528c176fbde?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"837713ae659ff2fe9f375528c176fbde","id":486841},"mirror_url":null,"html_url":"https://github.com/ayamomiji/rails","size":20420,"svn_url":"https://github.com/ayamomiji/rails","fork":true,"language":"Ruby","description":"Ruby on Rails","created_at":"2012-01-13T06:14:35Z","name":"rails","homepage":"http://rubyonrails.org","git_url":"git://github.com/ayamomiji/rails.git","has_issues":false,"watchers":1,"open_issues":0,"clone_url":"https://github.com/ayamomiji/rails.git","url":"https://api.github.com/repos/ayamomiji/rails","updated_at":"2012-02-01T08:23:56Z","ssh_url":"[email protected]:ayamomiji/rails.git","has_downloads":true,"private":false,"forks":0,"pushed_at":"2012-02-01T08:23:54Z","master_branch":null,"id":3168861,"has_wiki":false},"user":{"login":"ayamomiji","url":"https://api.github.com/users/ayamomiji","avatar_url":"https://secure.gravatar.com/avatar/837713ae659ff2fe9f375528c176fbde?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"837713ae659ff2fe9f375528c176fbde","id":486841},"sha":"faf9424c461397ef8af321d9c8f460f1040d642b","ref":"patch-1"},"base":{"label":"rails:master","repo":{"owner":{"login":"rails","url":"https://api.github.com/users/rails","avatar_url":"https://secure.gravatar.com/avatar/30f39a09e233e8369dddf6feb4be0308?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png","gravatar_id":"30f39a09e233e8369dddf6feb4be0308","id":4223},"mirror_url":null,"html_url":"https://github.com/rails/rails","size":117248,"svn_url":"https://github.com/rails/rails","fork":false,"language":"Ruby","description":"Ruby on Rails","created_at":"2008-04-11T02:19:47Z","name":"rails","homepage":"http://rubyonrails.org","git_url":"git://github.com/rails/rails.git","has_issues":true,"watchers":12729,"open_issues":774,"clone_url":"https://github.com/rails/rails.git","url":"https://api.github.com/repos/rails/rails","updated_at":"2012-03-02T00:19:50Z","ssh_url":"[email protected]:rails/rails.git","has_downloads":true,"private":false,"forks":2791,"pushed_at":"2012-03-02T00:19:48Z","master_branch":null,"id":8514,"has_wiki":false},"user":{"login":"rails","url":"https://api.github.com/users/rails","avatar_url":"https://secure.gravatar.com/avatar/30f39a09e233e8369dddf6feb4be0308?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png","gravatar_id":"30f39a09e233e8369dddf6feb4be0308","id":4223},"sha":"7179fad54d6df46f944ccdb404d02c2ef360d912","ref":"master"},"merged_by":null,"body":"i wasted so much time trying to figure out why there is no error but the sweeper didn't run, only to find out that there is a typo in method call. The typo did not raise any \"no method error\" when the cache sweeper is run.","id":685503}}
{ "id": 8514, "name": "rails/rails", "url": "https://api.github.dev/repos/rails/rails" }
{ "id": 3387, "login": "fxn", "gravatar_id": "7223c62b7310e164eb79c740188abbda", "avatar_url": "https://secure.gravatar.com/avatar/7223c62b7310e164eb79c740188abbda?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/fxn" }
{ "id": 4223, "login": "rails", "gravatar_id": "30f39a09e233e8369dddf6feb4be0308", "avatar_url": "https://secure.gravatar.com/avatar/30f39a09e233e8369dddf6feb4be0308?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/rails" }
2012-03-02T00:22:07
1525505703
null
PullRequestEvent
true
{"number":3706,"action":"synchronize","pull_request":{"title":"PostgreSQL GIN and GiST index support","html_url":"https://github.com/rails/rails/pull/3706","comments":3,"_links":{"comments":{"href":"https://api.github.com/repos/rails/rails/issues/3706/comments"},"self":{"href":"https://api.github.com/repos/rails/rails/pulls/3706"},"review_comments":{"href":"https://api.github.com/repos/rails/rails/pulls/3706/comments"},"html":{"href":"https://github.com/rails/rails/pull/3706"}},"merged_at":null,"number":3706,"review_comments":0,"merged":false,"created_at":"2011-11-20T23:53:57Z","patch_url":"https://github.com/rails/rails/pull/3706.patch","deletions":8,"state":"open","additions":128,"commits":3,"diff_url":"https://github.com/rails/rails/pull/3706.diff","issue_url":"https://github.com/rails/rails/issues/3706","url":"https://api.github.com/repos/rails/rails/pulls/3706","user":{"login":"chaffeqa","url":"https://api.github.com/users/chaffeqa","avatar_url":"https://secure.gravatar.com/avatar/5274d217a09164553bec780f35c050f7?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"5274d217a09164553bec780f35c050f7","id":287640},"changed_files":4,"mergeable":null,"updated_at":"2012-02-08T05:24:15Z","closed_at":null,"head":{"label":"chaffeqa:master","repo":{"mirror_url":null,"owner":{"login":"chaffeqa","url":"https://api.github.com/users/chaffeqa","avatar_url":"https://secure.gravatar.com/avatar/5274d217a09164553bec780f35c050f7?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"5274d217a09164553bec780f35c050f7","id":287640},"html_url":"https://github.com/chaffeqa/rails","size":424,"svn_url":"https://github.com/chaffeqa/rails","fork":true,"language":"Ruby","description":"Ruby on Rails","created_at":"2011-11-20T22:09:42Z","name":"rails","homepage":"http://rubyonrails.org","has_issues":false,"git_url":"git://github.com/chaffeqa/rails.git","watchers":1,"open_issues":0,"clone_url":"https://github.com/chaffeqa/rails.git","url":"https://api.github.com/repos/chaffeqa/rails","updated_at":"2011-11-20T23:21:22Z","ssh_url":"[email protected]:chaffeqa/rails.git","has_downloads":true,"private":false,"forks":0,"pushed_at":"2011-11-20T23:21:22Z","master_branch":null,"id":2816035,"has_wiki":false},"user":{"login":"chaffeqa","url":"https://api.github.com/users/chaffeqa","avatar_url":"https://secure.gravatar.com/avatar/5274d217a09164553bec780f35c050f7?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"5274d217a09164553bec780f35c050f7","id":287640},"sha":"61fd6b6d9c57281f3af1cf2cb4a9373369011384","ref":"master"},"base":{"label":"rails:master","repo":{"mirror_url":null,"owner":{"login":"rails","url":"https://api.github.com/users/rails","avatar_url":"https://secure.gravatar.com/avatar/30f39a09e233e8369dddf6feb4be0308?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png","gravatar_id":"30f39a09e233e8369dddf6feb4be0308","id":4223},"html_url":"https://github.com/rails/rails","size":117228,"svn_url":"https://github.com/rails/rails","fork":false,"language":"Ruby","description":"Ruby on Rails","created_at":"2008-04-11T02:19:47Z","name":"rails","homepage":"http://rubyonrails.org","has_issues":true,"git_url":"git://github.com/rails/rails.git","watchers":12724,"open_issues":775,"clone_url":"https://github.com/rails/rails.git","url":"https://api.github.com/repos/rails/rails","updated_at":"2012-03-01T19:47:45Z","ssh_url":"[email protected]:rails/rails.git","has_downloads":true,"private":false,"forks":2789,"pushed_at":"2012-03-01T19:47:45Z","master_branch":null,"id":8514,"has_wiki":false},"user":{"login":"rails","url":"https://api.github.com/users/rails","avatar_url":"https://secure.gravatar.com/avatar/30f39a09e233e8369dddf6feb4be0308?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png","gravatar_id":"30f39a09e233e8369dddf6feb4be0308","id":4223},"sha":"5d704fa152c2f2846b66973cf5572e3120a72792","ref":"master"},"merged_by":null,"body":"Added add_index override in postgresql_adapter to allow for GiST and GIN support.\r\n\r\n add_index(:wikis, :body, :gin => true)\r\n\r\nAdded PostgresqlAdapter indexes() :type support (specifying :btree, :gin, and :gist index types).\r\n**NOTE:** instead of hacking the IndexDefinition class, I just added a `:type` attribute to the [`abstract/schema_definitions.rb`](https://github.com/chaffeqa/rails/commit/61fd6b6d9c57281f3af1cf2cb4a9373369011384)\r\n\r\n ActiveRecord::Base.connection.indexes(:wikis) #=> #<struct ActiveRecord::ConnectionAdapters::IndexDefinition table=:wikis, name=\"index_wikis_on_ancestry\", unique=false, columns=[\"ancestry\"], lengths=nil, type=:btree>\r\n\r\n\r\nAdded tests for add_index. Updated tests for postgresql/schema_tests to check for index :type.\r\n\r\nLet me know if there are other schema related updates I should do. Would gladly do so :)\r\n\r\n(refs [this old pull](https://github.com/rails/rails/pull/3699) )","id":512948}}
{ "id": 8514, "name": "rails/rails", "url": "https://api.github.dev/repos/rails/rails" }
{ "id": 146214, "login": "vijaydev", "gravatar_id": "91160e88d86db6328f3e81313ae500c6", "avatar_url": "https://secure.gravatar.com/avatar/91160e88d86db6328f3e81313ae500c6?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/vijaydev" }
{ "id": 4223, "login": "rails", "gravatar_id": "30f39a09e233e8369dddf6feb4be0308", "avatar_url": "https://secure.gravatar.com/avatar/30f39a09e233e8369dddf6feb4be0308?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/rails" }
2012-03-01T19:49:32
1525393157
null
PullRequestEvent
true
{"pull_request":{"created_at":"2012-01-03T13:34:56Z","merged_at":"2012-01-03T13:55:51Z","title":"deprecate AS::Base64 methods without DeprecatedConstantProxy","user":{"id":36079,"login":"lest","url":"https://api.github.com/users/lest","avatar_url":"https://secure.gravatar.com/avatar/18efee6ee5a12946d983169eff2540f2?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"18efee6ee5a12946d983169eff2540f2"},"updated_at":"2012-01-03T13:55:51Z","state":"closed","review_comments":0,"id":646565,"patch_url":"https://github.com/rails/rails/pull/4275.patch","deletions":13,"html_url":"https://github.com/rails/rails/pull/4275","closed_at":"2012-01-03T13:55:51Z","mergeable":null,"base":{"user":{"id":4223,"login":"rails","url":"https://api.github.com/users/rails","avatar_url":"https://secure.gravatar.com/avatar/30f39a09e233e8369dddf6feb4be0308?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png","gravatar_id":"30f39a09e233e8369dddf6feb4be0308"},"ref":"3-2-stable","sha":"853de2bd9ac572735fa6cf59fcf827e485a231c3","repo":{"created_at":"2008-04-11T02:19:47Z","watchers":11783,"git_url":"git://github.com/rails/rails.git","open_issues":649,"updated_at":"2012-01-03T13:55:51Z","fork":false,"language":"Ruby","id":8514,"html_url":"https://github.com/rails/rails","name":"rails","description":"Ruby on Rails","master_branch":null,"forks":2565,"url":"https://api.github.com/repos/rails/rails","pushed_at":"2012-01-03T13:55:51Z","clone_url":"https://github.com/rails/rails.git","ssh_url":"[email protected]:rails/rails.git","homepage":"http://rubyonrails.org","owner":{"id":4223,"login":"rails","url":"https://api.github.com/users/rails","avatar_url":"https://secure.gravatar.com/avatar/30f39a09e233e8369dddf6feb4be0308?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png","gravatar_id":"30f39a09e233e8369dddf6feb4be0308"},"size":47616,"private":false,"svn_url":"https://github.com/rails/rails"},"label":"rails:3-2-stable"},"issue_url":"https://github.com/rails/rails/issues/4275","additions":18,"commits":1,"body":"","number":4275,"diff_url":"https://github.com/rails/rails/pull/4275.diff","url":"https://api.github.com/repos/rails/rails/pulls/4275","merged_by":{"id":9582,"login":"josevalim","url":"https://api.github.com/users/josevalim","avatar_url":"https://secure.gravatar.com/avatar/e837f6b7fd146ab16ed3d663476c063e?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"e837f6b7fd146ab16ed3d663476c063e"},"_links":{"review_comments":{"href":"https://api.github.com/repos/rails/rails/pulls/4275/comments"},"html":{"href":"https://github.com/rails/rails/pull/4275"},"self":{"href":"https://api.github.com/repos/rails/rails/pulls/4275"},"comments":{"href":"https://api.github.com/repos/rails/rails/issues/4275/comments"}},"comments":1,"merged":true,"changed_files":1,"head":{"user":{"id":36079,"login":"lest","url":"https://api.github.com/users/lest","avatar_url":"https://secure.gravatar.com/avatar/18efee6ee5a12946d983169eff2540f2?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"18efee6ee5a12946d983169eff2540f2"},"ref":"3-2-deprecate-activesupport-base64","sha":"1fc53df661aa89a0fbc15f07b0f28a38faf58894","repo":{"created_at":"2011-11-17T12:15:59Z","watchers":2,"git_url":"git://github.com/lest/rails.git","open_issues":0,"updated_at":"2012-01-03T13:38:05Z","fork":true,"language":"Ruby","id":2795158,"html_url":"https://github.com/lest/rails","name":"rails","description":"Ruby on Rails","master_branch":null,"forks":0,"url":"https://api.github.com/repos/lest/rails","pushed_at":"2012-01-03T13:38:05Z","clone_url":"https://github.com/lest/rails.git","ssh_url":"[email protected]:lest/rails.git","homepage":"http://rubyonrails.org","owner":{"id":36079,"login":"lest","url":"https://api.github.com/users/lest","avatar_url":"https://secure.gravatar.com/avatar/18efee6ee5a12946d983169eff2540f2?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"18efee6ee5a12946d983169eff2540f2"},"size":312,"private":false,"svn_url":"https://github.com/lest/rails"},"label":"lest:3-2-deprecate-activesupport-base64"}},"number":4275,"action":"closed"}
{ "id": 8514, "name": "rails/rails", "url": "https://api.github.dev/repos/rails/rails" }
{ "id": 9582, "login": "josevalim", "gravatar_id": "e837f6b7fd146ab16ed3d663476c063e", "avatar_url": "https://secure.gravatar.com/avatar/e837f6b7fd146ab16ed3d663476c063e?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/josevalim" }
{ "id": 4223, "login": "rails", "gravatar_id": "30f39a09e233e8369dddf6feb4be0308", "avatar_url": "https://secure.gravatar.com/avatar/30f39a09e233e8369dddf6feb4be0308?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/rails" }
2012-01-03T13:55:52
1508839622
null
PullRequestEvent
true
{"pull_request":{"merged_at":null,"title":"Removing duplicates in known_attributes at ActiveResource (closes #3389)","created_at":"2011-10-24T06:15:46Z","user":{"id":88676,"login":"aderyabin","url":"https://api.github.com/users/aderyabin","avatar_url":"https://secure.gravatar.com/avatar/cebfabb19814410151c8375b798643df?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"cebfabb19814410151c8375b798643df"},"updated_at":"2011-11-03T15:16:01Z","review_comments":0,"state":"open","patch_url":"https://github.com/rails/rails/pull/3414.patch","id":426525,"html_url":"https://github.com/rails/rails/pull/3414","closed_at":null,"deletions":2,"mergeable":null,"base":{"user":{"id":4223,"login":"rails","url":"https://api.github.com/users/rails","avatar_url":"https://secure.gravatar.com/avatar/30f39a09e233e8369dddf6feb4be0308?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png","gravatar_id":"30f39a09e233e8369dddf6feb4be0308"},"ref":"master","repo":{"created_at":"2008-04-11T02:19:47Z","open_issues":751,"git_url":"git://github.com/rails/rails.git","watchers":12546,"updated_at":"2012-02-20T19:04:33Z","fork":false,"id":8514,"has_wiki":false,"language":"Ruby","html_url":"https://github.com/rails/rails","name":"rails","master_branch":null,"description":"Ruby on Rails","has_issues":true,"mirror_url":null,"clone_url":"https://github.com/rails/rails.git","url":"https://api.github.com/repos/rails/rails","forks":2749,"pushed_at":"2012-02-20T19:04:33Z","ssh_url":"[email protected]:rails/rails.git","has_downloads":true,"owner":{"id":4223,"login":"rails","url":"https://api.github.com/users/rails","avatar_url":"https://secure.gravatar.com/avatar/30f39a09e233e8369dddf6feb4be0308?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png","gravatar_id":"30f39a09e233e8369dddf6feb4be0308"},"homepage":"http://rubyonrails.org","size":114104,"private":false,"svn_url":"https://github.com/rails/rails"},"sha":"e75c18bff811b95e12634cdbf04df244a227d46d","label":"rails:master"},"issue_url":"https://github.com/rails/rails/issues/3414","body":"Related to https://github.com/rails/rails/issues/3389","commits":2,"number":3414,"additions":6,"diff_url":"https://github.com/rails/rails/pull/3414.diff","url":"https://api.github.com/repos/rails/rails/pulls/3414","merged_by":null,"_links":{"review_comments":{"href":"https://api.github.com/repos/rails/rails/pulls/3414/comments"},"html":{"href":"https://github.com/rails/rails/pull/3414"},"self":{"href":"https://api.github.com/repos/rails/rails/pulls/3414"},"comments":{"href":"https://api.github.com/repos/rails/rails/issues/3414/comments"}},"comments":0,"head":{"user":{"id":88676,"login":"aderyabin","url":"https://api.github.com/users/aderyabin","avatar_url":"https://secure.gravatar.com/avatar/cebfabb19814410151c8375b798643df?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"cebfabb19814410151c8375b798643df"},"ref":"master","repo":null,"sha":"05f06ef47a546e1c038657f1042853a00e485332","label":"aderyabin:master"},"merged":false,"changed_files":2},"number":3414,"action":"synchronize"}
{ "id": 8514, "name": "rails/rails", "url": "https://api.github.dev/repos/rails/rails" }
{ "id": 3124, "login": "tenderlove", "gravatar_id": "f29327647a9cff5c69618bae420792ea", "avatar_url": "https://secure.gravatar.com/avatar/f29327647a9cff5c69618bae420792ea?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/tenderlove" }
{ "id": 4223, "login": "rails", "gravatar_id": "30f39a09e233e8369dddf6feb4be0308", "avatar_url": "https://secure.gravatar.com/avatar/30f39a09e233e8369dddf6feb4be0308?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/rails" }
2012-02-20T19:06:51
1521566063
null
PullRequestEvent
true
{"number":3977,"action":"synchronize","pull_request":{"title":"Handle nil logger in sqlite adapter","comments":5,"html_url":"https://github.com/rails/rails/pull/3977","_links":{"comments":{"href":"https://api.github.com/repos/rails/rails/issues/3977/comments"},"self":{"href":"https://api.github.com/repos/rails/rails/pulls/3977"},"review_comments":{"href":"https://api.github.com/repos/rails/rails/pulls/3977/comments"},"html":{"href":"https://github.com/rails/rails/pull/3977"}},"merged_at":null,"number":3977,"merged":false,"review_comments":0,"created_at":"2011-12-14T08:46:55Z","patch_url":"https://github.com/rails/rails/pull/3977.patch","commits":1,"deletions":1,"state":"open","additions":4,"issue_url":"https://github.com/rails/rails/issues/3977","mergeable":null,"url":"https://api.github.com/repos/rails/rails/pulls/3977","diff_url":"https://github.com/rails/rails/pull/3977.diff","user":{"login":"pwim","url":"https://api.github.com/users/pwim","avatar_url":"https://secure.gravatar.com/avatar/dd24adb5a3a430fed83a33ed552fe1b5?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"dd24adb5a3a430fed83a33ed552fe1b5","id":30756},"changed_files":2,"updated_at":"2012-02-17T18:11:28Z","closed_at":null,"head":{"label":"pwim:sqlite_nil_logger","repo":{"mirror_url":null,"owner":{"login":"pwim","url":"https://api.github.com/users/pwim","avatar_url":"https://secure.gravatar.com/avatar/dd24adb5a3a430fed83a33ed552fe1b5?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"dd24adb5a3a430fed83a33ed552fe1b5","id":30756},"html_url":"https://github.com/pwim/rails","svn_url":"https://github.com/pwim/rails","size":168,"fork":true,"language":"Ruby","description":"Ruby on Rails","created_at":"2011-06-09T01:45:57Z","git_url":"git://github.com/pwim/rails.git","name":"rails","homepage":"http://rubyonrails.org","watchers":1,"has_issues":false,"url":"https://api.github.com/repos/pwim/rails","open_issues":0,"clone_url":"https://github.com/pwim/rails.git","updated_at":"2012-01-31T00:33:13Z","ssh_url":"[email protected]:pwim/rails.git","has_downloads":true,"forks":0,"private":false,"pushed_at":"2012-01-31T00:33:08Z","master_branch":null,"id":1868722,"has_wiki":false},"user":{"login":"pwim","url":"https://api.github.com/users/pwim","avatar_url":"https://secure.gravatar.com/avatar/dd24adb5a3a430fed83a33ed552fe1b5?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"dd24adb5a3a430fed83a33ed552fe1b5","id":30756},"sha":"d54c60306b3c16f6ca5b2e58923693d1a733f054","ref":"sqlite_nil_logger"},"base":{"label":"rails:master","repo":{"mirror_url":null,"owner":{"login":"rails","url":"https://api.github.com/users/rails","avatar_url":"https://secure.gravatar.com/avatar/30f39a09e233e8369dddf6feb4be0308?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png","gravatar_id":"30f39a09e233e8369dddf6feb4be0308","id":4223},"html_url":"https://github.com/rails/rails","svn_url":"https://github.com/rails/rails","size":119912,"fork":false,"language":"Ruby","description":"Ruby on Rails","created_at":"2008-04-11T02:19:47Z","git_url":"git://github.com/rails/rails.git","name":"rails","homepage":"http://rubyonrails.org","watchers":12746,"has_issues":true,"url":"https://api.github.com/repos/rails/rails","open_issues":773,"clone_url":"https://github.com/rails/rails.git","updated_at":"2012-03-02T14:47:17Z","ssh_url":"[email protected]:rails/rails.git","has_downloads":true,"forks":2798,"private":false,"pushed_at":"2012-03-02T14:47:16Z","master_branch":null,"id":8514,"has_wiki":false},"user":{"login":"rails","url":"https://api.github.com/users/rails","avatar_url":"https://secure.gravatar.com/avatar/30f39a09e233e8369dddf6feb4be0308?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png","gravatar_id":"30f39a09e233e8369dddf6feb4be0308","id":4223},"sha":"f1baf8f5a4fe0dc98b36380498db747d3be5d316","ref":"master"},"merged_by":null,"body":"@logger might be nil as it is possible to instantiate an instance of a\r\nconnection adapter without a logger.","id":592275}}
{ "id": 8514, "name": "rails/rails", "url": "https://api.github.dev/repos/rails/rails" }
{ "id": 9582, "login": "josevalim", "gravatar_id": "e837f6b7fd146ab16ed3d663476c063e", "avatar_url": "https://secure.gravatar.com/avatar/e837f6b7fd146ab16ed3d663476c063e?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/josevalim" }
{ "id": 4223, "login": "rails", "gravatar_id": "30f39a09e233e8369dddf6feb4be0308", "avatar_url": "https://secure.gravatar.com/avatar/30f39a09e233e8369dddf6feb4be0308?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/rails" }
2012-03-02T14:47:48
1525721027
null
PullRequestEvent
true
{"number":1436,"action":"synchronize","pull_request":{"_links":{"comments":{"href":"https://api.github.com/repos/rails/rails/issues/1436/comments"},"self":{"href":"https://api.github.com/repos/rails/rails/pulls/1436"},"review_comments":{"href":"https://api.github.com/repos/rails/rails/pulls/1436/comments"},"html":{"href":"https://github.com/rails/rails/pull/1436"}},"title":"#364 composed_of: Access record information from converter","html_url":"https://github.com/rails/rails/pull/1436","comments":2,"merged_at":null,"number":1436,"merged":false,"review_comments":0,"created_at":"2011-05-31T22:24:03Z","deletions":6,"patch_url":"https://github.com/rails/rails/pull/1436.patch","state":"open","commits":4,"additions":39,"issue_url":"https://github.com/rails/rails/issues/1436","url":"https://api.github.com/repos/rails/rails/pulls/1436","user":{"login":"cesario","url":"https://api.github.com/users/cesario","avatar_url":"https://secure.gravatar.com/avatar/0256f4863b3a08d20a382766f842e63c?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"0256f4863b3a08d20a382766f842e63c","id":108369},"diff_url":"https://github.com/rails/rails/pull/1436.diff","mergeable":null,"changed_files":4,"updated_at":"2011-11-03T15:15:08Z","closed_at":null,"head":{"label":"cesario:364-composed-of","repo":{"mirror_url":null,"owner":{"login":"cesario","url":"https://api.github.com/users/cesario","avatar_url":"https://secure.gravatar.com/avatar/0256f4863b3a08d20a382766f842e63c?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"0256f4863b3a08d20a382766f842e63c","id":108369},"html_url":"https://github.com/cesario/rails","size":156,"svn_url":"https://github.com/cesario/rails","fork":true,"language":"Ruby","description":"Ruby on Rails","created_at":"2010-04-08T11:52:36Z","name":"rails","git_url":"git://github.com/cesario/rails.git","homepage":"http://rubyonrails.org","has_issues":false,"watchers":1,"open_issues":0,"clone_url":"https://github.com/cesario/rails.git","url":"https://api.github.com/repos/cesario/rails","ssh_url":"[email protected]:cesario/rails.git","updated_at":"2011-12-02T18:10:40Z","has_downloads":true,"private":false,"forks":1,"pushed_at":"2011-12-02T18:10:34Z","master_branch":null,"id":600635,"has_wiki":true},"user":{"login":"cesario","url":"https://api.github.com/users/cesario","avatar_url":"https://secure.gravatar.com/avatar/0256f4863b3a08d20a382766f842e63c?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"0256f4863b3a08d20a382766f842e63c","id":108369},"sha":"c1e8f3e6c0d65e9f605caef297038065b7734ba9","ref":"364-composed-of"},"base":{"label":"rails:master","repo":{"mirror_url":null,"owner":{"login":"rails","url":"https://api.github.com/users/rails","avatar_url":"https://secure.gravatar.com/avatar/30f39a09e233e8369dddf6feb4be0308?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png","gravatar_id":"30f39a09e233e8369dddf6feb4be0308","id":4223},"html_url":"https://github.com/rails/rails","size":118508,"svn_url":"https://github.com/rails/rails","fork":false,"language":"Ruby","description":"Ruby on Rails","created_at":"2008-04-11T02:19:47Z","name":"rails","git_url":"git://github.com/rails/rails.git","homepage":"http://rubyonrails.org","has_issues":true,"watchers":12751,"open_issues":776,"clone_url":"https://github.com/rails/rails.git","url":"https://api.github.com/repos/rails/rails","ssh_url":"[email protected]:rails/rails.git","updated_at":"2012-03-03T17:05:23Z","has_downloads":true,"private":false,"forks":2802,"pushed_at":"2012-03-03T17:05:23Z","master_branch":null,"id":8514,"has_wiki":false},"user":{"login":"rails","url":"https://api.github.com/users/rails","avatar_url":"https://secure.gravatar.com/avatar/30f39a09e233e8369dddf6feb4be0308?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png","gravatar_id":"30f39a09e233e8369dddf6feb4be0308","id":4223},"sha":"87762245e9070a0e7ebe446ea6930fa368bf0e16","ref":"master"},"merged_by":null,"body":"AR#composed_of can now access the associated record\n\n```ruby\n class User < ActiveRecord::Base\n composed_of :some_aggregation, ..., :converter => Proc.new { |record, values| ... }\n end\n```\n\nTested against REE and 1.9.2-p180.","id":166243}}
{ "id": 8514, "name": "rails/rails", "url": "https://api.github.dev/repos/rails/rails" }
{ "id": 146214, "login": "vijaydev", "gravatar_id": "91160e88d86db6328f3e81313ae500c6", "avatar_url": "https://secure.gravatar.com/avatar/91160e88d86db6328f3e81313ae500c6?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/vijaydev" }
{ "id": 4223, "login": "rails", "gravatar_id": "30f39a09e233e8369dddf6feb4be0308", "avatar_url": "https://secure.gravatar.com/avatar/30f39a09e233e8369dddf6feb4be0308?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/rails" }
2012-03-03T17:05:46
1526062386
null
PullRequestEvent
true
{"number":2045,"action":"synchronize","pull_request":{"title":"Add possibility to render partial from subfolder with inheritance","comments":12,"html_url":"https://github.com/rails/rails/pull/2045","_links":{"comments":{"href":"https://api.github.com/repos/rails/rails/issues/2045/comments"},"self":{"href":"https://api.github.com/repos/rails/rails/pulls/2045"},"review_comments":{"href":"https://api.github.com/repos/rails/rails/pulls/2045/comments"},"html":{"href":"https://github.com/rails/rails/pull/2045"}},"merged_at":null,"number":2045,"created_at":"2011-07-12T20:20:44Z","review_comments":0,"merged":false,"commits":1,"patch_url":"https://github.com/rails/rails/pull/2045.patch","state":"open","additions":37,"deletions":3,"diff_url":"https://github.com/rails/rails/pull/2045.diff","url":"https://api.github.com/repos/rails/rails/pulls/2045","user":{"login":"aratak","url":"https://api.github.com/users/aratak","avatar_url":"https://secure.gravatar.com/avatar/e697cf309b79a8fa16903931ce3a0b98?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"e697cf309b79a8fa16903931ce3a0b98","id":30642},"mergeable":null,"changed_files":2,"issue_url":"https://github.com/rails/rails/issues/2045","closed_at":null,"updated_at":"2011-12-02T04:30:29Z","head":{"label":"aratak:hierarchical_template_inheritance","repo":{"mirror_url":null,"html_url":"https://github.com/aratak/rails","owner":{"login":"aratak","url":"https://api.github.com/users/aratak","avatar_url":"https://secure.gravatar.com/avatar/e697cf309b79a8fa16903931ce3a0b98?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"e697cf309b79a8fa16903931ce3a0b98","id":30642},"size":128,"svn_url":"https://github.com/aratak/rails","fork":true,"language":"Ruby","created_at":"2011-07-07T14:18:09Z","description":"Ruby on Rails","git_url":"git://github.com/aratak/rails.git","name":"rails","watchers":1,"homepage":"http://rubyonrails.org","has_issues":false,"url":"https://api.github.com/repos/aratak/rails","open_issues":0,"clone_url":"https://github.com/aratak/rails.git","ssh_url":"[email protected]:aratak/rails.git","has_downloads":true,"updated_at":"2011-10-04T16:43:13Z","private":false,"forks":0,"master_branch":null,"pushed_at":"2011-08-04T05:24:11Z","id":2012574,"has_wiki":false},"user":{"login":"aratak","url":"https://api.github.com/users/aratak","avatar_url":"https://secure.gravatar.com/avatar/e697cf309b79a8fa16903931ce3a0b98?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"e697cf309b79a8fa16903931ce3a0b98","id":30642},"sha":"9e87051fbb0e50af0e6da5eda2e79ca16bf44885","ref":"hierarchical_template_inheritance"},"base":{"label":"rails:master","repo":{"mirror_url":null,"html_url":"https://github.com/rails/rails","owner":{"login":"rails","url":"https://api.github.com/users/rails","avatar_url":"https://secure.gravatar.com/avatar/30f39a09e233e8369dddf6feb4be0308?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png","gravatar_id":"30f39a09e233e8369dddf6feb4be0308","id":4223},"size":118508,"svn_url":"https://github.com/rails/rails","fork":false,"language":"Ruby","created_at":"2008-04-11T02:19:47Z","description":"Ruby on Rails","git_url":"git://github.com/rails/rails.git","name":"rails","watchers":12751,"homepage":"http://rubyonrails.org","has_issues":true,"url":"https://api.github.com/repos/rails/rails","open_issues":777,"clone_url":"https://github.com/rails/rails.git","ssh_url":"[email protected]:rails/rails.git","has_downloads":true,"updated_at":"2012-03-03T16:42:53Z","private":false,"forks":2801,"master_branch":null,"pushed_at":"2012-03-03T16:42:53Z","id":8514,"has_wiki":false},"user":{"login":"rails","url":"https://api.github.com/users/rails","avatar_url":"https://secure.gravatar.com/avatar/30f39a09e233e8369dddf6feb4be0308?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png","gravatar_id":"30f39a09e233e8369dddf6feb4be0308","id":4223},"sha":"5b6121aa3428f4fc0f12fd797abde143b97650fb","ref":"master"},"merged_by":null,"body":"The new feature named \"template inheritance\" don't allow to render partial inside subfolders. Partials with slash in path name can be found only from views root folder. \r\n\r\nMy pull request extends behavior of template inheritance, and allow to render partial inside subfolders with inheritance feature. I suggest to use ```./``` at the start, and this partial will be found with relative path (from current directory). So, \r\n\r\n```\r\n render :partial => \"./head/menu\"\r\n```\r\n\r\ncan be found in several folders, as template inheritance means:\r\n\r\n```\r\n - views\r\n - application\r\n - head\r\n - menu.html.erb\r\n - controller_name\r\n - head\r\n - menu.html.erb\r\n```\r\n\r\n","id":220204}}
{ "id": 8514, "name": "rails/rails", "url": "https://api.github.dev/repos/rails/rails" }
{ "id": 146214, "login": "vijaydev", "gravatar_id": "91160e88d86db6328f3e81313ae500c6", "avatar_url": "https://secure.gravatar.com/avatar/91160e88d86db6328f3e81313ae500c6?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/vijaydev" }
{ "id": 4223, "login": "rails", "gravatar_id": "30f39a09e233e8369dddf6feb4be0308", "avatar_url": "https://secure.gravatar.com/avatar/30f39a09e233e8369dddf6feb4be0308?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/rails" }
2012-03-03T16:43:29
1526058815
null
PullRequestEvent
true
{"pull_request":{"title":"Hack for Range class to perfom Arel not_in predication on ranges.","user":{"id":50209,"login":"Antiarchitect","url":"https://api.github.com/users/Antiarchitect","avatar_url":"https://secure.gravatar.com/avatar/66bb6f8eee55156c9afbc62d178eb342?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"66bb6f8eee55156c9afbc62d178eb342"},"merged_at":null,"created_at":"2011-12-13T21:56:14Z","updated_at":"2011-12-20T18:17:13Z","state":"open","review_comments":0,"id":590541,"patch_url":"https://github.com/rails/rails/pull/3971.patch","html_url":"https://github.com/rails/rails/pull/3971","deletions":1,"closed_at":null,"mergeable":null,"issue_url":"https://github.com/rails/rails/issues/3971","base":{"ref":"master","user":{"id":4223,"login":"rails","url":"https://api.github.com/users/rails","avatar_url":"https://secure.gravatar.com/avatar/30f39a09e233e8369dddf6feb4be0308?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png","gravatar_id":"30f39a09e233e8369dddf6feb4be0308"},"sha":"10a5497f2eafeb95c373175238197eac6ceb5070","repo":{"open_issues":751,"watchers":12556,"git_url":"git://github.com/rails/rails.git","created_at":"2008-04-11T02:19:47Z","updated_at":"2012-02-21T05:15:14Z","fork":false,"id":8514,"language":"Ruby","has_wiki":false,"html_url":"https://github.com/rails/rails","master_branch":null,"name":"rails","description":"Ruby on Rails","forks":2747,"url":"https://api.github.com/repos/rails/rails","pushed_at":"2012-02-21T05:15:12Z","ssh_url":"[email protected]:rails/rails.git","mirror_url":null,"has_issues":true,"clone_url":"https://github.com/rails/rails.git","has_downloads":true,"owner":{"id":4223,"login":"rails","url":"https://api.github.com/users/rails","avatar_url":"https://secure.gravatar.com/avatar/30f39a09e233e8369dddf6feb4be0308?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png","gravatar_id":"30f39a09e233e8369dddf6feb4be0308"},"homepage":"http://rubyonrails.org","size":114196,"private":false,"svn_url":"https://github.com/rails/rails"},"label":"rails:master"},"body":"I was pissed off because of lack of way to gracefully point that values should be NOT IN and NOT BETWEEN in conditions like this:\r\n User.where(:id => 1..3)\r\nNow there is such a way (almost for ranges for now):\r\n User.where(:id => (1..3).out!)\r\n\r\nI don't know how this should be implemeted but I have AS IS implementation of it. ","number":3971,"additions":21,"commits":1,"url":"https://api.github.com/repos/rails/rails/pulls/3971","_links":{"review_comments":{"href":"https://api.github.com/repos/rails/rails/pulls/3971/comments"},"html":{"href":"https://github.com/rails/rails/pull/3971"},"self":{"href":"https://api.github.com/repos/rails/rails/pulls/3971"},"comments":{"href":"https://api.github.com/repos/rails/rails/issues/3971/comments"}},"merged_by":null,"diff_url":"https://github.com/rails/rails/pull/3971.diff","comments":8,"head":{"ref":"out-of-range","user":{"id":50209,"login":"Antiarchitect","url":"https://api.github.com/users/Antiarchitect","avatar_url":"https://secure.gravatar.com/avatar/66bb6f8eee55156c9afbc62d178eb342?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"66bb6f8eee55156c9afbc62d178eb342"},"sha":"c26bf6e792f13b131274817eab0ef2e7c99ffe97","repo":{"open_issues":0,"watchers":1,"git_url":"git://github.com/Antiarchitect/rails.git","created_at":"2011-12-13T19:56:06Z","updated_at":"2011-12-20T22:44:15Z","fork":true,"id":2974863,"language":"Ruby","has_wiki":false,"html_url":"https://github.com/Antiarchitect/rails","master_branch":null,"name":"rails","description":"Ruby on Rails","forks":0,"url":"https://api.github.com/repos/Antiarchitect/rails","pushed_at":"2011-12-20T22:44:15Z","ssh_url":"[email protected]:Antiarchitect/rails.git","mirror_url":null,"has_issues":false,"clone_url":"https://github.com/Antiarchitect/rails.git","has_downloads":true,"owner":{"id":50209,"login":"Antiarchitect","url":"https://api.github.com/users/Antiarchitect","avatar_url":"https://secure.gravatar.com/avatar/66bb6f8eee55156c9afbc62d178eb342?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"66bb6f8eee55156c9afbc62d178eb342"},"homepage":"http://rubyonrails.org","size":17184,"private":false,"svn_url":"https://github.com/Antiarchitect/rails"},"label":"Antiarchitect:out-of-range"},"merged":false,"changed_files":3},"number":3971,"action":"synchronize"}
{ "id": 8514, "name": "rails/rails", "url": "https://api.github.dev/repos/rails/rails" }
{ "id": 199, "login": "jeremy", "gravatar_id": "24d2f8804e6bb4b7ea6bd11e0a586470", "avatar_url": "https://secure.gravatar.com/avatar/24d2f8804e6bb4b7ea6bd11e0a586470?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/jeremy" }
{ "id": 4223, "login": "rails", "gravatar_id": "30f39a09e233e8369dddf6feb4be0308", "avatar_url": "https://secure.gravatar.com/avatar/30f39a09e233e8369dddf6feb4be0308?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/rails" }
2012-02-21T05:17:22
1521744979
null
PullRequestEvent
true
{"number":5153,"action":"synchronize","pull_request":{"_links":{"comments":{"href":"https://api.github.com/repos/rails/rails/issues/5153/comments"},"self":{"href":"https://api.github.com/repos/rails/rails/pulls/5153"},"review_comments":{"href":"https://api.github.com/repos/rails/rails/pulls/5153/comments"},"html":{"href":"https://github.com/rails/rails/pull/5153"}},"title":"Made `first` finder consistent between MySQL and PostgreSQL","html_url":"https://github.com/rails/rails/pull/5153","comments":3,"merged_at":null,"number":5153,"review_comments":0,"merged":false,"created_at":"2012-02-24T14:15:24Z","commits":1,"deletions":2,"patch_url":"https://github.com/rails/rails/pull/5153.patch","state":"open","additions":21,"url":"https://api.github.com/repos/rails/rails/pulls/5153","user":{"login":"mhfs","url":"https://api.github.com/users/mhfs","avatar_url":"https://secure.gravatar.com/avatar/9c9854582906c67a71b50833d2d059f1?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"9c9854582906c67a71b50833d2d059f1","id":78422},"diff_url":"https://github.com/rails/rails/pull/5153.diff","mergeable":null,"issue_url":"https://github.com/rails/rails/issues/5153","changed_files":3,"updated_at":"2012-03-01T20:18:39Z","closed_at":null,"head":{"label":"mhfs:first_finder_fix","repo":{"owner":{"login":"mhfs","url":"https://api.github.com/users/mhfs","avatar_url":"https://secure.gravatar.com/avatar/9c9854582906c67a71b50833d2d059f1?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"9c9854582906c67a71b50833d2d059f1","id":78422},"html_url":"https://github.com/mhfs/rails","mirror_url":null,"size":37212,"svn_url":"https://github.com/mhfs/rails","fork":true,"language":"Ruby","description":"Ruby on Rails","created_at":"2012-02-07T19:19:35Z","name":"rails","git_url":"git://github.com/mhfs/rails.git","homepage":"http://rubyonrails.org","has_issues":false,"watchers":1,"open_issues":0,"clone_url":"https://github.com/mhfs/rails.git","url":"https://api.github.com/repos/mhfs/rails","updated_at":"2012-02-24T13:30:10Z","ssh_url":"[email protected]:mhfs/rails.git","has_downloads":true,"private":false,"forks":0,"pushed_at":"2012-02-24T13:30:08Z","master_branch":null,"id":3380547,"has_wiki":false},"user":{"login":"mhfs","url":"https://api.github.com/users/mhfs","avatar_url":"https://secure.gravatar.com/avatar/9c9854582906c67a71b50833d2d059f1?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"9c9854582906c67a71b50833d2d059f1","id":78422},"sha":"fbd46c0e19024dcc7331bbbfce5ebb5ff169416c","ref":"first_finder_fix"},"base":{"label":"rails:master","repo":{"owner":{"login":"rails","url":"https://api.github.com/users/rails","avatar_url":"https://secure.gravatar.com/avatar/30f39a09e233e8369dddf6feb4be0308?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png","gravatar_id":"30f39a09e233e8369dddf6feb4be0308","id":4223},"html_url":"https://github.com/rails/rails","mirror_url":null,"size":118508,"svn_url":"https://github.com/rails/rails","fork":false,"language":"Ruby","description":"Ruby on Rails","created_at":"2008-04-11T02:19:47Z","name":"rails","git_url":"git://github.com/rails/rails.git","homepage":"http://rubyonrails.org","has_issues":true,"watchers":12751,"open_issues":776,"clone_url":"https://github.com/rails/rails.git","url":"https://api.github.com/repos/rails/rails","updated_at":"2012-03-03T17:05:23Z","ssh_url":"[email protected]:rails/rails.git","has_downloads":true,"private":false,"forks":2802,"pushed_at":"2012-03-03T17:05:23Z","master_branch":null,"id":8514,"has_wiki":false},"user":{"login":"rails","url":"https://api.github.com/users/rails","avatar_url":"https://secure.gravatar.com/avatar/30f39a09e233e8369dddf6feb4be0308?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png","gravatar_id":"30f39a09e233e8369dddf6feb4be0308","id":4223},"sha":"335fac56b671cd627ed55cbd41a62d3890342de4","ref":"master"},"merged_by":null,"body":"Hi,\r\n\r\nWhen you do a call to `first` the generated SQL is this:\r\n\r\n```ruby\r\n> User.first\r\n User Load (35.2ms) SELECT \"users\".* FROM \"users\" LIMIT 1\r\n```\r\n\r\nHowever, PostgreSQL changes the 'default order' of the records when you perform an update as you can observe in this example:\r\n\r\n```sql\r\n# CREATE TABLE users (id serial, name varchar(40));\r\n# INSERT INTO users (name) VALUES ('John');\r\n# INSERT INTO users (name) VALUES ('Michael');\r\n# SELECT * FROM users;\r\n id | name \r\n----+---------------\r\n 1 | John\r\n 2 | Michael\r\n\r\n# SELECT \"users\".* FROM \"users\" LIMIT 1;\r\n id | name \r\n----+------\r\n 1 | John\r\n\r\n# UPDATE users SET name = 'Modified John' WHERE id = 1;\r\n# SELECT * FROM users;\r\n id | name \r\n----+---------------\r\n 2 | Michael\r\n 1 | Modified John\r\n\r\n# SELECT \"users\".* FROM \"users\" LIMIT 1;\r\n id | name \r\n----+---------\r\n 2 | Michael\r\n```\r\n\r\nSo I made a change so that all `first` calls gains a default order clause:\r\n\r\n```ruby\r\n> User.first\r\n User Load (3.1ms) SELECT \"users\".* FROM \"users\" ORDER BY \"users\".\"id\" ASC LIMIT 1\r\n```\r\n\r\nIf an order clause is already chained, nothing is added:\r\n\r\n```ruby\r\n> User.order(:name).first\r\n User Load (75.1ms) SELECT \"users\".* FROM \"users\" ORDER BY name LIMIT 1\r\n```\r\nI'm not particularly confortable changing the global behavior for a PostgreSQL specific fix but I think an adapter check wouldn't make sense in this area of the code. What do you think?\r\n\r\nIf accepted I'd be happy to backport the fix to previous versions.\r\n\r\nCheers!","id":880702}}
{ "id": 8514, "name": "rails/rails", "url": "https://api.github.dev/repos/rails/rails" }
{ "id": 146214, "login": "vijaydev", "gravatar_id": "91160e88d86db6328f3e81313ae500c6", "avatar_url": "https://secure.gravatar.com/avatar/91160e88d86db6328f3e81313ae500c6?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/vijaydev" }
{ "id": 4223, "login": "rails", "gravatar_id": "30f39a09e233e8369dddf6feb4be0308", "avatar_url": "https://secure.gravatar.com/avatar/30f39a09e233e8369dddf6feb4be0308?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/rails" }
2012-03-03T17:07:52
1526062821
null
PullRequestEvent
true
{"number":5110,"action":"synchronize","pull_request":{"html_url":"https://github.com/rails/rails/pull/5110","_links":{"comments":{"href":"https://api.github.com/repos/rails/rails/issues/5110/comments"},"self":{"href":"https://api.github.com/repos/rails/rails/pulls/5110"},"review_comments":{"href":"https://api.github.com/repos/rails/rails/pulls/5110/comments"},"html":{"href":"https://github.com/rails/rails/pull/5110"}},"title":"Adding 'itemscope' to the list of boolean attributes.","comments":0,"merged_at":null,"number":5110,"merged":false,"review_comments":0,"created_at":"2012-02-21T11:22:26Z","commits":1,"deletions":1,"patch_url":"https://github.com/rails/rails/pull/5110.patch","state":"open","additions":1,"url":"https://api.github.com/repos/rails/rails/pulls/5110","user":{"login":"frankieroberto","url":"https://api.github.com/users/frankieroberto","avatar_url":"https://secure.gravatar.com/avatar/8e2f1bf5b4855960d2994b3b30a08e04?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"8e2f1bf5b4855960d2994b3b30a08e04","id":30665},"mergeable":null,"diff_url":"https://github.com/rails/rails/pull/5110.diff","issue_url":"https://github.com/rails/rails/issues/5110","changed_files":1,"closed_at":null,"updated_at":"2012-02-21T11:22:26Z","head":{"label":"frankieroberto:patch-1","repo":{"html_url":"https://github.com/frankieroberto/rails","owner":{"login":"frankieroberto","url":"https://api.github.com/users/frankieroberto","avatar_url":"https://secure.gravatar.com/avatar/8e2f1bf5b4855960d2994b3b30a08e04?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"8e2f1bf5b4855960d2994b3b30a08e04","id":30665},"mirror_url":null,"size":38924,"svn_url":"https://github.com/frankieroberto/rails","fork":true,"language":"Ruby","description":"Ruby on Rails","created_at":"2012-02-21T11:18:33Z","name":"rails","git_url":"git://github.com/frankieroberto/rails.git","homepage":"http://rubyonrails.org","has_issues":false,"watchers":1,"open_issues":0,"clone_url":"https://github.com/frankieroberto/rails.git","url":"https://api.github.com/repos/frankieroberto/rails","updated_at":"2012-02-21T11:21:06Z","ssh_url":"[email protected]:frankieroberto/rails.git","has_downloads":true,"private":false,"forks":0,"pushed_at":"2012-02-21T11:20:56Z","master_branch":null,"id":3503203,"has_wiki":false},"user":{"login":"frankieroberto","url":"https://api.github.com/users/frankieroberto","avatar_url":"https://secure.gravatar.com/avatar/8e2f1bf5b4855960d2994b3b30a08e04?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"8e2f1bf5b4855960d2994b3b30a08e04","id":30665},"sha":"cf17a7aad432f6ee7b3c87aab5b2fb96b9855439","ref":"patch-1"},"merged_by":null,"base":{"label":"rails:master","repo":{"html_url":"https://github.com/rails/rails","owner":{"login":"rails","url":"https://api.github.com/users/rails","avatar_url":"https://secure.gravatar.com/avatar/30f39a09e233e8369dddf6feb4be0308?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png","gravatar_id":"30f39a09e233e8369dddf6feb4be0308","id":4223},"mirror_url":null,"size":118508,"svn_url":"https://github.com/rails/rails","fork":false,"language":"Ruby","description":"Ruby on Rails","created_at":"2008-04-11T02:19:47Z","name":"rails","git_url":"git://github.com/rails/rails.git","homepage":"http://rubyonrails.org","has_issues":true,"watchers":12750,"open_issues":777,"clone_url":"https://github.com/rails/rails.git","url":"https://api.github.com/repos/rails/rails","updated_at":"2012-03-03T15:40:19Z","ssh_url":"[email protected]:rails/rails.git","has_downloads":true,"private":false,"forks":2800,"pushed_at":"2012-03-03T15:40:16Z","master_branch":null,"id":8514,"has_wiki":false},"user":{"login":"rails","url":"https://api.github.com/users/rails","avatar_url":"https://secure.gravatar.com/avatar/30f39a09e233e8369dddf6feb4be0308?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png","gravatar_id":"30f39a09e233e8369dddf6feb4be0308","id":4223},"sha":"e7c6cd308e9dfa6ebd4b231548d82bc05760e3b7","ref":"master"},"body":"Itemscope is defined within HTML5 as a boolean attribute for use in microdata markup. See http://www.whatwg.org/specs/web-apps/current-work/multipage/microdata.html#attr-itemscope","id":859554}}
{ "id": 8514, "name": "rails/rails", "url": "https://api.github.dev/repos/rails/rails" }
{ "id": 1979, "login": "jonleighton", "gravatar_id": "2940bc7d4506f3e099e3dcc32a412b98", "avatar_url": "https://secure.gravatar.com/avatar/2940bc7d4506f3e099e3dcc32a412b98?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/jonleighton" }
{ "id": 4223, "login": "rails", "gravatar_id": "30f39a09e233e8369dddf6feb4be0308", "avatar_url": "https://secure.gravatar.com/avatar/30f39a09e233e8369dddf6feb4be0308?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/rails" }
2012-03-03T15:42:47
1526050008
null
PullRequestEvent
true
{"number":5156,"action":"synchronize","pull_request":{"html_url":"https://github.com/rails/rails/pull/5156","title":"Add instance_accessor option to class_attribute","comments":0,"_links":{"comments":{"href":"https://api.github.com/repos/rails/rails/issues/5156/comments"},"self":{"href":"https://api.github.com/repos/rails/rails/pulls/5156"},"review_comments":{"href":"https://api.github.com/repos/rails/rails/pulls/5156/comments"},"html":{"href":"https://github.com/rails/rails/pull/5156"}},"merged_at":null,"number":5156,"merged":false,"review_comments":0,"created_at":"2012-02-24T21:36:11Z","patch_url":"https://github.com/rails/rails/pull/5156.patch","deletions":4,"state":"open","additions":12,"commits":1,"diff_url":"https://github.com/rails/rails/pull/5156.diff","url":"https://api.github.com/repos/rails/rails/pulls/5156","user":{"login":"avakhov","url":"https://api.github.com/users/avakhov","avatar_url":"https://secure.gravatar.com/avatar/54e74983d81fa2fbe4c28e8392532f18?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"54e74983d81fa2fbe4c28e8392532f18","id":92554},"mergeable":null,"changed_files":3,"issue_url":"https://github.com/rails/rails/issues/5156","closed_at":null,"updated_at":"2012-02-28T05:13:41Z","head":{"label":"avakhov:class-attribute-instance-accessor","repo":{"html_url":"https://github.com/avakhov/rails","owner":{"login":"avakhov","url":"https://api.github.com/users/avakhov","avatar_url":"https://secure.gravatar.com/avatar/54e74983d81fa2fbe4c28e8392532f18?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"54e74983d81fa2fbe4c28e8392532f18","id":92554},"mirror_url":null,"size":412,"svn_url":"https://github.com/avakhov/rails","fork":true,"language":"Ruby","description":"Ruby on Rails","created_at":"2012-01-01T20:47:21Z","name":"rails","homepage":"http://rubyonrails.org","has_issues":false,"git_url":"git://github.com/avakhov/rails.git","watchers":1,"open_issues":0,"clone_url":"https://github.com/avakhov/rails.git","url":"https://api.github.com/repos/avakhov/rails","updated_at":"2012-02-28T10:43:10Z","ssh_url":"[email protected]:avakhov/rails.git","has_downloads":true,"private":false,"forks":0,"pushed_at":"2012-02-28T10:43:10Z","master_branch":null,"id":3084053,"has_wiki":false},"user":{"login":"avakhov","url":"https://api.github.com/users/avakhov","avatar_url":"https://secure.gravatar.com/avatar/54e74983d81fa2fbe4c28e8392532f18?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"54e74983d81fa2fbe4c28e8392532f18","id":92554},"sha":"13340cbb8574f6f456df76cc2b1680c451fef137","ref":"class-attribute-instance-accessor"},"merged_by":null,"base":{"label":"rails:master","repo":{"html_url":"https://github.com/rails/rails","owner":{"login":"rails","url":"https://api.github.com/users/rails","avatar_url":"https://secure.gravatar.com/avatar/30f39a09e233e8369dddf6feb4be0308?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png","gravatar_id":"30f39a09e233e8369dddf6feb4be0308","id":4223},"mirror_url":null,"size":121024,"svn_url":"https://github.com/rails/rails","fork":false,"language":"Ruby","description":"Ruby on Rails","created_at":"2008-04-11T02:19:47Z","name":"rails","homepage":"http://rubyonrails.org","has_issues":true,"git_url":"git://github.com/rails/rails.git","watchers":12767,"open_issues":767,"clone_url":"https://github.com/rails/rails.git","url":"https://api.github.com/repos/rails/rails","updated_at":"2012-03-04T18:35:06Z","ssh_url":"[email protected]:rails/rails.git","has_downloads":true,"private":false,"forks":2809,"pushed_at":"2012-03-04T18:34:35Z","master_branch":null,"id":8514,"has_wiki":false},"user":{"login":"rails","url":"https://api.github.com/users/rails","avatar_url":"https://secure.gravatar.com/avatar/30f39a09e233e8369dddf6feb4be0308?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png","gravatar_id":"30f39a09e233e8369dddf6feb4be0308","id":4223},"sha":"acf7e86024fa8f7768f02a84688ae6e20c808c9c","ref":"master"},"body":"option for cattr_accessor was added at Jun 2011 - b12c2e4ebb85170467ac250219557d631c842d8d,\r\nfor mattr_accessor at the same time: bf526c2dbeb73bf11553004e43889a804b72866d\r\n\r\nI suggest to add this option to class_attribute also.","id":883418}}
{ "id": 8514, "name": "rails/rails", "url": "https://api.github.dev/repos/rails/rails" }
{ "id": 1979, "login": "jonleighton", "gravatar_id": "2940bc7d4506f3e099e3dcc32a412b98", "avatar_url": "https://secure.gravatar.com/avatar/2940bc7d4506f3e099e3dcc32a412b98?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/jonleighton" }
{ "id": 4223, "login": "rails", "gravatar_id": "30f39a09e233e8369dddf6feb4be0308", "avatar_url": "https://secure.gravatar.com/avatar/30f39a09e233e8369dddf6feb4be0308?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/rails" }
2012-03-04T18:36:59
1526258939
null
PullRequestEvent
true
{"number":2079,"action":"synchronize","pull_request":{"title":"ActiveResource::Base#create data is not loaded if the transfer-encoding is chunked","comments":2,"html_url":"https://github.com/rails/rails/pull/2079","_links":{"comments":{"href":"https://api.github.com/repos/rails/rails/issues/2079/comments"},"self":{"href":"https://api.github.com/repos/rails/rails/pulls/2079"},"review_comments":{"href":"https://api.github.com/repos/rails/rails/pulls/2079/comments"},"html":{"href":"https://github.com/rails/rails/pull/2079"}},"merged_at":null,"number":2079,"merged":false,"review_comments":1,"created_at":"2011-07-15T06:17:42Z","patch_url":"https://github.com/rails/rails/pull/2079.patch","deletions":1,"state":"open","commits":1,"additions":43,"mergeable":null,"issue_url":"https://github.com/rails/rails/issues/2079","url":"https://api.github.com/repos/rails/rails/pulls/2079","diff_url":"https://github.com/rails/rails/pull/2079.diff","user":{"login":"jkrall","url":"https://api.github.com/users/jkrall","avatar_url":"https://secure.gravatar.com/avatar/dec4b8a778cfd30bbe8f2364059fdb1b?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"dec4b8a778cfd30bbe8f2364059fdb1b","id":11402},"changed_files":2,"updated_at":"2011-11-03T15:15:21Z","closed_at":null,"head":{"label":"jkrall:master","repo":{"owner":{"login":"jkrall","url":"https://api.github.com/users/jkrall","avatar_url":"https://secure.gravatar.com/avatar/dec4b8a778cfd30bbe8f2364059fdb1b?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"dec4b8a778cfd30bbe8f2364059fdb1b","id":11402},"mirror_url":null,"html_url":"https://github.com/jkrall/rails","size":252,"svn_url":"https://github.com/jkrall/rails","fork":true,"language":"Ruby","description":"Ruby on Rails","created_at":"2011-07-15T03:55:25Z","name":"rails","homepage":"http://rubyonrails.org","has_issues":false,"watchers":1,"git_url":"git://github.com/jkrall/rails.git","open_issues":0,"clone_url":"https://github.com/jkrall/rails.git","url":"https://api.github.com/repos/jkrall/rails","ssh_url":"[email protected]:jkrall/rails.git","updated_at":"2011-10-04T16:58:13Z","has_downloads":true,"private":false,"forks":0,"pushed_at":"2011-07-15T06:13:28Z","master_branch":null,"id":2051312,"has_wiki":false},"user":{"login":"jkrall","url":"https://api.github.com/users/jkrall","avatar_url":"https://secure.gravatar.com/avatar/dec4b8a778cfd30bbe8f2364059fdb1b?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"dec4b8a778cfd30bbe8f2364059fdb1b","id":11402},"sha":"00920bb374a73626159e0002fe620f3aa4b5cfcf","ref":"master"},"base":{"label":"rails:master","repo":{"owner":{"login":"rails","url":"https://api.github.com/users/rails","avatar_url":"https://secure.gravatar.com/avatar/30f39a09e233e8369dddf6feb4be0308?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png","gravatar_id":"30f39a09e233e8369dddf6feb4be0308","id":4223},"mirror_url":null,"html_url":"https://github.com/rails/rails","size":117236,"svn_url":"https://github.com/rails/rails","fork":false,"language":"Ruby","description":"Ruby on Rails","created_at":"2008-04-11T02:19:47Z","name":"rails","homepage":"http://rubyonrails.org","has_issues":true,"watchers":12722,"git_url":"git://github.com/rails/rails.git","open_issues":774,"clone_url":"https://github.com/rails/rails.git","url":"https://api.github.com/repos/rails/rails","ssh_url":"[email protected]:rails/rails.git","updated_at":"2012-03-01T17:56:24Z","has_downloads":true,"private":false,"forks":2789,"pushed_at":"2012-03-01T17:56:24Z","master_branch":null,"id":8514,"has_wiki":false},"user":{"login":"rails","url":"https://api.github.com/users/rails","avatar_url":"https://secure.gravatar.com/avatar/30f39a09e233e8369dddf6feb4be0308?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png","gravatar_id":"30f39a09e233e8369dddf6feb4be0308","id":4223},"sha":"f88e9d83f13c7d29120696d7e568fae1efea67f4","ref":"master"},"merged_by":null,"body":"Fixing bug in ActiveResource::Base#create where returned data is not loaded if the transfer-encoding is chunked. Includes tests & all ActiveResource tests pass.\r\n\r\nCommit 154081f0f74988bdb8979f0447ff5816ab83d8fd created this bug, with the goal of fixing 204 responses. There were no tests with this patch, so I added new tests to cover this & my own issue. Refactored the ```load_attributes_from_response``` method to make the logic around when to load attributes more obvious.","id":224638}}
{ "id": 8514, "name": "rails/rails", "url": "https://api.github.dev/repos/rails/rails" }
{ "id": 3124, "login": "tenderlove", "gravatar_id": "f29327647a9cff5c69618bae420792ea", "avatar_url": "https://secure.gravatar.com/avatar/f29327647a9cff5c69618bae420792ea?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/tenderlove" }
{ "id": 4223, "login": "rails", "gravatar_id": "30f39a09e233e8369dddf6feb4be0308", "avatar_url": "https://secure.gravatar.com/avatar/30f39a09e233e8369dddf6feb4be0308?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/rails" }
2012-03-01T17:57:19
1525349561
null
PullRequestEvent
true
{"number":4431,"action":"synchronize","pull_request":{"title":"use const_defined? with second argument in AS::Dependencies","comments":0,"html_url":"https://github.com/rails/rails/pull/4431","_links":{"comments":{"href":"https://api.github.com/repos/rails/rails/issues/4431/comments"},"self":{"href":"https://api.github.com/repos/rails/rails/pulls/4431"},"review_comments":{"href":"https://api.github.com/repos/rails/rails/pulls/4431/comments"},"html":{"href":"https://github.com/rails/rails/pull/4431"}},"merged_at":null,"number":4431,"merged":false,"review_comments":0,"created_at":"2012-01-12T21:54:32Z","patch_url":"https://github.com/rails/rails/pull/4431.patch","deletions":7,"state":"open","commits":1,"additions":3,"mergeable":null,"issue_url":"https://github.com/rails/rails/issues/4431","url":"https://api.github.com/repos/rails/rails/pulls/4431","diff_url":"https://github.com/rails/rails/pull/4431.diff","user":{"login":"lest","url":"https://api.github.com/users/lest","avatar_url":"https://secure.gravatar.com/avatar/18efee6ee5a12946d983169eff2540f2?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"18efee6ee5a12946d983169eff2540f2","id":36079},"changed_files":1,"updated_at":"2012-01-12T21:54:32Z","closed_at":null,"head":{"label":"lest:refactor-1-9","repo":{"owner":{"login":"lest","url":"https://api.github.com/users/lest","avatar_url":"https://secure.gravatar.com/avatar/18efee6ee5a12946d983169eff2540f2?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"18efee6ee5a12946d983169eff2540f2","id":36079},"mirror_url":null,"html_url":"https://github.com/lest/rails","size":260,"svn_url":"https://github.com/lest/rails","fork":true,"language":"Ruby","description":"Ruby on Rails","created_at":"2011-11-17T12:15:59Z","name":"rails","homepage":"http://rubyonrails.org","has_issues":false,"watchers":2,"git_url":"git://github.com/lest/rails.git","open_issues":0,"clone_url":"https://github.com/lest/rails.git","url":"https://api.github.com/repos/lest/rails","ssh_url":"[email protected]:lest/rails.git","updated_at":"2012-02-27T22:28:16Z","has_downloads":true,"private":false,"forks":0,"pushed_at":"2012-02-27T22:28:16Z","master_branch":null,"id":2795158,"has_wiki":false},"user":{"login":"lest","url":"https://api.github.com/users/lest","avatar_url":"https://secure.gravatar.com/avatar/18efee6ee5a12946d983169eff2540f2?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"18efee6ee5a12946d983169eff2540f2","id":36079},"sha":"5e276d23a4b100f5453a6b308b1082ccf9410770","ref":"refactor-1-9"},"base":{"label":"rails:master","repo":{"owner":{"login":"rails","url":"https://api.github.com/users/rails","avatar_url":"https://secure.gravatar.com/avatar/30f39a09e233e8369dddf6feb4be0308?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png","gravatar_id":"30f39a09e233e8369dddf6feb4be0308","id":4223},"mirror_url":null,"html_url":"https://github.com/rails/rails","size":117236,"svn_url":"https://github.com/rails/rails","fork":false,"language":"Ruby","description":"Ruby on Rails","created_at":"2008-04-11T02:19:47Z","name":"rails","homepage":"http://rubyonrails.org","has_issues":true,"watchers":12722,"git_url":"git://github.com/rails/rails.git","open_issues":774,"clone_url":"https://github.com/rails/rails.git","url":"https://api.github.com/repos/rails/rails","ssh_url":"[email protected]:rails/rails.git","updated_at":"2012-03-01T17:56:24Z","has_downloads":true,"private":false,"forks":2789,"pushed_at":"2012-03-01T17:56:24Z","master_branch":null,"id":8514,"has_wiki":false},"user":{"login":"rails","url":"https://api.github.com/users/rails","avatar_url":"https://secure.gravatar.com/avatar/30f39a09e233e8369dddf6feb4be0308?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png","gravatar_id":"30f39a09e233e8369dddf6feb4be0308","id":4223},"sha":"9c993cb348a37563c0ab7c12ded9c21938cc6781","ref":"master"},"merged_by":null,"body":"there is no need in local_const_defined? helper method","id":684079}}
{ "id": 8514, "name": "rails/rails", "url": "https://api.github.dev/repos/rails/rails" }
{ "id": 3124, "login": "tenderlove", "gravatar_id": "f29327647a9cff5c69618bae420792ea", "avatar_url": "https://secure.gravatar.com/avatar/f29327647a9cff5c69618bae420792ea?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/tenderlove" }
{ "id": 4223, "login": "rails", "gravatar_id": "30f39a09e233e8369dddf6feb4be0308", "avatar_url": "https://secure.gravatar.com/avatar/30f39a09e233e8369dddf6feb4be0308?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/rails" }
2012-03-01T17:59:13
1525350382
null
PullRequestEvent
true
{"pull_request":{"merged_at":null,"title":"JSONP should use mimetype application/javascript","created_at":"2011-07-28T11:45:43Z","user":{"id":149765,"login":"omjokine","url":"https://api.github.com/users/omjokine","gravatar_id":"40e339cf56748d69c828b78c7160f961","avatar_url":"https://secure.gravatar.com/avatar/40e339cf56748d69c828b78c7160f961?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png"},"updated_at":"2011-12-01T13:34:30Z","review_comments":0,"state":"open","id":244019,"patch_url":"https://github.com/rails/rails/pull/2321.patch","html_url":"https://github.com/rails/rails/pull/2321","closed_at":null,"deletions":2,"mergeable":null,"base":{"user":{"id":4223,"login":"rails","url":"https://api.github.com/users/rails","gravatar_id":"30f39a09e233e8369dddf6feb4be0308","avatar_url":"https://secure.gravatar.com/avatar/30f39a09e233e8369dddf6feb4be0308?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png"},"ref":"master","repo":{"git_url":"git://github.com/rails/rails.git","created_at":"2008-04-11T02:19:47Z","open_issues":751,"watchers":12552,"updated_at":"2012-02-21T02:17:05Z","fork":false,"id":8514,"has_wiki":false,"language":"Ruby","html_url":"https://github.com/rails/rails","name":"rails","master_branch":null,"description":"Ruby on Rails","has_issues":true,"mirror_url":null,"clone_url":"https://github.com/rails/rails.git","url":"https://api.github.com/repos/rails/rails","forks":2746,"pushed_at":"2012-02-21T02:17:05Z","ssh_url":"[email protected]:rails/rails.git","has_downloads":true,"owner":{"id":4223,"login":"rails","url":"https://api.github.com/users/rails","gravatar_id":"30f39a09e233e8369dddf6feb4be0308","avatar_url":"https://secure.gravatar.com/avatar/30f39a09e233e8369dddf6feb4be0308?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png"},"homepage":"http://rubyonrails.org","size":114196,"private":false,"svn_url":"https://github.com/rails/rails"},"sha":"1e51cd957e3c90f4be35f1f0c4c380d8f7d40d66","label":"rails:master"},"issue_url":"https://github.com/rails/rails/issues/2321","body":"At least Google Chrome warns if JSONP is used and mimetype is application/JSON.","commits":3,"number":2321,"additions":5,"_links":{"review_comments":{"href":"https://api.github.com/repos/rails/rails/pulls/2321/comments"},"html":{"href":"https://github.com/rails/rails/pull/2321"},"self":{"href":"https://api.github.com/repos/rails/rails/pulls/2321"},"comments":{"href":"https://api.github.com/repos/rails/rails/issues/2321/comments"}},"url":"https://api.github.com/repos/rails/rails/pulls/2321","diff_url":"https://github.com/rails/rails/pull/2321.diff","merged_by":null,"comments":1,"head":{"user":{"id":149765,"login":"omjokine","url":"https://api.github.com/users/omjokine","gravatar_id":"40e339cf56748d69c828b78c7160f961","avatar_url":"https://secure.gravatar.com/avatar/40e339cf56748d69c828b78c7160f961?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png"},"ref":"master","repo":null,"sha":"b4e1903d23a760028d58bc3bb20a1d491bfd4a4b","label":"omjokine:master"},"merged":false,"changed_files":2},"number":2321,"action":"synchronize"}
{ "id": 8514, "name": "rails/rails", "url": "https://api.github.dev/repos/rails/rails" }
{ "id": 3124, "login": "tenderlove", "gravatar_id": "f29327647a9cff5c69618bae420792ea", "avatar_url": "https://secure.gravatar.com/avatar/f29327647a9cff5c69618bae420792ea?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/tenderlove" }
{ "id": 4223, "login": "rails", "gravatar_id": "30f39a09e233e8369dddf6feb4be0308", "avatar_url": "https://secure.gravatar.com/avatar/30f39a09e233e8369dddf6feb4be0308?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/rails" }
2012-02-21T02:17:56
1521694198
null
PullRequestEvent
true
{"pull_request":{"title":"Second round of OSSRH deployment fixes","merged_at":null,"user":{"login":"jsuereth","id":29006,"url":"https://api.github.com/users/jsuereth","avatar_url":"https://secure.gravatar.com/avatar/5ed293320c06809a24812f56861201ad?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"5ed293320c06809a24812f56861201ad"},"created_at":"2012-02-20T20:22:24Z","updated_at":"2012-02-20T20:22:24Z","state":"open","review_comments":0,"id":856579,"patch_url":"https://github.com/scala/scala/pull/214.patch","closed_at":null,"deletions":50,"html_url":"https://github.com/scala/scala/pull/214","mergeable":null,"base":{"user":{"login":"scala","id":57059,"url":"https://api.github.com/users/scala","avatar_url":"https://secure.gravatar.com/avatar/c0713d6f34649ef9a7358de2ef25379a?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png","gravatar_id":"c0713d6f34649ef9a7358de2ef25379a"},"ref":"master","sha":"a6a9684f5ba5df146be1f24bd170e97f0b2208ce","repo":{"open_issues":7,"git_url":"git://github.com/scala/scala.git","watchers":306,"created_at":"2011-12-01T05:02:34Z","updated_at":"2012-02-20T16:09:02Z","fork":false,"id":2888818,"has_wiki":true,"language":"Scala","html_url":"https://github.com/scala/scala","name":"scala","master_branch":null,"description":"The Scala programming language","pushed_at":"2012-02-20T04:16:24Z","has_issues":false,"mirror_url":null,"forks":80,"ssh_url":"[email protected]:scala/scala.git","url":"https://api.github.com/repos/scala/scala","clone_url":"https://github.com/scala/scala.git","has_downloads":true,"homepage":"http://www.scala-lang.org/","owner":{"login":"scala","id":57059,"url":"https://api.github.com/users/scala","avatar_url":"https://secure.gravatar.com/avatar/c0713d6f34649ef9a7358de2ef25379a?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png","gravatar_id":"c0713d6f34649ef9a7358de2ef25379a"},"private":false,"size":44062,"svn_url":"https://github.com/scala/scala"},"label":"scala:master"},"issue_url":"https://github.com/scala/scala/issues/214","number":214,"commits":2,"additions":268,"body":"* Generate src jars for all artifacts\r\n* Generate doc jars for all artifacts (inlcuding scaladoc on jline, WEEEE)\r\n* Use GPG and agent to sign artifacts\r\n* Embedded maven sucky deployment option. Deploy times increase from 3 minutes to ~15.","_links":{"review_comments":{"href":"https://api.github.com/repos/scala/scala/pulls/214/comments"},"html":{"href":"https://github.com/scala/scala/pull/214"},"self":{"href":"https://api.github.com/repos/scala/scala/pulls/214"},"comments":{"href":"https://api.github.com/repos/scala/scala/issues/214/comments"}},"merged_by":null,"url":"https://api.github.com/repos/scala/scala/pulls/214","diff_url":"https://github.com/scala/scala/pull/214.diff","comments":0,"changed_files":3,"head":{"user":{"login":"jsuereth","id":29006,"url":"https://api.github.com/users/jsuereth","avatar_url":"https://secure.gravatar.com/avatar/5ed293320c06809a24812f56861201ad?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"5ed293320c06809a24812f56861201ad"},"ref":"2.10.0-milestones","sha":"5e61fea4d6878ae1e884bb65bc71b4428ce33555","repo":{"open_issues":0,"git_url":"git://github.com/jsuereth/scala.git","watchers":2,"created_at":"2011-12-01T14:31:20Z","updated_at":"2012-02-20T20:08:18Z","fork":true,"id":2891600,"has_wiki":true,"language":"Scala","html_url":"https://github.com/jsuereth/scala","name":"scala","master_branch":null,"description":"The Scala programming language","pushed_at":"2012-02-20T20:08:18Z","has_issues":false,"mirror_url":null,"forks":0,"ssh_url":"[email protected]:jsuereth/scala.git","url":"https://api.github.com/repos/jsuereth/scala","clone_url":"https://github.com/jsuereth/scala.git","has_downloads":true,"homepage":"http://www.scala-lang.org/","owner":{"login":"jsuereth","id":29006,"url":"https://api.github.com/users/jsuereth","avatar_url":"https://secure.gravatar.com/avatar/5ed293320c06809a24812f56861201ad?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"5ed293320c06809a24812f56861201ad"},"private":false,"size":172,"svn_url":"https://github.com/jsuereth/scala"},"label":"jsuereth:2.10.0-milestones"},"merged":false},"number":214,"action":"opened"}
{ "id": 2888818, "name": "scala/scala", "url": "https://api.github.dev/repos/scala/scala" }
{ "id": 29006, "login": "jsuereth", "gravatar_id": "5ed293320c06809a24812f56861201ad", "avatar_url": "https://secure.gravatar.com/avatar/5ed293320c06809a24812f56861201ad?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/jsuereth" }
{ "id": 57059, "login": "scala", "gravatar_id": "c0713d6f34649ef9a7358de2ef25379a", "avatar_url": "https://secure.gravatar.com/avatar/c0713d6f34649ef9a7358de2ef25379a?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/scala" }
2012-02-20T20:22:25
1521593462
null
PullRequestEvent
true
{"number":1082,"action":"synchronize","pull_request":{"html_url":"https://github.com/spree/spree/pull/1082","_links":{"comments":{"href":"https://api.github.com/repos/spree/spree/issues/1082/comments"},"self":{"href":"https://api.github.com/repos/spree/spree/pulls/1082"},"review_comments":{"href":"https://api.github.com/repos/spree/spree/pulls/1082/comments"},"html":{"href":"https://github.com/spree/spree/pull/1082"}},"title":"0.70 fix for on_hand scope including products with 0 on hand","comments":1,"merged_at":null,"number":1082,"merged":false,"review_comments":0,"created_at":"2012-02-03T07:07:04Z","commits":1,"deletions":1,"patch_url":"https://github.com/spree/spree/pull/1082.patch","state":"open","additions":1,"url":"https://api.github.com/repos/spree/spree/pulls/1082","user":{"login":"adamcrown","url":"https://api.github.com/users/adamcrown","avatar_url":"https://secure.gravatar.com/avatar/8e376bdb110a47cc06658bf84d46d515?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"8e376bdb110a47cc06658bf84d46d515","id":277306},"mergeable":null,"diff_url":"https://github.com/spree/spree/pull/1082.diff","issue_url":"https://github.com/spree/spree/issues/1082","changed_files":1,"closed_at":null,"updated_at":"2012-02-07T03:56:08Z","head":{"label":"obleDesign:0-70-stable","repo":{"html_url":"https://github.com/obleDesign/spree","owner":{"login":"obleDesign","url":"https://api.github.com/users/obleDesign","avatar_url":"https://secure.gravatar.com/avatar/35b4a5130c96d45d2a84e3b9e1bf4ca4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png","gravatar_id":"35b4a5130c96d45d2a84e3b9e1bf4ca4","id":395115},"mirror_url":null,"size":1252,"svn_url":"https://github.com/obleDesign/spree","fork":true,"language":"Ruby","description":"Spree is a complete open source e-commerce solution for Ruby on Rails.","created_at":"2011-05-01T01:25:13Z","name":"spree","git_url":"git://github.com/obleDesign/spree.git","homepage":"http://spreecommerce.com","has_issues":false,"watchers":1,"open_issues":0,"clone_url":"https://github.com/obleDesign/spree.git","url":"https://api.github.com/repos/obleDesign/spree","updated_at":"2012-02-03T06:56:14Z","ssh_url":"[email protected]:obleDesign/spree.git","has_downloads":true,"private":false,"forks":0,"pushed_at":"2012-02-03T06:56:14Z","master_branch":null,"id":1686537,"has_wiki":true},"user":{"login":"obleDesign","url":"https://api.github.com/users/obleDesign","avatar_url":"https://secure.gravatar.com/avatar/35b4a5130c96d45d2a84e3b9e1bf4ca4?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png","gravatar_id":"35b4a5130c96d45d2a84e3b9e1bf4ca4","id":395115},"sha":"ef4f80e8571257d418325a7d0484b6e6630907fb","ref":"0-70-stable"},"merged_by":null,"base":{"label":"spree:0-70-stable","repo":{"html_url":"https://github.com/spree/spree","owner":{"login":"spree","url":"https://api.github.com/users/spree","avatar_url":"https://secure.gravatar.com/avatar/6e7bd328d41d19364d9db740152219c8?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png","gravatar_id":"6e7bd328d41d19364d9db740152219c8","id":56702},"mirror_url":null,"size":10692,"svn_url":"https://github.com/spree/spree","fork":false,"language":"Ruby","description":"Spree is a complete open source e-commerce solution for Ruby on Rails.","created_at":"2008-03-10T14:45:35Z","name":"spree","git_url":"git://github.com/spree/spree.git","homepage":"http://spreecommerce.com","has_issues":true,"watchers":2700,"open_issues":71,"clone_url":"https://github.com/spree/spree.git","url":"https://api.github.com/repos/spree/spree","updated_at":"2012-03-03T18:41:54Z","ssh_url":"[email protected]:spree/spree.git","has_downloads":true,"private":false,"forks":789,"pushed_at":"2012-03-03T18:41:54Z","master_branch":null,"id":3314,"has_wiki":true},"user":{"login":"spree","url":"https://api.github.com/users/spree","avatar_url":"https://secure.gravatar.com/avatar/6e7bd328d41d19364d9db740152219c8?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png","gravatar_id":"6e7bd328d41d19364d9db740152219c8","id":56702},"sha":"670394bebd0371fac4b058032a35da4c4bdd505b","ref":"0-70-stable"},"body":"The product on_hand scope was querying \"count_on_hand >= 0\" instead of \"count_on_hand > 0\".\r\n\r\nI know 1.0 is getting most of the attention these days but since 0.70 is still the stable branch, and this seems like a significant bug, I thought it would be worth fixing.","id":777340}}
{ "id": 3314, "name": "spree/spree", "url": "https://api.github.dev/repos/spree/spree" }
{ "id": 85518, "login": "schof", "gravatar_id": "6e0df11a3326dfcf8e81f05ffd3f5502", "avatar_url": "https://secure.gravatar.com/avatar/6e0df11a3326dfcf8e81f05ffd3f5502?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/schof" }
{ "id": 56702, "login": "spree", "gravatar_id": "6e7bd328d41d19364d9db740152219c8", "avatar_url": "https://secure.gravatar.com/avatar/6e7bd328d41d19364d9db740152219c8?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/spree" }
2012-03-03T18:41:56
1526080639
null
PullRequestEvent
true
{"pull_request":{"merged_at":null,"title":"fixing #969 and #971 - actions not appending and duplicate products","user":{"id":74861,"login":"cmar","url":"https://api.github.com/users/cmar","gravatar_id":"cf989ae1f7ddd979f38b00ec033a0e7d","avatar_url":"https://secure.gravatar.com/avatar/cf989ae1f7ddd979f38b00ec033a0e7d?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png"},"created_at":"2012-01-18T20:51:52Z","updated_at":"2012-01-18T20:51:52Z","review_comments":0,"state":"open","id":706580,"patch_url":"https://github.com/spree/spree/pull/992.patch","html_url":"https://github.com/spree/spree/pull/992","closed_at":null,"deletions":22,"mergeable":null,"base":{"ref":"master","user":{"id":56702,"login":"spree","url":"https://api.github.com/users/spree","gravatar_id":"6e7bd328d41d19364d9db740152219c8","avatar_url":"https://secure.gravatar.com/avatar/6e7bd328d41d19364d9db740152219c8?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png"},"sha":"b4cab9eb597a74a4298ab5a5225bea96bc15afe0","repo":{"watchers":2531,"open_issues":69,"created_at":"2008-03-10T14:45:35Z","git_url":"git://github.com/spree/spree.git","updated_at":"2012-01-18T18:46:21Z","fork":false,"id":3314,"language":"Ruby","html_url":"https://github.com/spree/spree","name":"spree","description":"Spree is a complete open source e-commerce solution for Ruby on Rails.","master_branch":null,"url":"https://api.github.com/repos/spree/spree","clone_url":"https://github.com/spree/spree.git","ssh_url":"[email protected]:spree/spree.git","forks":721,"pushed_at":"2012-01-18T10:52:46Z","owner":{"id":56702,"login":"spree","url":"https://api.github.com/users/spree","gravatar_id":"6e7bd328d41d19364d9db740152219c8","avatar_url":"https://secure.gravatar.com/avatar/6e7bd328d41d19364d9db740152219c8?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png"},"homepage":"http://spreecommerce.com","size":9656,"private":false,"svn_url":"https://github.com/spree/spree"},"label":"spree:master"},"issue_url":"https://github.com/spree/spree/issues/992","additions":25,"commits":1,"body":"Modified the templates for promo actions so they could append rather then replace all the html\r\n\r\nupdated javascript which was updating to many hidden fields on item selections\r\n\r\nfixes #969\r\nfixes #971","number":992,"_links":{"review_comments":{"href":"https://api.github.com/repos/spree/spree/pulls/992/comments"},"html":{"href":"https://github.com/spree/spree/pull/992"},"self":{"href":"https://api.github.com/repos/spree/spree/pulls/992"},"comments":{"href":"https://api.github.com/repos/spree/spree/issues/992/comments"}},"url":"https://api.github.com/repos/spree/spree/pulls/992","diff_url":"https://github.com/spree/spree/pull/992.diff","merged_by":null,"comments":0,"head":{"ref":"promo_actions_969_971","user":{"id":74861,"login":"cmar","url":"https://api.github.com/users/cmar","gravatar_id":"cf989ae1f7ddd979f38b00ec033a0e7d","avatar_url":"https://secure.gravatar.com/avatar/cf989ae1f7ddd979f38b00ec033a0e7d?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png"},"sha":"d803305d6c346c6a5d09e8e25a2444834c2290a6","repo":{"watchers":1,"open_issues":0,"created_at":"2011-11-28T14:46:39Z","git_url":"git://github.com/cmar/spree.git","updated_at":"2012-01-18T20:49:18Z","fork":true,"id":2867775,"language":"Ruby","html_url":"https://github.com/cmar/spree","name":"spree","description":"Spree is a complete open source e-commerce solution for Ruby on Rails.","master_branch":null,"url":"https://api.github.com/repos/cmar/spree","clone_url":"https://github.com/cmar/spree.git","ssh_url":"[email protected]:cmar/spree.git","forks":0,"pushed_at":"2012-01-18T20:49:16Z","owner":{"id":74861,"login":"cmar","url":"https://api.github.com/users/cmar","gravatar_id":"cf989ae1f7ddd979f38b00ec033a0e7d","avatar_url":"https://secure.gravatar.com/avatar/cf989ae1f7ddd979f38b00ec033a0e7d?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png"},"homepage":"http://spreecommerce.com","size":196,"private":false,"svn_url":"https://github.com/cmar/spree"},"label":"cmar:promo_actions_969_971"},"merged":false,"changed_files":7},"number":992,"action":"opened"}
{ "id": 3314, "name": "spree/spree", "url": "https://api.github.dev/repos/spree/spree" }
{ "id": 74861, "login": "cmar", "gravatar_id": "cf989ae1f7ddd979f38b00ec033a0e7d", "avatar_url": "https://secure.gravatar.com/avatar/cf989ae1f7ddd979f38b00ec033a0e7d?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/cmar" }
{ "id": 56702, "login": "spree", "gravatar_id": "6e7bd328d41d19364d9db740152219c8", "avatar_url": "https://secure.gravatar.com/avatar/6e7bd328d41d19364d9db740152219c8?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/spree" }
2012-01-18T20:51:53
1512565898
null
PullRequestEvent
true
{"pull_request":{"user":{"id":4252,"login":"peterberkenbosch","url":"https://api.github.com/users/peterberkenbosch","avatar_url":"https://secure.gravatar.com/avatar/426c00163cdcec33794008e87059de14?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"426c00163cdcec33794008e87059de14"},"merged_at":null,"created_at":"2012-02-15T18:21:47Z","title":"fixed url to the correct payment providers page","state":"open","review_comments":0,"updated_at":"2012-02-15T18:21:47Z","id":834171,"patch_url":"https://github.com/spree/spree/pull/1160.patch","closed_at":null,"html_url":"https://github.com/spree/spree/pull/1160","deletions":1,"mergeable":null,"base":{"user":{"id":56702,"login":"spree","url":"https://api.github.com/users/spree","avatar_url":"https://secure.gravatar.com/avatar/6e7bd328d41d19364d9db740152219c8?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png","gravatar_id":"6e7bd328d41d19364d9db740152219c8"},"ref":"master","repo":{"open_issues":67,"created_at":"2008-03-10T14:45:35Z","watchers":2656,"git_url":"git://github.com/spree/spree.git","fork":false,"updated_at":"2012-02-17T20:42:14Z","id":3314,"has_wiki":true,"language":"Ruby","html_url":"https://github.com/spree/spree","name":"spree","master_branch":null,"description":"Spree is a complete open source e-commerce solution for Ruby on Rails.","mirror_url":null,"ssh_url":"[email protected]:spree/spree.git","url":"https://api.github.com/repos/spree/spree","forks":771,"pushed_at":"2012-02-17T20:42:12Z","clone_url":"https://github.com/spree/spree.git","has_issues":true,"has_downloads":true,"homepage":"http://spreecommerce.com","owner":{"id":56702,"login":"spree","url":"https://api.github.com/users/spree","avatar_url":"https://secure.gravatar.com/avatar/6e7bd328d41d19364d9db740152219c8?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png","gravatar_id":"6e7bd328d41d19364d9db740152219c8"},"private":false,"size":10472,"svn_url":"https://github.com/spree/spree"},"sha":"56dc7c841cf9cca5974eeb678b80cd31f66f3711","label":"spree:master"},"issue_url":"https://github.com/spree/spree/issues/1160","body":"","number":1160,"commits":3,"additions":1,"url":"https://api.github.com/repos/spree/spree/pulls/1160","diff_url":"https://github.com/spree/spree/pull/1160.diff","merged_by":null,"_links":{"review_comments":{"href":"https://api.github.com/repos/spree/spree/pulls/1160/comments"},"html":{"href":"https://github.com/spree/spree/pull/1160"},"self":{"href":"https://api.github.com/repos/spree/spree/pulls/1160"},"comments":{"href":"https://api.github.com/repos/spree/spree/issues/1160/comments"}},"comments":0,"head":{"user":{"id":4252,"login":"peterberkenbosch","url":"https://api.github.com/users/peterberkenbosch","avatar_url":"https://secure.gravatar.com/avatar/426c00163cdcec33794008e87059de14?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"426c00163cdcec33794008e87059de14"},"ref":"master","repo":{"open_issues":0,"created_at":"2012-01-28T10:56:48Z","watchers":1,"git_url":"git://github.com/peterberkenbosch/spree.git","fork":true,"updated_at":"2012-02-15T18:21:08Z","id":3290004,"has_wiki":true,"language":"Ruby","html_url":"https://github.com/peterberkenbosch/spree","name":"spree","master_branch":null,"description":"Spree is a complete open source e-commerce solution for Ruby on Rails.","mirror_url":null,"ssh_url":"[email protected]:peterberkenbosch/spree.git","url":"https://api.github.com/repos/peterberkenbosch/spree","forks":0,"pushed_at":"2012-02-15T18:21:05Z","clone_url":"https://github.com/peterberkenbosch/spree.git","has_issues":false,"has_downloads":true,"homepage":"http://spreecommerce.com","owner":{"id":4252,"login":"peterberkenbosch","url":"https://api.github.com/users/peterberkenbosch","avatar_url":"https://secure.gravatar.com/avatar/426c00163cdcec33794008e87059de14?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"426c00163cdcec33794008e87059de14"},"private":false,"size":284,"svn_url":"https://github.com/peterberkenbosch/spree"},"sha":"34eeb93fba1e504920ad34fb39a2af6ac5dc13c7","label":"peterberkenbosch:master"},"merged":false,"changed_files":1},"number":1160,"action":"synchronize"}
{ "id": 3314, "name": "spree/spree", "url": "https://api.github.dev/repos/spree/spree" }
{ "id": 2687, "login": "radar", "gravatar_id": "9a2a53db8e9b4476038c94a64b32833f", "avatar_url": "https://secure.gravatar.com/avatar/9a2a53db8e9b4476038c94a64b32833f?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/radar" }
{ "id": 56702, "login": "spree", "gravatar_id": "6e7bd328d41d19364d9db740152219c8", "avatar_url": "https://secure.gravatar.com/avatar/6e7bd328d41d19364d9db740152219c8?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/spree" }
2012-02-17T20:42:16
1520860989
null
PullRequestEvent
true
{"pull_request":{"created_at":"2012-01-26T12:17:38Z","merged_at":null,"title":"Make log files invisible to text editors by prepending them with a dot.","user":{"id":367080,"login":"cleverscale","url":"https://api.github.com/users/cleverscale","avatar_url":"https://secure.gravatar.com/avatar/2b7c189df0b4f80a1ef9b7b365cd0f30?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"2b7c189df0b4f80a1ef9b7b365cd0f30"},"updated_at":"2012-01-27T05:43:01Z","review_comments":0,"state":"closed","id":739895,"patch_url":"https://github.com/sunaku/tork/pull/24.patch","html_url":"https://github.com/sunaku/tork/pull/24","deletions":2,"closed_at":"2012-01-27T05:43:01Z","mergeable":false,"base":{"ref":"master","user":{"id":9863,"login":"sunaku","url":"https://api.github.com/users/sunaku","avatar_url":"https://secure.gravatar.com/avatar/79f9616c279f40ef953f366dcfe38dc8?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"79f9616c279f40ef953f366dcfe38dc8"},"sha":"23177e5961222b65c5ce3ba024f51dd62d23feec","repo":{"open_issues":3,"git_url":"git://github.com/sunaku/tork.git","created_at":"2010-10-10T00:58:48Z","watchers":100,"fork":false,"updated_at":"2012-01-27T05:41:35Z","language":"Ruby","id":975559,"has_wiki":true,"html_url":"https://github.com/sunaku/tork","master_branch":null,"name":"tork","description":"Test with fork","pushed_at":"2012-01-27T05:41:35Z","clone_url":"https://github.com/sunaku/tork.git","url":"https://api.github.com/repos/sunaku/tork","has_issues":true,"ssh_url":"[email protected]:sunaku/tork.git","mirror_url":null,"forks":12,"has_downloads":true,"owner":{"id":9863,"login":"sunaku","url":"https://api.github.com/users/sunaku","avatar_url":"https://secure.gravatar.com/avatar/79f9616c279f40ef953f366dcfe38dc8?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"79f9616c279f40ef953f366dcfe38dc8"},"homepage":"http://snk.tuxfamily.org/log/test-loop.html","size":172,"private":false,"svn_url":"https://github.com/sunaku/tork"},"label":"sunaku:master"},"issue_url":"https://github.com/sunaku/tork/issues/24","body":"","commits":1,"number":24,"additions":3,"url":"https://api.github.com/repos/sunaku/tork/pulls/24","_links":{"review_comments":{"href":"https://api.github.com/repos/sunaku/tork/pulls/24/comments"},"html":{"href":"https://github.com/sunaku/tork/pull/24"},"self":{"href":"https://api.github.com/repos/sunaku/tork/pulls/24"},"comments":{"href":"https://api.github.com/repos/sunaku/tork/issues/24/comments"}},"diff_url":"https://github.com/sunaku/tork/pull/24.diff","merged_by":null,"comments":1,"changed_files":2,"head":{"ref":"master","user":{"id":367080,"login":"cleverscale","url":"https://api.github.com/users/cleverscale","avatar_url":"https://secure.gravatar.com/avatar/2b7c189df0b4f80a1ef9b7b365cd0f30?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"2b7c189df0b4f80a1ef9b7b365cd0f30"},"sha":"e68449c6c7d70ffe9571041e0934984dca8e9efc","repo":{"open_issues":0,"git_url":"git://github.com/cleverscale/tork.git","created_at":"2012-01-26T11:55:55Z","watchers":1,"fork":true,"updated_at":"2012-01-26T12:16:53Z","language":"Ruby","id":3273451,"has_wiki":true,"html_url":"https://github.com/cleverscale/tork","master_branch":null,"name":"tork","description":"Test with fork","pushed_at":"2012-01-26T12:16:53Z","clone_url":"https://github.com/cleverscale/tork.git","url":"https://api.github.com/repos/cleverscale/tork","has_issues":false,"ssh_url":"[email protected]:cleverscale/tork.git","mirror_url":null,"forks":0,"has_downloads":true,"owner":{"id":367080,"login":"cleverscale","url":"https://api.github.com/users/cleverscale","avatar_url":"https://secure.gravatar.com/avatar/2b7c189df0b4f80a1ef9b7b365cd0f30?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"2b7c189df0b4f80a1ef9b7b365cd0f30"},"homepage":"http://snk.tuxfamily.org/log/test-loop.html","size":112,"private":false,"svn_url":"https://github.com/cleverscale/tork"},"label":"cleverscale:master"},"merged":false},"number":24,"action":"closed"}
{ "id": 975559, "name": "sunaku/tork", "url": "https://api.github.dev/repos/sunaku/tork" }
{ "id": 9863, "login": "sunaku", "gravatar_id": "79f9616c279f40ef953f366dcfe38dc8", "avatar_url": "https://secure.gravatar.com/avatar/79f9616c279f40ef953f366dcfe38dc8?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/sunaku" }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2012-01-27T05:43:03
1514792761
null
PullRequestEvent
true
{"pull_request":{"title":"ImmutableMatrix","user":{"id":306380,"login":"mrocklin","url":"https://api.github.com/users/mrocklin","avatar_url":"https://secure.gravatar.com/avatar/8749ec52cee260c4c1f67f2dec29d957?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"8749ec52cee260c4c1f67f2dec29d957"},"merged_at":null,"created_at":"2012-01-23T03:26:04Z","updated_at":"2012-01-23T03:26:04Z","review_comments":0,"state":"open","id":721715,"patch_url":"https://github.com/sympy/sympy/pull/1015.patch","closed_at":null,"html_url":"https://github.com/sympy/sympy/pull/1015","deletions":587,"mergeable":null,"base":{"ref":"master","user":{"id":260832,"login":"sympy","url":"https://api.github.com/users/sympy","avatar_url":"https://secure.gravatar.com/avatar/cbddfebe00a15f38108875eaafa827de?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png","gravatar_id":"cbddfebe00a15f38108875eaafa827de"},"sha":"afe4f83ff17c2b27ae6f20dc9fb6258a1316bd22","repo":{"watchers":293,"git_url":"git://github.com/sympy/sympy.git","open_issues":76,"created_at":"2010-04-30T20:37:14Z","updated_at":"2012-01-23T00:19:26Z","fork":false,"id":640534,"has_wiki":true,"language":"Python","html_url":"https://github.com/sympy/sympy","name":"sympy","description":"A computer algebra system written in pure Python","master_branch":null,"pushed_at":"2012-01-23T00:19:26Z","url":"https://api.github.com/repos/sympy/sympy","clone_url":"https://github.com/sympy/sympy.git","ssh_url":"[email protected]:sympy/sympy.git","has_issues":true,"forks":204,"mirror_url":null,"has_downloads":true,"owner":{"id":260832,"login":"sympy","url":"https://api.github.com/users/sympy","avatar_url":"https://secure.gravatar.com/avatar/cbddfebe00a15f38108875eaafa827de?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png","gravatar_id":"cbddfebe00a15f38108875eaafa827de"},"homepage":"http://sympy.org/","svn_url":"https://github.com/sympy/sympy","size":4964,"private":false},"label":"sympy:master"},"issue_url":"https://github.com/sympy/sympy/issues/1015","additions":874,"body":"This pull request adds an ImmutableMatrix type that inherits from Basic. \r\n\r\nIt does this by splitting the current Matrix class into a MatrixBase and an inherited MutableMatrix I.e. we have\r\n\r\nMatrixBase:\r\n MutableMatrix (the old matrix, still aliased to Matrix)\r\n ImmutableMatrix (this is a Basic that acts like Matrix except for mutability\r\n\r\nThis pull also includes some additional work in making MatrixExpr's interact nicely with explicitly defined matrices (I.e. MatrixBase objects ). This was related so I merged the two branches. \r\n\r\nThis pull is not ready for serious review, it is just up to enable commenting. \r\n\r\nIssue: http://code.google.com/p/sympy/issues/detail?id=3021\r\nE-mail Thread: https://groups.google.com/group/sympy/browse_thread/thread/f9882fa106ac9726\r\n","commits":9,"number":1015,"diff_url":"https://github.com/sympy/sympy/pull/1015.diff","url":"https://api.github.com/repos/sympy/sympy/pulls/1015","merged_by":null,"_links":{"review_comments":{"href":"https://api.github.com/repos/sympy/sympy/pulls/1015/comments"},"html":{"href":"https://github.com/sympy/sympy/pull/1015"},"self":{"href":"https://api.github.com/repos/sympy/sympy/pulls/1015"},"comments":{"href":"https://api.github.com/repos/sympy/sympy/issues/1015/comments"}},"comments":0,"head":{"ref":"immutable_matrix_matexpr","user":{"id":306380,"login":"mrocklin","url":"https://api.github.com/users/mrocklin","avatar_url":"https://secure.gravatar.com/avatar/8749ec52cee260c4c1f67f2dec29d957?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"8749ec52cee260c4c1f67f2dec29d957"},"sha":"e46420fc86e1269f0f8f7b5a77e7834e423ba09c","repo":{"watchers":3,"git_url":"git://github.com/mrocklin/sympy.git","open_issues":1,"created_at":"2011-03-22T15:38:00Z","updated_at":"2012-01-23T03:07:11Z","fork":true,"id":1511892,"has_wiki":true,"language":"Python","html_url":"https://github.com/mrocklin/sympy","name":"sympy","description":"The main development repo for SymPy","master_branch":null,"pushed_at":"2012-01-23T03:07:11Z","url":"https://api.github.com/repos/mrocklin/sympy","clone_url":"https://github.com/mrocklin/sympy.git","ssh_url":"[email protected]:mrocklin/sympy.git","has_issues":false,"forks":0,"mirror_url":null,"has_downloads":true,"owner":{"id":306380,"login":"mrocklin","url":"https://api.github.com/users/mrocklin","avatar_url":"https://secure.gravatar.com/avatar/8749ec52cee260c4c1f67f2dec29d957?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"8749ec52cee260c4c1f67f2dec29d957"},"homepage":"http://sympy.org/","svn_url":"https://github.com/mrocklin/sympy","size":644,"private":false},"label":"mrocklin:immutable_matrix_matexpr"},"changed_files":15,"merged":false},"number":1015,"action":"opened"}
{ "id": 640534, "name": "sympy/sympy", "url": "https://api.github.dev/repos/sympy/sympy" }
{ "id": 306380, "login": "mrocklin", "gravatar_id": "8749ec52cee260c4c1f67f2dec29d957", "avatar_url": "https://secure.gravatar.com/avatar/8749ec52cee260c4c1f67f2dec29d957?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/mrocklin" }
{ "id": 260832, "login": "sympy", "gravatar_id": "cbddfebe00a15f38108875eaafa827de", "avatar_url": "https://secure.gravatar.com/avatar/cbddfebe00a15f38108875eaafa827de?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/sympy" }
2012-01-23T03:26:05
1513520241
null
PullRequestEvent
true
{"number":976,"action":"synchronize","pull_request":{"title":"[GCI] Test examples when running setup.py test","_links":{"comments":{"href":"https://api.github.com/repos/sympy/sympy/issues/976/comments"},"self":{"href":"https://api.github.com/repos/sympy/sympy/pulls/976"},"review_comments":{"href":"https://api.github.com/repos/sympy/sympy/pulls/976/comments"},"html":{"href":"https://github.com/sympy/sympy/pull/976"}},"html_url":"https://github.com/sympy/sympy/pull/976","comments":21,"merged_at":null,"number":976,"review_comments":10,"merged":false,"created_at":"2012-01-14T22:45:10Z","deletions":59,"commits":15,"state":"open","patch_url":"https://github.com/sympy/sympy/pull/976.patch","additions":124,"changed_files":3,"url":"https://api.github.com/repos/sympy/sympy/pulls/976","user":{"login":"Anxuiz","url":"https://api.github.com/users/Anxuiz","avatar_url":"https://secure.gravatar.com/avatar/cbf9774751b52a7f8bda547f3da7029d?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"cbf9774751b52a7f8bda547f3da7029d","id":455510},"diff_url":"https://github.com/sympy/sympy/pull/976.diff","mergeable":null,"issue_url":"https://github.com/sympy/sympy/issues/976","updated_at":"2012-02-17T17:19:04Z","closed_at":null,"head":{"label":"Anxuiz:test-examples","repo":{"owner":{"login":"Anxuiz","url":"https://api.github.com/users/Anxuiz","avatar_url":"https://secure.gravatar.com/avatar/cbf9774751b52a7f8bda547f3da7029d?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"cbf9774751b52a7f8bda547f3da7029d","id":455510},"mirror_url":null,"html_url":"https://github.com/Anxuiz/sympy","size":160,"svn_url":"https://github.com/Anxuiz/sympy","fork":true,"description":"A computer algebra system written in pure Python","created_at":"2011-11-28T02:04:42Z","language":"Python","name":"sympy","git_url":"git://github.com/Anxuiz/sympy.git","homepage":"http://sympy.org/","has_issues":false,"watchers":1,"open_issues":0,"clone_url":"https://github.com/Anxuiz/sympy.git","url":"https://api.github.com/repos/Anxuiz/sympy","updated_at":"2012-02-17T17:19:03Z","ssh_url":"[email protected]:Anxuiz/sympy.git","has_downloads":true,"private":false,"forks":0,"pushed_at":"2012-02-17T17:19:03Z","master_branch":null,"id":2864217,"has_wiki":true},"user":{"login":"Anxuiz","url":"https://api.github.com/users/Anxuiz","avatar_url":"https://secure.gravatar.com/avatar/cbf9774751b52a7f8bda547f3da7029d?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"cbf9774751b52a7f8bda547f3da7029d","id":455510},"sha":"8e4b09d378a77f140b10fdcb4a10c9e9e47e8d22","ref":"test-examples"},"base":{"label":"sympy:master","repo":{"owner":{"login":"sympy","url":"https://api.github.com/users/sympy","avatar_url":"https://secure.gravatar.com/avatar/cbddfebe00a15f38108875eaafa827de?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png","gravatar_id":"cbddfebe00a15f38108875eaafa827de","id":260832},"mirror_url":null,"html_url":"https://github.com/sympy/sympy","size":8012,"svn_url":"https://github.com/sympy/sympy","fork":false,"description":"A computer algebra system written in pure Python","created_at":"2010-04-30T20:37:14Z","language":"Python","name":"sympy","git_url":"git://github.com/sympy/sympy.git","homepage":"http://sympy.org/","has_issues":true,"watchers":329,"open_issues":76,"clone_url":"https://github.com/sympy/sympy.git","url":"https://api.github.com/repos/sympy/sympy","updated_at":"2012-03-01T20:44:33Z","ssh_url":"[email protected]:sympy/sympy.git","has_downloads":true,"private":false,"forks":227,"pushed_at":"2012-03-01T20:44:28Z","master_branch":null,"id":640534,"has_wiki":true},"user":{"login":"sympy","url":"https://api.github.com/users/sympy","avatar_url":"https://secure.gravatar.com/avatar/cbddfebe00a15f38108875eaafa827de?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png","gravatar_id":"cbddfebe00a15f38108875eaafa827de","id":260832},"sha":"e41f55301b0fb1825a3a2007b59abca834b631b8","ref":"master"},"merged_by":null,"body":"These changes add the following:\r\n\r\n- 2 new options to examples/all.py: -q (quiet mode) -s (hide summary)\r\n- Test examples in setup.py\r\n- Fix typo so all console examples work.\r\n\r\nIssue 698: http://code.google.com/p/sympy/issues/detail?id=698\r\n\r\nGCI Task: http://google-melange.appspot.com/gci/task/view/google/gci2011/7230275","id":690971}}
{ "id": 640534, "name": "sympy/sympy", "url": "https://api.github.dev/repos/sympy/sympy" }
{ "id": 142362, "login": "rlamy", "gravatar_id": "a8f4ba9cf0d41e36ee03ae2c487b170c", "avatar_url": "https://secure.gravatar.com/avatar/a8f4ba9cf0d41e36ee03ae2c487b170c?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/rlamy" }
{ "id": 260832, "login": "sympy", "gravatar_id": "cbddfebe00a15f38108875eaafa827de", "avatar_url": "https://secure.gravatar.com/avatar/cbddfebe00a15f38108875eaafa827de?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/sympy" }
2012-03-01T20:44:48
1525418024
null
PullRequestEvent
true
{"pull_request":{"title":"Patch 7 - Menutree and ExtendedMenublock permission info","user":{"id":349093,"login":"espaan","url":"https://api.github.com/users/espaan","avatar_url":"https://secure.gravatar.com/avatar/3c25ba27698fc8e87103b0d72483cfe8?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"3c25ba27698fc8e87103b0d72483cfe8"},"created_at":"2012-02-06T10:13:57Z","merged_at":null,"review_comments":0,"state":"open","updated_at":"2012-02-06T10:13:57Z","id":785921,"patch_url":"https://github.com/zikula/core/pull/260.patch","closed_at":null,"deletions":1,"html_url":"https://github.com/zikula/core/pull/260","mergeable":null,"base":{"user":{"id":251211,"login":"zikula","url":"https://api.github.com/users/zikula","avatar_url":"https://secure.gravatar.com/avatar/3fd5789306d06e2132208fd964a7b9f5?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png","gravatar_id":"3fd5789306d06e2132208fd964a7b9f5"},"ref":"release-1.3","repo":{"open_issues":83,"watchers":69,"git_url":"git://github.com/zikula/core.git","created_at":"2010-07-18T10:35:53Z","fork":false,"updated_at":"2012-02-03T07:30:29Z","id":781544,"has_wiki":false,"language":"PHP","html_url":"https://github.com/zikula/core","name":"core","master_branch":"master","description":"Zikula Core Framework","has_issues":true,"forks":28,"pushed_at":"2012-02-03T07:30:26Z","clone_url":"https://github.com/zikula/core.git","ssh_url":"[email protected]:zikula/core.git","mirror_url":null,"url":"https://api.github.com/repos/zikula/core","has_downloads":true,"owner":{"id":251211,"login":"zikula","url":"https://api.github.com/users/zikula","avatar_url":"https://secure.gravatar.com/avatar/3fd5789306d06e2132208fd964a7b9f5?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png","gravatar_id":"3fd5789306d06e2132208fd964a7b9f5"},"homepage":"http://zikula.org/","svn_url":"https://github.com/zikula/core","size":300,"private":false},"sha":"3798d761a53fc8370c015c4cf09e54997eb1bfde","label":"zikula:release-1.3"},"issue_url":"https://github.com/zikula/core/issues/260","additions":3,"body":"Added Menutree and ExtendedMenublock permission info the Permissions rules Information popup via the Blocks version info.","commits":1,"number":260,"merged_by":null,"_links":{"review_comments":{"href":"https://api.github.com/repos/zikula/core/pulls/260/comments"},"html":{"href":"https://github.com/zikula/core/pull/260"},"self":{"href":"https://api.github.com/repos/zikula/core/pulls/260"},"comments":{"href":"https://api.github.com/repos/zikula/core/issues/260/comments"}},"url":"https://api.github.com/repos/zikula/core/pulls/260","diff_url":"https://github.com/zikula/core/pull/260.diff","comments":0,"merged":false,"changed_files":1,"head":{"user":{"id":349093,"login":"espaan","url":"https://api.github.com/users/espaan","avatar_url":"https://secure.gravatar.com/avatar/3c25ba27698fc8e87103b0d72483cfe8?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"3c25ba27698fc8e87103b0d72483cfe8"},"ref":"patch-7","repo":{"open_issues":0,"watchers":1,"git_url":"git://github.com/espaan/core.git","created_at":"2011-12-21T07:46:05Z","fork":true,"updated_at":"2012-02-06T10:12:38Z","id":3025409,"has_wiki":false,"language":"PHP","html_url":"https://github.com/espaan/core","name":"core","master_branch":"master","description":"Zikula Core Framework","has_issues":false,"forks":0,"pushed_at":"2012-02-06T10:12:38Z","clone_url":"https://github.com/espaan/core.git","ssh_url":"[email protected]:espaan/core.git","mirror_url":null,"url":"https://api.github.com/repos/espaan/core","has_downloads":true,"owner":{"id":349093,"login":"espaan","url":"https://api.github.com/users/espaan","avatar_url":"https://secure.gravatar.com/avatar/3c25ba27698fc8e87103b0d72483cfe8?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"3c25ba27698fc8e87103b0d72483cfe8"},"homepage":"http://zikula.org/","svn_url":"https://github.com/espaan/core","size":360,"private":false},"sha":"d386bda63a5d2280908901dbe54eb62af79b4619","label":"espaan:patch-7"}},"number":260,"action":"opened"}
{ "id": 781544, "name": "zikula/core", "url": "https://api.github.dev/repos/zikula/core" }
{ "id": 349093, "login": "espaan", "gravatar_id": "3c25ba27698fc8e87103b0d72483cfe8", "avatar_url": "https://secure.gravatar.com/avatar/3c25ba27698fc8e87103b0d72483cfe8?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png", "url": "https://api.github.dev/users/espaan" }
{ "id": 251211, "login": "zikula", "gravatar_id": "3fd5789306d06e2132208fd964a7b9f5", "avatar_url": "https://secure.gravatar.com/avatar/3fd5789306d06e2132208fd964a7b9f5?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png", "url": "https://api.github.dev/orgs/zikula" }
2012-02-06T10:14:00
1517311522
null
PullRequestEvent
true
{"number":17,"action":"closed","pull_request":{"base":{"ref":"master","label":"AdrianGaudebert:master","user":{"subscriptions_url":"https://api.github.com/users/AdrianGaudebert/subscriptions","starred_url":"https://api.github.com/users/AdrianGaudebert/starred{/owner}{/repo}","login":"AdrianGaudebert","received_events_url":"https://api.github.com/users/AdrianGaudebert/received_events","repos_url":"https://api.github.com/users/AdrianGaudebert/repos","gravatar_id":"c298cce1a8e008cd013806fa22e3fab7","events_url":"https://api.github.com/users/AdrianGaudebert/events{/privacy}","following_url":"https://api.github.com/users/AdrianGaudebert/following","organizations_url":"https://api.github.com/users/AdrianGaudebert/orgs","id":328790,"url":"https://api.github.com/users/AdrianGaudebert","avatar_url":"https://secure.gravatar.com/avatar/c298cce1a8e008cd013806fa22e3fab7?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","followers_url":"https://api.github.com/users/AdrianGaudebert/followers","gists_url":"https://api.github.com/users/AdrianGaudebert/gists{/gist_id}"},"repo":{"git_tags_url":"https://api.github.com/repos/AdrianGaudebert/onibi/git/tags{/sha}","mirror_url":null,"compare_url":"https://api.github.com/repos/AdrianGaudebert/onibi/compare/{base}...{head}","trees_url":"https://api.github.com/repos/AdrianGaudebert/onibi/git/trees{/sha}","labels_url":"https://api.github.com/repos/AdrianGaudebert/onibi/labels{/name}","html_url":"https://github.com/AdrianGaudebert/onibi","size":1668,"pushed_at":"2012-11-24T16:16:56Z","merges_url":"https://api.github.com/repos/AdrianGaudebert/onibi/merges","milestones_url":"https://api.github.com/repos/AdrianGaudebert/onibi/milestones{/number}","clone_url":"https://github.com/AdrianGaudebert/onibi.git","private":false,"issues_url":"https://api.github.com/repos/AdrianGaudebert/onibi/issues{/number}","owner":{"subscriptions_url":"https://api.github.com/users/AdrianGaudebert/subscriptions","starred_url":"https://api.github.com/users/AdrianGaudebert/starred{/owner}{/repo}","login":"AdrianGaudebert","received_events_url":"https://api.github.com/users/AdrianGaudebert/received_events","repos_url":"https://api.github.com/users/AdrianGaudebert/repos","gravatar_id":"c298cce1a8e008cd013806fa22e3fab7","events_url":"https://api.github.com/users/AdrianGaudebert/events{/privacy}","following_url":"https://api.github.com/users/AdrianGaudebert/following","organizations_url":"https://api.github.com/users/AdrianGaudebert/orgs","id":328790,"url":"https://api.github.com/users/AdrianGaudebert","avatar_url":"https://secure.gravatar.com/avatar/c298cce1a8e008cd013806fa22e3fab7?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","followers_url":"https://api.github.com/users/AdrianGaudebert/followers","gists_url":"https://api.github.com/users/AdrianGaudebert/gists{/gist_id}"},"issue_events_url":"https://api.github.com/repos/AdrianGaudebert/onibi/issues/events{/number}","homepage":null,"keys_url":"https://api.github.com/repos/AdrianGaudebert/onibi/keys{/key_id}","contents_url":"https://api.github.com/repos/AdrianGaudebert/onibi/contents/{+path}","issue_comment_url":"https://api.github.com/repos/AdrianGaudebert/onibi/issues/comments/{number}","svn_url":"https://github.com/AdrianGaudebert/onibi","events_url":"https://api.github.com/repos/AdrianGaudebert/onibi/events","blobs_url":"https://api.github.com/repos/AdrianGaudebert/onibi/git/blobs{/sha}","archive_url":"https://api.github.com/repos/AdrianGaudebert/onibi/{archive_format}{/ref}","collaborators_url":"https://api.github.com/repos/AdrianGaudebert/onibi/collaborators{/collaborator}","has_issues":true,"watchers":0,"id":6837532,"git_commits_url":"https://api.github.com/repos/AdrianGaudebert/onibi/git/commits{/sha}","teams_url":"https://api.github.com/repos/AdrianGaudebert/onibi/teams","forks":0,"created_at":"2012-11-24T07:50:12Z","ssh_url":"[email protected]:AdrianGaudebert/onibi.git","watchers_count":0,"git_url":"git://github.com/AdrianGaudebert/onibi.git","hooks_url":"https://api.github.com/repos/AdrianGaudebert/onibi/hooks","notifications_url":"https://api.github.com/repos/AdrianGaudebert/onibi/notifications{?since,all,participating}","stargazers_url":"https://api.github.com/repos/AdrianGaudebert/onibi/stargazers","subscription_url":"https://api.github.com/repos/AdrianGaudebert/onibi/subscription","url":"https://api.github.com/repos/AdrianGaudebert/onibi","comments_url":"https://api.github.com/repos/AdrianGaudebert/onibi/comments{/number}","subscribers_url":"https://api.github.com/repos/AdrianGaudebert/onibi/subscribers","branches_url":"https://api.github.com/repos/AdrianGaudebert/onibi/branches{/branch}","commits_url":"https://api.github.com/repos/AdrianGaudebert/onibi/commits{/sha}","open_issues_count":0,"statuses_url":"https://api.github.com/repos/AdrianGaudebert/onibi/statuses/{sha}","forks_count":0,"has_wiki":true,"has_downloads":true,"language":"JavaScript","languages_url":"https://api.github.com/repos/AdrianGaudebert/onibi/languages","assignees_url":"https://api.github.com/repos/AdrianGaudebert/onibi/assignees{/user}","name":"onibi","description":"","contributors_url":"https://api.github.com/repos/AdrianGaudebert/onibi/contributors","pulls_url":"https://api.github.com/repos/AdrianGaudebert/onibi/pulls{/number}","fork":false,"full_name":"AdrianGaudebert/onibi","updated_at":"2012-11-24T16:16:56Z","open_issues":0,"git_refs_url":"https://api.github.com/repos/AdrianGaudebert/onibi/git/refs{/sha}","tags_url":"https://api.github.com/repos/AdrianGaudebert/onibi/tags{/tag}","downloads_url":"https://api.github.com/repos/AdrianGaudebert/onibi/downloads","forks_url":"https://api.github.com/repos/AdrianGaudebert/onibi/forks"},"sha":"c1116a014b8a292ad0014c0ccc269d5d4c94272b"},"review_comments_url":"https://github.com/AdrianGaudebert/onibi/pull/17/comments","html_url":"https://github.com/AdrianGaudebert/onibi/pull/17","milestone":null,"body":"","review_comment_url":"/repos/AdrianGaudebert/onibi/pulls/comments/{number}","head":{"ref":"m-correct-bind-map","label":"AdrianGaudebert:m-correct-bind-map","user":{"subscriptions_url":"https://api.github.com/users/AdrianGaudebert/subscriptions","starred_url":"https://api.github.com/users/AdrianGaudebert/starred{/owner}{/repo}","login":"AdrianGaudebert","received_events_url":"https://api.github.com/users/AdrianGaudebert/received_events","repos_url":"https://api.github.com/users/AdrianGaudebert/repos","gravatar_id":"c298cce1a8e008cd013806fa22e3fab7","events_url":"https://api.github.com/users/AdrianGaudebert/events{/privacy}","following_url":"https://api.github.com/users/AdrianGaudebert/following","organizations_url":"https://api.github.com/users/AdrianGaudebert/orgs","id":328790,"url":"https://api.github.com/users/AdrianGaudebert","avatar_url":"https://secure.gravatar.com/avatar/c298cce1a8e008cd013806fa22e3fab7?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","followers_url":"https://api.github.com/users/AdrianGaudebert/followers","gists_url":"https://api.github.com/users/AdrianGaudebert/gists{/gist_id}"},"repo":{"git_tags_url":"https://api.github.com/repos/AdrianGaudebert/onibi/git/tags{/sha}","mirror_url":null,"compare_url":"https://api.github.com/repos/AdrianGaudebert/onibi/compare/{base}...{head}","trees_url":"https://api.github.com/repos/AdrianGaudebert/onibi/git/trees{/sha}","labels_url":"https://api.github.com/repos/AdrianGaudebert/onibi/labels{/name}","html_url":"https://github.com/AdrianGaudebert/onibi","size":1668,"pushed_at":"2012-11-24T16:16:56Z","merges_url":"https://api.github.com/repos/AdrianGaudebert/onibi/merges","milestones_url":"https://api.github.com/repos/AdrianGaudebert/onibi/milestones{/number}","clone_url":"https://github.com/AdrianGaudebert/onibi.git","private":false,"issues_url":"https://api.github.com/repos/AdrianGaudebert/onibi/issues{/number}","owner":{"subscriptions_url":"https://api.github.com/users/AdrianGaudebert/subscriptions","starred_url":"https://api.github.com/users/AdrianGaudebert/starred{/owner}{/repo}","login":"AdrianGaudebert","received_events_url":"https://api.github.com/users/AdrianGaudebert/received_events","repos_url":"https://api.github.com/users/AdrianGaudebert/repos","gravatar_id":"c298cce1a8e008cd013806fa22e3fab7","events_url":"https://api.github.com/users/AdrianGaudebert/events{/privacy}","following_url":"https://api.github.com/users/AdrianGaudebert/following","organizations_url":"https://api.github.com/users/AdrianGaudebert/orgs","id":328790,"url":"https://api.github.com/users/AdrianGaudebert","avatar_url":"https://secure.gravatar.com/avatar/c298cce1a8e008cd013806fa22e3fab7?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","followers_url":"https://api.github.com/users/AdrianGaudebert/followers","gists_url":"https://api.github.com/users/AdrianGaudebert/gists{/gist_id}"},"issue_events_url":"https://api.github.com/repos/AdrianGaudebert/onibi/issues/events{/number}","homepage":null,"keys_url":"https://api.github.com/repos/AdrianGaudebert/onibi/keys{/key_id}","contents_url":"https://api.github.com/repos/AdrianGaudebert/onibi/contents/{+path}","issue_comment_url":"https://api.github.com/repos/AdrianGaudebert/onibi/issues/comments/{number}","svn_url":"https://github.com/AdrianGaudebert/onibi","events_url":"https://api.github.com/repos/AdrianGaudebert/onibi/events","blobs_url":"https://api.github.com/repos/AdrianGaudebert/onibi/git/blobs{/sha}","archive_url":"https://api.github.com/repos/AdrianGaudebert/onibi/{archive_format}{/ref}","collaborators_url":"https://api.github.com/repos/AdrianGaudebert/onibi/collaborators{/collaborator}","has_issues":true,"watchers":0,"id":6837532,"git_commits_url":"https://api.github.com/repos/AdrianGaudebert/onibi/git/commits{/sha}","teams_url":"https://api.github.com/repos/AdrianGaudebert/onibi/teams","forks":0,"created_at":"2012-11-24T07:50:12Z","ssh_url":"[email protected]:AdrianGaudebert/onibi.git","watchers_count":0,"git_url":"git://github.com/AdrianGaudebert/onibi.git","hooks_url":"https://api.github.com/repos/AdrianGaudebert/onibi/hooks","notifications_url":"https://api.github.com/repos/AdrianGaudebert/onibi/notifications{?since,all,participating}","stargazers_url":"https://api.github.com/repos/AdrianGaudebert/onibi/stargazers","subscription_url":"https://api.github.com/repos/AdrianGaudebert/onibi/subscription","url":"https://api.github.com/repos/AdrianGaudebert/onibi","comments_url":"https://api.github.com/repos/AdrianGaudebert/onibi/comments{/number}","subscribers_url":"https://api.github.com/repos/AdrianGaudebert/onibi/subscribers","branches_url":"https://api.github.com/repos/AdrianGaudebert/onibi/branches{/branch}","commits_url":"https://api.github.com/repos/AdrianGaudebert/onibi/commits{/sha}","open_issues_count":0,"statuses_url":"https://api.github.com/repos/AdrianGaudebert/onibi/statuses/{sha}","forks_count":0,"has_wiki":true,"has_downloads":true,"language":"JavaScript","languages_url":"https://api.github.com/repos/AdrianGaudebert/onibi/languages","assignees_url":"https://api.github.com/repos/AdrianGaudebert/onibi/assignees{/user}","name":"onibi","description":"","contributors_url":"https://api.github.com/repos/AdrianGaudebert/onibi/contributors","pulls_url":"https://api.github.com/repos/AdrianGaudebert/onibi/pulls{/number}","fork":false,"full_name":"AdrianGaudebert/onibi","updated_at":"2012-11-24T16:16:56Z","open_issues":0,"git_refs_url":"https://api.github.com/repos/AdrianGaudebert/onibi/git/refs{/sha}","tags_url":"https://api.github.com/repos/AdrianGaudebert/onibi/tags{/tag}","downloads_url":"https://api.github.com/repos/AdrianGaudebert/onibi/downloads","forks_url":"https://api.github.com/repos/AdrianGaudebert/onibi/forks"},"sha":"c284b0867d8cb9b260ad51846078abd7f0991a48"},"diff_url":"https://github.com/AdrianGaudebert/onibi/pull/17.diff","number":17,"commits":1,"patch_url":"https://github.com/AdrianGaudebert/onibi/pull/17.patch","mergeable":null,"review_comments":0,"closed_at":"2012-11-24T16:16:56Z","additions":13,"comments":0,"id":3112195,"merged_by":{"subscriptions_url":"https://api.github.com/users/AdrianGaudebert/subscriptions","starred_url":"https://api.github.com/users/AdrianGaudebert/starred{/owner}{/repo}","login":"AdrianGaudebert","received_events_url":"https://api.github.com/users/AdrianGaudebert/received_events","repos_url":"https://api.github.com/users/AdrianGaudebert/repos","gravatar_id":"c298cce1a8e008cd013806fa22e3fab7","events_url":"https://api.github.com/users/AdrianGaudebert/events{/privacy}","following_url":"https://api.github.com/users/AdrianGaudebert/following","organizations_url":"https://api.github.com/users/AdrianGaudebert/orgs","id":328790,"url":"https://api.github.com/users/AdrianGaudebert","avatar_url":"https://secure.gravatar.com/avatar/c298cce1a8e008cd013806fa22e3fab7?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","followers_url":"https://api.github.com/users/AdrianGaudebert/followers","gists_url":"https://api.github.com/users/AdrianGaudebert/gists{/gist_id}"},"created_at":"2012-11-24T16:13:39Z","url":"https://api.github.com/repos/AdrianGaudebert/onibi/pulls/17","state":"closed","comments_url":"https://api.github.com/repos/AdrianGaudebert/onibi/issues/17/comments","commits_url":"https://github.com/AdrianGaudebert/onibi/pull/17/commits","changed_files":1,"issue_url":"https://github.com/AdrianGaudebert/onibi/issues/17","title":"Correct binding on map to move person","user":{"subscriptions_url":"https://api.github.com/users/maxailloud/subscriptions","starred_url":"https://api.github.com/users/maxailloud/starred{/owner}{/repo}","login":"maxailloud","received_events_url":"https://api.github.com/users/maxailloud/received_events","repos_url":"https://api.github.com/users/maxailloud/repos","gravatar_id":"f736c99a6d76bf6133d7b67fe1c2f7de","events_url":"https://api.github.com/users/maxailloud/events{/privacy}","following_url":"https://api.github.com/users/maxailloud/following","organizations_url":"https://api.github.com/users/maxailloud/orgs","id":792787,"url":"https://api.github.com/users/maxailloud","avatar_url":"https://secure.gravatar.com/avatar/f736c99a6d76bf6133d7b67fe1c2f7de?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","followers_url":"https://api.github.com/users/maxailloud/followers","gists_url":"https://api.github.com/users/maxailloud/gists{/gist_id}"},"merge_commit_sha":"2701af2eeb86937d4bab3d962c69ddc01b428dbd","updated_at":"2012-11-24T16:16:56Z","merged_at":"2012-11-24T16:16:56Z","merged":true,"assignee":null,"_links":{"html":{"href":"https://github.com/AdrianGaudebert/onibi/pull/17"},"review_comments":{"href":"https://api.github.com/repos/AdrianGaudebert/onibi/pulls/17/comments"},"comments":{"href":"https://api.github.com/repos/AdrianGaudebert/onibi/issues/17/comments"},"self":{"href":"https://api.github.com/repos/AdrianGaudebert/onibi/pulls/17"},"issue":{"href":"https://api.github.com/repos/AdrianGaudebert/onibi/issues/17"}},"deletions":15,"mergeable_state":"unknown"}}
{ "id": 6837532, "name": "onibi", "url": "https://github.com/AdrianGaudebert/onibi" }
{ "id": null, "login": "AdrianGaudebert", "gravatar_id": "c298cce1a8e008cd013806fa22e3fab7", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2012-11-24T16:16:56
null
{"repository":{"forks":0,"owner":"AdrianGaudebert","language":"JavaScript","has_downloads":true,"watchers":0,"stargazers":0,"fork":false,"size":1668,"has_issues":true,"description":"","open_issues":0,"has_wiki":true,"private":false,"created_at":"2012-11-23T23:50:12-08:00","pushed_at":"2012-11-24T08:16:57-08:00"},"actor_attributes":{"location":"Lyon, France","type":"User","name":"Adrian Gaudebert","blog":"http://adrian.gaudebert.fr","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/AdrianGaudebert/onibi/pull/17"}
PullRequestEvent
true
{"number":1,"action":"opened","pull_request":{"closed_at":null,"review_comments":0,"body":"","merge_commit_sha":"","url":"https://api.github.com/repos/AirOS/AutomagicBundle/pulls/1","number":1,"user":{"url":"https://api.github.com/users/flyboarder","id":147004,"login":"flyboarder","avatar_url":"https://secure.gravatar.com/avatar/19ea35f19de249c9ed9b99b8a6423848?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","gravatar_id":"19ea35f19de249c9ed9b99b8a6423848"},"mergeable":null,"commits":4,"created_at":"2012-11-05T02:12:00Z","changed_files":8,"id":2877936,"patch_url":"https://github.com/AirOS/AutomagicBundle/pull/1.patch","mergeable_state":"unknown","html_url":"https://github.com/AirOS/AutomagicBundle/pull/1","state":"open","issue_url":"https://github.com/AirOS/AutomagicBundle/issues/1","merged_by":null,"additions":514,"base":{"repo":{"fork":false,"forks":1,"open_issues_count":1,"svn_url":"https://github.com/AirOS/AutomagicBundle","url":"https://api.github.com/repos/AirOS/AutomagicBundle","clone_url":"https://github.com/AirOS/AutomagicBundle.git","created_at":"2012-11-02T15:57:34Z","id":6508573,"private":false,"html_url":"https://github.com/AirOS/AutomagicBundle","description":"AutomagicBundle - Automagic Loading of Bundles, Routing and Services.","language":null,"open_issues":1,"has_downloads":true,"updated_at":"2012-11-05T02:11:37Z","name":"AutomagicBundle","homepage":null,"full_name":"AirOS/AutomagicBundle","forks_count":1,"watchers_count":0,"git_url":"git://github.com/AirOS/AutomagicBundle.git","pushed_at":"2012-11-05T02:11:36Z","has_wiki":true,"ssh_url":"[email protected]:AirOS/AutomagicBundle.git","watchers":0,"has_issues":true,"mirror_url":null,"size":120,"owner":{"url":"https://api.github.com/users/AirOS","id":879946,"login":"AirOS","avatar_url":"https://secure.gravatar.com/avatar/d41d8cd98f00b204e9800998ecf8427e?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-org-420.png","gravatar_id":"d41d8cd98f00b204e9800998ecf8427e"}},"user":{"url":"https://api.github.com/users/AirOS","id":879946,"login":"AirOS","avatar_url":"https://secure.gravatar.com/avatar/d41d8cd98f00b204e9800998ecf8427e?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-org-420.png","gravatar_id":"d41d8cd98f00b204e9800998ecf8427e"},"sha":"e5b2b944356cd5e5668a35b290da3f46929d2434","label":"AirOS:v0.1","ref":"v0.1"},"title":"update to latest dev version","updated_at":"2012-11-05T02:12:00Z","_links":{"review_comments":{"href":"https://api.github.com/repos/AirOS/AutomagicBundle/pulls/1/comments"},"issue":{"href":"https://api.github.com/repos/AirOS/AutomagicBundle/issues/1"},"html":{"href":"https://github.com/AirOS/AutomagicBundle/pull/1"},"self":{"href":"https://api.github.com/repos/AirOS/AutomagicBundle/pulls/1"},"comments":{"href":"https://api.github.com/repos/AirOS/AutomagicBundle/issues/1/comments"}},"deletions":0,"merged":false,"assignee":null,"diff_url":"https://github.com/AirOS/AutomagicBundle/pull/1.diff","comments":0,"merged_at":null,"head":{"repo":{"fork":true,"forks":0,"open_issues_count":0,"svn_url":"https://github.com/flyboarder/AutomagicBundle","url":"https://api.github.com/repos/flyboarder/AutomagicBundle","clone_url":"https://github.com/flyboarder/AutomagicBundle.git","created_at":"2012-11-02T15:57:47Z","id":6508575,"private":false,"html_url":"https://github.com/flyboarder/AutomagicBundle","description":"AutomagicBundle - Automagic Loading of Bundles, Routing and Services.","language":null,"open_issues":0,"has_downloads":true,"updated_at":"2012-11-05T02:03:26Z","name":"AutomagicBundle","homepage":null,"default_branch":"v0.1","full_name":"flyboarder/AutomagicBundle","forks_count":0,"watchers_count":0,"git_url":"git://github.com/flyboarder/AutomagicBundle.git","pushed_at":"2012-11-05T02:02:24Z","has_wiki":true,"ssh_url":"[email protected]:flyboarder/AutomagicBundle.git","watchers":0,"has_issues":false,"mirror_url":null,"size":132,"master_branch":"v0.1","owner":{"url":"https://api.github.com/users/flyboarder","id":147004,"login":"flyboarder","avatar_url":"https://secure.gravatar.com/avatar/19ea35f19de249c9ed9b99b8a6423848?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","gravatar_id":"19ea35f19de249c9ed9b99b8a6423848"}},"user":{"url":"https://api.github.com/users/flyboarder","id":147004,"login":"flyboarder","avatar_url":"https://secure.gravatar.com/avatar/19ea35f19de249c9ed9b99b8a6423848?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","gravatar_id":"19ea35f19de249c9ed9b99b8a6423848"},"sha":"3867cf4f640c1426bf22f68e2978bc1f2d2ac9d0","label":"flyboarder:v0.1","ref":"v0.1"},"milestone":null}}
{ "id": 6508573, "name": "AutomagicBundle", "url": "https://github.com/AirOS/AutomagicBundle" }
{ "id": null, "login": "flyboarder", "gravatar_id": "19ea35f19de249c9ed9b99b8a6423848", "avatar_url": null, "url": null }
{ "id": null, "login": "AirOS", "gravatar_id": null, "avatar_url": null, "url": null }
2012-11-05T02:12:00
null
{"repository":{"watchers":0,"pushed_at":"2012-11-04T18:11:36-08:00","description":"AutomagicBundle - Automagic Loading of Bundles, Routing and Services.","forks":1,"owner":"AirOS","stargazers":0,"open_issues":1,"organization":"AirOS","has_downloads":true,"fork":false,"size":120,"private":false,"has_issues":true,"created_at":"2012-11-02T08:57:34-07:00","has_wiki":true},"actor_attributes":{"email":"[email protected]","name":"Matthew Ratzke","type":"User"},"url":"https://github.com/AirOS/AutomagicBundle/pull/1"}
PullRequestEvent
true
{"action":"opened","pull_request":{"html_url":"https://github.com/Atmosphere/atmosphere/pull/688","mergeable_state":"unknown","diff_url":"https://github.com/Atmosphere/atmosphere/pull/688.diff","milestone":null,"head":{"ref":"patch-9","label":"nite23:patch-9","user":{"login":"nite23","avatar_url":"https://secure.gravatar.com/avatar/dbffba8faf058c9670f9b63467b453e5?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","url":"https://api.github.com/users/nite23","gravatar_id":"dbffba8faf058c9670f9b63467b453e5","_links":{"self":{"href":"https://api.github.com/users/nite23"}},"id":1924229},"repo":{"html_url":"https://github.com/nite23/atmosphere","clone_url":"https://github.com/nite23/atmosphere.git","pushed_at":"2012-10-15T07:21:06Z","description":"The only Portable WebSocket/Comet Framework supporting Scala, Groovy and Java","owner":{"login":"nite23","avatar_url":"https://secure.gravatar.com/avatar/dbffba8faf058c9670f9b63467b453e5?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","url":"https://api.github.com/users/nite23","gravatar_id":"dbffba8faf058c9670f9b63467b453e5","_links":{"self":{"href":"https://api.github.com/users/nite23"}},"id":1924229},"open_issues":0,"ssh_url":"[email protected]:nite23/atmosphere.git","open_issues_count":0,"svn_url":"https://github.com/nite23/atmosphere","homepage":"http://jfarcand.wordpress.com","url":"https://api.github.com/repos/nite23/atmosphere","size":188,"updated_at":"2012-10-15T07:21:06Z","has_issues":false,"fork":true,"mirror_url":null,"has_wiki":true,"full_name":"nite23/atmosphere","_links":{"self":{"href":"https://api.github.com/repos/nite23/atmosphere"}},"git_url":"git://github.com/nite23/atmosphere.git","watchers_count":1,"forks":0,"id":4962789,"private":false,"forks_count":0,"has_downloads":true,"watchers":1,"name":"atmosphere","created_at":"2012-07-09T18:36:00Z","language":"Java"},"sha":"b72241fe6a797cc6f4846295777e86c49fc5da2f"},"base":{"ref":"master","label":"Atmosphere:master","user":{"login":"Atmosphere","avatar_url":"https://secure.gravatar.com/avatar/d26b59d2fd0a38685aa54f6c1904d8e2?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-org-420.png","url":"https://api.github.com/users/Atmosphere","gravatar_id":"d26b59d2fd0a38685aa54f6c1904d8e2","_links":{"self":{"href":"https://api.github.com/users/Atmosphere"}},"id":318873},"repo":{"html_url":"https://github.com/Atmosphere/atmosphere","clone_url":"https://github.com/Atmosphere/atmosphere.git","pushed_at":"2012-10-12T01:17:07Z","description":"The only Portable WebSocket/Comet Framework supporting Scala, Groovy and Java","owner":{"login":"Atmosphere","avatar_url":"https://secure.gravatar.com/avatar/d26b59d2fd0a38685aa54f6c1904d8e2?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-org-420.png","url":"https://api.github.com/users/Atmosphere","gravatar_id":"d26b59d2fd0a38685aa54f6c1904d8e2","_links":{"self":{"href":"https://api.github.com/users/Atmosphere"}},"id":318873},"open_issues":51,"ssh_url":"[email protected]:Atmosphere/atmosphere.git","open_issues_count":51,"svn_url":"https://github.com/Atmosphere/atmosphere","homepage":"http://jfarcand.wordpress.com","url":"https://api.github.com/repos/Atmosphere/atmosphere","size":8956,"updated_at":"2012-10-15T00:42:08Z","has_issues":true,"fork":true,"mirror_url":null,"has_wiki":true,"full_name":"Atmosphere/atmosphere","_links":{"self":{"href":"https://api.github.com/repos/Atmosphere/atmosphere"}},"git_url":"git://github.com/Atmosphere/atmosphere.git","watchers_count":723,"forks":121,"id":749137,"private":false,"forks_count":121,"has_downloads":true,"watchers":723,"name":"atmosphere","created_at":"2010-06-30T14:26:23Z","language":"Java"},"sha":"cc4753e4244d095badcbe8714b71447c468d4750"},"patch_url":"https://github.com/Atmosphere/atmosphere/pull/688.patch","issue_url":"https://github.com/Atmosphere/atmosphere/issues/688","merged_at":null,"url":"https://api.github.com/repos/Atmosphere/atmosphere/pulls/688","user":{"login":"nite23","avatar_url":"https://secure.gravatar.com/avatar/dbffba8faf058c9670f9b63467b453e5?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","url":"https://api.github.com/users/nite23","gravatar_id":"dbffba8faf058c9670f9b63467b453e5","_links":{"self":{"href":"https://api.github.com/users/nite23"}},"id":1924229},"commits":1,"updated_at":"2012-10-15T07:24:56Z","review_comments":0,"state":"open","title":"Fix NPE on client unload","changed_files":1,"closed_at":null,"deletions":1,"_links":{"self":{"href":"https://api.github.com/repos/Atmosphere/atmosphere/pulls/688"},"issue":{"href":"https://api.github.com/repos/Atmosphere/atmosphere/issues/688"},"review_comments":{"href":"https://api.github.com/repos/Atmosphere/atmosphere/pulls/688/comments"},"html":{"href":"https://github.com/Atmosphere/atmosphere/pull/688"},"comments":{"href":"https://api.github.com/repos/Atmosphere/atmosphere/issues/688/comments"}},"merged":false,"mergeable":null,"id":2645352,"merge_commit_sha":"","comments":0,"assignee":null,"created_at":"2012-10-15T07:24:56Z","merged_by":null,"number":688,"body":"","additions":1},"number":688}
{ "id": 749137, "name": "atmosphere", "url": "https://github.com/Atmosphere/atmosphere" }
{ "id": null, "login": "nite23", "gravatar_id": "dbffba8faf058c9670f9b63467b453e5", "avatar_url": null, "url": null }
{ "id": null, "login": "Atmosphere", "gravatar_id": null, "avatar_url": null, "url": null }
2012-10-15T07:24:56
null
{"repository":{"stargazers":723,"owner":"Atmosphere","has_issues":true,"has_wiki":true,"pushed_at":"2012-10-11T18:17:07-07:00","homepage":"http://jfarcand.wordpress.com","forks":121,"open_issues":51,"language":"Java","fork":true,"size":8956,"description":"The only Portable WebSocket/Comet Framework supporting Scala, Groovy and Java","organization":"Atmosphere","watchers":723,"private":false,"has_downloads":true,"created_at":"2010-06-30T07:26:23-07:00"},"actor_attributes":{"type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/Atmosphere/atmosphere/pull/688"}
PullRequestEvent
true
{"action":"opened","pull_request":{"review_comments":0,"commits":18,"created_at":"2012-09-10T02:09:04Z","title":"Employee detail attach","closed_at":null,"issue_url":"https://github.com/CommonJobs/CommonJobs/issues/169","merged_by":null,"html_url":"https://github.com/CommonJobs/CommonJobs/pull/169","body":"Perdón que me tardara tanto con esto.\n\nEstos cambios incluyen:\n\n- El display de los adjuntos pertenecientes a slots de un empleado\n- El control que permite subir archivos a un empleado de forma rápida arrastrando los adjuntos directamente a su detalle (sección de adjuntos)\n- Se pueden eliminar archivo de los slots de forma simple (un click), respondiendo a los cambios del empleado (es decir, se pueden cancelar los cambios y se conserva el archivo)\n- Representación gráfica del tipo de archivo, al igual que en el listado de archivos\n- Identificación del nombre del archivo\n\nCosas que se pueden mejorar:\n\n- El dropzone podría ser toda la página de detalle del usuario y no solamente la sección de adjuntos. El problema con esto es el bindeo del javaScript de drag&drop para no interferir con el collection de attachments que forma parte de las notas.\n- Al subir un archivo la vista no se actualiza automáticamente. Esto es, por el momento, a drede para que los cambios realizados y no guardados no se pierdan. Por otro lado, guardar automáticamente los datos podría no ser deseable. El adjunto se guarda automáticamente a la última versión del employee modificado y si el employee sufre cambios, se envía nuevamente a actualizar.\n- No se muestra el slot de \"general\" (presente en uno de los commits anteriores en esta rama). Esto es porque la propiedad que devuelve todos los adjuntos con los no pertenecientes a slots (`AllAttachmentReferences`) es de solo lectura por ser autogenerada, y para que BackBone pueda actualizar el objeto, necesitamos una que sea de escritura para poder, potencialmente, agregar addjuntos que son independiente de los slots. Hoy todos se suben por slot.\n- Hacer click en los archivos podría bajarlos al navegador","changed_files":35,"url":"https://api.github.com/repos/CommonJobs/CommonJobs/pulls/169","merged":false,"assignee":null,"additions":536,"updated_at":"2012-09-10T02:09:04Z","state":"open","merged_at":null,"patch_url":"https://github.com/CommonJobs/CommonJobs/pull/169.patch","head":{"ref":"employee-detail-attach","sha":"30e88d3edbf219616de5edfc5d77f40fef14906d","label":"AlphaGit:employee-detail-attach","repo":{"pushed_at":"2012-09-07T04:18:50Z","private":false,"created_at":"2012-01-07T03:09:11Z","mirror_url":null,"clone_url":"https://github.com/AlphaGit/CommonJobs.git","owner":{"url":"https://api.github.com/users/AlphaGit","gravatar_id":"95c6daeb7837bb1eee0dc2d58d334cb3","avatar_url":"https://secure.gravatar.com/avatar/95c6daeb7837bb1eee0dc2d58d334cb3?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","id":1113433,"login":"AlphaGit"},"html_url":"https://github.com/AlphaGit/CommonJobs","open_issues_count":0,"watchers":2,"ssh_url":"[email protected]:AlphaGit/CommonJobs.git","description":"","homepage":"","url":"https://api.github.com/repos/AlphaGit/CommonJobs","name":"CommonJobs","full_name":"AlphaGit/CommonJobs","svn_url":"https://github.com/AlphaGit/CommonJobs","git_url":"git://github.com/AlphaGit/CommonJobs.git","forks":0,"updated_at":"2012-09-07T04:18:51Z","watchers_count":2,"language":"JavaScript","open_issues":0,"has_issues":false,"has_wiki":true,"size":196,"forks_count":0,"id":3122722,"fork":true,"has_downloads":true},"user":{"url":"https://api.github.com/users/AlphaGit","gravatar_id":"95c6daeb7837bb1eee0dc2d58d334cb3","avatar_url":"https://secure.gravatar.com/avatar/95c6daeb7837bb1eee0dc2d58d334cb3?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","id":1113433,"login":"AlphaGit"}},"base":{"ref":"master","sha":"465db26dcc794a943c850ff36a8ef58ff9c60d17","label":"CommonJobs:master","repo":{"pushed_at":"2012-09-04T00:29:10Z","private":false,"created_at":"2011-12-14T23:25:51Z","mirror_url":null,"clone_url":"https://github.com/CommonJobs/CommonJobs.git","owner":{"url":"https://api.github.com/users/CommonJobs","gravatar_id":"edf199a2b22209173708c82620aa859c","avatar_url":"https://secure.gravatar.com/avatar/edf199a2b22209173708c82620aa859c?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-org-420.png","id":1264264,"login":"CommonJobs"},"html_url":"https://github.com/CommonJobs/CommonJobs","open_issues_count":1,"watchers":4,"ssh_url":"[email protected]:CommonJobs/CommonJobs.git","description":"CommonJobs application","homepage":"","url":"https://api.github.com/repos/CommonJobs/CommonJobs","name":"CommonJobs","full_name":"CommonJobs/CommonJobs","svn_url":"https://github.com/CommonJobs/CommonJobs","git_url":"git://github.com/CommonJobs/CommonJobs.git","forks":4,"updated_at":"2012-09-04T00:29:22Z","watchers_count":4,"language":"JavaScript","open_issues":1,"has_issues":true,"has_wiki":true,"size":34743,"forks_count":4,"id":2984039,"fork":false,"has_downloads":true},"user":{"url":"https://api.github.com/users/CommonJobs","gravatar_id":"edf199a2b22209173708c82620aa859c","avatar_url":"https://secure.gravatar.com/avatar/edf199a2b22209173708c82620aa859c?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-org-420.png","id":1264264,"login":"CommonJobs"}},"number":169,"deletions":65,"id":2289354,"diff_url":"https://github.com/CommonJobs/CommonJobs/pull/169.diff","comments":0,"user":{"url":"https://api.github.com/users/AlphaGit","gravatar_id":"95c6daeb7837bb1eee0dc2d58d334cb3","avatar_url":"https://secure.gravatar.com/avatar/95c6daeb7837bb1eee0dc2d58d334cb3?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","id":1113433,"login":"AlphaGit"},"_links":{"review_comments":{"href":"https://api.github.com/repos/CommonJobs/CommonJobs/pulls/169/comments"},"html":{"href":"https://github.com/CommonJobs/CommonJobs/pull/169"},"self":{"href":"https://api.github.com/repos/CommonJobs/CommonJobs/pulls/169"},"comments":{"href":"https://api.github.com/repos/CommonJobs/CommonJobs/issues/169/comments"},"issue":{"href":"https://api.github.com/repos/CommonJobs/CommonJobs/issues/169"}},"milestone":null,"mergeable_state":"unknown","mergeable":null},"number":169}
{ "id": null, "name": "CommonJobs", "url": "https://github.com/CommonJobs/CommonJobs" }
{ "id": null, "login": "AlphaGit", "gravatar_id": "95c6daeb7837bb1eee0dc2d58d334cb3", "avatar_url": null, "url": null }
{ "id": null, "login": "CommonJobs", "gravatar_id": null, "avatar_url": null, "url": null }
2012-09-10T02:09:05
null
{"repository":{"forks":4,"owner":"CommonJobs","has_downloads":true,"description":"CommonJobs application","created_at":"2011-12-14T15:25:51-08:00","stargazers":4,"has_wiki":true,"watchers":4,"fork":false,"size":34743,"open_issues":1,"has_issues":true,"private":false,"homepage":"","language":"JavaScript","pushed_at":"2012-09-03T17:29:10-07:00","organization":"CommonJobs"},"actor_attributes":{"name":"Alpha","blog":"http://blog.alphasmanifesto.com","type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/CommonJobs/CommonJobs/pull/169"}
PullRequestEvent
true
{"number":55,"pull_request":{"head":{"repo":{"name":"DataTables","master_branch":null,"created_at":"2012-03-22T15:35:50Z","size":776,"has_wiki":true,"clone_url":"https://github.com/brunoborges/DataTables.git","private":false,"updated_at":"2012-03-22T15:39:47Z","watchers":1,"language":"JavaScript","ssh_url":"[email protected]:brunoborges/DataTables.git","fork":true,"url":"https://api.github.com/repos/brunoborges/DataTables","git_url":"git://github.com/brunoborges/DataTables.git","id":3799216,"pushed_at":"2012-03-22T15:39:44Z","svn_url":"https://github.com/brunoborges/DataTables","open_issues":0,"has_downloads":true,"mirror_url":null,"has_issues":false,"homepage":"http://www.datatables.net/","description":"Tables plug-in for jQuery","forks":0,"html_url":"https://github.com/brunoborges/DataTables","owner":{"gravatar_id":"6ce3b28e31c52bdfa3719d1e14a904d5","avatar_url":"https://secure.gravatar.com/avatar/6ce3b28e31c52bdfa3719d1e14a904d5?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","url":"https://api.github.com/users/brunoborges","id":129743,"login":"brunoborges"}},"label":"brunoborges:master","sha":"5a6ccc4a3a24274387f65c9b79873320b424131f","ref":"master","user":{"gravatar_id":"6ce3b28e31c52bdfa3719d1e14a904d5","avatar_url":"https://secure.gravatar.com/avatar/6ce3b28e31c52bdfa3719d1e14a904d5?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","url":"https://api.github.com/users/brunoborges","id":129743,"login":"brunoborges"}},"issue_url":"https://github.com/DataTables/DataTables/issues/55","number":55,"changed_files":1,"created_at":"2012-03-22T15:41:08Z","merged_by":null,"merged":false,"body":"This gives an option for users to define what to do when there's a parser error from server data, like for instance, letting the user know he must refresh the whole page (when session timed out).","title":"Support fnOnParserError from server data","comments":0,"diff_url":"https://github.com/DataTables/DataTables/pull/55.diff","updated_at":"2012-03-22T15:41:08Z","additions":13,"_links":{"html":{"href":"https://github.com/DataTables/DataTables/pull/55"},"self":{"href":"https://api.github.com/repos/DataTables/DataTables/pulls/55"},"comments":{"href":"https://api.github.com/repos/DataTables/DataTables/issues/55/comments"},"review_comments":{"href":"https://api.github.com/repos/DataTables/DataTables/pulls/55/comments"}},"url":"https://api.github.com/repos/DataTables/DataTables/pulls/55","id":1029685,"patch_url":"https://github.com/DataTables/DataTables/pull/55.patch","mergeable":null,"merged_at":null,"closed_at":null,"commits":1,"html_url":"https://github.com/DataTables/DataTables/pull/55","deletions":2,"user":{"gravatar_id":"6ce3b28e31c52bdfa3719d1e14a904d5","avatar_url":"https://secure.gravatar.com/avatar/6ce3b28e31c52bdfa3719d1e14a904d5?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","url":"https://api.github.com/users/brunoborges","id":129743,"login":"brunoborges"},"review_comments":0,"base":{"repo":{"name":"DataTables","master_branch":null,"created_at":"2010-05-16T07:02:32Z","size":1512,"has_wiki":true,"clone_url":"https://github.com/DataTables/DataTables.git","private":false,"updated_at":"2012-03-22T15:35:51Z","watchers":349,"language":"JavaScript","ssh_url":"[email protected]:DataTables/DataTables.git","fork":false,"url":"https://api.github.com/repos/DataTables/DataTables","git_url":"git://github.com/DataTables/DataTables.git","id":669174,"pushed_at":"2012-03-21T08:53:45Z","svn_url":"https://github.com/DataTables/DataTables","open_issues":25,"has_downloads":true,"mirror_url":null,"has_issues":true,"homepage":"http://www.datatables.net/","description":"Tables plug-in for jQuery","forks":74,"html_url":"https://github.com/DataTables/DataTables","owner":{"gravatar_id":"8b1feb7f958da6bb957ed650fdb0fae0","avatar_url":"https://secure.gravatar.com/avatar/8b1feb7f958da6bb957ed650fdb0fae0?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","url":"https://api.github.com/users/DataTables","id":278219,"login":"DataTables"}},"label":"DataTables:master","sha":"1d62b40f66044b80633bcdce6ce26d396b85aa8c","ref":"master","user":{"gravatar_id":"8b1feb7f958da6bb957ed650fdb0fae0","avatar_url":"https://secure.gravatar.com/avatar/8b1feb7f958da6bb957ed650fdb0fae0?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","url":"https://api.github.com/users/DataTables","id":278219,"login":"DataTables"}},"state":"open"},"action":"opened"}
{ "id": null, "name": "DataTables", "url": "https://github.com/DataTables/DataTables" }
{ "id": null, "login": "brunoborges", "gravatar_id": "6ce3b28e31c52bdfa3719d1e14a904d5", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2012-03-22T15:41:08
null
{"repository":{"homepage":"http://www.datatables.net/","open_issues":25,"watchers":349,"pushed_at":"2012/03/21 01:53:45 -0700","language":"JavaScript","fork":false,"has_downloads":true,"created_at":"2010/05/16 00:02:32 -0700","has_issues":true,"description":"Tables plug-in for jQuery","forks":74,"size":1512,"private":false,"owner":"DataTables","has_wiki":true},"actor_attributes":{"name":"Bruno Borges","company":"Jawsys Consultoria - www.jawsys.com.br","location":"Rio de Janeiro, RJ","blog":"http://blog.brunoborges.com.br","type":"User","email":"[email protected]"},"url":"https://github.com/DataTables/DataTables/pull/55"}
PullRequestEvent
true
{"action":"opened","number":137,"pull_request":{"milestone":null,"merge_commit_sha":"","url":"https://api.github.com/repos/DataTables/DataTables/pulls/137","review_comments":0,"state":"open","body":"The problem is described below\n\nhttp://datatables.net/forums/discussion/13077/bug-backward-compatibility-mdataprop-1.9.2-to-1.9.4","_links":{"html":{"href":"https://github.com/DataTables/DataTables/pull/137"},"review_comments":{"href":"https://api.github.com/repos/DataTables/DataTables/pulls/137/comments"},"issue":{"href":"https://api.github.com/repos/DataTables/DataTables/issues/137"},"self":{"href":"https://api.github.com/repos/DataTables/DataTables/pulls/137"},"comments":{"href":"https://api.github.com/repos/DataTables/DataTables/issues/137/comments"}},"patch_url":"https://github.com/DataTables/DataTables/pull/137.patch","number":137,"changed_files":1,"merged_at":null,"additions":1,"diff_url":"https://github.com/DataTables/DataTables/pull/137.diff","title":"Fix backward compatibility with mDataProp = null","review_comments_url":"https://github.com/DataTables/DataTables/pull/137/comments","closed_at":null,"html_url":"https://github.com/DataTables/DataTables/pull/137","assignee":null,"mergeable":null,"id":3286468,"comments_url":"https://api.github.com/repos/DataTables/DataTables/issues/137/comments","mergeable_state":"unknown","merged":false,"created_at":"2012-12-07T21:41:15Z","user":{"followers_url":"https://api.github.com/users/DukeAstar/followers","url":"https://api.github.com/users/DukeAstar","login":"DukeAstar","gists_url":"https://api.github.com/users/DukeAstar/gists{/gist_id}","organizations_url":"https://api.github.com/users/DukeAstar/orgs","subscriptions_url":"https://api.github.com/users/DukeAstar/subscriptions","id":1662584,"type":"User","starred_url":"https://api.github.com/users/DukeAstar/starred{/owner}{/repo}","events_url":"https://api.github.com/users/DukeAstar/events{/privacy}","repos_url":"https://api.github.com/users/DukeAstar/repos","gravatar_id":"dd22dc83687599948607db3bf8a08be6","avatar_url":"https://secure.gravatar.com/avatar/dd22dc83687599948607db3bf8a08be6?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","following_url":"https://api.github.com/users/DukeAstar/following","received_events_url":"https://api.github.com/users/DukeAstar/received_events"},"comments":0,"commits":1,"updated_at":"2012-12-07T21:41:15Z","merged_by":null,"head":{"ref":"patch-1","label":"DukeAstar:patch-1","sha":"d9bb6b63cd5f5f8ab692ba0e1913a56b0772ae2c","repo":{"issues_url":"https://api.github.com/repos/DukeAstar/DataTables/issues{/number}","size":164,"git_tags_url":"https://api.github.com/repos/DukeAstar/DataTables/git/tags{/sha}","stargazers_url":"https://api.github.com/repos/DukeAstar/DataTables/stargazers","url":"https://api.github.com/repos/DukeAstar/DataTables","mirror_url":null,"forks_count":0,"keys_url":"https://api.github.com/repos/DukeAstar/DataTables/keys{/key_id}","homepage":"http://www.datatables.net/","has_wiki":true,"open_issues":0,"hooks_url":"https://api.github.com/repos/DukeAstar/DataTables/hooks","teams_url":"https://api.github.com/repos/DukeAstar/DataTables/teams","ssh_url":"[email protected]:DukeAstar/DataTables.git","subscription_url":"https://api.github.com/repos/DukeAstar/DataTables/subscription","notifications_url":"https://api.github.com/repos/DukeAstar/DataTables/notifications{?since,all,participating}","compare_url":"https://api.github.com/repos/DukeAstar/DataTables/compare/{base}...{head}","trees_url":"https://api.github.com/repos/DukeAstar/DataTables/git/trees{/sha}","watchers_count":1,"watchers":1,"subscribers_url":"https://api.github.com/repos/DukeAstar/DataTables/subscribers","labels_url":"https://api.github.com/repos/DukeAstar/DataTables/labels{/name}","git_url":"git://github.com/DukeAstar/DataTables.git","forks":0,"tags_url":"https://api.github.com/repos/DukeAstar/DataTables/tags{/tag}","assignees_url":"https://api.github.com/repos/DukeAstar/DataTables/assignees{/user}","private":false,"downloads_url":"https://api.github.com/repos/DukeAstar/DataTables/downloads","milestones_url":"https://api.github.com/repos/DukeAstar/DataTables/milestones{/number}","clone_url":"https://github.com/DukeAstar/DataTables.git","git_refs_url":"https://api.github.com/repos/DukeAstar/DataTables/git/refs{/sha}","svn_url":"https://github.com/DukeAstar/DataTables","html_url":"https://github.com/DukeAstar/DataTables","description":"Tables plug-in for jQuery","collaborators_url":"https://api.github.com/repos/DukeAstar/DataTables/collaborators{/collaborator}","branches_url":"https://api.github.com/repos/DukeAstar/DataTables/branches{/branch}","id":5069679,"pushed_at":"2012-12-07T21:32:42Z","comments_url":"https://api.github.com/repos/DukeAstar/DataTables/comments{/number}","archive_url":"https://api.github.com/repos/DukeAstar/DataTables/{archive_format}{/ref}","owner":{"followers_url":"https://api.github.com/users/DukeAstar/followers","url":"https://api.github.com/users/DukeAstar","login":"DukeAstar","gists_url":"https://api.github.com/users/DukeAstar/gists{/gist_id}","organizations_url":"https://api.github.com/users/DukeAstar/orgs","subscriptions_url":"https://api.github.com/users/DukeAstar/subscriptions","id":1662584,"type":"User","starred_url":"https://api.github.com/users/DukeAstar/starred{/owner}{/repo}","events_url":"https://api.github.com/users/DukeAstar/events{/privacy}","repos_url":"https://api.github.com/users/DukeAstar/repos","gravatar_id":"dd22dc83687599948607db3bf8a08be6","avatar_url":"https://secure.gravatar.com/avatar/dd22dc83687599948607db3bf8a08be6?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","following_url":"https://api.github.com/users/DukeAstar/following","received_events_url":"https://api.github.com/users/DukeAstar/received_events"},"merges_url":"https://api.github.com/repos/DukeAstar/DataTables/merges","open_issues_count":0,"name":"DataTables","full_name":"DukeAstar/DataTables","fork":true,"forks_url":"https://api.github.com/repos/DukeAstar/DataTables/forks","events_url":"https://api.github.com/repos/DukeAstar/DataTables/events","blobs_url":"https://api.github.com/repos/DukeAstar/DataTables/git/blobs{/sha}","created_at":"2012-07-16T15:56:14Z","issue_events_url":"https://api.github.com/repos/DukeAstar/DataTables/issues/events{/number}","issue_comment_url":"https://api.github.com/repos/DukeAstar/DataTables/issues/comments/{number}","language":"JavaScript","languages_url":"https://api.github.com/repos/DukeAstar/DataTables/languages","statuses_url":"https://api.github.com/repos/DukeAstar/DataTables/statuses/{sha}","has_downloads":true,"has_issues":false,"updated_at":"2012-12-07T21:32:49Z","git_commits_url":"https://api.github.com/repos/DukeAstar/DataTables/git/commits{/sha}","commits_url":"https://api.github.com/repos/DukeAstar/DataTables/commits{/sha}","contents_url":"https://api.github.com/repos/DukeAstar/DataTables/contents/{+path}","contributors_url":"https://api.github.com/repos/DukeAstar/DataTables/contributors","pulls_url":"https://api.github.com/repos/DukeAstar/DataTables/pulls{/number}"},"user":{"followers_url":"https://api.github.com/users/DukeAstar/followers","url":"https://api.github.com/users/DukeAstar","login":"DukeAstar","gists_url":"https://api.github.com/users/DukeAstar/gists{/gist_id}","organizations_url":"https://api.github.com/users/DukeAstar/orgs","subscriptions_url":"https://api.github.com/users/DukeAstar/subscriptions","id":1662584,"type":"User","starred_url":"https://api.github.com/users/DukeAstar/starred{/owner}{/repo}","events_url":"https://api.github.com/users/DukeAstar/events{/privacy}","repos_url":"https://api.github.com/users/DukeAstar/repos","gravatar_id":"dd22dc83687599948607db3bf8a08be6","avatar_url":"https://secure.gravatar.com/avatar/dd22dc83687599948607db3bf8a08be6?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","following_url":"https://api.github.com/users/DukeAstar/following","received_events_url":"https://api.github.com/users/DukeAstar/received_events"}},"review_comment_url":"/repos/DataTables/DataTables/pulls/comments/{number}","base":{"ref":"master","label":"DataTables:master","sha":"c74db5aee635d73e7d80cc11d1572d5446bba677","repo":{"issues_url":"https://api.github.com/repos/DataTables/DataTables/issues{/number}","size":1368,"git_tags_url":"https://api.github.com/repos/DataTables/DataTables/git/tags{/sha}","stargazers_url":"https://api.github.com/repos/DataTables/DataTables/stargazers","url":"https://api.github.com/repos/DataTables/DataTables","mirror_url":null,"forks_count":165,"keys_url":"https://api.github.com/repos/DataTables/DataTables/keys{/key_id}","homepage":"http://www.datatables.net/","has_wiki":true,"open_issues":26,"hooks_url":"https://api.github.com/repos/DataTables/DataTables/hooks","teams_url":"https://api.github.com/repos/DataTables/DataTables/teams","ssh_url":"[email protected]:DataTables/DataTables.git","subscription_url":"https://api.github.com/repos/DataTables/DataTables/subscription","notifications_url":"https://api.github.com/repos/DataTables/DataTables/notifications{?since,all,participating}","compare_url":"https://api.github.com/repos/DataTables/DataTables/compare/{base}...{head}","trees_url":"https://api.github.com/repos/DataTables/DataTables/git/trees{/sha}","watchers_count":649,"watchers":649,"subscribers_url":"https://api.github.com/repos/DataTables/DataTables/subscribers","labels_url":"https://api.github.com/repos/DataTables/DataTables/labels{/name}","git_url":"git://github.com/DataTables/DataTables.git","forks":165,"tags_url":"https://api.github.com/repos/DataTables/DataTables/tags{/tag}","assignees_url":"https://api.github.com/repos/DataTables/DataTables/assignees{/user}","private":false,"downloads_url":"https://api.github.com/repos/DataTables/DataTables/downloads","milestones_url":"https://api.github.com/repos/DataTables/DataTables/milestones{/number}","clone_url":"https://github.com/DataTables/DataTables.git","git_refs_url":"https://api.github.com/repos/DataTables/DataTables/git/refs{/sha}","svn_url":"https://github.com/DataTables/DataTables","html_url":"https://github.com/DataTables/DataTables","description":"Tables plug-in for jQuery","collaborators_url":"https://api.github.com/repos/DataTables/DataTables/collaborators{/collaborator}","branches_url":"https://api.github.com/repos/DataTables/DataTables/branches{/branch}","id":669174,"pushed_at":"2012-11-23T16:09:09Z","comments_url":"https://api.github.com/repos/DataTables/DataTables/comments{/number}","archive_url":"https://api.github.com/repos/DataTables/DataTables/{archive_format}{/ref}","owner":{"followers_url":"https://api.github.com/users/DataTables/followers","url":"https://api.github.com/users/DataTables","login":"DataTables","gists_url":"https://api.github.com/users/DataTables/gists{/gist_id}","organizations_url":"https://api.github.com/users/DataTables/orgs","subscriptions_url":"https://api.github.com/users/DataTables/subscriptions","id":278219,"type":"User","starred_url":"https://api.github.com/users/DataTables/starred{/owner}{/repo}","events_url":"https://api.github.com/users/DataTables/events{/privacy}","repos_url":"https://api.github.com/users/DataTables/repos","gravatar_id":"8b1feb7f958da6bb957ed650fdb0fae0","avatar_url":"https://secure.gravatar.com/avatar/8b1feb7f958da6bb957ed650fdb0fae0?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","following_url":"https://api.github.com/users/DataTables/following","received_events_url":"https://api.github.com/users/DataTables/received_events"},"merges_url":"https://api.github.com/repos/DataTables/DataTables/merges","open_issues_count":26,"name":"DataTables","full_name":"DataTables/DataTables","fork":false,"forks_url":"https://api.github.com/repos/DataTables/DataTables/forks","events_url":"https://api.github.com/repos/DataTables/DataTables/events","blobs_url":"https://api.github.com/repos/DataTables/DataTables/git/blobs{/sha}","created_at":"2010-05-16T07:02:32Z","issue_events_url":"https://api.github.com/repos/DataTables/DataTables/issues/events{/number}","issue_comment_url":"https://api.github.com/repos/DataTables/DataTables/issues/comments/{number}","language":"JavaScript","languages_url":"https://api.github.com/repos/DataTables/DataTables/languages","statuses_url":"https://api.github.com/repos/DataTables/DataTables/statuses/{sha}","has_downloads":true,"has_issues":true,"updated_at":"2012-12-07T20:36:19Z","git_commits_url":"https://api.github.com/repos/DataTables/DataTables/git/commits{/sha}","commits_url":"https://api.github.com/repos/DataTables/DataTables/commits{/sha}","contents_url":"https://api.github.com/repos/DataTables/DataTables/contents/{+path}","contributors_url":"https://api.github.com/repos/DataTables/DataTables/contributors","pulls_url":"https://api.github.com/repos/DataTables/DataTables/pulls{/number}"},"user":{"followers_url":"https://api.github.com/users/DataTables/followers","url":"https://api.github.com/users/DataTables","login":"DataTables","gists_url":"https://api.github.com/users/DataTables/gists{/gist_id}","organizations_url":"https://api.github.com/users/DataTables/orgs","subscriptions_url":"https://api.github.com/users/DataTables/subscriptions","id":278219,"type":"User","starred_url":"https://api.github.com/users/DataTables/starred{/owner}{/repo}","events_url":"https://api.github.com/users/DataTables/events{/privacy}","repos_url":"https://api.github.com/users/DataTables/repos","gravatar_id":"8b1feb7f958da6bb957ed650fdb0fae0","avatar_url":"https://secure.gravatar.com/avatar/8b1feb7f958da6bb957ed650fdb0fae0?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","following_url":"https://api.github.com/users/DataTables/following","received_events_url":"https://api.github.com/users/DataTables/received_events"}},"commits_url":"https://github.com/DataTables/DataTables/pull/137/commits","issue_url":"https://github.com/DataTables/DataTables/issues/137","deletions":2}}
{ "id": 669174, "name": "DataTables", "url": "https://github.com/DataTables/DataTables" }
{ "id": null, "login": "DukeAstar", "gravatar_id": "dd22dc83687599948607db3bf8a08be6", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2012-12-07T21:41:15
null
{"repository":{"description":"Tables plug-in for jQuery","owner":"DataTables","has_downloads":true,"open_issues":26,"has_issues":true,"watchers":649,"language":"JavaScript","pushed_at":"2012-11-23T08:09:09-08:00","forks":165,"stargazers":649,"has_wiki":true,"fork":false,"size":1368,"homepage":"http://www.datatables.net/","private":false,"created_at":"2010-05-16T00:02:32-07:00"},"actor_attributes":{"type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/DataTables/DataTables/pull/137"}
PullRequestEvent
true
{"pull_request":{"html_url":"https://github.com/ErwinM/acts_as_tenant/pull/17","merged_at":"2012-09-21T09:15:16Z","head":{"ref":"with_tenant_documentation","label":"aaronrenner:with_tenant_documentation","user":{"id":120878,"gravatar_id":"3e203104f9e92d287cfab734293ac3ca","url":"https://api.github.com/users/aaronrenner","avatar_url":"https://secure.gravatar.com/avatar/3e203104f9e92d287cfab734293ac3ca?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","login":"aaronrenner"},"repo":{"svn_url":"https://github.com/aaronrenner/acts_as_tenant","description":"Easy multi-tenancy for Rails in a shared database setup","full_name":"aaronrenner/acts_as_tenant","html_url":"https://github.com/aaronrenner/acts_as_tenant","forks":0,"size":140,"open_issues_count":0,"owner":{"id":120878,"gravatar_id":"3e203104f9e92d287cfab734293ac3ca","url":"https://api.github.com/users/aaronrenner","avatar_url":"https://secure.gravatar.com/avatar/3e203104f9e92d287cfab734293ac3ca?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","login":"aaronrenner"},"id":5630327,"updated_at":"2012-09-20T03:36:17Z","homepage":"www.rolllcallapp.com/blog","language":"Ruby","open_issues":0,"fork":true,"has_downloads":true,"url":"https://api.github.com/repos/aaronrenner/acts_as_tenant","mirror_url":null,"name":"acts_as_tenant","clone_url":"https://github.com/aaronrenner/acts_as_tenant.git","created_at":"2012-08-31T15:16:48Z","forks_count":0,"pushed_at":"2012-09-20T03:36:17Z","has_issues":false,"watchers_count":0,"private":false,"has_wiki":true,"git_url":"git://github.com/aaronrenner/acts_as_tenant.git","ssh_url":"[email protected]:aaronrenner/acts_as_tenant.git","watchers":0},"sha":"d81a7a72b0752d10a873c4a568f48ea547e0005c"},"review_comments":0,"id":2395765,"updated_at":"2012-09-21T09:15:16Z","milestone":null,"_links":{"self":{"href":"https://api.github.com/repos/ErwinM/acts_as_tenant/pulls/17"},"review_comments":{"href":"https://api.github.com/repos/ErwinM/acts_as_tenant/pulls/17/comments"},"comments":{"href":"https://api.github.com/repos/ErwinM/acts_as_tenant/issues/17/comments"},"html":{"href":"https://github.com/ErwinM/acts_as_tenant/pull/17"},"issue":{"href":"https://api.github.com/repos/ErwinM/acts_as_tenant/issues/17"}},"comments":0,"patch_url":"https://github.com/ErwinM/acts_as_tenant/pull/17.patch","deletions":3,"title":"Documentation for with_tenant method","user":{"id":120878,"gravatar_id":"3e203104f9e92d287cfab734293ac3ca","url":"https://api.github.com/users/aaronrenner","avatar_url":"https://secure.gravatar.com/avatar/3e203104f9e92d287cfab734293ac3ca?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","login":"aaronrenner"},"url":"https://api.github.com/repos/ErwinM/acts_as_tenant/pulls/17","mergeable":null,"created_at":"2012-09-20T03:39:11Z","changed_files":1,"number":17,"additions":14,"base":{"ref":"master","label":"ErwinM:master","user":{"id":451731,"gravatar_id":"1360f8d7b46251a333e732e1d7e6cf11","url":"https://api.github.com/users/ErwinM","avatar_url":"https://secure.gravatar.com/avatar/1360f8d7b46251a333e732e1d7e6cf11?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","login":"ErwinM"},"repo":{"svn_url":"https://github.com/ErwinM/acts_as_tenant","description":"Easy multi-tenancy for Rails in a shared database setup","full_name":"ErwinM/acts_as_tenant","html_url":"https://github.com/ErwinM/acts_as_tenant","forks":27,"size":124,"open_issues_count":2,"owner":{"id":451731,"gravatar_id":"1360f8d7b46251a333e732e1d7e6cf11","url":"https://api.github.com/users/ErwinM","avatar_url":"https://secure.gravatar.com/avatar/1360f8d7b46251a333e732e1d7e6cf11?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","login":"ErwinM"},"id":2175854,"updated_at":"2012-09-21T09:15:16Z","homepage":"www.rolllcallapp.com/blog","language":"Ruby","open_issues":2,"fork":false,"has_downloads":true,"url":"https://api.github.com/repos/ErwinM/acts_as_tenant","mirror_url":null,"name":"acts_as_tenant","clone_url":"https://github.com/ErwinM/acts_as_tenant.git","created_at":"2011-08-08T20:51:14Z","forks_count":27,"pushed_at":"2012-09-21T09:15:16Z","has_issues":true,"watchers_count":114,"private":false,"has_wiki":true,"git_url":"git://github.com/ErwinM/acts_as_tenant.git","ssh_url":"[email protected]:ErwinM/acts_as_tenant.git","watchers":114},"sha":"27b0dfac04c0cb892c7a258b1f35027cf1128f39"},"issue_url":"https://github.com/ErwinM/acts_as_tenant/issues/17","state":"closed","assignee":null,"merged_by":{"id":451731,"gravatar_id":"1360f8d7b46251a333e732e1d7e6cf11","url":"https://api.github.com/users/ErwinM","avatar_url":"https://secure.gravatar.com/avatar/1360f8d7b46251a333e732e1d7e6cf11?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","login":"ErwinM"},"merged":true,"closed_at":"2012-09-21T09:15:16Z","mergeable_state":"unknown","diff_url":"https://github.com/ErwinM/acts_as_tenant/pull/17.diff","body":"Here is some documentation for the with_tenant method that was submitted in issue #15.","commits":2},"action":"closed","number":17}
{ "id": null, "name": "acts_as_tenant", "url": "https://github.com/ErwinM/acts_as_tenant" }
{ "id": null, "login": "ErwinM", "gravatar_id": "1360f8d7b46251a333e732e1d7e6cf11", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2012-09-21T09:15:16
null
{"repository":{"owner":"ErwinM","pushed_at":"2012-09-21T02:15:16-07:00","forks":27,"has_downloads":true,"homepage":"www.rolllcallapp.com/blog","language":"Ruby","stargazers":114,"fork":false,"size":140,"has_wiki":true,"description":"Easy multi-tenancy for Rails in a shared database setup","watchers":114,"private":false,"created_at":"2011-08-08T13:51:14-07:00","open_issues":2,"has_issues":true},"actor_attributes":{"type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/ErwinM/acts_as_tenant/pull/17"}
PullRequestEvent
true
{"number":2,"action":"closed","pull_request":{"merged_by":{"avatar_url":"https://secure.gravatar.com/avatar/255b8447a036b80ea71d27730de4d63a?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","id":1467648,"gravatar_id":"255b8447a036b80ea71d27730de4d63a","login":"FelixV","url":"https://api.github.com/users/FelixV"},"mergeable_state":"unknown","mergeable":null,"closed_at":"2012-08-15T18:21:48Z","updated_at":"2012-08-15T18:21:48Z","issue_url":"https://github.com/FelixV/Arcade-Blaster/issues/2","assignee":null,"review_comments":0,"deletions":348,"additions":1918,"id":2067723,"merged_at":"2012-08-15T18:21:48Z","number":2,"title":"update my branch","user":{"avatar_url":"https://secure.gravatar.com/avatar/255b8447a036b80ea71d27730de4d63a?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","id":1467648,"gravatar_id":"255b8447a036b80ea71d27730de4d63a","login":"FelixV","url":"https://api.github.com/users/FelixV"},"body":"update my branch","commits":2,"base":{"repo":{"watchers_count":0,"svn_url":"https://github.com/FelixV/Arcade-Blaster","forks":0,"private":false,"pushed_at":"2012-08-15T18:21:48Z","homepage":"http://arcade.gadgetfactory.net","updated_at":"2012-08-15T18:21:48Z","open_issues":0,"id":5384540,"name":"Arcade-Blaster","has_wiki":true,"forks_count":0,"fork":true,"git_url":"git://github.com/FelixV/Arcade-Blaster.git","description":"Multi-platform application for Papilio Arcade hardware","watchers":0,"ssh_url":"[email protected]:FelixV/Arcade-Blaster.git","open_issues_count":0,"size":132,"clone_url":"https://github.com/FelixV/Arcade-Blaster.git","full_name":"FelixV/Arcade-Blaster","html_url":"https://github.com/FelixV/Arcade-Blaster","has_issues":false,"language":"Tcl","has_downloads":true,"created_at":"2012-08-11T23:53:47Z","url":"https://api.github.com/repos/FelixV/Arcade-Blaster","mirror_url":null,"owner":{"avatar_url":"https://secure.gravatar.com/avatar/255b8447a036b80ea71d27730de4d63a?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","id":1467648,"gravatar_id":"255b8447a036b80ea71d27730de4d63a","login":"FelixV","url":"https://api.github.com/users/FelixV"}},"sha":"1cec20698c7ebe701b23f23f693a2fdb0053b67d","label":"FelixV:master","user":{"avatar_url":"https://secure.gravatar.com/avatar/255b8447a036b80ea71d27730de4d63a?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","id":1467648,"gravatar_id":"255b8447a036b80ea71d27730de4d63a","login":"FelixV","url":"https://api.github.com/users/FelixV"},"ref":"master"},"_links":{"self":{"href":"https://api.github.com/repos/FelixV/Arcade-Blaster/pulls/2"},"issue":{"href":"https://api.github.com/repos/FelixV/Arcade-Blaster/issues/2"},"review_comments":{"href":"https://api.github.com/repos/FelixV/Arcade-Blaster/pulls/2/comments"},"html":{"href":"https://github.com/FelixV/Arcade-Blaster/pull/2"},"comments":{"href":"https://api.github.com/repos/FelixV/Arcade-Blaster/issues/2/comments"}},"milestone":null,"html_url":"https://github.com/FelixV/Arcade-Blaster/pull/2","comments":0,"patch_url":"https://github.com/FelixV/Arcade-Blaster/pull/2.patch","head":{"repo":{"watchers_count":3,"svn_url":"https://github.com/GadgetFactory/Arcade-Blaster","forks":1,"private":false,"pushed_at":"2012-08-14T16:04:15Z","homepage":"http://arcade.gadgetfactory.net","updated_at":"2012-08-14T16:04:15Z","open_issues":1,"id":3452688,"name":"Arcade-Blaster","has_wiki":true,"forks_count":1,"fork":false,"git_url":"git://github.com/GadgetFactory/Arcade-Blaster.git","description":"Multi-platform application for Papilio Arcade hardware","watchers":3,"ssh_url":"[email protected]:GadgetFactory/Arcade-Blaster.git","open_issues_count":1,"size":51452,"clone_url":"https://github.com/GadgetFactory/Arcade-Blaster.git","full_name":"GadgetFactory/Arcade-Blaster","html_url":"https://github.com/GadgetFactory/Arcade-Blaster","has_issues":true,"language":"Tcl","has_downloads":true,"created_at":"2012-02-15T19:18:54Z","url":"https://api.github.com/repos/GadgetFactory/Arcade-Blaster","mirror_url":null,"owner":{"avatar_url":"https://secure.gravatar.com/avatar/874c7dd8cc1957fa3e51f25960dadab7?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png","id":616260,"gravatar_id":"874c7dd8cc1957fa3e51f25960dadab7","login":"GadgetFactory","url":"https://api.github.com/users/GadgetFactory"}},"sha":"64ef6ecb0b0effd7b72d775f4977040fa1939d14","label":"GadgetFactory:master","user":{"avatar_url":"https://secure.gravatar.com/avatar/874c7dd8cc1957fa3e51f25960dadab7?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png","id":616260,"gravatar_id":"874c7dd8cc1957fa3e51f25960dadab7","login":"GadgetFactory","url":"https://api.github.com/users/GadgetFactory"},"ref":"master"},"changed_files":10,"created_at":"2012-08-15T18:21:29Z","merged":true,"url":"https://api.github.com/repos/FelixV/Arcade-Blaster/pulls/2","diff_url":"https://github.com/FelixV/Arcade-Blaster/pull/2.diff","state":"closed"}}
{ "id": null, "name": "Arcade-Blaster", "url": "https://github.com/FelixV/Arcade-Blaster" }
{ "id": null, "login": "FelixV", "gravatar_id": "255b8447a036b80ea71d27730de4d63a", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2012-08-15T18:21:49
null
{"repository":{"owner":"FelixV","open_issues":0,"has_issues":false,"pushed_at":"2012-08-15T11:21:49-07:00","forks":0,"language":"Tcl","homepage":"http://arcade.gadgetfactory.net","has_downloads":true,"fork":true,"size":132,"created_at":"2012-08-11T16:53:47-07:00","description":"Multi-platform application for Papilio Arcade hardware","stargazers":0,"private":false,"has_wiki":true,"watchers":0},"actor_attributes":{"type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/FelixV/Arcade-Blaster/pull/2"}
PullRequestEvent
true
{"number":5,"pull_request":{"created_at":"2012-10-22T12:03:04Z","closed_at":null,"deletions":1,"merged_by":null,"merge_commit_sha":"","commits":2,"issue_url":"https://github.com/HubLot/g_remove_water/issues/5","number":5,"additions":1,"mergeable_state":"unknown","state":"open","milestone":null,"comments":0,"changed_files":1,"body":"","html_url":"https://github.com/HubLot/g_remove_water/pull/5","merged_at":null,"review_comments":0,"assignee":null,"diff_url":"https://github.com/HubLot/g_remove_water/pull/5.diff","patch_url":"https://github.com/HubLot/g_remove_water/pull/5.patch","updated_at":"2012-10-22T12:03:04Z","title":"Should fix the regression","url":"https://api.github.com/repos/HubLot/g_remove_water/pulls/5","_links":{"issue":{"href":"https://api.github.com/repos/HubLot/g_remove_water/issues/5"},"comments":{"href":"https://api.github.com/repos/HubLot/g_remove_water/issues/5/comments"},"review_comments":{"href":"https://api.github.com/repos/HubLot/g_remove_water/pulls/5/comments"},"html":{"href":"https://github.com/HubLot/g_remove_water/pull/5"},"self":{"href":"https://api.github.com/repos/HubLot/g_remove_water/pulls/5"}},"head":{"sha":"431d341b3cbea69d438b4cdb9f4d7b59468e42e8","ref":"pull01","label":"jbarnoud:pull01","repo":{"created_at":"2012-10-08T12:37:41Z","svn_url":"https://github.com/jbarnoud/g_remove_water","owner":{"login":"jbarnoud","gravatar_id":"e40b28d801bfccddc24faac4d41e641b","avatar_url":"https://secure.gravatar.com/avatar/e40b28d801bfccddc24faac4d41e641b?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","url":"https://api.github.com/users/jbarnoud","_links":{"self":{"href":"https://api.github.com/users/jbarnoud"}},"id":1382074},"has_wiki":true,"pushed_at":"2012-10-22T12:01:24Z","private":false,"watchers_count":1,"git_url":"git://github.com/jbarnoud/g_remove_water.git","open_issues":0,"has_downloads":true,"full_name":"jbarnoud/g_remove_water","open_issues_count":0,"fork":true,"watchers":1,"name":"g_remove_water","ssh_url":"[email protected]:jbarnoud/g_remove_water.git","html_url":"https://github.com/jbarnoud/g_remove_water","description":"g_remove_water.py takes a gro file containing a bilayer and remove any water molecules inside the bilayer.","homepage":null,"has_issues":false,"language":"Python","forks_count":0,"size":200,"updated_at":"2012-10-22T12:01:24Z","url":"https://api.github.com/repos/jbarnoud/g_remove_water","_links":{"self":{"href":"https://api.github.com/repos/jbarnoud/g_remove_water"}},"clone_url":"https://github.com/jbarnoud/g_remove_water.git","mirror_url":null,"forks":0,"id":6124119},"user":{"login":"jbarnoud","gravatar_id":"e40b28d801bfccddc24faac4d41e641b","avatar_url":"https://secure.gravatar.com/avatar/e40b28d801bfccddc24faac4d41e641b?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","url":"https://api.github.com/users/jbarnoud","_links":{"self":{"href":"https://api.github.com/users/jbarnoud"}},"id":1382074}},"base":{"sha":"25dedc37e19a3b5847142b76f59d98ea567f9323","ref":"master","label":"HubLot:master","repo":{"created_at":"2012-10-08T09:28:21Z","svn_url":"https://github.com/HubLot/g_remove_water","owner":{"login":"HubLot","gravatar_id":"4f07e06bc02682ebb68a832d92ee3f75","avatar_url":"https://secure.gravatar.com/avatar/4f07e06bc02682ebb68a832d92ee3f75?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","url":"https://api.github.com/users/HubLot","_links":{"self":{"href":"https://api.github.com/users/HubLot"}},"id":1273176},"has_wiki":true,"pushed_at":"2012-10-22T11:40:58Z","private":false,"watchers_count":2,"git_url":"git://github.com/HubLot/g_remove_water.git","open_issues":1,"has_downloads":true,"full_name":"HubLot/g_remove_water","open_issues_count":1,"fork":false,"watchers":2,"name":"g_remove_water","ssh_url":"[email protected]:HubLot/g_remove_water.git","html_url":"https://github.com/HubLot/g_remove_water","description":"g_remove_water.py takes a gro file containing a bilayer and remove any water molecules inside the bilayer.","homepage":null,"has_issues":true,"language":"Python","forks_count":1,"size":160,"updated_at":"2012-10-22T11:40:59Z","url":"https://api.github.com/repos/HubLot/g_remove_water","_links":{"self":{"href":"https://api.github.com/repos/HubLot/g_remove_water"}},"clone_url":"https://github.com/HubLot/g_remove_water.git","mirror_url":null,"forks":1,"id":6122222},"user":{"login":"HubLot","gravatar_id":"4f07e06bc02682ebb68a832d92ee3f75","avatar_url":"https://secure.gravatar.com/avatar/4f07e06bc02682ebb68a832d92ee3f75?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","url":"https://api.github.com/users/HubLot","_links":{"self":{"href":"https://api.github.com/users/HubLot"}},"id":1273176}},"mergeable":null,"id":2726430,"user":{"login":"jbarnoud","gravatar_id":"e40b28d801bfccddc24faac4d41e641b","avatar_url":"https://secure.gravatar.com/avatar/e40b28d801bfccddc24faac4d41e641b?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","url":"https://api.github.com/users/jbarnoud","_links":{"self":{"href":"https://api.github.com/users/jbarnoud"}},"id":1382074},"merged":false},"action":"opened"}
{ "id": 6122222, "name": "g_remove_water", "url": "https://github.com/HubLot/g_remove_water" }
{ "id": null, "login": "jbarnoud", "gravatar_id": "e40b28d801bfccddc24faac4d41e641b", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2012-10-22T12:03:04
null
{"repository":{"watchers":2,"has_issues":true,"owner":"HubLot","has_wiki":true,"created_at":"2012-10-08T02:28:21-07:00","description":"g_remove_water.py takes a gro file containing a bilayer and remove any water molecules inside the bilayer.","stargazers":2,"pushed_at":"2012-10-22T04:40:58-07:00","forks":1,"open_issues":1,"fork":false,"size":160,"has_downloads":true,"language":"Python","private":false},"actor_attributes":{"type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/HubLot/g_remove_water/pull/5"}
PullRequestEvent
true
{"action":"opened","pull_request":{"title":"Changes done","created_at":"2012-08-15T08:19:35Z","url":"https://api.github.com/repos/Hugne/tipc-config-dev/pulls/3","diff_url":"https://github.com/Hugne/tipc-config-dev/pull/3.diff","comments":0,"mergeable":null,"patch_url":"https://github.com/Hugne/tipc-config-dev/pull/3.patch","user":{"url":"https://api.github.com/users/ekarini","login":"ekarini","id":2142799,"avatar_url":"https://secure.gravatar.com/avatar/8711d99cc5445197f89ee6d76e3c20a1?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"8711d99cc5445197f89ee6d76e3c20a1"},"_links":{"comments":{"href":"https://api.github.com/repos/Hugne/tipc-config-dev/issues/3/comments"},"html":{"href":"https://github.com/Hugne/tipc-config-dev/pull/3"},"self":{"href":"https://api.github.com/repos/Hugne/tipc-config-dev/pulls/3"},"issue":{"href":"https://api.github.com/repos/Hugne/tipc-config-dev/issues/3"},"review_comments":{"href":"https://api.github.com/repos/Hugne/tipc-config-dev/pulls/3/comments"}},"closed_at":null,"deletions":21,"additions":28,"id":2062508,"assignee":null,"base":{"sha":"98a00d16ed00d70db57a1cdb68e6c3935066b4b0","ref":"master","user":{"url":"https://api.github.com/users/Hugne","login":"Hugne","id":922574,"avatar_url":"https://secure.gravatar.com/avatar/e154ecc70d5bc6550138fba6c3a9248a?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"e154ecc70d5bc6550138fba6c3a9248a"},"repo":{"forks":2,"created_at":"2012-07-30T12:45:59Z","url":"https://api.github.com/repos/Hugne/tipc-config-dev","full_name":"Hugne/tipc-config-dev","pushed_at":"2012-08-13T06:55:34Z","language":"C","watchers":2,"forks_count":2,"owner":{"url":"https://api.github.com/users/Hugne","login":"Hugne","id":922574,"avatar_url":"https://secure.gravatar.com/avatar/e154ecc70d5bc6550138fba6c3a9248a?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"e154ecc70d5bc6550138fba6c3a9248a"},"id":5232249,"clone_url":"https://github.com/Hugne/tipc-config-dev.git","open_issues_count":1,"html_url":"https://github.com/Hugne/tipc-config-dev","has_wiki":true,"fork":false,"has_downloads":true,"size":128,"ssh_url":"[email protected]:Hugne/tipc-config-dev.git","open_issues":1,"homepage":null,"updated_at":"2012-08-13T07:00:46Z","watchers_count":2,"mirror_url":null,"git_url":"git://github.com/Hugne/tipc-config-dev.git","svn_url":"https://github.com/Hugne/tipc-config-dev","has_issues":true,"private":false,"name":"tipc-config-dev","description":"Working tree for pending TIPC features"},"label":"Hugne:master"},"head":{"sha":"74c6f4ee8041605aa1e1f77e0ea2d228b5552791","ref":"master","user":{"url":"https://api.github.com/users/ekarini","login":"ekarini","id":2142799,"avatar_url":"https://secure.gravatar.com/avatar/8711d99cc5445197f89ee6d76e3c20a1?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"8711d99cc5445197f89ee6d76e3c20a1"},"repo":{"forks":0,"created_at":"2012-08-13T07:00:46Z","url":"https://api.github.com/repos/ekarini/tipc-config-dev","full_name":"ekarini/tipc-config-dev","pushed_at":"2012-08-15T08:18:00Z","language":"C","watchers":0,"forks_count":0,"owner":{"url":"https://api.github.com/users/ekarini","login":"ekarini","id":2142799,"avatar_url":"https://secure.gravatar.com/avatar/8711d99cc5445197f89ee6d76e3c20a1?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"8711d99cc5445197f89ee6d76e3c20a1"},"id":5395788,"clone_url":"https://github.com/ekarini/tipc-config-dev.git","open_issues_count":0,"html_url":"https://github.com/ekarini/tipc-config-dev","has_wiki":true,"fork":true,"has_downloads":true,"size":204,"ssh_url":"[email protected]:ekarini/tipc-config-dev.git","open_issues":0,"homepage":null,"updated_at":"2012-08-15T08:18:00Z","watchers_count":0,"mirror_url":null,"git_url":"git://github.com/ekarini/tipc-config-dev.git","svn_url":"https://github.com/ekarini/tipc-config-dev","has_issues":false,"private":false,"name":"tipc-config-dev","description":"Working tree for pending TIPC features"},"label":"ekarini:master"},"mergeable_state":"unknown","html_url":"https://github.com/Hugne/tipc-config-dev/pull/3","merged_by":null,"merged":false,"state":"open","milestone":null,"issue_url":"https://github.com/Hugne/tipc-config-dev/issues/3","updated_at":"2012-08-15T08:19:35Z","merged_at":null,"commits":3,"body":"Changed earlier commits according to the suggestions. ","changed_files":7,"review_comments":0,"number":3},"number":3}
{ "id": null, "name": "tipc-config-dev", "url": "https://github.com/Hugne/tipc-config-dev" }
{ "id": null, "login": "ekarini", "gravatar_id": "8711d99cc5445197f89ee6d76e3c20a1", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2012-08-15T08:19:36
null
{"repository":{"owner":"Hugne","open_issues":1,"has_issues":true,"pushed_at":"2012-08-12T23:55:34-07:00","forks":2,"language":"C","has_downloads":true,"fork":false,"size":128,"created_at":"2012-07-30T05:45:59-07:00","description":"Working tree for pending TIPC features","stargazers":2,"private":false,"has_wiki":true,"watchers":2},"actor_attributes":{"type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/Hugne/tipc-config-dev/pull/3"}
PullRequestEvent
true
{"number":13,"pull_request":{"number":13,"issue_url":"https://github.com/KnpLabs/KnpTimeBundle/issues/13","head":{"label":"canni:pl-trans","repo":{"name":"KnpTimeBundle","has_wiki":true,"size":128,"created_at":"2012-05-15T21:14:52Z","clone_url":"https://github.com/canni/KnpTimeBundle.git","private":false,"updated_at":"2012-05-16T11:54:05Z","watchers":1,"fork":true,"url":"https://api.github.com/repos/canni/KnpTimeBundle","language":"PHP","git_url":"git://github.com/canni/KnpTimeBundle.git","ssh_url":"[email protected]:canni/KnpTimeBundle.git","svn_url":"https://github.com/canni/KnpTimeBundle","id":4340722,"pushed_at":"2012-05-16T11:54:04Z","open_issues":0,"mirror_url":null,"has_downloads":true,"homepage":"http://knplabs.com","has_issues":false,"forks":0,"description":"Provides helpers for time manipulation","html_url":"https://github.com/canni/KnpTimeBundle","owner":{"gravatar_id":"f78bf316efbcd18d09ec3761fcc17226","avatar_url":"https://secure.gravatar.com/avatar/f78bf316efbcd18d09ec3761fcc17226?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","url":"https://api.github.com/users/canni","id":385754,"login":"canni"}},"sha":"48ea66b527f16cba3f4611eef46c575665fdf8a7","ref":"pl-trans","user":{"gravatar_id":"f78bf316efbcd18d09ec3761fcc17226","avatar_url":"https://secure.gravatar.com/avatar/f78bf316efbcd18d09ec3761fcc17226?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","url":"https://api.github.com/users/canni","id":385754,"login":"canni"}},"created_at":"2012-05-15T22:19:23Z","merged":true,"changed_files":1,"merged_by":{"gravatar_id":"3d908cc5cfc51351ada24b7b8d6095a8","avatar_url":"https://secure.gravatar.com/avatar/3d908cc5cfc51351ada24b7b8d6095a8?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","url":"https://api.github.com/users/l3l0","id":209405,"login":"l3l0"},"title":"Polish messages translation","body":"Polish translation","comments":3,"diff_url":"https://github.com/KnpLabs/KnpTimeBundle/pull/13.diff","updated_at":"2012-05-16T12:47:21Z","additions":59,"url":"https://api.github.com/repos/KnpLabs/KnpTimeBundle/pulls/13","_links":{"html":{"href":"https://github.com/KnpLabs/KnpTimeBundle/pull/13"},"self":{"href":"https://api.github.com/repos/KnpLabs/KnpTimeBundle/pulls/13"},"comments":{"href":"https://api.github.com/repos/KnpLabs/KnpTimeBundle/issues/13/comments"},"issue":{"href":"https://api.github.com/repos/KnpLabs/KnpTimeBundle/issues/13"},"review_comments":{"href":"https://api.github.com/repos/KnpLabs/KnpTimeBundle/pulls/13/comments"}},"id":1359756,"patch_url":"https://github.com/KnpLabs/KnpTimeBundle/pull/13.patch","mergeable":null,"commits":1,"merged_at":"2012-05-16T12:47:21Z","closed_at":"2012-05-16T12:47:21Z","review_comments":9,"deletions":0,"html_url":"https://github.com/KnpLabs/KnpTimeBundle/pull/13","user":{"gravatar_id":"f78bf316efbcd18d09ec3761fcc17226","avatar_url":"https://secure.gravatar.com/avatar/f78bf316efbcd18d09ec3761fcc17226?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","url":"https://api.github.com/users/canni","id":385754,"login":"canni"},"state":"closed","base":{"label":"KnpLabs:master","repo":{"name":"KnpTimeBundle","has_wiki":true,"size":1312,"created_at":"2010-08-23T17:52:47Z","clone_url":"https://github.com/KnpLabs/KnpTimeBundle.git","private":false,"updated_at":"2012-05-16T12:47:20Z","watchers":64,"fork":false,"url":"https://api.github.com/repos/KnpLabs/KnpTimeBundle","language":"PHP","git_url":"git://github.com/KnpLabs/KnpTimeBundle.git","ssh_url":"[email protected]:KnpLabs/KnpTimeBundle.git","svn_url":"https://github.com/KnpLabs/KnpTimeBundle","id":857229,"pushed_at":"2012-05-16T12:47:20Z","open_issues":2,"mirror_url":null,"has_downloads":true,"homepage":"http://knplabs.com","has_issues":true,"forks":14,"description":"Provides helpers for time manipulation","html_url":"https://github.com/KnpLabs/KnpTimeBundle","owner":{"gravatar_id":"cdc56f94f578a933f732cd8f163c1504","avatar_url":"https://secure.gravatar.com/avatar/cdc56f94f578a933f732cd8f163c1504?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png","url":"https://api.github.com/users/KnpLabs","id":202732,"login":"KnpLabs"}},"sha":"a18f40fcc2e1b04df87249e5a838b355c64da7b1","ref":"master","user":{"gravatar_id":"cdc56f94f578a933f732cd8f163c1504","avatar_url":"https://secure.gravatar.com/avatar/cdc56f94f578a933f732cd8f163c1504?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png","url":"https://api.github.com/users/KnpLabs","id":202732,"login":"KnpLabs"}}},"action":"closed"}
{ "id": null, "name": "KnpTimeBundle", "url": "https://github.com/KnpLabs/KnpTimeBundle" }
{ "id": null, "login": "l3l0", "gravatar_id": "3d908cc5cfc51351ada24b7b8d6095a8", "avatar_url": null, "url": null }
{ "id": null, "login": "KnpLabs", "gravatar_id": null, "avatar_url": null, "url": null }
2012-05-16T12:47:21
null
{"repository":{"watchers":64,"has_downloads":true,"organization":"KnpLabs","description":"Provides helpers for time manipulation","language":"PHP","created_at":"2010/08/23 10:52:47 -0700","has_issues":true,"has_wiki":true,"forks":14,"fork":false,"homepage":"http://knplabs.com","size":1356,"private":false,"open_issues":2,"owner":"KnpLabs","pushed_at":"2012/05/16 05:47:21 -0700"},"actor_attributes":{"name":"Leszek Prabucki","company":"KnpLabs","location":"Poland","blog":"http://l3l0.eu/lang/en","type":"User","email":"[email protected]"},"url":"https://github.com/KnpLabs/KnpTimeBundle/pull/13"}
PullRequestEvent
true
{"number":16,"pull_request":{"issue_url":"https://github.com/March-hare/sms_filter/issues/16","head":{"repo":{"name":"sms_filter","has_wiki":true,"size":228,"created_at":"2012-02-22T19:57:00Z","clone_url":"https://github.com/March-hare/sms_filter.git","private":false,"updated_at":"2012-05-12T06:41:47Z","watchers":2,"ssh_url":"[email protected]:March-hare/sms_filter.git","git_url":"git://github.com/March-hare/sms_filter.git","fork":false,"language":"PHP","url":"https://api.github.com/repos/March-hare/sms_filter","id":3518316,"svn_url":"https://github.com/March-hare/sms_filter","pushed_at":"2012-05-12T06:41:47Z","has_downloads":true,"open_issues":11,"mirror_url":null,"has_issues":true,"homepage":"","description":"SMS Filter","forks":1,"html_url":"https://github.com/March-hare/sms_filter","owner":{"avatar_url":"https://secure.gravatar.com/avatar/36f110f9c72a1559304c07fe8810d75e?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png","gravatar_id":"36f110f9c72a1559304c07fe8810d75e","url":"https://api.github.com/users/March-hare","id":601364,"login":"March-hare"}},"label":"March-hare:15-RSS-feed-for-integration-with-cel.ly","sha":"c0c7cf4a42838fc6873b222ca87c81b52cd5cf76","ref":"15-RSS-feed-for-integration-with-cel.ly","user":{"avatar_url":"https://secure.gravatar.com/avatar/36f110f9c72a1559304c07fe8810d75e?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png","gravatar_id":"36f110f9c72a1559304c07fe8810d75e","url":"https://api.github.com/users/March-hare","id":601364,"login":"March-hare"}},"number":16,"changed_files":2,"merged_by":null,"created_at":"2012-05-12T06:42:02Z","merged":false,"body":"","comments":0,"title":"15 rss feed for integration with cel.ly","diff_url":"https://github.com/March-hare/sms_filter/pull/16.diff","updated_at":"2012-05-12T06:42:02Z","additions":57,"_links":{"html":{"href":"https://github.com/March-hare/sms_filter/pull/16"},"self":{"href":"https://api.github.com/repos/March-hare/sms_filter/pulls/16"},"comments":{"href":"https://api.github.com/repos/March-hare/sms_filter/issues/16/comments"},"issue":{"href":"https://api.github.com/repos/March-hare/sms_filter/issues/16"},"review_comments":{"href":"https://api.github.com/repos/March-hare/sms_filter/pulls/16/comments"}},"url":"https://api.github.com/repos/March-hare/sms_filter/pulls/16","id":1339537,"patch_url":"https://github.com/March-hare/sms_filter/pull/16.patch","mergeable":null,"commits":2,"closed_at":null,"merged_at":null,"html_url":"https://github.com/March-hare/sms_filter/pull/16","review_comments":0,"user":{"avatar_url":"https://secure.gravatar.com/avatar/b59362df8a0998bdf2a8cc9f6681be7f?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"b59362df8a0998bdf2a8cc9f6681be7f","url":"https://api.github.com/users/evoltech","id":45640,"login":"evoltech"},"deletions":0,"state":"open","base":{"repo":{"name":"sms_filter","has_wiki":true,"size":228,"created_at":"2012-02-22T19:57:00Z","clone_url":"https://github.com/March-hare/sms_filter.git","private":false,"updated_at":"2012-05-12T06:41:47Z","watchers":2,"ssh_url":"[email protected]:March-hare/sms_filter.git","git_url":"git://github.com/March-hare/sms_filter.git","fork":false,"language":"PHP","url":"https://api.github.com/repos/March-hare/sms_filter","id":3518316,"svn_url":"https://github.com/March-hare/sms_filter","pushed_at":"2012-05-12T06:41:47Z","has_downloads":true,"open_issues":11,"mirror_url":null,"has_issues":true,"homepage":"","description":"SMS Filter","forks":1,"html_url":"https://github.com/March-hare/sms_filter","owner":{"avatar_url":"https://secure.gravatar.com/avatar/36f110f9c72a1559304c07fe8810d75e?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png","gravatar_id":"36f110f9c72a1559304c07fe8810d75e","url":"https://api.github.com/users/March-hare","id":601364,"login":"March-hare"}},"label":"March-hare:master","sha":"7b088454a34817c29c4f55e02fb9f60441ef590b","ref":"master","user":{"avatar_url":"https://secure.gravatar.com/avatar/36f110f9c72a1559304c07fe8810d75e?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png","gravatar_id":"36f110f9c72a1559304c07fe8810d75e","url":"https://api.github.com/users/March-hare","id":601364,"login":"March-hare"}}},"action":"opened"}
{ "id": null, "name": "sms_filter", "url": "https://github.com/March-hare/sms_filter" }
{ "id": null, "login": "evoltech", "gravatar_id": "b59362df8a0998bdf2a8cc9f6681be7f", "avatar_url": null, "url": null }
{ "id": null, "login": "March-hare", "gravatar_id": null, "avatar_url": null, "url": null }
2012-05-12T06:42:03
null
{"repository":{"has_issues":true,"has_wiki":true,"forks":1,"homepage":"","open_issues":11,"pushed_at":"2012/05/11 23:41:47 -0700","fork":false,"watchers":2,"size":228,"private":false,"has_downloads":true,"owner":"March-hare","organization":"March-hare","description":"SMS Filter","language":"PHP","created_at":"2012/02/22 11:57:00 -0800"},"actor_attributes":{"name":"Mr. Evoltech","blog":"https://www.hackbloc.org","type":"User","email":"[email protected]"},"url":"https://github.com/March-hare/sms_filter/pull/16"}
PullRequestEvent
true
{"number":3,"action":"closed","pull_request":{"id":2909383,"assignee":null,"head":{"repo":{"id":6459387,"open_issues_count":0,"pushed_at":"2012-10-30T18:28:22Z","open_issues":0,"ssh_url":"[email protected]:Marcel90/Q2_QuickQuizzer.git","size":368,"mirror_url":null,"watchers_count":0,"full_name":"Marcel90/Q2_QuickQuizzer","fork":true,"language":"JavaScript","owner":{"id":2684457,"login":"Marcel90","avatar_url":"https://secure.gravatar.com/avatar/2841d67415ff6c9827bd538df790177b?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","url":"https://api.github.com/users/Marcel90","gravatar_id":"2841d67415ff6c9827bd538df790177b"},"has_downloads":true,"url":"https://api.github.com/repos/Marcel90/Q2_QuickQuizzer","git_url":"git://github.com/Marcel90/Q2_QuickQuizzer.git","homepage":null,"svn_url":"https://github.com/Marcel90/Q2_QuickQuizzer","watchers":0,"has_issues":false,"has_wiki":true,"description":"real time multiplayer browsergame","name":"Q2_QuickQuizzer","forks_count":0,"created_at":"2012-10-30T15:18:19Z","html_url":"https://github.com/Marcel90/Q2_QuickQuizzer","updated_at":"2012-10-30T18:28:23Z","private":false,"forks":0,"clone_url":"https://github.com/Marcel90/Q2_QuickQuizzer.git"},"user":{"id":2684457,"login":"Marcel90","avatar_url":"https://secure.gravatar.com/avatar/2841d67415ff6c9827bd538df790177b?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","url":"https://api.github.com/users/Marcel90","gravatar_id":"2841d67415ff6c9827bd538df790177b"},"label":"Marcel90:master","sha":"f8e35676ec03039417b600180f76f4461a6455d3","ref":"master"},"_links":{"self":{"href":"https://api.github.com/repos/Normo/Q2_QuickQuizzer/pulls/3"},"comments":{"href":"https://api.github.com/repos/Normo/Q2_QuickQuizzer/issues/3/comments"},"issue":{"href":"https://api.github.com/repos/Normo/Q2_QuickQuizzer/issues/3"},"review_comments":{"href":"https://api.github.com/repos/Normo/Q2_QuickQuizzer/pulls/3/comments"},"html":{"href":"https://github.com/Normo/Q2_QuickQuizzer/pull/3"}},"comments":0,"merged_at":"2012-11-07T07:32:17Z","closed_at":"2012-11-07T07:32:17Z","milestone":null,"merged":true,"deletions":9,"title":"Design","body":"","user":{"id":2684457,"login":"Marcel90","avatar_url":"https://secure.gravatar.com/avatar/2841d67415ff6c9827bd538df790177b?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","url":"https://api.github.com/users/Marcel90","gravatar_id":"2841d67415ff6c9827bd538df790177b"},"changed_files":4,"review_comments":0,"url":"https://api.github.com/repos/Normo/Q2_QuickQuizzer/pulls/3","patch_url":"https://github.com/Normo/Q2_QuickQuizzer/pull/3.patch","number":3,"mergeable_state":"unknown","issue_url":"https://github.com/Normo/Q2_QuickQuizzer/issues/3","mergeable":null,"additions":9,"diff_url":"https://github.com/Normo/Q2_QuickQuizzer/pull/3.diff","state":"closed","merged_by":{"id":2527899,"login":"Normo","avatar_url":"https://secure.gravatar.com/avatar/0c10ed41d4a3f82c47cd01251048408f?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","url":"https://api.github.com/users/Normo","gravatar_id":"0c10ed41d4a3f82c47cd01251048408f"},"commits":1,"created_at":"2012-11-07T07:31:36Z","base":{"repo":{"id":6156839,"open_issues_count":0,"pushed_at":"2012-11-07T07:32:17Z","open_issues":0,"ssh_url":"[email protected]:Normo/Q2_QuickQuizzer.git","size":296,"mirror_url":null,"watchers_count":0,"full_name":"Normo/Q2_QuickQuizzer","fork":false,"language":"C++","owner":{"id":2527899,"login":"Normo","avatar_url":"https://secure.gravatar.com/avatar/0c10ed41d4a3f82c47cd01251048408f?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","url":"https://api.github.com/users/Normo","gravatar_id":"0c10ed41d4a3f82c47cd01251048408f"},"has_downloads":true,"url":"https://api.github.com/repos/Normo/Q2_QuickQuizzer","git_url":"git://github.com/Normo/Q2_QuickQuizzer.git","homepage":null,"svn_url":"https://github.com/Normo/Q2_QuickQuizzer","watchers":0,"has_issues":true,"has_wiki":true,"description":"real time multiplayer browsergame","name":"Q2_QuickQuizzer","forks_count":2,"created_at":"2012-10-10T12:22:28Z","html_url":"https://github.com/Normo/Q2_QuickQuizzer","updated_at":"2012-11-07T07:32:17Z","private":false,"forks":2,"clone_url":"https://github.com/Normo/Q2_QuickQuizzer.git"},"user":{"id":2527899,"login":"Normo","avatar_url":"https://secure.gravatar.com/avatar/0c10ed41d4a3f82c47cd01251048408f?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","url":"https://api.github.com/users/Normo","gravatar_id":"0c10ed41d4a3f82c47cd01251048408f"},"label":"Normo:master","sha":"ad315b4126a32e4be798adef6a4af1a70709a034","ref":"master"},"html_url":"https://github.com/Normo/Q2_QuickQuizzer/pull/3","updated_at":"2012-11-07T07:32:17Z","merge_commit_sha":"7a7b69633ae4dceb8ed947f94680030078702b14"}}
{ "id": 6156839, "name": "Q2_QuickQuizzer", "url": "https://github.com/Normo/Q2_QuickQuizzer" }
{ "id": null, "login": "Normo", "gravatar_id": "0c10ed41d4a3f82c47cd01251048408f", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2012-11-07T07:32:18
null
{"repository":{"has_downloads":true,"language":"C++","owner":"Normo","has_wiki":true,"created_at":"2012-10-10T05:22:28-07:00","has_issues":true,"pushed_at":"2012-11-06T23:32:19-08:00","description":"real time multiplayer browsergame","watchers":0,"forks":2,"fork":false,"size":144,"open_issues":0,"stargazers":0,"private":false},"actor_attributes":{"location":"DE","type":"User","name":"Normo","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/Normo/Q2_QuickQuizzer/pull/3"}
PullRequestEvent
true
{"pull_request":{"closed_at":null,"merged_by":null,"comments":0,"review_comments":0,"body":"* Tests still pass\n* Existing functionality isn't changed.\n\nNext step:\n* TDD organization and membership functionality\n","_links":{"comments":{"href":"https://api.github.com/repos/OC-Emberjs/yourjargon/issues/68/comments"},"review_comments":{"href":"https://api.github.com/repos/OC-Emberjs/yourjargon/pulls/68/comments"},"issue":{"href":"https://api.github.com/repos/OC-Emberjs/yourjargon/issues/68"},"self":{"href":"https://api.github.com/repos/OC-Emberjs/yourjargon/pulls/68"},"html":{"href":"https://github.com/OC-Emberjs/yourjargon/pull/68"}},"url":"https://api.github.com/repos/OC-Emberjs/yourjargon/pulls/68","base":{"label":"OC-Emberjs:develop","ref":"develop","repo":{"pushed_at":"2012-07-25T04:18:43Z","language":"JavaScript","open_issues":4,"mirror_url":null,"homepage":"","url":"https://api.github.com/repos/OC-Emberjs/yourjargon","watchers":9,"full_name":"OC-Emberjs/yourjargon","html_url":"https://github.com/OC-Emberjs/yourjargon","clone_url":"https://github.com/OC-Emberjs/yourjargon.git","size":176,"master_branch":"develop","has_downloads":true,"fork":false,"has_wiki":true,"svn_url":"https://github.com/OC-Emberjs/yourjargon","git_url":"git://github.com/OC-Emberjs/yourjargon.git","ssh_url":"[email protected]:OC-Emberjs/yourjargon.git","created_at":"2012-01-25T03:29:13Z","updated_at":"2012-07-25T04:18:43Z","owner":{"avatar_url":"https://secure.gravatar.com/avatar/394a4cc3d933538a074325ea82a8a22a?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png","url":"https://api.github.com/users/OC-Emberjs","login":"OC-Emberjs","id":1377868,"gravatar_id":"394a4cc3d933538a074325ea82a8a22a"},"id":3262185,"private":false,"has_issues":true,"forks":7,"description":"A private glossary for your organization's jargon","name":"yourjargon"},"user":{"avatar_url":"https://secure.gravatar.com/avatar/394a4cc3d933538a074325ea82a8a22a?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png","url":"https://api.github.com/users/OC-Emberjs","login":"OC-Emberjs","id":1377868,"gravatar_id":"394a4cc3d933538a074325ea82a8a22a"},"sha":"b822b9e2c83b5fbe6fb3a7c6624ba08dde502813"},"html_url":"https://github.com/OC-Emberjs/yourjargon/pull/68","diff_url":"https://github.com/OC-Emberjs/yourjargon/pull/68.diff","patch_url":"https://github.com/OC-Emberjs/yourjargon/pull/68.patch","merged_at":null,"changed_files":12,"merged":false,"user":{"avatar_url":"https://secure.gravatar.com/avatar/a4bfe405fb5d520e12ca94a1e8ee4654?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","url":"https://api.github.com/users/oldfartdeveloper","login":"oldfartdeveloper","id":70644,"gravatar_id":"a4bfe405fb5d520e12ca94a1e8ee4654"},"title":"Adding skeleton classes Membership and Organization","created_at":"2012-07-25T04:21:37Z","commits":4,"updated_at":"2012-07-25T04:21:37Z","milestone":null,"assignee":null,"id":1882536,"mergeable":null,"additions":103,"issue_url":"https://github.com/OC-Emberjs/yourjargon/issues/68","head":{"label":"OC-Emberjs:search","ref":"search","repo":{"pushed_at":"2012-07-25T04:18:43Z","language":"JavaScript","open_issues":4,"mirror_url":null,"homepage":"","url":"https://api.github.com/repos/OC-Emberjs/yourjargon","watchers":9,"full_name":"OC-Emberjs/yourjargon","html_url":"https://github.com/OC-Emberjs/yourjargon","clone_url":"https://github.com/OC-Emberjs/yourjargon.git","size":176,"master_branch":"develop","has_downloads":true,"fork":false,"has_wiki":true,"svn_url":"https://github.com/OC-Emberjs/yourjargon","git_url":"git://github.com/OC-Emberjs/yourjargon.git","ssh_url":"[email protected]:OC-Emberjs/yourjargon.git","created_at":"2012-01-25T03:29:13Z","updated_at":"2012-07-25T04:18:43Z","owner":{"avatar_url":"https://secure.gravatar.com/avatar/394a4cc3d933538a074325ea82a8a22a?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png","url":"https://api.github.com/users/OC-Emberjs","login":"OC-Emberjs","id":1377868,"gravatar_id":"394a4cc3d933538a074325ea82a8a22a"},"id":3262185,"private":false,"has_issues":true,"forks":7,"description":"A private glossary for your organization's jargon","name":"yourjargon"},"user":{"avatar_url":"https://secure.gravatar.com/avatar/394a4cc3d933538a074325ea82a8a22a?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png","url":"https://api.github.com/users/OC-Emberjs","login":"OC-Emberjs","id":1377868,"gravatar_id":"394a4cc3d933538a074325ea82a8a22a"},"sha":"4f78f7977e772ba14d3f033cb500f5685272bb54"},"number":68,"deletions":20,"state":"open"},"action":"opened","number":68}
{ "id": null, "name": "yourjargon", "url": "https://github.com/OC-Emberjs/yourjargon" }
{ "id": null, "login": "oldfartdeveloper", "gravatar_id": "a4bfe405fb5d520e12ca94a1e8ee4654", "avatar_url": null, "url": null }
{ "id": null, "login": "OC-Emberjs", "gravatar_id": null, "avatar_url": null, "url": null }
2012-07-25T04:21:38
null
{"repository":{"owner":"OC-Emberjs","pushed_at":"2012-07-24T21:18:43-07:00","forks":7,"open_issues":4,"language":"JavaScript","created_at":"2012-01-24T19:29:13-08:00","has_issues":true,"master_branch":"develop","has_downloads":true,"homepage":"","fork":false,"size":176,"private":false,"organization":"OC-Emberjs","description":"A private glossary for your organization's jargon","watchers":9,"has_wiki":true},"actor_attributes":{"blog":"blog.scottnelsonsmith.com","company":"self","location":"Irvine, CA USA","type":"User","email":"[email protected]","name":"Scott Smith"},"url":"https://github.com/OC-Emberjs/yourjargon/pull/68"}
PullRequestEvent
true
{"pull_request":{"commits":4,"merged":true,"deletions":80,"url":"https://api.github.com/repos/OWASP/OWASP-WebScarab/pulls/1","merged_by":{"organizations_url":"https://api.github.com/users/RoganDawes/orgs","received_events_url":"https://api.github.com/users/RoganDawes/received_events","url":"https://api.github.com/users/RoganDawes","gists_url":"https://api.github.com/users/RoganDawes/gists{/gist_id}","repos_url":"https://api.github.com/users/RoganDawes/repos","events_url":"https://api.github.com/users/RoganDawes/events{/privacy}","avatar_url":"https://secure.gravatar.com/avatar/0a629042a2fd601584c61e06e7bb983a?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","login":"RoganDawes","gravatar_id":"0a629042a2fd601584c61e06e7bb983a","id":159883,"followers_url":"https://api.github.com/users/RoganDawes/followers","starred_url":"https://api.github.com/users/RoganDawes/starred{/owner}{/repo}","following_url":"https://api.github.com/users/RoganDawes/following","subscriptions_url":"https://api.github.com/users/RoganDawes/subscriptions"},"user":{"organizations_url":"https://api.github.com/users/fcorneli/orgs","received_events_url":"https://api.github.com/users/fcorneli/received_events","url":"https://api.github.com/users/fcorneli","gists_url":"https://api.github.com/users/fcorneli/gists{/gist_id}","repos_url":"https://api.github.com/users/fcorneli/repos","events_url":"https://api.github.com/users/fcorneli/events{/privacy}","avatar_url":"https://secure.gravatar.com/avatar/9a84ed526478b18724dac23ce4ddccb0?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","login":"fcorneli","gravatar_id":"9a84ed526478b18724dac23ce4ddccb0","id":771606,"followers_url":"https://api.github.com/users/fcorneli/followers","starred_url":"https://api.github.com/users/fcorneli/starred{/owner}{/repo}","following_url":"https://api.github.com/users/fcorneli/following","subscriptions_url":"https://api.github.com/users/fcorneli/subscriptions"},"created_at":"2012-10-29T12:40:37Z","issue_url":"https://github.com/OWASP/OWASP-WebScarab/issues/1","changed_files":32,"merge_commit_sha":"30f9a784ae5c0a76fc1a9bb797c3b415813be1a8","review_comments":0,"updated_at":"2012-11-19T21:45:42Z","diff_url":"https://github.com/OWASP/OWASP-WebScarab/pull/1.diff","mergeable_state":"unknown","head":{"label":"fcorneli:master","user":{"organizations_url":"https://api.github.com/users/fcorneli/orgs","received_events_url":"https://api.github.com/users/fcorneli/received_events","url":"https://api.github.com/users/fcorneli","gists_url":"https://api.github.com/users/fcorneli/gists{/gist_id}","repos_url":"https://api.github.com/users/fcorneli/repos","events_url":"https://api.github.com/users/fcorneli/events{/privacy}","avatar_url":"https://secure.gravatar.com/avatar/9a84ed526478b18724dac23ce4ddccb0?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","login":"fcorneli","gravatar_id":"9a84ed526478b18724dac23ce4ddccb0","id":771606,"followers_url":"https://api.github.com/users/fcorneli/followers","starred_url":"https://api.github.com/users/fcorneli/starred{/owner}{/repo}","following_url":"https://api.github.com/users/fcorneli/following","subscriptions_url":"https://api.github.com/users/fcorneli/subscriptions"},"repo":{"hooks_url":"https://api.github.com/repos/fcorneli/OWASP-WebScarab/hooks","forks_count":1,"ssh_url":"[email protected]:fcorneli/OWASP-WebScarab.git","watchers_count":3,"svn_url":"https://github.com/fcorneli/OWASP-WebScarab","url":"https://api.github.com/repos/fcorneli/OWASP-WebScarab","git_url":"git://github.com/fcorneli/OWASP-WebScarab.git","private":false,"name":"OWASP-WebScarab","git_tags_url":"https://api.github.com/repos/fcorneli/OWASP-WebScarab/git/tags{/sha}","subscription_url":"https://api.github.com/repos/fcorneli/OWASP-WebScarab/subscription","language":"Java","branches_url":"https://api.github.com/repos/fcorneli/OWASP-WebScarab/branches{/branch}","tags_url":"https://api.github.com/repos/fcorneli/OWASP-WebScarab/tags{/tag}","created_at":"2011-05-06T14:18:49Z","downloads_url":"https://api.github.com/repos/fcorneli/OWASP-WebScarab/downloads","fork":true,"notifications_url":"https://api.github.com/repos/fcorneli/OWASP-WebScarab/notifications{?since,all,participating}","statuses_url":"https://api.github.com/repos/fcorneli/OWASP-WebScarab/statuses/{sha}","trees_url":"https://api.github.com/repos/fcorneli/OWASP-WebScarab/git/trees{/sha}","updated_at":"2012-11-09T10:04:53Z","contents_url":"https://api.github.com/repos/fcorneli/OWASP-WebScarab/contents/{+path}","pushed_at":"2012-11-09T10:04:51Z","languages_url":"https://api.github.com/repos/fcorneli/OWASP-WebScarab/languages","description":"OWASP WebScarab","issue_events_url":"https://api.github.com/repos/fcorneli/OWASP-WebScarab/issues/events{/number}","pulls_url":"https://api.github.com/repos/fcorneli/OWASP-WebScarab/pulls{/number}","open_issues_count":0,"collaborators_url":"https://api.github.com/repos/fcorneli/OWASP-WebScarab/collaborators{/collaborator}","merges_url":"https://api.github.com/repos/fcorneli/OWASP-WebScarab/merges","forks_url":"https://api.github.com/repos/fcorneli/OWASP-WebScarab/forks","watchers":3,"has_issues":false,"has_wiki":true,"size":176,"events_url":"https://api.github.com/repos/fcorneli/OWASP-WebScarab/events","assignees_url":"https://api.github.com/repos/fcorneli/OWASP-WebScarab/assignees{/user}","has_downloads":true,"git_commits_url":"https://api.github.com/repos/fcorneli/OWASP-WebScarab/git/commits{/sha}","blobs_url":"https://api.github.com/repos/fcorneli/OWASP-WebScarab/git/blobs{/sha}","owner":{"organizations_url":"https://api.github.com/users/fcorneli/orgs","received_events_url":"https://api.github.com/users/fcorneli/received_events","url":"https://api.github.com/users/fcorneli","gists_url":"https://api.github.com/users/fcorneli/gists{/gist_id}","repos_url":"https://api.github.com/users/fcorneli/repos","events_url":"https://api.github.com/users/fcorneli/events{/privacy}","avatar_url":"https://secure.gravatar.com/avatar/9a84ed526478b18724dac23ce4ddccb0?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","login":"fcorneli","gravatar_id":"9a84ed526478b18724dac23ce4ddccb0","id":771606,"followers_url":"https://api.github.com/users/fcorneli/followers","starred_url":"https://api.github.com/users/fcorneli/starred{/owner}{/repo}","following_url":"https://api.github.com/users/fcorneli/following","subscriptions_url":"https://api.github.com/users/fcorneli/subscriptions"},"milestones_url":"https://api.github.com/repos/fcorneli/OWASP-WebScarab/milestones{/number}","homepage":"http://www.owasp.org/index.php/Category:OWASP_WebScarab_Project","html_url":"https://github.com/fcorneli/OWASP-WebScarab","subscribers_url":"https://api.github.com/repos/fcorneli/OWASP-WebScarab/subscribers","mirror_url":null,"open_issues":0,"git_refs_url":"https://api.github.com/repos/fcorneli/OWASP-WebScarab/git/refs{/sha}","id":1711552,"contributors_url":"https://api.github.com/repos/fcorneli/OWASP-WebScarab/contributors","stargazers_url":"https://api.github.com/repos/fcorneli/OWASP-WebScarab/stargazers","comments_url":"https://api.github.com/repos/fcorneli/OWASP-WebScarab/comments{/number}","keys_url":"https://api.github.com/repos/fcorneli/OWASP-WebScarab/keys{/key_id}","issues_url":"https://api.github.com/repos/fcorneli/OWASP-WebScarab/issues{/number}","labels_url":"https://api.github.com/repos/fcorneli/OWASP-WebScarab/labels{/name}","forks":1,"full_name":"fcorneli/OWASP-WebScarab","issue_comment_url":"https://api.github.com/repos/fcorneli/OWASP-WebScarab/issues/comments/{number}","commits_url":"https://api.github.com/repos/fcorneli/OWASP-WebScarab/commits{/sha}","compare_url":"https://api.github.com/repos/fcorneli/OWASP-WebScarab/compare/{base}...{head}","teams_url":"https://api.github.com/repos/fcorneli/OWASP-WebScarab/teams","archive_url":"https://api.github.com/repos/fcorneli/OWASP-WebScarab/{archive_format}{/ref}","clone_url":"https://github.com/fcorneli/OWASP-WebScarab.git"},"sha":"2ef3a19a76a215672ab9b7f83e216f717097224d","ref":"master"},"mergeable":null,"base":{"label":"OWASP:master","user":{"organizations_url":"https://api.github.com/users/OWASP/orgs","received_events_url":"https://api.github.com/users/OWASP/received_events","url":"https://api.github.com/users/OWASP","gists_url":"https://api.github.com/users/OWASP/gists{/gist_id}","repos_url":"https://api.github.com/users/OWASP/repos","events_url":"https://api.github.com/users/OWASP/events{/privacy}","avatar_url":"https://secure.gravatar.com/avatar/27b52e2b33059cc48af1f7b1c8de36ab?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-org-420.png","login":"OWASP","gravatar_id":"27b52e2b33059cc48af1f7b1c8de36ab","id":155815,"followers_url":"https://api.github.com/users/OWASP/followers","starred_url":"https://api.github.com/users/OWASP/starred{/owner}{/repo}","following_url":"https://api.github.com/users/OWASP/following","subscriptions_url":"https://api.github.com/users/OWASP/subscriptions"},"repo":{"hooks_url":"https://api.github.com/repos/OWASP/OWASP-WebScarab/hooks","forks_count":2,"ssh_url":"[email protected]:OWASP/OWASP-WebScarab.git","watchers_count":19,"svn_url":"https://github.com/OWASP/OWASP-WebScarab","url":"https://api.github.com/repos/OWASP/OWASP-WebScarab","git_url":"git://github.com/OWASP/OWASP-WebScarab.git","private":false,"name":"OWASP-WebScarab","git_tags_url":"https://api.github.com/repos/OWASP/OWASP-WebScarab/git/tags{/sha}","subscription_url":"https://api.github.com/repos/OWASP/OWASP-WebScarab/subscription","language":"Java","branches_url":"https://api.github.com/repos/OWASP/OWASP-WebScarab/branches{/branch}","tags_url":"https://api.github.com/repos/OWASP/OWASP-WebScarab/tags{/tag}","created_at":"2009-11-20T06:57:20Z","downloads_url":"https://api.github.com/repos/OWASP/OWASP-WebScarab/downloads","fork":false,"notifications_url":"https://api.github.com/repos/OWASP/OWASP-WebScarab/notifications{?since,all,participating}","statuses_url":"https://api.github.com/repos/OWASP/OWASP-WebScarab/statuses/{sha}","trees_url":"https://api.github.com/repos/OWASP/OWASP-WebScarab/git/trees{/sha}","updated_at":"2012-11-19T21:45:42Z","contents_url":"https://api.github.com/repos/OWASP/OWASP-WebScarab/contents/{+path}","pushed_at":"2012-11-19T21:45:42Z","languages_url":"https://api.github.com/repos/OWASP/OWASP-WebScarab/languages","description":"OWASP WebScarab","issue_events_url":"https://api.github.com/repos/OWASP/OWASP-WebScarab/issues/events{/number}","pulls_url":"https://api.github.com/repos/OWASP/OWASP-WebScarab/pulls{/number}","open_issues_count":0,"collaborators_url":"https://api.github.com/repos/OWASP/OWASP-WebScarab/collaborators{/collaborator}","merges_url":"https://api.github.com/repos/OWASP/OWASP-WebScarab/merges","forks_url":"https://api.github.com/repos/OWASP/OWASP-WebScarab/forks","watchers":19,"has_issues":true,"has_wiki":true,"size":556,"events_url":"https://api.github.com/repos/OWASP/OWASP-WebScarab/events","assignees_url":"https://api.github.com/repos/OWASP/OWASP-WebScarab/assignees{/user}","has_downloads":true,"git_commits_url":"https://api.github.com/repos/OWASP/OWASP-WebScarab/git/commits{/sha}","blobs_url":"https://api.github.com/repos/OWASP/OWASP-WebScarab/git/blobs{/sha}","owner":{"organizations_url":"https://api.github.com/users/OWASP/orgs","received_events_url":"https://api.github.com/users/OWASP/received_events","url":"https://api.github.com/users/OWASP","gists_url":"https://api.github.com/users/OWASP/gists{/gist_id}","repos_url":"https://api.github.com/users/OWASP/repos","events_url":"https://api.github.com/users/OWASP/events{/privacy}","avatar_url":"https://secure.gravatar.com/avatar/27b52e2b33059cc48af1f7b1c8de36ab?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-org-420.png","login":"OWASP","gravatar_id":"27b52e2b33059cc48af1f7b1c8de36ab","id":155815,"followers_url":"https://api.github.com/users/OWASP/followers","starred_url":"https://api.github.com/users/OWASP/starred{/owner}{/repo}","following_url":"https://api.github.com/users/OWASP/following","subscriptions_url":"https://api.github.com/users/OWASP/subscriptions"},"milestones_url":"https://api.github.com/repos/OWASP/OWASP-WebScarab/milestones{/number}","homepage":"http://www.owasp.org/index.php/Category:OWASP_WebScarab_Project","html_url":"https://github.com/OWASP/OWASP-WebScarab","subscribers_url":"https://api.github.com/repos/OWASP/OWASP-WebScarab/subscribers","mirror_url":null,"open_issues":0,"git_refs_url":"https://api.github.com/repos/OWASP/OWASP-WebScarab/git/refs{/sha}","id":379247,"contributors_url":"https://api.github.com/repos/OWASP/OWASP-WebScarab/contributors","stargazers_url":"https://api.github.com/repos/OWASP/OWASP-WebScarab/stargazers","comments_url":"https://api.github.com/repos/OWASP/OWASP-WebScarab/comments{/number}","keys_url":"https://api.github.com/repos/OWASP/OWASP-WebScarab/keys{/key_id}","issues_url":"https://api.github.com/repos/OWASP/OWASP-WebScarab/issues{/number}","labels_url":"https://api.github.com/repos/OWASP/OWASP-WebScarab/labels{/name}","forks":2,"full_name":"OWASP/OWASP-WebScarab","issue_comment_url":"https://api.github.com/repos/OWASP/OWASP-WebScarab/issues/comments/{number}","commits_url":"https://api.github.com/repos/OWASP/OWASP-WebScarab/commits{/sha}","compare_url":"https://api.github.com/repos/OWASP/OWASP-WebScarab/compare/{base}...{head}","teams_url":"https://api.github.com/repos/OWASP/OWASP-WebScarab/teams","archive_url":"https://api.github.com/repos/OWASP/OWASP-WebScarab/{archive_format}{/ref}","clone_url":"https://github.com/OWASP/OWASP-WebScarab.git"},"sha":"b148c63c06ac84ebdee12970929480a068d38422","ref":"master"},"additions":997,"merged_at":"2012-11-19T21:45:42Z","milestone":null,"number":1,"review_comments_url":"https://github.com/OWASP/OWASP-WebScarab/pull/1/comments","closed_at":"2012-11-19T21:45:42Z","_links":{"issue":{"href":"https://api.github.com/repos/OWASP/OWASP-WebScarab/issues/1"},"review_comments":{"href":"https://api.github.com/repos/OWASP/OWASP-WebScarab/pulls/1/comments"},"html":{"href":"https://github.com/OWASP/OWASP-WebScarab/pull/1"},"comments":{"href":"https://api.github.com/repos/OWASP/OWASP-WebScarab/issues/1/comments"},"self":{"href":"https://api.github.com/repos/OWASP/OWASP-WebScarab/pulls/1"}},"state":"closed","comments":0,"body":"","patch_url":"https://github.com/OWASP/OWASP-WebScarab/pull/1.patch","html_url":"https://github.com/OWASP/OWASP-WebScarab/pull/1","review_comment_url":"/repos/OWASP/OWASP-WebScarab/pulls/comments/{number}","id":2804912,"comments_url":"https://api.github.com/repos/OWASP/OWASP-WebScarab/issues/1/comments","assignee":null,"commits_url":"https://github.com/OWASP/OWASP-WebScarab/pull/1/commits","title":"getting started again..."},"number":1,"action":"closed"}
{ "id": 379247, "name": "OWASP-WebScarab", "url": "https://github.com/OWASP/OWASP-WebScarab" }
{ "id": null, "login": "RoganDawes", "gravatar_id": "0a629042a2fd601584c61e06e7bb983a", "avatar_url": null, "url": null }
{ "id": null, "login": "OWASP", "gravatar_id": null, "avatar_url": null, "url": null }
2012-11-19T21:45:43
null
{"repository":{"owner":"OWASP","pushed_at":"2012-11-19T13:45:43-08:00","homepage":"http://www.owasp.org/index.php/Category:OWASP_WebScarab_Project","watchers":19,"forks":2,"created_at":"2009-11-19T22:57:20-08:00","open_issues":0,"has_issues":true,"has_downloads":true,"stargazers":19,"description":"OWASP WebScarab","organization":"OWASP","fork":false,"size":556,"has_wiki":true,"private":false,"language":"Java"},"actor_attributes":{"type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/OWASP/OWASP-WebScarab/pull/1"}
PullRequestEvent
true
{"number":43,"action":"closed","pull_request":{"merged":false,"issue_url":"https://github.com/Pylons/pyramid_jinja2/issues/43","merged_by":null,"deletions":86,"body":"","closed_at":"2012-10-17T21:21:20Z","_links":{"issue":{"href":"https://api.github.com/repos/Pylons/pyramid_jinja2/issues/43"},"html":{"href":"https://github.com/Pylons/pyramid_jinja2/pull/43"},"comments":{"href":"https://api.github.com/repos/Pylons/pyramid_jinja2/issues/43/comments"},"self":{"href":"https://api.github.com/repos/Pylons/pyramid_jinja2/pulls/43"},"review_comments":{"href":"https://api.github.com/repos/Pylons/pyramid_jinja2/pulls/43/comments"}},"head":{"sha":"b1e2b7f631ff534db2c6ab58d2f7a5c91b334cd9","ref":"docs-tweaks","label":"prmtl:docs-tweaks","repo":{"owner":{"login":"prmtl","_links":{"self":{"href":"https://api.github.com/users/prmtl"}},"avatar_url":"https://secure.gravatar.com/avatar/f264c594b9dda4c617bf375486bf6f9a?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","gravatar_id":"f264c594b9dda4c617bf375486bf6f9a","url":"https://api.github.com/users/prmtl","id":1519363},"watchers_count":0,"language":"Python","full_name":"prmtl/pyramid_jinja2","open_issues_count":0,"description":"Jinja2 templating system bindings for the Pyramid web framework","pushed_at":"2012-10-17T21:18:39Z","_links":{"self":{"href":"https://api.github.com/repos/prmtl/pyramid_jinja2"}},"name":"pyramid_jinja2","forks_count":0,"svn_url":"https://github.com/prmtl/pyramid_jinja2","created_at":"2012-10-07T17:02:36Z","has_downloads":true,"homepage":"http://www.pylonsproject.org","git_url":"git://github.com/prmtl/pyramid_jinja2.git","mirror_url":null,"size":156,"forks":0,"html_url":"https://github.com/prmtl/pyramid_jinja2","has_issues":false,"ssh_url":"[email protected]:prmtl/pyramid_jinja2.git","url":"https://api.github.com/repos/prmtl/pyramid_jinja2","updated_at":"2012-10-17T21:18:53Z","id":6114242,"watchers":0,"has_wiki":true,"fork":true,"open_issues":0,"private":false,"clone_url":"https://github.com/prmtl/pyramid_jinja2.git"},"user":{"login":"prmtl","_links":{"self":{"href":"https://api.github.com/users/prmtl"}},"avatar_url":"https://secure.gravatar.com/avatar/f264c594b9dda4c617bf375486bf6f9a?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","gravatar_id":"f264c594b9dda4c617bf375486bf6f9a","url":"https://api.github.com/users/prmtl","id":1519363}},"number":43,"state":"closed","changed_files":4,"diff_url":"https://github.com/Pylons/pyramid_jinja2/pull/43.diff","assignee":null,"title":"use more awsome Sphinx features in docs","created_at":"2012-10-17T21:19:35Z","additions":143,"comments":1,"mergeable_state":"clean","merged_at":null,"milestone":null,"base":{"sha":"0e2416ebd9b988ad43bb67e480f909559466fdb8","ref":"master","label":"Pylons:master","repo":{"owner":{"login":"Pylons","_links":{"self":{"href":"https://api.github.com/users/Pylons"}},"avatar_url":"https://secure.gravatar.com/avatar/d41d8cd98f00b204e9800998ecf8427e?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-org-420.png","gravatar_id":"d41d8cd98f00b204e9800998ecf8427e","url":"https://api.github.com/users/Pylons","id":452227},"watchers_count":41,"language":"Python","full_name":"Pylons/pyramid_jinja2","open_issues_count":4,"description":"Jinja2 templating system bindings for the Pyramid web framework","pushed_at":"2012-10-17T21:21:20Z","_links":{"self":{"href":"https://api.github.com/repos/Pylons/pyramid_jinja2"}},"name":"pyramid_jinja2","forks_count":26,"svn_url":"https://github.com/Pylons/pyramid_jinja2","created_at":"2010-10-31T16:21:44Z","has_downloads":true,"homepage":"http://www.pylonsproject.org","git_url":"git://github.com/Pylons/pyramid_jinja2.git","mirror_url":null,"size":260,"forks":26,"html_url":"https://github.com/Pylons/pyramid_jinja2","has_issues":true,"ssh_url":"[email protected]:Pylons/pyramid_jinja2.git","url":"https://api.github.com/repos/Pylons/pyramid_jinja2","updated_at":"2012-10-17T21:21:20Z","id":1039711,"watchers":41,"has_wiki":true,"fork":false,"open_issues":4,"private":false,"clone_url":"https://github.com/Pylons/pyramid_jinja2.git"},"user":{"login":"Pylons","_links":{"self":{"href":"https://api.github.com/users/Pylons"}},"avatar_url":"https://secure.gravatar.com/avatar/d41d8cd98f00b204e9800998ecf8427e?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-org-420.png","gravatar_id":"d41d8cd98f00b204e9800998ecf8427e","url":"https://api.github.com/users/Pylons","id":452227}},"html_url":"https://github.com/Pylons/pyramid_jinja2/pull/43","url":"https://api.github.com/repos/Pylons/pyramid_jinja2/pulls/43","updated_at":"2012-10-17T21:21:20Z","id":2686378,"patch_url":"https://github.com/Pylons/pyramid_jinja2/pull/43.patch","merge_commit_sha":"1ccbfb8ea245c6595ab04b1ecc3b6690c3d4fa55","user":{"login":"prmtl","_links":{"self":{"href":"https://api.github.com/users/prmtl"}},"avatar_url":"https://secure.gravatar.com/avatar/f264c594b9dda4c617bf375486bf6f9a?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","gravatar_id":"f264c594b9dda4c617bf375486bf6f9a","url":"https://api.github.com/users/prmtl","id":1519363},"mergeable":true,"commits":1,"review_comments":0}}
{ "id": 1039711, "name": "pyramid_jinja2", "url": "https://github.com/Pylons/pyramid_jinja2" }
{ "id": null, "login": "iElectric", "gravatar_id": "64798a399a79ed8d34fa83ba0e61c1ac", "avatar_url": null, "url": null }
{ "id": null, "login": "Pylons", "gravatar_id": null, "avatar_url": null, "url": null }
2012-10-17T21:21:21
null
{"repository":{"created_at":"2010-10-31T09:21:44-07:00","description":"Jinja2 templating system bindings for the Pyramid web framework","owner":"Pylons","open_issues":4,"pushed_at":"2012-10-17T14:21:21-07:00","forks":26,"organization":"Pylons","has_downloads":true,"fork":false,"size":192,"language":"Python","watchers":41,"has_issues":true,"homepage":"http://www.pylonsproject.org","private":false,"has_wiki":true,"stargazers":41},"actor_attributes":{"name":"Domen Kožar","blog":"www.domenkozar.com","email":"[email protected]","company":"Freelancer","location":"Ljubljana, Slovenia","type":"User"},"url":"https://github.com/Pylons/pyramid_jinja2/pull/43"}
PullRequestEvent
true
{"number":1,"pull_request":{"number":1,"issue_url":"https://github.com/RubyoffRails/Episode6/issues/1","head":{"repo":{"name":"Episode6","has_wiki":true,"size":116,"created_at":"2012-05-11T12:12:55Z","clone_url":"https://github.com/telemachus/Episode6.git","private":false,"updated_at":"2012-05-14T00:06:24Z","watchers":1,"url":"https://api.github.com/repos/telemachus/Episode6","fork":true,"git_url":"git://github.com/telemachus/Episode6.git","ssh_url":"[email protected]:telemachus/Episode6.git","language":"Ruby","svn_url":"https://github.com/telemachus/Episode6","id":4296552,"pushed_at":"2012-05-14T00:06:24Z","mirror_url":null,"open_issues":0,"has_downloads":true,"homepage":null,"has_issues":false,"forks":0,"description":"Technical Names for things you now know.","html_url":"https://github.com/telemachus/Episode6","owner":{"gravatar_id":"d88863757d1f37a2f61bf2bda6516524","avatar_url":"https://secure.gravatar.com/avatar/d88863757d1f37a2f61bf2bda6516524?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","url":"https://api.github.com/users/telemachus","id":62958,"login":"telemachus"}},"label":"telemachus:hw-ep6","sha":"5700ceeb755249203c7ae8e21a507dd9b4d012f6","ref":"hw-ep6","user":{"gravatar_id":"d88863757d1f37a2f61bf2bda6516524","avatar_url":"https://secure.gravatar.com/avatar/d88863757d1f37a2f61bf2bda6516524?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","url":"https://api.github.com/users/telemachus","id":62958,"login":"telemachus"}},"merged":false,"created_at":"2012-05-14T00:12:51Z","merged_by":null,"changed_files":17,"comments":0,"body":"I tried something different here: there are tags that track the three different levels of the homework. I'm not sure it's really worth checking out the different tags, but you could if you want.\n\nFor the Eagle level, I tried using a class instance variable instead of a class variable. I got the idea from *Eloquent Ruby*, but let me know if you think it's a bad idea.","title":"Hw ep6","diff_url":"https://github.com/RubyoffRails/Episode6/pull/1.diff","updated_at":"2012-05-14T00:12:51Z","additions":227,"url":"https://api.github.com/repos/RubyoffRails/Episode6/pulls/1","_links":{"html":{"href":"https://github.com/RubyoffRails/Episode6/pull/1"},"self":{"href":"https://api.github.com/repos/RubyoffRails/Episode6/pulls/1"},"comments":{"href":"https://api.github.com/repos/RubyoffRails/Episode6/issues/1/comments"},"issue":{"href":"https://api.github.com/repos/RubyoffRails/Episode6/issues/1"},"review_comments":{"href":"https://api.github.com/repos/RubyoffRails/Episode6/pulls/1/comments"}},"id":1342934,"patch_url":"https://github.com/RubyoffRails/Episode6/pull/1.patch","mergeable":null,"merged_at":null,"commits":9,"closed_at":null,"user":{"gravatar_id":"d88863757d1f37a2f61bf2bda6516524","avatar_url":"https://secure.gravatar.com/avatar/d88863757d1f37a2f61bf2bda6516524?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","url":"https://api.github.com/users/telemachus","id":62958,"login":"telemachus"},"html_url":"https://github.com/RubyoffRails/Episode6/pull/1","review_comments":0,"deletions":65,"state":"open","base":{"repo":{"name":"Episode6","has_wiki":true,"size":92,"created_at":"2012-05-10T20:15:51Z","clone_url":"https://github.com/RubyoffRails/Episode6.git","private":false,"updated_at":"2012-05-11T12:12:55Z","watchers":3,"url":"https://api.github.com/repos/RubyoffRails/Episode6","fork":false,"git_url":"git://github.com/RubyoffRails/Episode6.git","ssh_url":"[email protected]:RubyoffRails/Episode6.git","language":"Ruby","svn_url":"https://github.com/RubyoffRails/Episode6","id":4289280,"pushed_at":"2012-05-10T20:16:12Z","mirror_url":null,"open_issues":1,"has_downloads":true,"homepage":null,"has_issues":true,"forks":3,"description":"Technical Names for things you now know.","html_url":"https://github.com/RubyoffRails/Episode6","owner":{"gravatar_id":"f02c32d909e1c98a04af0ec20b436b1e","avatar_url":"https://secure.gravatar.com/avatar/f02c32d909e1c98a04af0ec20b436b1e?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png","url":"https://api.github.com/users/RubyoffRails","id":1608358,"login":"RubyoffRails"}},"label":"RubyoffRails:master","sha":"26b56e89cff82ec1a59d5442f8845ea451aaf2e0","ref":"master","user":{"gravatar_id":"f02c32d909e1c98a04af0ec20b436b1e","avatar_url":"https://secure.gravatar.com/avatar/f02c32d909e1c98a04af0ec20b436b1e?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png","url":"https://api.github.com/users/RubyoffRails","id":1608358,"login":"RubyoffRails"}}},"action":"opened"}
{ "id": null, "name": "Episode6", "url": "https://github.com/RubyoffRails/Episode6" }
{ "id": null, "login": "telemachus", "gravatar_id": "d88863757d1f37a2f61bf2bda6516524", "avatar_url": null, "url": null }
{ "id": null, "login": "RubyoffRails", "gravatar_id": null, "avatar_url": null, "url": null }
2012-05-14T00:12:51
null
{"repository":{"has_issues":true,"has_wiki":true,"forks":3,"open_issues":1,"pushed_at":"2012/05/10 13:16:12 -0700","fork":false,"watchers":3,"size":92,"private":false,"has_downloads":true,"owner":"RubyoffRails","organization":"RubyoffRails","description":"Technical Names for things you now know.","language":"Ruby","created_at":"2012/05/10 13:15:51 -0700"},"actor_attributes":{"name":"Peter Aronoff","location":"New York City","blog":"http://ithaca.arpinum.org/","type":"User","email":"[email protected]"},"url":"https://github.com/RubyoffRails/Episode6/pull/1"}
PullRequestEvent
true
{"action":"closed","number":5,"pull_request":{"changed_files":4,"commits":2,"milestone":null,"issue_url":"https://github.com/Safety0ff/warzone2100/issues/5","merged":false,"user":{"organizations_url":"https://api.github.com/users/dak180/orgs","subscriptions_url":"https://api.github.com/users/dak180/subscriptions","starred_url":"https://api.github.com/users/dak180/starred{/owner}{/repo}","url":"https://api.github.com/users/dak180","following_url":"https://api.github.com/users/dak180/following","gravatar_id":"6a3ec2c3b1bbfa7f92d213158e6ac6bc","gists_url":"https://api.github.com/users/dak180/gists{/gist_id}","followers_url":"https://api.github.com/users/dak180/followers","events_url":"https://api.github.com/users/dak180/events{/privacy}","id":324812,"repos_url":"https://api.github.com/users/dak180/repos","login":"dak180","received_events_url":"https://api.github.com/users/dak180/received_events","avatar_url":"https://secure.gravatar.com/avatar/6a3ec2c3b1bbfa7f92d213158e6ac6bc?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png"},"commits_url":"https://github.com/Safety0ff/warzone2100/pull/5/commits","merge_commit_sha":"49da67d18ed869ae106953153a77ed57449a3b30","url":"https://api.github.com/repos/Safety0ff/warzone2100/pulls/5","mergeable":true,"review_comments":0,"head":{"sha":"65fe4a0f162ac0e49b8f47d2a6222ad71dfb4aae","user":{"organizations_url":"https://api.github.com/users/dak180/orgs","subscriptions_url":"https://api.github.com/users/dak180/subscriptions","starred_url":"https://api.github.com/users/dak180/starred{/owner}{/repo}","url":"https://api.github.com/users/dak180","following_url":"https://api.github.com/users/dak180/following","gravatar_id":"6a3ec2c3b1bbfa7f92d213158e6ac6bc","gists_url":"https://api.github.com/users/dak180/gists{/gist_id}","followers_url":"https://api.github.com/users/dak180/followers","events_url":"https://api.github.com/users/dak180/events{/privacy}","id":324812,"repos_url":"https://api.github.com/users/dak180/repos","login":"dak180","received_events_url":"https://api.github.com/users/dak180/received_events","avatar_url":"https://secure.gravatar.com/avatar/6a3ec2c3b1bbfa7f92d213158e6ac6bc?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png"},"repo":{"collaborators_url":"https://api.github.com/repos/dak180/warzone2100/collaborators{/collaborator}","issue_comment_url":"https://api.github.com/repos/dak180/warzone2100/issues/comments/{number}","name":"warzone2100","has_wiki":false,"default_branch":"master","watchers_count":1,"git_url":"git://github.com/dak180/warzone2100.git","git_commits_url":"https://api.github.com/repos/dak180/warzone2100/git/commits{/sha}","teams_url":"https://api.github.com/repos/dak180/warzone2100/teams","contributors_url":"https://api.github.com/repos/dak180/warzone2100/contributors","fork":true,"languages_url":"https://api.github.com/repos/dak180/warzone2100/languages","forks_url":"https://api.github.com/repos/dak180/warzone2100/forks","issue_events_url":"https://api.github.com/repos/dak180/warzone2100/issues/events{/number}","description":"My personal clone","hooks_url":"https://api.github.com/repos/dak180/warzone2100/hooks","has_downloads":true,"downloads_url":"https://api.github.com/repos/dak180/warzone2100/downloads","keys_url":"https://api.github.com/repos/dak180/warzone2100/keys{/key_id}","notifications_url":"https://api.github.com/repos/dak180/warzone2100/notifications{?since,all,participating}","trees_url":"https://api.github.com/repos/dak180/warzone2100/git/trees{/sha}","commits_url":"https://api.github.com/repos/dak180/warzone2100/commits{/sha}","url":"https://api.github.com/repos/dak180/warzone2100","subscribers_url":"https://api.github.com/repos/dak180/warzone2100/subscribers","merges_url":"https://api.github.com/repos/dak180/warzone2100/merges","forks_count":0,"tags_url":"https://api.github.com/repos/dak180/warzone2100/tags{/tag}","owner":{"organizations_url":"https://api.github.com/users/dak180/orgs","subscriptions_url":"https://api.github.com/users/dak180/subscriptions","starred_url":"https://api.github.com/users/dak180/starred{/owner}{/repo}","url":"https://api.github.com/users/dak180","following_url":"https://api.github.com/users/dak180/following","gravatar_id":"6a3ec2c3b1bbfa7f92d213158e6ac6bc","gists_url":"https://api.github.com/users/dak180/gists{/gist_id}","followers_url":"https://api.github.com/users/dak180/followers","events_url":"https://api.github.com/users/dak180/events{/privacy}","id":324812,"repos_url":"https://api.github.com/users/dak180/repos","login":"dak180","received_events_url":"https://api.github.com/users/dak180/received_events","avatar_url":"https://secure.gravatar.com/avatar/6a3ec2c3b1bbfa7f92d213158e6ac6bc?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png"},"statuses_url":"https://api.github.com/repos/dak180/warzone2100/statuses/{sha}","created_at":"2010-11-16T15:49:00Z","forks":0,"branches_url":"https://api.github.com/repos/dak180/warzone2100/branches{/branch}","size":25664,"clone_url":"https://github.com/dak180/warzone2100.git","git_tags_url":"https://api.github.com/repos/dak180/warzone2100/git/tags{/sha}","events_url":"https://api.github.com/repos/dak180/warzone2100/events","archive_url":"https://api.github.com/repos/dak180/warzone2100/{archive_format}{/ref}","id":1085515,"stargazers_url":"https://api.github.com/repos/dak180/warzone2100/stargazers","language":"C","contents_url":"https://api.github.com/repos/dak180/warzone2100/contents/{+path}","watchers":1,"milestones_url":"https://api.github.com/repos/dak180/warzone2100/milestones{/number}","svn_url":"https://github.com/dak180/warzone2100","subscription_url":"https://api.github.com/repos/dak180/warzone2100/subscription","has_issues":false,"master_branch":"master","git_refs_url":"https://api.github.com/repos/dak180/warzone2100/git/refs{/sha}","issues_url":"https://api.github.com/repos/dak180/warzone2100/issues{/number}","pushed_at":"2012-11-18T15:11:34Z","full_name":"dak180/warzone2100","assignees_url":"https://api.github.com/repos/dak180/warzone2100/assignees{/user}","open_issues_count":0,"pulls_url":"https://api.github.com/repos/dak180/warzone2100/pulls{/number}","homepage":"http://wz2100.net/","compare_url":"https://api.github.com/repos/dak180/warzone2100/compare/{base}...{head}","mirror_url":null,"labels_url":"https://api.github.com/repos/dak180/warzone2100/labels{/name}","updated_at":"2012-11-18T15:11:43Z","blobs_url":"https://api.github.com/repos/dak180/warzone2100/git/blobs{/sha}","private":false,"html_url":"https://github.com/dak180/warzone2100","open_issues":0,"comments_url":"https://api.github.com/repos/dak180/warzone2100/comments{/number}","ssh_url":"[email protected]:dak180/warzone2100.git"},"ref":"topic/graphicsfixredux","label":"dak180:topic/graphicsfixredux"},"number":5,"base":{"sha":"8230cc9771a329dffd49ba1904d5b8c75a91c15d","user":{"organizations_url":"https://api.github.com/users/Safety0ff/orgs","subscriptions_url":"https://api.github.com/users/Safety0ff/subscriptions","starred_url":"https://api.github.com/users/Safety0ff/starred{/owner}{/repo}","url":"https://api.github.com/users/Safety0ff","following_url":"https://api.github.com/users/Safety0ff/following","gravatar_id":"e05029c51e7d2ac730898934a5cd741b","gists_url":"https://api.github.com/users/Safety0ff/gists{/gist_id}","followers_url":"https://api.github.com/users/Safety0ff/followers","events_url":"https://api.github.com/users/Safety0ff/events{/privacy}","id":157885,"repos_url":"https://api.github.com/users/Safety0ff/repos","login":"Safety0ff","received_events_url":"https://api.github.com/users/Safety0ff/received_events","avatar_url":"https://secure.gravatar.com/avatar/e05029c51e7d2ac730898934a5cd741b?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png"},"repo":{"collaborators_url":"https://api.github.com/repos/Safety0ff/warzone2100/collaborators{/collaborator}","issue_comment_url":"https://api.github.com/repos/Safety0ff/warzone2100/issues/comments/{number}","name":"warzone2100","has_wiki":false,"watchers_count":3,"git_url":"git://github.com/Safety0ff/warzone2100.git","git_commits_url":"https://api.github.com/repos/Safety0ff/warzone2100/git/commits{/sha}","teams_url":"https://api.github.com/repos/Safety0ff/warzone2100/teams","contributors_url":"https://api.github.com/repos/Safety0ff/warzone2100/contributors","fork":true,"languages_url":"https://api.github.com/repos/Safety0ff/warzone2100/languages","forks_url":"https://api.github.com/repos/Safety0ff/warzone2100/forks","issue_events_url":"https://api.github.com/repos/Safety0ff/warzone2100/issues/events{/number}","description":"Forked from official Warzone 2100 repository.","hooks_url":"https://api.github.com/repos/Safety0ff/warzone2100/hooks","has_downloads":true,"downloads_url":"https://api.github.com/repos/Safety0ff/warzone2100/downloads","keys_url":"https://api.github.com/repos/Safety0ff/warzone2100/keys{/key_id}","notifications_url":"https://api.github.com/repos/Safety0ff/warzone2100/notifications{?since,all,participating}","trees_url":"https://api.github.com/repos/Safety0ff/warzone2100/git/trees{/sha}","commits_url":"https://api.github.com/repos/Safety0ff/warzone2100/commits{/sha}","url":"https://api.github.com/repos/Safety0ff/warzone2100","subscribers_url":"https://api.github.com/repos/Safety0ff/warzone2100/subscribers","merges_url":"https://api.github.com/repos/Safety0ff/warzone2100/merges","forks_count":0,"tags_url":"https://api.github.com/repos/Safety0ff/warzone2100/tags{/tag}","owner":{"organizations_url":"https://api.github.com/users/Safety0ff/orgs","subscriptions_url":"https://api.github.com/users/Safety0ff/subscriptions","starred_url":"https://api.github.com/users/Safety0ff/starred{/owner}{/repo}","url":"https://api.github.com/users/Safety0ff","following_url":"https://api.github.com/users/Safety0ff/following","gravatar_id":"e05029c51e7d2ac730898934a5cd741b","gists_url":"https://api.github.com/users/Safety0ff/gists{/gist_id}","followers_url":"https://api.github.com/users/Safety0ff/followers","events_url":"https://api.github.com/users/Safety0ff/events{/privacy}","id":157885,"repos_url":"https://api.github.com/users/Safety0ff/repos","login":"Safety0ff","received_events_url":"https://api.github.com/users/Safety0ff/received_events","avatar_url":"https://secure.gravatar.com/avatar/e05029c51e7d2ac730898934a5cd741b?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png"},"statuses_url":"https://api.github.com/repos/Safety0ff/warzone2100/statuses/{sha}","created_at":"2010-12-27T23:49:55Z","forks":0,"branches_url":"https://api.github.com/repos/Safety0ff/warzone2100/branches{/branch}","size":144,"clone_url":"https://github.com/Safety0ff/warzone2100.git","git_tags_url":"https://api.github.com/repos/Safety0ff/warzone2100/git/tags{/sha}","events_url":"https://api.github.com/repos/Safety0ff/warzone2100/events","archive_url":"https://api.github.com/repos/Safety0ff/warzone2100/{archive_format}{/ref}","id":1201761,"stargazers_url":"https://api.github.com/repos/Safety0ff/warzone2100/stargazers","language":"C++","contents_url":"https://api.github.com/repos/Safety0ff/warzone2100/contents/{+path}","watchers":3,"milestones_url":"https://api.github.com/repos/Safety0ff/warzone2100/milestones{/number}","svn_url":"https://github.com/Safety0ff/warzone2100","subscription_url":"https://api.github.com/repos/Safety0ff/warzone2100/subscription","has_issues":false,"git_refs_url":"https://api.github.com/repos/Safety0ff/warzone2100/git/refs{/sha}","issues_url":"https://api.github.com/repos/Safety0ff/warzone2100/issues{/number}","pushed_at":"2012-06-27T15:58:53Z","full_name":"Safety0ff/warzone2100","assignees_url":"https://api.github.com/repos/Safety0ff/warzone2100/assignees{/user}","open_issues_count":0,"pulls_url":"https://api.github.com/repos/Safety0ff/warzone2100/pulls{/number}","homepage":"http://wz2100.net/","compare_url":"https://api.github.com/repos/Safety0ff/warzone2100/compare/{base}...{head}","mirror_url":null,"labels_url":"https://api.github.com/repos/Safety0ff/warzone2100/labels{/name}","updated_at":"2012-06-27T15:58:54Z","blobs_url":"https://api.github.com/repos/Safety0ff/warzone2100/git/blobs{/sha}","private":false,"html_url":"https://github.com/Safety0ff/warzone2100","open_issues":0,"comments_url":"https://api.github.com/repos/Safety0ff/warzone2100/comments{/number}","ssh_url":"[email protected]:Safety0ff/warzone2100.git"},"ref":"graphicsfixredux","label":"Safety0ff:graphicsfixredux"},"patch_url":"https://github.com/Safety0ff/warzone2100/pull/5.patch","created_at":"2012-06-25T22:59:53Z","mergeable_state":"clean","review_comment_url":"/repos/Safety0ff/warzone2100/pulls/comments/{number}","title":"Add Eigen to the mac's search paths and turn on all the SSE extensions.","merged_by":null,"body":"This will only work when Eigen is added to the 3rdparty dir.\n\nAlso fix an opengl header include on the mac.","id":1647255,"additions":25,"closed_at":"2012-11-18T15:12:26Z","comments":0,"state":"closed","assignee":null,"_links":{"review_comments":{"href":"https://api.github.com/repos/Safety0ff/warzone2100/pulls/5/comments"},"html":{"href":"https://github.com/Safety0ff/warzone2100/pull/5"},"comments":{"href":"https://api.github.com/repos/Safety0ff/warzone2100/issues/5/comments"},"self":{"href":"https://api.github.com/repos/Safety0ff/warzone2100/pulls/5"},"issue":{"href":"https://api.github.com/repos/Safety0ff/warzone2100/issues/5"}},"merged_at":null,"updated_at":"2012-11-18T15:12:26Z","deletions":4,"diff_url":"https://github.com/Safety0ff/warzone2100/pull/5.diff","html_url":"https://github.com/Safety0ff/warzone2100/pull/5","review_comments_url":"https://github.com/Safety0ff/warzone2100/pull/5/comments","comments_url":"https://api.github.com/repos/Safety0ff/warzone2100/issues/5/comments"}}
{ "id": 1201761, "name": "warzone2100", "url": "https://github.com/Safety0ff/warzone2100" }
{ "id": null, "login": "dak180", "gravatar_id": "6a3ec2c3b1bbfa7f92d213158e6ac6bc", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2012-11-18T15:12:26
null
{"repository":{"has_issues":false,"owner":"Safety0ff","has_wiki":false,"pushed_at":"2012-06-27T08:58:53-07:00","homepage":"http://wz2100.net/","forks":0,"open_issues":0,"created_at":"2010-12-27T15:49:55-08:00","description":"Forked from official Warzone 2100 repository.","fork":true,"size":144,"watchers":3,"has_downloads":true,"private":false,"stargazers":3,"language":"C++"},"actor_attributes":{"name":"dak180","blog":"http://dak180.users.sourceforge.net/","type":"User","location":"L3","company":"SpaceFarers' Collective","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/Safety0ff/warzone2100/pull/5"}
PullRequestEvent
true
{"pull_request":{"review_comments":0,"comments":0,"milestone":null,"base":{"user":{"id":482,"login":"Squeegy","url":"https://api.github.com/users/Squeegy","avatar_url":"https://secure.gravatar.com/avatar/62c90b6f399e6b95554b2da31ca8619a?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","gravatar_id":"62c90b6f399e6b95554b2da31ca8619a"},"repo":{"full_name":"Squeegy/coffeeson.npm","size":628,"has_issues":true,"has_downloads":true,"language":"CoffeeScript","mirror_url":null,"forks":2,"homepage":"","ssh_url":"[email protected]:Squeegy/coffeeson.npm.git","watchers_count":9,"clone_url":"https://github.com/Squeegy/coffeeson.npm.git","owner":{"id":482,"login":"Squeegy","url":"https://api.github.com/users/Squeegy","avatar_url":"https://secure.gravatar.com/avatar/62c90b6f399e6b95554b2da31ca8619a?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","gravatar_id":"62c90b6f399e6b95554b2da31ca8619a"},"id":3168814,"open_issues_count":1,"description":"Coffee Script Object Notation - JSON for humans","updated_at":"2012-08-23T08:52:41Z","git_url":"git://github.com/Squeegy/coffeeson.npm.git","watchers":9,"has_wiki":true,"open_issues":1,"pushed_at":"2012-05-10T20:16:50Z","html_url":"https://github.com/Squeegy/coffeeson.npm","private":false,"url":"https://api.github.com/repos/Squeegy/coffeeson.npm","fork":false,"created_at":"2012-01-13T06:01:45Z","name":"coffeeson.npm","svn_url":"https://github.com/Squeegy/coffeeson.npm","forks_count":2},"sha":"c1cea38a3949179df9471ff10d7e7ca1e4855747","ref":"master","label":"Squeegy:master"},"deletions":0,"head":{"user":{"id":2200176,"login":"travis4all","url":"https://api.github.com/users/travis4all","avatar_url":"https://secure.gravatar.com/avatar/459052362ac06f4e1742634f6826c812?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","gravatar_id":"459052362ac06f4e1742634f6826c812"},"repo":{"full_name":"travis4all/coffeeson.npm","size":108,"has_issues":false,"has_downloads":true,"language":"CoffeeScript","mirror_url":null,"forks":0,"homepage":"","ssh_url":"[email protected]:travis4all/coffeeson.npm.git","watchers_count":0,"clone_url":"https://github.com/travis4all/coffeeson.npm.git","owner":{"id":2200176,"login":"travis4all","url":"https://api.github.com/users/travis4all","avatar_url":"https://secure.gravatar.com/avatar/459052362ac06f4e1742634f6826c812?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","gravatar_id":"459052362ac06f4e1742634f6826c812"},"id":5522254,"open_issues_count":0,"description":"Coffee Script Object Notation - JSON for humans","updated_at":"2012-08-23T08:52:46Z","git_url":"git://github.com/travis4all/coffeeson.npm.git","watchers":0,"has_wiki":true,"open_issues":0,"pushed_at":"2012-08-23T08:52:46Z","html_url":"https://github.com/travis4all/coffeeson.npm","private":false,"url":"https://api.github.com/repos/travis4all/coffeeson.npm","fork":true,"created_at":"2012-08-23T08:52:41Z","name":"coffeeson.npm","svn_url":"https://github.com/travis4all/coffeeson.npm","forks_count":0},"sha":"32770b72e4c22edccb48b1b7627aeee63c385d4b","ref":"clean","label":"travis4all:clean"},"mergeable_state":"clean","mergeable":true,"state":"open","assignee":null,"diff_url":"https://github.com/Squeegy/coffeeson.npm/pull/1.diff","changed_files":2,"id":2137589,"user":{"id":2200176,"login":"travis4all","url":"https://api.github.com/users/travis4all","avatar_url":"https://secure.gravatar.com/avatar/459052362ac06f4e1742634f6826c812?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","gravatar_id":"459052362ac06f4e1742634f6826c812"},"_links":{"review_comments":{"href":"https://api.github.com/repos/Squeegy/coffeeson.npm/pulls/1/comments"},"comments":{"href":"https://api.github.com/repos/Squeegy/coffeeson.npm/issues/1/comments"},"self":{"href":"https://api.github.com/repos/Squeegy/coffeeson.npm/pulls/1"},"issue":{"href":"https://api.github.com/repos/Squeegy/coffeeson.npm/issues/1"},"html":{"href":"https://github.com/Squeegy/coffeeson.npm/pull/1"}},"updated_at":"2012-08-23T08:52:46Z","closed_at":null,"merged_by":null,"issue_url":"https://github.com/Squeegy/coffeeson.npm/issues/1","html_url":"https://github.com/Squeegy/coffeeson.npm/pull/1","title":"The repo your repo could be like!","patch_url":"https://github.com/Squeegy/coffeeson.npm/pull/1.patch","merged":false,"url":"https://api.github.com/repos/Squeegy/coffeeson.npm/pulls/1","body":"Hello, ladies...\n\nLook at your repo,\nNow back to me,\nNow back at your repo,\nNow back to me.\n\nSadly, it isn't me, but if it stopped using nothing at all and switched to Travis CI\nit could be like it's me.\n\nLook down,\nBack up,\nWhere are you?\n\nYou're on npm with the repo your repo could be like. \nWhat’s in your package.json,\nBack at me.\n I have it, it's an pull request with two commits to that thing you love.\nLook again,\nThe commits are now **diamonds** .\nAnything is possible when your repo uses Travis CI and not [nothing at all]. \n\nI’m on a horse:horse:.:shipit:\n:x::o::x::o::x::o:\nSee http://about.travis-ci.org/docs/user/getting-started/ to set up the hook","additions":5,"created_at":"2012-08-23T08:52:46Z","number":1,"merged_at":null,"commits":2},"action":"opened","number":1}
{ "id": null, "name": "coffeeson.npm", "url": "https://github.com/Squeegy/coffeeson.npm" }
{ "id": null, "login": "travis4all", "gravatar_id": "459052362ac06f4e1742634f6826c812", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2012-08-23T08:52:47
null
{"repository":{"created_at":"2012-01-12T22:01:45-08:00","description":"Coffee Script Object Notation - JSON for humans","owner":"Squeegy","has_wiki":true,"watchers":9,"stargazers":9,"open_issues":1,"fork":false,"size":628,"language":"CoffeeScript","has_issues":true,"pushed_at":"2012-05-10T13:16:50-07:00","homepage":"","forks":2,"private":false,"has_downloads":true},"actor_attributes":{"type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/Squeegy/coffeeson.npm/pull/1"}
PullRequestEvent
true
{"action":"closed","number":207,"pull_request":{"body":"In https://github.com/adhearsion/adhearsion/blob/develop/lib/adhearsion/initializer.rb#L42\r\n \r\n def start\r\n resolve_pid_file_path\r\n load_lib_folder\r\n load_config\r\n ...\r\n\r\nAlso, it might be good to have an option to not do the eager-loading on lib/**/*.rb\r\n\r\n","assignee":null,"closed_at":"2012-10-17T04:38:31Z","comments":2,"diff_url":"https://github.com/adhearsion/adhearsion/pull/207.diff","merged":false,"merge_commit_sha":"c9044d14359cb2089ef6933d65c4dd8ef4b2400a","patch_url":"https://github.com/adhearsion/adhearsion/pull/207.patch","merged_at":null,"milestone":null,"state":"closed","review_comments":0,"additions":124,"head":{"ref":"patch-1","sha":"1cec9a3e3b9a58966f21cd7c35610425a48c7e9e","label":"number5:patch-1","repo":{"open_issues":0,"full_name":"number5/adhearsion","forks":0,"clone_url":"https://github.com/number5/adhearsion.git","ssh_url":"[email protected]:number5/adhearsion.git","git_url":"git://github.com/number5/adhearsion.git","owner":{"avatar_url":"https://secure.gravatar.com/avatar/d678f8a8ee3bd76341e3aa31e2637769?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","login":"number5","gravatar_id":"d678f8a8ee3bd76341e3aa31e2637769","_links":{"self":{"href":"https://api.github.com/users/number5"}},"url":"https://api.github.com/users/number5","id":1545},"name":"adhearsion","language":"Ruby","homepage":"http://adhearsion.com","svn_url":"https://github.com/number5/adhearsion","master_branch":"develop","forks_count":0,"created_at":"2012-10-13T13:36:58Z","private":false,"_links":{"self":{"href":"https://api.github.com/repos/number5/adhearsion"}},"has_downloads":true,"pushed_at":"2012-10-17T04:24:59Z","html_url":"https://github.com/number5/adhearsion","size":160,"fork":true,"has_issues":false,"url":"https://api.github.com/repos/number5/adhearsion","has_wiki":true,"mirror_url":null,"watchers":0,"id":6203354,"open_issues_count":0,"watchers_count":0,"description":"A Ruby framework for building telephony applications","updated_at":"2012-10-17T04:24:59Z"},"user":{"avatar_url":"https://secure.gravatar.com/avatar/d678f8a8ee3bd76341e3aa31e2637769?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","login":"number5","gravatar_id":"d678f8a8ee3bd76341e3aa31e2637769","_links":{"self":{"href":"https://api.github.com/users/number5"}},"url":"https://api.github.com/users/number5","id":1545}},"created_at":"2012-10-17T04:27:22Z","base":{"ref":"master","sha":"134ce6dafbee47990a349d8007e11c5d584f0bec","label":"adhearsion:master","repo":{"open_issues":24,"full_name":"adhearsion/adhearsion","forks":41,"clone_url":"https://github.com/adhearsion/adhearsion.git","ssh_url":"[email protected]:adhearsion/adhearsion.git","git_url":"git://github.com/adhearsion/adhearsion.git","owner":{"avatar_url":"https://secure.gravatar.com/avatar/9f99d314da735bfb50edb3adcacb4042?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-org-420.png","login":"adhearsion","gravatar_id":"9f99d314da735bfb50edb3adcacb4042","_links":{"self":{"href":"https://api.github.com/users/adhearsion"}},"url":"https://api.github.com/users/adhearsion","id":42552},"name":"adhearsion","language":"Ruby","homepage":"http://adhearsion.com","svn_url":"https://github.com/adhearsion/adhearsion","master_branch":"develop","forks_count":41,"created_at":"2010-04-27T18:44:26Z","private":false,"_links":{"self":{"href":"https://api.github.com/repos/adhearsion/adhearsion"}},"has_downloads":true,"pushed_at":"2012-10-16T18:36:20Z","html_url":"https://github.com/adhearsion/adhearsion","size":360,"fork":false,"has_issues":true,"url":"https://api.github.com/repos/adhearsion/adhearsion","has_wiki":true,"mirror_url":null,"watchers":250,"id":632007,"open_issues_count":24,"watchers_count":250,"description":"A Ruby framework for building telephony applications","updated_at":"2012-10-16T18:36:20Z"},"user":{"avatar_url":"https://secure.gravatar.com/avatar/9f99d314da735bfb50edb3adcacb4042?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-org-420.png","login":"adhearsion","gravatar_id":"9f99d314da735bfb50edb3adcacb4042","_links":{"self":{"href":"https://api.github.com/users/adhearsion"}},"url":"https://api.github.com/users/adhearsion","id":42552}},"_links":{"html":{"href":"https://github.com/adhearsion/adhearsion/pull/207"},"comments":{"href":"https://api.github.com/repos/adhearsion/adhearsion/issues/207/comments"},"review_comments":{"href":"https://api.github.com/repos/adhearsion/adhearsion/pulls/207/comments"},"self":{"href":"https://api.github.com/repos/adhearsion/adhearsion/pulls/207"},"issue":{"href":"https://api.github.com/repos/adhearsion/adhearsion/issues/207"}},"changed_files":11,"html_url":"https://github.com/adhearsion/adhearsion/pull/207","number":207,"issue_url":"https://github.com/adhearsion/adhearsion/issues/207","deletions":25,"mergeable":true,"url":"https://api.github.com/repos/adhearsion/adhearsion/pulls/207","user":{"avatar_url":"https://secure.gravatar.com/avatar/d678f8a8ee3bd76341e3aa31e2637769?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","login":"number5","gravatar_id":"d678f8a8ee3bd76341e3aa31e2637769","_links":{"self":{"href":"https://api.github.com/users/number5"}},"url":"https://api.github.com/users/number5","id":1545},"commits":9,"id":2674701,"mergeable_state":"clean","title":"application lib loading before load_config, which rendered config.platform.lib config option useless","merged_by":null,"updated_at":"2012-10-17T04:38:31Z"}}
{ "id": 632007, "name": "adhearsion", "url": "https://github.com/adhearsion/adhearsion" }
{ "id": null, "login": "number5", "gravatar_id": "d678f8a8ee3bd76341e3aa31e2637769", "avatar_url": null, "url": null }
{ "id": null, "login": "adhearsion", "gravatar_id": null, "avatar_url": null, "url": null }
2012-10-17T04:38:31
null
{"repository":{"created_at":"2010-04-27T11:44:26-07:00","description":"A Ruby framework for building telephony applications","owner":"adhearsion","open_issues":24,"master_branch":"develop","pushed_at":"2012-10-16T11:36:20-07:00","forks":41,"organization":"adhearsion","has_downloads":true,"fork":false,"size":360,"language":"Ruby","watchers":250,"has_issues":true,"homepage":"http://adhearsion.com","private":false,"has_wiki":true,"stargazers":250},"actor_attributes":{"location":"Melbourne, Australia","name":"Bruce Wang","blog":"http://brucewang.net","type":"User","email":"[email protected]"},"url":"https://github.com/adhearsion/adhearsion/pull/207"}
PullRequestEvent
true
{"action":"opened","number":13,"pull_request":{"state":"open","mergeable_state":"unknown","number":13,"html_url":"https://github.com/aerogear/aerogear-ios/pull/13","mergeable":null,"id":2727806,"base":{"sha":"a03851679419b4ad89d6b4f7339b172cd26df24d","label":"aerogear:master","ref":"master","repo":{"full_name":"aerogear/aerogear-ios","has_wiki":true,"open_issues_count":1,"ssh_url":"[email protected]:aerogear/aerogear-ios.git","open_issues":1,"html_url":"https://github.com/aerogear/aerogear-ios","id":4963609,"created_at":"2012-07-09T19:34:24Z","watchers":8,"description":"iOS/Objective-C client library implementation for AeroGear","size":404,"private":false,"watchers_count":8,"homepage":null,"git_url":"git://github.com/aerogear/aerogear-ios.git","owner":{"id":954205,"login":"aerogear","url":"https://api.github.com/users/aerogear","_links":{"self":{"href":"https://api.github.com/users/aerogear"}},"gravatar_id":"3390eb8d824c7c8654852b4c22591016","avatar_url":"https://secure.gravatar.com/avatar/3390eb8d824c7c8654852b4c22591016?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-org-420.png"},"mirror_url":null,"pushed_at":"2012-10-22T13:56:38Z","fork":false,"forks_count":9,"url":"https://api.github.com/repos/aerogear/aerogear-ios","svn_url":"https://github.com/aerogear/aerogear-ios","has_downloads":true,"updated_at":"2012-10-22T13:56:38Z","language":"Objective-C","clone_url":"https://github.com/aerogear/aerogear-ios.git","_links":{"self":{"href":"https://api.github.com/repos/aerogear/aerogear-ios"}},"forks":9,"has_issues":true,"name":"aerogear-ios"},"user":{"id":954205,"login":"aerogear","url":"https://api.github.com/users/aerogear","_links":{"self":{"href":"https://api.github.com/users/aerogear"}},"gravatar_id":"3390eb8d824c7c8654852b4c22591016","avatar_url":"https://secure.gravatar.com/avatar/3390eb8d824c7c8654852b4c22591016?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-org-420.png"}},"created_at":"2012-10-22T13:59:43Z","head":{"sha":"7f3d745eef690c24dee101c442e4a62c04af1859","label":"aerogear:release-clean-up","ref":"release-clean-up","repo":{"full_name":"aerogear/aerogear-ios","has_wiki":true,"open_issues_count":1,"ssh_url":"[email protected]:aerogear/aerogear-ios.git","open_issues":1,"html_url":"https://github.com/aerogear/aerogear-ios","id":4963609,"created_at":"2012-07-09T19:34:24Z","watchers":8,"description":"iOS/Objective-C client library implementation for AeroGear","size":404,"private":false,"watchers_count":8,"homepage":null,"git_url":"git://github.com/aerogear/aerogear-ios.git","owner":{"id":954205,"login":"aerogear","url":"https://api.github.com/users/aerogear","_links":{"self":{"href":"https://api.github.com/users/aerogear"}},"gravatar_id":"3390eb8d824c7c8654852b4c22591016","avatar_url":"https://secure.gravatar.com/avatar/3390eb8d824c7c8654852b4c22591016?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-org-420.png"},"mirror_url":null,"pushed_at":"2012-10-22T13:56:38Z","fork":false,"forks_count":9,"url":"https://api.github.com/repos/aerogear/aerogear-ios","svn_url":"https://github.com/aerogear/aerogear-ios","has_downloads":true,"updated_at":"2012-10-22T13:56:38Z","language":"Objective-C","clone_url":"https://github.com/aerogear/aerogear-ios.git","_links":{"self":{"href":"https://api.github.com/repos/aerogear/aerogear-ios"}},"forks":9,"has_issues":true,"name":"aerogear-ios"},"user":{"id":954205,"login":"aerogear","url":"https://api.github.com/users/aerogear","_links":{"self":{"href":"https://api.github.com/users/aerogear"}},"gravatar_id":"3390eb8d824c7c8654852b4c22591016","avatar_url":"https://secure.gravatar.com/avatar/3390eb8d824c7c8654852b4c22591016?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-org-420.png"}},"changed_files":8,"diff_url":"https://github.com/aerogear/aerogear-ios/pull/13.diff","merged_by":null,"review_comments":0,"additions":126,"user":{"id":157646,"login":"matzew","url":"https://api.github.com/users/matzew","_links":{"self":{"href":"https://api.github.com/users/matzew"}},"gravatar_id":"df135e9a2604ec2ce5d12ad049a8c99b","avatar_url":"https://secure.gravatar.com/avatar/df135e9a2604ec2ce5d12ad049a8c99b?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png"},"url":"https://api.github.com/repos/aerogear/aerogear-ios/pulls/13","comments":0,"updated_at":"2012-10-22T13:59:43Z","issue_url":"https://github.com/aerogear/aerogear-ios/issues/13","commits":7,"deletions":84,"_links":{"self":{"href":"https://api.github.com/repos/aerogear/aerogear-ios/pulls/13"},"review_comments":{"href":"https://api.github.com/repos/aerogear/aerogear-ios/pulls/13/comments"},"issue":{"href":"https://api.github.com/repos/aerogear/aerogear-ios/issues/13"},"comments":{"href":"https://api.github.com/repos/aerogear/aerogear-ios/issues/13/comments"},"html":{"href":"https://github.com/aerogear/aerogear-ios/pull/13"}},"merged_at":null,"closed_at":null,"patch_url":"https://github.com/aerogear/aerogear-ios/pull/13.patch","merged":false,"milestone":null,"merge_commit_sha":"","title":"Release clean up: Doc and API alignment ","body":"Mostly updated API docs and API.md file - which contains some prosa on the actual API\r\n\r\nAlso did align the Security API and the DataManager API. No more creation of a Manager and a store (or no more Authentication creation with a Authmodule)... making that a more explicit API","assignee":null}}
{ "id": 4963609, "name": "aerogear-ios", "url": "https://github.com/aerogear/aerogear-ios" }
{ "id": null, "login": "matzew", "gravatar_id": "df135e9a2604ec2ce5d12ad049a8c99b", "avatar_url": null, "url": null }
{ "id": null, "login": "aerogear", "gravatar_id": null, "avatar_url": null, "url": null }
2012-10-22T13:59:44
null
{"repository":{"language":"Objective-C","owner":"aerogear","has_wiki":true,"watchers":8,"open_issues":1,"stargazers":8,"pushed_at":"2012-10-22T06:56:38-07:00","forks":9,"fork":false,"size":404,"has_downloads":true,"created_at":"2012-07-09T12:34:24-07:00","organization":"aerogear","description":"iOS/Objective-C client library implementation for AeroGear","private":false,"has_issues":true},"actor_attributes":{"blog":"http://matthiaswessendorf.wordpress.com","location":"Emsdetten, Germany","company":"JBoss, by Red Hat","type":"User","name":"Matthias Wessendorf","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/aerogear/aerogear-ios/pull/13"}
PullRequestEvent
true
{"number":35,"pull_request":{"head":{"label":"nlegoff:601-api_route_info","repo":{"name":"Phraseanet","master_branch":"master","created_at":"2012-04-23T23:26:44Z","size":2084,"has_wiki":false,"clone_url":"https://github.com/nlegoff/Phraseanet.git","watchers":1,"private":false,"updated_at":"2012-04-26T19:37:32Z","url":"https://api.github.com/repos/nlegoff/Phraseanet","ssh_url":"[email protected]:nlegoff/Phraseanet.git","language":"JavaScript","fork":true,"git_url":"git://github.com/nlegoff/Phraseanet.git","id":4119183,"svn_url":"https://github.com/nlegoff/Phraseanet","pushed_at":"2012-04-26T19:37:32Z","has_downloads":true,"open_issues":0,"mirror_url":null,"homepage":"http://www.phraseanet.com","has_issues":false,"forks":0,"description":"Digital Asset Management PHP app","html_url":"https://github.com/nlegoff/Phraseanet","owner":{"gravatar_id":"39eb17a525ef91daf27834b6cea028ba","avatar_url":"https://secure.gravatar.com/avatar/39eb17a525ef91daf27834b6cea028ba?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","url":"https://api.github.com/users/nlegoff","id":511494,"login":"nlegoff"}},"sha":"3f81b4a7f428df7f58815ab0ef7cea8c5713e2d5","ref":"601-api_route_info","user":{"gravatar_id":"39eb17a525ef91daf27834b6cea028ba","avatar_url":"https://secure.gravatar.com/avatar/39eb17a525ef91daf27834b6cea028ba?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","url":"https://api.github.com/users/nlegoff","id":511494,"login":"nlegoff"}},"number":35,"issue_url":"https://github.com/alchemy-fr/Phraseanet/issues/35","merged_by":{"gravatar_id":"ce776a5e957c937a56c721b7d6701960","avatar_url":"https://secure.gravatar.com/avatar/ce776a5e957c937a56c721b7d6701960?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","url":"https://api.github.com/users/romainneutron","id":137574,"login":"romainneutron"},"created_at":"2012-04-26T17:20:28Z","merged":true,"changed_files":2,"body":"on {INSTANCE_URI}/api/\r\n\r\nadd consistency (meta, response), \r\nadd type key, \r\nrename install_name -> name ","comments":0,"title":"#601 api route info","diff_url":"https://github.com/alchemy-fr/Phraseanet/pull/35.diff","additions":22,"updated_at":"2012-04-26T20:55:04Z","url":"https://api.github.com/repos/alchemy-fr/Phraseanet/pulls/35","_links":{"html":{"href":"https://github.com/alchemy-fr/Phraseanet/pull/35"},"self":{"href":"https://api.github.com/repos/alchemy-fr/Phraseanet/pulls/35"},"comments":{"href":"https://api.github.com/repos/alchemy-fr/Phraseanet/issues/35/comments"},"review_comments":{"href":"https://api.github.com/repos/alchemy-fr/Phraseanet/pulls/35/comments"}},"id":1240639,"patch_url":"https://github.com/alchemy-fr/Phraseanet/pull/35.patch","mergeable":null,"commits":1,"closed_at":"2012-04-26T20:55:04Z","merged_at":"2012-04-26T20:55:04Z","review_comments":0,"html_url":"https://github.com/alchemy-fr/Phraseanet/pull/35","user":{"gravatar_id":"39eb17a525ef91daf27834b6cea028ba","avatar_url":"https://secure.gravatar.com/avatar/39eb17a525ef91daf27834b6cea028ba?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","url":"https://api.github.com/users/nlegoff","id":511494,"login":"nlegoff"},"deletions":19,"base":{"label":"alchemy-fr:Dev","repo":{"name":"Phraseanet","master_branch":"master","created_at":"2011-02-16T14:55:31Z","size":114782,"has_wiki":false,"clone_url":"https://github.com/alchemy-fr/Phraseanet.git","watchers":20,"private":false,"updated_at":"2012-04-26T20:55:04Z","url":"https://api.github.com/repos/alchemy-fr/Phraseanet","ssh_url":"[email protected]:alchemy-fr/Phraseanet.git","language":"JavaScript","fork":false,"git_url":"git://github.com/alchemy-fr/Phraseanet.git","id":1374101,"svn_url":"https://github.com/alchemy-fr/Phraseanet","pushed_at":"2012-04-26T20:55:04Z","has_downloads":true,"open_issues":5,"mirror_url":null,"homepage":"http://www.phraseanet.com","has_issues":true,"forks":6,"description":"Digital Asset Management PHP app","html_url":"https://github.com/alchemy-fr/Phraseanet","owner":{"gravatar_id":"21d95177fdcbdfed57ef95a4a1b70573","avatar_url":"https://secure.gravatar.com/avatar/21d95177fdcbdfed57ef95a4a1b70573?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png","url":"https://api.github.com/users/alchemy-fr","id":621336,"login":"alchemy-fr"}},"sha":"bd65aff49ac6a15d659eb7a91f593820090b4366","ref":"Dev","user":{"gravatar_id":"21d95177fdcbdfed57ef95a4a1b70573","avatar_url":"https://secure.gravatar.com/avatar/21d95177fdcbdfed57ef95a4a1b70573?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png","url":"https://api.github.com/users/alchemy-fr","id":621336,"login":"alchemy-fr"}},"state":"closed"},"action":"closed"}
{ "id": null, "name": "Phraseanet", "url": "https://github.com/alchemy-fr/Phraseanet" }
{ "id": null, "login": "romainneutron", "gravatar_id": "ce776a5e957c937a56c721b7d6701960", "avatar_url": null, "url": null }
{ "id": null, "login": "alchemy-fr", "gravatar_id": null, "avatar_url": null, "url": null }
2012-04-26T20:55:05
null
{"repository":{"description":"Digital Asset Management PHP app","has_issues":true,"forks":6,"homepage":"http://www.phraseanet.com","has_wiki":false,"language":"JavaScript","created_at":"2011/02/16 06:55:31 -0800","fork":false,"open_issues":5,"pushed_at":"2012/04/26 13:55:04 -0700","watchers":20,"size":114782,"private":false,"owner":"alchemy-fr","has_downloads":true,"master_branch":"master","organization":"alchemy-fr"},"actor_attributes":{"name":"Romain","company":"Alchemy","location":"Paris","blog":"http://www.lickmychip.com/","type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/alchemy-fr/Phraseanet/pull/35"}
PullRequestEvent
true
{"action":"opened","number":19,"pull_request":{"review_comment_url":"/repos/andrew/24pullrequests/pulls/comments/{number}","title":"Fix logo transparency.","head":{"label":"andrew:design","ref":"design","sha":"40b0734107b1bfe43a49118f5105eed72a25958c","user":{"followers_url":"https://api.github.com/users/andrew/followers","gists_url":"https://api.github.com/users/andrew/gists{/gist_id}","login":"andrew","following_url":"https://api.github.com/users/andrew/following","avatar_url":"https://secure.gravatar.com/avatar/8ddbf811da78bb0daeeb3cacd7cf743f?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","repos_url":"https://api.github.com/users/andrew/repos","starred_url":"https://api.github.com/users/andrew/starred{/owner}{/repo}","url":"https://api.github.com/users/andrew","gravatar_id":"8ddbf811da78bb0daeeb3cacd7cf743f","organizations_url":"https://api.github.com/users/andrew/orgs","id":1060,"subscriptions_url":"https://api.github.com/users/andrew/subscriptions","received_events_url":"https://api.github.com/users/andrew/received_events","events_url":"https://api.github.com/users/andrew/events{/privacy}"},"repo":{"downloads_url":"https://api.github.com/repos/andrew/24pullrequests/downloads","full_name":"andrew/24pullrequests","merges_url":"https://api.github.com/repos/andrew/24pullrequests/merges","description":"Giving back little gifts of code for Christmas","svn_url":"https://github.com/andrew/24pullrequests","archive_url":"https://api.github.com/repos/andrew/24pullrequests/{archive_format}{/ref}","forks":2,"language":"Ruby","clone_url":"https://github.com/andrew/24pullrequests.git","updated_at":"2012-11-29T17:03:11Z","hooks_url":"https://api.github.com/repos/andrew/24pullrequests/hooks","has_downloads":true,"git_tags_url":"https://api.github.com/repos/andrew/24pullrequests/git/tags{/sha}","comments_url":"https://api.github.com/repos/andrew/24pullrequests/comments{/number}","pushed_at":"2012-11-29T17:03:11Z","branches_url":"https://api.github.com/repos/andrew/24pullrequests/branches{/branch}","size":2492,"has_issues":true,"owner":{"followers_url":"https://api.github.com/users/andrew/followers","gists_url":"https://api.github.com/users/andrew/gists{/gist_id}","login":"andrew","following_url":"https://api.github.com/users/andrew/following","avatar_url":"https://secure.gravatar.com/avatar/8ddbf811da78bb0daeeb3cacd7cf743f?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","repos_url":"https://api.github.com/users/andrew/repos","starred_url":"https://api.github.com/users/andrew/starred{/owner}{/repo}","url":"https://api.github.com/users/andrew","gravatar_id":"8ddbf811da78bb0daeeb3cacd7cf743f","organizations_url":"https://api.github.com/users/andrew/orgs","id":1060,"subscriptions_url":"https://api.github.com/users/andrew/subscriptions","received_events_url":"https://api.github.com/users/andrew/received_events","events_url":"https://api.github.com/users/andrew/events{/privacy}"},"subscription_url":"https://api.github.com/repos/andrew/24pullrequests/subscription","private":false,"keys_url":"https://api.github.com/repos/andrew/24pullrequests/keys{/key_id}","watchers_count":1,"open_issues":8,"pulls_url":"https://api.github.com/repos/andrew/24pullrequests/pulls{/number}","milestones_url":"https://api.github.com/repos/andrew/24pullrequests/milestones{/number}","statuses_url":"https://api.github.com/repos/andrew/24pullrequests/statuses/{sha}","contents_url":"https://api.github.com/repos/andrew/24pullrequests/contents/{+path}","git_commits_url":"https://api.github.com/repos/andrew/24pullrequests/git/commits{/sha}","collaborators_url":"https://api.github.com/repos/andrew/24pullrequests/collaborators{/collaborator}","issues_url":"https://api.github.com/repos/andrew/24pullrequests/issues{/number}","assignees_url":"https://api.github.com/repos/andrew/24pullrequests/assignees{/user}","compare_url":"https://api.github.com/repos/andrew/24pullrequests/compare/{base}...{head}","issue_comment_url":"https://api.github.com/repos/andrew/24pullrequests/issues/comments/{number}","watchers":1,"notifications_url":"https://api.github.com/repos/andrew/24pullrequests/notifications{?since,all,participating}","git_url":"git://github.com/andrew/24pullrequests.git","stargazers_url":"https://api.github.com/repos/andrew/24pullrequests/stargazers","subscribers_url":"https://api.github.com/repos/andrew/24pullrequests/subscribers","created_at":"2012-11-13T16:32:05Z","tags_url":"https://api.github.com/repos/andrew/24pullrequests/tags{/tag}","mirror_url":null,"blobs_url":"https://api.github.com/repos/andrew/24pullrequests/git/blobs{/sha}","languages_url":"https://api.github.com/repos/andrew/24pullrequests/languages","ssh_url":"[email protected]:andrew/24pullrequests.git","teams_url":"https://api.github.com/repos/andrew/24pullrequests/teams","labels_url":"https://api.github.com/repos/andrew/24pullrequests/labels{/name}","open_issues_count":8,"url":"https://api.github.com/repos/andrew/24pullrequests","trees_url":"https://api.github.com/repos/andrew/24pullrequests/git/trees{/sha}","issue_events_url":"https://api.github.com/repos/andrew/24pullrequests/issues/events{/number}","git_refs_url":"https://api.github.com/repos/andrew/24pullrequests/git/refs{/sha}","has_wiki":true,"homepage":"http://24pullrequests.com/","commits_url":"https://api.github.com/repos/andrew/24pullrequests/commits{/sha}","name":"24pullrequests","forks_url":"https://api.github.com/repos/andrew/24pullrequests/forks","html_url":"https://github.com/andrew/24pullrequests","id":6673802,"forks_count":2,"fork":false,"contributors_url":"https://api.github.com/repos/andrew/24pullrequests/contributors","events_url":"https://api.github.com/repos/andrew/24pullrequests/events"}},"updated_at":"2012-11-29T17:03:37Z","base":{"label":"andrew:master","ref":"master","sha":"1d763939ce8e04623eff4c2e833be896e34bc20a","user":{"followers_url":"https://api.github.com/users/andrew/followers","gists_url":"https://api.github.com/users/andrew/gists{/gist_id}","login":"andrew","following_url":"https://api.github.com/users/andrew/following","avatar_url":"https://secure.gravatar.com/avatar/8ddbf811da78bb0daeeb3cacd7cf743f?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","repos_url":"https://api.github.com/users/andrew/repos","starred_url":"https://api.github.com/users/andrew/starred{/owner}{/repo}","url":"https://api.github.com/users/andrew","gravatar_id":"8ddbf811da78bb0daeeb3cacd7cf743f","organizations_url":"https://api.github.com/users/andrew/orgs","id":1060,"subscriptions_url":"https://api.github.com/users/andrew/subscriptions","received_events_url":"https://api.github.com/users/andrew/received_events","events_url":"https://api.github.com/users/andrew/events{/privacy}"},"repo":{"downloads_url":"https://api.github.com/repos/andrew/24pullrequests/downloads","full_name":"andrew/24pullrequests","merges_url":"https://api.github.com/repos/andrew/24pullrequests/merges","description":"Giving back little gifts of code for Christmas","svn_url":"https://github.com/andrew/24pullrequests","archive_url":"https://api.github.com/repos/andrew/24pullrequests/{archive_format}{/ref}","forks":2,"language":"Ruby","clone_url":"https://github.com/andrew/24pullrequests.git","updated_at":"2012-11-29T17:03:11Z","hooks_url":"https://api.github.com/repos/andrew/24pullrequests/hooks","has_downloads":true,"git_tags_url":"https://api.github.com/repos/andrew/24pullrequests/git/tags{/sha}","comments_url":"https://api.github.com/repos/andrew/24pullrequests/comments{/number}","pushed_at":"2012-11-29T17:03:11Z","branches_url":"https://api.github.com/repos/andrew/24pullrequests/branches{/branch}","size":2492,"has_issues":true,"owner":{"followers_url":"https://api.github.com/users/andrew/followers","gists_url":"https://api.github.com/users/andrew/gists{/gist_id}","login":"andrew","following_url":"https://api.github.com/users/andrew/following","avatar_url":"https://secure.gravatar.com/avatar/8ddbf811da78bb0daeeb3cacd7cf743f?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","repos_url":"https://api.github.com/users/andrew/repos","starred_url":"https://api.github.com/users/andrew/starred{/owner}{/repo}","url":"https://api.github.com/users/andrew","gravatar_id":"8ddbf811da78bb0daeeb3cacd7cf743f","organizations_url":"https://api.github.com/users/andrew/orgs","id":1060,"subscriptions_url":"https://api.github.com/users/andrew/subscriptions","received_events_url":"https://api.github.com/users/andrew/received_events","events_url":"https://api.github.com/users/andrew/events{/privacy}"},"subscription_url":"https://api.github.com/repos/andrew/24pullrequests/subscription","private":false,"keys_url":"https://api.github.com/repos/andrew/24pullrequests/keys{/key_id}","watchers_count":1,"open_issues":8,"pulls_url":"https://api.github.com/repos/andrew/24pullrequests/pulls{/number}","milestones_url":"https://api.github.com/repos/andrew/24pullrequests/milestones{/number}","statuses_url":"https://api.github.com/repos/andrew/24pullrequests/statuses/{sha}","contents_url":"https://api.github.com/repos/andrew/24pullrequests/contents/{+path}","git_commits_url":"https://api.github.com/repos/andrew/24pullrequests/git/commits{/sha}","collaborators_url":"https://api.github.com/repos/andrew/24pullrequests/collaborators{/collaborator}","issues_url":"https://api.github.com/repos/andrew/24pullrequests/issues{/number}","assignees_url":"https://api.github.com/repos/andrew/24pullrequests/assignees{/user}","compare_url":"https://api.github.com/repos/andrew/24pullrequests/compare/{base}...{head}","issue_comment_url":"https://api.github.com/repos/andrew/24pullrequests/issues/comments/{number}","watchers":1,"notifications_url":"https://api.github.com/repos/andrew/24pullrequests/notifications{?since,all,participating}","git_url":"git://github.com/andrew/24pullrequests.git","stargazers_url":"https://api.github.com/repos/andrew/24pullrequests/stargazers","subscribers_url":"https://api.github.com/repos/andrew/24pullrequests/subscribers","created_at":"2012-11-13T16:32:05Z","tags_url":"https://api.github.com/repos/andrew/24pullrequests/tags{/tag}","mirror_url":null,"blobs_url":"https://api.github.com/repos/andrew/24pullrequests/git/blobs{/sha}","languages_url":"https://api.github.com/repos/andrew/24pullrequests/languages","ssh_url":"[email protected]:andrew/24pullrequests.git","teams_url":"https://api.github.com/repos/andrew/24pullrequests/teams","labels_url":"https://api.github.com/repos/andrew/24pullrequests/labels{/name}","open_issues_count":8,"url":"https://api.github.com/repos/andrew/24pullrequests","trees_url":"https://api.github.com/repos/andrew/24pullrequests/git/trees{/sha}","issue_events_url":"https://api.github.com/repos/andrew/24pullrequests/issues/events{/number}","git_refs_url":"https://api.github.com/repos/andrew/24pullrequests/git/refs{/sha}","has_wiki":true,"homepage":"http://24pullrequests.com/","commits_url":"https://api.github.com/repos/andrew/24pullrequests/commits{/sha}","name":"24pullrequests","forks_url":"https://api.github.com/repos/andrew/24pullrequests/forks","html_url":"https://github.com/andrew/24pullrequests","id":6673802,"forks_count":2,"fork":false,"contributors_url":"https://api.github.com/repos/andrew/24pullrequests/contributors","events_url":"https://api.github.com/repos/andrew/24pullrequests/events"}},"state":"open","comments_url":"https://api.github.com/repos/andrew/24pullrequests/issues/19/comments","changed_files":1,"mergeable":null,"additions":0,"mergeable_state":"unknown","body":"-- Chris","review_comments_url":"https://github.com/andrew/24pullrequests/pull/19/comments","assignee":null,"issue_url":"https://github.com/andrew/24pullrequests/issues/19","merged":false,"merged_by":null,"deletions":0,"closed_at":null,"comments":0,"created_at":"2012-11-29T17:03:37Z","review_comments":0,"_links":{"html":{"href":"https://github.com/andrew/24pullrequests/pull/19"},"comments":{"href":"https://api.github.com/repos/andrew/24pullrequests/issues/19/comments"},"self":{"href":"https://api.github.com/repos/andrew/24pullrequests/pulls/19"},"issue":{"href":"https://api.github.com/repos/andrew/24pullrequests/issues/19"},"review_comments":{"href":"https://api.github.com/repos/andrew/24pullrequests/pulls/19/comments"}},"number":19,"diff_url":"https://github.com/andrew/24pullrequests/pull/19.diff","patch_url":"https://github.com/andrew/24pullrequests/pull/19.patch","url":"https://api.github.com/repos/andrew/24pullrequests/pulls/19","merge_commit_sha":"","merged_at":null,"commits_url":"https://github.com/andrew/24pullrequests/pull/19/commits","commits":1,"html_url":"https://github.com/andrew/24pullrequests/pull/19","id":3175690,"user":{"followers_url":"https://api.github.com/users/clowder/followers","gists_url":"https://api.github.com/users/clowder/gists{/gist_id}","login":"clowder","following_url":"https://api.github.com/users/clowder/following","avatar_url":"https://secure.gravatar.com/avatar/a9f136bb1099c410158a6119c0633a40?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","repos_url":"https://api.github.com/users/clowder/repos","starred_url":"https://api.github.com/users/clowder/starred{/owner}{/repo}","url":"https://api.github.com/users/clowder","gravatar_id":"a9f136bb1099c410158a6119c0633a40","organizations_url":"https://api.github.com/users/clowder/orgs","id":101044,"subscriptions_url":"https://api.github.com/users/clowder/subscriptions","received_events_url":"https://api.github.com/users/clowder/received_events","events_url":"https://api.github.com/users/clowder/events{/privacy}"},"milestone":null}}
{ "id": 6673802, "name": "24pullrequests", "url": "https://github.com/andrew/24pullrequests" }
{ "id": null, "login": "clowder", "gravatar_id": "a9f136bb1099c410158a6119c0633a40", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2012-11-29T17:03:37
null
{"repository":{"open_issues":8,"owner":"andrew","homepage":"http://24pullrequests.com/","has_downloads":true,"created_at":"2012-11-13T08:32:05-08:00","description":"Giving back little gifts of code for Christmas","has_issues":true,"pushed_at":"2012-11-29T09:03:11-08:00","forks":2,"watchers":1,"fork":false,"size":2492,"has_wiki":true,"stargazers":1,"private":false,"language":"Ruby"},"actor_attributes":{"company":"","location":"London","type":"User","name":"Chris Lowder","blog":"http://clowder.github.com","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/andrew/24pullrequests/pull/19"}
PullRequestEvent
true
{"number":119,"pull_request":{"patch_url":"https://github.com/appsattic/node-awssum/pull/119.patch","user":{"gists_url":"https://api.github.com/users/corp186/gists{/gist_id}","subscriptions_url":"https://api.github.com/users/corp186/subscriptions","url":"https://api.github.com/users/corp186","events_url":"https://api.github.com/users/corp186/events{/privacy}","followers_url":"https://api.github.com/users/corp186/followers","organizations_url":"https://api.github.com/users/corp186/orgs","received_events_url":"https://api.github.com/users/corp186/received_events","avatar_url":"https://secure.gravatar.com/avatar/23fabdf93beaece25520dd1353a9fb43?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","login":"corp186","following_url":"https://api.github.com/users/corp186/following","repos_url":"https://api.github.com/users/corp186/repos","id":962436,"gravatar_id":"23fabdf93beaece25520dd1353a9fb43","starred_url":"https://api.github.com/users/corp186/starred{/owner}{/repo}"},"review_comments":0,"head":{"user":{"gists_url":"https://api.github.com/users/aspicltd/gists{/gist_id}","subscriptions_url":"https://api.github.com/users/aspicltd/subscriptions","url":"https://api.github.com/users/aspicltd","events_url":"https://api.github.com/users/aspicltd/events{/privacy}","followers_url":"https://api.github.com/users/aspicltd/followers","organizations_url":"https://api.github.com/users/aspicltd/orgs","received_events_url":"https://api.github.com/users/aspicltd/received_events","avatar_url":"https://secure.gravatar.com/avatar/9d3107b2ffca38acf50a9207978ae576?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-org-420.png","login":"aspicltd","following_url":"https://api.github.com/users/aspicltd/following","repos_url":"https://api.github.com/users/aspicltd/repos","id":1512256,"gravatar_id":"9d3107b2ffca38acf50a9207978ae576","starred_url":"https://api.github.com/users/aspicltd/starred{/owner}{/repo}"},"repo":{"contributors_url":"https://api.github.com/repos/aspicltd/node-awssum/contributors","has_issues":false,"fork":true,"archive_url":"https://api.github.com/repos/aspicltd/node-awssum/{archive_format}{/ref}","merges_url":"https://api.github.com/repos/aspicltd/node-awssum/merges","labels_url":"https://api.github.com/repos/aspicltd/node-awssum/labels{/name}","watchers_count":0,"issue_comment_url":"https://api.github.com/repos/aspicltd/node-awssum/issues/comments/{number}","mirror_url":null,"git_refs_url":"https://api.github.com/repos/aspicltd/node-awssum/git/refs{/sha}","notifications_url":"https://api.github.com/repos/aspicltd/node-awssum/notifications{?since,all,participating}","git_tags_url":"https://api.github.com/repos/aspicltd/node-awssum/git/tags{/sha}","languages_url":"https://api.github.com/repos/aspicltd/node-awssum/languages","open_issues_count":0,"private":false,"stargazers_url":"https://api.github.com/repos/aspicltd/node-awssum/stargazers","svn_url":"https://github.com/aspicltd/node-awssum","commits_url":"https://api.github.com/repos/aspicltd/node-awssum/commits{/sha}","forks_count":0,"git_url":"git://github.com/aspicltd/node-awssum.git","size":120,"subscribers_url":"https://api.github.com/repos/aspicltd/node-awssum/subscribers","downloads_url":"https://api.github.com/repos/aspicltd/node-awssum/downloads","ssh_url":"[email protected]:aspicltd/node-awssum.git","url":"https://api.github.com/repos/aspicltd/node-awssum","contents_url":"https://api.github.com/repos/aspicltd/node-awssum/contents/{+path}","has_wiki":false,"watchers":0,"blobs_url":"https://api.github.com/repos/aspicltd/node-awssum/git/blobs{/sha}","trees_url":"https://api.github.com/repos/aspicltd/node-awssum/git/trees{/sha}","teams_url":"https://api.github.com/repos/aspicltd/node-awssum/teams","events_url":"https://api.github.com/repos/aspicltd/node-awssum/events","tags_url":"https://api.github.com/repos/aspicltd/node-awssum/tags{/tag}","keys_url":"https://api.github.com/repos/aspicltd/node-awssum/keys{/key_id}","created_at":"2012-11-20T20:59:36Z","compare_url":"https://api.github.com/repos/aspicltd/node-awssum/compare/{base}...{head}","full_name":"aspicltd/node-awssum","description":"Node.js modules for talking to lots of Web Service APIs.","html_url":"https://github.com/aspicltd/node-awssum","milestones_url":"https://api.github.com/repos/aspicltd/node-awssum/milestones{/number}","statuses_url":"https://api.github.com/repos/aspicltd/node-awssum/statuses/{sha}","issues_url":"https://api.github.com/repos/aspicltd/node-awssum/issues{/number}","owner":{"gists_url":"https://api.github.com/users/aspicltd/gists{/gist_id}","subscriptions_url":"https://api.github.com/users/aspicltd/subscriptions","url":"https://api.github.com/users/aspicltd","events_url":"https://api.github.com/users/aspicltd/events{/privacy}","followers_url":"https://api.github.com/users/aspicltd/followers","organizations_url":"https://api.github.com/users/aspicltd/orgs","received_events_url":"https://api.github.com/users/aspicltd/received_events","avatar_url":"https://secure.gravatar.com/avatar/9d3107b2ffca38acf50a9207978ae576?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-org-420.png","login":"aspicltd","following_url":"https://api.github.com/users/aspicltd/following","repos_url":"https://api.github.com/users/aspicltd/repos","id":1512256,"gravatar_id":"9d3107b2ffca38acf50a9207978ae576","starred_url":"https://api.github.com/users/aspicltd/starred{/owner}{/repo}"},"updated_at":"2012-11-20T21:59:19Z","hooks_url":"https://api.github.com/repos/aspicltd/node-awssum/hooks","subscription_url":"https://api.github.com/repos/aspicltd/node-awssum/subscription","homepage":"http://awssum.io/","forks_url":"https://api.github.com/repos/aspicltd/node-awssum/forks","issue_events_url":"https://api.github.com/repos/aspicltd/node-awssum/issues/events{/number}","clone_url":"https://github.com/aspicltd/node-awssum.git","pulls_url":"https://api.github.com/repos/aspicltd/node-awssum/pulls{/number}","assignees_url":"https://api.github.com/repos/aspicltd/node-awssum/assignees{/user}","forks":0,"id":6785065,"branches_url":"https://api.github.com/repos/aspicltd/node-awssum/branches{/branch}","has_downloads":true,"pushed_at":"2012-11-20T21:59:18Z","name":"node-awssum","git_commits_url":"https://api.github.com/repos/aspicltd/node-awssum/git/commits{/sha}","open_issues":0,"language":"JavaScript","comments_url":"https://api.github.com/repos/aspicltd/node-awssum/comments{/number}","collaborators_url":"https://api.github.com/repos/aspicltd/node-awssum/collaborators{/collaborator}"},"label":"aspicltd:sqs-sigv4","ref":"sqs-sigv4","sha":"06e366f1efc311db85f5dd5046d3d4cd514ace49"},"number":119,"base":{"user":{"gists_url":"https://api.github.com/users/appsattic/gists{/gist_id}","subscriptions_url":"https://api.github.com/users/appsattic/subscriptions","url":"https://api.github.com/users/appsattic","events_url":"https://api.github.com/users/appsattic/events{/privacy}","followers_url":"https://api.github.com/users/appsattic/followers","organizations_url":"https://api.github.com/users/appsattic/orgs","received_events_url":"https://api.github.com/users/appsattic/received_events","avatar_url":"https://secure.gravatar.com/avatar/5ce4ab76b264ab9f1048bdbc3c165d3a?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-org-420.png","login":"appsattic","following_url":"https://api.github.com/users/appsattic/following","repos_url":"https://api.github.com/users/appsattic/repos","id":266428,"gravatar_id":"5ce4ab76b264ab9f1048bdbc3c165d3a","starred_url":"https://api.github.com/users/appsattic/starred{/owner}{/repo}"},"repo":{"contributors_url":"https://api.github.com/repos/appsattic/node-awssum/contributors","has_issues":true,"fork":false,"archive_url":"https://api.github.com/repos/appsattic/node-awssum/{archive_format}{/ref}","merges_url":"https://api.github.com/repos/appsattic/node-awssum/merges","labels_url":"https://api.github.com/repos/appsattic/node-awssum/labels{/name}","watchers_count":290,"issue_comment_url":"https://api.github.com/repos/appsattic/node-awssum/issues/comments/{number}","mirror_url":null,"git_refs_url":"https://api.github.com/repos/appsattic/node-awssum/git/refs{/sha}","notifications_url":"https://api.github.com/repos/appsattic/node-awssum/notifications{?since,all,participating}","git_tags_url":"https://api.github.com/repos/appsattic/node-awssum/git/tags{/sha}","languages_url":"https://api.github.com/repos/appsattic/node-awssum/languages","open_issues_count":13,"private":false,"stargazers_url":"https://api.github.com/repos/appsattic/node-awssum/stargazers","svn_url":"https://github.com/appsattic/node-awssum","commits_url":"https://api.github.com/repos/appsattic/node-awssum/commits{/sha}","forks_count":44,"git_url":"git://github.com/appsattic/node-awssum.git","size":604,"subscribers_url":"https://api.github.com/repos/appsattic/node-awssum/subscribers","downloads_url":"https://api.github.com/repos/appsattic/node-awssum/downloads","ssh_url":"[email protected]:appsattic/node-awssum.git","url":"https://api.github.com/repos/appsattic/node-awssum","contents_url":"https://api.github.com/repos/appsattic/node-awssum/contents/{+path}","has_wiki":false,"watchers":290,"blobs_url":"https://api.github.com/repos/appsattic/node-awssum/git/blobs{/sha}","trees_url":"https://api.github.com/repos/appsattic/node-awssum/git/trees{/sha}","teams_url":"https://api.github.com/repos/appsattic/node-awssum/teams","events_url":"https://api.github.com/repos/appsattic/node-awssum/events","tags_url":"https://api.github.com/repos/appsattic/node-awssum/tags{/tag}","keys_url":"https://api.github.com/repos/appsattic/node-awssum/keys{/key_id}","created_at":"2011-10-16T20:31:06Z","compare_url":"https://api.github.com/repos/appsattic/node-awssum/compare/{base}...{head}","full_name":"appsattic/node-awssum","description":"Node.js modules for talking to lots of Web Service APIs.","html_url":"https://github.com/appsattic/node-awssum","milestones_url":"https://api.github.com/repos/appsattic/node-awssum/milestones{/number}","statuses_url":"https://api.github.com/repos/appsattic/node-awssum/statuses/{sha}","issues_url":"https://api.github.com/repos/appsattic/node-awssum/issues{/number}","owner":{"gists_url":"https://api.github.com/users/appsattic/gists{/gist_id}","subscriptions_url":"https://api.github.com/users/appsattic/subscriptions","url":"https://api.github.com/users/appsattic","events_url":"https://api.github.com/users/appsattic/events{/privacy}","followers_url":"https://api.github.com/users/appsattic/followers","organizations_url":"https://api.github.com/users/appsattic/orgs","received_events_url":"https://api.github.com/users/appsattic/received_events","avatar_url":"https://secure.gravatar.com/avatar/5ce4ab76b264ab9f1048bdbc3c165d3a?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-org-420.png","login":"appsattic","following_url":"https://api.github.com/users/appsattic/following","repos_url":"https://api.github.com/users/appsattic/repos","id":266428,"gravatar_id":"5ce4ab76b264ab9f1048bdbc3c165d3a","starred_url":"https://api.github.com/users/appsattic/starred{/owner}{/repo}"},"updated_at":"2012-11-20T23:36:26Z","hooks_url":"https://api.github.com/repos/appsattic/node-awssum/hooks","subscription_url":"https://api.github.com/repos/appsattic/node-awssum/subscription","homepage":"http://awssum.io/","forks_url":"https://api.github.com/repos/appsattic/node-awssum/forks","issue_events_url":"https://api.github.com/repos/appsattic/node-awssum/issues/events{/number}","clone_url":"https://github.com/appsattic/node-awssum.git","pulls_url":"https://api.github.com/repos/appsattic/node-awssum/pulls{/number}","assignees_url":"https://api.github.com/repos/appsattic/node-awssum/assignees{/user}","forks":44,"id":2587917,"branches_url":"https://api.github.com/repos/appsattic/node-awssum/branches{/branch}","has_downloads":true,"pushed_at":"2012-11-20T23:36:26Z","name":"node-awssum","git_commits_url":"https://api.github.com/repos/appsattic/node-awssum/git/commits{/sha}","open_issues":13,"language":"JavaScript","comments_url":"https://api.github.com/repos/appsattic/node-awssum/comments{/number}","collaborators_url":"https://api.github.com/repos/appsattic/node-awssum/collaborators{/collaborator}"},"label":"appsattic:master","ref":"master","sha":"4ea03312bb00ee12e82324867e19aee4402d0992"},"_links":{"review_comments":{"href":"https://api.github.com/repos/appsattic/node-awssum/pulls/119/comments"},"issue":{"href":"https://api.github.com/repos/appsattic/node-awssum/issues/119"},"html":{"href":"https://github.com/appsattic/node-awssum/pull/119"},"comments":{"href":"https://api.github.com/repos/appsattic/node-awssum/issues/119/comments"},"self":{"href":"https://api.github.com/repos/appsattic/node-awssum/pulls/119"}},"merged_by":{"gists_url":"https://api.github.com/users/chilts/gists{/gist_id}","subscriptions_url":"https://api.github.com/users/chilts/subscriptions","url":"https://api.github.com/users/chilts","events_url":"https://api.github.com/users/chilts/events{/privacy}","followers_url":"https://api.github.com/users/chilts/followers","organizations_url":"https://api.github.com/users/chilts/orgs","received_events_url":"https://api.github.com/users/chilts/received_events","avatar_url":"https://secure.gravatar.com/avatar/16449588dc707aa093a8b301c8b6d306?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","login":"chilts","following_url":"https://api.github.com/users/chilts/following","repos_url":"https://api.github.com/users/chilts/repos","id":3048,"gravatar_id":"16449588dc707aa093a8b301c8b6d306","starred_url":"https://api.github.com/users/chilts/starred{/owner}{/repo}"},"commits_url":"https://github.com/appsattic/node-awssum/pull/119/commits","review_comments_url":"https://github.com/appsattic/node-awssum/pull/119/comments","additions":19,"url":"https://api.github.com/repos/appsattic/node-awssum/pulls/119","commits":1,"comments":0,"body":"The support was added to the service in the 2012-11-05 API update.","changed_files":1,"deletions":0,"created_at":"2012-11-20T22:58:31Z","title":"Add support for AWS Signature Version 4 for SQS","html_url":"https://github.com/appsattic/node-awssum/pull/119","merged_at":"2012-11-20T23:36:26Z","updated_at":"2012-11-20T23:36:26Z","review_comment_url":"/repos/appsattic/node-awssum/pulls/comments/{number}","merged":true,"issue_url":"https://github.com/appsattic/node-awssum/issues/119","id":3074528,"closed_at":"2012-11-20T23:36:26Z","diff_url":"https://github.com/appsattic/node-awssum/pull/119.diff","merge_commit_sha":"f6cc95b45df68063179fdb4fb310e72a3901ce00","state":"closed","mergeable_state":"unknown","milestone":null,"comments_url":"https://api.github.com/repos/appsattic/node-awssum/issues/119/comments","assignee":null,"mergeable":null},"action":"closed"}
{ "id": 2587917, "name": "node-awssum", "url": "https://github.com/appsattic/node-awssum" }
{ "id": null, "login": "chilts", "gravatar_id": "16449588dc707aa093a8b301c8b6d306", "avatar_url": null, "url": null }
{ "id": null, "login": "appsattic", "gravatar_id": null, "avatar_url": null, "url": null }
2012-11-20T23:36:27
null
{"repository":{"watchers":290,"has_downloads":true,"owner":"appsattic","stargazers":290,"pushed_at":"2012-11-20T15:36:26-08:00","homepage":"http://awssum.io/","forks":44,"created_at":"2011-10-16T13:31:06-07:00","has_wiki":false,"has_issues":true,"description":"Node.js modules for talking to lots of Web Service APIs.","organization":"appsattic","fork":false,"size":604,"open_issues":13,"private":false,"language":"JavaScript"},"actor_attributes":{"location":"Wellington, New Zealand","name":"Andrew Chilton","company":"http://appsattic.com/","blog":"http://chilts.org/blog/","email":"[email protected]","type":"User"},"url":"https://github.com/appsattic/node-awssum/pull/119"}
PullRequestEvent
true
{"number":104,"action":"opened","pull_request":{"title":"new examples","assignee":null,"additions":116,"merged":false,"deletions":10,"closed_at":null,"head":{"label":"Techtribe:gh-pages","sha":"bb60a20e80b606b404a0287bc562f56ab5c683c8","ref":"gh-pages","user":{"gravatar_id":"425829a4904a70f7afda12b7616b1767","avatar_url":"https://secure.gravatar.com/avatar/425829a4904a70f7afda12b7616b1767?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","login":"Techtribe","id":1249902,"url":"https://api.github.com/users/Techtribe"},"repo":{"has_issues":false,"forks_count":0,"open_issues_count":0,"name":"node-awssum","size":128,"owner":{"gravatar_id":"425829a4904a70f7afda12b7616b1767","avatar_url":"https://secure.gravatar.com/avatar/425829a4904a70f7afda12b7616b1767?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","login":"Techtribe","id":1249902,"url":"https://api.github.com/users/Techtribe"},"language":"JavaScript","id":6320995,"has_downloads":true,"html_url":"https://github.com/Techtribe/node-awssum","git_url":"git://github.com/Techtribe/node-awssum.git","ssh_url":"[email protected]:Techtribe/node-awssum.git","has_wiki":false,"pushed_at":"2012-11-02T09:36:51Z","url":"https://api.github.com/repos/Techtribe/node-awssum","mirror_url":null,"homepage":"http://awssum.io/","full_name":"Techtribe/node-awssum","watchers_count":0,"forks":0,"private":false,"open_issues":0,"fork":true,"watchers":0,"svn_url":"https://github.com/Techtribe/node-awssum","created_at":"2012-10-21T14:04:33Z","updated_at":"2012-11-02T09:36:57Z","description":"Node.js modules for talking to lots of Web Service APIs.","clone_url":"https://github.com/Techtribe/node-awssum.git"}},"id":2860765,"body":"added IMD / SQS examples, will proceed later with SQS","number":104,"merge_commit_sha":"","commits":1,"html_url":"https://github.com/appsattic/node-awssum/pull/104","changed_files":2,"merged_by":null,"state":"open","issue_url":"https://github.com/appsattic/node-awssum/issues/104","_links":{"issue":{"href":"https://api.github.com/repos/appsattic/node-awssum/issues/104"},"html":{"href":"https://github.com/appsattic/node-awssum/pull/104"},"self":{"href":"https://api.github.com/repos/appsattic/node-awssum/pulls/104"},"review_comments":{"href":"https://api.github.com/repos/appsattic/node-awssum/pulls/104/comments"},"comments":{"href":"https://api.github.com/repos/appsattic/node-awssum/issues/104/comments"}},"url":"https://api.github.com/repos/appsattic/node-awssum/pulls/104","mergeable_state":"unknown","base":{"label":"appsattic:gh-pages","sha":"c8d03423f864dd2595f49c889cfc30b95a4e23f1","ref":"gh-pages","user":{"gravatar_id":"5ce4ab76b264ab9f1048bdbc3c165d3a","avatar_url":"https://secure.gravatar.com/avatar/5ce4ab76b264ab9f1048bdbc3c165d3a?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-org-420.png","login":"appsattic","id":266428,"url":"https://api.github.com/users/appsattic"},"repo":{"has_issues":true,"forks_count":40,"open_issues_count":10,"name":"node-awssum","size":648,"owner":{"gravatar_id":"5ce4ab76b264ab9f1048bdbc3c165d3a","avatar_url":"https://secure.gravatar.com/avatar/5ce4ab76b264ab9f1048bdbc3c165d3a?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-org-420.png","login":"appsattic","id":266428,"url":"https://api.github.com/users/appsattic"},"language":"JavaScript","id":2587917,"has_downloads":true,"html_url":"https://github.com/appsattic/node-awssum","git_url":"git://github.com/appsattic/node-awssum.git","ssh_url":"[email protected]:appsattic/node-awssum.git","has_wiki":false,"pushed_at":"2012-10-31T08:53:11Z","url":"https://api.github.com/repos/appsattic/node-awssum","mirror_url":null,"homepage":"http://awssum.io/","full_name":"appsattic/node-awssum","watchers_count":271,"forks":40,"private":false,"open_issues":10,"fork":false,"watchers":271,"svn_url":"https://github.com/appsattic/node-awssum","created_at":"2011-10-16T20:31:06Z","updated_at":"2012-11-01T21:52:10Z","description":"Node.js modules for talking to lots of Web Service APIs.","clone_url":"https://github.com/appsattic/node-awssum.git"}},"diff_url":"https://github.com/appsattic/node-awssum/pull/104.diff","milestone":null,"user":{"gravatar_id":"425829a4904a70f7afda12b7616b1767","avatar_url":"https://secure.gravatar.com/avatar/425829a4904a70f7afda12b7616b1767?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","login":"Techtribe","id":1249902,"url":"https://api.github.com/users/Techtribe"},"review_comments":0,"merged_at":null,"mergeable":null,"created_at":"2012-11-02T09:37:32Z","comments":0,"patch_url":"https://github.com/appsattic/node-awssum/pull/104.patch","updated_at":"2012-11-02T09:37:32Z"}}
{ "id": 2587917, "name": "node-awssum", "url": "https://github.com/appsattic/node-awssum" }
{ "id": null, "login": "Techtribe", "gravatar_id": "425829a4904a70f7afda12b7616b1767", "avatar_url": null, "url": null }
{ "id": null, "login": "appsattic", "gravatar_id": null, "avatar_url": null, "url": null }
2012-11-02T09:37:33
null
{"repository":{"open_issues":10,"owner":"appsattic","organization":"appsattic","language":"JavaScript","has_downloads":true,"watchers":271,"homepage":"http://awssum.io/","stargazers":271,"fork":false,"size":648,"created_at":"2011-10-16T13:31:06-07:00","has_wiki":false,"private":false,"has_issues":true,"pushed_at":"2012-10-31T01:53:11-07:00","description":"Node.js modules for talking to lots of Web Service APIs.","forks":40},"actor_attributes":{"company":"Techtribe","location":"Amsterdam","name":"Techtribe","blog":"www.techtribe.nl","email":"[email protected]","type":"User"},"url":"https://github.com/appsattic/node-awssum/pull/104"}
PullRequestEvent
true
{"action":"opened","number":130,"pull_request":{"merged":false,"state":"open","base":{"ref":"master","label":"aseba-community:master","repo":{"private":false,"homepage":"http://aseba.wikidot.com","has_wiki":false,"language":"C++","description":"Aseba is an event-based architecture for distributed control of mobile robots.","name":"aseba","open_issues":28,"watchers":10,"svn_url":"https://github.com/aseba-community/aseba","forks_count":6,"updated_at":"2012-08-20T09:38:14Z","full_name":"aseba-community/aseba","created_at":"2011-08-11T14:03:08Z","pushed_at":"2012-08-20T09:38:14Z","git_url":"git://github.com/aseba-community/aseba.git","fork":false,"url":"https://api.github.com/repos/aseba-community/aseba","forks":6,"size":296,"ssh_url":"[email protected]:aseba-community/aseba.git","html_url":"https://github.com/aseba-community/aseba","has_downloads":true,"owner":{"avatar_url":"https://secure.gravatar.com/avatar/6928905b65f1fb44f73a674f06371180?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png","login":"aseba-community","url":"https://api.github.com/users/aseba-community","gravatar_id":"6928905b65f1fb44f73a674f06371180","id":973992},"has_issues":true,"mirror_url":null,"open_issues_count":28,"watchers_count":10,"id":2191449,"clone_url":"https://github.com/aseba-community/aseba.git"},"user":{"avatar_url":"https://secure.gravatar.com/avatar/6928905b65f1fb44f73a674f06371180?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png","login":"aseba-community","url":"https://api.github.com/users/aseba-community","gravatar_id":"6928905b65f1fb44f73a674f06371180","id":973992},"sha":"6321f7b5b93622e448c17ebd586075971491ce77"},"head":{"ref":"master","label":"jiwonshin:master","repo":{"private":false,"homepage":"http://aseba.wikidot.com","has_wiki":false,"language":"C++","description":"Aseba is an event-based architecture for distributed control of mobile robots.","name":"aseba","open_issues":0,"watchers":1,"svn_url":"https://github.com/jiwonshin/aseba","forks_count":0,"updated_at":"2012-08-20T13:09:45Z","full_name":"jiwonshin/aseba","created_at":"2012-04-17T08:29:45Z","pushed_at":"2012-08-20T13:09:43Z","git_url":"git://github.com/jiwonshin/aseba.git","fork":true,"url":"https://api.github.com/repos/jiwonshin/aseba","forks":0,"size":156,"ssh_url":"[email protected]:jiwonshin/aseba.git","html_url":"https://github.com/jiwonshin/aseba","has_downloads":true,"owner":{"avatar_url":"https://secure.gravatar.com/avatar/2304cf681ca77b5afcacc546491693a9?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","login":"jiwonshin","url":"https://api.github.com/users/jiwonshin","gravatar_id":"2304cf681ca77b5afcacc546491693a9","id":1650947},"has_issues":false,"mirror_url":null,"open_issues_count":0,"watchers_count":1,"id":4050372,"clone_url":"https://github.com/jiwonshin/aseba.git"},"user":{"avatar_url":"https://secure.gravatar.com/avatar/2304cf681ca77b5afcacc546491693a9?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","login":"jiwonshin","url":"https://api.github.com/users/jiwonshin","gravatar_id":"2304cf681ca77b5afcacc546491693a9","id":1650947},"sha":"2de82bf44a48d0c9ba2d89229e6c67d4c1d8b8e8"},"patch_url":"https://github.com/aseba-community/aseba/pull/130.patch","updated_at":"2012-08-20T13:13:56Z","additions":32,"created_at":"2012-08-20T13:13:56Z","changed_files":4,"mergeable_state":"unknown","url":"https://api.github.com/repos/aseba-community/aseba/pulls/130","merged_by":null,"review_comments":0,"title":"vpl resize","assignee":null,"deletions":42,"html_url":"https://github.com/aseba-community/aseba/pull/130","diff_url":"https://github.com/aseba-community/aseba/pull/130.diff","number":130,"_links":{"self":{"href":"https://api.github.com/repos/aseba-community/aseba/pulls/130"},"issue":{"href":"https://api.github.com/repos/aseba-community/aseba/issues/130"},"review_comments":{"href":"https://api.github.com/repos/aseba-community/aseba/pulls/130/comments"},"comments":{"href":"https://api.github.com/repos/aseba-community/aseba/issues/130/comments"},"html":{"href":"https://github.com/aseba-community/aseba/pull/130"}},"user":{"avatar_url":"https://secure.gravatar.com/avatar/2304cf681ca77b5afcacc546491693a9?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","login":"jiwonshin","url":"https://api.github.com/users/jiwonshin","gravatar_id":"2304cf681ca77b5afcacc546491693a9","id":1650947},"body":"","milestone":null,"comments":0,"merged_at":null,"mergeable":null,"id":2101785,"issue_url":"https://github.com/aseba-community/aseba/issues/130","commits":1,"closed_at":null}}
{ "id": null, "name": "aseba", "url": "https://github.com/aseba-community/aseba" }
{ "id": null, "login": "jiwonshin", "gravatar_id": "2304cf681ca77b5afcacc546491693a9", "avatar_url": null, "url": null }
{ "id": null, "login": "aseba-community", "gravatar_id": null, "avatar_url": null, "url": null }
2012-08-20T13:13:57
null
{"repository":{"forks":6,"has_downloads":true,"language":"C++","created_at":"2011-08-11T07:03:08-07:00","description":"Aseba is an event-based architecture for distributed control of mobile robots.","owner":"aseba-community","stargazers":10,"has_wiki":false,"watchers":10,"fork":false,"size":296,"open_issues":28,"has_issues":true,"organization":"aseba-community","homepage":"http://aseba.wikidot.com","private":false,"pushed_at":"2012-08-20T02:38:14-07:00"},"actor_attributes":{"name":"Jiwon Shin","type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/aseba-community/aseba/pull/130"}
PullRequestEvent
true
{"action":"opened","pull_request":{"user":{"id":1424214,"url":"https://api.github.com/users/khogenso","gravatar_id":"c65f3aa53d0298e0cf0d73fca4de8d67","avatar_url":"https://secure.gravatar.com/avatar/c65f3aa53d0298e0cf0d73fca4de8d67?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","login":"khogenso"},"milestone":null,"diff_url":"https://github.com/asfadmin/ASF_MapReady/pull/18.diff","html_url":"https://github.com/asfadmin/ASF_MapReady/pull/18","body":"","id":2090728,"url":"https://api.github.com/repos/asfadmin/ASF_MapReady/pulls/18","merged_at":null,"comments":0,"deletions":0,"updated_at":"2012-08-17T18:33:44Z","head":{"repo":{"has_issues":false,"svn_url":"https://github.com/khogenso/ASF_MapReady","private":false,"html_url":"https://github.com/khogenso/ASF_MapReady","id":4438394,"url":"https://api.github.com/repos/khogenso/ASF_MapReady","forks_count":0,"homepage":null,"updated_at":"2012-08-17T18:33:12Z","watchers":1,"description":"","ssh_url":"[email protected]:khogenso/ASF_MapReady.git","created_at":"2012-05-24T21:45:13Z","language":"C","full_name":"khogenso/ASF_MapReady","clone_url":"https://github.com/khogenso/ASF_MapReady.git","git_url":"git://github.com/khogenso/ASF_MapReady.git","has_downloads":true,"owner":{"id":1424214,"url":"https://api.github.com/users/khogenso","gravatar_id":"c65f3aa53d0298e0cf0d73fca4de8d67","avatar_url":"https://secure.gravatar.com/avatar/c65f3aa53d0298e0cf0d73fca4de8d67?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","login":"khogenso"},"forks":0,"open_issues_count":0,"size":296,"fork":true,"watchers_count":1,"mirror_url":null,"pushed_at":"2012-08-17T18:33:01Z","open_issues":0,"name":"ASF_MapReady","has_wiki":true},"label":"khogenso:master","user":{"id":1424214,"url":"https://api.github.com/users/khogenso","gravatar_id":"c65f3aa53d0298e0cf0d73fca4de8d67","avatar_url":"https://secure.gravatar.com/avatar/c65f3aa53d0298e0cf0d73fca4de8d67?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","login":"khogenso"},"sha":"f4481944f51f06b96ff560ba27bb377913d8a956","ref":"master"},"issue_url":"https://github.com/asfadmin/ASF_MapReady/issues/18","merged":false,"state":"open","review_comments":0,"created_at":"2012-08-17T18:33:44Z","additions":1,"assignee":null,"number":18,"mergeable_state":"clean","_links":{"issue":{"href":"https://api.github.com/repos/asfadmin/ASF_MapReady/issues/18"},"comments":{"href":"https://api.github.com/repos/asfadmin/ASF_MapReady/issues/18/comments"},"html":{"href":"https://github.com/asfadmin/ASF_MapReady/pull/18"},"review_comments":{"href":"https://api.github.com/repos/asfadmin/ASF_MapReady/pulls/18/comments"},"self":{"href":"https://api.github.com/repos/asfadmin/ASF_MapReady/pulls/18"}},"commits":1,"mergeable":true,"title":"Adding geoid_adjust","closed_at":null,"merged_by":null,"patch_url":"https://github.com/asfadmin/ASF_MapReady/pull/18.patch","base":{"repo":{"has_issues":true,"svn_url":"https://github.com/asfadmin/ASF_MapReady","private":false,"html_url":"https://github.com/asfadmin/ASF_MapReady","id":4427190,"url":"https://api.github.com/repos/asfadmin/ASF_MapReady","forks_count":7,"homepage":null,"updated_at":"2012-08-16T15:50:10Z","watchers":9,"description":"","ssh_url":"[email protected]:asfadmin/ASF_MapReady.git","created_at":"2012-05-24T01:01:03Z","language":"C","full_name":"asfadmin/ASF_MapReady","clone_url":"https://github.com/asfadmin/ASF_MapReady.git","git_url":"git://github.com/asfadmin/ASF_MapReady.git","has_downloads":true,"owner":{"id":947615,"url":"https://api.github.com/users/asfadmin","gravatar_id":"e9c233efcbc093667bde046d65613ba7","avatar_url":"https://secure.gravatar.com/avatar/e9c233efcbc093667bde046d65613ba7?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png","login":"asfadmin"},"forks":7,"open_issues_count":2,"size":236,"fork":false,"watchers_count":9,"mirror_url":null,"pushed_at":"2012-08-16T15:50:10Z","open_issues":2,"name":"ASF_MapReady","has_wiki":true},"label":"asfadmin:master","user":{"id":947615,"url":"https://api.github.com/users/asfadmin","gravatar_id":"e9c233efcbc093667bde046d65613ba7","avatar_url":"https://secure.gravatar.com/avatar/e9c233efcbc093667bde046d65613ba7?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png","login":"asfadmin"},"sha":"2b642f080b3df7e0e90f1eed4b91ac76d371f3c2","ref":"master"},"changed_files":1},"number":18}
{ "id": null, "name": "ASF_MapReady", "url": "https://github.com/asfadmin/ASF_MapReady" }
{ "id": null, "login": "khogenso", "gravatar_id": "c65f3aa53d0298e0cf0d73fca4de8d67", "avatar_url": null, "url": null }
{ "id": null, "login": "asfadmin", "gravatar_id": null, "avatar_url": null, "url": null }
2012-08-17T18:33:45
null
{"repository":{"forks":7,"language":"C","created_at":"2012-05-23T18:01:03-07:00","description":"","owner":"asfadmin","has_downloads":true,"stargazers":9,"has_wiki":true,"watchers":9,"fork":false,"size":236,"organization":"asfadmin","private":false,"open_issues":1,"has_issues":true,"pushed_at":"2012-08-17T11:33:49-07:00"},"actor_attributes":{"company":"ASF","name":"Kirk Hogenson","type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/asfadmin/ASF_MapReady/pull/18"}
PullRequestEvent
true
{"number":47,"pull_request":{"head":{"repo":{"name":"Aurora-Sim","created_at":"2012-04-11T11:38:14Z","size":244,"has_wiki":true,"clone_url":"https://github.com/fly-man-/Aurora-Sim.git","updated_at":"2012-04-11T23:24:52Z","private":false,"watchers":1,"language":"C#","url":"https://api.github.com/repos/fly-man-/Aurora-Sim","git_url":"git://github.com/fly-man-/Aurora-Sim.git","ssh_url":"[email protected]:fly-man-/Aurora-Sim.git","fork":true,"pushed_at":"2012-04-11T23:24:52Z","id":3992853,"svn_url":"https://github.com/fly-man-/Aurora-Sim","mirror_url":null,"has_downloads":true,"open_issues":0,"has_issues":false,"homepage":"Bug Tracker: http://mantis.aurora-sim.org/","description":"An Open Source Virtual World Server","forks":0,"html_url":"https://github.com/fly-man-/Aurora-Sim","owner":{"gravatar_id":"60cb397baf695ce68fc689fc74aa030f","avatar_url":"https://secure.gravatar.com/avatar/60cb397baf695ce68fc689fc74aa030f?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","url":"https://api.github.com/users/fly-man-","id":115279,"login":"fly-man-"}},"label":"fly-man-:future","sha":"97459335beeb56c92187b17af2be1f5d012def5b","ref":"future","user":{"gravatar_id":"60cb397baf695ce68fc689fc74aa030f","avatar_url":"https://secure.gravatar.com/avatar/60cb397baf695ce68fc689fc74aa030f?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","url":"https://api.github.com/users/fly-man-","id":115279,"login":"fly-man-"}},"number":47,"issue_url":"https://github.com/aurora-sim/Aurora-Sim/issues/47","created_at":"2012-04-11T23:29:11Z","changed_files":28,"merged":false,"merged_by":null,"body":"Another set of Spelling Errors corrected by SpellCheck","title":"Spelling Check (pt 2)","comments":0,"updated_at":"2012-04-11T23:29:11Z","additions":80,"diff_url":"https://github.com/aurora-sim/Aurora-Sim/pull/47.diff","url":"https://api.github.com/repos/aurora-sim/Aurora-Sim/pulls/47","_links":{"html":{"href":"https://github.com/aurora-sim/Aurora-Sim/pull/47"},"self":{"href":"https://api.github.com/repos/aurora-sim/Aurora-Sim/pulls/47"},"comments":{"href":"https://api.github.com/repos/aurora-sim/Aurora-Sim/issues/47/comments"},"review_comments":{"href":"https://api.github.com/repos/aurora-sim/Aurora-Sim/pulls/47/comments"}},"id":1147800,"patch_url":"https://github.com/aurora-sim/Aurora-Sim/pull/47.patch","mergeable":null,"closed_at":null,"merged_at":null,"commits":1,"review_comments":0,"html_url":"https://github.com/aurora-sim/Aurora-Sim/pull/47","deletions":79,"user":{"gravatar_id":"60cb397baf695ce68fc689fc74aa030f","avatar_url":"https://secure.gravatar.com/avatar/60cb397baf695ce68fc689fc74aa030f?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","url":"https://api.github.com/users/fly-man-","id":115279,"login":"fly-man-"},"base":{"repo":{"name":"Aurora-Sim","created_at":"2010-11-28T03:43:10Z","size":53291,"has_wiki":true,"clone_url":"https://github.com/aurora-sim/Aurora-Sim.git","updated_at":"2012-04-11T23:13:00Z","private":false,"watchers":69,"language":"C#","url":"https://api.github.com/repos/aurora-sim/Aurora-Sim","git_url":"git://github.com/aurora-sim/Aurora-Sim.git","ssh_url":"[email protected]:aurora-sim/Aurora-Sim.git","fork":false,"pushed_at":"2012-04-11T23:12:59Z","id":1118310,"svn_url":"https://github.com/aurora-sim/Aurora-Sim","mirror_url":null,"has_downloads":true,"open_issues":3,"has_issues":false,"homepage":"Bug Tracker: http://mantis.aurora-sim.org/","description":"An Open Source Virtual World Server","forks":30,"html_url":"https://github.com/aurora-sim/Aurora-Sim","owner":{"gravatar_id":"6ea0d29b5403f2fbcf977120dff71dd7","avatar_url":"https://secure.gravatar.com/avatar/6ea0d29b5403f2fbcf977120dff71dd7?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png","url":"https://api.github.com/users/aurora-sim","id":498571,"login":"aurora-sim"}},"label":"aurora-sim:master","sha":"651677b21dd2099d85d94017431d4d1324163217","ref":"master","user":{"gravatar_id":"6ea0d29b5403f2fbcf977120dff71dd7","avatar_url":"https://secure.gravatar.com/avatar/6ea0d29b5403f2fbcf977120dff71dd7?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png","url":"https://api.github.com/users/aurora-sim","id":498571,"login":"aurora-sim"}},"state":"open"},"action":"opened"}
{ "id": null, "name": "Aurora-Sim", "url": "https://github.com/aurora-sim/Aurora-Sim" }
{ "id": null, "login": "fly-man-", "gravatar_id": "60cb397baf695ce68fc689fc74aa030f", "avatar_url": null, "url": null }
{ "id": null, "login": "aurora-sim", "gravatar_id": null, "avatar_url": null, "url": null }
2012-04-11T23:29:12
null
{"repository":{"homepage":"Bug Tracker: http://mantis.aurora-sim.org/","has_downloads":true,"has_issues":false,"forks":30,"language":"C#","fork":false,"has_wiki":true,"organization":"aurora-sim","created_at":"2010/11/27 19:43:10 -0800","size":53291,"private":false,"description":"An Open Source Virtual World Server","owner":"aurora-sim","open_issues":3,"watchers":69,"pushed_at":"2012/04/11 16:12:59 -0700"},"actor_attributes":{"name":"Fly Man","location":"The Netherlands","type":"User","email":"[email protected]"},"url":"https://github.com/aurora-sim/Aurora-Sim/pull/47"}
PullRequestEvent
true
{"number":59,"pull_request":{"head":{"label":"VirtualReality:patch-1","repo":{"name":"Aurora-Sim","size":260,"has_wiki":true,"created_at":"2012-03-13T21:04:40Z","clone_url":"https://github.com/VirtualReality/Aurora-Sim.git","private":false,"updated_at":"2012-04-24T21:04:24Z","watchers":1,"url":"https://api.github.com/repos/VirtualReality/Aurora-Sim","git_url":"git://github.com/VirtualReality/Aurora-Sim.git","fork":true,"ssh_url":"[email protected]:VirtualReality/Aurora-Sim.git","language":"C#","id":3711365,"pushed_at":"2012-04-24T21:04:22Z","svn_url":"https://github.com/VirtualReality/Aurora-Sim","open_issues":0,"mirror_url":null,"has_downloads":true,"homepage":"Bug Tracker: http://mantis.aurora-sim.org/","has_issues":false,"forks":0,"description":"An Open Source Virtual World Server","html_url":"https://github.com/VirtualReality/Aurora-Sim","owner":{"gravatar_id":"65b9b103194313d265fdb923e0c78a17","avatar_url":"https://secure.gravatar.com/avatar/65b9b103194313d265fdb923e0c78a17?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","url":"https://api.github.com/users/VirtualReality","id":959582,"login":"VirtualReality"}},"sha":"304c56485e9f7c24869a4cf50a2f28d71efe05ec","ref":"patch-1","user":{"gravatar_id":"65b9b103194313d265fdb923e0c78a17","avatar_url":"https://secure.gravatar.com/avatar/65b9b103194313d265fdb923e0c78a17?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","url":"https://api.github.com/users/VirtualReality","id":959582,"login":"VirtualReality"}},"number":59,"issue_url":"https://github.com/aurora-sim/Aurora-Sim/issues/59","merged":false,"changed_files":1,"merged_by":null,"created_at":"2012-04-24T21:04:39Z","body":"","title":"Update Aurora/Framework/SceneInfo/RegionInfo.cs","comments":0,"additions":5,"updated_at":"2012-04-24T21:04:39Z","diff_url":"https://github.com/aurora-sim/Aurora-Sim/pull/59.diff","url":"https://api.github.com/repos/aurora-sim/Aurora-Sim/pulls/59","_links":{"html":{"href":"https://github.com/aurora-sim/Aurora-Sim/pull/59"},"self":{"href":"https://api.github.com/repos/aurora-sim/Aurora-Sim/pulls/59"},"comments":{"href":"https://api.github.com/repos/aurora-sim/Aurora-Sim/issues/59/comments"},"review_comments":{"href":"https://api.github.com/repos/aurora-sim/Aurora-Sim/pulls/59/comments"}},"id":1225700,"patch_url":"https://github.com/aurora-sim/Aurora-Sim/pull/59.patch","mergeable":null,"closed_at":null,"commits":1,"merged_at":null,"html_url":"https://github.com/aurora-sim/Aurora-Sim/pull/59","user":{"gravatar_id":"65b9b103194313d265fdb923e0c78a17","avatar_url":"https://secure.gravatar.com/avatar/65b9b103194313d265fdb923e0c78a17?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","url":"https://api.github.com/users/VirtualReality","id":959582,"login":"VirtualReality"},"deletions":4,"review_comments":0,"base":{"label":"aurora-sim:master","repo":{"name":"Aurora-Sim","size":53363,"has_wiki":true,"created_at":"2010-11-28T03:43:10Z","clone_url":"https://github.com/aurora-sim/Aurora-Sim.git","private":false,"updated_at":"2012-04-23T14:24:38Z","watchers":71,"url":"https://api.github.com/repos/aurora-sim/Aurora-Sim","git_url":"git://github.com/aurora-sim/Aurora-Sim.git","fork":false,"ssh_url":"[email protected]:aurora-sim/Aurora-Sim.git","language":"C#","id":1118310,"pushed_at":"2012-04-23T14:24:37Z","svn_url":"https://github.com/aurora-sim/Aurora-Sim","open_issues":2,"mirror_url":null,"has_downloads":true,"homepage":"Bug Tracker: http://mantis.aurora-sim.org/","has_issues":false,"forks":31,"description":"An Open Source Virtual World Server","html_url":"https://github.com/aurora-sim/Aurora-Sim","owner":{"gravatar_id":"6ea0d29b5403f2fbcf977120dff71dd7","avatar_url":"https://secure.gravatar.com/avatar/6ea0d29b5403f2fbcf977120dff71dd7?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png","url":"https://api.github.com/users/aurora-sim","id":498571,"login":"aurora-sim"}},"sha":"5f13956a3f8c63b267f7b4d5298fc56b8b689ac5","ref":"master","user":{"gravatar_id":"6ea0d29b5403f2fbcf977120dff71dd7","avatar_url":"https://secure.gravatar.com/avatar/6ea0d29b5403f2fbcf977120dff71dd7?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png","url":"https://api.github.com/users/aurora-sim","id":498571,"login":"aurora-sim"}},"state":"open"},"action":"opened"}
{ "id": null, "name": "Aurora-Sim", "url": "https://github.com/aurora-sim/Aurora-Sim" }
{ "id": null, "login": "VirtualReality", "gravatar_id": "65b9b103194313d265fdb923e0c78a17", "avatar_url": null, "url": null }
{ "id": null, "login": "aurora-sim", "gravatar_id": null, "avatar_url": null, "url": null }
2012-04-24T21:04:40
null
{"repository":{"homepage":"Bug Tracker: http://mantis.aurora-sim.org/","watchers":71,"has_downloads":true,"fork":false,"language":"C#","has_issues":false,"has_wiki":true,"forks":31,"size":53363,"private":false,"created_at":"2010/11/27 19:43:10 -0800","organization":"aurora-sim","owner":"aurora-sim","description":"An Open Source Virtual World Server","open_issues":2,"pushed_at":"2012/04/23 07:24:37 -0700"},"actor_attributes":{"type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/aurora-sim/Aurora-Sim/pull/59"}
PullRequestEvent
true
{"number":63,"pull_request":{"issue_url":"https://github.com/aurora-sim/Aurora-Sim/issues/63","number":63,"head":{"repo":{"name":"Aurora-Sim","size":120,"created_at":"2012-05-06T10:40:07Z","has_wiki":true,"clone_url":"https://github.com/nhede/Aurora-Sim.git","watchers":1,"private":false,"updated_at":"2012-05-06T16:12:02Z","git_url":"git://github.com/nhede/Aurora-Sim.git","language":"C#","fork":true,"url":"https://api.github.com/repos/nhede/Aurora-Sim","ssh_url":"[email protected]:nhede/Aurora-Sim.git","id":4239928,"svn_url":"https://github.com/nhede/Aurora-Sim","pushed_at":"2012-05-06T16:12:02Z","mirror_url":null,"has_downloads":true,"open_issues":0,"homepage":"Bug Tracker: http://mantis.aurora-sim.org/","has_issues":false,"description":"An Open Source Virtual World Server","forks":0,"html_url":"https://github.com/nhede/Aurora-Sim","owner":{"avatar_url":"https://secure.gravatar.com/avatar/d363c8360f83914888cebf03bce03715?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"d363c8360f83914888cebf03bce03715","url":"https://api.github.com/users/nhede","id":161393,"login":"nhede"}},"label":"nhede:master","sha":"30bb9b8614f48a88a59044e87d9e1337ae070966","ref":"master","user":{"avatar_url":"https://secure.gravatar.com/avatar/d363c8360f83914888cebf03bce03715?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"d363c8360f83914888cebf03bce03715","url":"https://api.github.com/users/nhede","id":161393,"login":"nhede"}},"changed_files":1,"merged_by":{"avatar_url":"https://secure.gravatar.com/avatar/de40ebe2f100c05be24947a06d6a9b6e?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"de40ebe2f100c05be24947a06d6a9b6e","url":"https://api.github.com/users/RevolutionSmythe","id":226626,"login":"RevolutionSmythe"},"created_at":"2012-05-06T16:13:55Z","merged":true,"title":"Add missing permissions to default Shape asset","comments":0,"body":"this needed for v3 viewers to actually wear the default shape.\r\nother default assets already have right permissions.","diff_url":"https://github.com/aurora-sim/Aurora-Sim/pull/63.diff","updated_at":"2012-05-06T16:18:39Z","additions":6,"_links":{"html":{"href":"https://github.com/aurora-sim/Aurora-Sim/pull/63"},"self":{"href":"https://api.github.com/repos/aurora-sim/Aurora-Sim/pulls/63"},"comments":{"href":"https://api.github.com/repos/aurora-sim/Aurora-Sim/issues/63/comments"},"issue":{"href":"https://api.github.com/repos/aurora-sim/Aurora-Sim/issues/63"},"review_comments":{"href":"https://api.github.com/repos/aurora-sim/Aurora-Sim/pulls/63/comments"}},"url":"https://api.github.com/repos/aurora-sim/Aurora-Sim/pulls/63","id":1295934,"patch_url":"https://github.com/aurora-sim/Aurora-Sim/pull/63.patch","mergeable":null,"closed_at":"2012-05-06T16:18:39Z","commits":1,"merged_at":"2012-05-06T16:18:39Z","review_comments":0,"deletions":1,"html_url":"https://github.com/aurora-sim/Aurora-Sim/pull/63","user":{"avatar_url":"https://secure.gravatar.com/avatar/d363c8360f83914888cebf03bce03715?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"d363c8360f83914888cebf03bce03715","url":"https://api.github.com/users/nhede","id":161393,"login":"nhede"},"base":{"repo":{"name":"Aurora-Sim","size":53247,"created_at":"2010-11-28T03:43:10Z","has_wiki":true,"clone_url":"https://github.com/aurora-sim/Aurora-Sim.git","watchers":71,"private":false,"updated_at":"2012-05-06T16:18:41Z","git_url":"git://github.com/aurora-sim/Aurora-Sim.git","language":"C#","fork":false,"url":"https://api.github.com/repos/aurora-sim/Aurora-Sim","ssh_url":"[email protected]:aurora-sim/Aurora-Sim.git","id":1118310,"svn_url":"https://github.com/aurora-sim/Aurora-Sim","pushed_at":"2012-05-06T16:18:41Z","mirror_url":null,"has_downloads":true,"open_issues":4,"homepage":"Bug Tracker: http://mantis.aurora-sim.org/","has_issues":false,"description":"An Open Source Virtual World Server","forks":31,"html_url":"https://github.com/aurora-sim/Aurora-Sim","owner":{"avatar_url":"https://secure.gravatar.com/avatar/6ea0d29b5403f2fbcf977120dff71dd7?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png","gravatar_id":"6ea0d29b5403f2fbcf977120dff71dd7","url":"https://api.github.com/users/aurora-sim","id":498571,"login":"aurora-sim"}},"label":"aurora-sim:master","sha":"b4d96d28735bec0621cda96424aa58c79d65a3c2","ref":"master","user":{"avatar_url":"https://secure.gravatar.com/avatar/6ea0d29b5403f2fbcf977120dff71dd7?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png","gravatar_id":"6ea0d29b5403f2fbcf977120dff71dd7","url":"https://api.github.com/users/aurora-sim","id":498571,"login":"aurora-sim"}},"state":"closed"},"action":"closed"}
{ "id": null, "name": "Aurora-Sim", "url": "https://github.com/aurora-sim/Aurora-Sim" }
{ "id": null, "login": "RevolutionSmythe", "gravatar_id": "de40ebe2f100c05be24947a06d6a9b6e", "avatar_url": null, "url": null }
{ "id": null, "login": "aurora-sim", "gravatar_id": null, "avatar_url": null, "url": null }
2012-05-06T16:18:42
null
{"repository":{"pushed_at":"2012/05/06 09:18:41 -0700","organization":"aurora-sim","description":"An Open Source Virtual World Server","watchers":71,"has_downloads":true,"language":"C#","created_at":"2010/11/27 19:43:10 -0800","fork":false,"homepage":"Bug Tracker: http://mantis.aurora-sim.org/","size":53247,"private":false,"has_issues":false,"has_wiki":true,"forks":31,"owner":"aurora-sim","open_issues":4},"actor_attributes":{"name":"Matthew Beardmore","type":"User","email":"[email protected]"},"url":"https://github.com/aurora-sim/Aurora-Sim/pull/63"}
PullRequestEvent
true
{"number":70,"pull_request":{"number":70,"issue_url":"https://github.com/aurora-sim/Aurora-Sim/issues/70","head":{"label":"fly-man-:master","repo":{"name":"Aurora-Sim","created_at":"2012-05-17T12:39:55Z","size":2820,"has_wiki":true,"clone_url":"https://github.com/fly-man-/Aurora-Sim.git","updated_at":"2012-05-17T13:56:10Z","watchers":1,"private":false,"ssh_url":"[email protected]:fly-man-/Aurora-Sim.git","git_url":"git://github.com/fly-man-/Aurora-Sim.git","language":"C#","fork":true,"url":"https://api.github.com/repos/fly-man-/Aurora-Sim","pushed_at":"2012-05-17T13:56:08Z","id":4358235,"svn_url":"https://github.com/fly-man-/Aurora-Sim","has_downloads":true,"mirror_url":null,"open_issues":0,"has_issues":false,"homepage":"Bug Tracker: http://mantis.aurora-sim.org/","forks":0,"description":"An Open Source Virtual World Server","html_url":"https://github.com/fly-man-/Aurora-Sim","owner":{"gravatar_id":"60cb397baf695ce68fc689fc74aa030f","avatar_url":"https://secure.gravatar.com/avatar/60cb397baf695ce68fc689fc74aa030f?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","url":"https://api.github.com/users/fly-man-","id":115279,"login":"fly-man-"}},"sha":"8de5fa7f8b56b97715dd8b4c4883ddda796947db","ref":"master","user":{"gravatar_id":"60cb397baf695ce68fc689fc74aa030f","avatar_url":"https://secure.gravatar.com/avatar/60cb397baf695ce68fc689fc74aa030f?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","url":"https://api.github.com/users/fly-man-","id":115279,"login":"fly-man-"}},"created_at":"2012-05-17T13:58:13Z","changed_files":535,"merged_by":null,"merged":false,"comments":0,"title":"Auto Clean up Aurora CodeBase","body":"This is a mixed set of all the modules that got cleaned up\n\nHope this helps SignPostMarv to read the code better","updated_at":"2012-05-17T13:58:13Z","additions":13370,"diff_url":"https://github.com/aurora-sim/Aurora-Sim/pull/70.diff","_links":{"html":{"href":"https://github.com/aurora-sim/Aurora-Sim/pull/70"},"self":{"href":"https://api.github.com/repos/aurora-sim/Aurora-Sim/pulls/70"},"comments":{"href":"https://api.github.com/repos/aurora-sim/Aurora-Sim/issues/70/comments"},"issue":{"href":"https://api.github.com/repos/aurora-sim/Aurora-Sim/issues/70"},"review_comments":{"href":"https://api.github.com/repos/aurora-sim/Aurora-Sim/pulls/70/comments"}},"url":"https://api.github.com/repos/aurora-sim/Aurora-Sim/pulls/70","id":1373109,"patch_url":"https://github.com/aurora-sim/Aurora-Sim/pull/70.patch","mergeable":null,"merged_at":null,"commits":10,"closed_at":null,"html_url":"https://github.com/aurora-sim/Aurora-Sim/pull/70","review_comments":0,"user":{"gravatar_id":"60cb397baf695ce68fc689fc74aa030f","avatar_url":"https://secure.gravatar.com/avatar/60cb397baf695ce68fc689fc74aa030f?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","url":"https://api.github.com/users/fly-man-","id":115279,"login":"fly-man-"},"deletions":13032,"state":"open","base":{"label":"aurora-sim:master","repo":{"name":"Aurora-Sim","created_at":"2010-11-28T03:43:10Z","size":53303,"has_wiki":true,"clone_url":"https://github.com/aurora-sim/Aurora-Sim.git","updated_at":"2012-05-17T12:39:55Z","watchers":71,"private":false,"ssh_url":"[email protected]:aurora-sim/Aurora-Sim.git","git_url":"git://github.com/aurora-sim/Aurora-Sim.git","language":"C#","fork":false,"url":"https://api.github.com/repos/aurora-sim/Aurora-Sim","pushed_at":"2012-05-15T17:13:27Z","id":1118310,"svn_url":"https://github.com/aurora-sim/Aurora-Sim","has_downloads":true,"mirror_url":null,"open_issues":3,"has_issues":false,"homepage":"Bug Tracker: http://mantis.aurora-sim.org/","forks":31,"description":"An Open Source Virtual World Server","html_url":"https://github.com/aurora-sim/Aurora-Sim","owner":{"gravatar_id":"6ea0d29b5403f2fbcf977120dff71dd7","avatar_url":"https://secure.gravatar.com/avatar/6ea0d29b5403f2fbcf977120dff71dd7?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png","url":"https://api.github.com/users/aurora-sim","id":498571,"login":"aurora-sim"}},"sha":"c1bb53e5f6c12c516d250fa5473bf2c7bfb4e480","ref":"master","user":{"gravatar_id":"6ea0d29b5403f2fbcf977120dff71dd7","avatar_url":"https://secure.gravatar.com/avatar/6ea0d29b5403f2fbcf977120dff71dd7?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png","url":"https://api.github.com/users/aurora-sim","id":498571,"login":"aurora-sim"}}},"action":"opened"}
{ "id": null, "name": "Aurora-Sim", "url": "https://github.com/aurora-sim/Aurora-Sim" }
{ "id": null, "login": "fly-man-", "gravatar_id": "60cb397baf695ce68fc689fc74aa030f", "avatar_url": null, "url": null }
{ "id": null, "login": "aurora-sim", "gravatar_id": null, "avatar_url": null, "url": null }
2012-05-17T13:58:16
null
{"repository":{"watchers":71,"has_downloads":true,"organization":"aurora-sim","description":"An Open Source Virtual World Server","language":"C#","created_at":"2010/11/27 19:43:10 -0800","has_issues":false,"has_wiki":true,"forks":31,"fork":false,"homepage":"Bug Tracker: http://mantis.aurora-sim.org/","size":53303,"private":false,"open_issues":3,"owner":"aurora-sim","pushed_at":"2012/05/15 10:13:27 -0700"},"actor_attributes":{"name":"Fly Man","location":"The Netherlands","type":"User","email":"[email protected]"},"url":"https://github.com/aurora-sim/Aurora-Sim/pull/70"}
PullRequestEvent
true
{"number":46,"action":"closed","pull_request":{"body":"I switched from using the scope_id to calling the method on the object to get the current ID. If the ID is nil or the Rich::RichFile record doesn't exist, an ActiveRecord::RecordNotFound exception is raised. If an exception is raised, we use the placeholder_image","patch_url":"https://github.com/bastiaanterhorst/rich/pull/46.patch","number":46,"deletions":4,"issue_url":"https://github.com/bastiaanterhorst/rich/issues/46","mergeable":false,"changed_files":1,"title":"Fix id issue for Formtastic","comments":0,"updated_at":"2012-10-19T14:17:22Z","commits":7,"assignee":null,"head":{"label":"danielwestendorf:master","sha":"5c91b1800750bcaf227db77a0869050bf8797500","ref":"master","user":{"gravatar_id":"238d1c14366d5d0dd398b088c99f7b4c","url":"https://api.github.com/users/danielwestendorf","id":44478,"login":"danielwestendorf","avatar_url":"https://secure.gravatar.com/avatar/238d1c14366d5d0dd398b088c99f7b4c?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","_links":{"self":{"href":"https://api.github.com/users/danielwestendorf"}}},"repo":{"language":"Ruby","name":"rich","watchers":0,"watchers_count":0,"clone_url":"https://github.com/danielwestendorf/rich.git","owner":{"gravatar_id":"238d1c14366d5d0dd398b088c99f7b4c","url":"https://api.github.com/users/danielwestendorf","id":44478,"login":"danielwestendorf","avatar_url":"https://secure.gravatar.com/avatar/238d1c14366d5d0dd398b088c99f7b4c?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","_links":{"self":{"href":"https://api.github.com/users/danielwestendorf"}}},"updated_at":"2012-10-08T22:29:17Z","has_issues":false,"has_wiki":true,"size":180,"forks":0,"svn_url":"https://github.com/danielwestendorf/rich","url":"https://api.github.com/repos/danielwestendorf/rich","mirror_url":null,"id":5939698,"private":false,"forks_count":0,"open_issues":0,"full_name":"danielwestendorf/rich","open_issues_count":0,"description":"Rich is an opinionated WYSIWYG editor (based on CKEditor) for Rails with flexible image uploads (using Paperclip).","fork":true,"git_url":"git://github.com/danielwestendorf/rich.git","html_url":"https://github.com/danielwestendorf/rich","homepage":"","has_downloads":true,"ssh_url":"[email protected]:danielwestendorf/rich.git","created_at":"2012-09-24T19:32:16Z","pushed_at":"2012-10-08T22:29:15Z","_links":{"self":{"href":"https://api.github.com/repos/danielwestendorf/rich"}}}},"merged_by":null,"diff_url":"https://github.com/bastiaanterhorst/rich/pull/46.diff","additions":8,"url":"https://api.github.com/repos/bastiaanterhorst/rich/pulls/46","id":2579938,"base":{"label":"bastiaanterhorst:objects","sha":"28d4217ed0e2cdf140b330fffbc0d8af42810615","ref":"objects","user":{"gravatar_id":"65e546c194ecdbbce27f6aa74b630b19","url":"https://api.github.com/users/bastiaanterhorst","id":1068753,"login":"bastiaanterhorst","avatar_url":"https://secure.gravatar.com/avatar/65e546c194ecdbbce27f6aa74b630b19?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","_links":{"self":{"href":"https://api.github.com/users/bastiaanterhorst"}}},"repo":{"language":"Ruby","name":"rich","watchers":113,"watchers_count":113,"clone_url":"https://github.com/bastiaanterhorst/rich.git","owner":{"gravatar_id":"65e546c194ecdbbce27f6aa74b630b19","url":"https://api.github.com/users/bastiaanterhorst","id":1068753,"login":"bastiaanterhorst","avatar_url":"https://secure.gravatar.com/avatar/65e546c194ecdbbce27f6aa74b630b19?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","_links":{"self":{"href":"https://api.github.com/users/bastiaanterhorst"}}},"updated_at":"2012-10-19T14:17:03Z","has_issues":true,"has_wiki":true,"size":172,"forks":28,"svn_url":"https://github.com/bastiaanterhorst/rich","url":"https://api.github.com/repos/bastiaanterhorst/rich","mirror_url":null,"id":2469771,"private":false,"forks_count":28,"open_issues":6,"full_name":"bastiaanterhorst/rich","open_issues_count":6,"description":"Rich is an opinionated WYSIWYG editor (based on CKEditor) for Rails with flexible image uploads (using Paperclip).","fork":false,"git_url":"git://github.com/bastiaanterhorst/rich.git","html_url":"https://github.com/bastiaanterhorst/rich","homepage":"","has_downloads":true,"ssh_url":"[email protected]:bastiaanterhorst/rich.git","created_at":"2011-09-27T18:40:59Z","pushed_at":"2012-10-19T14:17:03Z","_links":{"self":{"href":"https://api.github.com/repos/bastiaanterhorst/rich"}}}},"state":"closed","merged":false,"user":{"gravatar_id":"238d1c14366d5d0dd398b088c99f7b4c","url":"https://api.github.com/users/danielwestendorf","id":44478,"login":"danielwestendorf","avatar_url":"https://secure.gravatar.com/avatar/238d1c14366d5d0dd398b088c99f7b4c?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","_links":{"self":{"href":"https://api.github.com/users/danielwestendorf"}}},"milestone":null,"html_url":"https://github.com/bastiaanterhorst/rich/pull/46","merge_commit_sha":"626edd0d1e739e984a90df3e48c0ed3dc8039efe","merged_at":null,"created_at":"2012-10-08T22:32:32Z","closed_at":"2012-10-19T14:17:22Z","mergeable_state":"dirty","review_comments":1,"_links":{"html":{"href":"https://github.com/bastiaanterhorst/rich/pull/46"},"comments":{"href":"https://api.github.com/repos/bastiaanterhorst/rich/issues/46/comments"},"self":{"href":"https://api.github.com/repos/bastiaanterhorst/rich/pulls/46"},"issue":{"href":"https://api.github.com/repos/bastiaanterhorst/rich/issues/46"},"review_comments":{"href":"https://api.github.com/repos/bastiaanterhorst/rich/pulls/46/comments"}}}}
{ "id": 2469771, "name": "rich", "url": "https://github.com/bastiaanterhorst/rich" }
{ "id": null, "login": "bastiaanterhorst", "gravatar_id": "65e546c194ecdbbce27f6aa74b630b19", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2012-10-19T14:17:23
null
{"repository":{"has_downloads":true,"owner":"bastiaanterhorst","watchers":113,"has_issues":true,"stargazers":113,"has_wiki":true,"homepage":"","pushed_at":"2012-10-19T07:17:03-07:00","forks":28,"fork":false,"size":172,"open_issues":6,"created_at":"2011-09-27T11:40:59-07:00","description":"Rich is an opinionated WYSIWYG editor (based on CKEditor) for Rails with flexible image uploads (using Paperclip).","private":false,"language":"Ruby"},"actor_attributes":{"name":"Bastiaan Terhorst","company":"Perceptor","type":"User","location":"Den Haag","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/bastiaanterhorst/rich/pull/46"}
PullRequestEvent
true
{"number":44,"pull_request":{"head":{"label":"AlexDenisov:master","repo":{"name":"calabash-ios","size":116,"has_wiki":true,"created_at":"2012-05-15T20:33:02Z","clone_url":"https://github.com/AlexDenisov/calabash-ios.git","watchers":1,"private":false,"updated_at":"2012-05-15T20:58:04Z","fork":true,"url":"https://api.github.com/repos/AlexDenisov/calabash-ios","git_url":"git://github.com/AlexDenisov/calabash-ios.git","ssh_url":"[email protected]:AlexDenisov/calabash-ios.git","language":"Ruby","id":4340302,"pushed_at":"2012-05-15T20:58:03Z","svn_url":"https://github.com/AlexDenisov/calabash-ios","has_downloads":true,"mirror_url":null,"open_issues":0,"has_issues":false,"homepage":"https://github.com/calabash/calabash-ios","description":"Calabash for iOS","forks":0,"html_url":"https://github.com/AlexDenisov/calabash-ios","owner":{"gravatar_id":"6dc2fd642323cb9bab9a050710290353","avatar_url":"https://secure.gravatar.com/avatar/6dc2fd642323cb9bab9a050710290353?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","url":"https://api.github.com/users/AlexDenisov","id":1175576,"login":"AlexDenisov"}},"sha":"2daade1916b31dd41d3faa6ca1c82c7a993c7bac","ref":"master","user":{"gravatar_id":"6dc2fd642323cb9bab9a050710290353","avatar_url":"https://secure.gravatar.com/avatar/6dc2fd642323cb9bab9a050710290353?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","url":"https://api.github.com/users/AlexDenisov","id":1175576,"login":"AlexDenisov"}},"issue_url":"https://github.com/calabash/calabash-ios/issues/44","number":44,"merged_by":{"gravatar_id":"f09583885ea08836bdaef54b83739257","avatar_url":"https://secure.gravatar.com/avatar/f09583885ea08836bdaef54b83739257?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","url":"https://api.github.com/users/krukow","id":3635,"login":"krukow"},"created_at":"2012-05-15T21:02:17Z","changed_files":3,"merged":true,"body":"Fixed [this issue](https://github.com/calabash/calabash-ios/issues/38).\n'Then' replaced with 'Macro' at calabash_steps.rb:78.\nRemoved prints at rotation steps.","comments":0,"title":"Removed an unnecessary outputs","diff_url":"https://github.com/calabash/calabash-ios/pull/44.diff","updated_at":"2012-05-22T14:11:59Z","additions":4,"url":"https://api.github.com/repos/calabash/calabash-ios/pulls/44","_links":{"html":{"href":"https://github.com/calabash/calabash-ios/pull/44"},"self":{"href":"https://api.github.com/repos/calabash/calabash-ios/pulls/44"},"comments":{"href":"https://api.github.com/repos/calabash/calabash-ios/issues/44/comments"},"issue":{"href":"https://api.github.com/repos/calabash/calabash-ios/issues/44"},"review_comments":{"href":"https://api.github.com/repos/calabash/calabash-ios/pulls/44/comments"}},"id":1359058,"patch_url":"https://github.com/calabash/calabash-ios/pull/44.patch","mergeable":null,"merged_at":"2012-05-22T14:11:59Z","closed_at":"2012-05-22T14:11:59Z","commits":1,"html_url":"https://github.com/calabash/calabash-ios/pull/44","user":{"gravatar_id":"6dc2fd642323cb9bab9a050710290353","avatar_url":"https://secure.gravatar.com/avatar/6dc2fd642323cb9bab9a050710290353?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","url":"https://api.github.com/users/AlexDenisov","id":1175576,"login":"AlexDenisov"},"review_comments":0,"deletions":5,"state":"closed","base":{"label":"calabash:master","repo":{"name":"calabash-ios","size":19439,"has_wiki":true,"created_at":"2012-03-03T11:52:47Z","clone_url":"https://github.com/calabash/calabash-ios.git","watchers":75,"private":false,"updated_at":"2012-05-22T14:11:59Z","fork":false,"url":"https://api.github.com/repos/calabash/calabash-ios","git_url":"git://github.com/calabash/calabash-ios.git","ssh_url":"[email protected]:calabash/calabash-ios.git","language":"Ruby","id":3610323,"pushed_at":"2012-05-22T14:11:59Z","svn_url":"https://github.com/calabash/calabash-ios","has_downloads":true,"mirror_url":null,"open_issues":13,"has_issues":true,"homepage":"https://github.com/calabash/calabash-ios","description":"Calabash for iOS","forks":12,"html_url":"https://github.com/calabash/calabash-ios","owner":{"gravatar_id":"fef457e5b22f88fd9c86fd10c91beade","avatar_url":"https://secure.gravatar.com/avatar/fef457e5b22f88fd9c86fd10c91beade?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png","url":"https://api.github.com/users/calabash","id":1325677,"login":"calabash"}},"sha":"4408858d487cbe2efed843a791d45e04226d81fd","ref":"master","user":{"gravatar_id":"fef457e5b22f88fd9c86fd10c91beade","avatar_url":"https://secure.gravatar.com/avatar/fef457e5b22f88fd9c86fd10c91beade?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png","url":"https://api.github.com/users/calabash","id":1325677,"login":"calabash"}}},"action":"closed"}
{ "id": null, "name": "calabash-ios", "url": "https://github.com/calabash/calabash-ios" }
{ "id": null, "login": "krukow", "gravatar_id": "f09583885ea08836bdaef54b83739257", "avatar_url": null, "url": null }
{ "id": null, "login": "calabash", "gravatar_id": null, "avatar_url": null, "url": null }
2012-05-22T14:12:00
null
{"repository":{"description":"Calabash for iOS","watchers":75,"has_downloads":true,"homepage":"https://github.com/calabash/calabash-ios","has_issues":true,"has_wiki":true,"forks":12,"fork":false,"size":19447,"private":false,"open_issues":13,"owner":"calabash","pushed_at":"2012/05/22 07:11:59 -0700","organization":"calabash","language":"Ruby","created_at":"2012/03/03 03:52:47 -0800"},"actor_attributes":{"name":"Karl Krukow","company":"Trifork","location":"Denmark","blog":"http://blog.higher-order.net","type":"User","email":"[email protected]"},"url":"https://github.com/calabash/calabash-ios/pull/44"}
PullRequestEvent
true
{"pull_request":{"id":2845310,"mergeable":null,"additions":11,"user":{"id":129803,"login":"vocaro","gravatar_id":"ba42c00c201db5419585d8247495adbc","url":"https://api.github.com/users/vocaro","avatar_url":"https://secure.gravatar.com/avatar/ba42c00c201db5419585d8247495adbc?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png"},"diff_url":"https://github.com/calabash/calabash-ios/pull/73.diff","comments":0,"base":{"user":{"id":1325677,"login":"calabash","gravatar_id":"fef457e5b22f88fd9c86fd10c91beade","url":"https://api.github.com/users/calabash","avatar_url":"https://secure.gravatar.com/avatar/fef457e5b22f88fd9c86fd10c91beade?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-org-420.png"},"repo":{"id":3610323,"name":"calabash-ios","owner":{"id":1325677,"login":"calabash","gravatar_id":"fef457e5b22f88fd9c86fd10c91beade","url":"https://api.github.com/users/calabash","avatar_url":"https://secure.gravatar.com/avatar/fef457e5b22f88fd9c86fd10c91beade?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-org-420.png"},"mirror_url":null,"forks_count":35,"fork":false,"open_issues":11,"has_issues":true,"forks":35,"has_downloads":true,"watchers":174,"clone_url":"https://github.com/calabash/calabash-ios.git","description":"Calabash for iOS","pushed_at":"2012-11-01T03:19:57Z","url":"https://api.github.com/repos/calabash/calabash-ios","open_issues_count":11,"homepage":"https://github.com/calabash/calabash-ios","svn_url":"https://github.com/calabash/calabash-ios","updated_at":"2012-11-01T03:19:57Z","size":92310,"private":false,"watchers_count":174,"full_name":"calabash/calabash-ios","has_wiki":true,"git_url":"git://github.com/calabash/calabash-ios.git","html_url":"https://github.com/calabash/calabash-ios","ssh_url":"[email protected]:calabash/calabash-ios.git","created_at":"2012-03-03T11:52:47Z","language":"Ruby"},"sha":"a4a18dd559bf7e0919acbec4fd56c4c8b8e4c0e1","ref":"master","label":"calabash:master"},"assignee":null,"body":"In our meeting Tuesday, I mentioned that I found a bug in the calabash-ios script. Actually, it was not a bug but a misreading of the usage help. It said:\r\n\r\n sim location [on|off] [bundleid]?\r\n\r\nI took this to mean bundleid is optional, when in fact it is required.\r\n\r\nThe commit corrects this and also improves the usage text to be consistent and follow the convention of \"git --help\" (see commit message for details).","merged_by":null,"deletions":11,"merged":false,"commits":1,"url":"https://api.github.com/repos/calabash/calabash-ios/pulls/73","mergeable_state":"unknown","state":"open","_links":{"comments":{"href":"https://api.github.com/repos/calabash/calabash-ios/issues/73/comments"},"issue":{"href":"https://api.github.com/repos/calabash/calabash-ios/issues/73"},"html":{"href":"https://github.com/calabash/calabash-ios/pull/73"},"review_comments":{"href":"https://api.github.com/repos/calabash/calabash-ios/pulls/73/comments"},"self":{"href":"https://api.github.com/repos/calabash/calabash-ios/pulls/73"}},"updated_at":"2012-11-01T03:37:12Z","changed_files":2,"merged_at":null,"head":{"user":{"id":129803,"login":"vocaro","gravatar_id":"ba42c00c201db5419585d8247495adbc","url":"https://api.github.com/users/vocaro","avatar_url":"https://secure.gravatar.com/avatar/ba42c00c201db5419585d8247495adbc?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png"},"repo":{"id":6356600,"name":"calabash-ios","owner":{"id":129803,"login":"vocaro","gravatar_id":"ba42c00c201db5419585d8247495adbc","url":"https://api.github.com/users/vocaro","avatar_url":"https://secure.gravatar.com/avatar/ba42c00c201db5419585d8247495adbc?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png"},"mirror_url":null,"forks_count":0,"fork":true,"open_issues":0,"has_issues":false,"forks":0,"has_downloads":true,"watchers":0,"clone_url":"https://github.com/vocaro/calabash-ios.git","description":"Calabash for iOS","pushed_at":"2012-11-01T03:32:06Z","url":"https://api.github.com/repos/vocaro/calabash-ios","open_issues_count":0,"homepage":"https://github.com/calabash/calabash-ios","svn_url":"https://github.com/vocaro/calabash-ios","updated_at":"2012-11-01T03:32:06Z","size":136,"private":false,"watchers_count":0,"full_name":"vocaro/calabash-ios","has_wiki":true,"git_url":"git://github.com/vocaro/calabash-ios.git","html_url":"https://github.com/vocaro/calabash-ios","ssh_url":"[email protected]:vocaro/calabash-ios.git","created_at":"2012-10-23T17:09:51Z","language":"Ruby"},"sha":"fe957e9886e528d45dfc0bd7d7a80305d3d44b2c","ref":"master","label":"vocaro:master"},"closed_at":null,"merge_commit_sha":"","number":73,"milestone":null,"title":"Improve the calabash-ios script's command line usage help","patch_url":"https://github.com/calabash/calabash-ios/pull/73.patch","review_comments":0,"issue_url":"https://github.com/calabash/calabash-ios/issues/73","html_url":"https://github.com/calabash/calabash-ios/pull/73","created_at":"2012-11-01T03:37:12Z"},"number":73,"action":"opened"}
{ "id": 3610323, "name": "calabash-ios", "url": "https://github.com/calabash/calabash-ios" }
{ "id": null, "login": "vocaro", "gravatar_id": "ba42c00c201db5419585d8247495adbc", "avatar_url": null, "url": null }
{ "id": null, "login": "calabash", "gravatar_id": null, "avatar_url": null, "url": null }
2012-11-01T03:37:15
null
{"repository":{"owner":"calabash","has_issues":true,"has_wiki":true,"organization":"calabash","language":"Ruby","open_issues":11,"homepage":"https://github.com/calabash/calabash-ios","watchers":174,"fork":false,"size":92310,"created_at":"2012-03-03T03:52:47-08:00","stargazers":174,"private":false,"has_downloads":true,"pushed_at":"2012-10-31T20:19:57-07:00","description":"Calabash for iOS","forks":35},"actor_attributes":{"name":"Trevor Harmon","type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/calabash/calabash-ios/pull/73"}
PullRequestEvent
true
{"number":11,"action":"closed","pull_request":{"comments_url":"https://api.github.com/repos/cdouglas845/videprint/issues/11/comments","issue_url":"https://github.com/cdouglas845/videprint/issues/11","mergeable":null,"head":{"label":"cdouglas845:9-Decouple-event-outputs","sha":"81c891b2668f1a54808bdab8ddc1f52a7638655c","ref":"9-Decouple-event-outputs","user":{"events_url":"https://api.github.com/users/cdouglas845/events{/privacy}","following_url":"https://api.github.com/users/cdouglas845/following","id":1458560,"url":"https://api.github.com/users/cdouglas845","gists_url":"https://api.github.com/users/cdouglas845/gists{/gist_id}","avatar_url":"https://secure.gravatar.com/avatar/21332344632e34cc7fd79a3fdf0ab3d2?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","subscriptions_url":"https://api.github.com/users/cdouglas845/subscriptions","starred_url":"https://api.github.com/users/cdouglas845/starred{/owner}{/repo}","login":"cdouglas845","type":"User","organizations_url":"https://api.github.com/users/cdouglas845/orgs","followers_url":"https://api.github.com/users/cdouglas845/followers","received_events_url":"https://api.github.com/users/cdouglas845/received_events","repos_url":"https://api.github.com/users/cdouglas845/repos","gravatar_id":"21332344632e34cc7fd79a3fdf0ab3d2"},"repo":{"git_refs_url":"https://api.github.com/repos/cdouglas845/videprint/git/refs{/sha}","events_url":"https://api.github.com/repos/cdouglas845/videprint/events","mirror_url":null,"language":"Python","comments_url":"https://api.github.com/repos/cdouglas845/videprint/comments{/number}","clone_url":"https://github.com/cdouglas845/videprint.git","open_issues_count":1,"hooks_url":"https://api.github.com/repos/cdouglas845/videprint/hooks","watchers":0,"ssh_url":"[email protected]:cdouglas845/videprint.git","tags_url":"https://api.github.com/repos/cdouglas845/videprint/tags{/tag}","commits_url":"https://api.github.com/repos/cdouglas845/videprint/commits{/sha}","id":7266686,"git_tags_url":"https://api.github.com/repos/cdouglas845/videprint/git/tags{/sha}","teams_url":"https://api.github.com/repos/cdouglas845/videprint/teams","homepage":null,"blobs_url":"https://api.github.com/repos/cdouglas845/videprint/git/blobs{/sha}","archive_url":"https://api.github.com/repos/cdouglas845/videprint/{archive_format}{/ref}","has_wiki":true,"contributors_url":"https://api.github.com/repos/cdouglas845/videprint/contributors","issue_events_url":"https://api.github.com/repos/cdouglas845/videprint/issues/events{/number}","forks":0,"url":"https://api.github.com/repos/cdouglas845/videprint","subscribers_url":"https://api.github.com/repos/cdouglas845/videprint/subscribers","full_name":"cdouglas845/videprint","assignees_url":"https://api.github.com/repos/cdouglas845/videprint/assignees{/user}","description":"Basic terminal based videprint tool that uses the BBC feed to show live football scores","git_commits_url":"https://api.github.com/repos/cdouglas845/videprint/git/commits{/sha}","downloads_url":"https://api.github.com/repos/cdouglas845/videprint/downloads","size":596,"merges_url":"https://api.github.com/repos/cdouglas845/videprint/merges","notifications_url":"https://api.github.com/repos/cdouglas845/videprint/notifications{?since,all,participating}","keys_url":"https://api.github.com/repos/cdouglas845/videprint/keys{/key_id}","languages_url":"https://api.github.com/repos/cdouglas845/videprint/languages","stargazers_url":"https://api.github.com/repos/cdouglas845/videprint/stargazers","updated_at":"2012-12-23T08:28:18Z","owner":{"events_url":"https://api.github.com/users/cdouglas845/events{/privacy}","following_url":"https://api.github.com/users/cdouglas845/following","id":1458560,"url":"https://api.github.com/users/cdouglas845","gists_url":"https://api.github.com/users/cdouglas845/gists{/gist_id}","avatar_url":"https://secure.gravatar.com/avatar/21332344632e34cc7fd79a3fdf0ab3d2?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","subscriptions_url":"https://api.github.com/users/cdouglas845/subscriptions","starred_url":"https://api.github.com/users/cdouglas845/starred{/owner}{/repo}","login":"cdouglas845","type":"User","organizations_url":"https://api.github.com/users/cdouglas845/orgs","followers_url":"https://api.github.com/users/cdouglas845/followers","received_events_url":"https://api.github.com/users/cdouglas845/received_events","repos_url":"https://api.github.com/users/cdouglas845/repos","gravatar_id":"21332344632e34cc7fd79a3fdf0ab3d2"},"git_url":"git://github.com/cdouglas845/videprint.git","has_issues":true,"branches_url":"https://api.github.com/repos/cdouglas845/videprint/branches{/branch}","svn_url":"https://github.com/cdouglas845/videprint","pushed_at":"2012-12-23T08:28:18Z","name":"videprint","forks_url":"https://api.github.com/repos/cdouglas845/videprint/forks","contents_url":"https://api.github.com/repos/cdouglas845/videprint/contents/{+path}","fork":false,"milestones_url":"https://api.github.com/repos/cdouglas845/videprint/milestones{/number}","issues_url":"https://api.github.com/repos/cdouglas845/videprint/issues{/number}","has_downloads":true,"open_issues":1,"private":false,"pulls_url":"https://api.github.com/repos/cdouglas845/videprint/pulls{/number}","labels_url":"https://api.github.com/repos/cdouglas845/videprint/labels{/name}","html_url":"https://github.com/cdouglas845/videprint","collaborators_url":"https://api.github.com/repos/cdouglas845/videprint/collaborators{/collaborator}","compare_url":"https://api.github.com/repos/cdouglas845/videprint/compare/{base}...{head}","trees_url":"https://api.github.com/repos/cdouglas845/videprint/git/trees{/sha}","subscription_url":"https://api.github.com/repos/cdouglas845/videprint/subscription","created_at":"2012-12-21T00:36:33Z","issue_comment_url":"https://api.github.com/repos/cdouglas845/videprint/issues/comments/{number}","statuses_url":"https://api.github.com/repos/cdouglas845/videprint/statuses/{sha}","watchers_count":0,"forks_count":0}},"diff_url":"https://github.com/cdouglas845/videprint/pull/11.diff","number":11,"body":"Fixes #9 ","commits_url":"https://github.com/cdouglas845/videprint/pull/11/commits","id":3470443,"deletions":111,"merged":true,"changed_files":8,"comments":0,"url":"https://api.github.com/repos/cdouglas845/videprint/pulls/11","additions":178,"_links":{"html":{"href":"https://github.com/cdouglas845/videprint/pull/11"},"comments":{"href":"https://api.github.com/repos/cdouglas845/videprint/issues/11/comments"},"self":{"href":"https://api.github.com/repos/cdouglas845/videprint/pulls/11"},"review_comments":{"href":"https://api.github.com/repos/cdouglas845/videprint/pulls/11/comments"},"issue":{"href":"https://api.github.com/repos/cdouglas845/videprint/issues/11"}},"commits":1,"mergeable_state":"unknown","merged_by":{"events_url":"https://api.github.com/users/cdouglas845/events{/privacy}","following_url":"https://api.github.com/users/cdouglas845/following","id":1458560,"url":"https://api.github.com/users/cdouglas845","gists_url":"https://api.github.com/users/cdouglas845/gists{/gist_id}","avatar_url":"https://secure.gravatar.com/avatar/21332344632e34cc7fd79a3fdf0ab3d2?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","subscriptions_url":"https://api.github.com/users/cdouglas845/subscriptions","starred_url":"https://api.github.com/users/cdouglas845/starred{/owner}{/repo}","login":"cdouglas845","type":"User","organizations_url":"https://api.github.com/users/cdouglas845/orgs","followers_url":"https://api.github.com/users/cdouglas845/followers","received_events_url":"https://api.github.com/users/cdouglas845/received_events","repos_url":"https://api.github.com/users/cdouglas845/repos","gravatar_id":"21332344632e34cc7fd79a3fdf0ab3d2"},"review_comments_url":"https://github.com/cdouglas845/videprint/pull/11/comments","updated_at":"2012-12-23T08:28:18Z","closed_at":"2012-12-23T08:28:18Z","patch_url":"https://github.com/cdouglas845/videprint/pull/11.patch","milestone":null,"review_comments":1,"merge_commit_sha":"317183191766c8df9ca5a1d5ab70a5735b34598e","user":{"events_url":"https://api.github.com/users/cdouglas845/events{/privacy}","following_url":"https://api.github.com/users/cdouglas845/following","id":1458560,"url":"https://api.github.com/users/cdouglas845","gists_url":"https://api.github.com/users/cdouglas845/gists{/gist_id}","avatar_url":"https://secure.gravatar.com/avatar/21332344632e34cc7fd79a3fdf0ab3d2?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","subscriptions_url":"https://api.github.com/users/cdouglas845/subscriptions","starred_url":"https://api.github.com/users/cdouglas845/starred{/owner}{/repo}","login":"cdouglas845","type":"User","organizations_url":"https://api.github.com/users/cdouglas845/orgs","followers_url":"https://api.github.com/users/cdouglas845/followers","received_events_url":"https://api.github.com/users/cdouglas845/received_events","repos_url":"https://api.github.com/users/cdouglas845/repos","gravatar_id":"21332344632e34cc7fd79a3fdf0ab3d2"},"merged_at":"2012-12-23T08:28:18Z","title":"Reworked event model to split into event types that handle their own output","assignee":null,"html_url":"https://github.com/cdouglas845/videprint/pull/11","state":"closed","base":{"label":"cdouglas845:master","sha":"d4fe873ff907b8fe19d6d23564e6069639dab8a9","ref":"master","user":{"events_url":"https://api.github.com/users/cdouglas845/events{/privacy}","following_url":"https://api.github.com/users/cdouglas845/following","id":1458560,"url":"https://api.github.com/users/cdouglas845","gists_url":"https://api.github.com/users/cdouglas845/gists{/gist_id}","avatar_url":"https://secure.gravatar.com/avatar/21332344632e34cc7fd79a3fdf0ab3d2?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","subscriptions_url":"https://api.github.com/users/cdouglas845/subscriptions","starred_url":"https://api.github.com/users/cdouglas845/starred{/owner}{/repo}","login":"cdouglas845","type":"User","organizations_url":"https://api.github.com/users/cdouglas845/orgs","followers_url":"https://api.github.com/users/cdouglas845/followers","received_events_url":"https://api.github.com/users/cdouglas845/received_events","repos_url":"https://api.github.com/users/cdouglas845/repos","gravatar_id":"21332344632e34cc7fd79a3fdf0ab3d2"},"repo":{"git_refs_url":"https://api.github.com/repos/cdouglas845/videprint/git/refs{/sha}","events_url":"https://api.github.com/repos/cdouglas845/videprint/events","mirror_url":null,"language":"Python","comments_url":"https://api.github.com/repos/cdouglas845/videprint/comments{/number}","clone_url":"https://github.com/cdouglas845/videprint.git","open_issues_count":1,"hooks_url":"https://api.github.com/repos/cdouglas845/videprint/hooks","watchers":0,"ssh_url":"[email protected]:cdouglas845/videprint.git","tags_url":"https://api.github.com/repos/cdouglas845/videprint/tags{/tag}","commits_url":"https://api.github.com/repos/cdouglas845/videprint/commits{/sha}","id":7266686,"git_tags_url":"https://api.github.com/repos/cdouglas845/videprint/git/tags{/sha}","teams_url":"https://api.github.com/repos/cdouglas845/videprint/teams","homepage":null,"blobs_url":"https://api.github.com/repos/cdouglas845/videprint/git/blobs{/sha}","archive_url":"https://api.github.com/repos/cdouglas845/videprint/{archive_format}{/ref}","has_wiki":true,"contributors_url":"https://api.github.com/repos/cdouglas845/videprint/contributors","issue_events_url":"https://api.github.com/repos/cdouglas845/videprint/issues/events{/number}","forks":0,"url":"https://api.github.com/repos/cdouglas845/videprint","subscribers_url":"https://api.github.com/repos/cdouglas845/videprint/subscribers","full_name":"cdouglas845/videprint","assignees_url":"https://api.github.com/repos/cdouglas845/videprint/assignees{/user}","description":"Basic terminal based videprint tool that uses the BBC feed to show live football scores","git_commits_url":"https://api.github.com/repos/cdouglas845/videprint/git/commits{/sha}","downloads_url":"https://api.github.com/repos/cdouglas845/videprint/downloads","size":596,"merges_url":"https://api.github.com/repos/cdouglas845/videprint/merges","notifications_url":"https://api.github.com/repos/cdouglas845/videprint/notifications{?since,all,participating}","keys_url":"https://api.github.com/repos/cdouglas845/videprint/keys{/key_id}","languages_url":"https://api.github.com/repos/cdouglas845/videprint/languages","stargazers_url":"https://api.github.com/repos/cdouglas845/videprint/stargazers","updated_at":"2012-12-23T08:28:18Z","owner":{"events_url":"https://api.github.com/users/cdouglas845/events{/privacy}","following_url":"https://api.github.com/users/cdouglas845/following","id":1458560,"url":"https://api.github.com/users/cdouglas845","gists_url":"https://api.github.com/users/cdouglas845/gists{/gist_id}","avatar_url":"https://secure.gravatar.com/avatar/21332344632e34cc7fd79a3fdf0ab3d2?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","subscriptions_url":"https://api.github.com/users/cdouglas845/subscriptions","starred_url":"https://api.github.com/users/cdouglas845/starred{/owner}{/repo}","login":"cdouglas845","type":"User","organizations_url":"https://api.github.com/users/cdouglas845/orgs","followers_url":"https://api.github.com/users/cdouglas845/followers","received_events_url":"https://api.github.com/users/cdouglas845/received_events","repos_url":"https://api.github.com/users/cdouglas845/repos","gravatar_id":"21332344632e34cc7fd79a3fdf0ab3d2"},"git_url":"git://github.com/cdouglas845/videprint.git","has_issues":true,"branches_url":"https://api.github.com/repos/cdouglas845/videprint/branches{/branch}","svn_url":"https://github.com/cdouglas845/videprint","pushed_at":"2012-12-23T08:28:18Z","name":"videprint","forks_url":"https://api.github.com/repos/cdouglas845/videprint/forks","contents_url":"https://api.github.com/repos/cdouglas845/videprint/contents/{+path}","fork":false,"milestones_url":"https://api.github.com/repos/cdouglas845/videprint/milestones{/number}","issues_url":"https://api.github.com/repos/cdouglas845/videprint/issues{/number}","has_downloads":true,"open_issues":1,"private":false,"pulls_url":"https://api.github.com/repos/cdouglas845/videprint/pulls{/number}","labels_url":"https://api.github.com/repos/cdouglas845/videprint/labels{/name}","html_url":"https://github.com/cdouglas845/videprint","collaborators_url":"https://api.github.com/repos/cdouglas845/videprint/collaborators{/collaborator}","compare_url":"https://api.github.com/repos/cdouglas845/videprint/compare/{base}...{head}","trees_url":"https://api.github.com/repos/cdouglas845/videprint/git/trees{/sha}","subscription_url":"https://api.github.com/repos/cdouglas845/videprint/subscription","created_at":"2012-12-21T00:36:33Z","issue_comment_url":"https://api.github.com/repos/cdouglas845/videprint/issues/comments/{number}","statuses_url":"https://api.github.com/repos/cdouglas845/videprint/statuses/{sha}","watchers_count":0,"forks_count":0}},"created_at":"2012-12-23T08:26:23Z","review_comment_url":"/repos/cdouglas845/videprint/pulls/comments/{number}"}}
{ "id": 7266686, "name": "videprint", "url": "https://github.com/cdouglas845/videprint" }
{ "id": null, "login": "cdouglas845", "gravatar_id": "21332344632e34cc7fd79a3fdf0ab3d2", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2012-12-23T08:28:19
null
{"repository":{"language":"Python","owner":"cdouglas845","has_downloads":true,"created_at":"2012-12-20T16:36:33-08:00","open_issues":0,"has_issues":true,"has_wiki":true,"fork":false,"size":596,"pushed_at":"2012-12-23T00:28:21-08:00","description":"Basic terminal based videprint tool that uses the BBC feed to show live football scores","watchers":0,"forks":0,"private":false,"stargazers":0},"actor_attributes":{"type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/cdouglas845/videprint/pull/11"}
PullRequestEvent
true
{"number":5,"action":"opened","pull_request":{"merged":false,"deletions":1,"title":"Modified dependencies to be more specific","commits":2,"state":"open","issue_url":"https://github.com/cegeka/puppet-modules/issues/5","additions":1,"comments":0,"body":"","patch_url":"https://github.com/cegeka/puppet-modules/pull/5.patch","mergeable":true,"number":5,"changed_files":1,"url":"https://api.github.com/repos/cegeka/puppet-modules/pulls/5","id":1754038,"updated_at":"2012-07-10T08:33:30Z","review_comments":0,"closed_at":null,"merged_by":null,"user":{"avatar_url":"https://secure.gravatar.com/avatar/0c7ac675e3bdc8d920acbcc091048406?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","url":"https://api.github.com/users/dieterdemeyer","id":523286,"gravatar_id":"0c7ac675e3bdc8d920acbcc091048406","login":"dieterdemeyer"},"html_url":"https://github.com/cegeka/puppet-modules/pull/5","head":{"user":{"avatar_url":"https://secure.gravatar.com/avatar/0c7ac675e3bdc8d920acbcc091048406?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","url":"https://api.github.com/users/dieterdemeyer","id":523286,"gravatar_id":"0c7ac675e3bdc8d920acbcc091048406","login":"dieterdemeyer"},"repo":{"clone_url":"https://github.com/dieterdemeyer/puppet-modules.git","ssh_url":"[email protected]:dieterdemeyer/puppet-modules.git","has_issues":false,"has_wiki":true,"language":"Ruby","homepage":"","fork":true,"svn_url":"https://github.com/dieterdemeyer/puppet-modules","open_issues":0,"url":"https://api.github.com/repos/dieterdemeyer/puppet-modules","id":3746321,"private":false,"watchers":1,"forks":0,"pushed_at":"2012-07-10T08:32:58Z","name":"puppet-modules","updated_at":"2012-07-10T08:32:58Z","git_url":"git://github.com/dieterdemeyer/puppet-modules.git","html_url":"https://github.com/dieterdemeyer/puppet-modules","description":"","mirror_url":null,"has_downloads":true,"created_at":"2012-03-17T08:04:31Z","full_name":"dieterdemeyer/puppet-modules","owner":{"avatar_url":"https://secure.gravatar.com/avatar/0c7ac675e3bdc8d920acbcc091048406?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","url":"https://api.github.com/users/dieterdemeyer","id":523286,"gravatar_id":"0c7ac675e3bdc8d920acbcc091048406","login":"dieterdemeyer"},"size":132},"label":"dieterdemeyer:master","ref":"master","sha":"a3e3a6da68b423001a881eb96913c2d89755ca86"},"diff_url":"https://github.com/cegeka/puppet-modules/pull/5.diff","base":{"user":{"avatar_url":"https://secure.gravatar.com/avatar/a54f9b2101713476175ec774ff917ba1?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png","url":"https://api.github.com/users/cegeka","id":1333450,"gravatar_id":"a54f9b2101713476175ec774ff917ba1","login":"cegeka"},"repo":{"clone_url":"https://github.com/cegeka/puppet-modules.git","ssh_url":"[email protected]:cegeka/puppet-modules.git","has_issues":true,"has_wiki":true,"language":"Ruby","homepage":"","fork":false,"svn_url":"https://github.com/cegeka/puppet-modules","open_issues":1,"url":"https://api.github.com/repos/cegeka/puppet-modules","id":3367197,"private":false,"watchers":3,"forks":3,"pushed_at":"2012-07-03T11:32:20Z","name":"puppet-modules","updated_at":"2012-07-03T11:32:21Z","git_url":"git://github.com/cegeka/puppet-modules.git","html_url":"https://github.com/cegeka/puppet-modules","description":"","mirror_url":null,"has_downloads":true,"created_at":"2012-02-06T13:30:49Z","full_name":"cegeka/puppet-modules","owner":{"avatar_url":"https://secure.gravatar.com/avatar/a54f9b2101713476175ec774ff917ba1?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png","url":"https://api.github.com/users/cegeka","id":1333450,"gravatar_id":"a54f9b2101713476175ec774ff917ba1","login":"cegeka"},"size":160},"label":"cegeka:master","ref":"master","sha":"2ccb051371d076fdbb570b3ee28069e01555447e"},"created_at":"2012-07-10T08:33:30Z","milestone":null,"assignee":null,"_links":{"comments":{"href":"https://api.github.com/repos/cegeka/puppet-modules/issues/5/comments"},"html":{"href":"https://github.com/cegeka/puppet-modules/pull/5"},"self":{"href":"https://api.github.com/repos/cegeka/puppet-modules/pulls/5"},"review_comments":{"href":"https://api.github.com/repos/cegeka/puppet-modules/pulls/5/comments"},"issue":{"href":"https://api.github.com/repos/cegeka/puppet-modules/issues/5"}},"merged_at":null}}
{ "id": null, "name": "puppet-modules", "url": "https://github.com/cegeka/puppet-modules" }
{ "id": null, "login": "dieterdemeyer", "gravatar_id": "0c7ac675e3bdc8d920acbcc091048406", "avatar_url": null, "url": null }
{ "id": null, "login": "cegeka", "gravatar_id": null, "avatar_url": null, "url": null }
2012-07-10T08:33:32
null
{"repository":{"has_downloads":true,"organization":"cegeka","owner":"cegeka","pushed_at":"2012-07-03T04:32:20-07:00","forks":3,"homepage":"","watchers":3,"has_wiki":true,"description":"","fork":false,"size":160,"open_issues":1,"language":"Ruby","private":false,"has_issues":true,"created_at":"2012-02-06T05:30:49-08:00"},"actor_attributes":{"type":"User","name":"Dieter De Meyer","location":"Belgium","company":"Cegeka","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/cegeka/puppet-modules/pull/5"}
PullRequestEvent
true
{"number":1638,"pull_request":{"head":{"label":"RomNexus6:patch-24","repo":{"name":"c-geo-opensource","size":160,"has_wiki":true,"created_at":"2011-12-04T09:42:56Z","clone_url":"https://github.com/RomNexus6/c-geo-opensource.git","watchers":1,"private":false,"updated_at":"2012-05-25T09:15:38Z","language":"Java","fork":true,"url":"https://api.github.com/repos/RomNexus6/c-geo-opensource","git_url":"git://github.com/RomNexus6/c-geo-opensource.git","ssh_url":"[email protected]:RomNexus6/c-geo-opensource.git","id":2909565,"pushed_at":"2012-05-25T09:15:34Z","svn_url":"https://github.com/RomNexus6/c-geo-opensource","has_downloads":true,"open_issues":0,"mirror_url":null,"full_name":"RomNexus6/c-geo-opensource","has_issues":false,"homepage":"www.cgeo.org","description":"This is an opensource succesor of c:geo","forks":0,"html_url":"https://github.com/RomNexus6/c-geo-opensource","owner":{"gravatar_id":"5a021331858eda65a4b658799e499bcb","avatar_url":"https://secure.gravatar.com/avatar/5a021331858eda65a4b658799e499bcb?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","url":"https://api.github.com/users/RomNexus6","id":1049397,"login":"RomNexus6"}},"sha":"957cb6315765a7b91f6af2bab760e6f2b61ce14d","ref":"patch-24","user":{"gravatar_id":"5a021331858eda65a4b658799e499bcb","avatar_url":"https://secure.gravatar.com/avatar/5a021331858eda65a4b658799e499bcb?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","url":"https://api.github.com/users/RomNexus6","id":1049397,"login":"RomNexus6"}},"number":1638,"issue_url":"https://github.com/cgeo/c-geo-opensource/issues/1638","merged_by":{"gravatar_id":"6e6d5c89985a1976429d28f117eb5137","avatar_url":"https://secure.gravatar.com/avatar/6e6d5c89985a1976429d28f117eb5137?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","url":"https://api.github.com/users/samueltardieu","id":44656,"login":"samueltardieu"},"created_at":"2012-05-25T09:15:41Z","changed_files":1,"merged":true,"body":"","title":"updated translation-it","comments":2,"diff_url":"https://github.com/cgeo/c-geo-opensource/pull/1638.diff","updated_at":"2012-05-25T09:37:46Z","additions":2,"url":"https://api.github.com/repos/cgeo/c-geo-opensource/pulls/1638","_links":{"html":{"href":"https://github.com/cgeo/c-geo-opensource/pull/1638"},"self":{"href":"https://api.github.com/repos/cgeo/c-geo-opensource/pulls/1638"},"comments":{"href":"https://api.github.com/repos/cgeo/c-geo-opensource/issues/1638/comments"},"issue":{"href":"https://api.github.com/repos/cgeo/c-geo-opensource/issues/1638"},"review_comments":{"href":"https://api.github.com/repos/cgeo/c-geo-opensource/pulls/1638/comments"}},"id":1427997,"patch_url":"https://github.com/cgeo/c-geo-opensource/pull/1638.patch","mergeable":null,"commits":1,"closed_at":"2012-05-25T09:37:46Z","merged_at":"2012-05-25T09:37:46Z","review_comments":0,"user":{"gravatar_id":"5a021331858eda65a4b658799e499bcb","avatar_url":"https://secure.gravatar.com/avatar/5a021331858eda65a4b658799e499bcb?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","url":"https://api.github.com/users/RomNexus6","id":1049397,"login":"RomNexus6"},"deletions":0,"html_url":"https://github.com/cgeo/c-geo-opensource/pull/1638","state":"closed","base":{"label":"cgeo:master","repo":{"name":"c-geo-opensource","size":2288,"has_wiki":true,"created_at":"2011-07-11T06:02:47Z","clone_url":"https://github.com/cgeo/c-geo-opensource.git","watchers":187,"private":false,"updated_at":"2012-05-25T09:37:45Z","language":"Java","fork":false,"url":"https://api.github.com/repos/cgeo/c-geo-opensource","git_url":"git://github.com/cgeo/c-geo-opensource.git","ssh_url":"[email protected]:cgeo/c-geo-opensource.git","id":2028724,"pushed_at":"2012-05-25T09:37:45Z","svn_url":"https://github.com/cgeo/c-geo-opensource","has_downloads":true,"open_issues":194,"mirror_url":null,"full_name":"cgeo/c-geo-opensource","has_issues":true,"homepage":"www.cgeo.org","description":"This is an open source successor of c:geo - an Android geocaching app.","forks":86,"html_url":"https://github.com/cgeo/c-geo-opensource","owner":{"gravatar_id":"5a0842f37548a13cc30c226e034e4b50","avatar_url":"https://secure.gravatar.com/avatar/5a0842f37548a13cc30c226e034e4b50?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png","url":"https://api.github.com/users/cgeo","id":907088,"login":"cgeo"}},"sha":"4687ae23de33b3405c36f21457327f8d80198bee","ref":"master","user":{"gravatar_id":"5a0842f37548a13cc30c226e034e4b50","avatar_url":"https://secure.gravatar.com/avatar/5a0842f37548a13cc30c226e034e4b50?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png","url":"https://api.github.com/users/cgeo","id":907088,"login":"cgeo"}}},"action":"closed"}
{ "id": null, "name": "c-geo-opensource", "url": "https://github.com/cgeo/c-geo-opensource" }
{ "id": null, "login": "samueltardieu", "gravatar_id": "6e6d5c89985a1976429d28f117eb5137", "avatar_url": null, "url": null }
{ "id": null, "login": "cgeo", "gravatar_id": null, "avatar_url": null, "url": null }
2012-05-25T09:37:46
null
{"repository":{"organization":"cgeo","watchers":187,"has_downloads":true,"homepage":"www.cgeo.org","fork":false,"has_issues":true,"has_wiki":true,"forks":86,"size":2196,"private":false,"owner":"cgeo","open_issues":194,"description":"This is an open source successor of c:geo - an Android geocaching app.","language":"Java","created_at":"2011/07/10 23:02:47 -0700","pushed_at":"2012/05/25 02:37:45 -0700"},"actor_attributes":{"name":"Samuel Tardieu","location":"Paris, France","blog":"http://www.rfc1149.net/sam.html","type":"User","email":"[email protected]"},"url":"https://github.com/cgeo/c-geo-opensource/pull/1638"}
PullRequestEvent
true
{"pull_request":{"merge_commit_sha":"fe3799cdf578362eac5ba5ce4a8e832d2095cd31","head":{"sha":"6dbbbc4db8c16b54f77a306d46df07710dbcef8b","label":"tapio:set-fixed-time-step","user":{"repos_url":"https://api.github.com/users/tapio/repos","events_url":"https://api.github.com/users/tapio/events{/privacy}","subscriptions_url":"https://api.github.com/users/tapio/subscriptions","starred_url":"https://api.github.com/users/tapio/starred{/owner}{/repo}","gists_url":"https://api.github.com/users/tapio/gists{/gist_id}","login":"tapio","avatar_url":"https://secure.gravatar.com/avatar/72de90114945aac9368a612fa114ead9?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","gravatar_id":"72de90114945aac9368a612fa114ead9","id":83229,"followers_url":"https://api.github.com/users/tapio/followers","url":"https://api.github.com/users/tapio","following_url":"https://api.github.com/users/tapio/following","organizations_url":"https://api.github.com/users/tapio/orgs","received_events_url":"https://api.github.com/users/tapio/received_events"},"repo":{"ssh_url":"[email protected]:tapio/Physijs.git","full_name":"tapio/Physijs","git_tags_url":"https://api.github.com/repos/tapio/Physijs/git/tags{/sha}","open_issues_count":0,"subscription_url":"https://api.github.com/repos/tapio/Physijs/subscription","owner":{"repos_url":"https://api.github.com/users/tapio/repos","events_url":"https://api.github.com/users/tapio/events{/privacy}","subscriptions_url":"https://api.github.com/users/tapio/subscriptions","starred_url":"https://api.github.com/users/tapio/starred{/owner}{/repo}","gists_url":"https://api.github.com/users/tapio/gists{/gist_id}","login":"tapio","avatar_url":"https://secure.gravatar.com/avatar/72de90114945aac9368a612fa114ead9?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","gravatar_id":"72de90114945aac9368a612fa114ead9","id":83229,"followers_url":"https://api.github.com/users/tapio/followers","url":"https://api.github.com/users/tapio","following_url":"https://api.github.com/users/tapio/following","organizations_url":"https://api.github.com/users/tapio/orgs","received_events_url":"https://api.github.com/users/tapio/received_events"},"mirror_url":null,"events_url":"https://api.github.com/repos/tapio/Physijs/events","issues_url":"https://api.github.com/repos/tapio/Physijs/issues{/number}","name":"Physijs","open_issues":0,"assignees_url":"https://api.github.com/repos/tapio/Physijs/assignees{/user}","compare_url":"https://api.github.com/repos/tapio/Physijs/compare/{base}...{head}","has_issues":false,"html_url":"https://github.com/tapio/Physijs","git_refs_url":"https://api.github.com/repos/tapio/Physijs/git/refs{/sha}","pulls_url":"https://api.github.com/repos/tapio/Physijs/pulls{/number}","collaborators_url":"https://api.github.com/repos/tapio/Physijs/collaborators{/collaborator}","stargazers_url":"https://api.github.com/repos/tapio/Physijs/stargazers","description":"Physics plugin for Three.js","merges_url":"https://api.github.com/repos/tapio/Physijs/merges","keys_url":"https://api.github.com/repos/tapio/Physijs/keys{/key_id}","forks_url":"https://api.github.com/repos/tapio/Physijs/forks","downloads_url":"https://api.github.com/repos/tapio/Physijs/downloads","watchers":0,"private":false,"forks_count":0,"pushed_at":"2012-11-24T17:39:36Z","fork":true,"size":140,"statuses_url":"https://api.github.com/repos/tapio/Physijs/statuses/{sha}","trees_url":"https://api.github.com/repos/tapio/Physijs/git/trees{/sha}","issue_events_url":"https://api.github.com/repos/tapio/Physijs/issues/events{/number}","subscribers_url":"https://api.github.com/repos/tapio/Physijs/subscribers","branches_url":"https://api.github.com/repos/tapio/Physijs/branches{/branch}","commits_url":"https://api.github.com/repos/tapio/Physijs/commits{/sha}","created_at":"2012-10-08T10:08:46Z","homepage":"","id":6122648,"contributors_url":"https://api.github.com/repos/tapio/Physijs/contributors","language":"JavaScript","git_url":"git://github.com/tapio/Physijs.git","issue_comment_url":"https://api.github.com/repos/tapio/Physijs/issues/comments/{number}","teams_url":"https://api.github.com/repos/tapio/Physijs/teams","milestones_url":"https://api.github.com/repos/tapio/Physijs/milestones{/number}","watchers_count":0,"contents_url":"https://api.github.com/repos/tapio/Physijs/contents/{+path}","hooks_url":"https://api.github.com/repos/tapio/Physijs/hooks","git_commits_url":"https://api.github.com/repos/tapio/Physijs/git/commits{/sha}","notifications_url":"https://api.github.com/repos/tapio/Physijs/notifications{?since,all,participating}","blobs_url":"https://api.github.com/repos/tapio/Physijs/git/blobs{/sha}","languages_url":"https://api.github.com/repos/tapio/Physijs/languages","archive_url":"https://api.github.com/repos/tapio/Physijs/{archive_format}{/ref}","svn_url":"https://github.com/tapio/Physijs","has_wiki":true,"forks":0,"url":"https://api.github.com/repos/tapio/Physijs","has_downloads":true,"clone_url":"https://github.com/tapio/Physijs.git","comments_url":"https://api.github.com/repos/tapio/Physijs/comments{/number}","tags_url":"https://api.github.com/repos/tapio/Physijs/tags{/tag}","updated_at":"2012-11-24T17:39:36Z","labels_url":"https://api.github.com/repos/tapio/Physijs/labels{/name}"},"ref":"set-fixed-time-step"},"merged":true,"assignee":null,"closed_at":"2012-11-27T08:53:37Z","issue_url":"https://github.com/chandlerprall/Physijs/issues/54","base":{"sha":"22988f351ddbe14fdfaecda6e18da78b3383761b","label":"chandlerprall:master","user":{"repos_url":"https://api.github.com/users/chandlerprall/repos","events_url":"https://api.github.com/users/chandlerprall/events{/privacy}","subscriptions_url":"https://api.github.com/users/chandlerprall/subscriptions","starred_url":"https://api.github.com/users/chandlerprall/starred{/owner}{/repo}","gists_url":"https://api.github.com/users/chandlerprall/gists{/gist_id}","login":"chandlerprall","avatar_url":"https://secure.gravatar.com/avatar/e1feb0cbef855794064e81efa08f51b1?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","gravatar_id":"e1feb0cbef855794064e81efa08f51b1","id":313125,"followers_url":"https://api.github.com/users/chandlerprall/followers","url":"https://api.github.com/users/chandlerprall","following_url":"https://api.github.com/users/chandlerprall/following","organizations_url":"https://api.github.com/users/chandlerprall/orgs","received_events_url":"https://api.github.com/users/chandlerprall/received_events"},"repo":{"ssh_url":"[email protected]:chandlerprall/Physijs.git","full_name":"chandlerprall/Physijs","git_tags_url":"https://api.github.com/repos/chandlerprall/Physijs/git/tags{/sha}","open_issues_count":9,"subscription_url":"https://api.github.com/repos/chandlerprall/Physijs/subscription","owner":{"repos_url":"https://api.github.com/users/chandlerprall/repos","events_url":"https://api.github.com/users/chandlerprall/events{/privacy}","subscriptions_url":"https://api.github.com/users/chandlerprall/subscriptions","starred_url":"https://api.github.com/users/chandlerprall/starred{/owner}{/repo}","gists_url":"https://api.github.com/users/chandlerprall/gists{/gist_id}","login":"chandlerprall","avatar_url":"https://secure.gravatar.com/avatar/e1feb0cbef855794064e81efa08f51b1?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","gravatar_id":"e1feb0cbef855794064e81efa08f51b1","id":313125,"followers_url":"https://api.github.com/users/chandlerprall/followers","url":"https://api.github.com/users/chandlerprall","following_url":"https://api.github.com/users/chandlerprall/following","organizations_url":"https://api.github.com/users/chandlerprall/orgs","received_events_url":"https://api.github.com/users/chandlerprall/received_events"},"mirror_url":null,"events_url":"https://api.github.com/repos/chandlerprall/Physijs/events","issues_url":"https://api.github.com/repos/chandlerprall/Physijs/issues{/number}","name":"Physijs","open_issues":9,"assignees_url":"https://api.github.com/repos/chandlerprall/Physijs/assignees{/user}","compare_url":"https://api.github.com/repos/chandlerprall/Physijs/compare/{base}...{head}","has_issues":true,"html_url":"https://github.com/chandlerprall/Physijs","git_refs_url":"https://api.github.com/repos/chandlerprall/Physijs/git/refs{/sha}","pulls_url":"https://api.github.com/repos/chandlerprall/Physijs/pulls{/number}","collaborators_url":"https://api.github.com/repos/chandlerprall/Physijs/collaborators{/collaborator}","stargazers_url":"https://api.github.com/repos/chandlerprall/Physijs/stargazers","description":"Physics plugin for Three.js","merges_url":"https://api.github.com/repos/chandlerprall/Physijs/merges","keys_url":"https://api.github.com/repos/chandlerprall/Physijs/keys{/key_id}","forks_url":"https://api.github.com/repos/chandlerprall/Physijs/forks","downloads_url":"https://api.github.com/repos/chandlerprall/Physijs/downloads","watchers":397,"private":false,"forks_count":28,"pushed_at":"2012-11-27T08:53:36Z","fork":false,"size":228,"statuses_url":"https://api.github.com/repos/chandlerprall/Physijs/statuses/{sha}","trees_url":"https://api.github.com/repos/chandlerprall/Physijs/git/trees{/sha}","issue_events_url":"https://api.github.com/repos/chandlerprall/Physijs/issues/events{/number}","subscribers_url":"https://api.github.com/repos/chandlerprall/Physijs/subscribers","branches_url":"https://api.github.com/repos/chandlerprall/Physijs/branches{/branch}","commits_url":"https://api.github.com/repos/chandlerprall/Physijs/commits{/sha}","created_at":"2012-03-09T08:54:38Z","homepage":"","id":3668946,"contributors_url":"https://api.github.com/repos/chandlerprall/Physijs/contributors","language":"JavaScript","git_url":"git://github.com/chandlerprall/Physijs.git","issue_comment_url":"https://api.github.com/repos/chandlerprall/Physijs/issues/comments/{number}","teams_url":"https://api.github.com/repos/chandlerprall/Physijs/teams","milestones_url":"https://api.github.com/repos/chandlerprall/Physijs/milestones{/number}","watchers_count":397,"contents_url":"https://api.github.com/repos/chandlerprall/Physijs/contents/{+path}","hooks_url":"https://api.github.com/repos/chandlerprall/Physijs/hooks","git_commits_url":"https://api.github.com/repos/chandlerprall/Physijs/git/commits{/sha}","notifications_url":"https://api.github.com/repos/chandlerprall/Physijs/notifications{?since,all,participating}","blobs_url":"https://api.github.com/repos/chandlerprall/Physijs/git/blobs{/sha}","languages_url":"https://api.github.com/repos/chandlerprall/Physijs/languages","archive_url":"https://api.github.com/repos/chandlerprall/Physijs/{archive_format}{/ref}","svn_url":"https://github.com/chandlerprall/Physijs","has_wiki":true,"forks":28,"url":"https://api.github.com/repos/chandlerprall/Physijs","has_downloads":true,"clone_url":"https://github.com/chandlerprall/Physijs.git","comments_url":"https://api.github.com/repos/chandlerprall/Physijs/comments{/number}","tags_url":"https://api.github.com/repos/chandlerprall/Physijs/tags{/tag}","updated_at":"2012-11-27T08:53:36Z","labels_url":"https://api.github.com/repos/chandlerprall/Physijs/labels{/name}"},"ref":"master"},"html_url":"https://github.com/chandlerprall/Physijs/pull/54","review_comments_url":"https://github.com/chandlerprall/Physijs/pull/54/comments","merged_at":"2012-11-27T08:53:37Z","comments":0,"number":54,"milestone":null,"commits_url":"https://github.com/chandlerprall/Physijs/pull/54/commits","created_at":"2012-11-24T17:43:03Z","id":3112417,"title":"New API function: Scene.setFixedTimeStep","_links":{"html":{"href":"https://github.com/chandlerprall/Physijs/pull/54"},"issue":{"href":"https://api.github.com/repos/chandlerprall/Physijs/issues/54"},"comments":{"href":"https://api.github.com/repos/chandlerprall/Physijs/issues/54/comments"},"self":{"href":"https://api.github.com/repos/chandlerprall/Physijs/pulls/54"},"review_comments":{"href":"https://api.github.com/repos/chandlerprall/Physijs/pulls/54/comments"}},"mergeable_state":"unknown","user":{"repos_url":"https://api.github.com/users/tapio/repos","events_url":"https://api.github.com/users/tapio/events{/privacy}","subscriptions_url":"https://api.github.com/users/tapio/subscriptions","starred_url":"https://api.github.com/users/tapio/starred{/owner}{/repo}","gists_url":"https://api.github.com/users/tapio/gists{/gist_id}","login":"tapio","avatar_url":"https://secure.gravatar.com/avatar/72de90114945aac9368a612fa114ead9?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","gravatar_id":"72de90114945aac9368a612fa114ead9","id":83229,"followers_url":"https://api.github.com/users/tapio/followers","url":"https://api.github.com/users/tapio","following_url":"https://api.github.com/users/tapio/following","organizations_url":"https://api.github.com/users/tapio/orgs","received_events_url":"https://api.github.com/users/tapio/received_events"},"commits":1,"review_comment_url":"/repos/chandlerprall/Physijs/pulls/comments/{number}","mergeable":null,"patch_url":"https://github.com/chandlerprall/Physijs/pull/54.patch","additions":11,"review_comments":0,"url":"https://api.github.com/repos/chandlerprall/Physijs/pulls/54","body":"As discussed on IRC, this makes the fixed time step configurable after scene creation.","deletions":1,"comments_url":"https://api.github.com/repos/chandlerprall/Physijs/issues/54/comments","changed_files":2,"diff_url":"https://github.com/chandlerprall/Physijs/pull/54.diff","state":"closed","updated_at":"2012-11-27T08:53:37Z","merged_by":{"repos_url":"https://api.github.com/users/chandlerprall/repos","events_url":"https://api.github.com/users/chandlerprall/events{/privacy}","subscriptions_url":"https://api.github.com/users/chandlerprall/subscriptions","starred_url":"https://api.github.com/users/chandlerprall/starred{/owner}{/repo}","gists_url":"https://api.github.com/users/chandlerprall/gists{/gist_id}","login":"chandlerprall","avatar_url":"https://secure.gravatar.com/avatar/e1feb0cbef855794064e81efa08f51b1?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","gravatar_id":"e1feb0cbef855794064e81efa08f51b1","id":313125,"followers_url":"https://api.github.com/users/chandlerprall/followers","url":"https://api.github.com/users/chandlerprall","following_url":"https://api.github.com/users/chandlerprall/following","organizations_url":"https://api.github.com/users/chandlerprall/orgs","received_events_url":"https://api.github.com/users/chandlerprall/received_events"}},"number":54,"action":"closed"}
{ "id": 3668946, "name": "Physijs", "url": "https://github.com/chandlerprall/Physijs" }
{ "id": null, "login": "chandlerprall", "gravatar_id": "e1feb0cbef855794064e81efa08f51b1", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2012-11-27T08:53:37
null
{"repository":{"forks":28,"description":"Physics plugin for Three.js","owner":"chandlerprall","created_at":"2012-03-09T00:54:38-08:00","has_issues":true,"has_downloads":true,"language":"JavaScript","watchers":397,"open_issues":9,"stargazers":397,"fork":false,"size":228,"has_wiki":true,"homepage":"","private":false,"pushed_at":"2012-11-27T00:53:37-08:00"},"actor_attributes":{"name":"Chandler","email":"[email protected]","location":"Denver, CO","company":"Sympoz","type":"User","blog":"http://www.chandlerprall.com"},"url":"https://github.com/chandlerprall/Physijs/pull/54"}
PullRequestEvent
true
{"action":"opened","pull_request":{"commits":2,"mergeable":null,"title":"make AirDrop windows friendly","patch_url":"https://github.com/chrisjpowers/air-drop/pull/1.patch","comments":0,"merged_by":null,"html_url":"https://github.com/chrisjpowers/air-drop/pull/1","_links":{"self":{"href":"https://api.github.com/repos/chrisjpowers/air-drop/pulls/1"},"comments":{"href":"https://api.github.com/repos/chrisjpowers/air-drop/issues/1/comments"},"issue":{"href":"https://api.github.com/repos/chrisjpowers/air-drop/issues/1"},"html":{"href":"https://github.com/chrisjpowers/air-drop/pull/1"},"review_comments":{"href":"https://api.github.com/repos/chrisjpowers/air-drop/pulls/1/comments"}},"issue_url":"https://github.com/chrisjpowers/air-drop/issues/1","changed_files":2,"created_at":"2012-06-21T10:12:27Z","merged":false,"user":{"gravatar_id":"6d2ea648a75169d46f2e0df0303a6cef","avatar_url":"https://secure.gravatar.com/avatar/6d2ea648a75169d46f2e0df0303a6cef?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","login":"amelon","url":"https://api.github.com/users/amelon","id":786440},"closed_at":null,"additions":27,"merged_at":null,"updated_at":"2012-06-21T10:12:27Z","url":"https://api.github.com/repos/chrisjpowers/air-drop/pulls/1","head":{"label":"amelon:master","sha":"bd9d7972309943097900a240cb14ad0e7ae3da36","repo":{"git_url":"git://github.com/amelon/air-drop.git","full_name":"amelon/air-drop","description":"Node.js Connect middleware for compiling, concatenating and delivering your source code to the browser.","open_issues":0,"html_url":"https://github.com/amelon/air-drop","language":"JavaScript","owner":{"gravatar_id":"6d2ea648a75169d46f2e0df0303a6cef","avatar_url":"https://secure.gravatar.com/avatar/6d2ea648a75169d46f2e0df0303a6cef?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","login":"amelon","url":"https://api.github.com/users/amelon","id":786440},"mirror_url":null,"has_wiki":true,"homepage":"","forks":0,"created_at":"2012-06-20T19:41:30Z","name":"air-drop","watchers":1,"private":false,"fork":true,"has_downloads":true,"ssh_url":"[email protected]:amelon/air-drop.git","pushed_at":"2012-06-21T09:54:47Z","has_issues":false,"updated_at":"2012-06-21T09:54:47Z","url":"https://api.github.com/repos/amelon/air-drop","size":144,"svn_url":"https://github.com/amelon/air-drop","id":4730560,"clone_url":"https://github.com/amelon/air-drop.git"},"user":{"gravatar_id":"6d2ea648a75169d46f2e0df0303a6cef","avatar_url":"https://secure.gravatar.com/avatar/6d2ea648a75169d46f2e0df0303a6cef?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","login":"amelon","url":"https://api.github.com/users/amelon","id":786440},"ref":"master"},"state":"open","base":{"label":"chrisjpowers:master","sha":"2d7bbc8c18142f26b6e23bdf44f862de78646731","repo":{"git_url":"git://github.com/chrisjpowers/air-drop.git","full_name":"chrisjpowers/air-drop","description":"Node.js Connect middleware for compiling, concatenating and delivering your source code to the browser.","open_issues":1,"html_url":"https://github.com/chrisjpowers/air-drop","language":"JavaScript","owner":{"gravatar_id":"7d2ce550cf57ebe702d94f91f5369b4d","avatar_url":"https://secure.gravatar.com/avatar/7d2ce550cf57ebe702d94f91f5369b4d?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","login":"chrisjpowers","url":"https://api.github.com/users/chrisjpowers","id":12329},"mirror_url":null,"has_wiki":true,"homepage":"","forks":4,"created_at":"2012-01-19T23:45:55Z","name":"air-drop","watchers":17,"private":false,"fork":false,"has_downloads":true,"ssh_url":"[email protected]:chrisjpowers/air-drop.git","pushed_at":"2012-06-01T14:57:36Z","has_issues":true,"updated_at":"2012-06-20T19:41:30Z","url":"https://api.github.com/repos/chrisjpowers/air-drop","size":124,"svn_url":"https://github.com/chrisjpowers/air-drop","id":3222298,"clone_url":"https://github.com/chrisjpowers/air-drop.git"},"user":{"gravatar_id":"7d2ce550cf57ebe702d94f91f5369b4d","avatar_url":"https://secure.gravatar.com/avatar/7d2ce550cf57ebe702d94f91f5369b4d?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","login":"chrisjpowers","url":"https://api.github.com/users/chrisjpowers","id":12329},"ref":"master"},"id":1616874,"body":"## Current issues\n### Windows\nCurrently, AirDrop is not working on windows because of path resolution `path.resolve` (nightmare on windows: path `c:/foo/bar` is resolved as `c:\\\\foo\\\\bar`) and it makes bad things on Path AirDrop module.\n\nSecond issue on windows is usage of glob.\nglob wants input with forward-slach (accept `/foo/bar` and not `\\\\foo\\\\bar`). Still path resolution in AirDrop has to fix path before using glob.\n\nLast, but not the least, glob is not working with windows absolute path (eg: `glob('c:/foo/bar')`).\n\nI sent a pull request to glob to fix these issues.\n\n\n### AirDrop\nAirDrop accepts required module to be named:\n\n```javascript\n// in your Node script\nvar package = AirDrop(\"my-package\").require(__dirname + \"/../node_modules/underscore/underscore.js\", {name: \"underscore\"});\n\n// in the browser\nvar _ = require(\"underscore\");\n```\n\nBut this only works if you use `.package()`. Otherwise option `{name: \"foo\"}` is ignored.\nI've modified `_fetchCode` to send `path.name` when provided.\n\nActually I'm preparing a AirDropFlatiron module that is an AirDrop for flatiron (using director router and embed AirDrop as a broadway plugin) and already accept the module_name in url.\n\nAirDrop internal routing should be changed accordingly as commented in the code.\n","deletions":4,"diff_url":"https://github.com/chrisjpowers/air-drop/pull/1.diff","review_comments":0,"number":1},"number":1}
{ "id": null, "name": "air-drop", "url": "https://github.com/chrisjpowers/air-drop" }
{ "id": null, "login": "amelon", "gravatar_id": "6d2ea648a75169d46f2e0df0303a6cef", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2012-06-21T10:12:27
null
{"repository":{"has_wiki":true,"owner":"chrisjpowers","watchers":17,"open_issues":1,"language":"JavaScript","pushed_at":"2012-06-01T07:57:36-07:00","homepage":"","forks":4,"fork":false,"size":124,"has_downloads":true,"created_at":"2012-01-19T15:45:55-08:00","description":"Node.js Connect middleware for compiling, concatenating and delivering your source code to the browser.","has_issues":true,"private":false},"actor_attributes":{"type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/chrisjpowers/air-drop/pull/1"}
PullRequestEvent
true
{"action":"opened","pull_request":{"comments_url":"https://api.github.com/repos/cocos2d/cocos2d-html5/issues/658/comments","created_at":"2012-11-28T10:21:50Z","milestone":null,"review_comments_url":"https://github.com/cocos2d/cocos2d-html5/pull/658/comments","state":"open","merge_commit_sha":"","comments":0,"review_comment_url":"/repos/cocos2d/cocos2d-html5/pulls/comments/{number}","diff_url":"https://github.com/cocos2d/cocos2d-html5/pull/658.diff","issue_url":"https://github.com/cocos2d/cocos2d-html5/issues/658","user":{"followers_url":"https://api.github.com/users/dingpinglv/followers","subscriptions_url":"https://api.github.com/users/dingpinglv/subscriptions","login":"dingpinglv","avatar_url":"https://secure.gravatar.com/avatar/bc2ed1bc775279d84a7c63452c378aaa?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","gists_url":"https://api.github.com/users/dingpinglv/gists{/gist_id}","url":"https://api.github.com/users/dingpinglv","repos_url":"https://api.github.com/users/dingpinglv/repos","gravatar_id":"bc2ed1bc775279d84a7c63452c378aaa","id":1468062,"organizations_url":"https://api.github.com/users/dingpinglv/orgs","received_events_url":"https://api.github.com/users/dingpinglv/received_events","events_url":"https://api.github.com/users/dingpinglv/events{/privacy}","starred_url":"https://api.github.com/users/dingpinglv/starred{/owner}{/repo}","following_url":"https://api.github.com/users/dingpinglv/following"},"merged":false,"deletions":5,"url":"https://api.github.com/repos/cocos2d/cocos2d-html5/pulls/658","html_url":"https://github.com/cocos2d/cocos2d-html5/pull/658","commits":2,"base":{"user":{"followers_url":"https://api.github.com/users/cocos2d/followers","subscriptions_url":"https://api.github.com/users/cocos2d/subscriptions","login":"cocos2d","avatar_url":"https://secure.gravatar.com/avatar/2c474191a9930625c01a6752b40ebf72?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","gists_url":"https://api.github.com/users/cocos2d/gists{/gist_id}","url":"https://api.github.com/users/cocos2d","repos_url":"https://api.github.com/users/cocos2d/repos","gravatar_id":"2c474191a9930625c01a6752b40ebf72","id":234324,"organizations_url":"https://api.github.com/users/cocos2d/orgs","received_events_url":"https://api.github.com/users/cocos2d/received_events","events_url":"https://api.github.com/users/cocos2d/events{/privacy}","starred_url":"https://api.github.com/users/cocos2d/starred{/owner}{/repo}","following_url":"https://api.github.com/users/cocos2d/following"},"repo":{"hooks_url":"https://api.github.com/repos/cocos2d/cocos2d-html5/hooks","teams_url":"https://api.github.com/repos/cocos2d/cocos2d-html5/teams","comments_url":"https://api.github.com/repos/cocos2d/cocos2d-html5/comments{/number}","description":"","created_at":"2012-01-20T07:31:59Z","has_issues":true,"statuses_url":"https://api.github.com/repos/cocos2d/cocos2d-html5/statuses/{sha}","assignees_url":"https://api.github.com/repos/cocos2d/cocos2d-html5/assignees{/user}","owner":{"followers_url":"https://api.github.com/users/cocos2d/followers","subscriptions_url":"https://api.github.com/users/cocos2d/subscriptions","login":"cocos2d","avatar_url":"https://secure.gravatar.com/avatar/2c474191a9930625c01a6752b40ebf72?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","gists_url":"https://api.github.com/users/cocos2d/gists{/gist_id}","url":"https://api.github.com/users/cocos2d","repos_url":"https://api.github.com/users/cocos2d/repos","gravatar_id":"2c474191a9930625c01a6752b40ebf72","id":234324,"organizations_url":"https://api.github.com/users/cocos2d/orgs","received_events_url":"https://api.github.com/users/cocos2d/received_events","events_url":"https://api.github.com/users/cocos2d/events{/privacy}","starred_url":"https://api.github.com/users/cocos2d/starred{/owner}{/repo}","following_url":"https://api.github.com/users/cocos2d/following"},"trees_url":"https://api.github.com/repos/cocos2d/cocos2d-html5/git/trees{/sha}","issue_events_url":"https://api.github.com/repos/cocos2d/cocos2d-html5/issues/events{/number}","contents_url":"https://api.github.com/repos/cocos2d/cocos2d-html5/contents/{+path}","private":false,"blobs_url":"https://api.github.com/repos/cocos2d/cocos2d-html5/git/blobs{/sha}","collaborators_url":"https://api.github.com/repos/cocos2d/cocos2d-html5/collaborators{/collaborator}","subscribers_url":"https://api.github.com/repos/cocos2d/cocos2d-html5/subscribers","forks_count":104,"ssh_url":"[email protected]:cocos2d/cocos2d-html5.git","name":"cocos2d-html5","pulls_url":"https://api.github.com/repos/cocos2d/cocos2d-html5/pulls{/number}","branches_url":"https://api.github.com/repos/cocos2d/cocos2d-html5/branches{/branch}","contributors_url":"https://api.github.com/repos/cocos2d/cocos2d-html5/contributors","has_wiki":false,"homepage":"","git_url":"git://github.com/cocos2d/cocos2d-html5.git","issues_url":"https://api.github.com/repos/cocos2d/cocos2d-html5/issues{/number}","git_tags_url":"https://api.github.com/repos/cocos2d/cocos2d-html5/git/tags{/sha}","fork":false,"has_downloads":true,"watchers_count":341,"forks":104,"labels_url":"https://api.github.com/repos/cocos2d/cocos2d-html5/labels{/name}","url":"https://api.github.com/repos/cocos2d/cocos2d-html5","html_url":"https://github.com/cocos2d/cocos2d-html5","svn_url":"https://github.com/cocos2d/cocos2d-html5","git_commits_url":"https://api.github.com/repos/cocos2d/cocos2d-html5/git/commits{/sha}","merges_url":"https://api.github.com/repos/cocos2d/cocos2d-html5/merges","open_issues_count":17,"milestones_url":"https://api.github.com/repos/cocos2d/cocos2d-html5/milestones{/number}","pushed_at":"2012-11-28T09:46:10Z","size":860,"issue_comment_url":"https://api.github.com/repos/cocos2d/cocos2d-html5/issues/comments/{number}","stargazers_url":"https://api.github.com/repos/cocos2d/cocos2d-html5/stargazers","mirror_url":null,"notifications_url":"https://api.github.com/repos/cocos2d/cocos2d-html5/notifications{?since,all,participating}","languages_url":"https://api.github.com/repos/cocos2d/cocos2d-html5/languages","clone_url":"https://github.com/cocos2d/cocos2d-html5.git","commits_url":"https://api.github.com/repos/cocos2d/cocos2d-html5/commits{/sha}","id":3224614,"open_issues":17,"archive_url":"https://api.github.com/repos/cocos2d/cocos2d-html5/{archive_format}{/ref}","keys_url":"https://api.github.com/repos/cocos2d/cocos2d-html5/keys{/key_id}","tags_url":"https://api.github.com/repos/cocos2d/cocos2d-html5/tags{/tag}","forks_url":"https://api.github.com/repos/cocos2d/cocos2d-html5/forks","downloads_url":"https://api.github.com/repos/cocos2d/cocos2d-html5/downloads","full_name":"cocos2d/cocos2d-html5","language":"JavaScript","subscription_url":"https://api.github.com/repos/cocos2d/cocos2d-html5/subscription","events_url":"https://api.github.com/repos/cocos2d/cocos2d-html5/events","watchers":341,"compare_url":"https://api.github.com/repos/cocos2d/cocos2d-html5/compare/{base}...{head}","git_refs_url":"https://api.github.com/repos/cocos2d/cocos2d-html5/git/refs{/sha}","updated_at":"2012-11-28T09:46:11Z"},"sha":"4569bd59d2410e12eab1fef2bf3406da7effe6fe","ref":"master","label":"cocos2d:master"},"head":{"user":{"followers_url":"https://api.github.com/users/dingpinglv/followers","subscriptions_url":"https://api.github.com/users/dingpinglv/subscriptions","login":"dingpinglv","avatar_url":"https://secure.gravatar.com/avatar/bc2ed1bc775279d84a7c63452c378aaa?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","gists_url":"https://api.github.com/users/dingpinglv/gists{/gist_id}","url":"https://api.github.com/users/dingpinglv","repos_url":"https://api.github.com/users/dingpinglv/repos","gravatar_id":"bc2ed1bc775279d84a7c63452c378aaa","id":1468062,"organizations_url":"https://api.github.com/users/dingpinglv/orgs","received_events_url":"https://api.github.com/users/dingpinglv/received_events","events_url":"https://api.github.com/users/dingpinglv/events{/privacy}","starred_url":"https://api.github.com/users/dingpinglv/starred{/owner}{/repo}","following_url":"https://api.github.com/users/dingpinglv/following"},"repo":{"hooks_url":"https://api.github.com/repos/dingpinglv/cocos2d-html5/hooks","teams_url":"https://api.github.com/repos/dingpinglv/cocos2d-html5/teams","comments_url":"https://api.github.com/repos/dingpinglv/cocos2d-html5/comments{/number}","description":"","created_at":"2012-05-25T01:46:54Z","has_issues":false,"statuses_url":"https://api.github.com/repos/dingpinglv/cocos2d-html5/statuses/{sha}","assignees_url":"https://api.github.com/repos/dingpinglv/cocos2d-html5/assignees{/user}","owner":{"followers_url":"https://api.github.com/users/dingpinglv/followers","subscriptions_url":"https://api.github.com/users/dingpinglv/subscriptions","login":"dingpinglv","avatar_url":"https://secure.gravatar.com/avatar/bc2ed1bc775279d84a7c63452c378aaa?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","gists_url":"https://api.github.com/users/dingpinglv/gists{/gist_id}","url":"https://api.github.com/users/dingpinglv","repos_url":"https://api.github.com/users/dingpinglv/repos","gravatar_id":"bc2ed1bc775279d84a7c63452c378aaa","id":1468062,"organizations_url":"https://api.github.com/users/dingpinglv/orgs","received_events_url":"https://api.github.com/users/dingpinglv/received_events","events_url":"https://api.github.com/users/dingpinglv/events{/privacy}","starred_url":"https://api.github.com/users/dingpinglv/starred{/owner}{/repo}","following_url":"https://api.github.com/users/dingpinglv/following"},"trees_url":"https://api.github.com/repos/dingpinglv/cocos2d-html5/git/trees{/sha}","issue_events_url":"https://api.github.com/repos/dingpinglv/cocos2d-html5/issues/events{/number}","contents_url":"https://api.github.com/repos/dingpinglv/cocos2d-html5/contents/{+path}","private":false,"blobs_url":"https://api.github.com/repos/dingpinglv/cocos2d-html5/git/blobs{/sha}","collaborators_url":"https://api.github.com/repos/dingpinglv/cocos2d-html5/collaborators{/collaborator}","subscribers_url":"https://api.github.com/repos/dingpinglv/cocos2d-html5/subscribers","forks_count":1,"ssh_url":"[email protected]:dingpinglv/cocos2d-html5.git","name":"cocos2d-html5","pulls_url":"https://api.github.com/repos/dingpinglv/cocos2d-html5/pulls{/number}","branches_url":"https://api.github.com/repos/dingpinglv/cocos2d-html5/branches{/branch}","contributors_url":"https://api.github.com/repos/dingpinglv/cocos2d-html5/contributors","has_wiki":false,"homepage":"","git_url":"git://github.com/dingpinglv/cocos2d-html5.git","issues_url":"https://api.github.com/repos/dingpinglv/cocos2d-html5/issues{/number}","git_tags_url":"https://api.github.com/repos/dingpinglv/cocos2d-html5/git/tags{/sha}","fork":true,"has_downloads":true,"watchers_count":1,"forks":1,"labels_url":"https://api.github.com/repos/dingpinglv/cocos2d-html5/labels{/name}","url":"https://api.github.com/repos/dingpinglv/cocos2d-html5","html_url":"https://github.com/dingpinglv/cocos2d-html5","svn_url":"https://github.com/dingpinglv/cocos2d-html5","git_commits_url":"https://api.github.com/repos/dingpinglv/cocos2d-html5/git/commits{/sha}","merges_url":"https://api.github.com/repos/dingpinglv/cocos2d-html5/merges","open_issues_count":0,"milestones_url":"https://api.github.com/repos/dingpinglv/cocos2d-html5/milestones{/number}","pushed_at":"2012-11-28T10:19:14Z","size":336,"issue_comment_url":"https://api.github.com/repos/dingpinglv/cocos2d-html5/issues/comments/{number}","stargazers_url":"https://api.github.com/repos/dingpinglv/cocos2d-html5/stargazers","mirror_url":null,"notifications_url":"https://api.github.com/repos/dingpinglv/cocos2d-html5/notifications{?since,all,participating}","languages_url":"https://api.github.com/repos/dingpinglv/cocos2d-html5/languages","clone_url":"https://github.com/dingpinglv/cocos2d-html5.git","commits_url":"https://api.github.com/repos/dingpinglv/cocos2d-html5/commits{/sha}","id":4440151,"open_issues":0,"archive_url":"https://api.github.com/repos/dingpinglv/cocos2d-html5/{archive_format}{/ref}","keys_url":"https://api.github.com/repos/dingpinglv/cocos2d-html5/keys{/key_id}","tags_url":"https://api.github.com/repos/dingpinglv/cocos2d-html5/tags{/tag}","forks_url":"https://api.github.com/repos/dingpinglv/cocos2d-html5/forks","downloads_url":"https://api.github.com/repos/dingpinglv/cocos2d-html5/downloads","full_name":"dingpinglv/cocos2d-html5","language":"JavaScript","subscription_url":"https://api.github.com/repos/dingpinglv/cocos2d-html5/subscription","events_url":"https://api.github.com/repos/dingpinglv/cocos2d-html5/events","watchers":1,"compare_url":"https://api.github.com/repos/dingpinglv/cocos2d-html5/compare/{base}...{head}","git_refs_url":"https://api.github.com/repos/dingpinglv/cocos2d-html5/git/refs{/sha}","updated_at":"2012-11-28T10:19:14Z"},"sha":"ea044c11bd2e9ee942adf8fed68e46b770df678d","ref":"iss1463_CCBReader","label":"dingpinglv:iss1463_CCBReader"},"merged_by":null,"review_comments":0,"changed_files":2,"patch_url":"https://github.com/cocos2d/cocos2d-html5/pull/658.patch","body":"correct function name from drawSegmentFrom to drawSegment","commits_url":"https://github.com/cocos2d/cocos2d-html5/pull/658/commits","id":3152715,"_links":{"issue":{"href":"https://api.github.com/repos/cocos2d/cocos2d-html5/issues/658"},"comments":{"href":"https://api.github.com/repos/cocos2d/cocos2d-html5/issues/658/comments"},"review_comments":{"href":"https://api.github.com/repos/cocos2d/cocos2d-html5/pulls/658/comments"},"html":{"href":"https://github.com/cocos2d/cocos2d-html5/pull/658"},"self":{"href":"https://api.github.com/repos/cocos2d/cocos2d-html5/pulls/658"}},"closed_at":null,"mergeable_state":"unknown","title":"fixed #1463 correct function name from drawSegmentFrom to drawSegment","number":658,"mergeable":null,"updated_at":"2012-11-28T10:21:50Z","merged_at":null,"assignee":null,"additions":12},"number":658}
{ "id": 3224614, "name": "cocos2d-html5", "url": "https://github.com/cocos2d/cocos2d-html5" }
{ "id": null, "login": "dingpinglv", "gravatar_id": "bc2ed1bc775279d84a7c63452c378aaa", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2012-11-28T10:21:51
null
{"repository":{"owner":"cocos2d","homepage":"","has_wiki":false,"open_issues":17,"created_at":"2012-01-19T23:31:59-08:00","description":"","pushed_at":"2012-11-28T01:46:10-08:00","forks":104,"watchers":341,"fork":false,"size":860,"stargazers":341,"private":false,"has_downloads":true,"language":"JavaScript","has_issues":true},"actor_attributes":{"company":"cocos2d-x.org","email":"[email protected]","name":"dingpinglv","type":"User","location":"XiaMen, fujian, China"},"url":"https://github.com/cocos2d/cocos2d-html5/pull/658"}
PullRequestEvent
true
{"number":387,"pull_request":{"number":387,"issue_url":"https://github.com/cocos2d/cocos2d-html5/issues/387","head":{"label":"linshun:iss1304_JSDocComments","repo":{"name":"cocos2d-html5","has_wiki":false,"size":204,"created_at":"2012-05-25T01:43:34Z","clone_url":"https://github.com/linshun/cocos2d-html5.git","watchers":1,"private":false,"updated_at":"2012-06-18T10:00:38Z","git_url":"git://github.com/linshun/cocos2d-html5.git","url":"https://api.github.com/repos/linshun/cocos2d-html5","ssh_url":"[email protected]:linshun/cocos2d-html5.git","fork":true,"language":"JavaScript","id":4440131,"svn_url":"https://github.com/linshun/cocos2d-html5","pushed_at":"2012-06-18T10:00:37Z","has_downloads":true,"open_issues":0,"mirror_url":null,"homepage":"","full_name":"linshun/cocos2d-html5","has_issues":false,"description":"","forks":0,"html_url":"https://github.com/linshun/cocos2d-html5","owner":{"avatar_url":"https://secure.gravatar.com/avatar/ccde98e831773e9c4c531b3e82d594ba?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"ccde98e831773e9c4c531b3e82d594ba","url":"https://api.github.com/users/linshun","id":1059272,"login":"linshun"}},"sha":"1e3c3d9f7dc09ae48613f7bd7294b2910a1b0e11","ref":"iss1304_JSDocComments","user":{"avatar_url":"https://secure.gravatar.com/avatar/ccde98e831773e9c4c531b3e82d594ba?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"ccde98e831773e9c4c531b3e82d594ba","url":"https://api.github.com/users/linshun","id":1059272,"login":"linshun"}},"changed_files":1,"created_at":"2012-06-18T10:01:06Z","merged":false,"merged_by":null,"body":"issue #1304: add the code that removed by mistake.","comments":0,"title":"issue #1304: add the code that removed by mistake.","updated_at":"2012-06-18T10:01:06Z","additions":45,"diff_url":"https://github.com/cocos2d/cocos2d-html5/pull/387.diff","url":"https://api.github.com/repos/cocos2d/cocos2d-html5/pulls/387","_links":{"html":{"href":"https://github.com/cocos2d/cocos2d-html5/pull/387"},"self":{"href":"https://api.github.com/repos/cocos2d/cocos2d-html5/pulls/387"},"comments":{"href":"https://api.github.com/repos/cocos2d/cocos2d-html5/issues/387/comments"},"issue":{"href":"https://api.github.com/repos/cocos2d/cocos2d-html5/issues/387"},"review_comments":{"href":"https://api.github.com/repos/cocos2d/cocos2d-html5/pulls/387/comments"}},"id":1585919,"patch_url":"https://github.com/cocos2d/cocos2d-html5/pull/387.patch","mergeable":null,"commits":1,"closed_at":null,"merged_at":null,"html_url":"https://github.com/cocos2d/cocos2d-html5/pull/387","deletions":13,"review_comments":0,"user":{"avatar_url":"https://secure.gravatar.com/avatar/ccde98e831773e9c4c531b3e82d594ba?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"ccde98e831773e9c4c531b3e82d594ba","url":"https://api.github.com/users/linshun","id":1059272,"login":"linshun"},"state":"open","base":{"label":"cocos2d:master","repo":{"name":"cocos2d-html5","has_wiki":false,"size":516,"created_at":"2012-01-20T07:31:59Z","clone_url":"https://github.com/cocos2d/cocos2d-html5.git","watchers":128,"private":false,"updated_at":"2012-06-18T09:37:44Z","git_url":"git://github.com/cocos2d/cocos2d-html5.git","url":"https://api.github.com/repos/cocos2d/cocos2d-html5","ssh_url":"[email protected]:cocos2d/cocos2d-html5.git","fork":false,"language":"JavaScript","id":3224614,"svn_url":"https://github.com/cocos2d/cocos2d-html5","pushed_at":"2012-06-18T08:40:57Z","has_downloads":true,"open_issues":1,"mirror_url":null,"homepage":"","full_name":"cocos2d/cocos2d-html5","has_issues":true,"description":"","forks":27,"html_url":"https://github.com/cocos2d/cocos2d-html5","owner":{"avatar_url":"https://secure.gravatar.com/avatar/2c474191a9930625c01a6752b40ebf72?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"2c474191a9930625c01a6752b40ebf72","url":"https://api.github.com/users/cocos2d","id":234324,"login":"cocos2d"}},"sha":"caf5bafaf18d3adeafa3cf8b999328377a25f6c5","ref":"master","user":{"avatar_url":"https://secure.gravatar.com/avatar/2c474191a9930625c01a6752b40ebf72?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"2c474191a9930625c01a6752b40ebf72","url":"https://api.github.com/users/cocos2d","id":234324,"login":"cocos2d"}}},"action":"opened"}
{ "id": null, "name": "cocos2d-html5", "url": "https://github.com/cocos2d/cocos2d-html5" }
{ "id": null, "login": "linshun", "gravatar_id": "ccde98e831773e9c4c531b3e82d594ba", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2012-06-18T10:01:06
null
{"repository":{"has_issues":true,"has_wiki":false,"forks":27,"description":"","open_issues":1,"language":"JavaScript","pushed_at":"2012-06-18T01:40:57-07:00","fork":false,"created_at":"2012-01-19T23:31:59-08:00","homepage":"","watchers":128,"size":516,"private":false,"has_downloads":true,"owner":"cocos2d"},"actor_attributes":{"name":"SeanLin","company":"www.cocos2d-x.org","location":"xiamen","type":"User","email":"5290e7bd3a28926cc59db93db34de1492dec21ad"},"url":"https://github.com/cocos2d/cocos2d-html5/pull/387"}
PullRequestEvent
true
{"pull_request":{"patch_url":"https://github.com/coleifer/flask-peewee/pull/56.patch","commits":1,"changed_files":1,"url":"https://api.github.com/repos/coleifer/flask-peewee/pulls/56","closed_at":"2012-12-21T16:56:24Z","merged_by":{"following_url":"https://api.github.com/users/coleifer/following","events_url":"https://api.github.com/users/coleifer/events{/privacy}","url":"https://api.github.com/users/coleifer","repos_url":"https://api.github.com/users/coleifer/repos","gists_url":"https://api.github.com/users/coleifer/gists{/gist_id}","login":"coleifer","subscriptions_url":"https://api.github.com/users/coleifer/subscriptions","received_events_url":"https://api.github.com/users/coleifer/received_events","gravatar_id":"ebd1c4256c1ece3469d2ccf3031cb6c5","followers_url":"https://api.github.com/users/coleifer/followers","organizations_url":"https://api.github.com/users/coleifer/orgs","avatar_url":"https://secure.gravatar.com/avatar/ebd1c4256c1ece3469d2ccf3031cb6c5?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","id":119974,"starred_url":"https://api.github.com/users/coleifer/starred{/owner}{/repo}","type":"User"},"merge_commit_sha":"98acbe323d782af9799161c908cf995578dfb468","base":{"label":"coleifer:master","sha":"1487bbf94ef778fd189b450ed8382cd93f0f0afa","ref":"master","repo":{"compare_url":"https://api.github.com/repos/coleifer/flask-peewee/compare/{base}...{head}","events_url":"https://api.github.com/repos/coleifer/flask-peewee/events","url":"https://api.github.com/repos/coleifer/flask-peewee","contributors_url":"https://api.github.com/repos/coleifer/flask-peewee/contributors","notifications_url":"https://api.github.com/repos/coleifer/flask-peewee/notifications{?since,all,participating}","languages_url":"https://api.github.com/repos/coleifer/flask-peewee/languages","archive_url":"https://api.github.com/repos/coleifer/flask-peewee/{archive_format}{/ref}","statuses_url":"https://api.github.com/repos/coleifer/flask-peewee/statuses/{sha}","has_wiki":true,"git_commits_url":"https://api.github.com/repos/coleifer/flask-peewee/git/commits{/sha}","milestones_url":"https://api.github.com/repos/coleifer/flask-peewee/milestones{/number}","blobs_url":"https://api.github.com/repos/coleifer/flask-peewee/git/blobs{/sha}","has_downloads":true,"homepage":"http://flask-peewee.readthedocs.org/","pushed_at":"2012-12-21T16:56:24Z","issues_url":"https://api.github.com/repos/coleifer/flask-peewee/issues{/number}","downloads_url":"https://api.github.com/repos/coleifer/flask-peewee/downloads","forks":28,"assignees_url":"https://api.github.com/repos/coleifer/flask-peewee/assignees{/user}","watchers_count":196,"contents_url":"https://api.github.com/repos/coleifer/flask-peewee/contents/{+path}","hooks_url":"https://api.github.com/repos/coleifer/flask-peewee/hooks","description":"flask integration for peewee, including admin, authentication, rest api and more","teams_url":"https://api.github.com/repos/coleifer/flask-peewee/teams","stargazers_url":"https://api.github.com/repos/coleifer/flask-peewee/stargazers","comments_url":"https://api.github.com/repos/coleifer/flask-peewee/comments{/number}","ssh_url":"[email protected]:coleifer/flask-peewee.git","collaborators_url":"https://api.github.com/repos/coleifer/flask-peewee/collaborators{/collaborator}","open_issues":2,"private":false,"svn_url":"https://github.com/coleifer/flask-peewee","owner":{"following_url":"https://api.github.com/users/coleifer/following","events_url":"https://api.github.com/users/coleifer/events{/privacy}","url":"https://api.github.com/users/coleifer","repos_url":"https://api.github.com/users/coleifer/repos","gists_url":"https://api.github.com/users/coleifer/gists{/gist_id}","login":"coleifer","subscriptions_url":"https://api.github.com/users/coleifer/subscriptions","received_events_url":"https://api.github.com/users/coleifer/received_events","gravatar_id":"ebd1c4256c1ece3469d2ccf3031cb6c5","followers_url":"https://api.github.com/users/coleifer/followers","organizations_url":"https://api.github.com/users/coleifer/orgs","avatar_url":"https://secure.gravatar.com/avatar/ebd1c4256c1ece3469d2ccf3031cb6c5?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","id":119974,"starred_url":"https://api.github.com/users/coleifer/starred{/owner}{/repo}","type":"User"},"keys_url":"https://api.github.com/repos/coleifer/flask-peewee/keys{/key_id}","html_url":"https://github.com/coleifer/flask-peewee","subscription_url":"https://api.github.com/repos/coleifer/flask-peewee/subscription","tags_url":"https://api.github.com/repos/coleifer/flask-peewee/tags{/tag}","watchers":196,"mirror_url":null,"git_refs_url":"https://api.github.com/repos/coleifer/flask-peewee/git/refs{/sha}","size":260,"clone_url":"https://github.com/coleifer/flask-peewee.git","language":"Python","branches_url":"https://api.github.com/repos/coleifer/flask-peewee/branches{/branch}","has_issues":true,"fork":false,"git_url":"git://github.com/coleifer/flask-peewee.git","open_issues_count":2,"created_at":"2011-09-16T23:32:56Z","labels_url":"https://api.github.com/repos/coleifer/flask-peewee/labels{/name}","updated_at":"2012-12-21T16:56:24Z","id":2402668,"trees_url":"https://api.github.com/repos/coleifer/flask-peewee/git/trees{/sha}","forks_url":"https://api.github.com/repos/coleifer/flask-peewee/forks","merges_url":"https://api.github.com/repos/coleifer/flask-peewee/merges","forks_count":28,"name":"flask-peewee","full_name":"coleifer/flask-peewee","issue_events_url":"https://api.github.com/repos/coleifer/flask-peewee/issues/events{/number}","subscribers_url":"https://api.github.com/repos/coleifer/flask-peewee/subscribers","issue_comment_url":"https://api.github.com/repos/coleifer/flask-peewee/issues/comments/{number}","commits_url":"https://api.github.com/repos/coleifer/flask-peewee/commits{/sha}","git_tags_url":"https://api.github.com/repos/coleifer/flask-peewee/git/tags{/sha}","pulls_url":"https://api.github.com/repos/coleifer/flask-peewee/pulls{/number}"},"user":{"following_url":"https://api.github.com/users/coleifer/following","events_url":"https://api.github.com/users/coleifer/events{/privacy}","url":"https://api.github.com/users/coleifer","repos_url":"https://api.github.com/users/coleifer/repos","gists_url":"https://api.github.com/users/coleifer/gists{/gist_id}","login":"coleifer","subscriptions_url":"https://api.github.com/users/coleifer/subscriptions","received_events_url":"https://api.github.com/users/coleifer/received_events","gravatar_id":"ebd1c4256c1ece3469d2ccf3031cb6c5","followers_url":"https://api.github.com/users/coleifer/followers","organizations_url":"https://api.github.com/users/coleifer/orgs","avatar_url":"https://secure.gravatar.com/avatar/ebd1c4256c1ece3469d2ccf3031cb6c5?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","id":119974,"starred_url":"https://api.github.com/users/coleifer/starred{/owner}{/repo}","type":"User"}},"review_comments":0,"title":"don't delete the database specific config entries from the app","milestone":null,"body":"don't pop the config entries, maybe I want to read this information from my app again\r\n\r\nI think peewee should not alter/remove any settings of my app","state":"closed","comments_url":"https://api.github.com/repos/coleifer/flask-peewee/issues/56/comments","diff_url":"https://github.com/coleifer/flask-peewee/pull/56.diff","issue_url":"https://github.com/coleifer/flask-peewee/issues/56","additions":2,"merged_at":"2012-12-21T16:56:24Z","assignee":null,"head":{"label":"dedan:master","sha":"555a9de2de01df7080742c87cec56a8e9ca42666","ref":"master","repo":{"compare_url":"https://api.github.com/repos/dedan/flask-peewee/compare/{base}...{head}","events_url":"https://api.github.com/repos/dedan/flask-peewee/events","url":"https://api.github.com/repos/dedan/flask-peewee","contributors_url":"https://api.github.com/repos/dedan/flask-peewee/contributors","notifications_url":"https://api.github.com/repos/dedan/flask-peewee/notifications{?since,all,participating}","languages_url":"https://api.github.com/repos/dedan/flask-peewee/languages","archive_url":"https://api.github.com/repos/dedan/flask-peewee/{archive_format}{/ref}","statuses_url":"https://api.github.com/repos/dedan/flask-peewee/statuses/{sha}","has_wiki":true,"git_commits_url":"https://api.github.com/repos/dedan/flask-peewee/git/commits{/sha}","milestones_url":"https://api.github.com/repos/dedan/flask-peewee/milestones{/number}","blobs_url":"https://api.github.com/repos/dedan/flask-peewee/git/blobs{/sha}","has_downloads":true,"homepage":"http://flask-peewee.readthedocs.org/","pushed_at":"2012-12-21T16:40:49Z","issues_url":"https://api.github.com/repos/dedan/flask-peewee/issues{/number}","downloads_url":"https://api.github.com/repos/dedan/flask-peewee/downloads","forks":0,"assignees_url":"https://api.github.com/repos/dedan/flask-peewee/assignees{/user}","watchers_count":0,"contents_url":"https://api.github.com/repos/dedan/flask-peewee/contents/{+path}","hooks_url":"https://api.github.com/repos/dedan/flask-peewee/hooks","description":"flask integration for peewee, including admin, authentication, rest api and more","teams_url":"https://api.github.com/repos/dedan/flask-peewee/teams","stargazers_url":"https://api.github.com/repos/dedan/flask-peewee/stargazers","comments_url":"https://api.github.com/repos/dedan/flask-peewee/comments{/number}","ssh_url":"[email protected]:dedan/flask-peewee.git","collaborators_url":"https://api.github.com/repos/dedan/flask-peewee/collaborators{/collaborator}","open_issues":0,"private":false,"svn_url":"https://github.com/dedan/flask-peewee","owner":{"following_url":"https://api.github.com/users/dedan/following","events_url":"https://api.github.com/users/dedan/events{/privacy}","url":"https://api.github.com/users/dedan","repos_url":"https://api.github.com/users/dedan/repos","gists_url":"https://api.github.com/users/dedan/gists{/gist_id}","login":"dedan","subscriptions_url":"https://api.github.com/users/dedan/subscriptions","received_events_url":"https://api.github.com/users/dedan/received_events","gravatar_id":"27c5dae2dba5144c208c008084239c9d","followers_url":"https://api.github.com/users/dedan/followers","organizations_url":"https://api.github.com/users/dedan/orgs","avatar_url":"https://secure.gravatar.com/avatar/27c5dae2dba5144c208c008084239c9d?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","id":196905,"starred_url":"https://api.github.com/users/dedan/starred{/owner}{/repo}","type":"User"},"keys_url":"https://api.github.com/repos/dedan/flask-peewee/keys{/key_id}","html_url":"https://github.com/dedan/flask-peewee","subscription_url":"https://api.github.com/repos/dedan/flask-peewee/subscription","tags_url":"https://api.github.com/repos/dedan/flask-peewee/tags{/tag}","watchers":0,"mirror_url":null,"git_refs_url":"https://api.github.com/repos/dedan/flask-peewee/git/refs{/sha}","size":152,"clone_url":"https://github.com/dedan/flask-peewee.git","language":"Python","branches_url":"https://api.github.com/repos/dedan/flask-peewee/branches{/branch}","has_issues":false,"fork":true,"git_url":"git://github.com/dedan/flask-peewee.git","open_issues_count":0,"created_at":"2012-12-21T16:39:14Z","labels_url":"https://api.github.com/repos/dedan/flask-peewee/labels{/name}","updated_at":"2012-12-21T16:40:50Z","id":7276174,"trees_url":"https://api.github.com/repos/dedan/flask-peewee/git/trees{/sha}","forks_url":"https://api.github.com/repos/dedan/flask-peewee/forks","merges_url":"https://api.github.com/repos/dedan/flask-peewee/merges","forks_count":0,"name":"flask-peewee","full_name":"dedan/flask-peewee","issue_events_url":"https://api.github.com/repos/dedan/flask-peewee/issues/events{/number}","subscribers_url":"https://api.github.com/repos/dedan/flask-peewee/subscribers","issue_comment_url":"https://api.github.com/repos/dedan/flask-peewee/issues/comments/{number}","commits_url":"https://api.github.com/repos/dedan/flask-peewee/commits{/sha}","git_tags_url":"https://api.github.com/repos/dedan/flask-peewee/git/tags{/sha}","pulls_url":"https://api.github.com/repos/dedan/flask-peewee/pulls{/number}"},"user":{"following_url":"https://api.github.com/users/dedan/following","events_url":"https://api.github.com/users/dedan/events{/privacy}","url":"https://api.github.com/users/dedan","repos_url":"https://api.github.com/users/dedan/repos","gists_url":"https://api.github.com/users/dedan/gists{/gist_id}","login":"dedan","subscriptions_url":"https://api.github.com/users/dedan/subscriptions","received_events_url":"https://api.github.com/users/dedan/received_events","gravatar_id":"27c5dae2dba5144c208c008084239c9d","followers_url":"https://api.github.com/users/dedan/followers","organizations_url":"https://api.github.com/users/dedan/orgs","avatar_url":"https://secure.gravatar.com/avatar/27c5dae2dba5144c208c008084239c9d?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","id":196905,"starred_url":"https://api.github.com/users/dedan/starred{/owner}{/repo}","type":"User"}},"mergeable_state":"unknown","html_url":"https://github.com/coleifer/flask-peewee/pull/56","number":56,"deletions":2,"review_comments_url":"https://github.com/coleifer/flask-peewee/pull/56/comments","created_at":"2012-12-21T16:42:09Z","updated_at":"2012-12-21T16:56:24Z","id":3461816,"user":{"following_url":"https://api.github.com/users/dedan/following","events_url":"https://api.github.com/users/dedan/events{/privacy}","url":"https://api.github.com/users/dedan","repos_url":"https://api.github.com/users/dedan/repos","gists_url":"https://api.github.com/users/dedan/gists{/gist_id}","login":"dedan","subscriptions_url":"https://api.github.com/users/dedan/subscriptions","received_events_url":"https://api.github.com/users/dedan/received_events","gravatar_id":"27c5dae2dba5144c208c008084239c9d","followers_url":"https://api.github.com/users/dedan/followers","organizations_url":"https://api.github.com/users/dedan/orgs","avatar_url":"https://secure.gravatar.com/avatar/27c5dae2dba5144c208c008084239c9d?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","id":196905,"starred_url":"https://api.github.com/users/dedan/starred{/owner}{/repo}","type":"User"},"_links":{"issue":{"href":"https://api.github.com/repos/coleifer/flask-peewee/issues/56"},"html":{"href":"https://github.com/coleifer/flask-peewee/pull/56"},"review_comments":{"href":"https://api.github.com/repos/coleifer/flask-peewee/pulls/56/comments"},"self":{"href":"https://api.github.com/repos/coleifer/flask-peewee/pulls/56"},"comments":{"href":"https://api.github.com/repos/coleifer/flask-peewee/issues/56/comments"}},"comments":0,"mergeable":null,"commits_url":"https://github.com/coleifer/flask-peewee/pull/56/commits","merged":true,"review_comment_url":"/repos/coleifer/flask-peewee/pulls/comments/{number}"},"number":56,"action":"closed"}
{ "id": 2402668, "name": "flask-peewee", "url": "https://github.com/coleifer/flask-peewee" }
{ "id": null, "login": "coleifer", "gravatar_id": "ebd1c4256c1ece3469d2ccf3031cb6c5", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2012-12-21T16:56:24
null
{"repository":{"has_wiki":true,"owner":"coleifer","open_issues":2,"created_at":"2011-09-16T16:32:56-07:00","homepage":"http://flask-peewee.readthedocs.org/","pushed_at":"2012-12-21T08:56:25-08:00","description":"flask integration for peewee, including admin, authentication, rest api and more","forks":28,"has_issues":true,"fork":false,"size":260,"has_downloads":true,"watchers":196,"private":false,"language":"Python","stargazers":196},"actor_attributes":{"email":"[email protected]","blog":"http://charlesleifer.com/blog/","company":"The Nerdery","type":"User","name":"Charles Leifer","location":"Lawrence, KS"},"url":"https://github.com/coleifer/flask-peewee/pull/56"}
PullRequestEvent
true
{"number":1,"pull_request":{"number":1,"head":{"repo":{"name":"gaeunit","created_at":"2011-08-20T19:32:51Z","size":108,"has_wiki":true,"clone_url":"https://github.com/tantalor/gaeunit.git","updated_at":"2011-10-04T18:13:58Z","private":false,"watchers":2,"git_url":"git://github.com/tantalor/gaeunit.git","fork":true,"ssh_url":"[email protected]:tantalor/gaeunit.git","language":"Python","url":"https://api.github.com/repos/tantalor/gaeunit","id":2240346,"pushed_at":"2011-08-20T19:42:49Z","svn_url":"https://github.com/tantalor/gaeunit","open_issues":0,"mirror_url":null,"has_downloads":true,"homepage":"http://code.google.com/p/gaeunit/","has_issues":false,"forks":0,"description":"The unit testing framework for Google App Engine. A clone of the SVN repository.","html_url":"https://github.com/tantalor/gaeunit","owner":{"avatar_url":"https://secure.gravatar.com/avatar/8134f2e2f24cf73b42d1b751582ba408?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"8134f2e2f24cf73b42d1b751582ba408","url":"https://api.github.com/users/tantalor","id":1652,"login":"tantalor"}},"label":"tantalor:master","sha":"2519a94c5f6c332f566437ffa8145c7a2b6fe53f","ref":"master","user":{"avatar_url":"https://secure.gravatar.com/avatar/8134f2e2f24cf73b42d1b751582ba408?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"8134f2e2f24cf73b42d1b751582ba408","url":"https://api.github.com/users/tantalor","id":1652,"login":"tantalor"}},"issue_url":"https://github.com/colinsullivan/gaeunit/issues/1","created_at":"2011-08-20T19:37:01Z","merged":true,"changed_files":2,"merged_by":{"avatar_url":"https://secure.gravatar.com/avatar/1374b16f355e187538b991cb08ed22e8?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"1374b16f355e187538b991cb08ed22e8","url":"https://api.github.com/users/colinsullivan","id":94535,"login":"colinsullivan"},"body":"so that gaeunit could be installed via pip\r\n\r\nHere's how I installed it into my app:\r\n\r\n $ env/bin/pip -E env/ install git+ssh://[email protected]/tantalor/gaeunit.git\r\n Downloading/unpacking git+ssh://[email protected]/tantalor/gaeunit.git\r\n Cloning ssh://[email protected]/tantalor/gaeunit.git to /var/folders/R4/R4zsKmAt2RmbiE+F71K3YU+++TM/-Tmp-/pip-hSyVEx-build\r\n Running setup.py egg_info for package from git+ssh://[email protected]/tantalor/gaeunit.git\r\n Installing collected packages: gaeunit\r\n Running setup.py install for gaeunit\r\n Successfully installed gaeunit\r\n Cleaning up...\r\n","title":"added a setup script","comments":0,"updated_at":"2012-05-11T07:28:50Z","additions":12,"diff_url":"https://github.com/colinsullivan/gaeunit/pull/1.diff","_links":{"html":{"href":"https://github.com/colinsullivan/gaeunit/pull/1"},"self":{"href":"https://api.github.com/repos/colinsullivan/gaeunit/pulls/1"},"comments":{"href":"https://api.github.com/repos/colinsullivan/gaeunit/issues/1/comments"},"issue":{"href":"https://api.github.com/repos/colinsullivan/gaeunit/issues/1"},"review_comments":{"href":"https://api.github.com/repos/colinsullivan/gaeunit/pulls/1/comments"}},"url":"https://api.github.com/repos/colinsullivan/gaeunit/pulls/1","id":281925,"patch_url":"https://github.com/colinsullivan/gaeunit/pull/1.patch","mergeable":null,"merged_at":"2012-05-11T07:28:50Z","commits":2,"closed_at":"2012-05-11T07:28:50Z","html_url":"https://github.com/colinsullivan/gaeunit/pull/1","review_comments":0,"user":{"avatar_url":"https://secure.gravatar.com/avatar/8134f2e2f24cf73b42d1b751582ba408?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"8134f2e2f24cf73b42d1b751582ba408","url":"https://api.github.com/users/tantalor","id":1652,"login":"tantalor"},"deletions":1,"state":"closed","base":{"repo":{"name":"gaeunit","created_at":"2011-02-04T21:18:40Z","size":168,"has_wiki":true,"clone_url":"https://github.com/colinsullivan/gaeunit.git","updated_at":"2012-05-11T07:28:51Z","private":false,"watchers":5,"git_url":"git://github.com/colinsullivan/gaeunit.git","fork":false,"ssh_url":"[email protected]:colinsullivan/gaeunit.git","language":"Python","url":"https://api.github.com/repos/colinsullivan/gaeunit","id":1329594,"pushed_at":"2012-05-11T07:28:51Z","svn_url":"https://github.com/colinsullivan/gaeunit","open_issues":1,"mirror_url":null,"has_downloads":true,"homepage":"http://code.google.com/p/gaeunit/","has_issues":true,"forks":3,"description":"The unit testing framework for Google App Engine. A clone of the SVN repository.","html_url":"https://github.com/colinsullivan/gaeunit","owner":{"avatar_url":"https://secure.gravatar.com/avatar/1374b16f355e187538b991cb08ed22e8?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"1374b16f355e187538b991cb08ed22e8","url":"https://api.github.com/users/colinsullivan","id":94535,"login":"colinsullivan"}},"label":"colinsullivan:master","sha":"aff7599a089b0e7a0c59591647fd576a03db8aac","ref":"master","user":{"avatar_url":"https://secure.gravatar.com/avatar/1374b16f355e187538b991cb08ed22e8?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"1374b16f355e187538b991cb08ed22e8","url":"https://api.github.com/users/colinsullivan","id":94535,"login":"colinsullivan"}}},"action":"closed"}
{ "id": null, "name": "gaeunit", "url": "https://github.com/colinsullivan/gaeunit" }
{ "id": null, "login": "colinsullivan", "gravatar_id": "1374b16f355e187538b991cb08ed22e8", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2012-05-11T07:28:52
null
{"repository":{"homepage":"http://code.google.com/p/gaeunit/","watchers":5,"has_downloads":true,"fork":false,"has_issues":true,"has_wiki":true,"forks":3,"description":"The unit testing framework for Google App Engine. A clone of the SVN repository.","size":168,"private":false,"language":"Python","created_at":"2011/02/04 13:18:40 -0800","owner":"colinsullivan","open_issues":1,"pushed_at":"2012/05/11 00:28:51 -0700"},"actor_attributes":{"name":"Colin Sullivan","location":"Palo Alto, CA","blog":"colin-sullivan.com","type":"User","email":"[email protected]"},"url":"https://github.com/colinsullivan/gaeunit/pull/1"}
PullRequestEvent
true
{"number":57,"pull_request":{"head":{"repo":{"name":"coremob-tests","size":432,"has_wiki":true,"created_at":"2012-03-29T18:56:41Z","clone_url":"https://github.com/facebook/coremob-tests.git","updated_at":"2012-04-10T03:54:13Z","watchers":33,"private":false,"git_url":"git://github.com/facebook/coremob-tests.git","ssh_url":"[email protected]:facebook/coremob-tests.git","fork":true,"url":"https://api.github.com/repos/facebook/coremob-tests","language":"JavaScript","id":3869365,"svn_url":"https://github.com/facebook/coremob-tests","pushed_at":"2012-04-10T03:54:13Z","mirror_url":null,"has_downloads":true,"open_issues":0,"has_issues":false,"homepage":"http://coremob.org","forks":3,"description":"Tests for the coremob specs.","html_url":"https://github.com/facebook/coremob-tests","owner":{"gravatar_id":"193c1a93276f729041fc875cf2a20773","avatar_url":"https://secure.gravatar.com/avatar/193c1a93276f729041fc875cf2a20773?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png","url":"https://api.github.com/users/facebook","id":69631,"login":"facebook"}},"label":"facebook:css3dtransforms","sha":"0601487a5d16be735e0fa87e46eee37706a5d5a7","ref":"css3dtransforms","user":{"gravatar_id":"193c1a93276f729041fc875cf2a20773","avatar_url":"https://secure.gravatar.com/avatar/193c1a93276f729041fc875cf2a20773?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png","url":"https://api.github.com/users/facebook","id":69631,"login":"facebook"}},"number":57,"issue_url":"https://github.com/coremob/coremob-tests/issues/57","merged":false,"changed_files":4,"merged_by":null,"created_at":"2012-04-10T04:00:53Z","body":"","title":"Adding css3dtransforms test.","comments":0,"updated_at":"2012-04-10T04:00:53Z","diff_url":"https://github.com/coremob/coremob-tests/pull/57.diff","additions":73,"url":"https://api.github.com/repos/coremob/coremob-tests/pulls/57","_links":{"html":{"href":"https://github.com/coremob/coremob-tests/pull/57"},"self":{"href":"https://api.github.com/repos/coremob/coremob-tests/pulls/57"},"comments":{"href":"https://api.github.com/repos/coremob/coremob-tests/issues/57/comments"},"review_comments":{"href":"https://api.github.com/repos/coremob/coremob-tests/pulls/57/comments"}},"id":1132574,"patch_url":"https://github.com/coremob/coremob-tests/pull/57.patch","mergeable":null,"commits":1,"merged_at":null,"closed_at":null,"html_url":"https://github.com/coremob/coremob-tests/pull/57","user":{"gravatar_id":"b8671ed333a50c613f7a9dd7bf5d469f","avatar_url":"https://secure.gravatar.com/avatar/b8671ed333a50c613f7a9dd7bf5d469f?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","url":"https://api.github.com/users/mattwkelly","id":174449,"login":"mattwkelly"},"review_comments":0,"deletions":0,"base":{"repo":{"name":"coremob-tests","size":120,"has_wiki":true,"created_at":"2012-03-29T16:14:37Z","clone_url":"https://github.com/coremob/coremob-tests.git","updated_at":"2012-04-08T05:19:23Z","watchers":35,"private":false,"git_url":"git://github.com/coremob/coremob-tests.git","ssh_url":"[email protected]:coremob/coremob-tests.git","fork":false,"url":"https://api.github.com/repos/coremob/coremob-tests","language":"JavaScript","id":3867843,"svn_url":"https://github.com/coremob/coremob-tests","pushed_at":"2012-03-29T18:28:38Z","mirror_url":null,"has_downloads":true,"open_issues":59,"has_issues":true,"homepage":"http://coremob.org","forks":8,"description":"Tests for the coremob specs.","html_url":"https://github.com/coremob/coremob-tests","owner":{"gravatar_id":"1425b7997caf6f6609d1ec3013a2fec9","avatar_url":"https://secure.gravatar.com/avatar/1425b7997caf6f6609d1ec3013a2fec9?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png","url":"https://api.github.com/users/coremob","id":1476342,"login":"coremob"}},"label":"coremob:master","sha":"f9060145f50e359e3dbc6e18df392a9e8b49d508","ref":"master","user":{"gravatar_id":"1425b7997caf6f6609d1ec3013a2fec9","avatar_url":"https://secure.gravatar.com/avatar/1425b7997caf6f6609d1ec3013a2fec9?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png","url":"https://api.github.com/users/coremob","id":1476342,"login":"coremob"}},"state":"open"},"action":"opened"}
{ "id": null, "name": "coremob-tests", "url": "https://github.com/coremob/coremob-tests" }
{ "id": null, "login": "mattwkelly", "gravatar_id": "b8671ed333a50c613f7a9dd7bf5d469f", "avatar_url": null, "url": null }
{ "id": null, "login": "coremob", "gravatar_id": null, "avatar_url": null, "url": null }
2012-04-10T04:00:56
null
{"repository":{"watchers":35,"pushed_at":"2012/03/29 11:28:38 -0700","homepage":"http://coremob.org","organization":"coremob","has_downloads":true,"has_issues":true,"forks":8,"fork":false,"language":"JavaScript","size":120,"private":false,"has_wiki":true,"created_at":"2012/03/29 09:14:37 -0700","owner":"coremob","description":"Tests for the coremob specs.","open_issues":60},"actor_attributes":{"name":"Matt Kelly","company":"Facebook","location":"San Francisco, CA","blog":"www.facebook.com/mk","type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/coremob/coremob-tests/pull/57"}
PullRequestEvent
true
{"number":159,"action":"opened","pull_request":{"patch_url":"https://github.com/cpp-netlib/cpp-netlib/pull/159.patch","head":{"sha":"7b484fb18f35b32a732a4f6635b7d4a96c8d6700","label":"neobobkrause:patch-1","repo":{"ssh_url":"[email protected]:neobobkrause/cpp-netlib.git","full_name":"neobobkrause/cpp-netlib","open_issues_count":0,"mirror_url":null,"size":84,"watchers":0,"has_downloads":true,"created_at":"2012-10-23T14:48:49Z","updated_at":"2012-10-23T14:51:59Z","forks_count":0,"watchers_count":0,"owner":{"url":"https://api.github.com/users/neobobkrause","gravatar_id":"eb4c212c66bcaa8ba1cfc45f2c643bc7","id":2256359,"_links":{"self":{"href":"https://api.github.com/users/neobobkrause"}},"avatar_url":"https://secure.gravatar.com/avatar/eb4c212c66bcaa8ba1cfc45f2c643bc7?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","login":"neobobkrause"},"url":"https://api.github.com/repos/neobobkrause/cpp-netlib","has_issues":false,"homepage":"http://cpp-netlib.github.com/","forks":0,"has_wiki":true,"open_issues":0,"svn_url":"https://github.com/neobobkrause/cpp-netlib","id":6354309,"pushed_at":"2012-10-23T14:51:28Z","name":"cpp-netlib","clone_url":"https://github.com/neobobkrause/cpp-netlib.git","html_url":"https://github.com/neobobkrause/cpp-netlib","private":false,"_links":{"self":{"href":"https://api.github.com/repos/neobobkrause/cpp-netlib"}},"fork":true,"description":"The C++ Network Library Project -- header-only, cross-platform, standards compliant networking library.","git_url":"git://github.com/neobobkrause/cpp-netlib.git","language":"C++"},"user":{"url":"https://api.github.com/users/neobobkrause","gravatar_id":"eb4c212c66bcaa8ba1cfc45f2c643bc7","id":2256359,"_links":{"self":{"href":"https://api.github.com/users/neobobkrause"}},"avatar_url":"https://secure.gravatar.com/avatar/eb4c212c66bcaa8ba1cfc45f2c643bc7?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","login":"neobobkrause"},"ref":"patch-1"},"assignee":null,"body":"Properly initialize resolver_strand_ data member in async_client constructor that accepts an io_service.","review_comments":0,"created_at":"2012-10-23T14:52:42Z","mergeable_state":"unknown","updated_at":"2012-10-23T14:52:42Z","mergeable":null,"url":"https://api.github.com/repos/cpp-netlib/cpp-netlib/pulls/159","title":"Update boost/network/protocol/http/client/async_impl.hpp","issue_url":"https://github.com/cpp-netlib/cpp-netlib/issues/159","milestone":null,"additions":3,"merged_by":null,"deletions":1,"number":159,"diff_url":"https://github.com/cpp-netlib/cpp-netlib/pull/159.diff","id":2743016,"commits":1,"merge_commit_sha":"","html_url":"https://github.com/cpp-netlib/cpp-netlib/pull/159","_links":{"html":{"href":"https://github.com/cpp-netlib/cpp-netlib/pull/159"},"review_comments":{"href":"https://api.github.com/repos/cpp-netlib/cpp-netlib/pulls/159/comments"},"issue":{"href":"https://api.github.com/repos/cpp-netlib/cpp-netlib/issues/159"},"self":{"href":"https://api.github.com/repos/cpp-netlib/cpp-netlib/pulls/159"},"comments":{"href":"https://api.github.com/repos/cpp-netlib/cpp-netlib/issues/159/comments"}},"user":{"url":"https://api.github.com/users/neobobkrause","gravatar_id":"eb4c212c66bcaa8ba1cfc45f2c643bc7","id":2256359,"_links":{"self":{"href":"https://api.github.com/users/neobobkrause"}},"avatar_url":"https://secure.gravatar.com/avatar/eb4c212c66bcaa8ba1cfc45f2c643bc7?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","login":"neobobkrause"},"state":"open","merged_at":null,"changed_files":1,"base":{"sha":"aca06670fb515fc8fdeb9f285707d9eb9e83cf9b","label":"cpp-netlib:0.9-devel","repo":{"ssh_url":"[email protected]:cpp-netlib/cpp-netlib.git","full_name":"cpp-netlib/cpp-netlib","open_issues_count":39,"mirror_url":null,"size":79769,"watchers":227,"has_downloads":true,"created_at":"2010-01-29T19:31:39Z","updated_at":"2012-10-23T14:48:49Z","forks_count":43,"watchers_count":227,"owner":{"url":"https://api.github.com/users/cpp-netlib","gravatar_id":"b033b6b2f735b4d36a6603cff00aec0d","id":192422,"_links":{"self":{"href":"https://api.github.com/users/cpp-netlib"}},"avatar_url":"https://secure.gravatar.com/avatar/b033b6b2f735b4d36a6603cff00aec0d?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-org-420.png","login":"cpp-netlib"},"url":"https://api.github.com/repos/cpp-netlib/cpp-netlib","has_issues":true,"homepage":"http://cpp-netlib.github.com/","forks":43,"has_wiki":true,"open_issues":39,"svn_url":"https://github.com/cpp-netlib/cpp-netlib","id":494068,"pushed_at":"2012-10-17T06:13:41Z","name":"cpp-netlib","clone_url":"https://github.com/cpp-netlib/cpp-netlib.git","html_url":"https://github.com/cpp-netlib/cpp-netlib","private":false,"_links":{"self":{"href":"https://api.github.com/repos/cpp-netlib/cpp-netlib"}},"fork":true,"description":"The C++ Network Library Project -- header-only, cross-platform, standards compliant networking library.","git_url":"git://github.com/cpp-netlib/cpp-netlib.git","language":"C++"},"user":{"url":"https://api.github.com/users/cpp-netlib","gravatar_id":"b033b6b2f735b4d36a6603cff00aec0d","id":192422,"_links":{"self":{"href":"https://api.github.com/users/cpp-netlib"}},"avatar_url":"https://secure.gravatar.com/avatar/b033b6b2f735b4d36a6603cff00aec0d?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-org-420.png","login":"cpp-netlib"},"ref":"0.9-devel"},"merged":false,"closed_at":null,"comments":0}}
{ "id": 494068, "name": "cpp-netlib", "url": "https://github.com/cpp-netlib/cpp-netlib" }
{ "id": null, "login": "neobobkrause", "gravatar_id": "eb4c212c66bcaa8ba1cfc45f2c643bc7", "avatar_url": null, "url": null }
{ "id": null, "login": "cpp-netlib", "gravatar_id": null, "avatar_url": null, "url": null }
2012-10-23T14:52:43
null
{"repository":{"created_at":"2010-01-29T11:31:39-08:00","description":"The C++ Network Library Project -- header-only, cross-platform, standards compliant networking library.","owner":"cpp-netlib","has_wiki":true,"pushed_at":"2012-10-16T23:13:41-07:00","forks":43,"has_issues":true,"open_issues":39,"organization":"cpp-netlib","watchers":227,"integrate_branch":"master","stargazers":227,"fork":true,"size":79769,"language":"C++","has_downloads":true,"homepage":"http://cpp-netlib.github.com/","private":false},"actor_attributes":{"type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/cpp-netlib/cpp-netlib/pull/159"}
PullRequestEvent
true
{"number":20,"pull_request":{"head":{"label":"xgalvin:master","repo":{"name":"Hyperboria.net","master_branch":null,"size":140,"created_at":"2012-03-10T18:14:37Z","has_wiki":false,"clone_url":"https://github.com/xgalvin/Hyperboria.net.git","watchers":1,"private":false,"updated_at":"2012-03-15T05:27:16Z","fork":true,"ssh_url":"[email protected]:xgalvin/Hyperboria.net.git","language":"JavaScript","git_url":"git://github.com/xgalvin/Hyperboria.net.git","url":"https://api.github.com/repos/xgalvin/Hyperboria.net","id":3681276,"svn_url":"https://github.com/xgalvin/Hyperboria.net","pushed_at":"2012-03-15T05:27:16Z","has_downloads":true,"open_issues":0,"mirror_url":null,"homepage":"http://hyperboria.net/","has_issues":false,"forks":0,"description":"Hyperboria is the decentralized network powered by CJDNS. This is the project website.","html_url":"https://github.com/xgalvin/Hyperboria.net","owner":{"gravatar_id":"d0069bc56596e4711d836e4bc1e98602","avatar_url":"https://secure.gravatar.com/avatar/d0069bc56596e4711d836e4bc1e98602?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","url":"https://api.github.com/users/xgalvin","id":766219,"login":"xgalvin"}},"sha":"f2f8a55eac868c83abcfc2116cd5588542ab35fe","ref":"master","user":{"gravatar_id":"d0069bc56596e4711d836e4bc1e98602","avatar_url":"https://secure.gravatar.com/avatar/d0069bc56596e4711d836e4bc1e98602?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","url":"https://api.github.com/users/xgalvin","id":766219,"login":"xgalvin"}},"number":20,"issue_url":"https://github.com/dansup/Hyperboria.net/issues/20","changed_files":3,"merged":false,"merged_by":null,"created_at":"2012-03-15T05:37:49Z","body":"I also disabled the cache, for now.","title":"I think I found that byte order mark.","comments":0,"diff_url":"https://github.com/dansup/Hyperboria.net/pull/20.diff","additions":11,"updated_at":"2012-03-15T05:37:49Z","_links":{"html":{"href":"https://github.com/dansup/Hyperboria.net/pull/20"},"self":{"href":"https://api.github.com/repos/dansup/Hyperboria.net/pulls/20"},"comments":{"href":"https://api.github.com/repos/dansup/Hyperboria.net/issues/20/comments"},"review_comments":{"href":"https://api.github.com/repos/dansup/Hyperboria.net/pulls/20/comments"}},"url":"https://api.github.com/repos/dansup/Hyperboria.net/pulls/20","id":987664,"patch_url":"https://github.com/dansup/Hyperboria.net/pull/20.patch","mergeable":null,"commits":3,"merged_at":null,"closed_at":null,"deletions":10,"review_comments":0,"user":{"gravatar_id":"d0069bc56596e4711d836e4bc1e98602","avatar_url":"https://secure.gravatar.com/avatar/d0069bc56596e4711d836e4bc1e98602?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","url":"https://api.github.com/users/xgalvin","id":766219,"login":"xgalvin"},"html_url":"https://github.com/dansup/Hyperboria.net/pull/20","base":{"label":"dansup:master","repo":{"name":"Hyperboria.net","master_branch":null,"size":192,"created_at":"2012-02-26T20:43:02Z","has_wiki":true,"clone_url":"https://github.com/dansup/Hyperboria.net.git","watchers":7,"private":false,"updated_at":"2012-03-15T05:20:34Z","fork":false,"ssh_url":"[email protected]:dansup/Hyperboria.net.git","language":"JavaScript","git_url":"git://github.com/dansup/Hyperboria.net.git","url":"https://api.github.com/repos/dansup/Hyperboria.net","id":3554677,"svn_url":"https://github.com/dansup/Hyperboria.net","pushed_at":"2012-03-15T05:20:34Z","has_downloads":true,"open_issues":1,"mirror_url":null,"homepage":"","has_issues":true,"forks":6,"description":"","html_url":"https://github.com/dansup/Hyperboria.net","owner":{"gravatar_id":"d4ea9dfbe40ad0e70f709a78ac78e4b9","avatar_url":"https://secure.gravatar.com/avatar/d4ea9dfbe40ad0e70f709a78ac78e4b9?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","url":"https://api.github.com/users/dansup","id":877217,"login":"dansup"}},"sha":"f8e8c84ce7f5c6efd1dcac3dbd330775880072e0","ref":"master","user":{"gravatar_id":"d4ea9dfbe40ad0e70f709a78ac78e4b9","avatar_url":"https://secure.gravatar.com/avatar/d4ea9dfbe40ad0e70f709a78ac78e4b9?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","url":"https://api.github.com/users/dansup","id":877217,"login":"dansup"}},"state":"open"},"action":"opened"}
{ "id": null, "name": "Hyperboria.net", "url": "https://github.com/dansup/Hyperboria.net" }
{ "id": null, "login": "xgalvin", "gravatar_id": "d0069bc56596e4711d836e4bc1e98602", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2012-03-15T05:37:49
null
{"repository":{"has_wiki":true,"homepage":"","open_issues":1,"watchers":7,"pushed_at":"2012/03/14 22:20:34 -0700","fork":false,"language":"JavaScript","size":192,"private":false,"has_downloads":true,"owner":"dansup","has_issues":true,"created_at":"2012/02/26 12:43:02 -0800","forks":6,"description":""},"actor_attributes":{"name":"Padraig X Galvin","location":"Brest, France","blog":"xgalvin.eu","type":"User","email":"[email protected]"},"url":"https://github.com/dansup/Hyperboria.net/pull/20"}
PullRequestEvent
true
{"pull_request":{"body":"Some new text","review_comments":0,"merged_at":null,"patch_url":"https://github.com/davekonopka/test-repo/pull/1.patch","id":2241681,"mergeable_state":"unknown","merged":false,"updated_at":"2012-09-04T16:38:07Z","milestone":null,"head":{"ref":"branch1","label":"davekonopka:branch1","user":{"id":57581,"avatar_url":"https://secure.gravatar.com/avatar/eb70cb2a44f7091c0e34b698afbe55da?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","login":"davekonopka","gravatar_id":"eb70cb2a44f7091c0e34b698afbe55da","url":"https://api.github.com/users/davekonopka"},"repo":{"forks_count":0,"has_issues":true,"id":5675357,"pushed_at":"2012-09-04T16:37:48Z","homepage":null,"watchers":0,"updated_at":"2012-09-04T16:37:48Z","has_wiki":true,"language":null,"description":"","fork":false,"size":92,"mirror_url":null,"ssh_url":"[email protected]:davekonopka/test-repo.git","full_name":"davekonopka/test-repo","forks":0,"owner":{"id":57581,"avatar_url":"https://secure.gravatar.com/avatar/eb70cb2a44f7091c0e34b698afbe55da?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","login":"davekonopka","gravatar_id":"eb70cb2a44f7091c0e34b698afbe55da","url":"https://api.github.com/users/davekonopka"},"open_issues_count":1,"watchers_count":0,"git_url":"git://github.com/davekonopka/test-repo.git","clone_url":"https://github.com/davekonopka/test-repo.git","svn_url":"https://github.com/davekonopka/test-repo","private":false,"name":"test-repo","html_url":"https://github.com/davekonopka/test-repo","has_downloads":true,"open_issues":1,"created_at":"2012-09-04T16:35:55Z","url":"https://api.github.com/repos/davekonopka/test-repo"},"sha":"3cdfab2dc822843294ec8e591aed58d45d09d39e"},"base":{"ref":"master","label":"davekonopka:master","user":{"id":57581,"avatar_url":"https://secure.gravatar.com/avatar/eb70cb2a44f7091c0e34b698afbe55da?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","login":"davekonopka","gravatar_id":"eb70cb2a44f7091c0e34b698afbe55da","url":"https://api.github.com/users/davekonopka"},"repo":{"forks_count":0,"has_issues":true,"id":5675357,"pushed_at":"2012-09-04T16:37:48Z","homepage":null,"watchers":0,"updated_at":"2012-09-04T16:37:48Z","has_wiki":true,"language":null,"description":"","fork":false,"size":92,"mirror_url":null,"ssh_url":"[email protected]:davekonopka/test-repo.git","full_name":"davekonopka/test-repo","forks":0,"owner":{"id":57581,"avatar_url":"https://secure.gravatar.com/avatar/eb70cb2a44f7091c0e34b698afbe55da?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","login":"davekonopka","gravatar_id":"eb70cb2a44f7091c0e34b698afbe55da","url":"https://api.github.com/users/davekonopka"},"open_issues_count":1,"watchers_count":0,"git_url":"git://github.com/davekonopka/test-repo.git","clone_url":"https://github.com/davekonopka/test-repo.git","svn_url":"https://github.com/davekonopka/test-repo","private":false,"name":"test-repo","html_url":"https://github.com/davekonopka/test-repo","has_downloads":true,"open_issues":1,"created_at":"2012-09-04T16:35:55Z","url":"https://api.github.com/repos/davekonopka/test-repo"},"sha":"d6d4e4ef8871aa37c9c349985d3bfe2dd685bdfb"},"deletions":0,"title":"Change 1","user":{"id":57581,"avatar_url":"https://secure.gravatar.com/avatar/eb70cb2a44f7091c0e34b698afbe55da?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","login":"davekonopka","gravatar_id":"eb70cb2a44f7091c0e34b698afbe55da","url":"https://api.github.com/users/davekonopka"},"commits":1,"comments":0,"closed_at":null,"mergeable":null,"additions":1,"diff_url":"https://github.com/davekonopka/test-repo/pull/1.diff","number":1,"merged_by":null,"_links":{"review_comments":{"href":"https://api.github.com/repos/davekonopka/test-repo/pulls/1/comments"},"self":{"href":"https://api.github.com/repos/davekonopka/test-repo/pulls/1"},"issue":{"href":"https://api.github.com/repos/davekonopka/test-repo/issues/1"},"comments":{"href":"https://api.github.com/repos/davekonopka/test-repo/issues/1/comments"},"html":{"href":"https://github.com/davekonopka/test-repo/pull/1"}},"state":"open","issue_url":"https://github.com/davekonopka/test-repo/issues/1","html_url":"https://github.com/davekonopka/test-repo/pull/1","changed_files":1,"created_at":"2012-09-04T16:38:07Z","url":"https://api.github.com/repos/davekonopka/test-repo/pulls/1","assignee":null},"number":1,"action":"opened"}
{ "id": null, "name": "test-repo", "url": "https://github.com/davekonopka/test-repo" }
{ "id": null, "login": "davekonopka", "gravatar_id": "eb70cb2a44f7091c0e34b698afbe55da", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2012-09-04T16:38:07
null
{"repository":{"has_issues":true,"owner":"davekonopka","has_downloads":true,"created_at":"2012-09-04T09:35:55-07:00","pushed_at":"2012-09-04T09:37:48-07:00","description":"","forks":0,"has_wiki":true,"watchers":0,"stargazers":0,"fork":false,"size":92,"private":false,"open_issues":1},"actor_attributes":{"company":"","location":"Philadelphia, PA","type":"User","email":"[email protected]","name":"Dave Konopka","blog":"http://davekonopka.com"},"url":"https://github.com/davekonopka/test-repo/pull/1"}
PullRequestEvent
true
{"action":"closed","pull_request":{"changed_files":17,"base":{"label":"davidchambers:master","user":{"gists_url":"https://api.github.com/users/davidchambers/gists{/gist_id}","type":"User","avatar_url":"https://secure.gravatar.com/avatar/022b64bf14c0a1a5e2a8d4b8de54e944?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","id":210406,"followers_url":"https://api.github.com/users/davidchambers/followers","starred_url":"https://api.github.com/users/davidchambers/starred{/owner}{/repo}","login":"davidchambers","url":"https://api.github.com/users/davidchambers","organizations_url":"https://api.github.com/users/davidchambers/orgs","received_events_url":"https://api.github.com/users/davidchambers/received_events","subscriptions_url":"https://api.github.com/users/davidchambers/subscriptions","following_url":"https://api.github.com/users/davidchambers/following","repos_url":"https://api.github.com/users/davidchambers/repos","events_url":"https://api.github.com/users/davidchambers/events{/privacy}","gravatar_id":"022b64bf14c0a1a5e2a8d4b8de54e944"},"repo":{"subscribers_url":"https://api.github.com/repos/davidchambers/doctest/subscribers","subscription_url":"https://api.github.com/repos/davidchambers/doctest/subscription","watchers":2,"size":196,"forks":1,"issue_events_url":"https://api.github.com/repos/davidchambers/doctest/issues/events{/number}","mirror_url":null,"has_downloads":true,"notifications_url":"https://api.github.com/repos/davidchambers/doctest/notifications{?since,all,participating}","hooks_url":"https://api.github.com/repos/davidchambers/doctest/hooks","teams_url":"https://api.github.com/repos/davidchambers/doctest/teams","id":4246233,"fork":false,"contributors_url":"https://api.github.com/repos/davidchambers/doctest/contributors","stargazers_url":"https://api.github.com/repos/davidchambers/doctest/stargazers","full_name":"davidchambers/doctest","tags_url":"https://api.github.com/repos/davidchambers/doctest/tags{/tag}","language":"CoffeeScript","merges_url":"https://api.github.com/repos/davidchambers/doctest/merges","homepage":"","languages_url":"https://api.github.com/repos/davidchambers/doctest/languages","url":"https://api.github.com/repos/davidchambers/doctest","clone_url":"https://github.com/davidchambers/doctest.git","open_issues":0,"branches_url":"https://api.github.com/repos/davidchambers/doctest/branches{/branch}","contents_url":"https://api.github.com/repos/davidchambers/doctest/contents/{+path}","description":"Quick and dirty doctests for JavaScript and CoffeeScript","labels_url":"https://api.github.com/repos/davidchambers/doctest/labels{/name}","has_issues":true,"git_commits_url":"https://api.github.com/repos/davidchambers/doctest/git/commits{/sha}","forks_url":"https://api.github.com/repos/davidchambers/doctest/forks","collaborators_url":"https://api.github.com/repos/davidchambers/doctest/collaborators{/collaborator}","name":"doctest","issues_url":"https://api.github.com/repos/davidchambers/doctest/issues{/number}","assignees_url":"https://api.github.com/repos/davidchambers/doctest/assignees{/user}","git_refs_url":"https://api.github.com/repos/davidchambers/doctest/git/refs{/sha}","git_tags_url":"https://api.github.com/repos/davidchambers/doctest/git/tags{/sha}","html_url":"https://github.com/davidchambers/doctest","events_url":"https://api.github.com/repos/davidchambers/doctest/events","comments_url":"https://api.github.com/repos/davidchambers/doctest/comments{/number}","downloads_url":"https://api.github.com/repos/davidchambers/doctest/downloads","keys_url":"https://api.github.com/repos/davidchambers/doctest/keys{/key_id}","updated_at":"2012-12-04T06:35:45Z","open_issues_count":0,"ssh_url":"[email protected]:davidchambers/doctest.git","archive_url":"https://api.github.com/repos/davidchambers/doctest/{archive_format}{/ref}","compare_url":"https://api.github.com/repos/davidchambers/doctest/compare/{base}...{head}","trees_url":"https://api.github.com/repos/davidchambers/doctest/git/trees{/sha}","commits_url":"https://api.github.com/repos/davidchambers/doctest/commits{/sha}","issue_comment_url":"https://api.github.com/repos/davidchambers/doctest/issues/comments/{number}","has_wiki":false,"git_url":"git://github.com/davidchambers/doctest.git","pulls_url":"https://api.github.com/repos/davidchambers/doctest/pulls{/number}","statuses_url":"https://api.github.com/repos/davidchambers/doctest/statuses/{sha}","pushed_at":"2012-12-04T06:35:44Z","blobs_url":"https://api.github.com/repos/davidchambers/doctest/git/blobs{/sha}","private":false,"milestones_url":"https://api.github.com/repos/davidchambers/doctest/milestones{/number}","created_at":"2012-05-07T04:05:41Z","forks_count":1,"svn_url":"https://github.com/davidchambers/doctest","watchers_count":2,"owner":{"gists_url":"https://api.github.com/users/davidchambers/gists{/gist_id}","type":"User","avatar_url":"https://secure.gravatar.com/avatar/022b64bf14c0a1a5e2a8d4b8de54e944?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","id":210406,"followers_url":"https://api.github.com/users/davidchambers/followers","starred_url":"https://api.github.com/users/davidchambers/starred{/owner}{/repo}","login":"davidchambers","url":"https://api.github.com/users/davidchambers","organizations_url":"https://api.github.com/users/davidchambers/orgs","received_events_url":"https://api.github.com/users/davidchambers/received_events","subscriptions_url":"https://api.github.com/users/davidchambers/subscriptions","following_url":"https://api.github.com/users/davidchambers/following","repos_url":"https://api.github.com/users/davidchambers/repos","events_url":"https://api.github.com/users/davidchambers/events{/privacy}","gravatar_id":"022b64bf14c0a1a5e2a8d4b8de54e944"}},"ref":"master","sha":"a1a97ede58e58d42ea3dfbbffcadd28f94679ee7"},"review_comments_url":"https://github.com/davidchambers/doctest/pull/1/comments","mergeable_state":"clean","title":"Now run it from the command line!","user":{"gists_url":"https://api.github.com/users/danse/gists{/gist_id}","type":"User","avatar_url":"https://secure.gravatar.com/avatar/3ee15f717c343aabe3e14db32c22130b?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","id":885935,"followers_url":"https://api.github.com/users/danse/followers","starred_url":"https://api.github.com/users/danse/starred{/owner}{/repo}","login":"danse","url":"https://api.github.com/users/danse","organizations_url":"https://api.github.com/users/danse/orgs","received_events_url":"https://api.github.com/users/danse/received_events","subscriptions_url":"https://api.github.com/users/danse/subscriptions","following_url":"https://api.github.com/users/danse/following","repos_url":"https://api.github.com/users/danse/repos","events_url":"https://api.github.com/users/danse/events{/privacy}","gravatar_id":"3ee15f717c343aabe3e14db32c22130b"},"merged_at":null,"comments":16,"id":3202951,"state":"closed","assignee":null,"url":"https://api.github.com/repos/davidchambers/doctest/pulls/1","issue_url":"https://github.com/davidchambers/doctest/issues/1","commits":15,"deletions":139,"body":"Hi, I like your project, I think it is better that the one of Ian Bicking, which does not looks like actual doctests for me.\n\nI used widely doctests in python, and they were awesome to design objects which interacted through native data types. I felt the need to be able to doctest javascript files more quickly and easily, though, and so I wondered if it was possible to add few functionalities to your project in order to use it from the command line and directly on a javascript file.\n\nAnd here it is! Still some tests are not working, and the overall design could be improved, I think, but now that I ended up with a good proof of concept, I must refer to you for design decisions, and for you suggestions since you deeper understand the meaning of the tests. Some tests are failing both in the command line and in the served run, but the most of them is working.\n\nSome notes about the pull request:\n- I had to extract some logic from `fetch` into `generate_fetch_callback`, but the name of this new function is just temporary ... please choose a better one you like\n- I had some problems with underscore js, and my quick and dirty solution is quite ugly. Maybe it would be possible to not use it, in order to have a cleaner code? For example, using javascript builtin forEach array method\n- I added few notes at the end of the README, they are just in order to not forget to improve that part of the doc\n- I added a package.json, but still it is widely incomplete, also that was just to start using one\n\nOkay, I hope you like this, please report me your thoughts about the development of your project, I really find it a smart and actual doctest implementation and I did not find any others around.\n\nThanks!\n","_links":{"comments":{"href":"https://api.github.com/repos/davidchambers/doctest/issues/1/comments"},"html":{"href":"https://github.com/davidchambers/doctest/pull/1"},"issue":{"href":"https://api.github.com/repos/davidchambers/doctest/issues/1"},"self":{"href":"https://api.github.com/repos/davidchambers/doctest/pulls/1"},"review_comments":{"href":"https://api.github.com/repos/davidchambers/doctest/pulls/1/comments"}},"mergeable":true,"merge_commit_sha":"639df844b69b3968a0e2578a7543586128cb85e9","html_url":"https://github.com/davidchambers/doctest/pull/1","comments_url":"https://api.github.com/repos/davidchambers/doctest/issues/1/comments","updated_at":"2012-12-06T22:16:53Z","diff_url":"https://github.com/davidchambers/doctest/pull/1.diff","closed_at":"2012-12-06T22:16:53Z","review_comment_url":"/repos/davidchambers/doctest/pulls/comments/{number}","commits_url":"https://github.com/davidchambers/doctest/pull/1/commits","patch_url":"https://github.com/davidchambers/doctest/pull/1.patch","milestone":null,"number":1,"additions":281,"merged_by":null,"review_comments":0,"created_at":"2012-12-02T14:36:14Z","merged":false,"head":{"label":"danse:master","user":{"gists_url":"https://api.github.com/users/danse/gists{/gist_id}","type":"User","avatar_url":"https://secure.gravatar.com/avatar/3ee15f717c343aabe3e14db32c22130b?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","id":885935,"followers_url":"https://api.github.com/users/danse/followers","starred_url":"https://api.github.com/users/danse/starred{/owner}{/repo}","login":"danse","url":"https://api.github.com/users/danse","organizations_url":"https://api.github.com/users/danse/orgs","received_events_url":"https://api.github.com/users/danse/received_events","subscriptions_url":"https://api.github.com/users/danse/subscriptions","following_url":"https://api.github.com/users/danse/following","repos_url":"https://api.github.com/users/danse/repos","events_url":"https://api.github.com/users/danse/events{/privacy}","gravatar_id":"3ee15f717c343aabe3e14db32c22130b"},"repo":{"subscribers_url":"https://api.github.com/repos/danse/doctest/subscribers","subscription_url":"https://api.github.com/repos/danse/doctest/subscription","watchers":0,"size":144,"forks":0,"issue_events_url":"https://api.github.com/repos/danse/doctest/issues/events{/number}","mirror_url":null,"has_downloads":true,"notifications_url":"https://api.github.com/repos/danse/doctest/notifications{?since,all,participating}","hooks_url":"https://api.github.com/repos/danse/doctest/hooks","teams_url":"https://api.github.com/repos/danse/doctest/teams","id":6873262,"fork":true,"contributors_url":"https://api.github.com/repos/danse/doctest/contributors","stargazers_url":"https://api.github.com/repos/danse/doctest/stargazers","full_name":"danse/doctest","tags_url":"https://api.github.com/repos/danse/doctest/tags{/tag}","language":"CoffeeScript","merges_url":"https://api.github.com/repos/danse/doctest/merges","homepage":null,"languages_url":"https://api.github.com/repos/danse/doctest/languages","url":"https://api.github.com/repos/danse/doctest","clone_url":"https://github.com/danse/doctest.git","open_issues":0,"branches_url":"https://api.github.com/repos/danse/doctest/branches{/branch}","contents_url":"https://api.github.com/repos/danse/doctest/contents/{+path}","description":"Quick and dirty doctests for JavaScript","labels_url":"https://api.github.com/repos/danse/doctest/labels{/name}","has_issues":false,"git_commits_url":"https://api.github.com/repos/danse/doctest/git/commits{/sha}","forks_url":"https://api.github.com/repos/danse/doctest/forks","collaborators_url":"https://api.github.com/repos/danse/doctest/collaborators{/collaborator}","name":"doctest","issues_url":"https://api.github.com/repos/danse/doctest/issues{/number}","assignees_url":"https://api.github.com/repos/danse/doctest/assignees{/user}","git_refs_url":"https://api.github.com/repos/danse/doctest/git/refs{/sha}","git_tags_url":"https://api.github.com/repos/danse/doctest/git/tags{/sha}","html_url":"https://github.com/danse/doctest","events_url":"https://api.github.com/repos/danse/doctest/events","comments_url":"https://api.github.com/repos/danse/doctest/comments{/number}","downloads_url":"https://api.github.com/repos/danse/doctest/downloads","keys_url":"https://api.github.com/repos/danse/doctest/keys{/key_id}","updated_at":"2012-12-06T22:09:08Z","open_issues_count":0,"ssh_url":"[email protected]:danse/doctest.git","archive_url":"https://api.github.com/repos/danse/doctest/{archive_format}{/ref}","compare_url":"https://api.github.com/repos/danse/doctest/compare/{base}...{head}","trees_url":"https://api.github.com/repos/danse/doctest/git/trees{/sha}","commits_url":"https://api.github.com/repos/danse/doctest/commits{/sha}","issue_comment_url":"https://api.github.com/repos/danse/doctest/issues/comments/{number}","has_wiki":false,"git_url":"git://github.com/danse/doctest.git","pulls_url":"https://api.github.com/repos/danse/doctest/pulls{/number}","statuses_url":"https://api.github.com/repos/danse/doctest/statuses/{sha}","pushed_at":"2012-12-06T22:09:07Z","blobs_url":"https://api.github.com/repos/danse/doctest/git/blobs{/sha}","private":false,"milestones_url":"https://api.github.com/repos/danse/doctest/milestones{/number}","created_at":"2012-11-26T21:59:33Z","forks_count":0,"svn_url":"https://github.com/danse/doctest","watchers_count":0,"owner":{"gists_url":"https://api.github.com/users/danse/gists{/gist_id}","type":"User","avatar_url":"https://secure.gravatar.com/avatar/3ee15f717c343aabe3e14db32c22130b?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","id":885935,"followers_url":"https://api.github.com/users/danse/followers","starred_url":"https://api.github.com/users/danse/starred{/owner}{/repo}","login":"danse","url":"https://api.github.com/users/danse","organizations_url":"https://api.github.com/users/danse/orgs","received_events_url":"https://api.github.com/users/danse/received_events","subscriptions_url":"https://api.github.com/users/danse/subscriptions","following_url":"https://api.github.com/users/danse/following","repos_url":"https://api.github.com/users/danse/repos","events_url":"https://api.github.com/users/danse/events{/privacy}","gravatar_id":"3ee15f717c343aabe3e14db32c22130b"}},"ref":"master","sha":"4a0271133268804f858be26e1d0047c9fc2c58e9"}},"number":1}
{ "id": 4246233, "name": "doctest", "url": "https://github.com/davidchambers/doctest" }
{ "id": null, "login": "danse", "gravatar_id": "3ee15f717c343aabe3e14db32c22130b", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2012-12-06T22:16:53
null
{"repository":{"owner":"davidchambers","has_downloads":true,"pushed_at":"2012-12-03T22:35:44-08:00","forks":1,"has_issues":true,"language":"CoffeeScript","watchers":2,"has_wiki":false,"homepage":"","stargazers":2,"fork":false,"size":196,"open_issues":0,"private":false,"created_at":"2012-05-06T21:05:41-07:00","description":"Quick and dirty doctests for JavaScript and CoffeeScript"},"actor_attributes":{"type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/davidchambers/doctest/pull/1"}
PullRequestEvent
true
{"number":54,"action":"opened","pull_request":{"review_comments":0,"user":{"url":"https://api.github.com/users/kelaneren","received_events_url":"https://api.github.com/users/kelaneren/received_events","organizations_url":"https://api.github.com/users/kelaneren/orgs","repos_url":"https://api.github.com/users/kelaneren/repos","gravatar_id":"0de9d99202fc55fe05149ba189370e98","gists_url":"https://api.github.com/users/kelaneren/gists{/gist_id}","events_url":"https://api.github.com/users/kelaneren/events{/privacy}","id":1702164,"login":"kelaneren","starred_url":"https://api.github.com/users/kelaneren/starred{/owner}{/repo}","following_url":"https://api.github.com/users/kelaneren/following","followers_url":"https://api.github.com/users/kelaneren/followers","avatar_url":"https://secure.gravatar.com/avatar/0de9d99202fc55fe05149ba189370e98?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","subscriptions_url":"https://api.github.com/users/kelaneren/subscriptions"},"merged_at":null,"url":"https://api.github.com/repos/debasishg/scala-redis/pulls/54","number":54,"commits":1,"assignee":null,"additions":63,"patch_url":"https://github.com/debasishg/scala-redis/pull/54.patch","changed_files":4,"created_at":"2012-11-28T09:15:21Z","review_comment_url":"/repos/debasishg/scala-redis/pulls/comments/{number}","_links":{"review_comments":{"href":"https://api.github.com/repos/debasishg/scala-redis/pulls/54/comments"},"issue":{"href":"https://api.github.com/repos/debasishg/scala-redis/issues/54"},"html":{"href":"https://github.com/debasishg/scala-redis/pull/54"},"self":{"href":"https://api.github.com/repos/debasishg/scala-redis/pulls/54"},"comments":{"href":"https://api.github.com/repos/debasishg/scala-redis/issues/54/comments"}},"milestone":null,"id":3151949,"html_url":"https://github.com/debasishg/scala-redis/pull/54","base":{"user":{"url":"https://api.github.com/users/debasishg","received_events_url":"https://api.github.com/users/debasishg/received_events","organizations_url":"https://api.github.com/users/debasishg/orgs","repos_url":"https://api.github.com/users/debasishg/repos","gravatar_id":"d90ad5fe674067f96656786ffa2ee16c","gists_url":"https://api.github.com/users/debasishg/gists{/gist_id}","events_url":"https://api.github.com/users/debasishg/events{/privacy}","id":107231,"login":"debasishg","starred_url":"https://api.github.com/users/debasishg/starred{/owner}{/repo}","following_url":"https://api.github.com/users/debasishg/following","followers_url":"https://api.github.com/users/debasishg/followers","avatar_url":"https://secure.gravatar.com/avatar/d90ad5fe674067f96656786ffa2ee16c?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","subscriptions_url":"https://api.github.com/users/debasishg/subscriptions"},"repo":{"pulls_url":"https://api.github.com/repos/debasishg/scala-redis/pulls{/number}","teams_url":"https://api.github.com/repos/debasishg/scala-redis/teams","url":"https://api.github.com/repos/debasishg/scala-redis","collaborators_url":"https://api.github.com/repos/debasishg/scala-redis/collaborators{/collaborator}","pushed_at":"2012-11-11T15:05:09Z","name":"scala-redis","ssh_url":"[email protected]:debasishg/scala-redis.git","open_issues_count":6,"git_refs_url":"https://api.github.com/repos/debasishg/scala-redis/git/refs{/sha}","labels_url":"https://api.github.com/repos/debasishg/scala-redis/labels{/name}","fork":true,"issue_comment_url":"https://api.github.com/repos/debasishg/scala-redis/issues/comments/{number}","archive_url":"https://api.github.com/repos/debasishg/scala-redis/{archive_format}{/ref}","forks_count":61,"created_at":"2009-12-31T06:31:15Z","branches_url":"https://api.github.com/repos/debasishg/scala-redis/branches{/branch}","languages_url":"https://api.github.com/repos/debasishg/scala-redis/languages","homepage":"","watchers_count":200,"subscription_url":"https://api.github.com/repos/debasishg/scala-redis/subscription","events_url":"https://api.github.com/repos/debasishg/scala-redis/events","contents_url":"https://api.github.com/repos/debasishg/scala-redis/contents/{+path}","id":454194,"private":false,"html_url":"https://github.com/debasishg/scala-redis","subscribers_url":"https://api.github.com/repos/debasishg/scala-redis/subscribers","keys_url":"https://api.github.com/repos/debasishg/scala-redis/keys{/key_id}","statuses_url":"https://api.github.com/repos/debasishg/scala-redis/statuses/{sha}","has_wiki":true,"forks_url":"https://api.github.com/repos/debasishg/scala-redis/forks","git_url":"git://github.com/debasishg/scala-redis.git","size":204,"comments_url":"https://api.github.com/repos/debasishg/scala-redis/comments{/number}","has_downloads":true,"assignees_url":"https://api.github.com/repos/debasishg/scala-redis/assignees{/user}","tags_url":"https://api.github.com/repos/debasishg/scala-redis/tags{/tag}","compare_url":"https://api.github.com/repos/debasishg/scala-redis/compare/{base}...{head}","downloads_url":"https://api.github.com/repos/debasishg/scala-redis/downloads","master_branch":"master","git_tags_url":"https://api.github.com/repos/debasishg/scala-redis/git/tags{/sha}","clone_url":"https://github.com/debasishg/scala-redis.git","trees_url":"https://api.github.com/repos/debasishg/scala-redis/git/trees{/sha}","issue_events_url":"https://api.github.com/repos/debasishg/scala-redis/issues/events{/number}","milestones_url":"https://api.github.com/repos/debasishg/scala-redis/milestones{/number}","open_issues":6,"full_name":"debasishg/scala-redis","git_commits_url":"https://api.github.com/repos/debasishg/scala-redis/git/commits{/sha}","merges_url":"https://api.github.com/repos/debasishg/scala-redis/merges","updated_at":"2012-11-27T08:59:31Z","mirror_url":null,"commits_url":"https://api.github.com/repos/debasishg/scala-redis/commits{/sha}","svn_url":"https://github.com/debasishg/scala-redis","hooks_url":"https://api.github.com/repos/debasishg/scala-redis/hooks","notifications_url":"https://api.github.com/repos/debasishg/scala-redis/notifications{?since,all,participating}","forks":61,"language":"Scala","blobs_url":"https://api.github.com/repos/debasishg/scala-redis/git/blobs{/sha}","description":"A scala library for connecting to a redis server, or a cluster of redis nodes using consistent hashing on the client side.","contributors_url":"https://api.github.com/repos/debasishg/scala-redis/contributors","default_branch":"master","owner":{"url":"https://api.github.com/users/debasishg","received_events_url":"https://api.github.com/users/debasishg/received_events","organizations_url":"https://api.github.com/users/debasishg/orgs","repos_url":"https://api.github.com/users/debasishg/repos","gravatar_id":"d90ad5fe674067f96656786ffa2ee16c","gists_url":"https://api.github.com/users/debasishg/gists{/gist_id}","events_url":"https://api.github.com/users/debasishg/events{/privacy}","id":107231,"login":"debasishg","starred_url":"https://api.github.com/users/debasishg/starred{/owner}{/repo}","following_url":"https://api.github.com/users/debasishg/following","followers_url":"https://api.github.com/users/debasishg/followers","avatar_url":"https://secure.gravatar.com/avatar/d90ad5fe674067f96656786ffa2ee16c?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","subscriptions_url":"https://api.github.com/users/debasishg/subscriptions"},"issues_url":"https://api.github.com/repos/debasishg/scala-redis/issues{/number}","watchers":200,"has_issues":true,"stargazers_url":"https://api.github.com/repos/debasishg/scala-redis/stargazers"},"label":"debasishg:master","sha":"48054d70407d993445acc72e2183597c7d875d17","ref":"master"},"head":{"user":{"url":"https://api.github.com/users/kelaneren","received_events_url":"https://api.github.com/users/kelaneren/received_events","organizations_url":"https://api.github.com/users/kelaneren/orgs","repos_url":"https://api.github.com/users/kelaneren/repos","gravatar_id":"0de9d99202fc55fe05149ba189370e98","gists_url":"https://api.github.com/users/kelaneren/gists{/gist_id}","events_url":"https://api.github.com/users/kelaneren/events{/privacy}","id":1702164,"login":"kelaneren","starred_url":"https://api.github.com/users/kelaneren/starred{/owner}{/repo}","following_url":"https://api.github.com/users/kelaneren/following","followers_url":"https://api.github.com/users/kelaneren/followers","avatar_url":"https://secure.gravatar.com/avatar/0de9d99202fc55fe05149ba189370e98?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","subscriptions_url":"https://api.github.com/users/kelaneren/subscriptions"},"repo":{"pulls_url":"https://api.github.com/repos/kelaneren/scala-redis/pulls{/number}","teams_url":"https://api.github.com/repos/kelaneren/scala-redis/teams","url":"https://api.github.com/repos/kelaneren/scala-redis","collaborators_url":"https://api.github.com/repos/kelaneren/scala-redis/collaborators{/collaborator}","pushed_at":"2012-11-28T09:11:36Z","name":"scala-redis","ssh_url":"[email protected]:kelaneren/scala-redis.git","open_issues_count":0,"git_refs_url":"https://api.github.com/repos/kelaneren/scala-redis/git/refs{/sha}","labels_url":"https://api.github.com/repos/kelaneren/scala-redis/labels{/name}","fork":true,"issue_comment_url":"https://api.github.com/repos/kelaneren/scala-redis/issues/comments/{number}","archive_url":"https://api.github.com/repos/kelaneren/scala-redis/{archive_format}{/ref}","forks_count":0,"created_at":"2012-10-09T08:51:32Z","branches_url":"https://api.github.com/repos/kelaneren/scala-redis/branches{/branch}","languages_url":"https://api.github.com/repos/kelaneren/scala-redis/languages","homepage":"","watchers_count":0,"subscription_url":"https://api.github.com/repos/kelaneren/scala-redis/subscription","events_url":"https://api.github.com/repos/kelaneren/scala-redis/events","contents_url":"https://api.github.com/repos/kelaneren/scala-redis/contents/{+path}","id":6137801,"private":false,"html_url":"https://github.com/kelaneren/scala-redis","subscribers_url":"https://api.github.com/repos/kelaneren/scala-redis/subscribers","keys_url":"https://api.github.com/repos/kelaneren/scala-redis/keys{/key_id}","statuses_url":"https://api.github.com/repos/kelaneren/scala-redis/statuses/{sha}","has_wiki":true,"forks_url":"https://api.github.com/repos/kelaneren/scala-redis/forks","git_url":"git://github.com/kelaneren/scala-redis.git","size":176,"comments_url":"https://api.github.com/repos/kelaneren/scala-redis/comments{/number}","has_downloads":true,"assignees_url":"https://api.github.com/repos/kelaneren/scala-redis/assignees{/user}","tags_url":"https://api.github.com/repos/kelaneren/scala-redis/tags{/tag}","compare_url":"https://api.github.com/repos/kelaneren/scala-redis/compare/{base}...{head}","downloads_url":"https://api.github.com/repos/kelaneren/scala-redis/downloads","master_branch":"master","git_tags_url":"https://api.github.com/repos/kelaneren/scala-redis/git/tags{/sha}","clone_url":"https://github.com/kelaneren/scala-redis.git","trees_url":"https://api.github.com/repos/kelaneren/scala-redis/git/trees{/sha}","issue_events_url":"https://api.github.com/repos/kelaneren/scala-redis/issues/events{/number}","milestones_url":"https://api.github.com/repos/kelaneren/scala-redis/milestones{/number}","open_issues":0,"full_name":"kelaneren/scala-redis","git_commits_url":"https://api.github.com/repos/kelaneren/scala-redis/git/commits{/sha}","merges_url":"https://api.github.com/repos/kelaneren/scala-redis/merges","updated_at":"2012-11-28T09:11:37Z","mirror_url":null,"commits_url":"https://api.github.com/repos/kelaneren/scala-redis/commits{/sha}","svn_url":"https://github.com/kelaneren/scala-redis","hooks_url":"https://api.github.com/repos/kelaneren/scala-redis/hooks","notifications_url":"https://api.github.com/repos/kelaneren/scala-redis/notifications{?since,all,participating}","forks":0,"language":"Scala","blobs_url":"https://api.github.com/repos/kelaneren/scala-redis/git/blobs{/sha}","description":"A scala library for connecting to a redis server, or a cluster of redis nodes using consistent hashing on the client side.","contributors_url":"https://api.github.com/repos/kelaneren/scala-redis/contributors","default_branch":"master","owner":{"url":"https://api.github.com/users/kelaneren","received_events_url":"https://api.github.com/users/kelaneren/received_events","organizations_url":"https://api.github.com/users/kelaneren/orgs","repos_url":"https://api.github.com/users/kelaneren/repos","gravatar_id":"0de9d99202fc55fe05149ba189370e98","gists_url":"https://api.github.com/users/kelaneren/gists{/gist_id}","events_url":"https://api.github.com/users/kelaneren/events{/privacy}","id":1702164,"login":"kelaneren","starred_url":"https://api.github.com/users/kelaneren/starred{/owner}{/repo}","following_url":"https://api.github.com/users/kelaneren/following","followers_url":"https://api.github.com/users/kelaneren/followers","avatar_url":"https://secure.gravatar.com/avatar/0de9d99202fc55fe05149ba189370e98?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","subscriptions_url":"https://api.github.com/users/kelaneren/subscriptions"},"issues_url":"https://api.github.com/repos/kelaneren/scala-redis/issues{/number}","watchers":0,"has_issues":false,"stargazers_url":"https://api.github.com/repos/kelaneren/scala-redis/stargazers"},"label":"kelaneren:master","sha":"80f032d43d1060314863d8f4122fbc0e768eec2a","ref":"master"},"merged":false,"comments_url":"https://api.github.com/repos/debasishg/scala-redis/issues/54/comments","state":"open","mergeable":null,"body":"Use case: replace master with slave in cluster. fault tolerance","closed_at":null,"diff_url":"https://github.com/debasishg/scala-redis/pull/54.diff","title":"Patch for redis node replacement support in redis cluster","updated_at":"2012-11-28T09:15:21Z","commits_url":"https://github.com/debasishg/scala-redis/pull/54/commits","merged_by":null,"deletions":9,"merge_commit_sha":"","comments":0,"issue_url":"https://github.com/debasishg/scala-redis/issues/54","mergeable_state":"unknown","review_comments_url":"https://github.com/debasishg/scala-redis/pull/54/comments"}}
{ "id": 454194, "name": "scala-redis", "url": "https://github.com/debasishg/scala-redis" }
{ "id": null, "login": "kelaneren", "gravatar_id": "0de9d99202fc55fe05149ba189370e98", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2012-11-28T09:15:22
null
{"repository":{"master_branch":"master","owner":"debasishg","homepage":"","has_wiki":true,"open_issues":6,"created_at":"2009-12-30T22:31:15-08:00","description":"A scala library for connecting to a redis server, or a cluster of redis nodes using consistent hashing on the client side.","pushed_at":"2012-11-11T07:05:09-08:00","forks":61,"watchers":200,"fork":true,"size":204,"stargazers":200,"private":false,"has_downloads":true,"language":"Scala","has_issues":true},"actor_attributes":{"type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/debasishg/scala-redis/pull/54"}
PullRequestEvent
true
{"action":"closed","pull_request":{"merged_by":null,"base":{"label":"dellcloudedge:release/rails3anddb/hadoop-os-build","sha":"1227632dc2377420c7067b46d3593e6ffb6cdabb","ref":"release/rails3anddb/hadoop-os-build","user":{"avatar_url":"https://secure.gravatar.com/avatar/ba22fd2367dfde4cdf47053542f5d800?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-org-420.png","url":"https://api.github.com/users/dellcloudedge","id":724961,"login":"dellcloudedge","gravatar_id":"ba22fd2367dfde4cdf47053542f5d800"},"repo":{"homepage":"https://github.com/dellcloudedge/crowbar/wiki","mirror_url":null,"watchers_count":485,"forks_count":114,"has_issues":true,"pushed_at":"2012-08-29T18:27:54Z","watchers":485,"git_url":"git://github.com/dellcloudedge/crowbar.git","url":"https://api.github.com/repos/dellcloudedge/crowbar","has_wiki":true,"clone_url":"https://github.com/dellcloudedge/crowbar.git","id":2040151,"ssh_url":"[email protected]:dellcloudedge/crowbar.git","open_issues_count":26,"owner":{"avatar_url":"https://secure.gravatar.com/avatar/ba22fd2367dfde4cdf47053542f5d800?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-org-420.png","url":"https://api.github.com/users/dellcloudedge","id":724961,"login":"dellcloudedge","gravatar_id":"ba22fd2367dfde4cdf47053542f5d800"},"created_at":"2011-07-13T05:02:51Z","size":3064,"fork":false,"full_name":"dellcloudedge/crowbar","open_issues":26,"svn_url":"https://github.com/dellcloudedge/crowbar","updated_at":"2012-08-29T18:27:54Z","forks":114,"name":"crowbar","private":false,"language":"Shell","description":"Cloud Installer (originated by Dell)","has_downloads":true,"html_url":"https://github.com/dellcloudedge/crowbar"}},"comments":0,"assignee":null,"changed_files":2,"body":"Network CRUD API docs\n\nand\n\nFix to network_show command\n\n\n barclamps/crowbar | 2 +-\n barclamps/network | 2 +-\n 2 files changed, 2 insertions(+), 2 deletions(-)","patch_url":"https://github.com/dellcloudedge/crowbar/pull/1511.patch","additions":2,"title":"Network CRUD API [6/6]","url":"https://api.github.com/repos/dellcloudedge/crowbar/pulls/1511","commits":7,"merged":false,"milestone":null,"id":2196092,"merged_at":null,"closed_at":"2012-08-29T18:28:02Z","created_at":"2012-08-29T18:08:37Z","mergeable_state":"clean","user":{"avatar_url":"https://secure.gravatar.com/avatar/f4d313edb47f8911cad87138cd58d66f?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","url":"https://api.github.com/users/cdearborn","id":1216436,"login":"cdearborn","gravatar_id":"f4d313edb47f8911cad87138cd58d66f"},"updated_at":"2012-08-29T18:28:02Z","number":1511,"mergeable":true,"state":"closed","_links":{"comments":{"href":"https://api.github.com/repos/dellcloudedge/crowbar/issues/1511/comments"},"self":{"href":"https://api.github.com/repos/dellcloudedge/crowbar/pulls/1511"},"issue":{"href":"https://api.github.com/repos/dellcloudedge/crowbar/issues/1511"},"review_comments":{"href":"https://api.github.com/repos/dellcloudedge/crowbar/pulls/1511/comments"},"html":{"href":"https://github.com/dellcloudedge/crowbar/pull/1511"}},"review_comments":0,"diff_url":"https://github.com/dellcloudedge/crowbar/pull/1511.diff","issue_url":"https://github.com/dellcloudedge/crowbar/issues/1511","deletions":2,"head":{"label":"cdearborn:pull-req-release-rails3anddb-hadoop-os-build-9be5146492","sha":"9be5146492b9f96076b09106619f4f84cbb073ac","ref":"pull-req-release-rails3anddb-hadoop-os-build-9be5146492","user":{"avatar_url":"https://secure.gravatar.com/avatar/f4d313edb47f8911cad87138cd58d66f?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","url":"https://api.github.com/users/cdearborn","id":1216436,"login":"cdearborn","gravatar_id":"f4d313edb47f8911cad87138cd58d66f"},"repo":{"homepage":"https://github.com/dellcloudedge/crowbar/wiki","mirror_url":null,"watchers_count":1,"forks_count":0,"has_issues":false,"pushed_at":"2012-08-29T18:08:30Z","watchers":1,"git_url":"git://github.com/cdearborn/crowbar.git","url":"https://api.github.com/repos/cdearborn/crowbar","has_wiki":true,"clone_url":"https://github.com/cdearborn/crowbar.git","id":3560805,"ssh_url":"[email protected]:cdearborn/crowbar.git","open_issues_count":0,"owner":{"avatar_url":"https://secure.gravatar.com/avatar/f4d313edb47f8911cad87138cd58d66f?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","url":"https://api.github.com/users/cdearborn","id":1216436,"login":"cdearborn","gravatar_id":"f4d313edb47f8911cad87138cd58d66f"},"created_at":"2012-02-27T14:01:38Z","size":236,"fork":true,"full_name":"cdearborn/crowbar","open_issues":0,"svn_url":"https://github.com/cdearborn/crowbar","updated_at":"2012-08-29T18:08:30Z","forks":0,"name":"crowbar","private":false,"language":"Shell","description":"Cloud Installer (originated by Dell)","has_downloads":true,"html_url":"https://github.com/cdearborn/crowbar"}},"html_url":"https://github.com/dellcloudedge/crowbar/pull/1511"},"number":1511}
{ "id": null, "name": "crowbar", "url": "https://github.com/dellcloudedge/crowbar" }
{ "id": null, "login": "cloudedge", "gravatar_id": "b0e87f2675779316027100f47adbe251", "avatar_url": null, "url": null }
{ "id": null, "login": "dellcloudedge", "gravatar_id": null, "avatar_url": null, "url": null }
2012-08-29T18:28:05
null
{"repository":{"homepage":"https://github.com/dellcloudedge/crowbar/wiki","watchers":485,"stargazers":485,"owner":"dellcloudedge","open_issues":26,"created_at":"2011-07-12T22:02:51-07:00","description":"Cloud Installer (originated by Dell)","pushed_at":"2012-08-29T11:28:06-07:00","organization":"dellcloudedge","forks":114,"has_issues":true,"has_downloads":true,"fork":false,"size":3064,"private":false,"language":"Shell","has_wiki":true},"actor_attributes":{"company":"Dell.com","email":"[email protected]","location":"Austin, TX","type":"User","name":"Rob Hirschfeld","blog":"http://robhirschfeld.com"},"url":"https://github.com/dellcloudedge/crowbar/pull/1511"}
PullRequestEvent
true
{"action":"opened","pull_request":{"id":1820386,"_links":{"self":{"href":"https://api.github.com/repos/dellcloudedge/crowbar/pulls/1099"},"review_comments":{"href":"https://api.github.com/repos/dellcloudedge/crowbar/pulls/1099/comments"},"comments":{"href":"https://api.github.com/repos/dellcloudedge/crowbar/issues/1099/comments"},"issue":{"href":"https://api.github.com/repos/dellcloudedge/crowbar/issues/1099"},"html":{"href":"https://github.com/dellcloudedge/crowbar/pull/1099"}},"base":{"repo":{"clone_url":"https://github.com/dellcloudedge/crowbar.git","has_wiki":true,"id":2040151,"homepage":"https://github.com/dellcloudedge/crowbar/wiki","owner":{"login":"dellcloudedge","id":724961,"avatar_url":"https://secure.gravatar.com/avatar/ba22fd2367dfde4cdf47053542f5d800?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png","url":"https://api.github.com/users/dellcloudedge","gravatar_id":"ba22fd2367dfde4cdf47053542f5d800"},"forks":114,"pushed_at":"2012-07-17T19:43:30Z","has_issues":true,"private":false,"open_issues":31,"svn_url":"https://github.com/dellcloudedge/crowbar","mirror_url":null,"language":"Shell","updated_at":"2012-07-17T19:44:52Z","fork":false,"git_url":"git://github.com/dellcloudedge/crowbar.git","description":"Cloud Installer (originated by Dell)","url":"https://api.github.com/repos/dellcloudedge/crowbar","name":"crowbar","ssh_url":"[email protected]:dellcloudedge/crowbar.git","html_url":"https://github.com/dellcloudedge/crowbar","created_at":"2011-07-13T05:02:51Z","watchers":472,"size":2796,"full_name":"dellcloudedge/crowbar","has_downloads":true},"sha":"8d68078ed3092c7f9d06099e15d7ca0fd93113a4","user":{"login":"dellcloudedge","id":724961,"avatar_url":"https://secure.gravatar.com/avatar/ba22fd2367dfde4cdf47053542f5d800?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png","url":"https://api.github.com/users/dellcloudedge","gravatar_id":"ba22fd2367dfde4cdf47053542f5d800"},"label":"dellcloudedge:cloudera-os-build","ref":"cloudera-os-build"},"merged_by":null,"closed_at":null,"review_comments":0,"patch_url":"https://github.com/dellcloudedge/crowbar/pull/1099.patch","diff_url":"https://github.com/dellcloudedge/crowbar/pull/1099.diff","issue_url":"https://github.com/dellcloudedge/crowbar/issues/1099","comments":0,"state":"open","deletions":1,"updated_at":"2012-07-17T21:12:20Z","merged_at":null,"user":{"login":"aabes","id":782255,"avatar_url":"https://secure.gravatar.com/avatar/0dc38c0b96f7b7df2bc84d715c282577?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","url":"https://api.github.com/users/aabes","gravatar_id":"0dc38c0b96f7b7df2bc84d715c282577"},"body":"\n\n barclamps/nagios | 2 +-\n 1 files changed, 1 insertions(+), 1 deletions(-)","url":"https://api.github.com/repos/dellcloudedge/crowbar/pulls/1099","commits":2,"title":"pull in nagios for hw monitoring [3/5]","html_url":"https://github.com/dellcloudedge/crowbar/pull/1099","additions":1,"changed_files":1,"head":{"repo":{"clone_url":"https://github.com/aabes/crowbar.git","has_wiki":true,"id":3462048,"homepage":"https://github.com/dellcloudedge/crowbar/wiki","owner":{"login":"aabes","id":782255,"avatar_url":"https://secure.gravatar.com/avatar/0dc38c0b96f7b7df2bc84d715c282577?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","url":"https://api.github.com/users/aabes","gravatar_id":"0dc38c0b96f7b7df2bc84d715c282577"},"forks":0,"pushed_at":"2012-07-17T21:12:05Z","has_issues":false,"private":false,"open_issues":0,"svn_url":"https://github.com/aabes/crowbar","mirror_url":null,"language":"Shell","updated_at":"2012-07-17T21:12:05Z","fork":true,"git_url":"git://github.com/aabes/crowbar.git","description":"Cloud Installer (originated by Dell)","url":"https://api.github.com/repos/aabes/crowbar","name":"crowbar","ssh_url":"[email protected]:aabes/crowbar.git","html_url":"https://github.com/aabes/crowbar","created_at":"2012-02-16T17:22:19Z","watchers":1,"size":324,"full_name":"aabes/crowbar","has_downloads":true},"sha":"ad3088d95739f4351dcac47c5f71f4476c3a4afb","user":{"login":"aabes","id":782255,"avatar_url":"https://secure.gravatar.com/avatar/0dc38c0b96f7b7df2bc84d715c282577?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","url":"https://api.github.com/users/aabes","gravatar_id":"0dc38c0b96f7b7df2bc84d715c282577"},"label":"aabes:pull-req-cloudera-os-build-ad3088d957","ref":"pull-req-cloudera-os-build-ad3088d957"},"created_at":"2012-07-17T21:12:20Z","merged":false,"milestone":null,"number":1099,"assignee":null,"mergeable":null},"number":1099}
{ "id": null, "name": "crowbar", "url": "https://github.com/dellcloudedge/crowbar" }
{ "id": null, "login": "aabes", "gravatar_id": "0dc38c0b96f7b7df2bc84d715c282577", "avatar_url": null, "url": null }
{ "id": null, "login": "dellcloudedge", "gravatar_id": null, "avatar_url": null, "url": null }
2012-07-17T21:12:21
null
{"repository":{"open_issues":31,"homepage":"https://github.com/dellcloudedge/crowbar/wiki","owner":"dellcloudedge","has_issues":true,"organization":"dellcloudedge","description":"Cloud Installer (originated by Dell)","has_downloads":true,"pushed_at":"2012-07-17T12:43:30-07:00","forks":114,"fork":false,"size":2796,"created_at":"2011-07-12T22:02:51-07:00","watchers":472,"has_wiki":true,"private":false,"language":"Shell"},"actor_attributes":{"type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/dellcloudedge/crowbar/pull/1099"}
PullRequestEvent
true
{"number":920,"pull_request":{"_links":{"issue":{"href":"https://api.github.com/repos/dellcloudedge/crowbar/issues/920"},"html":{"href":"https://github.com/dellcloudedge/crowbar/pull/920"},"review_comments":{"href":"https://api.github.com/repos/dellcloudedge/crowbar/pulls/920/comments"},"self":{"href":"https://api.github.com/repos/dellcloudedge/crowbar/pulls/920"},"comments":{"href":"https://api.github.com/repos/dellcloudedge/crowbar/issues/920/comments"}},"issue_url":"https://github.com/dellcloudedge/crowbar/issues/920","number":920,"body":"This pull request series adds the ability to wrap Crowbar state\ntransitions in Sledgehammer with -pre and -post hooks. \n\nSee README.sledgehammer-hooks for more information.\n\n\n README.sledgehammer-hooks | 81 +++++++++++++++++++++++++++++++++++++++++++++\n barclamps/crowbar | 2 +-\n barclamps/provisioner | 2 +-\n 3 files changed, 83 insertions(+), 2 deletions(-)","patch_url":"https://github.com/dellcloudedge/crowbar/pull/920.patch","merged_at":null,"url":"https://api.github.com/repos/dellcloudedge/crowbar/pulls/920","html_url":"https://github.com/dellcloudedge/crowbar/pull/920","merged":false,"title":"Add -pre and -post hook infrastructure to Sledgehammer. [5/6]","review_comments":0,"created_at":"2012-06-10T14:03:36Z","commits":6,"closed_at":null,"head":{"label":"VictorLowther:pull-req-openstack-os-build-ae641591fe","sha":"ae641591fe2a6151fe6245dcea273094f09ca8d2","ref":"pull-req-openstack-os-build-ae641591fe","user":{"gravatar_id":"dc5fadee3e661bc050e1746ee385b1a8","url":"https://api.github.com/users/VictorLowther","login":"VictorLowther","avatar_url":"https://secure.gravatar.com/avatar/dc5fadee3e661bc050e1746ee385b1a8?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","id":770578},"repo":{"forks":0,"git_url":"git://github.com/VictorLowther/crowbar.git","has_issues":false,"svn_url":"https://github.com/VictorLowther/crowbar","language":"Shell","name":"crowbar","pushed_at":"2012-06-10T14:03:36Z","url":"https://api.github.com/repos/VictorLowther/crowbar","html_url":"https://github.com/VictorLowther/crowbar","description":"Cloud Installer (originated by Dell)","size":556,"created_at":"2012-02-06T02:10:12Z","homepage":"https://github.com/dellcloudedge/crowbar/wiki","clone_url":"https://github.com/VictorLowther/crowbar.git","owner":{"gravatar_id":"dc5fadee3e661bc050e1746ee385b1a8","url":"https://api.github.com/users/VictorLowther","login":"VictorLowther","avatar_url":"https://secure.gravatar.com/avatar/dc5fadee3e661bc050e1746ee385b1a8?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","id":770578},"private":false,"has_wiki":true,"ssh_url":"[email protected]:VictorLowther/crowbar.git","watchers":1,"open_issues":0,"fork":true,"full_name":"VictorLowther/crowbar","has_downloads":true,"id":3363619,"mirror_url":null,"updated_at":"2012-06-10T14:03:36Z"}},"deletions":2,"mergeable":true,"base":{"label":"dellcloudedge:openstack-os-build","sha":"c5eab3e27f6d2247525ca0fd247e764c22eea52f","ref":"openstack-os-build","user":{"gravatar_id":"ba22fd2367dfde4cdf47053542f5d800","url":"https://api.github.com/users/dellcloudedge","login":"dellcloudedge","avatar_url":"https://secure.gravatar.com/avatar/ba22fd2367dfde4cdf47053542f5d800?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png","id":724961},"repo":{"forks":102,"git_url":"git://github.com/dellcloudedge/crowbar.git","has_issues":true,"svn_url":"https://github.com/dellcloudedge/crowbar","language":"Shell","name":"crowbar","pushed_at":"2012-06-06T20:34:48Z","url":"https://api.github.com/repos/dellcloudedge/crowbar","html_url":"https://github.com/dellcloudedge/crowbar","description":"Cloud Installer (originated by Dell)","size":2652,"created_at":"2011-07-13T05:02:51Z","homepage":"https://github.com/dellcloudedge/crowbar/wiki","clone_url":"https://github.com/dellcloudedge/crowbar.git","owner":{"gravatar_id":"ba22fd2367dfde4cdf47053542f5d800","url":"https://api.github.com/users/dellcloudedge","login":"dellcloudedge","avatar_url":"https://secure.gravatar.com/avatar/ba22fd2367dfde4cdf47053542f5d800?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png","id":724961},"private":false,"has_wiki":true,"ssh_url":"[email protected]:dellcloudedge/crowbar.git","watchers":446,"open_issues":27,"fork":false,"full_name":"dellcloudedge/crowbar","has_downloads":true,"id":2040151,"mirror_url":null,"updated_at":"2012-06-10T09:06:55Z"}},"comments":0,"merged_by":null,"user":{"gravatar_id":"dc5fadee3e661bc050e1746ee385b1a8","url":"https://api.github.com/users/VictorLowther","login":"VictorLowther","avatar_url":"https://secure.gravatar.com/avatar/dc5fadee3e661bc050e1746ee385b1a8?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","id":770578},"changed_files":3,"additions":83,"state":"open","diff_url":"https://github.com/dellcloudedge/crowbar/pull/920.diff","id":1530991,"updated_at":"2012-06-10T14:03:36Z"},"action":"opened"}
{ "id": null, "name": "crowbar", "url": "https://github.com/dellcloudedge/crowbar" }
{ "id": null, "login": "VictorLowther", "gravatar_id": "dc5fadee3e661bc050e1746ee385b1a8", "avatar_url": null, "url": null }
{ "id": null, "login": "dellcloudedge", "gravatar_id": null, "avatar_url": null, "url": null }
2012-06-10T14:03:38
null
{"repository":{"description":"Cloud Installer (originated by Dell)","has_issues":true,"has_wiki":true,"forks":102,"owner":"dellcloudedge","language":"Shell","open_issues":27,"pushed_at":"2012-06-06T13:34:48-07:00","watchers":446,"fork":false,"size":2652,"has_downloads":true,"homepage":"https://github.com/dellcloudedge/crowbar/wiki","created_at":"2011-07-12T22:02:51-07:00","private":false,"organization":"dellcloudedge"},"actor_attributes":{"name":"Victor Lowther","email":"[email protected]","company":"Dell, Inc.","type":"User","location":"Texas."},"url":"https://github.com/dellcloudedge/crowbar/pull/920"}
PullRequestEvent
true
{"number":6,"pull_request":{"issue_url":"https://github.com/digital-science/baton/issues/6","head":{"label":"digital-science:default_exchange","repo":{"name":"baton","size":448,"has_wiki":true,"created_at":"2012-04-03T10:31:57Z","clone_url":"https://github.com/digital-science/baton.git","private":false,"watchers":1,"updated_at":"2012-04-25T09:12:28Z","url":"https://api.github.com/repos/digital-science/baton","language":"Ruby","git_url":"git://github.com/digital-science/baton.git","fork":false,"ssh_url":"[email protected]:digital-science/baton.git","id":3916885,"svn_url":"https://github.com/digital-science/baton","pushed_at":"2012-04-25T09:12:28Z","mirror_url":null,"has_downloads":true,"open_issues":1,"homepage":"","has_issues":true,"forks":1,"description":"Server orchestration framework","html_url":"https://github.com/digital-science/baton","owner":{"gravatar_id":"26edb7257e2884fc755e79ab7477c28d","avatar_url":"https://secure.gravatar.com/avatar/26edb7257e2884fc755e79ab7477c28d?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png","url":"https://api.github.com/users/digital-science","id":344259,"login":"digital-science"}},"sha":"f44e15162bde536659516ec622eb21527835bcf7","ref":"default_exchange","user":{"gravatar_id":"26edb7257e2884fc755e79ab7477c28d","avatar_url":"https://secure.gravatar.com/avatar/26edb7257e2884fc755e79ab7477c28d?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png","url":"https://api.github.com/users/digital-science","id":344259,"login":"digital-science"}},"number":6,"merged_by":{"gravatar_id":"e0ce7d757750c4923188507d88f8a2a0","avatar_url":"https://secure.gravatar.com/avatar/e0ce7d757750c4923188507d88f8a2a0?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","url":"https://api.github.com/users/john-griffin","id":19490,"login":"john-griffin"},"merged":true,"changed_files":2,"created_at":"2012-04-20T15:11:29Z","body":"If the configuration is missing an input exchange, we will default to the default exchange.\r\n\r\nThis is handy for things like the monitors which do not normally require an input exchange.","title":"Default exchange","comments":0,"additions":7,"updated_at":"2012-04-25T09:12:28Z","diff_url":"https://github.com/digital-science/baton/pull/6.diff","url":"https://api.github.com/repos/digital-science/baton/pulls/6","_links":{"html":{"href":"https://github.com/digital-science/baton/pull/6"},"self":{"href":"https://api.github.com/repos/digital-science/baton/pulls/6"},"comments":{"href":"https://api.github.com/repos/digital-science/baton/issues/6/comments"},"review_comments":{"href":"https://api.github.com/repos/digital-science/baton/pulls/6/comments"}},"id":1203601,"patch_url":"https://github.com/digital-science/baton/pull/6.patch","mergeable":null,"closed_at":"2012-04-25T09:12:28Z","commits":2,"merged_at":"2012-04-25T09:12:28Z","review_comments":0,"html_url":"https://github.com/digital-science/baton/pull/6","user":{"gravatar_id":"eedc913deb26ee0fccca31d7cdbb7ce3","avatar_url":"https://secure.gravatar.com/avatar/eedc913deb26ee0fccca31d7cdbb7ce3?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","url":"https://api.github.com/users/gsandie","id":206811,"login":"gsandie"},"deletions":1,"base":{"label":"digital-science:master","repo":{"name":"baton","size":448,"has_wiki":true,"created_at":"2012-04-03T10:31:57Z","clone_url":"https://github.com/digital-science/baton.git","private":false,"watchers":1,"updated_at":"2012-04-25T09:12:28Z","url":"https://api.github.com/repos/digital-science/baton","language":"Ruby","git_url":"git://github.com/digital-science/baton.git","fork":false,"ssh_url":"[email protected]:digital-science/baton.git","id":3916885,"svn_url":"https://github.com/digital-science/baton","pushed_at":"2012-04-25T09:12:28Z","mirror_url":null,"has_downloads":true,"open_issues":1,"homepage":"","has_issues":true,"forks":1,"description":"Server orchestration framework","html_url":"https://github.com/digital-science/baton","owner":{"gravatar_id":"26edb7257e2884fc755e79ab7477c28d","avatar_url":"https://secure.gravatar.com/avatar/26edb7257e2884fc755e79ab7477c28d?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png","url":"https://api.github.com/users/digital-science","id":344259,"login":"digital-science"}},"sha":"975b76c9505d11fe15b27570192007ff47d62d81","ref":"master","user":{"gravatar_id":"26edb7257e2884fc755e79ab7477c28d","avatar_url":"https://secure.gravatar.com/avatar/26edb7257e2884fc755e79ab7477c28d?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png","url":"https://api.github.com/users/digital-science","id":344259,"login":"digital-science"}},"state":"closed"},"action":"closed"}
{ "id": null, "name": "baton", "url": "https://github.com/digital-science/baton" }
{ "id": null, "login": "john-griffin", "gravatar_id": "e0ce7d757750c4923188507d88f8a2a0", "avatar_url": null, "url": null }
{ "id": null, "login": "digital-science", "gravatar_id": null, "avatar_url": null, "url": null }
2012-04-25T09:12:29
null
{"repository":{"homepage":"","watchers":1,"has_downloads":true,"fork":false,"language":"Ruby","has_issues":true,"has_wiki":true,"forks":1,"size":576,"private":false,"created_at":"2012/04/03 03:31:57 -0700","organization":"digital-science","owner":"digital-science","description":"Server orchestration framework","open_issues":1,"pushed_at":"2012/04/25 02:12:28 -0700"},"actor_attributes":{"name":"John Griffin","location":"London, UK","blog":"http://www.johng.co.uk","type":"User","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/digital-science/baton/pull/6"}
PullRequestEvent
true
{"pull_request":{"html_url":"https://github.com/dockyard/postgres_ext/pull/37","mergeable_state":"unknown","diff_url":"https://github.com/dockyard/postgres_ext/pull/37.diff","user":{"received_events_url":"https://api.github.com/users/alno/received_events","id":30774,"repos_url":"https://api.github.com/users/alno/repos","gists_url":"https://api.github.com/users/alno/gists{/gist_id}","organizations_url":"https://api.github.com/users/alno/orgs","events_url":"https://api.github.com/users/alno/events{/privacy}","login":"alno","subscriptions_url":"https://api.github.com/users/alno/subscriptions","avatar_url":"https://secure.gravatar.com/avatar/7ba93c0a07d2caa804c0d4874e7fac0e?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","gravatar_id":"7ba93c0a07d2caa804c0d4874e7fac0e","url":"https://api.github.com/users/alno","following_url":"https://api.github.com/users/alno/following","followers_url":"https://api.github.com/users/alno/followers","starred_url":"https://api.github.com/users/alno/starred{/owner}{/repo}"},"_links":{"issue":{"href":"https://api.github.com/repos/dockyard/postgres_ext/issues/37"},"comments":{"href":"https://api.github.com/repos/dockyard/postgres_ext/issues/37/comments"},"html":{"href":"https://github.com/dockyard/postgres_ext/pull/37"},"self":{"href":"https://api.github.com/repos/dockyard/postgres_ext/pulls/37"},"review_comments":{"href":"https://api.github.com/repos/dockyard/postgres_ext/pulls/37/comments"}},"id":3103472,"changed_files":2,"merged_at":"2012-11-24T15:02:27Z","additions":20,"number":37,"created_at":"2012-11-23T09:14:10Z","title":"Fix number arrays + test","review_comments_url":"https://github.com/dockyard/postgres_ext/pull/37/comments","milestone":null,"merged":true,"patch_url":"https://github.com/dockyard/postgres_ext/pull/37.patch","merge_commit_sha":"6cac06f8d1ad34fdfa82fd6f3420ef1f2405784c","comments_url":"https://api.github.com/repos/dockyard/postgres_ext/issues/37/comments","updated_at":"2012-11-24T15:02:27Z","comments":0,"body":"Number arrays fixed again and test provided.\n\nOld fix (#87f79754fa20cfd71100be157ee4473bc2583ca1) was not successful as it called gsub! and other string-related methods on numbers.\n\nSo, new approach:\n* cast value first\n* then, if it's string apply string-related transformations","commits_url":"https://github.com/dockyard/postgres_ext/pull/37/commits","commits":1,"closed_at":"2012-11-24T15:02:27Z","mergeable":null,"assignee":null,"deletions":6,"state":"closed","merged_by":{"received_events_url":"https://api.github.com/users/danmcclain/received_events","id":144138,"repos_url":"https://api.github.com/users/danmcclain/repos","gists_url":"https://api.github.com/users/danmcclain/gists{/gist_id}","organizations_url":"https://api.github.com/users/danmcclain/orgs","events_url":"https://api.github.com/users/danmcclain/events{/privacy}","login":"danmcclain","subscriptions_url":"https://api.github.com/users/danmcclain/subscriptions","avatar_url":"https://secure.gravatar.com/avatar/ef16c122bdbe053704f2307cea255867?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","gravatar_id":"ef16c122bdbe053704f2307cea255867","url":"https://api.github.com/users/danmcclain","following_url":"https://api.github.com/users/danmcclain/following","followers_url":"https://api.github.com/users/danmcclain/followers","starred_url":"https://api.github.com/users/danmcclain/starred{/owner}{/repo}"},"url":"https://api.github.com/repos/dockyard/postgres_ext/pulls/37","issue_url":"https://github.com/dockyard/postgres_ext/issues/37","head":{"repo":{"html_url":"https://github.com/alno/postgres_ext","issue_comment_url":"https://api.github.com/repos/alno/postgres_ext/issues/comments/{number}","fork":true,"languages_url":"https://api.github.com/repos/alno/postgres_ext/languages","collaborators_url":"https://api.github.com/repos/alno/postgres_ext/collaborators{/collaborator}","compare_url":"https://api.github.com/repos/alno/postgres_ext/compare/{base}...{head}","forks_url":"https://api.github.com/repos/alno/postgres_ext/forks","notifications_url":"https://api.github.com/repos/alno/postgres_ext/notifications{?since,all,participating}","has_downloads":true,"clone_url":"https://github.com/alno/postgres_ext.git","issues_url":"https://api.github.com/repos/alno/postgres_ext/issues{/number}","labels_url":"https://api.github.com/repos/alno/postgres_ext/labels{/name}","id":6824784,"pulls_url":"https://api.github.com/repos/alno/postgres_ext/pulls{/number}","subscribers_url":"https://api.github.com/repos/alno/postgres_ext/subscribers","svn_url":"https://github.com/alno/postgres_ext","milestones_url":"https://api.github.com/repos/alno/postgres_ext/milestones{/number}","archive_url":"https://api.github.com/repos/alno/postgres_ext/{archive_format}{/ref}","pushed_at":"2012-11-23T09:09:59Z","created_at":"2012-11-23T09:08:52Z","open_issues_count":0,"keys_url":"https://api.github.com/repos/alno/postgres_ext/keys{/key_id}","open_issues":0,"git_refs_url":"https://api.github.com/repos/alno/postgres_ext/git/refs{/sha}","git_tags_url":"https://api.github.com/repos/alno/postgres_ext/git/tags{/sha}","owner":{"received_events_url":"https://api.github.com/users/alno/received_events","id":30774,"repos_url":"https://api.github.com/users/alno/repos","gists_url":"https://api.github.com/users/alno/gists{/gist_id}","organizations_url":"https://api.github.com/users/alno/orgs","events_url":"https://api.github.com/users/alno/events{/privacy}","login":"alno","subscriptions_url":"https://api.github.com/users/alno/subscriptions","avatar_url":"https://secure.gravatar.com/avatar/7ba93c0a07d2caa804c0d4874e7fac0e?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","gravatar_id":"7ba93c0a07d2caa804c0d4874e7fac0e","url":"https://api.github.com/users/alno","following_url":"https://api.github.com/users/alno/following","followers_url":"https://api.github.com/users/alno/followers","starred_url":"https://api.github.com/users/alno/starred{/owner}{/repo}"},"contents_url":"https://api.github.com/repos/alno/postgres_ext/contents/{+path}","forks_count":0,"hooks_url":"https://api.github.com/repos/alno/postgres_ext/hooks","description":"Adds support for missing PostgreSQL data types to ActiveRecord.","stargazers_url":"https://api.github.com/repos/alno/postgres_ext/stargazers","comments_url":"https://api.github.com/repos/alno/postgres_ext/comments{/number}","tags_url":"https://api.github.com/repos/alno/postgres_ext/tags{/tag}","updated_at":"2012-11-23T09:09:59Z","commits_url":"https://api.github.com/repos/alno/postgres_ext/commits{/sha}","watchers_count":0,"language":"Ruby","private":false,"name":"postgres_ext","teams_url":"https://api.github.com/repos/alno/postgres_ext/teams","forks":0,"events_url":"https://api.github.com/repos/alno/postgres_ext/events","homepage":"","merges_url":"https://api.github.com/repos/alno/postgres_ext/merges","assignees_url":"https://api.github.com/repos/alno/postgres_ext/assignees{/user}","ssh_url":"[email protected]:alno/postgres_ext.git","watchers":0,"issue_events_url":"https://api.github.com/repos/alno/postgres_ext/issues/events{/number}","git_commits_url":"https://api.github.com/repos/alno/postgres_ext/git/commits{/sha}","statuses_url":"https://api.github.com/repos/alno/postgres_ext/statuses/{sha}","downloads_url":"https://api.github.com/repos/alno/postgres_ext/downloads","subscription_url":"https://api.github.com/repos/alno/postgres_ext/subscription","blobs_url":"https://api.github.com/repos/alno/postgres_ext/git/blobs{/sha}","branches_url":"https://api.github.com/repos/alno/postgres_ext/branches{/branch}","mirror_url":null,"git_url":"git://github.com/alno/postgres_ext.git","contributors_url":"https://api.github.com/repos/alno/postgres_ext/contributors","url":"https://api.github.com/repos/alno/postgres_ext","has_issues":false,"full_name":"alno/postgres_ext","trees_url":"https://api.github.com/repos/alno/postgres_ext/git/trees{/sha}","size":128,"has_wiki":false},"user":{"received_events_url":"https://api.github.com/users/alno/received_events","id":30774,"repos_url":"https://api.github.com/users/alno/repos","gists_url":"https://api.github.com/users/alno/gists{/gist_id}","organizations_url":"https://api.github.com/users/alno/orgs","events_url":"https://api.github.com/users/alno/events{/privacy}","login":"alno","subscriptions_url":"https://api.github.com/users/alno/subscriptions","avatar_url":"https://secure.gravatar.com/avatar/7ba93c0a07d2caa804c0d4874e7fac0e?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","gravatar_id":"7ba93c0a07d2caa804c0d4874e7fac0e","url":"https://api.github.com/users/alno","following_url":"https://api.github.com/users/alno/following","followers_url":"https://api.github.com/users/alno/followers","starred_url":"https://api.github.com/users/alno/starred{/owner}{/repo}"},"sha":"c6a563df37b542b687d1394790ae70787e52499c","label":"alno:fix_num_arrays","ref":"fix_num_arrays"},"review_comments":0,"review_comment_url":"/repos/dockyard/postgres_ext/pulls/comments/{number}","base":{"repo":{"html_url":"https://github.com/dockyard/postgres_ext","issue_comment_url":"https://api.github.com/repos/dockyard/postgres_ext/issues/comments/{number}","fork":false,"languages_url":"https://api.github.com/repos/dockyard/postgres_ext/languages","collaborators_url":"https://api.github.com/repos/dockyard/postgres_ext/collaborators{/collaborator}","compare_url":"https://api.github.com/repos/dockyard/postgres_ext/compare/{base}...{head}","forks_url":"https://api.github.com/repos/dockyard/postgres_ext/forks","notifications_url":"https://api.github.com/repos/dockyard/postgres_ext/notifications{?since,all,participating}","has_downloads":true,"clone_url":"https://github.com/dockyard/postgres_ext.git","issues_url":"https://api.github.com/repos/dockyard/postgres_ext/issues{/number}","labels_url":"https://api.github.com/repos/dockyard/postgres_ext/labels{/name}","id":4195415,"pulls_url":"https://api.github.com/repos/dockyard/postgres_ext/pulls{/number}","subscribers_url":"https://api.github.com/repos/dockyard/postgres_ext/subscribers","svn_url":"https://github.com/dockyard/postgres_ext","milestones_url":"https://api.github.com/repos/dockyard/postgres_ext/milestones{/number}","archive_url":"https://api.github.com/repos/dockyard/postgres_ext/{archive_format}{/ref}","pushed_at":"2012-11-24T15:02:27Z","created_at":"2012-05-01T19:00:55Z","open_issues_count":5,"keys_url":"https://api.github.com/repos/dockyard/postgres_ext/keys{/key_id}","open_issues":5,"git_refs_url":"https://api.github.com/repos/dockyard/postgres_ext/git/refs{/sha}","git_tags_url":"https://api.github.com/repos/dockyard/postgres_ext/git/tags{/sha}","owner":{"received_events_url":"https://api.github.com/users/dockyard/received_events","id":873981,"repos_url":"https://api.github.com/users/dockyard/repos","gists_url":"https://api.github.com/users/dockyard/gists{/gist_id}","organizations_url":"https://api.github.com/users/dockyard/orgs","events_url":"https://api.github.com/users/dockyard/events{/privacy}","login":"dockyard","subscriptions_url":"https://api.github.com/users/dockyard/subscriptions","avatar_url":"https://secure.gravatar.com/avatar/f91447c1deef57ff5df228bc4bd52598?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-org-420.png","gravatar_id":"f91447c1deef57ff5df228bc4bd52598","url":"https://api.github.com/users/dockyard","following_url":"https://api.github.com/users/dockyard/following","followers_url":"https://api.github.com/users/dockyard/followers","starred_url":"https://api.github.com/users/dockyard/starred{/owner}{/repo}"},"contents_url":"https://api.github.com/repos/dockyard/postgres_ext/contents/{+path}","forks_count":11,"hooks_url":"https://api.github.com/repos/dockyard/postgres_ext/hooks","description":"Adds support for missing PostgreSQL data types to ActiveRecord.","stargazers_url":"https://api.github.com/repos/dockyard/postgres_ext/stargazers","comments_url":"https://api.github.com/repos/dockyard/postgres_ext/comments{/number}","tags_url":"https://api.github.com/repos/dockyard/postgres_ext/tags{/tag}","updated_at":"2012-11-24T15:02:27Z","commits_url":"https://api.github.com/repos/dockyard/postgres_ext/commits{/sha}","watchers_count":91,"language":"Ruby","private":false,"name":"postgres_ext","teams_url":"https://api.github.com/repos/dockyard/postgres_ext/teams","forks":11,"events_url":"https://api.github.com/repos/dockyard/postgres_ext/events","homepage":"","merges_url":"https://api.github.com/repos/dockyard/postgres_ext/merges","assignees_url":"https://api.github.com/repos/dockyard/postgres_ext/assignees{/user}","ssh_url":"[email protected]:dockyard/postgres_ext.git","watchers":91,"issue_events_url":"https://api.github.com/repos/dockyard/postgres_ext/issues/events{/number}","git_commits_url":"https://api.github.com/repos/dockyard/postgres_ext/git/commits{/sha}","statuses_url":"https://api.github.com/repos/dockyard/postgres_ext/statuses/{sha}","downloads_url":"https://api.github.com/repos/dockyard/postgres_ext/downloads","subscription_url":"https://api.github.com/repos/dockyard/postgres_ext/subscription","blobs_url":"https://api.github.com/repos/dockyard/postgres_ext/git/blobs{/sha}","branches_url":"https://api.github.com/repos/dockyard/postgres_ext/branches{/branch}","mirror_url":null,"git_url":"git://github.com/dockyard/postgres_ext.git","contributors_url":"https://api.github.com/repos/dockyard/postgres_ext/contributors","url":"https://api.github.com/repos/dockyard/postgres_ext","has_issues":true,"full_name":"dockyard/postgres_ext","trees_url":"https://api.github.com/repos/dockyard/postgres_ext/git/trees{/sha}","size":240,"has_wiki":false},"user":{"received_events_url":"https://api.github.com/users/dockyard/received_events","id":873981,"repos_url":"https://api.github.com/users/dockyard/repos","gists_url":"https://api.github.com/users/dockyard/gists{/gist_id}","organizations_url":"https://api.github.com/users/dockyard/orgs","events_url":"https://api.github.com/users/dockyard/events{/privacy}","login":"dockyard","subscriptions_url":"https://api.github.com/users/dockyard/subscriptions","avatar_url":"https://secure.gravatar.com/avatar/f91447c1deef57ff5df228bc4bd52598?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-org-420.png","gravatar_id":"f91447c1deef57ff5df228bc4bd52598","url":"https://api.github.com/users/dockyard","following_url":"https://api.github.com/users/dockyard/following","followers_url":"https://api.github.com/users/dockyard/followers","starred_url":"https://api.github.com/users/dockyard/starred{/owner}{/repo}"},"sha":"87f79754fa20cfd71100be157ee4473bc2583ca1","label":"dockyard:master","ref":"master"}},"number":37,"action":"closed"}
{ "id": 4195415, "name": "postgres_ext", "url": "https://github.com/dockyard/postgres_ext" }
{ "id": null, "login": "danmcclain", "gravatar_id": "ef16c122bdbe053704f2307cea255867", "avatar_url": null, "url": null }
{ "id": null, "login": "dockyard", "gravatar_id": null, "avatar_url": null, "url": null }
2012-11-24T15:02:28
null
{"repository":{"homepage":"","owner":"dockyard","organization":"dockyard","pushed_at":"2012-11-24T07:02:28-08:00","forks":11,"open_issues":5,"description":"Adds support for missing PostgreSQL data types to ActiveRecord.","has_issues":true,"has_downloads":true,"created_at":"2012-05-01T12:00:55-07:00","language":"Ruby","fork":false,"size":240,"watchers":91,"private":false,"has_wiki":false,"stargazers":91},"actor_attributes":{"location":"Boston, MA","type":"User","company":"DockYard","name":"Dan McClain","blog":"danmcclain.net","email":"da39a3ee5e6b4b0d3255bfef95601890afd80709"},"url":"https://github.com/dockyard/postgres_ext/pull/37"}
PullRequestEvent
true
{"action":"opened","number":5,"pull_request":{"state":"open","changed_files":1,"base":{"label":"duckduckgo:master","repo":{"id":1267640,"open_issues_count":2,"created_at":"2011-01-18T16:30:51Z","watchers_count":237,"git_url":"git://github.com/duckduckgo/duckduckgo.git","ssh_url":"[email protected]:duckduckgo/duckduckgo.git","watchers":237,"description":"DuckDuckGo instant answer plugin infrastructure","mirror_url":null,"svn_url":"https://github.com/duckduckgo/duckduckgo","has_downloads":true,"private":false,"size":188,"clone_url":"https://github.com/duckduckgo/duckduckgo.git","pushed_at":"2012-11-09T05:12:01Z","homepage":"http://duckduckhack.com/","fork":false,"updated_at":"2012-11-09T10:05:56Z","has_issues":true,"owner":{"login":"duckduckgo","id":342708,"avatar_url":"https://secure.gravatar.com/avatar/5990c802462deecd497116fb037eb05a?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-org-420.png","url":"https://api.github.com/users/duckduckgo","gravatar_id":"5990c802462deecd497116fb037eb05a"},"open_issues":2,"name":"duckduckgo","url":"https://api.github.com/repos/duckduckgo/duckduckgo","has_wiki":true,"language":"Perl","full_name":"duckduckgo/duckduckgo","html_url":"https://github.com/duckduckgo/duckduckgo","forks":13,"forks_count":13},"sha":"0b475890092200e478aa0f2f307a7c6cf37da44c","user":{"login":"duckduckgo","id":342708,"avatar_url":"https://secure.gravatar.com/avatar/5990c802462deecd497116fb037eb05a?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-org-420.png","url":"https://api.github.com/users/duckduckgo","gravatar_id":"5990c802462deecd497116fb037eb05a"},"ref":"master"},"id":2942433,"created_at":"2012-11-09T10:24:22Z","assignee":null,"merge_commit_sha":"","merged_at":null,"title":"Don't \"use DDG::Meta::Longtail;\", as it was removed in commit:ef1d5d6554","number":5,"body":"This fixes the testsuite, which was failing in 0.076 with the following messages:\r\n<pre>\r\n$ dzil test\r\n...\r\nt/10-meta-goodie.t ...... Can't locate DDG/Meta/Longtail.pm in @INC (@INC contains: ...)\r\nBEGIN failed--compilation aborted at .../.build/T68uFXFz4A/blib/lib/DDG/Meta.pm line 15.\r\nCompilation failed in require at .../.build/T68uFXFz4A/blib/lib/DDG/Goodie.pm line 10.\r\nBEGIN failed--compilation aborted at .../.build/T68uFXFz4A/blib/lib/DDG/Goodie.pm line 10.\r\nCompilation failed in require at .../.build/T68uFXFz4A/t/lib/DDGTest/Goodie/MetaOnly.pm line 3.\r\nBEGIN failed--compilation aborted at .../.build/T68uFXFz4A/t/lib/DDGTest/Goodie/MetaOnly.pm line 3.\r\nCompilation failed in require at t/10-meta-goodie.t line 12.\r\nBEGIN failed--compilation aborted at t/10-meta-goodie.t line 12.\r\nt/10-meta-goodie.t ...... Dubious, test returned 2 (wstat 512, 0x200)\r\n...\r\n</pre>","patch_url":"https://github.com/duckduckgo/duckduckgo/pull/5.patch","merged":false,"head":{"label":"yakaz:dont-use-DDG-Meta-Longtail","repo":{"id":6611593,"open_issues_count":0,"created_at":"2012-11-09T10:05:56Z","watchers_count":0,"git_url":"git://github.com/yakaz/duckduckgo.git","ssh_url":"[email protected]:yakaz/duckduckgo.git","watchers":0,"description":"DuckDuckGo instant answer plugin infrastructure","mirror_url":null,"svn_url":"https://github.com/yakaz/duckduckgo","has_downloads":true,"private":false,"size":120,"clone_url":"https://github.com/yakaz/duckduckgo.git","pushed_at":"2012-11-09T10:20:21Z","homepage":"http://duckduckhack.com/","fork":true,"updated_at":"2012-11-09T10:20:23Z","has_issues":false,"owner":{"login":"yakaz","id":1457890,"avatar_url":"https://secure.gravatar.com/avatar/5c81047051430d81386a4d38e30fe109?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-org-420.png","url":"https://api.github.com/users/yakaz","gravatar_id":"5c81047051430d81386a4d38e30fe109"},"open_issues":0,"name":"duckduckgo","url":"https://api.github.com/repos/yakaz/duckduckgo","has_wiki":true,"language":"Perl","full_name":"yakaz/duckduckgo","html_url":"https://github.com/yakaz/duckduckgo","forks":0,"forks_count":0},"sha":"b86c7986845dff57ca7197f32898dc8d0a8d657a","user":{"login":"yakaz","id":1457890,"avatar_url":"https://secure.gravatar.com/avatar/5c81047051430d81386a4d38e30fe109?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-org-420.png","url":"https://api.github.com/users/yakaz","gravatar_id":"5c81047051430d81386a4d38e30fe109"},"ref":"dont-use-DDG-Meta-Longtail"},"milestone":null,"review_comments":0,"_links":{"html":{"href":"https://github.com/duckduckgo/duckduckgo/pull/5"},"issue":{"href":"https://api.github.com/repos/duckduckgo/duckduckgo/issues/5"},"self":{"href":"https://api.github.com/repos/duckduckgo/duckduckgo/pulls/5"},"review_comments":{"href":"https://api.github.com/repos/duckduckgo/duckduckgo/pulls/5/comments"},"comments":{"href":"https://api.github.com/repos/duckduckgo/duckduckgo/issues/5/comments"}},"additions":0,"mergeable":null,"updated_at":"2012-11-09T10:24:22Z","comments":0,"diff_url":"https://github.com/duckduckgo/duckduckgo/pull/5.diff","deletions":1,"user":{"login":"dumbbell","id":159804,"avatar_url":"https://secure.gravatar.com/avatar/fe446152875b896fe3c6b7fbbbc22b3e?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-user-420.png","url":"https://api.github.com/users/dumbbell","gravatar_id":"fe446152875b896fe3c6b7fbbbc22b3e"},"url":"https://api.github.com/repos/duckduckgo/duckduckgo/pulls/5","mergeable_state":"unknown","html_url":"https://github.com/duckduckgo/duckduckgo/pull/5","merged_by":null,"closed_at":null,"issue_url":"https://github.com/duckduckgo/duckduckgo/issues/5","commits":1}}
{ "id": 1267640, "name": "duckduckgo", "url": "https://github.com/duckduckgo/duckduckgo" }
{ "id": null, "login": "dumbbell", "gravatar_id": "fe446152875b896fe3c6b7fbbbc22b3e", "avatar_url": null, "url": null }
{ "id": null, "login": "duckduckgo", "gravatar_id": null, "avatar_url": null, "url": null }
2012-11-09T10:24:23
null
{"repository":{"forks":13,"stargazers":237,"owner":"duckduckgo","open_issues":2,"language":"Perl","organization":"duckduckgo","has_downloads":true,"homepage":"http://duckduckhack.com/","created_at":"2011-01-18T08:30:51-08:00","fork":false,"size":188,"description":"DuckDuckGo instant answer plugin infrastructure","private":false,"has_wiki":true,"watchers":237,"has_issues":true,"pushed_at":"2012-11-08T21:12:01-08:00"},"actor_attributes":{"location":"Paris, France","name":"Jean-Sébastien Pédron","type":"User","email":"[email protected]"},"url":"https://github.com/duckduckgo/duckduckgo/pull/5"}
PullRequestEvent
true
{"pull_request":{"body":"","title":"Updated gitignore","comments":0,"head":{"label":"federosky:term-updates","sha":"b175ff5913ed395727403ae1c1d3150f03e0f20b","ref":"term-updates","user":{"avatar_url":"https://secure.gravatar.com/avatar/f58f30457d5ca65ec967a8a864d8ba64?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","login":"federosky","gravatar_id":"f58f30457d5ca65ec967a8a864d8ba64","id":1444896,"url":"https://api.github.com/users/federosky"},"repo":{"has_wiki":true,"ssh_url":"[email protected]:federosky/hsi-queries.git","forks_count":1,"has_downloads":true,"open_issues_count":0,"watchers":1,"watchers_count":1,"size":2344,"mirror_url":null,"owner":{"avatar_url":"https://secure.gravatar.com/avatar/f58f30457d5ca65ec967a8a864d8ba64?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","login":"federosky","gravatar_id":"f58f30457d5ca65ec967a8a864d8ba64","id":1444896,"url":"https://api.github.com/users/federosky"},"homepage":null,"description":"","forks":1,"created_at":"2012-06-22T04:36:37Z","updated_at":"2012-08-17T14:06:50Z","open_issues":0,"git_url":"git://github.com/federosky/hsi-queries.git","pushed_at":"2012-08-17T14:06:50Z","private":false,"has_issues":true,"id":4747616,"language":"PHP","url":"https://api.github.com/repos/federosky/hsi-queries","name":"hsi-queries","clone_url":"https://github.com/federosky/hsi-queries.git","svn_url":"https://github.com/federosky/hsi-queries","html_url":"https://github.com/federosky/hsi-queries","fork":false,"full_name":"federosky/hsi-queries"}},"closed_at":"2012-08-17T14:06:50Z","milestone":null,"commits":1,"additions":1,"assignee":null,"state":"closed","mergeable_state":"unknown","diff_url":"https://github.com/federosky/hsi-queries/pull/2.diff","merged_by":{"avatar_url":"https://secure.gravatar.com/avatar/f58f30457d5ca65ec967a8a864d8ba64?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","login":"federosky","gravatar_id":"f58f30457d5ca65ec967a8a864d8ba64","id":1444896,"url":"https://api.github.com/users/federosky"},"patch_url":"https://github.com/federosky/hsi-queries/pull/2.patch","created_at":"2012-08-17T14:06:46Z","merged":true,"updated_at":"2012-08-17T14:06:50Z","changed_files":1,"issue_url":"https://github.com/federosky/hsi-queries/issues/2","_links":{"comments":{"href":"https://api.github.com/repos/federosky/hsi-queries/issues/2/comments"},"html":{"href":"https://github.com/federosky/hsi-queries/pull/2"},"self":{"href":"https://api.github.com/repos/federosky/hsi-queries/pulls/2"},"issue":{"href":"https://api.github.com/repos/federosky/hsi-queries/issues/2"},"review_comments":{"href":"https://api.github.com/repos/federosky/hsi-queries/pulls/2/comments"}},"id":2087707,"base":{"label":"federosky:master","sha":"33748062c2a3aa9a079e4b8b89e5c1ef55042968","ref":"master","user":{"avatar_url":"https://secure.gravatar.com/avatar/f58f30457d5ca65ec967a8a864d8ba64?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","login":"federosky","gravatar_id":"f58f30457d5ca65ec967a8a864d8ba64","id":1444896,"url":"https://api.github.com/users/federosky"},"repo":{"has_wiki":true,"ssh_url":"[email protected]:federosky/hsi-queries.git","forks_count":1,"has_downloads":true,"open_issues_count":0,"watchers":1,"watchers_count":1,"size":2344,"mirror_url":null,"owner":{"avatar_url":"https://secure.gravatar.com/avatar/f58f30457d5ca65ec967a8a864d8ba64?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","login":"federosky","gravatar_id":"f58f30457d5ca65ec967a8a864d8ba64","id":1444896,"url":"https://api.github.com/users/federosky"},"homepage":null,"description":"","forks":1,"created_at":"2012-06-22T04:36:37Z","updated_at":"2012-08-17T14:06:50Z","open_issues":0,"git_url":"git://github.com/federosky/hsi-queries.git","pushed_at":"2012-08-17T14:06:50Z","private":false,"has_issues":true,"id":4747616,"language":"PHP","url":"https://api.github.com/repos/federosky/hsi-queries","name":"hsi-queries","clone_url":"https://github.com/federosky/hsi-queries.git","svn_url":"https://github.com/federosky/hsi-queries","html_url":"https://github.com/federosky/hsi-queries","fork":false,"full_name":"federosky/hsi-queries"}},"merged_at":"2012-08-17T14:06:50Z","deletions":0,"mergeable":null,"number":2,"url":"https://api.github.com/repos/federosky/hsi-queries/pulls/2","user":{"avatar_url":"https://secure.gravatar.com/avatar/f58f30457d5ca65ec967a8a864d8ba64?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","login":"federosky","gravatar_id":"f58f30457d5ca65ec967a8a864d8ba64","id":1444896,"url":"https://api.github.com/users/federosky"},"html_url":"https://github.com/federosky/hsi-queries/pull/2","review_comments":0},"number":2,"action":"opened"}
{ "id": null, "name": "hsi-queries", "url": "https://github.com/federosky/hsi-queries" }
{ "id": null, "login": "federosky", "gravatar_id": "f58f30457d5ca65ec967a8a864d8ba64", "avatar_url": null, "url": null }
{ "id": null, "login": null, "gravatar_id": null, "avatar_url": null, "url": null }
2012-08-17T14:07:45
null
{"repository":{"owner":"federosky","open_issues":0,"has_issues":true,"pushed_at":"2012-08-17T07:06:50-07:00","forks":1,"language":"PHP","has_downloads":true,"fork":false,"size":2344,"created_at":"2012-06-21T21:36:37-07:00","description":"","stargazers":1,"private":false,"has_wiki":true,"watchers":1},"actor_attributes":{"name":"Federico","type":"User","location":"Argentina","email":"[email protected]"},"url":"https://github.com/federosky/hsi-queries/pull/2"}
PullRequestEvent
true
{"action":"opened","pull_request":{"created_at":"2012-07-03T09:58:54Z","assignee":null,"state":"open","url":"https://api.github.com/repos/finnlabs/chiliproject/pulls/19","milestone":null,"mergeable":true,"commits":1,"merged":false,"body":"Found this commit that never made it into master.","issue_url":"https://github.com/finnlabs/chiliproject/issues/19","head":{"ref":"fix/issue-hierarchies","sha":"d533816987c342cb8ed57fe2dab61ed5e1cdd2c5","label":"finnlabs:fix/issue-hierarchies","repo":{"created_at":"2011-02-03T14:50:42Z","pushed_at":"2012-07-03T09:54:18Z","mirror_url":null,"has_wiki":false,"url":"https://api.github.com/repos/finnlabs/chiliproject","full_name":"finnlabs/chiliproject","has_downloads":true,"language":"Ruby","forks":3,"name":"chiliproject","open_issues":4,"ssh_url":"[email protected]:finnlabs/chiliproject.git","git_url":"git://github.com/finnlabs/chiliproject.git","watchers":7,"homepage":"https://www.chiliproject.org/","private":false,"updated_at":"2012-07-03T09:54:20Z","has_issues":false,"size":796,"id":1324326,"description":"ChiliProject is a web based project management system built on Ruby on Rails","owner":{"url":"https://api.github.com/users/finnlabs","login":"finnlabs","avatar_url":"https://secure.gravatar.com/avatar/f053cb1903e45927cbf01486ebc9a916?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png","gravatar_id":"f053cb1903e45927cbf01486ebc9a916","id":86719},"clone_url":"https://github.com/finnlabs/chiliproject.git","html_url":"https://github.com/finnlabs/chiliproject","svn_url":"https://github.com/finnlabs/chiliproject","fork":true},"user":{"url":"https://api.github.com/users/finnlabs","login":"finnlabs","avatar_url":"https://secure.gravatar.com/avatar/f053cb1903e45927cbf01486ebc9a916?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png","gravatar_id":"f053cb1903e45927cbf01486ebc9a916","id":86719}},"comments":0,"merged_by":null,"updated_at":"2012-07-03T09:58:54Z","number":19,"changed_files":2,"base":{"ref":"master","sha":"1345d9eb6c308c7c6904e3eb23e9c68a852771a6","label":"finnlabs:master","repo":{"created_at":"2011-02-03T14:50:42Z","pushed_at":"2012-07-03T09:54:18Z","mirror_url":null,"has_wiki":false,"url":"https://api.github.com/repos/finnlabs/chiliproject","full_name":"finnlabs/chiliproject","has_downloads":true,"language":"Ruby","forks":3,"name":"chiliproject","open_issues":4,"ssh_url":"[email protected]:finnlabs/chiliproject.git","git_url":"git://github.com/finnlabs/chiliproject.git","watchers":7,"homepage":"https://www.chiliproject.org/","private":false,"updated_at":"2012-07-03T09:54:20Z","has_issues":false,"size":796,"id":1324326,"description":"ChiliProject is a web based project management system built on Ruby on Rails","owner":{"url":"https://api.github.com/users/finnlabs","login":"finnlabs","avatar_url":"https://secure.gravatar.com/avatar/f053cb1903e45927cbf01486ebc9a916?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png","gravatar_id":"f053cb1903e45927cbf01486ebc9a916","id":86719},"clone_url":"https://github.com/finnlabs/chiliproject.git","html_url":"https://github.com/finnlabs/chiliproject","svn_url":"https://github.com/finnlabs/chiliproject","fork":true},"user":{"url":"https://api.github.com/users/finnlabs","login":"finnlabs","avatar_url":"https://secure.gravatar.com/avatar/f053cb1903e45927cbf01486ebc9a916?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-orgs.png","gravatar_id":"f053cb1903e45927cbf01486ebc9a916","id":86719}},"diff_url":"https://github.com/finnlabs/chiliproject/pull/19.diff","merged_at":null,"title":"Fix/issue hierarchies","deletions":8,"id":1704030,"_links":{"html":{"href":"https://github.com/finnlabs/chiliproject/pull/19"},"comments":{"href":"https://api.github.com/repos/finnlabs/chiliproject/issues/19/comments"},"self":{"href":"https://api.github.com/repos/finnlabs/chiliproject/pulls/19"},"issue":{"href":"https://api.github.com/repos/finnlabs/chiliproject/issues/19"},"review_comments":{"href":"https://api.github.com/repos/finnlabs/chiliproject/pulls/19/comments"}},"html_url":"https://github.com/finnlabs/chiliproject/pull/19","user":{"url":"https://api.github.com/users/apfelfabrik","login":"apfelfabrik","avatar_url":"https://secure.gravatar.com/avatar/0d8873c29d11269136b4137f7503f588?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"0d8873c29d11269136b4137f7503f588","id":99448},"closed_at":null,"additions":22,"patch_url":"https://github.com/finnlabs/chiliproject/pull/19.patch","review_comments":0},"number":19}
{ "id": null, "name": "chiliproject", "url": "https://github.com/finnlabs/chiliproject" }
{ "id": null, "login": "apfelfabrik", "gravatar_id": "0d8873c29d11269136b4137f7503f588", "avatar_url": null, "url": null }
{ "id": null, "login": "finnlabs", "gravatar_id": null, "avatar_url": null, "url": null }
2012-07-03T09:58:55
null
{"repository":{"watchers":7,"has_wiki":false,"owner":"finnlabs","language":"Ruby","pushed_at":"2012-07-03T02:54:18-07:00","forks":3,"open_issues":4,"homepage":"https://www.chiliproject.org/","has_issues":false,"description":"ChiliProject is a web based project management system built on Ruby on Rails","fork":true,"size":796,"has_downloads":true,"organization":"finnlabs","private":false,"created_at":"2011-02-03T06:50:42-08:00"},"actor_attributes":{"location":"Berlin","name":"Martin Czuchra","blog":"http://apfelfabrik.de","company":"Finn GmbH","email":"[email protected]","type":"User"},"url":"https://github.com/finnlabs/chiliproject/pull/19"}