type
stringclasses 17
values | public
bool 1
class | payload
stringlengths 2
646k
| repo
dict | actor
dict | org
dict | created_at
timestamp[us] | id
stringlengths 10
10
| other
stringclasses 0
values |
---|---|---|---|---|---|---|---|---|
PushEvent | true | {"ref":"refs/heads/master","commits":[{"author":{"email":"[email protected]","name":"Marcus D. Hanwell"},"sha":"f404f4dd68130d3ca8a83e80256327d853a34ebc","message":"COMP: Force double for sqrt\n\nClear up ambiguous call to sqrt function - always use double.\n\nChange-Id: I296eb2f6c069b4c5a49b97acd230685ae9d1714c","url":"https://api.github.com/repos/Kitware/VTK/commits/f404f4dd68130d3ca8a83e80256327d853a34ebc"},{"author":{"email":"[email protected]","name":"Marcus D. Hanwell"},"sha":"d1117275a666cd69da0d8c1d92cd3c40234dcb95","message":"Merge topic 'vector-operators'\n\nf404f4d COMP: Force double for sqrt","url":"https://api.github.com/repos/Kitware/VTK/commits/d1117275a666cd69da0d8c1d92cd3c40234dcb95"}],"head":"d1117275a666cd69da0d8c1d92cd3c40234dcb95","push_id":53410696,"size":2} | {
"id": 631615,
"name": "Kitware/VTK",
"url": "https://api.github.dev/repos/Kitware/VTK"
} | {
"id": 489000,
"login": "kwrobot",
"gravatar_id": "9ddcd45fcb89d966aab95b1f1002f84c",
"avatar_url": "https://secure.gravatar.com/avatar/9ddcd45fcb89d966aab95b1f1002f84c?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"url": "https://api.github.dev/users/kwrobot"
} | {
"id": 87549,
"login": "Kitware",
"gravatar_id": "54d9395b419509ba455fcc959fd0b301",
"avatar_url": "https://secure.gravatar.com/avatar/54d9395b419509ba455fcc959fd0b301?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
"url": "https://api.github.dev/orgs/Kitware"
} | 2011-12-10T19:45:37 | 1504489915 | null |
PushEvent | true | {"shas":[["3990e0193dca1859f278ec93613b2c34f8178161","[email protected]","KWSys Nightly Date Stamp","KWSys Robot"]],"ref":"refs/heads/master","size":1,"head":"3990e0193dca1859f278ec93613b2c34f8178161","push_id":43109005} | {
"id": 631615,
"name": "Kitware/VTK",
"url": "https://api.github.dev/repos/Kitware/VTK"
} | {
"id": 489000,
"login": "kwrobot",
"gravatar_id": "9ddcd45fcb89d966aab95b1f1002f84c",
"avatar_url": "https://secure.gravatar.com/avatar/9ddcd45fcb89d966aab95b1f1002f84c?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"url": "https://api.github.dev/users/kwrobot"
} | {
"id": 87549,
"login": "Kitware",
"gravatar_id": "54d9395b419509ba455fcc959fd0b301",
"avatar_url": "https://secure.gravatar.com/avatar/54d9395b419509ba455fcc959fd0b301?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
"url": "https://api.github.dev/orgs/Kitware"
} | 2011-09-18T04:18:59 | 1487622332 | null |
PushEvent | true | {"shas":[["8d4fa31dba1ab5a81f2d6adf6886788dd5ab23f0","[email protected]","KWSys Nightly Date Stamp","KWSys Robot"]],"ref":"refs/heads/master","size":1,"head":"8d4fa31dba1ab5a81f2d6adf6886788dd5ab23f0","push_id":40010466} | {
"id": 631615,
"name": "Kitware/VTK",
"url": "https://api.github.dev/repos/Kitware/VTK"
} | {
"id": 489000,
"login": "kwrobot",
"gravatar_id": "9ddcd45fcb89d966aab95b1f1002f84c",
"avatar_url": "https://secure.gravatar.com/avatar/9ddcd45fcb89d966aab95b1f1002f84c?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"url": "https://api.github.dev/users/kwrobot"
} | {
"id": 87549,
"login": "Kitware",
"gravatar_id": "54d9395b419509ba455fcc959fd0b301",
"avatar_url": "https://secure.gravatar.com/avatar/54d9395b419509ba455fcc959fd0b301?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
"url": "https://api.github.dev/orgs/Kitware"
} | 2011-08-19T04:18:43 | 1482693811 | null |
PushEvent | true | {"head":"e4ff954b84d78ab98af3fce1ab9b8ee1c5cf15a5","size":3,"push_id":44602414,"shas":[["8a679e20e2e727ae983ae6eb7b05a2de55654b03","[email protected]","Fix QVTKWidget refresh on resize problem on Windows\n\nWhen resizing a toplevel QVTKWidget, only the newly exposed part is refreshed, not the entire viewport.\n\nQt::WA_PaintOnScreen is only supported on X11:\nhttp://doc.qt.nokia.com/4.7/qt.html#WidgetAttribute-enum\n\nFor all purpose widgets, it is ok to leave the flag Qt::WA_PaintOnScreen for other platforms, because the flag is ignored.\nSee QWidget::setAttribute(), there is a special to ignore the flag on Windows.\nHowever, QVTKWidget uses a custom QPaintEngine, so the hack done in QWidget::paintEngine() on Windows is not applied and\ndoesn't ignore the flag then:\nHere is an extract from qwidget_win.cpp (in QWidget::paintEngine)\n // We set this bit which is checked in setAttribute for\n // Qt::WA_PaintOnScreen. We do this to allow these two scenarios:\n //\n // 1. Users accidentally set Qt::WA_PaintOnScreen on X and port to\n // windows which would mean suddenly their widgets stop working.\n //\n // 2. Users set paint on screen and subclass paintEngine() to\n // return 0, in which case we have a \"hole\" in the backingstore\n // allowing use of GDI or DirectX directly.\n //\n // 1 is WRONG, but to minimize silent failures, we have set this\n // bit to ignore the setAttribute call. 2. needs to be\n // supported because its our only means of embeddeding native\n // graphics stuff.\n const_cast<QWidgetPrivate *>(d_func())->noPaintOnScreen = 1;\n\nPlease note that QVTKWidget2 (QGLWidget) sets the flag Qt::WA_PaintOnScreen all platforms.\nHowever, various hacks in Qt GUI (qwidget.cpp, qwidget_win.cpp, qbackingstore.cpp...) make QGLWidget works fine on Windows.\n\nChange-Id: Ia5d8256152885932ab500a761d619f673f43956f","Julien Finet"],["0fb32e54989030e99ce4ccb7c4bf08897bdeb0db","[email protected]","Force the opengl buffer to be fully refreshed.\n\nA hack in QWidgetPrivate::repaint_sys (qbackingstore.cpp) checks the type\nof the widget QPaintEngine. If it is an OpenGL engine, it then forces the\n repaint to be done on the entire widget instead of the dirty region.\n\nChanging the paint engine type, ensures QVTKWidget to be fully repainted on Windows when resizing the widget.\nThis fix makes the behavior of QVTKWidget similar to QVTKWidget2.\nIt has visible results when the flag Qt::WA_PaintOnScreen is set on Windows (not the case because of the previous commit)\n\nChange-Id: I5ce944d73c5931ca9423b9cc848bc1ede6bf5b91","Julien Finet"],["e4ff954b84d78ab98af3fce1ab9b8ee1c5cf15a5","[email protected]","Merge topic 'qvtkwidget-resize-refresh-on-windows'\n\n0fb32e5 Force the opengl buffer to be fully refreshed.\n8a679e2 Fix QVTKWidget refresh on resize problem on Windows","Julien Finet"]],"ref":"refs/heads/master"} | {
"id": 631615,
"name": "Kitware/VTK",
"url": "https://api.github.com/repos/Kitware/VTK"
} | {
"id": 489000,
"login": "kwrobot",
"gravatar_id": "9ddcd45fcb89d966aab95b1f1002f84c",
"avatar_url": "https://secure.gravatar.com/avatar/9ddcd45fcb89d966aab95b1f1002f84c?d=%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"url": "https://api.github.com/users/kwrobot"
} | {
"id": 87549,
"login": "Kitware",
"gravatar_id": "54d9395b419509ba455fcc959fd0b301",
"avatar_url": "https://secure.gravatar.com/avatar/54d9395b419509ba455fcc959fd0b301?d=%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
"url": "https://api.github.com/orgs/Kitware"
} | 2011-09-30T19:05:34 | 1489991670 | null |
PushEvent | true | {"ref":"refs/heads/master","commits":[{"author":{"name":"David Doria","email":"[email protected]"},"sha":"5ef5d1a686e0b4fa7640902b478c45d117b7942f","message":"DOC: Correct from 4 dimensions to 3 dimensions.\n\nWhen the filter was added to VTK in 1997, image components\n(like red, green, blue) were treated as a fourth dimension:\nx,y,z,c. When the imaging pipeline architecture was changed\nto x,y,z the documentation was not updated.\n\nAlso fixed some small typos.\n\nChange-Id: I2ad19ddfd6e892aa0553a3e06e0e6532293faafe","url":"https://api.github.com/repos/Kitware/VTK/commits/5ef5d1a686e0b4fa7640902b478c45d117b7942f"},{"author":{"name":"David Gobbi","email":"[email protected]"},"sha":"1ba393095e0d4d2e8306563e1e2810aee8a4c966","message":"Merge topic 'AccumulateDoc'\n\n5ef5d1a DOC: Correct from 4 dimensions to 3 dimensions.","url":"https://api.github.com/repos/Kitware/VTK/commits/1ba393095e0d4d2e8306563e1e2810aee8a4c966"}],"head":"1ba393095e0d4d2e8306563e1e2810aee8a4c966","push_id":51399201,"size":2} | {
"id": 631615,
"name": "Kitware/VTK",
"url": "https://api.github.dev/repos/Kitware/VTK"
} | {
"id": 489000,
"login": "kwrobot",
"gravatar_id": "9ddcd45fcb89d966aab95b1f1002f84c",
"avatar_url": "https://secure.gravatar.com/avatar/9ddcd45fcb89d966aab95b1f1002f84c?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"url": "https://api.github.dev/users/kwrobot"
} | {
"id": 87549,
"login": "Kitware",
"gravatar_id": "54d9395b419509ba455fcc959fd0b301",
"avatar_url": "https://secure.gravatar.com/avatar/54d9395b419509ba455fcc959fd0b301?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
"url": "https://api.github.dev/orgs/Kitware"
} | 2011-11-25T14:08:56 | 1501072366 | null |
PushEvent | true | {"shas":[["609facd551926875e9d0a55dd9e485fccf02fdc1","[email protected]","Option to disable edge selection from vtkGraphLayoutView\n\nSubmitted by Nicolas Rannou <[email protected]>\n\nvtkGraphLayoutView\n-> new method: void SetEdgeSelection(bool) - modify the representation\n variable EdgeSelection.\n-> new method: bool GetEdgeSelection() - get the representation variable\n EdgeSelection.\n\nvtkRenderedGraphRepresentation\n-> new variable: bool EdgeSelection - default true=edges will be\nselected\n-> new method: void SetEdgeSelection(bool) - modify EdgeSelection value.\n-> new method: bool GetEdgeSelection() - get EdgeSelection value.\n\nChange-Id: I7f438386fd119fa9a819dffeea864f64de29ebaa","Jeffrey Baumes"],["3241ed9907fca5386d825b9cf1d64f88e613b707","[email protected]","Merge branch 'edge-selection' into release","David Partyka"],["625a519ddee539b477351a35dc4db1fbb276aa9b","[email protected]","Merge branch 'release'","David Partyka"]],"repo":"Kitware/VTK","actor":"kwrobot","ref":"refs/heads/master","size":3,"head":"625a519ddee539b477351a35dc4db1fbb276aa9b","actor_gravatar":"9ddcd45fcb89d966aab95b1f1002f84c","push_id":28420567} | {
"id": 631615,
"name": "Kitware/VTK",
"url": "https://api.github.dev/repos/Kitware/VTK"
} | {
"id": 489000,
"login": "kwrobot",
"gravatar_id": "9ddcd45fcb89d966aab95b1f1002f84c",
"avatar_url": "https://secure.gravatar.com/avatar/9ddcd45fcb89d966aab95b1f1002f84c?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"url": "https://api.github.dev/users/kwrobot"
} | {
"id": 87549,
"login": "Kitware",
"gravatar_id": "54d9395b419509ba455fcc959fd0b301",
"avatar_url": "https://secure.gravatar.com/avatar/54d9395b419509ba455fcc959fd0b301?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
"url": "https://api.github.dev/orgs/Kitware"
} | 2011-04-06T20:05:16 | 1235183647 | null |
PushEvent | true | {"shas":[["f976afa4fa6884d990ee9f89b1e9230e02cef45e","[email protected]","Support 1D textures in vtkOpenGLTexture\n\nHaving a 1D texture results in having xsize == 1 or ysize == 1.\nIt would be a division by 0.\nAdd test to try different texture sizes and see if it crashes.\n\nChange-Id: I10142c62a9448563b6e217be3441ecf3466149db","Julien Finet"],["2f61ddf6e48f9d75124e6770172c016a1809036d","[email protected]","Merge branch 'vtkopengltexture-1px-crash' into release","David Partyka"]],"ref":"refs/heads/release","size":2,"head":"2f61ddf6e48f9d75124e6770172c016a1809036d","push_id":39144635} | {
"id": 631615,
"name": "Kitware/VTK",
"url": "https://api.github.dev/repos/Kitware/VTK"
} | {
"id": 489000,
"login": "kwrobot",
"gravatar_id": "9ddcd45fcb89d966aab95b1f1002f84c",
"avatar_url": "https://secure.gravatar.com/avatar/9ddcd45fcb89d966aab95b1f1002f84c?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"url": "https://api.github.dev/users/kwrobot"
} | {
"id": 87549,
"login": "Kitware",
"gravatar_id": "54d9395b419509ba455fcc959fd0b301",
"avatar_url": "https://secure.gravatar.com/avatar/54d9395b419509ba455fcc959fd0b301?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
"url": "https://api.github.dev/orgs/Kitware"
} | 2011-08-10T17:45:23 | 1481360667 | null |
PushEvent | true | {"shas":[["4029ecea55f962700e2994b00cbdc148cffe75fa","[email protected]","Support extent changes by cleaning up COMBINED_UPDATE_EXTENT.\n\nWhen no execute is needed (in REQUEST_UPDATE_EXTENT), we still need to\nreset COMBINED_UPDATE_EXTENT otherwise, if the UPDATE_EXTENT is later\n changed, COMBINED_UPDATE_EXTENT still contains old/obsolete bounds.\n\nChange-Id: I071f5130dc798da6a403fc34112b21388e53a943","Julien Finet"],["652ff67cf66adcc062c691ddf08485f90c74e769","[email protected]","Merge branch 'combined-update-extent-fix-2' into release","David Partyka"],["f650fc8237798d20295e6cfc675ea283e1d00ff6","[email protected]","Merge topic 'combined-update-extent-fix-2'\n\n4029ece Support extent changes by cleaning up COMBINED_UPDATE_EXTENT.","Dave Partyka"],["504a61d4cbe9fe9281c16b11460660d301d8d2f4","[email protected]","Merge branch 'release'","David Partyka"]],"repo":"Kitware/VTK","actor":"kwrobot","ref":"refs/heads/master","size":4,"head":"504a61d4cbe9fe9281c16b11460660d301d8d2f4","actor_gravatar":"9ddcd45fcb89d966aab95b1f1002f84c","push_id":30917569} | {
"id": 631615,
"name": "Kitware/VTK",
"url": "https://api.github.dev/repos/Kitware/VTK"
} | {
"id": 489000,
"login": "kwrobot",
"gravatar_id": "9ddcd45fcb89d966aab95b1f1002f84c",
"avatar_url": "https://secure.gravatar.com/avatar/9ddcd45fcb89d966aab95b1f1002f84c?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"url": "https://api.github.dev/users/kwrobot"
} | {
"id": 87549,
"login": "Kitware",
"gravatar_id": "54d9395b419509ba455fcc959fd0b301",
"avatar_url": "https://secure.gravatar.com/avatar/54d9395b419509ba455fcc959fd0b301?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
"url": "https://api.github.dev/orgs/Kitware"
} | 2011-05-09T20:56:58 | 1360753705 | null |
PushEvent | true | {"ref":"refs/heads/next","commits":[{"author":{"name":"Alexander Neundorf","email":"[email protected]"},"url":"https://api.github.com/repos/Kitware/CMake/commits/df195851e52948ca19019179718d08f68354daf9","message":"Merge topic 'RestoreAutmocKDECompatibility' into next\n\ne44ebd5 automoc: another runtime optimization\n1423177 automoc: minor optimization\nf98e615 automoc: improved diagnostics\n69cf480 automoc: add more test cases\n81c43b4 automoc: handle the case when the developer includes the wrong mocfile\n7242822 automoc: rework the checking for the matching header, to give better warnings\nd08bc32 automoc: stricter checking for what file is included","sha":"df195851e52948ca19019179718d08f68354daf9"}],"head":"df195851e52948ca19019179718d08f68354daf9","size":1,"push_id":50285076} | {
"id": 537699,
"name": "Kitware/CMake",
"url": "https://api.github.dev/repos/Kitware/CMake"
} | {
"id": 489000,
"login": "kwrobot",
"gravatar_id": "9ddcd45fcb89d966aab95b1f1002f84c",
"avatar_url": "https://secure.gravatar.com/avatar/9ddcd45fcb89d966aab95b1f1002f84c?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"url": "https://api.github.dev/users/kwrobot"
} | {
"id": 87549,
"login": "Kitware",
"gravatar_id": "54d9395b419509ba455fcc959fd0b301",
"avatar_url": "https://secure.gravatar.com/avatar/54d9395b419509ba455fcc959fd0b301?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
"url": "https://api.github.dev/orgs/Kitware"
} | 2011-11-16T21:08:09 | 1499213820 | null |
PushEvent | true | {"shas":[["4fd2a992b85eb6c8a49ea9cc5009e3260a44cbed","[email protected]","KWSys Nightly Date Stamp","KWSys Robot"],["4ba83621aa54978af8ece85d0390905939c181a1","[email protected]","Merge branch 'master' into next","Brad King"],["a164649f9d4664e192b421d5b72f8bcfaacd7a16","[email protected]","FindOpenSSL: We should only use hints to find OpenSSL.","Andreas Schneider"],["a091ba61ceec68069be8416d8c96571b16491f3a","[email protected]","FindOpenSSL: Fixed crypto und ssl variable names.","Andreas Schneider"],["112f1dd7e36b9ce398e7082b48a3770e18b04f94","[email protected]","FindOpenSSL: Use find_package_handle_standard_args for version check.","Andreas Schneider"],["a72ffcf60207f060c2767a835d46d3b59a86da6e","[email protected]","Merge topic 'fixbug_0010316' into next\n\nb4c3ff7 This commit fixes bug #0010316","Brad King"],["35627e66e83400a239759e3d50fc913b5f226b87","[email protected]","Merge topic 'asn_openssl_fixes' into next\n\n112f1dd FindOpenSSL: Use find_package_handle_standard_args for version check.\na091ba6 FindOpenSSL: Fixed crypto und ssl variable names.\na164649 FindOpenSSL: We should only use hints to find OpenSSL.\n0fb5142 FindOpenSSL: Added support for pkg-config.","Brad King"],["86f711b9b733ae3fc6f5d3a62dfd203ad5c86624","[email protected]","Merge topic 'generator-expression-dot-in-name-issue-12002'\n\n08428ba Allow '.' in target names in generator expressions (#12002)","Brad King"],["bfa1f0931aeee844b883eb99cdf8ca268d36d272","[email protected]","Merge topic 'doc-include_directories-typo-issue-12020'\n\n84b7d92 Fix typo in include_directories documentation (#12020)","Brad King"],["e54e38fadf66ab6867978e57d1a8dd48d22d5b1b","[email protected]","Merge topic 'fix-FortranCInterface-for-Cray-7.3.2'\n\nd0203fb FortranCInterface: Fix mangling detection with Cray Fortran >= 7.3.2","Brad King"],["3c7c1f07a0f0ed208efff80769bf87724f1f9210","[email protected]","Merge topic 'CPack-fix11930-LeftOverComponents'\n\n6dfc818 CPack fix #11930 and simplifies component packaging options","Brad King"],["0506e37499929e3c6797328f3dc9b9b46e89aef4","[email protected]","Merge topic 'cleanup-unused-variable-check'\n\na4335a6 Fix unused cache warning after multiple configure iterations\na75ebe3 Refine unused cache variable warning","Brad King"],["62130ba9c4e9c2445e6d7d33467d34d204f3a684","[email protected]","Merge topic 'gnu-install-dirs-issue-3976'\n\nc2bf48e GNUInstallDirs: Propagate DATAROOTDIR changes to dependent defaults\n11431c6 GNUInstallDirs: Simplify and clarify documentation\na262fe0 Add GNUInstallDirs module to define GNU layout (#3976)","Brad King"],["cddbe63d795d035e49f0dcdb94ee354059a85fbf","[email protected]","Merge topic 'fix12006-brokenPackageName'\n\n33391c6 CPackDeb: Fix #12006 broken package names","Brad King"],["ecc81cd353556af1d9afa3426f0892dd6b92b2b7","[email protected]","Merge topic 'fix_long_filenames_vs2010'\n\n945f2c2 With very long file names, VS 2010 was unable to compile files.","Brad King"],["148b528f9d7d991dc01f277624df4a8aa41feccc","[email protected]","Merge topic 'custom-command-slashes'\n\n1286050 Normalize slashes of add_custom_(command|target) DEPENDS (#11973)","Brad King"],["f79d75d78baf711fffddf31eda2536171f1203fd","[email protected]","Merge branch 'master' into next","Brad King"],["64a5e209998f12662a56346f855b1973cbbd0440","[email protected]","Combine component packaging methods into an enum.\n\nAlso allow generators to override the default packaging method.\nAdd a ONE_PER_GROUP option so that method can be specified by the user without relying on defaults.","Clinton Stimpson"],["2973c1fbebcbaff944ff2d75e5a44437bf9725c7","[email protected]","Add component support to DragNDrop generator.","Clinton Stimpson"],["16750854123e50e456b726c197058c62a67e86ec","[email protected]","Merge topic 'cpack-grouping-enum' into next\n\n64a5e20 Combine component packaging methods into an enum.","David Cole"]],"repo":"Kitware/CMake","actor":"kwrobot","ref":"refs/heads/nightly","size":27,"head":"3f6870e481d7f304f2c654e6c0dc612a406bcf5e","actor_gravatar":"9ddcd45fcb89d966aab95b1f1002f84c","push_id":28002773} | {
"id": 537699,
"name": "Kitware/CMake",
"url": "https://api.github.dev/repos/Kitware/CMake"
} | {
"id": 489000,
"login": "kwrobot",
"gravatar_id": "9ddcd45fcb89d966aab95b1f1002f84c",
"avatar_url": "https://secure.gravatar.com/avatar/9ddcd45fcb89d966aab95b1f1002f84c?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"url": "https://api.github.dev/users/kwrobot"
} | {
"id": 87549,
"login": "Kitware",
"gravatar_id": "54d9395b419509ba455fcc959fd0b301",
"avatar_url": "https://secure.gravatar.com/avatar/54d9395b419509ba455fcc959fd0b301?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
"url": "https://api.github.dev/orgs/Kitware"
} | 2011-04-01T01:05:46 | 1222741672 | null |
PushEvent | true | {"head":"18c0aa0db7a14a749d10c2054fbb86f59486791c","size":1,"push_id":44693100,"shas":[["18c0aa0db7a14a749d10c2054fbb86f59486791c","[email protected]","KWSys Nightly Date Stamp","KWSys Robot"]],"ref":"refs/heads/master"} | {
"id": 537699,
"name": "Kitware/CMake",
"url": "https://api.github.com/repos/Kitware/CMake"
} | {
"id": 489000,
"login": "kwrobot",
"gravatar_id": "9ddcd45fcb89d966aab95b1f1002f84c",
"avatar_url": "https://secure.gravatar.com/avatar/9ddcd45fcb89d966aab95b1f1002f84c?d=%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"url": "https://api.github.com/users/kwrobot"
} | {
"id": 87549,
"login": "Kitware",
"gravatar_id": "54d9395b419509ba455fcc959fd0b301",
"avatar_url": "https://secure.gravatar.com/avatar/54d9395b419509ba455fcc959fd0b301?d=%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
"url": "https://api.github.com/orgs/Kitware"
} | 2011-10-02T04:12:29 | 1490137342 | null |
PushEvent | true | {"commits":[{"author":{"name":"Utkarsh Ayachit","email":"[email protected]"},"sha":"d9029e3abbf30818dac9d7e4d55851fdd2ca1192","message":"Bringing in VTK fix for BUG #12278.","url":"https://api.github.com/repos/Kitware/ParaView/commits/d9029e3abbf30818dac9d7e4d55851fdd2ca1192"},{"author":{"name":"Utkarsh Ayachit","email":"[email protected]"},"sha":"f6f8419d61ebd67d73e4cd46bb0e8c4071a54880","message":"Merge topic '12278_fix_invalid_memory_accesses' into next\n\nd9029e3 Bringing in VTK fix for BUG #12278.","url":"https://api.github.com/repos/Kitware/ParaView/commits/f6f8419d61ebd67d73e4cd46bb0e8c4071a54880"}],"ref":"refs/heads/next","head":"f6f8419d61ebd67d73e4cd46bb0e8c4071a54880","push_id":50573067,"size":2} | {
"id": 639921,
"name": "Kitware/ParaView",
"url": "https://api.github.dev/repos/Kitware/ParaView"
} | {
"id": 489000,
"login": "kwrobot",
"gravatar_id": "9ddcd45fcb89d966aab95b1f1002f84c",
"avatar_url": "https://secure.gravatar.com/avatar/9ddcd45fcb89d966aab95b1f1002f84c?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"url": "https://api.github.dev/users/kwrobot"
} | {
"id": 87549,
"login": "Kitware",
"gravatar_id": "54d9395b419509ba455fcc959fd0b301",
"avatar_url": "https://secure.gravatar.com/avatar/54d9395b419509ba455fcc959fd0b301?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
"url": "https://api.github.dev/orgs/Kitware"
} | 2011-11-18T17:14:10 | 1499675159 | null |
PushEvent | true | {"ref":"refs/heads/next","commits":[{"author":{"name":"George Zagaris","email":"[email protected]"},"message":"ENH: Adding test for AMR DualContour\n\nAdded batch-based test for the AMR contour filter.\n\nChange-Id: I6d88a30bfe789383f2d15bac19d428f45c5659d7","url":"https://api.github.com/repos/Kitware/ParaView/commits/e4afc0341d19e6255bdc10dbefdce5e90f5342df","sha":"e4afc0341d19e6255bdc10dbefdce5e90f5342df"},{"author":{"name":"George Zagaris","email":"[email protected]"},"message":"BUGFIX: Corrected file path\n\nChange-Id: I6846057d31aa3ecc7d5e13fe206129024ddabf63","url":"https://api.github.com/repos/Kitware/ParaView/commits/d08caebbfbc00c43bc7fa6a6e6c1b602b750106a","sha":"d08caebbfbc00c43bc7fa6a6e6c1b602b750106a"},{"author":{"name":"George Zagaris","email":"[email protected]"},"message":"BUGFIX: Fix memory leak in dual contour\n\nFixed a memory leak caused by the iterator not being deleted.\n\nChange-Id: I6c18c4c785ec795f3f7f6a8029337dbae15977ad","url":"https://api.github.com/repos/Kitware/ParaView/commits/6e7a9548903fe67474b266e058c16120eb25d0ec","sha":"6e7a9548903fe67474b266e058c16120eb25d0ec"},{"author":{"name":"George Zagaris","email":"[email protected]"},"message":"Merge topic 'cth-amr-testing' into next\n\n6e7a954 BUGFIX: Fix memory leak in dual contour\nd08caeb BUGFIX: Corrected file path\ne4afc03 ENH: Adding test for AMR DualContour","url":"https://api.github.com/repos/Kitware/ParaView/commits/e8e10ac0b172dd178408dcdc88e4cee0517cc470","sha":"e8e10ac0b172dd178408dcdc88e4cee0517cc470"}],"head":"e8e10ac0b172dd178408dcdc88e4cee0517cc470","size":4,"push_id":48729256} | {
"id": 639921,
"name": "Kitware/ParaView",
"url": "https://api.github.dev/repos/Kitware/ParaView"
} | {
"id": 489000,
"login": "kwrobot",
"gravatar_id": "9ddcd45fcb89d966aab95b1f1002f84c",
"avatar_url": "https://secure.gravatar.com/avatar/9ddcd45fcb89d966aab95b1f1002f84c?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"url": "https://api.github.dev/users/kwrobot"
} | {
"id": 87549,
"login": "Kitware",
"gravatar_id": "54d9395b419509ba455fcc959fd0b301",
"avatar_url": "https://secure.gravatar.com/avatar/54d9395b419509ba455fcc959fd0b301?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
"url": "https://api.github.dev/orgs/Kitware"
} | 2011-11-04T14:21:52 | 1496642873 | null |
PushEvent | true | {"head":"061f323331f0ebd867cee914e9b7bd9a7b0f512b","size":2,"push_id":46962847,"ref":"refs/heads/next","commits":[{"sha":"4a10ac9a6aadd7887768c7f0c95d0af8236199f5","author":{"name":"David Partyka","email":"[email protected]"},"url":"https://api.github.com/repos/Kitware/ParaView/commits/4a10ac9a6aadd7887768c7f0c95d0af8236199f5","message":"By default SuperBuild always builds CoProcessing Plugin.\n\nChange-Id: Id01d59b138a69397c6cf49cee2cfa299fafa9377"},{"sha":"061f323331f0ebd867cee914e9b7bd9a7b0f512b","author":{"name":"David Partyka","email":"[email protected]"},"url":"https://api.github.com/repos/Kitware/ParaView/commits/061f323331f0ebd867cee914e9b7bd9a7b0f512b","message":"Merge topic '12652-coprocessing-writers-fix' into next\n\n4a10ac9 By default SuperBuild always builds CoProcessing Plugin."}],"legacy":{"head":"061f323331f0ebd867cee914e9b7bd9a7b0f512b","size":2,"push_id":46962847,"shas":[["4a10ac9a6aadd7887768c7f0c95d0af8236199f5","[email protected]","By default SuperBuild always builds CoProcessing Plugin.\n\nChange-Id: Id01d59b138a69397c6cf49cee2cfa299fafa9377","David Partyka"],["061f323331f0ebd867cee914e9b7bd9a7b0f512b","[email protected]","Merge topic '12652-coprocessing-writers-fix' into next\n\n4a10ac9 By default SuperBuild always builds CoProcessing Plugin.","David Partyka"]],"ref":"refs/heads/next"}} | {
"id": 639921,
"name": "Kitware/ParaView",
"url": "https://api.github.com/repos/Kitware/ParaView"
} | {
"id": 489000,
"login": "kwrobot",
"gravatar_id": "9ddcd45fcb89d966aab95b1f1002f84c",
"avatar_url": "https://secure.gravatar.com/avatar/9ddcd45fcb89d966aab95b1f1002f84c?d=%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"url": "https://api.github.com/users/kwrobot"
} | {
"id": 87549,
"login": "Kitware",
"gravatar_id": "54d9395b419509ba455fcc959fd0b301",
"avatar_url": "https://secure.gravatar.com/avatar/54d9395b419509ba455fcc959fd0b301?d=%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
"url": "https://api.github.com/orgs/Kitware"
} | 2011-10-20T23:11:17 | 1493774413 | null |
PushEvent | true | {"shas":[["8b8964dfacbb9bcf6d488f99c1b63dc35554247f","[email protected]","Sync reversion of vtkMPIController changes in VTK.","David Partyka"],["ae859a7cd61cd333b8870aa288a8323832fb05ad","[email protected]","Merge topic 'sync-vtk-mpi-revert'\n\n8b8964d Sync reversion of vtkMPIController changes in VTK.","Dave Partyka"]],"ref":"refs/heads/master","size":2,"head":"ae859a7cd61cd333b8870aa288a8323832fb05ad","push_id":32871743} | {
"id": 639921,
"name": "Kitware/ParaView",
"url": "https://api.github.dev/repos/Kitware/ParaView"
} | {
"id": 489000,
"login": "kwrobot",
"gravatar_id": "9ddcd45fcb89d966aab95b1f1002f84c",
"avatar_url": "https://secure.gravatar.com/avatar/9ddcd45fcb89d966aab95b1f1002f84c?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"url": "https://api.github.dev/users/kwrobot"
} | {
"id": 87549,
"login": "Kitware",
"gravatar_id": "54d9395b419509ba455fcc959fd0b301",
"avatar_url": "https://secure.gravatar.com/avatar/54d9395b419509ba455fcc959fd0b301?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
"url": "https://api.github.dev/orgs/Kitware"
} | 2011-06-01T21:35:48 | 1471630197 | null |
PushEvent | true | {"shas":[["9cb9b522d168478ebf4052e1e23291dc249d7c59","[email protected]","Changes in VTK to unroll loops in vtkPoints::CalculateBounds.\n\nChange-Id: Ief53f6aee59668353d5edc59e2fb74f722e6a358","Jon Woodring"],["8659ec377f99e84df250efeebb32ddb7852484d9","[email protected]","Merge topic '0012598-unroll-calculate-bounds' into next\n\n9cb9b52 Changes in VTK to unroll loops in vtkPoints::CalculateBounds.","Jon Woodring"]],"ref":"refs/heads/next","size":2,"head":"8659ec377f99e84df250efeebb32ddb7852484d9","push_id":42900523} | {
"id": 639921,
"name": "Kitware/ParaView",
"url": "https://api.github.dev/repos/Kitware/ParaView"
} | {
"id": 489000,
"login": "kwrobot",
"gravatar_id": "9ddcd45fcb89d966aab95b1f1002f84c",
"avatar_url": "https://secure.gravatar.com/avatar/9ddcd45fcb89d966aab95b1f1002f84c?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"url": "https://api.github.dev/users/kwrobot"
} | {
"id": 87549,
"login": "Kitware",
"gravatar_id": "54d9395b419509ba455fcc959fd0b301",
"avatar_url": "https://secure.gravatar.com/avatar/54d9395b419509ba455fcc959fd0b301?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
"url": "https://api.github.dev/orgs/Kitware"
} | 2011-09-15T22:25:15 | 1487302062 | null |
PushEvent | true | {"shas":[["9592e4434acb5e617bc49c02f126aa22ad45c97d","[email protected]","Change python execute script to use exec()\n\nThis changes the trace_save_execute_script() function\nto insert the script's python code inside a exec()\nfunction with a copy of the global variables so that\nit will not clobber any previously defined variables.\n\nChange-Id: I2406307ee4663ed1e2d1fc69ca9629594da768de","Kyle Lutz"],["8e38c2d73c32663e0d7dccde92bb6675b9b171ce","[email protected]","Merge topic '12078-python-exec-script-with-trace' into next\n\n9592e44 Change python execute script to use exec()","Kyle Lutz"]],"ref":"refs/heads/next","size":2,"head":"8e38c2d73c32663e0d7dccde92bb6675b9b171ce","push_id":41026356} | {
"id": 639921,
"name": "Kitware/ParaView",
"url": "https://api.github.dev/repos/Kitware/ParaView"
} | {
"id": 489000,
"login": "kwrobot",
"gravatar_id": "9ddcd45fcb89d966aab95b1f1002f84c",
"avatar_url": "https://secure.gravatar.com/avatar/9ddcd45fcb89d966aab95b1f1002f84c?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"url": "https://api.github.dev/users/kwrobot"
} | {
"id": 87549,
"login": "Kitware",
"gravatar_id": "54d9395b419509ba455fcc959fd0b301",
"avatar_url": "https://secure.gravatar.com/avatar/54d9395b419509ba455fcc959fd0b301?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
"url": "https://api.github.dev/orgs/Kitware"
} | 2011-08-29T21:25:14 | 1484302214 | null |
PushEvent | true | {"shas":[["1364e1c48844272b267122c1e18e10ccd1da260f","[email protected]","Don't install vtkPVPython library if PV_INSTALL_NO_LIBRARIES is ON.","David Partyka"],["5dc0b480e29bb66dd0dc95b593b6491fc58e7622","[email protected]","Control VTK_INSTALL_NO_LIBRARIES from ParaViewCommon.","David Partyka"],["888ae564b7c6ddd8104a14d4f10390082aa140c3","[email protected]","Control VTK_INSTALL_NO_LIBRARIES from ParaViewCommon.","David Partyka"],["b3c5cc71912d77fb69970d82b3214047988af107","[email protected]","Control VTK_INSTALL_NO_LIBRARIES from ParaViewCommon.","David Partyka"],["b3543c5d24454595589f8cb7ce3dc59192dbeb0a","[email protected]","Control VTK_INSTALL_NO_LIBRARIES from ParaViewCommon.","David Partyka"],["5f29f7918d58d9421cbba674ee5c0d86ac5cb9af","[email protected]","Merge topic 'python-exports'\n\nb3543c5 Control VTK_INSTALL_NO_LIBRARIES from ParaViewCommon.\nb3c5cc7 Control VTK_INSTALL_NO_LIBRARIES from ParaViewCommon.\n888ae56 Control VTK_INSTALL_NO_LIBRARIES from ParaViewCommon.\n5dc0b48 Control VTK_INSTALL_NO_LIBRARIES from ParaViewCommon.\n1364e1c Don't install vtkPVPython library if PV_INSTALL_NO_LIBRARIES is ON.","Dave Partyka"],["7ac1f7511e3fd1836b0c918812a29222c0ceeedf","[email protected]","Disable Xdmf python module.\n\nIt has packaging issues that need to be addressed that I don't have time to resolve at this time.","David Partyka"],["eb5c154fa0c2dc45313800c0e88e258e19904525","[email protected]","Sync Xdmf XDMF_WRAP_PYTHON_INSTALL_DIR fix.","David Partyka"],["3015ffa3fc9c0f91e1f4f64d2a62e2bb0d22fce6","[email protected]","Merge topic 'xdmf-python'\n\neb5c154 Sync Xdmf XDMF_WRAP_PYTHON_INSTALL_DIR fix.\n7ac1f75 Disable Xdmf python module.","Dave Partyka"],["42549c3bb39e111f4a6ca381af04d7cc88574460","[email protected]","Fix check for exporting Xdmf python module.","David Partyka"],["927f3c750cc3f13ce59cc0075ea19c8536cc6bbd","[email protected]","Sync Xdmf export fix.","David Partyka"],["866fb95b12226a06476332d501042ef33a5c58b0","[email protected]","Merge topic 'disable-xdmf-python'\n\n927f3c7 Sync Xdmf export fix.\n42549c3 Fix check for exporting Xdmf python module.","Dave Partyka"]],"repo":"Kitware/ParaView","actor":"kwrobot","ref":"refs/heads/nightly-master","size":12,"head":"866fb95b12226a06476332d501042ef33a5c58b0","actor_gravatar":"9ddcd45fcb89d966aab95b1f1002f84c","push_id":26225568} | {
"id": 639921,
"name": "Kitware/ParaView",
"url": "https://api.github.dev/repos/Kitware/ParaView"
} | {
"id": 489000,
"login": "kwrobot",
"gravatar_id": "9ddcd45fcb89d966aab95b1f1002f84c",
"avatar_url": "https://secure.gravatar.com/avatar/9ddcd45fcb89d966aab95b1f1002f84c?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"url": "https://api.github.dev/users/kwrobot"
} | {
"id": 87549,
"login": "Kitware",
"gravatar_id": "54d9395b419509ba455fcc959fd0b301",
"avatar_url": "https://secure.gravatar.com/avatar/54d9395b419509ba455fcc959fd0b301?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
"url": "https://api.github.dev/orgs/Kitware"
} | 2011-03-08T01:06:22 | 1171703125 | null |
PushEvent | true | {"ref":"refs/heads/next","push_id":55621760,"commits":[{"sha":"480f5abe7abafa77cc0c379393d85389353318ab","author":{"email":"[email protected]","name":"David Partyka"},"url":"https://api.github.com/repos/Kitware/ParaView/commits/480f5abe7abafa77cc0c379393d85389353318ab","message":"Use /w instead of /W0.\n\nChange-Id: I685463cbab5e4fe8044560ac2f234865d3c899ad"},{"sha":"9ffab44fd495d3e0523242b354079c98877f7342","author":{"email":"[email protected]","name":"David Partyka"},"url":"https://api.github.com/repos/Kitware/ParaView/commits/9ffab44fd495d3e0523242b354079c98877f7342","message":"Set warning level to 0.\n\nChange-Id: Iddc6203636baac8ac25a568badaab69d9420dc93"},{"sha":"9ac767efa01346632414a6833a185ffaa90db53e","author":{"email":"[email protected]","name":"David Partyka"},"url":"https://api.github.com/repos/Kitware/ParaView/commits/9ac767efa01346632414a6833a185ffaa90db53e","message":"Set a valid working directory.\n\nChange-Id: I77fb60b01f327fc5f98eb9a040d0ac391fbacc41"},{"sha":"5260db60bc98cc311c9009c537c4a13f494ff5a0","author":{"email":"[email protected]","name":"David Partyka"},"url":"https://api.github.com/repos/Kitware/ParaView/commits/5260db60bc98cc311c9009c537c4a13f494ff5a0","message":"Merge topic '12830-nightly-binary-build-errors' into next\n\n9ac767e Set a valid working directory.\n9ffab44 Set warning level to 0.\n480f5ab Use /w instead of /W0."}],"head":"5260db60bc98cc311c9009c537c4a13f494ff5a0","size":4} | {
"id": 639921,
"name": "Kitware/ParaView",
"url": "https://api.github.dev/repos/Kitware/ParaView"
} | {
"id": 489000,
"login": "kwrobot",
"gravatar_id": "9ddcd45fcb89d966aab95b1f1002f84c",
"avatar_url": "https://secure.gravatar.com/avatar/9ddcd45fcb89d966aab95b1f1002f84c?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"url": "https://api.github.dev/users/kwrobot"
} | {
"id": 87549,
"login": "Kitware",
"gravatar_id": "54d9395b419509ba455fcc959fd0b301",
"avatar_url": "https://secure.gravatar.com/avatar/54d9395b419509ba455fcc959fd0b301?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
"url": "https://api.github.dev/orgs/Kitware"
} | 2011-12-30T02:31:08 | 1508263588 | null |
PushEvent | true | {"ref":"refs/heads/next","push_id":54890691,"commits":[{"sha":"07f82ad99d83612ba00e11386a1b9f92056397a0","author":{"email":"[email protected]","name":"Sebastien Jourdain"},"url":"https://api.github.com/repos/Kitware/ParaView/commits/07f82ad99d83612ba00e11386a1b9f92056397a0","message":"Fix selection issue that make pvcs-collab.PlotEdges failed\n\nChange-Id: I52f41e0473f1407355af424ceb03f5b5597f8e09"},{"sha":"8b50be031e85750725aeea4cc9e1246302b16913","author":{"email":"[email protected]","name":"David Partyka"},"url":"https://api.github.com/repos/Kitware/ParaView/commits/8b50be031e85750725aeea4cc9e1246302b16913","message":"Pass MPICC and MPICXX compilers to ParaView.\n\nChange-Id: I059ff780fdf22aeba9c4f1d48ee2baf59c8ffef1"},{"sha":"cc9b679fb5674c0b3a13bbedcf12a3fa443c8e86","author":{"email":"[email protected]","name":"David Partyka"},"url":"https://api.github.com/repos/Kitware/ParaView/commits/cc9b679fb5674c0b3a13bbedcf12a3fa443c8e86","message":"Pass additional open mpi libraries as MPI_EXTRA_LIBRARY.\n\nChange-Id: I65ad16ecc2509efcebd3425aea46cbb3acce03e3"},{"sha":"da26796a0f0e682f075fbfb4231b97574914f85a","author":{"email":"[email protected]","name":"Sebastien Jourdain"},"url":"https://api.github.com/repos/Kitware/ParaView/commits/da26796a0f0e682f075fbfb4231b97574914f85a","message":"Fix Batch mode\n\nChange-Id: I937b2fec117e2ce945405184a3f7ac8cb2454efc"},{"sha":"016f591f2ada8fc9995e427f804476e857bbc005","author":{"email":"[email protected]","name":"Sebastien Jourdain"},"url":"https://api.github.com/repos/Kitware/ParaView/commits/016f591f2ada8fc9995e427f804476e857bbc005","message":"Merge topic '12625-multi-server-servermanager' into next\n\nda26796 Fix Batch mode\n07f82ad Fix selection issue that make pvcs-collab.PlotEdges failed"},{"sha":"2aa8710bf871f6252fd645f68789f9e5e9d816d7","author":{"email":"[email protected]","name":"David Partyka"},"url":"https://api.github.com/repos/Kitware/ParaView/commits/2aa8710bf871f6252fd645f68789f9e5e9d816d7","message":"Merge topic '12820-windows-binary-mpi-compile-errors' into next\n\ncc9b679 Pass additional open mpi libraries as MPI_EXTRA_LIBRARY.\n8b50be0 Pass MPICC and MPICXX compilers to ParaView."},{"sha":"d9686949efeda81cf76b6c201790d6929aed2c6d","author":{"email":"[email protected]","name":"David Partyka"},"url":"https://api.github.com/repos/Kitware/ParaView/commits/d9686949efeda81cf76b6c201790d6929aed2c6d","message":"Merge topic '12820-windows-binary-mpi-compile-errors'\n\ncc9b679 Pass additional open mpi libraries as MPI_EXTRA_LIBRARY.\n8b50be0 Pass MPICC and MPICXX compilers to ParaView."},{"sha":"eda82074a092e5857e5024c031fb44fd092d1baa","author":{"email":"[email protected]","name":"David Partyka"},"url":"https://api.github.com/repos/Kitware/ParaView/commits/eda82074a092e5857e5024c031fb44fd092d1baa","message":"Merge branch 'master' into next"}],"head":"eda82074a092e5857e5024c031fb44fd092d1baa","size":8} | {
"id": 639921,
"name": "Kitware/ParaView",
"url": "https://api.github.dev/repos/Kitware/ParaView"
} | {
"id": 489000,
"login": "kwrobot",
"gravatar_id": "9ddcd45fcb89d966aab95b1f1002f84c",
"avatar_url": "https://secure.gravatar.com/avatar/9ddcd45fcb89d966aab95b1f1002f84c?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"url": "https://api.github.dev/users/kwrobot"
} | {
"id": 87549,
"login": "Kitware",
"gravatar_id": "54d9395b419509ba455fcc959fd0b301",
"avatar_url": "https://secure.gravatar.com/avatar/54d9395b419509ba455fcc959fd0b301?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
"url": "https://api.github.dev/orgs/Kitware"
} | 2011-12-21T19:51:18 | 1506989883 | null |
PushEvent | true | {"shas":[["33dbd39b90614956d21170ed9671ef3169d77989","[email protected]","bumped down GPU to stock for the more timid users","bigrushdog"]],"ref":"refs/heads/tiamat_145_stockGPU","size":1,"head":"33dbd39b90614956d21170ed9671ef3169d77989","push_id":36558177} | {
"id": 1754377,
"name": "Tiamat-AOSP/Tiamat-Xoom",
"url": "https://api.github.dev/repos/Tiamat-AOSP/Tiamat-Xoom"
} | {
"id": 236589,
"login": "solarnz",
"gravatar_id": "5fbadfb9380a50f60ab827c92b52e025",
"avatar_url": "https://secure.gravatar.com/avatar/5fbadfb9380a50f60ab827c92b52e025?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"url": "https://api.github.dev/users/solarnz"
} | {
"id": 548093,
"login": "Tiamat-AOSP",
"gravatar_id": "7b6ee08ab0e2eb4eaa5b2f581d1e9a16",
"avatar_url": "https://secure.gravatar.com/avatar/7b6ee08ab0e2eb4eaa5b2f581d1e9a16?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
"url": "https://api.github.dev/orgs/Tiamat-AOSP"
} | 2011-07-14T03:18:02 | 1477367750 | null |
PullRequestEvent | true | {"number":1,"pull_request":{"title":"1.6 release","number":1,"commits":32,"deletions":150,"id":162429,"issue_id":965477,"additions":635},"action":"closed"} | {
"id": 1754377,
"name": "Tiamat-AOSP/Tiamat-Xoom",
"url": "https://api.github.dev/repos/Tiamat-AOSP/Tiamat-Xoom"
} | {
"id": 730784,
"login": "cybertronic",
"gravatar_id": "cbf69ceadfdfcb3f55112cd67f6860a8",
"avatar_url": "https://secure.gravatar.com/avatar/cbf69ceadfdfcb3f55112cd67f6860a8?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"url": "https://api.github.dev/users/cybertronic"
} | {
"id": 548093,
"login": "Tiamat-AOSP",
"gravatar_id": "7b6ee08ab0e2eb4eaa5b2f581d1e9a16",
"avatar_url": "https://secure.gravatar.com/avatar/7b6ee08ab0e2eb4eaa5b2f581d1e9a16?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
"url": "https://api.github.dev/orgs/Tiamat-AOSP"
} | 2011-05-27T17:47:29 | 1471031756 | null |
PushEvent | true | {"shas":[["7eae3abda52902d3f52c62da20295ab1a43cfee1","[email protected]","pmcraid: reject negative request size\n\ncommit 5f6279da3760ce48f478f2856aacebe0c59a39f3 upstream.\n\nThere's a code path in pmcraid that can be reached via device ioctl that\ncauses all sorts of ugliness, including heap corruption or triggering\nthe OOM killer due to consecutive allocation of large numbers of pages.\nNot especially relevant from a security perspective, since users must\nhave CAP_SYS_ADMIN to open the character device.\n\nFirst, the user can call pmcraid_chr_ioctl() with a type\nPMCRAID_PASSTHROUGH_IOCTL. A pmcraid_passthrough_ioctl_buffer\nis copied in, and the request_size variable is set to\nbuffer->ioarcb.data_transfer_length, which is an arbitrary 32-bit signed\nvalue provided by the user.\n\nIf a negative value is provided here, bad things can happen. For\nexample, pmcraid_build_passthrough_ioadls() is called with this\nrequest_size, which immediately calls pmcraid_alloc_sglist() with a\nnegative size. The resulting math on allocating a scatter list can\nresult in an overflow in the kzalloc() call (if num_elem is 0, the\nsglist will be smaller than expected), or if num_elem is unexpectedly\nlarge the subsequent loop will call alloc_pages() repeatedly, a high\nnumber of pages will be allocated and the OOM killer might be invoked.\n\nPrevent this value from being negative in pmcraid_ioctl_passthrough().\n\nSigned-off-by: Dan Rosenberg <[email protected]>\nCc: Anil Ravindranath <[email protected]>\nSigned-off-by: James Bottomley <[email protected]>\nSigned-off-by: Greg Kroah-Hartman <[email protected]>","Dan Rosenberg"],["b044f30938d89c5f31c3f3b41c5d07a1b8f2bf56","[email protected]","mpt2sas: prevent heap overflows and unchecked reads\n\ncommit a1f74ae82d133ebb2aabb19d181944b4e83e9960 upstream.\n\nAt two points in handling device ioctls via /dev/mpt2ctl, user-supplied\nlength values are used to copy data from userspace into heap buffers\nwithout bounds checking, allowing controllable heap corruption and\nsubsequently privilege escalation.\n\nAdditionally, user-supplied values are used to determine the size of a\ncopy_to_user() as well as the offset into the buffer to be read, with no\nbounds checking, allowing users to read arbitrary kernel memory.\n\nSigned-off-by: Dan Rosenberg <[email protected]>\nAcked-by: Eric Moore <[email protected]>\nSigned-off-by: James Bottomley <[email protected]>\nSigned-off-by: Greg Kroah-Hartman <[email protected]>","Dan Rosenberg"],["9655e28af14523e859f73ba759260afb37412ca1","[email protected]","scsi_dh: fix reference counting in scsi_dh_activate error path\n\ncommit 0b8393578c70bc1f09790eeae7d918f38da2e010 upstream.\n\nCommit db422318cbca55168cf965f655471dbf8be82433 ([SCSI] scsi_dh:\npropagate SCSI device deletion) introduced a regression where the device\nreference is not dropped prior to scsi_dh_activate's early return from\nthe error path.\n\nSigned-off-by: Mike Snitzer <[email protected]>\nReviewed-by: Mike Christie <[email protected]>\nSigned-off-by: James Bottomley <[email protected]>\nSigned-off-by: Greg Kroah-Hartman <[email protected]>","Mike Snitzer"],["144fdfd4994b23531bb7b55157b2e33644e34a8b","[email protected]","put stricter guards on queue dead checks\n\ncommit 86cbfb5607d4b81b1a993ff689bbd2addd5d3a9b upstream.\n\nSCSI uses request_queue->queuedata == NULL as a signal that the queue\nis dying. We set this state in the sdev release function. However,\nthis allows a small window where we release the last reference but\nhaven't quite got to this stage yet and so something will try to take\na reference in scsi_request_fn and oops. It's very rare, but we had a\nreport here, so we're pushing this as a bug fix\n\nThe actual fix is to set request_queue->queuedata to NULL in\nscsi_remove_device() before we drop the reference. This causes\ncorrect automatic rejects from scsi_request_fn as people who hold\nadditional references try to submit work and prevents anything from\ngetting a new reference to the sdev that way.\n\nSigned-off-by: James Bottomley <[email protected]>\nSigned-off-by: Greg Kroah-Hartman <[email protected]>","James Bottomley"],["3a7d0cf5436d343712b64f21130dc7aa029eecee","[email protected]","ALSA: HDA: Fix automute for Gateway NV79\n\ncommit 94024cd1aefa0f8bcc9dfe46c05bd7ce3f471a1c upstream.\n\nThe PCI SSID is 1025:031c and the codec SSID is 1025:031d,\nso the driver mistakes this for a SKU value, but looking at\nthe numbers, this is obviously wrong.\n\nBugLink: http://bugs.launchpad.net/bugs/761861\nSigned-off-by: David Henningsson <[email protected]>\nSigned-off-by: Takashi Iwai <[email protected]>\nSigned-off-by: Greg Kroah-Hartman <[email protected]>","David Henningsson"],["2f81508bfe5bbf3882853220e43b6e33378da32f","[email protected]","Revert \"ALSA: hda - Fix pin-config of Gigabyte mobo\"\n\ncommit ebb47241ea0eac6a5a23404821a2d62f64c68496 upstream.\n\nThis reverts commit c6b358748e19ce7e230b0926ac42696bc485a562.\n\nIt turned out that there are different pin configurations for this\nPCI SSID, including multi-channel modes. And more proper fix for\nallowing line-out mutes will come up in 2.6.40 tree, so we won't need\nthis fixup any more there.\n\nReported-by: Andrew Clayton <[email protected]>\nReported-by: Emmanuel Benisty <[email protected]>\nSigned-off-by: Takashi Iwai <[email protected]>\nSigned-off-by: Greg Kroah-Hartman <[email protected]>","Takashi Iwai"],["97788c2838bde60650ebbc2cb4f02f14e807d6b4","[email protected]","ALSA: hda - Fix Realtek's chained fixup checks\n\ncommit 24af2b1cc418d6791b1d9e56bf6070cccb752db3 upstream.\n\nThe check of chained fixup list entry was done against the wrong element.\nA stupid mistake during refactoring.\n\nSigned-off-by: Takashi Iwai <[email protected]>\nSigned-off-by: Greg Kroah-Hartman <[email protected]>","Takashi Iwai"],["f1ef03a54093acd99b7b99198be17b5f00170594","[email protected]","i2c-parport: Fix adapter list handling\n\ncommit 56acc7a39ac4ac7638cdc32cd3d0832ebbc834e4 upstream.\n\nUse a standard list with proper locking to handle the list of\nadapters. Thankfully it only matters on systems with more than one\nparallel port, which are very rare.\n\nThanks to Lukasz Kapiec for reporting the problem to me.\n\nSigned-off-by: Jean Delvare <[email protected]>\nSigned-off-by: Greg Kroah-Hartman <[email protected]>","Jean Delvare"],["8f19f677a6509cd31682c5595760834dccc4e27f","[email protected]","workqueue: fix deadlock in worker_maybe_bind_and_lock()\n\ncommit 5035b20fa5cd146b66f5f89619c20a4177fb736d upstream.\n\nIf a rescuer and stop_machine() bringing down a CPU race with each\nother, they may deadlock on non-preemptive kernel. The CPU won't\naccept a new task, so the rescuer can't migrate to the target CPU,\nwhile stop_machine() can't proceed because the rescuer is holding one\nof the CPU retrying migration. GCWQ_DISASSOCIATED is never cleared\nand worker_maybe_bind_and_lock() retries indefinitely.\n\nThis problem can be reproduced semi reliably while the system is\nentering suspend.\n\n http://thread.gmane.org/gmane.linux.kernel/1122051\n\nA lot of kudos to Thilo-Alexander for reporting this tricky issue and\npainstaking testing.\n\nstable: This affects all kernels with cmwq, so all kernels since and\n including v2.6.36 need this fix.\n\nSigned-off-by: Tejun Heo <[email protected]>\nReported-by: Thilo-Alexander Ginkel <[email protected]>\nTested-by: Thilo-Alexander Ginkel <[email protected]>\nSigned-off-by: Greg Kroah-Hartman <[email protected]>","Tejun Heo"],["b4d904ac728ef74e91bb11caaa6217d1d74e4062","[email protected]","iwlwifi: fix skb usage after free\n\ncommit b25026981aecde3685dd0e45ad980fff9f528daa upstream.\n\nSince\n\ncommit a120e912eb51e347f36c71b60a1d13af74d30e83\nAuthor: Stanislaw Gruszka <[email protected]>\nDate: Fri Feb 19 15:47:33 2010 -0800\n\n iwlwifi: sanity check before counting number of tfds can be free\n\nwe use skb->data after calling ieee80211_tx_status_irqsafe(), which\ncould free skb instantly.\n\nOn current kernels I do not observe practical problems related with\nbug, but on 2.6.35.y it cause random system hangs when stressing\nwireless link.\n\nSigned-off-by: Stanislaw Gruszka <[email protected]>\nAcked-by: Wey-Yi Guy <[email protected]>\nSigned-off-by: John W. Linville <[email protected]>\nSigned-off-by: Greg Kroah-Hartman <[email protected]>","Stanislaw Gruszka"],["237f85236bc67a6353971605a4223a513932a57b","[email protected]","iwlagn: fix \"Received BA when not expected\"\n\ncommit bfd36103ec26599557c2bd3225a1f1c9267f8fcb upstream.\n\nNeed to use broadcast sta_id for management frames, otherwise we broke\nBA session in the firmware and get messages like that:\n\n\"Received BA when not expected\"\n\nor (on older kernels):\n\n\"BA scd_flow 0 does not match txq_id 10\"\n\nThis fix regression introduced in 2.6.35 during station management\ncode rewrite by:\n\ncommit 2a87c26bbe9587baeb9e56d3ce0b4971bd777643\nAuthor: Johannes Berg <[email protected]>\nDate: Fri Apr 30 11:30:45 2010 -0700\n\n iwlwifi: use iwl_find_station less\n\nPatch partially resolve:\nhttps://bugzilla.kernel.org/show_bug.cgi?id=16691\nHowever, there are still 11n performance problems on 4965 and 5xxx\ndevices that need to be investigated.\n\nSigned-off-by: Stanislaw Gruszka <[email protected]>\nAcked-by: Johannes Berg <[email protected]>\nAcked-by: Wey-Yi Guy <[email protected]>\nSigned-off-by: John W. Linville <[email protected]>\nSigned-off-by: Greg Kroah-Hartman <[email protected]>","Stanislaw Gruszka"],["43a7385ed9fe8db12c140c47d9b37e336a48f7e1","[email protected]","atl1c: Fix work event interrupt/task races\n\ncommit cb771838715b1c470bc5735bdae709b33b18e0ad upstream.\n\nThe mechanism used to initiate work events from the interrupt\nhandler has a classic read/modify/write race between the interrupt\nhandler that sets the condition, and the worker task that reads and\nclears the condition. Close these races by using atomic\nbit fields.\n\nCc: Jie Yang <[email protected]>\nSigned-off-by: Tim Gardner <[email protected]>\nSigned-off-by: David S. Miller <[email protected]>\nSigned-off-by: Greg Kroah-Hartman <[email protected]>","Tim Gardner"],["f30c4957dfc87de6bce9a9397fa0388630d7e9de","[email protected]","UBIFS: do not free write-buffers when in R/O mode\n\ncommit b50b9f408502a2ea90459ae36ba8cdc9cc005cfe upstream.\n\nCurrently UBIFS has a small optimization - it frees write-buffers when it is\nre-mounted from R/W mode to R/O mode. Of course, when it is mounted R/O, it\ndoes not allocate write-buffers as well.\n\nThis optimization is nice but it leads to subtle problems and complications\nin recovery, which I can reproduce using the integck test. The symptoms are\nthat after a power cut the file-system cannot be mounted if we first mount\nit R/O, and then re-mount R/W - 'ubifs_rcvry_gc_commit()' prints:\n\nUBIFS error (pid 34456): could not find an empty LEB\n\nAnalysis of the problem.\n\nWhen mounting R/W, the reply process sets journal heads to buds [1], but\nwhen mounting R/O - it does not do this, because the write-buffers are not\nallocated. So 'ubifs_rcvry_gc_commit()' works completely differently for the\nsame file-system but for the following 2 cases:\n\n1. mounting R/W after a power cut and recover\n2. mounting R/O after a power cut, re-mounting R/W and run deferred recovery\n\nIn the former case, we have journal heads seeked to the a bud, in the latter\ncase, they are non-seeked (wbuf->lnum == -1). So in the latter case we do not\ntry to recover the GC LEB by garbage-collecting to the GC head, but we just\ntry to find an empty LEB, and there may be no empty LEBs, so we just fail.\nOn the other hand, in the former case (mount R/W), we are able to make a GC LEB\n(@c->gc_lnum) by garbage-collecting.\n\nThus, let's remove this small nice optimization and always allocate\nwrite-buffers. This should not make too big difference - we have only 3\nof them, each of max. write unit size, which is usually 2KiB. So this is\nabout 6KiB of RAM for the typical case, and only when mounted R/O.\n\n[1]: Note, currently the replay process is setting (seeking) the journal heads\nto _some_ buds, not necessarily to the buds which had been the journal heads\nbefore the power cut happened. This will be fixed separately.\n\nSigned-off-by: Artem Bityutskiy <[email protected]>\nSigned-off-by: Greg Kroah-Hartman <[email protected]>","Artem Bityutskiy"],["023d2bb9bbc68ef536abfbaf2183446f8ab09250","[email protected]","UBIFS: seek journal heads to the latest bud in replay\n\ncommit 52c6e6f990669deac3f370f1603815adb55a1dbd upstream.\n\nThis is the second fix of the following symptom:\n\nUBIFS error (pid 34456): could not find an empty LEB\n\nwhich sometimes happens after power cuts when we mount the file-system - UBIFS\nrefuses it with the above error message which comes from the\n'ubifs_rcvry_gc_commit()' function. I can reproduce this using the integck test\nwith the UBIFS power cut emulation enabled.\n\nAnalysis of the problem.\n\nCurrently UBIFS replay seeks the journal heads to the last _replayed_ bud.\nBut the buds are replayed out-of-order, so the replay basically seeks journal\nheads to the \"random\" bud belonging to this head, and not to the _last_ one.\n\nThe result of this is that the GC head may be seeked to a full LEB with no free\nspace, or very little free space. And 'ubifs_rcvry_gc_commit()' tries to find a\nfully or mostly dirty LEB to match the current GC head (because we need to\ngarbage-collect that dirty LEB at one go, because we do not have @c->gc_lnum).\nSo 'ubifs_find_dirty_leb()' fails and we fall back to finding an empty LEB and\nalso fail. As a result - recovery fails and mounting fails.\n\nThis patch teaches the replay to initialize the GC heads exactly to the latest\nbuds, i.e. the buds which have the largest sequence number in corresponding\nlog reference nodes.\n\nSigned-off-by: Artem Bityutskiy <[email protected]>\nSigned-off-by: Greg Kroah-Hartman <[email protected]>","Artem Bityutskiy"],["2840abd72048e773d2e04af79f0694fb9b47ecc7","[email protected]","mmc: fix a race between card-detect rescan and clock-gate work instances\n\ncommit 26fc8775b51484d8c0a671198639c6d5ae60533e upstream.\n\nCurrently there is a race in the MMC core between a card-detect\nrescan work and the clock-gating work, scheduled from a command\ncompletion. Fix it by removing the dedicated clock-gating mutex\nand using the MMC standard locking mechanism instead.\n\nSigned-off-by: Guennadi Liakhovetski <[email protected]>\nCc: Simon Horman <[email protected]>\nCc: Magnus Damm <[email protected]>\nAcked-by: Linus Walleij <[email protected]>\nSigned-off-by: Chris Ball <[email protected]>\nSigned-off-by: Greg Kroah-Hartman <[email protected]>","Guennadi Liakhovetski"],["38d7eefe782c6f7a7493854cca4cb96745397ba0","[email protected]","mmc: sdhci-pci: Fix error case in sdhci_pci_probe_slot()\n\ncommit 9fdcdbb0d84922e7ccda2f717a04ea62629f7e18 upstream.\n\nIf pci_ioremap_bar() fails during probe, we \"goto release;\" and free the\nhost, but then we return 0 -- which tells sdhci_pci_probe() that the probe\nsucceeded. Since we think the probe succeeded, when we unload sdhci we'll\ngo to sdhci_pci_remove_slot() and it will try to dereference slot->host,\nwhich is now NULL because we freed it in the error path earlier.\n\nThe patch simply sets ret appropriately, so that sdhci_pci_probe() will\ndetect the failure immediately and bail out.\n\nSigned-off-by: Chris Ball <[email protected]>\nSigned-off-by: Greg Kroah-Hartman <[email protected]>","Chris Ball"],["bfa92409ed3683cbc92ece3b8b5ed251531fed18","[email protected]","mmc: sdhci: Check mrq->cmd in sdhci_tasklet_finish\n\ncommit b7b4d3426d2b5ecab21578eb20d8e456a1aace8f upstream.\n\nIt seems that under certain circumstances that the sdhci_tasklet_finish()\ncall can be entered with mrq->cmd set to NULL, causing the system to crash\nwith a NULL pointer de-reference.\n\nUnable to handle kernel NULL pointer dereference at virtual address 00000000\nPC is at sdhci_tasklet_finish+0x34/0xe8\nLR is at sdhci_tasklet_finish+0x24/0xe8\n\nSeen on S3C6410 system.\n\nSigned-off-by: Ben Dooks <[email protected]>\nSigned-off-by: Mark Brown <[email protected]>\nSigned-off-by: Chris Ball <[email protected]>\nSigned-off-by: Greg Kroah-Hartman <[email protected]>","Ben Dooks"],["065357d88482d6b11a2c85ef47242abfc06890c7","[email protected]","mmc: sdhci: Check mrq != NULL in sdhci_tasklet_finish\n\ncommit 0c9c99a765321104cc5f9c97f949382a9ba4927e upstream.\n\nIt seems that under certain circumstances the sdhci_tasklet_finish()\ncall can be entered with mrq set to NULL, causing the system to crash\nwith a NULL pointer de-reference.\n\nSeen on S3C6410 system. Based on a patch by Dimitris Papastamos.\n\nReported-by: Dimitris Papastamos <[email protected]>\nSigned-off-by: Chris Ball <[email protected]>\nSigned-off-by: Greg Kroah-Hartman <[email protected]>","Chris Ball"],["fa05c4c2bbb7c1fb5b749c0f3f98727bd2ddbff5","[email protected]","drm/radeon: fix regression on atom cards with hardcoded EDID record.\n\ncommit eaa4f5e1d0b816291a59a47917e569c0384f2b6f upstream.\n\nSince fafcf94e2b5732d1e13b440291c53115d2b172e9 introduced an edid size, it seems to have broken this path.\n\nThis manifest as oops on T500 Lenovo laptops with dual graphics primarily.\n\nFixes: https://bugzilla.kernel.org/show_bug.cgi?id=33812\n\nReviewed-by: Alex Deucher <[email protected]>\nSigned-off-by: Dave Airlie <[email protected]>\nSigned-off-by: Greg Kroah-Hartman <[email protected]>","Dave Airlie"],["f8ea6927a78d70f5a7a28c81645a555cac4e0e8d","[email protected]","USB: fix regression in usbip by setting has_tt flag\n\ncommit cee6a262550f53a13acfefbc1e3e5ff35c96182c upstream.\n\nThis patch (as1460) fixes a regression in the usbip driver caused by\nthe new check for Transaction Translators in USB-2 hubs. The root hub\nregistered by vhci_hcd needs to have the has_tt flag set, because it\ncan connect to low- and full-speed devices as well as high-speed\ndevices.\n\nSigned-off-by: Alan Stern <[email protected]>\nReported-and-tested-by: Nikola Ciprich <[email protected]>\nSigned-off-by: Greg Kroah-Hartman <[email protected]>","Alan Stern"]],"repo":"Tiamat-AOSP/tiamat-kernel","actor":"cayniarb","ref":"refs/heads/android-msm-2.6.38","size":53,"head":"8aeac089cbf9e5df33050824dd3086063828fd6f","actor_gravatar":"aa04f4237e0e6befb31a2c5e5f3b7d3f","push_id":31040546} | {
"id": 1563961,
"name": "Tiamat-AOSP/tiamat-kernel",
"url": "https://api.github.dev/repos/Tiamat-AOSP/tiamat-kernel"
} | {
"id": 462341,
"login": "cayniarb",
"gravatar_id": "aa04f4237e0e6befb31a2c5e5f3b7d3f",
"avatar_url": "https://secure.gravatar.com/avatar/aa04f4237e0e6befb31a2c5e5f3b7d3f?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"url": "https://api.github.dev/users/cayniarb"
} | {
"id": 548093,
"login": "Tiamat-AOSP",
"gravatar_id": "7b6ee08ab0e2eb4eaa5b2f581d1e9a16",
"avatar_url": "https://secure.gravatar.com/avatar/7b6ee08ab0e2eb4eaa5b2f581d1e9a16?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
"url": "https://api.github.dev/orgs/Tiamat-AOSP"
} | 2011-05-11T01:50:23 | 1367104890 | null |
CreateEvent | true | {"ref_type":"branch","description":"Kernel for HTC 7X30 devices - Vision, Ace, Glacier","ref":"android-msm-2.6.35-tiamat","master_branch":"android-msm-2.6.35"} | {
"id": 2087546,
"name": "Tiamat-AOSP/htc-kernel-msm7x30",
"url": "https://api.github.dev/repos/Tiamat-AOSP/htc-kernel-msm7x30"
} | {
"id": 462341,
"login": "cayniarb",
"gravatar_id": "aa04f4237e0e6befb31a2c5e5f3b7d3f",
"avatar_url": "https://secure.gravatar.com/avatar/aa04f4237e0e6befb31a2c5e5f3b7d3f?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"url": "https://api.github.dev/users/cayniarb"
} | {
"id": 548093,
"login": "Tiamat-AOSP",
"gravatar_id": "7b6ee08ab0e2eb4eaa5b2f581d1e9a16",
"avatar_url": "https://secure.gravatar.com/avatar/7b6ee08ab0e2eb4eaa5b2f581d1e9a16?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
"url": "https://api.github.dev/orgs/Tiamat-AOSP"
} | 2011-07-22T07:12:16 | 1478566078 | null |
DownloadEvent | true | {"id":109401,"url":"https://github.com/downloads/betterplace/api_curly/api_curly.app"} | {
"id": 1349931,
"name": "betterplace/api_curly",
"url": "https://api.github.dev/repos/betterplace/api_curly"
} | {
"id": 64394,
"login": "averell23",
"gravatar_id": "88d6fcc1b3e580a412a06044441b9066",
"avatar_url": "https://secure.gravatar.com/avatar/88d6fcc1b3e580a412a06044441b9066?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"url": "https://api.github.dev/users/averell23"
} | {
"id": 223229,
"login": "betterplace",
"gravatar_id": "f157b2bc1009d3def492a1c9d576aeeb",
"avatar_url": "https://secure.gravatar.com/avatar/f157b2bc1009d3def492a1c9d576aeeb?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
"url": "https://api.github.dev/orgs/betterplace"
} | 2011-06-30T14:16:26 | 1475515642 | null |
PushEvent | true | {"shas":[["b5c91353bf3a4ba13abbe500504fed11244ca8b1","[email protected]","Added authorized keys and site templates","Daniel Hahn"]],"ref":"refs/heads/master","size":1,"head":"b5c91353bf3a4ba13abbe500504fed11244ca8b1","push_id":39945987} | {
"id": 2192184,
"name": "betterplace/betterplace-Vagrant",
"url": "https://api.github.dev/repos/betterplace/betterplace-Vagrant"
} | {
"id": 64394,
"login": "averell23",
"gravatar_id": "88d6fcc1b3e580a412a06044441b9066",
"avatar_url": "https://secure.gravatar.com/avatar/88d6fcc1b3e580a412a06044441b9066?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"url": "https://api.github.dev/users/averell23"
} | {
"id": 223229,
"login": "betterplace",
"gravatar_id": "f157b2bc1009d3def492a1c9d576aeeb",
"avatar_url": "https://secure.gravatar.com/avatar/f157b2bc1009d3def492a1c9d576aeeb?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
"url": "https://api.github.dev/orgs/betterplace"
} | 2011-08-18T16:48:11 | 1482589679 | null |
Event | true | {"shas":[["4624b20f10b07c421bdbe5cbc4980e6124e64b82","[email protected]","require newer bunny-ext version","Stefan Kaes"]],"ref":"refs/heads/master","push_id":21299750,"head":"4624b20f10b07c421bdbe5cbc4980e6124e64b82","size":1} | {
"id": 472219,
"name": "xing/beetle",
"url": "https://api.github.dev/repos/xing/beetle"
} | {
"id": 17514,
"login": "skaes",
"gravatar_id": "32571caf23081614b109e91cf290da2a",
"avatar_url": "https://secure.gravatar.com/avatar/32571caf23081614b109e91cf290da2a?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"url": "https://api.github.dev/users/skaes"
} | {
"id": 27901,
"login": "xing",
"gravatar_id": "c674816842f017d3cc4e33ba4725f98f",
"avatar_url": "https://secure.gravatar.com/avatar/c674816842f017d3cc4e33ba4725f98f?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
"url": "https://api.github.dev/orgs/xing"
} | 2011-06-27T03:16:42 | 1035922722 | null |
IssueCommentEvent | true | {"repo":"xing/beetle","actor":"eric","issue_id":867686,"comment_id":1121692,"actor_gravatar":"6ec4980d1d5c39bc44bff4170bfd0313"} | {
"id": 472219,
"name": "xing/beetle",
"url": "https://api.github.dev/repos/xing/beetle"
} | {
"id": 470,
"login": "eric",
"gravatar_id": "6ec4980d1d5c39bc44bff4170bfd0313",
"avatar_url": "https://secure.gravatar.com/avatar/6ec4980d1d5c39bc44bff4170bfd0313?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"url": "https://api.github.dev/users/eric"
} | {
"id": 27901,
"login": "xing",
"gravatar_id": "c674816842f017d3cc4e33ba4725f98f",
"avatar_url": "https://secure.gravatar.com/avatar/c674816842f017d3cc4e33ba4725f98f?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
"url": "https://api.github.dev/orgs/xing"
} | 2011-05-09T07:53:00 | 1357726894 | null |
WatchEvent | true | {"action":"started"} | {
"id": 2399148,
"name": "xing/absurdity",
"url": "https://api.github.dev/repos/xing/absurdity"
} | {
"id": 146201,
"login": "rhymes",
"gravatar_id": "68b184c61eac5ccf10b4a84b98a190c1",
"avatar_url": "https://secure.gravatar.com/avatar/68b184c61eac5ccf10b4a84b98a190c1?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"url": "https://api.github.dev/users/rhymes"
} | {
"id": 27901,
"login": "xing",
"gravatar_id": "c674816842f017d3cc4e33ba4725f98f",
"avatar_url": "https://secure.gravatar.com/avatar/c674816842f017d3cc4e33ba4725f98f?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
"url": "https://api.github.dev/orgs/xing"
} | 2011-11-17T15:56:34 | 1499403581 | null |
WatchEvent | true | {"action":"started"} | {
"id": 1922703,
"name": "xing/wysihtml5",
"url": "https://api.github.dev/repos/xing/wysihtml5"
} | {
"id": 102879,
"login": "jgradim",
"gravatar_id": "27b57b47f6cc45fb73994656d78cbb5d",
"avatar_url": "https://secure.gravatar.com/avatar/27b57b47f6cc45fb73994656d78cbb5d?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"url": "https://api.github.dev/users/jgradim"
} | {
"id": 27901,
"login": "xing",
"gravatar_id": "c674816842f017d3cc4e33ba4725f98f",
"avatar_url": "https://secure.gravatar.com/avatar/c674816842f017d3cc4e33ba4725f98f?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
"url": "https://api.github.dev/orgs/xing"
} | 2011-11-06T20:32:01 | 1496964340 | null |
CreateEvent | true | {"master_branch":"master","ref_type":"tag","ref":"xwiki-commons-3.2-milestone-3","description":"Common Modules used by other XWiki top level projects"} | {
"id": 1441134,
"name": "xwiki/xwiki-commons",
"url": "https://api.github.com/repos/xwiki/xwiki-commons"
} | {
"id": 88663,
"login": "sdumitriu",
"gravatar_id": "44c59cfa163ff8a3058ce8d4b0b97b6a",
"avatar_url": "https://secure.gravatar.com/avatar/44c59cfa163ff8a3058ce8d4b0b97b6a?d=%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"url": "https://api.github.com/users/sdumitriu"
} | {
"id": 488445,
"login": "xwiki",
"gravatar_id": "d5dbc82c7327921901157d7e334933a3",
"avatar_url": "https://secure.gravatar.com/avatar/d5dbc82c7327921901157d7e334933a3?d=%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
"url": "https://api.github.com/orgs/xwiki"
} | 2011-09-27T04:42:10 | 1489182337 | null |
CreateEvent | true | {"name":"xwiki-manager","object":"tag","object_name":"xwiki-enterprise-manager-1.1.1"} | {
"id": 1443899,
"name": "xwiki/xwiki-manager",
"url": "https://api.github.dev/repos/xwiki/xwiki-manager"
} | {
"id": 88663,
"login": "sdumitriu",
"gravatar_id": "44c59cfa163ff8a3058ce8d4b0b97b6a",
"avatar_url": "https://secure.gravatar.com/avatar/44c59cfa163ff8a3058ce8d4b0b97b6a?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"url": "https://api.github.dev/users/sdumitriu"
} | {
"id": 488445,
"login": "xwiki",
"gravatar_id": "d5dbc82c7327921901157d7e334933a3",
"avatar_url": "https://secure.gravatar.com/avatar/d5dbc82c7327921901157d7e334933a3?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
"url": "https://api.github.dev/orgs/xwiki"
} | 2011-03-05T18:10:53 | 1167299684 | null |
CreateEvent | true | {"name":"xwiki-manager","object":"tag","object_name":"xwiki-enterprise-manager-1.5"} | {
"id": 1443899,
"name": "xwiki/xwiki-manager",
"url": "https://api.github.dev/repos/xwiki/xwiki-manager"
} | {
"id": 88663,
"login": "sdumitriu",
"gravatar_id": "44c59cfa163ff8a3058ce8d4b0b97b6a",
"avatar_url": "https://secure.gravatar.com/avatar/44c59cfa163ff8a3058ce8d4b0b97b6a?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"url": "https://api.github.dev/users/sdumitriu"
} | {
"id": 488445,
"login": "xwiki",
"gravatar_id": "d5dbc82c7327921901157d7e334933a3",
"avatar_url": "https://secure.gravatar.com/avatar/d5dbc82c7327921901157d7e334933a3?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
"url": "https://api.github.dev/orgs/xwiki"
} | 2011-03-05T18:10:53 | 1167299697 | null |
PushEvent | true | {"shas":[["b8d4ca581fed74b93b98ba272b6227c0769b7d57","[email protected]","XWIKI-4998: ForgotUsername and PasswordReset do not work properly on non public wikis\nFixed.","Sergiu Dumitriu"]],"ref":"refs/heads/master","size":1,"head":"b8d4ca581fed74b93b98ba272b6227c0769b7d57","push_id":40163532} | {
"id": 1463490,
"name": "xwiki/xwiki-platform",
"url": "https://api.github.dev/repos/xwiki/xwiki-platform"
} | {
"id": 88663,
"login": "sdumitriu",
"gravatar_id": "44c59cfa163ff8a3058ce8d4b0b97b6a",
"avatar_url": "https://secure.gravatar.com/avatar/44c59cfa163ff8a3058ce8d4b0b97b6a?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"url": "https://api.github.dev/users/sdumitriu"
} | {
"id": 488445,
"login": "xwiki",
"gravatar_id": "d5dbc82c7327921901157d7e334933a3",
"avatar_url": "https://secure.gravatar.com/avatar/d5dbc82c7327921901157d7e334933a3?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
"url": "https://api.github.dev/orgs/xwiki"
} | 2011-08-21T05:27:02 | 1482946483 | null |
CreateEvent | true | {"name":"xwiki-platform-core","object":"tag","object_name":"xwiki-plugin-application-manager-1.1"} | {
"id": 1463490,
"name": "xwiki/xwiki-platform",
"url": "https://api.github.dev/repos/xwiki/xwiki-platform"
} | {
"id": 88663,
"login": "sdumitriu",
"gravatar_id": "44c59cfa163ff8a3058ce8d4b0b97b6a",
"avatar_url": "https://secure.gravatar.com/avatar/44c59cfa163ff8a3058ce8d4b0b97b6a?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"url": "https://api.github.dev/users/sdumitriu"
} | {
"id": 488445,
"login": "xwiki",
"gravatar_id": "d5dbc82c7327921901157d7e334933a3",
"avatar_url": "https://secure.gravatar.com/avatar/d5dbc82c7327921901157d7e334933a3?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
"url": "https://api.github.dev/orgs/xwiki"
} | 2011-04-05T14:33:13 | 1232002635 | null |
PushEvent | true | {"shas":[["3329e42f3d825656a62ae4e37fccaab77ef4a3c2","[email protected]","XWIKI-6621: DBList properties with \"Multiple Select\" and \"Use suggest\" selected are not displayed in view mode\nFixed.","Sergiu Dumitriu"]],"repo":"xwiki/xwiki-platform","actor":"sdumitriu","ref":"refs/heads/xwiki-2.7","size":1,"head":"3329e42f3d825656a62ae4e37fccaab77ef4a3c2","actor_gravatar":"44c59cfa163ff8a3058ce8d4b0b97b6a","push_id":31285985} | {
"id": 1463490,
"name": "xwiki/xwiki-platform",
"url": "https://api.github.dev/repos/xwiki/xwiki-platform"
} | {
"id": 88663,
"login": "sdumitriu",
"gravatar_id": "44c59cfa163ff8a3058ce8d4b0b97b6a",
"avatar_url": "https://secure.gravatar.com/avatar/44c59cfa163ff8a3058ce8d4b0b97b6a?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"url": "https://api.github.dev/users/sdumitriu"
} | {
"id": 488445,
"login": "xwiki",
"gravatar_id": "d5dbc82c7327921901157d7e334933a3",
"avatar_url": "https://secure.gravatar.com/avatar/d5dbc82c7327921901157d7e334933a3?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
"url": "https://api.github.dev/orgs/xwiki"
} | 2011-05-13T14:30:50 | 1379716969 | null |
CommitCommentEvent | true | {"comment":{"user":{"avatar_url":"https://secure.gravatar.com/avatar/44c59cfa163ff8a3058ce8d4b0b97b6a?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"44c59cfa163ff8a3058ce8d4b0b97b6a","url":"https://api.github.com/users/sdumitriu","login":"sdumitriu","id":88663},"position":132,"updated_at":"2011-11-10T06:19:50Z","commit_id":"3258cb1f1bc94e7bec88150357393428685a969c","line":132,"url":"https://api.github.com/repos/xwiki/xwiki-platform/comments/707344","body":"var span = new Element(\"span\", {\"class\": \"pagepicker-\" + nb + \"-item\"}).update(pageTitle.escapeHTML());\nvar img = new Element(\"img\", {src : \"$xwiki.getSkinFile('clear.png')\"});\nimg.observe('click', function() { removePage(nb, this, spage, spageTitle); });\nvar li = new Element(\"li\")","html_url":"https://github.com/xwiki/xwiki-platform/commit/3258cb1f1b#commitcomment-707344","id":707344,"created_at":"2011-11-10T06:19:50Z","path":"xwiki-platform-core/xwiki-platform-extension/xwiki-platform-extension-repositories/xwiki-platform-extension-repository-xwiki/xwiki-platform-extension-repository-xwiki-server-ui/src/main/resources/ExtensionCode/ExtensionAuthorsDisplayer.xml"}} | {
"id": 1463490,
"name": "xwiki/xwiki-platform",
"url": "https://api.github.dev/repos/xwiki/xwiki-platform"
} | {
"id": 88663,
"login": "sdumitriu",
"gravatar_id": "44c59cfa163ff8a3058ce8d4b0b97b6a",
"avatar_url": "https://secure.gravatar.com/avatar/44c59cfa163ff8a3058ce8d4b0b97b6a?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"url": "https://api.github.dev/users/sdumitriu"
} | {
"id": 488445,
"login": "xwiki",
"gravatar_id": "d5dbc82c7327921901157d7e334933a3",
"avatar_url": "https://secure.gravatar.com/avatar/d5dbc82c7327921901157d7e334933a3?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
"url": "https://api.github.dev/orgs/xwiki"
} | 2011-11-10T06:19:50 | 1497797161 | null |
DeleteEvent | true | {"ref_type":"tag","ref":"xwiki-application-administration-1.11"} | {
"id": 1463490,
"name": "xwiki/xwiki-platform",
"url": "https://api.github.dev/repos/xwiki/xwiki-platform"
} | {
"id": 88663,
"login": "sdumitriu",
"gravatar_id": "44c59cfa163ff8a3058ce8d4b0b97b6a",
"avatar_url": "https://secure.gravatar.com/avatar/44c59cfa163ff8a3058ce8d4b0b97b6a?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"url": "https://api.github.dev/users/sdumitriu"
} | {
"id": 488445,
"login": "xwiki",
"gravatar_id": "d5dbc82c7327921901157d7e334933a3",
"avatar_url": "https://secure.gravatar.com/avatar/d5dbc82c7327921901157d7e334933a3?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
"url": "https://api.github.dev/orgs/xwiki"
} | 2011-04-05T14:38:32 | 1232014591 | null |
CreateEvent | true | {"name":"xwiki-platform-core","object":"tag","object_name":"xwiki-core-2.1.2"} | {
"id": 1463490,
"name": "xwiki/xwiki-platform",
"url": "https://api.github.dev/repos/xwiki/xwiki-platform"
} | {
"id": 88663,
"login": "sdumitriu",
"gravatar_id": "44c59cfa163ff8a3058ce8d4b0b97b6a",
"avatar_url": "https://secure.gravatar.com/avatar/44c59cfa163ff8a3058ce8d4b0b97b6a?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"url": "https://api.github.dev/users/sdumitriu"
} | {
"id": 488445,
"login": "xwiki",
"gravatar_id": "d5dbc82c7327921901157d7e334933a3",
"avatar_url": "https://secure.gravatar.com/avatar/d5dbc82c7327921901157d7e334933a3?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
"url": "https://api.github.dev/orgs/xwiki"
} | 2011-03-10T13:36:39 | 1176874866 | null |
CreateEvent | true | {"name":"xwiki-platform-core","object":"tag","object_name":"xwiki-skin-albatross-1.10"} | {
"id": 1463490,
"name": "xwiki/xwiki-platform",
"url": "https://api.github.dev/repos/xwiki/xwiki-platform"
} | {
"id": 88663,
"login": "sdumitriu",
"gravatar_id": "44c59cfa163ff8a3058ce8d4b0b97b6a",
"avatar_url": "https://secure.gravatar.com/avatar/44c59cfa163ff8a3058ce8d4b0b97b6a?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"url": "https://api.github.dev/users/sdumitriu"
} | {
"id": 488445,
"login": "xwiki",
"gravatar_id": "d5dbc82c7327921901157d7e334933a3",
"avatar_url": "https://secure.gravatar.com/avatar/d5dbc82c7327921901157d7e334933a3?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
"url": "https://api.github.dev/orgs/xwiki"
} | 2011-04-05T14:35:14 | 1232003164 | null |
DeleteEvent | true | {"ref_type":"tag","ref":"xwiki-application-blog-1.2"} | {
"id": 1463490,
"name": "xwiki/xwiki-platform",
"url": "https://api.github.dev/repos/xwiki/xwiki-platform"
} | {
"id": 88663,
"login": "sdumitriu",
"gravatar_id": "44c59cfa163ff8a3058ce8d4b0b97b6a",
"avatar_url": "https://secure.gravatar.com/avatar/44c59cfa163ff8a3058ce8d4b0b97b6a?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"url": "https://api.github.dev/users/sdumitriu"
} | {
"id": 488445,
"login": "xwiki",
"gravatar_id": "d5dbc82c7327921901157d7e334933a3",
"avatar_url": "https://secure.gravatar.com/avatar/d5dbc82c7327921901157d7e334933a3?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
"url": "https://api.github.dev/orgs/xwiki"
} | 2011-04-05T14:38:50 | 1232015035 | null |
PushEvent | true | {"shas":[["597e76b8decfdbd366886e8491a0a683820ebb15","[email protected]","XWIKI-6723: Wiki macros are rendered in the syntax of the caller\ndocument","tmortagne"]],"ref":"refs/heads/stable-3.0.x","size":1,"head":"597e76b8decfdbd366886e8491a0a683820ebb15","push_id":34502593} | {
"id": 1463490,
"name": "xwiki/xwiki-platform",
"url": "https://api.github.dev/repos/xwiki/xwiki-platform"
} | {
"id": 89175,
"login": "tmortagne",
"gravatar_id": "0395583e63156c9ca2d1d9c5329b79a2",
"avatar_url": "https://secure.gravatar.com/avatar/0395583e63156c9ca2d1d9c5329b79a2?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"url": "https://api.github.dev/users/tmortagne"
} | {
"id": 488445,
"login": "xwiki",
"gravatar_id": "d5dbc82c7327921901157d7e334933a3",
"avatar_url": "https://secure.gravatar.com/avatar/d5dbc82c7327921901157d7e334933a3?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
"url": "https://api.github.dev/orgs/xwiki"
} | 2011-06-21T10:53:49 | 1474177207 | null |
CommitCommentEvent | true | {"commit":"8c1cc0bc73249eee20159dc3e540eda5fe36eeb1","comment_id":625183} | {
"id": 1463490,
"name": "xwiki/xwiki-platform",
"url": "https://api.github.com/repos/xwiki/xwiki-platform"
} | {
"id": 88663,
"login": "sdumitriu",
"gravatar_id": "44c59cfa163ff8a3058ce8d4b0b97b6a",
"avatar_url": "https://secure.gravatar.com/avatar/44c59cfa163ff8a3058ce8d4b0b97b6a?d=%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"url": "https://api.github.com/users/sdumitriu"
} | {
"id": 488445,
"login": "xwiki",
"gravatar_id": "d5dbc82c7327921901157d7e334933a3",
"avatar_url": "https://secure.gravatar.com/avatar/d5dbc82c7327921901157d7e334933a3?d=%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
"url": "https://api.github.com/orgs/xwiki"
} | 2011-10-02T16:36:29 | 1490177175 | null |
DeleteEvent | true | {"ref_type":"tag","ref":"xwiki-application-wiki-manager-1.26"} | {
"id": 1463490,
"name": "xwiki/xwiki-platform",
"url": "https://api.github.dev/repos/xwiki/xwiki-platform"
} | {
"id": 88663,
"login": "sdumitriu",
"gravatar_id": "44c59cfa163ff8a3058ce8d4b0b97b6a",
"avatar_url": "https://secure.gravatar.com/avatar/44c59cfa163ff8a3058ce8d4b0b97b6a?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"url": "https://api.github.dev/users/sdumitriu"
} | {
"id": 488445,
"login": "xwiki",
"gravatar_id": "d5dbc82c7327921901157d7e334933a3",
"avatar_url": "https://secure.gravatar.com/avatar/d5dbc82c7327921901157d7e334933a3?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
"url": "https://api.github.dev/orgs/xwiki"
} | 2011-04-05T14:39:18 | 1232016549 | null |
CommitCommentEvent | true | {"comment_id":590342,"commit":"aca51893724cb5203e5c7f5cbecdd62d91ec0a1c"} | {
"id": 1463490,
"name": "xwiki/xwiki-platform",
"url": "https://api.github.dev/repos/xwiki/xwiki-platform"
} | {
"id": 88663,
"login": "sdumitriu",
"gravatar_id": "44c59cfa163ff8a3058ce8d4b0b97b6a",
"avatar_url": "https://secure.gravatar.com/avatar/44c59cfa163ff8a3058ce8d4b0b97b6a?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"url": "https://api.github.dev/users/sdumitriu"
} | {
"id": 488445,
"login": "xwiki",
"gravatar_id": "d5dbc82c7327921901157d7e334933a3",
"avatar_url": "https://secure.gravatar.com/avatar/d5dbc82c7327921901157d7e334933a3?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
"url": "https://api.github.dev/orgs/xwiki"
} | 2011-09-15T04:32:52 | 1487124992 | null |
DeleteEvent | true | {"ref_type":"tag","ref":"xwiki-plugin-application-manager-1.5"} | {
"id": 1463490,
"name": "xwiki/xwiki-platform",
"url": "https://api.github.dev/repos/xwiki/xwiki-platform"
} | {
"id": 88663,
"login": "sdumitriu",
"gravatar_id": "44c59cfa163ff8a3058ce8d4b0b97b6a",
"avatar_url": "https://secure.gravatar.com/avatar/44c59cfa163ff8a3058ce8d4b0b97b6a?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"url": "https://api.github.dev/users/sdumitriu"
} | {
"id": 488445,
"login": "xwiki",
"gravatar_id": "d5dbc82c7327921901157d7e334933a3",
"avatar_url": "https://secure.gravatar.com/avatar/d5dbc82c7327921901157d7e334933a3?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
"url": "https://api.github.dev/orgs/xwiki"
} | 2011-04-05T14:39:20 | 1232016743 | null |
ForkEvent | true | {"repo":"xwiki/xwiki-platform","actor":"junhan","forkee":1756207,"actor_gravatar":"8a6205b3587b44e3911a4629f3528f8a"} | {
"id": 1463490,
"name": "xwiki/xwiki-platform",
"url": "https://api.github.dev/repos/xwiki/xwiki-platform"
} | {
"id": 754788,
"login": "junhan",
"gravatar_id": "8a6205b3587b44e3911a4629f3528f8a",
"avatar_url": "https://secure.gravatar.com/avatar/8a6205b3587b44e3911a4629f3528f8a?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"url": "https://api.github.dev/users/junhan"
} | {
"id": 488445,
"login": "xwiki",
"gravatar_id": "d5dbc82c7327921901157d7e334933a3",
"avatar_url": "https://secure.gravatar.com/avatar/d5dbc82c7327921901157d7e334933a3?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
"url": "https://api.github.dev/orgs/xwiki"
} | 2011-05-16T16:16:44 | 1419919679 | null |
CreateEvent | true | {"name":"xwiki-platform-core","object":"tag","object_name":"xwiki-application-annotations-1.3"} | {
"id": 1463490,
"name": "xwiki/xwiki-platform",
"url": "https://api.github.dev/repos/xwiki/xwiki-platform"
} | {
"id": 88663,
"login": "sdumitriu",
"gravatar_id": "44c59cfa163ff8a3058ce8d4b0b97b6a",
"avatar_url": "https://secure.gravatar.com/avatar/44c59cfa163ff8a3058ce8d4b0b97b6a?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"url": "https://api.github.dev/users/sdumitriu"
} | {
"id": 488445,
"login": "xwiki",
"gravatar_id": "d5dbc82c7327921901157d7e334933a3",
"avatar_url": "https://secure.gravatar.com/avatar/d5dbc82c7327921901157d7e334933a3?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
"url": "https://api.github.dev/orgs/xwiki"
} | 2011-04-05T14:27:38 | 1232001949 | null |
DeleteEvent | true | {"ref_type":"tag","ref":"xwiki-plugin-scheduler-1.16"} | {
"id": 1463490,
"name": "xwiki/xwiki-platform",
"url": "https://api.github.dev/repos/xwiki/xwiki-platform"
} | {
"id": 88663,
"login": "sdumitriu",
"gravatar_id": "44c59cfa163ff8a3058ce8d4b0b97b6a",
"avatar_url": "https://secure.gravatar.com/avatar/44c59cfa163ff8a3058ce8d4b0b97b6a?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"url": "https://api.github.dev/users/sdumitriu"
} | {
"id": 488445,
"login": "xwiki",
"gravatar_id": "d5dbc82c7327921901157d7e334933a3",
"avatar_url": "https://secure.gravatar.com/avatar/d5dbc82c7327921901157d7e334933a3?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
"url": "https://api.github.dev/orgs/xwiki"
} | 2011-04-05T14:39:24 | 1232016933 | null |
CommitCommentEvent | true | {"comment_id":585442,"commit":"603ba9c83ca803ce9047ce9a46ba1e574cc603b4"} | {
"id": 1463490,
"name": "xwiki/xwiki-platform",
"url": "https://api.github.dev/repos/xwiki/xwiki-platform"
} | {
"id": 628267,
"login": "vmassol",
"gravatar_id": "0b17060fd5b56172e81e4bfbbcb438e0",
"avatar_url": "https://secure.gravatar.com/avatar/0b17060fd5b56172e81e4bfbbcb438e0?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"url": "https://api.github.dev/users/vmassol"
} | {
"id": 488445,
"login": "xwiki",
"gravatar_id": "d5dbc82c7327921901157d7e334933a3",
"avatar_url": "https://secure.gravatar.com/avatar/d5dbc82c7327921901157d7e334933a3?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
"url": "https://api.github.dev/orgs/xwiki"
} | 2011-09-13T09:08:11 | 1486704962 | null |
PushEvent | true | {"shas":[["559162eebc50e421f240f0dff853cee37ca0a1d7","[email protected]","XWIKI-6595: Infinite attachment download time\nForgot to change veriables leading to inability to download attachments.","cjdelisle"]],"repo":"xwiki/xwiki-platform","actor":"cjdelisle","ref":"refs/heads/master","size":1,"head":"559162eebc50e421f240f0dff853cee37ca0a1d7","actor_gravatar":"3a8fb5954ff45e40b0964c174df97ae0","push_id":31059456} | {
"id": 1463490,
"name": "xwiki/xwiki-platform",
"url": "https://api.github.dev/repos/xwiki/xwiki-platform"
} | {
"id": 509047,
"login": "cjdelisle",
"gravatar_id": "3a8fb5954ff45e40b0964c174df97ae0",
"avatar_url": "https://secure.gravatar.com/avatar/3a8fb5954ff45e40b0964c174df97ae0?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"url": "https://api.github.dev/users/cjdelisle"
} | {
"id": 488445,
"login": "xwiki",
"gravatar_id": "d5dbc82c7327921901157d7e334933a3",
"avatar_url": "https://secure.gravatar.com/avatar/d5dbc82c7327921901157d7e334933a3?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
"url": "https://api.github.dev/orgs/xwiki"
} | 2011-05-11T08:56:39 | 1368449057 | null |
DeleteEvent | true | {"ref_type":"tag","ref":"xwiki-application-webdav-1.0"} | {
"id": 1463490,
"name": "xwiki/xwiki-platform",
"url": "https://api.github.dev/repos/xwiki/xwiki-platform"
} | {
"id": 88663,
"login": "sdumitriu",
"gravatar_id": "44c59cfa163ff8a3058ce8d4b0b97b6a",
"avatar_url": "https://secure.gravatar.com/avatar/44c59cfa163ff8a3058ce8d4b0b97b6a?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"url": "https://api.github.dev/users/sdumitriu"
} | {
"id": 488445,
"login": "xwiki",
"gravatar_id": "d5dbc82c7327921901157d7e334933a3",
"avatar_url": "https://secure.gravatar.com/avatar/d5dbc82c7327921901157d7e334933a3?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
"url": "https://api.github.dev/orgs/xwiki"
} | 2011-04-05T14:39:15 | 1232016378 | null |
DeleteEvent | true | {"ref_type":"tag","ref":"xwiki-plugin-tag-1.7"} | {
"id": 1463490,
"name": "xwiki/xwiki-platform",
"url": "https://api.github.dev/repos/xwiki/xwiki-platform"
} | {
"id": 88663,
"login": "sdumitriu",
"gravatar_id": "44c59cfa163ff8a3058ce8d4b0b97b6a",
"avatar_url": "https://secure.gravatar.com/avatar/44c59cfa163ff8a3058ce8d4b0b97b6a?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"url": "https://api.github.dev/users/sdumitriu"
} | {
"id": 488445,
"login": "xwiki",
"gravatar_id": "d5dbc82c7327921901157d7e334933a3",
"avatar_url": "https://secure.gravatar.com/avatar/d5dbc82c7327921901157d7e334933a3?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
"url": "https://api.github.dev/orgs/xwiki"
} | 2011-04-05T14:39:30 | 1232017181 | null |
DeleteEvent | true | {"ref_type":"tag","ref":"xwiki-application-panels-1.1.2"} | {
"id": 1463490,
"name": "xwiki/xwiki-platform",
"url": "https://api.github.dev/repos/xwiki/xwiki-platform"
} | {
"id": 88663,
"login": "sdumitriu",
"gravatar_id": "44c59cfa163ff8a3058ce8d4b0b97b6a",
"avatar_url": "https://secure.gravatar.com/avatar/44c59cfa163ff8a3058ce8d4b0b97b6a?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"url": "https://api.github.dev/users/sdumitriu"
} | {
"id": 488445,
"login": "xwiki",
"gravatar_id": "d5dbc82c7327921901157d7e334933a3",
"avatar_url": "https://secure.gravatar.com/avatar/d5dbc82c7327921901157d7e334933a3?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
"url": "https://api.github.dev/orgs/xwiki"
} | 2011-04-05T14:38:55 | 1232015350 | null |
CreateEvent | true | {"name":"xwiki-platform-core","object":"tag","object_name":"xwiki-application-application-manager-1.18"} | {
"id": 1463490,
"name": "xwiki/xwiki-platform",
"url": "https://api.github.dev/repos/xwiki/xwiki-platform"
} | {
"id": 88663,
"login": "sdumitriu",
"gravatar_id": "44c59cfa163ff8a3058ce8d4b0b97b6a",
"avatar_url": "https://secure.gravatar.com/avatar/44c59cfa163ff8a3058ce8d4b0b97b6a?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"url": "https://api.github.dev/users/sdumitriu"
} | {
"id": 488445,
"login": "xwiki",
"gravatar_id": "d5dbc82c7327921901157d7e334933a3",
"avatar_url": "https://secure.gravatar.com/avatar/d5dbc82c7327921901157d7e334933a3?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
"url": "https://api.github.dev/orgs/xwiki"
} | 2011-04-05T14:28:07 | 1232001992 | null |
PushEvent | true | {"commits":[{"author":{"name":"Denis Gervalle","email":"[email protected]"},"sha":"28e3f25ee2fb56c2888beb1c6ad7498c0c55ea44","message":"XWIKI-7174: NPE for authors URLs during serialization of an extension to the local filesystem","url":"https://api.github.com/repos/xwiki/xwiki-platform/commits/28e3f25ee2fb56c2888beb1c6ad7498c0c55ea44"}],"ref":"refs/heads/master","head":"28e3f25ee2fb56c2888beb1c6ad7498c0c55ea44","push_id":51123375,"size":1} | {
"id": 1463490,
"name": "xwiki/xwiki-platform",
"url": "https://api.github.dev/repos/xwiki/xwiki-platform"
} | {
"id": 652660,
"login": "dgervalle",
"gravatar_id": "2aaf106d7fad1cf8059d4a1bb5842b09",
"avatar_url": "https://secure.gravatar.com/avatar/2aaf106d7fad1cf8059d4a1bb5842b09?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"url": "https://api.github.dev/users/dgervalle"
} | {
"id": 488445,
"login": "xwiki",
"gravatar_id": "d5dbc82c7327921901157d7e334933a3",
"avatar_url": "https://secure.gravatar.com/avatar/d5dbc82c7327921901157d7e334933a3?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
"url": "https://api.github.dev/orgs/xwiki"
} | 2011-11-23T10:46:47 | 1500610516 | null |
CreateEvent | true | {"name":"xwiki-platform-core","object":"tag","object_name":"xwiki-application-panels-1.14"} | {
"id": 1463490,
"name": "xwiki/xwiki-platform",
"url": "https://api.github.dev/repos/xwiki/xwiki-platform"
} | {
"id": 88663,
"login": "sdumitriu",
"gravatar_id": "44c59cfa163ff8a3058ce8d4b0b97b6a",
"avatar_url": "https://secure.gravatar.com/avatar/44c59cfa163ff8a3058ce8d4b0b97b6a?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"url": "https://api.github.dev/users/sdumitriu"
} | {
"id": 488445,
"login": "xwiki",
"gravatar_id": "d5dbc82c7327921901157d7e334933a3",
"avatar_url": "https://secure.gravatar.com/avatar/d5dbc82c7327921901157d7e334933a3?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
"url": "https://api.github.dev/orgs/xwiki"
} | 2011-04-05T14:29:27 | 1232002159 | null |
CommitCommentEvent | true | {"comment":{"user":{"avatar_url":"https://secure.gravatar.com/avatar/0395583e63156c9ca2d1d9c5329b79a2?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"0395583e63156c9ca2d1d9c5329b79a2","url":"https://api.github.com/users/tmortagne","login":"tmortagne","id":89175},"position":8,"updated_at":"2011-10-30T10:29:58Z","commit_id":"a30ef5dcfa3ff4391fcb7afad5a0ae0eb5d9c71c","url":"https://api.github.com/repos/xwiki/xwiki-rendering/comments/683597","line":59,"body":"This @since was actually useless, that's the one you have on the interface already.","html_url":"https://github.com/xwiki/xwiki-rendering/commit/a30ef5dcfa#commitcomment-683597","id":683597,"path":"xwiki-rendering-api/src/main/java/org/xwiki/rendering/listener/WrappingListener.java","created_at":"2011-10-30T10:29:58Z"}} | {
"id": 1406218,
"name": "xwiki/xwiki-rendering",
"url": "https://api.github.dev/repos/xwiki/xwiki-rendering"
} | {
"id": 89175,
"login": "tmortagne",
"gravatar_id": "0395583e63156c9ca2d1d9c5329b79a2",
"avatar_url": "https://secure.gravatar.com/avatar/0395583e63156c9ca2d1d9c5329b79a2?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"url": "https://api.github.dev/users/tmortagne"
} | {
"id": 488445,
"login": "xwiki",
"gravatar_id": "d5dbc82c7327921901157d7e334933a3",
"avatar_url": "https://secure.gravatar.com/avatar/d5dbc82c7327921901157d7e334933a3?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
"url": "https://api.github.dev/orgs/xwiki"
} | 2011-10-30T10:29:58 | 1495488377 | null |
CommitCommentEvent | true | {"comment":{"commit_id":"13e9d53fdfa599d05dfcd42298501212baeb6f98","created_at":"2011-12-03T08:27:49Z","position":33,"updated_at":"2011-12-03T08:27:49Z","user":{"gravatar_id":"0b17060fd5b56172e81e4bfbbcb438e0","id":628267,"url":"https://api.github.com/users/vmassol","avatar_url":"https://secure.gravatar.com/avatar/0b17060fd5b56172e81e4bfbbcb438e0?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","login":"vmassol"},"body":"Good point. However we don't need thread safety since DefaultHTTPChecker is executed on a single thread, the \"Link checker Thread\" so there's no concurrent HTTP connections going on.","line":58,"id":766011,"path":"xwiki-rendering-transformations/xwiki-rendering-transformation-linkchecker/src/main/java/org/xwiki/rendering/internal/transformation/linkchecker/DefaultHTTPChecker.java","html_url":"https://github.com/xwiki/xwiki-rendering/commit/13e9d53fdf#commitcomment-766011","url":"https://api.github.com/repos/xwiki/xwiki-rendering/comments/766011"}} | {
"id": 1406218,
"name": "xwiki/xwiki-rendering",
"url": "https://api.github.dev/repos/xwiki/xwiki-rendering"
} | {
"id": 628267,
"login": "vmassol",
"gravatar_id": "0b17060fd5b56172e81e4bfbbcb438e0",
"avatar_url": "https://secure.gravatar.com/avatar/0b17060fd5b56172e81e4bfbbcb438e0?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"url": "https://api.github.dev/users/vmassol"
} | {
"id": 488445,
"login": "xwiki",
"gravatar_id": "d5dbc82c7327921901157d7e334933a3",
"avatar_url": "https://secure.gravatar.com/avatar/d5dbc82c7327921901157d7e334933a3?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
"url": "https://api.github.dev/orgs/xwiki"
} | 2011-12-03T08:27:49 | 1502827338 | null |
PushEvent | true | {"shas":[["176ec6819c9e743de9381c54abe5ea678e2e8b0f","[email protected]","XE-941: BreadcrumbsTest#testBreadcrumbs() flickers.\n@Ignored the test.","cjdelisle"]],"ref":"refs/heads/master","size":1,"head":"176ec6819c9e743de9381c54abe5ea678e2e8b0f","push_id":32993005} | {
"id": 1455579,
"name": "xwiki/xwiki-enterprise",
"url": "https://api.github.dev/repos/xwiki/xwiki-enterprise"
} | {
"id": 509047,
"login": "cjdelisle",
"gravatar_id": "3a8fb5954ff45e40b0964c174df97ae0",
"avatar_url": "https://secure.gravatar.com/avatar/3a8fb5954ff45e40b0964c174df97ae0?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"url": "https://api.github.dev/users/cjdelisle"
} | {
"id": 488445,
"login": "xwiki",
"gravatar_id": "d5dbc82c7327921901157d7e334933a3",
"avatar_url": "https://secure.gravatar.com/avatar/d5dbc82c7327921901157d7e334933a3?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
"url": "https://api.github.dev/orgs/xwiki"
} | 2011-06-03T02:20:13 | 1471815100 | null |
PushEvent | true | {"shas":[["5588bddb845b06dbd2505ac6cd383130eaa7efa7","[email protected]","XE-922: Reorganization of Main.WebHome to make it a full dashboard","Anca Luca"]],"repo":"xwiki/xwiki-enterprise","actor":"lucaa","ref":"refs/heads/master","size":1,"head":"5588bddb845b06dbd2505ac6cd383130eaa7efa7","actor_gravatar":"282daac80bad3fc548f58ff8b63b9e42","push_id":31675713} | {
"id": 1455579,
"name": "xwiki/xwiki-enterprise",
"url": "https://api.github.dev/repos/xwiki/xwiki-enterprise"
} | {
"id": 657716,
"login": "lucaa",
"gravatar_id": "282daac80bad3fc548f58ff8b63b9e42",
"avatar_url": "https://secure.gravatar.com/avatar/282daac80bad3fc548f58ff8b63b9e42?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"url": "https://api.github.dev/users/lucaa"
} | {
"id": 488445,
"login": "xwiki",
"gravatar_id": "d5dbc82c7327921901157d7e334933a3",
"avatar_url": "https://secure.gravatar.com/avatar/d5dbc82c7327921901157d7e334933a3?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
"url": "https://api.github.dev/orgs/xwiki"
} | 2011-05-18T15:48:28 | 1433769073 | null |
PushEvent | true | {"shas":[["6460db84fbd1a4ac2c07c29c71f341ba2b413d9c","[email protected]","XWIKI-6718: Remote observation should fallback on JGroups embedded\nconfigurations\nFix tests","tmortagne"]],"ref":"refs/heads/master","size":1,"head":"6460db84fbd1a4ac2c07c29c71f341ba2b413d9c","push_id":34633974} | {
"id": 1455579,
"name": "xwiki/xwiki-enterprise",
"url": "https://api.github.dev/repos/xwiki/xwiki-enterprise"
} | {
"id": 89175,
"login": "tmortagne",
"gravatar_id": "0395583e63156c9ca2d1d9c5329b79a2",
"avatar_url": "https://secure.gravatar.com/avatar/0395583e63156c9ca2d1d9c5329b79a2?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"url": "https://api.github.dev/users/tmortagne"
} | {
"id": 488445,
"login": "xwiki",
"gravatar_id": "d5dbc82c7327921901157d7e334933a3",
"avatar_url": "https://secure.gravatar.com/avatar/d5dbc82c7327921901157d7e334933a3?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
"url": "https://api.github.dev/orgs/xwiki"
} | 2011-06-22T14:46:44 | 1474373901 | null |
DeleteEvent | true | {"ref_type":"tag","ref":"xwiki-enterprise-3.1-rc-1"} | {
"id": 1455579,
"name": "xwiki/xwiki-enterprise",
"url": "https://api.github.dev/repos/xwiki/xwiki-enterprise"
} | {
"id": 509047,
"login": "cjdelisle",
"gravatar_id": "3a8fb5954ff45e40b0964c174df97ae0",
"avatar_url": "https://secure.gravatar.com/avatar/3a8fb5954ff45e40b0964c174df97ae0?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"url": "https://api.github.dev/users/cjdelisle"
} | {
"id": 488445,
"login": "xwiki",
"gravatar_id": "d5dbc82c7327921901157d7e334933a3",
"avatar_url": "https://secure.gravatar.com/avatar/d5dbc82c7327921901157d7e334933a3?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
"url": "https://api.github.dev/orgs/xwiki"
} | 2011-06-06T16:08:18 | 1472183056 | null |
PushEvent | true | {"head":"162098538cb0d02fe1400432384903c0f309605d","size":1,"push_id":45082798,"shas":[["162098538cb0d02fe1400432384903c0f309605d","[email protected]","Uograde connectors","tmortagne"]],"ref":"refs/heads/master"} | {
"id": 1604111,
"name": "xwiki/xwiki-debug-eclipse",
"url": "https://api.github.com/repos/xwiki/xwiki-debug-eclipse"
} | {
"id": 89175,
"login": "tmortagne",
"gravatar_id": "0395583e63156c9ca2d1d9c5329b79a2",
"avatar_url": "https://secure.gravatar.com/avatar/0395583e63156c9ca2d1d9c5329b79a2?d=%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"url": "https://api.github.com/users/tmortagne"
} | {
"id": 488445,
"login": "xwiki",
"gravatar_id": "d5dbc82c7327921901157d7e334933a3",
"avatar_url": "https://secure.gravatar.com/avatar/d5dbc82c7327921901157d7e334933a3?d=%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
"url": "https://api.github.com/orgs/xwiki"
} | 2011-10-05T13:16:27 | 1490752423 | null |
Event | true | {"page_name":"Creating custom XSL stylesheets","title":"Creating custom XSL stylesheets","action":"edited","summary":null} | {
"id": 1103868,
"name": "srnsw/ae",
"url": "https://api.github.dev/repos/srnsw/ae"
} | {
"id": 491358,
"login": "richard-srnsw",
"gravatar_id": "0e794103cc211c781658db2d21b9f0be",
"avatar_url": "https://secure.gravatar.com/avatar/0e794103cc211c781658db2d21b9f0be?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"url": "https://api.github.dev/users/richard-srnsw"
} | {
"id": 492541,
"login": "srnsw",
"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/srnsw"
} | 2011-06-27T23:45:39 | 1015294692 | null |
CreateEvent | true | {"ref_type":"branch","ref":"maven-migration","description":"Digital Preservation Software (National Archives of Australia)","master_branch":"master"} | {
"id": 2009635,
"name": "srnsw/xena",
"url": "https://api.github.dev/repos/srnsw/xena"
} | {
"id": 43712,
"login": "csmart",
"gravatar_id": "58890b449282e34520ae9bed25b3222a",
"avatar_url": "https://secure.gravatar.com/avatar/58890b449282e34520ae9bed25b3222a?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"url": "https://api.github.dev/users/csmart"
} | {
"id": 492541,
"login": "srnsw",
"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/srnsw"
} | 2011-07-07T04:29:52 | 1476371029 | null |
PushEvent | true | {"shas":[["c7adec25c6268e07574a721f583e8412e8b4bf56","[email protected]","working on oai","richard-srnsw"],["37c94c2ecf6b06506720198931e718c4e5f7674c","[email protected]","oai controller","richard-srnsw"]],"ref":"refs/heads/oai","size":2,"head":"37c94c2ecf6b06506720198931e718c4e5f7674c","push_id":34821451} | {
"id": 1840543,
"name": "srnsw/api.records.nsw.gov.au",
"url": "https://api.github.dev/repos/srnsw/api.records.nsw.gov.au"
} | {
"id": 157422,
"login": "richardlehane",
"gravatar_id": "dac03fd9c51c5ba5fb9e4eaf875904aa",
"avatar_url": "https://secure.gravatar.com/avatar/dac03fd9c51c5ba5fb9e4eaf875904aa?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"url": "https://api.github.dev/users/richardlehane"
} | {
"id": 492541,
"login": "srnsw",
"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/srnsw"
} | 2011-06-24T06:43:56 | 1474659803 | null |
PushEvent | true | {"head":"b1c4f21e6f1448edc9761ffa568cd3eb37dd1c21","size":1,"push_id":46649960,"ref":"refs/heads/master","commits":[{"sha":"b1c4f21e6f1448edc9761ffa568cd3eb37dd1c21","author":{"name":"wisanup","email":"[email protected]"},"url":"https://api.github.com/repos/srnsw/api.records.nsw.gov.au/commits/b1c4f21e6f1448edc9761ffa568cd3eb37dd1c21","message":"Tidied upif conditions"}],"legacy":{"head":"b1c4f21e6f1448edc9761ffa568cd3eb37dd1c21","size":1,"push_id":46649960,"shas":[["b1c4f21e6f1448edc9761ffa568cd3eb37dd1c21","[email protected]","Tidied upif conditions","wisanup"]],"ref":"refs/heads/master"}} | {
"id": 1840543,
"name": "srnsw/api.records.nsw.gov.au",
"url": "https://api.github.com/repos/srnsw/api.records.nsw.gov.au"
} | {
"id": 831872,
"login": "wisanup",
"gravatar_id": "6c4722d24ebb7818ca57964f19bab341",
"avatar_url": "https://secure.gravatar.com/avatar/6c4722d24ebb7818ca57964f19bab341?d=%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"url": "https://api.github.com/users/wisanup"
} | {
"id": 492541,
"login": "srnsw",
"gravatar_id": "d41d8cd98f00b204e9800998ecf8427e",
"avatar_url": "https://secure.gravatar.com/avatar/d41d8cd98f00b204e9800998ecf8427e?d=%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
"url": "https://api.github.com/orgs/srnsw"
} | 2011-10-18T21:52:47 | 1493280837 | null |
PushEvent | true | {"shas":[["6eae33bcc72cd458b33ff8913e23ccee5a80755c","[email protected]","Updated style sheet","Wisanu Promthong"]],"ref":"refs/heads/master","size":1,"head":"6eae33bcc72cd458b33ff8913e23ccee5a80755c","push_id":38645511} | {
"id": 1840543,
"name": "srnsw/api.records.nsw.gov.au",
"url": "https://api.github.dev/repos/srnsw/api.records.nsw.gov.au"
} | {
"id": 831872,
"login": "wisanup",
"gravatar_id": "6c4722d24ebb7818ca57964f19bab341",
"avatar_url": "https://secure.gravatar.com/avatar/6c4722d24ebb7818ca57964f19bab341?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"url": "https://api.github.dev/users/wisanup"
} | {
"id": 492541,
"login": "srnsw",
"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/srnsw"
} | 2011-08-05T04:31:27 | 1480585686 | null |
IssueCommentEvent | true | {"comment":{"created_at":"2011-10-17T03:03:14Z","body":"It's done","updated_at":"2011-10-17T03:03:14Z","url":"https://api.github.com/repos/srnsw/api.records.nsw.gov.au/issues/comments/2424557","id":2424557,"user":{"gravatar_id":"6c4722d24ebb7818ca57964f19bab341","avatar_url":"https://secure.gravatar.com/avatar/6c4722d24ebb7818ca57964f19bab341?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","url":"https://api.github.com/users/wisanup","id":831872,"login":"wisanup"}},"action":"created","issue":{"number":42,"created_at":"2011-10-13T01:09:47Z","pull_request":{"diff_url":null,"patch_url":null,"html_url":null},"body":"Series IDs should be displayed in views -\r\nFor consistency, should do it in same way as item number:\r\nhttp://api.records.nsw.gov.au/items/4394\r\ni.e. \r\n\"Series number:\r\n1\"\r\n\r\nNot all items currently have an item number displayed e.g. http://api.records.nsw.gov.au/items/2844\r\nThis is because we post the Item's control number (or something) as the item number rather than the ID. Some items don't have these old control numbers. Where this is the case, the item ID should be displayed instead:\r\ni.e.\r\nItem number:\r\ncontrol_number ? control_number : id_number (pseudocode!)","comments":1,"title":"Series and Item numbers","updated_at":"2011-10-17T03:03:14Z","url":"https://api.github.com/repos/srnsw/api.records.nsw.gov.au/issues/42","id":1896398,"assignee":{"gravatar_id":"6c4722d24ebb7818ca57964f19bab341","avatar_url":"https://secure.gravatar.com/avatar/6c4722d24ebb7818ca57964f19bab341?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","url":"https://api.github.com/users/wisanup","id":831872,"login":"wisanup"},"milestone":{"number":2,"created_at":"2011-06-03T03:30:11Z","due_on":"2011-07-18T07:00:00Z","title":"Second iteration","creator":{"gravatar_id":"dac03fd9c51c5ba5fb9e4eaf875904aa","avatar_url":"https://secure.gravatar.com/avatar/dac03fd9c51c5ba5fb9e4eaf875904aa?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","url":"https://api.github.com/users/richardlehane","id":157422,"login":"richardlehane"},"url":"https://api.github.com/repos/srnsw/api.records.nsw.gov.au/milestones/2","open_issues":3,"closed_issues":9,"description":"Release early, release often! Add new features such as user-generated content.","state":"open"},"closed_at":"2011-10-17T03:03:14Z","user":{"gravatar_id":"dac03fd9c51c5ba5fb9e4eaf875904aa","avatar_url":"https://secure.gravatar.com/avatar/dac03fd9c51c5ba5fb9e4eaf875904aa?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","url":"https://api.github.com/users/richardlehane","id":157422,"login":"richardlehane"},"html_url":"https://github.com/srnsw/api.records.nsw.gov.au/issues/42","labels":[{"name":"✔✔✔","url":"https://api.github.com/repos/srnsw/api.records.nsw.gov.au/labels/%E2%9C%94%E2%9C%94%E2%9C%94","color":"2d9e11"}],"state":"closed"},"legacy":{"issue_id":1896398,"comment_id":2424557}} | {
"id": 1840543,
"name": "srnsw/api.records.nsw.gov.au",
"url": "https://api.github.com/repos/srnsw/api.records.nsw.gov.au"
} | {
"id": 831872,
"login": "wisanup",
"gravatar_id": "6c4722d24ebb7818ca57964f19bab341",
"avatar_url": "https://secure.gravatar.com/avatar/6c4722d24ebb7818ca57964f19bab341?d=%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"url": "https://api.github.com/users/wisanup"
} | {
"id": 492541,
"login": "srnsw",
"gravatar_id": "d41d8cd98f00b204e9800998ecf8427e",
"avatar_url": "https://secure.gravatar.com/avatar/d41d8cd98f00b204e9800998ecf8427e?d=%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
"url": "https://api.github.com/orgs/srnsw"
} | 2011-10-17T03:03:15 | 1492830575 | null |
PushEvent | true | {"ref":"refs/heads/master","commits":[{"author":{"name":"kthrtty","email":"[email protected]"},"url":"https://api.github.com/repos/openid-foundation-japan/draft-ietf-oauth-v2-bearer/commits/b01e4254aa41f4fd22f33dd3e28708bb8481e6d4","message":"Translated:\r\n- Section 5, 5.1, 5.2 5.3, AppendixModified:\r\n- 無記名トークン -> Beaerトークン\r\n- 句読点を半角カンマ/ドットに置換\r\n- 文章 -> 文書\r\n- セキュリティ保護されたトランスポート層から送信する -> トランスポートレイヤセキュリティを利用して送信する","sha":"b01e4254aa41f4fd22f33dd3e28708bb8481e6d4"}],"head":"b01e4254aa41f4fd22f33dd3e28708bb8481e6d4","size":1,"push_id":49736238} | {
"id": 2655268,
"name": "openid-foundation-japan/draft-ietf-oauth-v2-bearer",
"url": "https://api.github.dev/repos/openid-foundation-japan/draft-ietf-oauth-v2-bearer"
} | {
"id": 165432,
"login": "kthrtty",
"gravatar_id": "e112fb300a653ce3e205bcc6a7f2f720",
"avatar_url": "https://secure.gravatar.com/avatar/e112fb300a653ce3e205bcc6a7f2f720?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"url": "https://api.github.dev/users/kthrtty"
} | {
"id": 165373,
"login": "openid-foundation-japan",
"gravatar_id": "e730ca146a389e4f56955c68c7242135",
"avatar_url": "https://secure.gravatar.com/avatar/e730ca146a389e4f56955c68c7242135?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
"url": "https://api.github.dev/orgs/openid-foundation-japan"
} | 2011-11-12T11:48:25 | 1498286251 | null |
PushEvent | true | {"ref":"refs/heads/master","commits":[{"author":{"name":"yura","email":"998487cc95d2898f5a40b5c0919ab0aecd9119e0@632a04b0-194a-439a-a497-68f405da15a8"},"url":"https://api.github.com/repos/collectionspace/ui/commits/2fff6c2e7ee785af79f77f3cef693a1cc21eb8df","message":"CSPACE-4549: Updared media uploader to not break when in IE with no flash or xhr.\n\ngit-svn-id: https://source.collectionspace.org/collection-space/src/ui/trunk@5837 632a04b0-194a-439a-a497-68f405da15a8","sha":"2fff6c2e7ee785af79f77f3cef693a1cc21eb8df"}],"head":"2fff6c2e7ee785af79f77f3cef693a1cc21eb8df","size":1,"push_id":48276743} | {
"id": 1422844,
"name": "collectionspace/ui",
"url": "https://api.github.dev/repos/collectionspace/ui"
} | {
"id": 966584,
"login": "collectionspace-svn",
"gravatar_id": "4326f3e27cfe043f533d7936e890346a",
"avatar_url": "https://secure.gravatar.com/avatar/4326f3e27cfe043f533d7936e890346a?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"url": "https://api.github.dev/users/collectionspace-svn"
} | {
"id": 625405,
"login": "collectionspace",
"gravatar_id": "fd286e8d94898cea3d98c6b4644d9405",
"avatar_url": "https://secure.gravatar.com/avatar/fd286e8d94898cea3d98c6b4644d9405?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
"url": "https://api.github.dev/orgs/collectionspace"
} | 2011-11-01T15:31:14 | 1495907669 | null |
PushEvent | true | {"shas":[["37cc43d5e62dee8202976a2d6c0a993acd53176a","998487cc95d2898f5a40b5c0919ab0aecd9119e0@632a04b0-194a-439a-a497-68f405da15a8","NOJIRA: Fixing broken cataloging, loanin and org tests.\n\ngit-svn-id: https://source.collectionspace.org/collection-space/src/ui/trunk@4609 632a04b0-194a-439a-a497-68f405da15a8","yura"]],"repo":"collectionspace/ui","actor":"collectionspace-sync","ref":"refs/heads/master","size":1,"head":"37cc43d5e62dee8202976a2d6c0a993acd53176a","actor_gravatar":"ab918b18da28995307f249ae75d18688","push_id":30546695} | {
"id": 1422844,
"name": "collectionspace/ui",
"url": "https://api.github.dev/repos/collectionspace/ui"
} | {
"id": 625601,
"login": "collectionspace-sync",
"gravatar_id": "ab918b18da28995307f249ae75d18688",
"avatar_url": "https://secure.gravatar.com/avatar/ab918b18da28995307f249ae75d18688?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"url": "https://api.github.dev/users/collectionspace-sync"
} | {
"id": 625405,
"login": "collectionspace",
"gravatar_id": "fd286e8d94898cea3d98c6b4644d9405",
"avatar_url": "https://secure.gravatar.com/avatar/fd286e8d94898cea3d98c6b4644d9405?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
"url": "https://api.github.dev/orgs/collectionspace"
} | 2011-05-04T20:00:16 | 1338856544 | null |
PushEvent | true | {"shas":[["9658900f130b5d1171d30a381d129e97f6e12015","998487cc95d2898f5a40b5c0919ab0aecd9119e0@632a04b0-194a-439a-a497-68f405da15a8","CSPACE-3777: Fixing broken search box.\n\ngit-svn-id: https://source.collectionspace.org/collection-space/src/ui/trunk@4429 632a04b0-194a-439a-a497-68f405da15a8","yura"]],"repo":"collectionspace/ui","actor":"collectionspace-sync","ref":"refs/heads/master","size":1,"head":"9658900f130b5d1171d30a381d129e97f6e12015","actor_gravatar":"ab918b18da28995307f249ae75d18688","push_id":28546709} | {
"id": 1422844,
"name": "collectionspace/ui",
"url": "https://api.github.dev/repos/collectionspace/ui"
} | {
"id": 625601,
"login": "collectionspace-sync",
"gravatar_id": "ab918b18da28995307f249ae75d18688",
"avatar_url": "https://secure.gravatar.com/avatar/ab918b18da28995307f249ae75d18688?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"url": "https://api.github.dev/users/collectionspace-sync"
} | {
"id": 625405,
"login": "collectionspace",
"gravatar_id": "fd286e8d94898cea3d98c6b4644d9405",
"avatar_url": "https://secure.gravatar.com/avatar/fd286e8d94898cea3d98c6b4644d9405?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
"url": "https://api.github.dev/orgs/collectionspace"
} | 2011-04-08T04:20:11 | 1238128726 | null |
PushEvent | true | {"shas":[["b06e2f7c2d70b47568153e171ef992d5da5ead4d","998487cc95d2898f5a40b5c0919ab0aecd9119e0@632a04b0-194a-439a-a497-68f405da15a8","NOJIRA: Fixing related records tab tests. The tests still need minor reworking. Fixing the issue with rendering decorators.\n\ngit-svn-id: https://source.collectionspace.org/collection-space/src/ui/trunk@4295 632a04b0-194a-439a-a497-68f405da15a8","yura"]],"repo":"collectionspace/ui","actor":"collectionspace-sync","ref":"refs/heads/master","size":1,"head":"b06e2f7c2d70b47568153e171ef992d5da5ead4d","actor_gravatar":"ab918b18da28995307f249ae75d18688","push_id":26297926} | {
"id": 1422844,
"name": "collectionspace/ui",
"url": "https://api.github.dev/repos/collectionspace/ui"
} | {
"id": 625601,
"login": "collectionspace-sync",
"gravatar_id": "ab918b18da28995307f249ae75d18688",
"avatar_url": "https://secure.gravatar.com/avatar/ab918b18da28995307f249ae75d18688?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"url": "https://api.github.dev/users/collectionspace-sync"
} | {
"id": 625405,
"login": "collectionspace",
"gravatar_id": "fd286e8d94898cea3d98c6b4644d9405",
"avatar_url": "https://secure.gravatar.com/avatar/fd286e8d94898cea3d98c6b4644d9405?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
"url": "https://api.github.dev/orgs/collectionspace"
} | 2011-03-08T22:10:11 | 1173403489 | null |
PushEvent | true | {"ref":"refs/heads/master","commits":[{"author":{"name":"yura","email":"998487cc95d2898f5a40b5c0919ab0aecd9119e0@632a04b0-194a-439a-a497-68f405da15a8"},"url":"https://api.github.com/repos/collectionspace/ui/commits/ad0258fd38272d228c6234754006c6c228966d60","message":"CSPACE-4404: As per Meagan, removing create from existing from secondary tabs.\n\ngit-svn-id: https://source.collectionspace.org/collection-space/src/ui/trunk@5746 632a04b0-194a-439a-a497-68f405da15a8","sha":"ad0258fd38272d228c6234754006c6c228966d60"},{"author":{"name":"yura","email":"998487cc95d2898f5a40b5c0919ab0aecd9119e0@632a04b0-194a-439a-a497-68f405da15a8"},"url":"https://api.github.com/repos/collectionspace/ui/commits/d70565ee9e1826f8841966c72a8052aaae3eb553","message":"CSPACE-4502: Updated age qualifier to be a drop down (used to be input text).\n\ngit-svn-id: https://source.collectionspace.org/collection-space/src/ui/trunk@5781 632a04b0-194a-439a-a497-68f405da15a8","sha":"d70565ee9e1826f8841966c72a8052aaae3eb553"},{"author":{"name":"yura","email":"998487cc95d2898f5a40b5c0919ab0aecd9119e0@632a04b0-194a-439a-a497-68f405da15a8"},"url":"https://api.github.com/repos/collectionspace/ui/commits/c638538e789ae0c888702a00d9c4649d72bd59e7","message":"CSPACE-4494, CSPACE-4465, CSPACE-4496, CSPACE-4508, CSPACE-4509: dispatchEvent proved to be pretty unreliable in cross browser testing. The event would not properly register and the user would not get redirected after confirmation. Now it should be more straightforward as the globalNavigator handles activation of <a> tags by directly changing the window.location.href to the required one. This patch also fixes the annoying problem of not being able to click on things in FF5 and OSX10.6.8.\n\ngit-svn-id: https://source.collectionspace.org/collection-space/src/ui/trunk@5789 632a04b0-194a-439a-a497-68f405da15a8","sha":"c638538e789ae0c888702a00d9c4649d72bd59e7"},{"author":{"name":"yura","email":"998487cc95d2898f5a40b5c0919ab0aecd9119e0@632a04b0-194a-439a-a497-68f405da15a8"},"url":"https://api.github.com/repos/collectionspace/ui/commits/448a0f60857c80f683e7f1d6f564d1ba9c83e00b","message":"CSPACE-4524: Fixed incorrect rendering of report message.\n\ngit-svn-id: https://source.collectionspace.org/collection-space/src/ui/trunk@5794 632a04b0-194a-439a-a497-68f405da15a8","sha":"448a0f60857c80f683e7f1d6f564d1ba9c83e00b"},{"author":{"name":"yura","email":"998487cc95d2898f5a40b5c0919ab0aecd9119e0@632a04b0-194a-439a-a497-68f405da15a8"},"url":"https://api.github.com/repos/collectionspace/ui/commits/a3eb78302b8cb6506359a4abb2d7ac1045480564","message":"CSPACE-4530: Adding _view: \"autocomplete\" to payload when requesting a creation of a new authority record through autocomplete.\n\ngit-svn-id: https://source.collectionspace.org/collection-space/src/ui/trunk@5807 632a04b0-194a-439a-a497-68f405da15a8","sha":"a3eb78302b8cb6506359a4abb2d7ac1045480564"},{"author":{"name":"yura","email":"998487cc95d2898f5a40b5c0919ab0aecd9119e0@632a04b0-194a-439a-a497-68f405da15a8"},"url":"https://api.github.com/repos/collectionspace/ui/commits/4b2f84f9d0044245b96ee26f76096b1f151b64d2","message":"CSPACE-4515: Fixed a js error with multiple containers for media uploader progress.\n\ngit-svn-id: https://source.collectionspace.org/collection-space/src/ui/trunk@5814 632a04b0-194a-439a-a497-68f405da15a8","sha":"4b2f84f9d0044245b96ee26f76096b1f151b64d2"},{"author":{"name":"yura","email":"998487cc95d2898f5a40b5c0919ab0aecd9119e0@632a04b0-194a-439a-a497-68f405da15a8"},"url":"https://api.github.com/repos/collectionspace/ui/commits/b468734e1735419d8d518d92ffb1f6b308f2ceec","message":"CSPACE-4542: Fixed a js error when calling non-existant lookupMessage method within the thumbRenderer.\n\ngit-svn-id: https://source.collectionspace.org/collection-space/src/ui/trunk@5819 632a04b0-194a-439a-a497-68f405da15a8","sha":"b468734e1735419d8d518d92ffb1f6b308f2ceec"}],"head":"b468734e1735419d8d518d92ffb1f6b308f2ceec","size":7,"push_id":47701256} | {
"id": 1422844,
"name": "collectionspace/ui",
"url": "https://api.github.dev/repos/collectionspace/ui"
} | {
"id": 966584,
"login": "collectionspace-svn",
"gravatar_id": "4326f3e27cfe043f533d7936e890346a",
"avatar_url": "https://secure.gravatar.com/avatar/4326f3e27cfe043f533d7936e890346a?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"url": "https://api.github.dev/users/collectionspace-svn"
} | {
"id": 625405,
"login": "collectionspace",
"gravatar_id": "fd286e8d94898cea3d98c6b4644d9405",
"avatar_url": "https://secure.gravatar.com/avatar/fd286e8d94898cea3d98c6b4644d9405?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
"url": "https://api.github.dev/orgs/collectionspace"
} | 2011-10-27T08:46:57 | 1494940090 | null |
PushEvent | true | {"shas":[["326023fae7927a23c4e744116e5cc3d7196a1015","998487cc95d2898f5a40b5c0919ab0aecd9119e0@632a04b0-194a-439a-a497-68f405da15a8","CSPACE-3757: Little improvements of uploader interaction. Upload progress is now in place.\n\ngit-svn-id: https://source.collectionspace.org/collection-space/src/ui/trunk@5602 632a04b0-194a-439a-a497-68f405da15a8","yura"]],"ref":"refs/heads/master","size":1,"head":"326023fae7927a23c4e744116e5cc3d7196a1015","push_id":43540733} | {
"id": 1422844,
"name": "collectionspace/ui",
"url": "https://api.github.dev/repos/collectionspace/ui"
} | {
"id": 966584,
"login": "collectionspace-svn",
"gravatar_id": "4326f3e27cfe043f533d7936e890346a",
"avatar_url": "https://secure.gravatar.com/avatar/4326f3e27cfe043f533d7936e890346a?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"url": "https://api.github.dev/users/collectionspace-svn"
} | {
"id": 625405,
"login": "collectionspace",
"gravatar_id": "fd286e8d94898cea3d98c6b4644d9405",
"avatar_url": "https://secure.gravatar.com/avatar/fd286e8d94898cea3d98c6b4644d9405?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
"url": "https://api.github.dev/orgs/collectionspace"
} | 2011-09-21T20:50:09 | 1488301588 | null |
PushEvent | true | {"shas":[["78a9e40c20c2891ea031b64af2c8ca555960169c","3d47562b102fd995ccd07e79778498d06d509414@632a04b0-194a-439a-a497-68f405da15a8","CSPACE-3587: update to input fields, buttons, and browser titlebar for record pages (removed space between Collection Space)\n\ngit-svn-id: https://source.collectionspace.org/collection-space/src/ui/trunk@4369 632a04b0-194a-439a-a497-68f405da15a8","jmartinez"]],"repo":"collectionspace/ui","actor":"collectionspace-sync","ref":"refs/heads/master","size":1,"head":"78a9e40c20c2891ea031b64af2c8ca555960169c","actor_gravatar":"ab918b18da28995307f249ae75d18688","push_id":27368123} | {
"id": 1422844,
"name": "collectionspace/ui",
"url": "https://api.github.dev/repos/collectionspace/ui"
} | {
"id": 625601,
"login": "collectionspace-sync",
"gravatar_id": "ab918b18da28995307f249ae75d18688",
"avatar_url": "https://secure.gravatar.com/avatar/ab918b18da28995307f249ae75d18688?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"url": "https://api.github.dev/users/collectionspace-sync"
} | {
"id": 625405,
"login": "collectionspace",
"gravatar_id": "fd286e8d94898cea3d98c6b4644d9405",
"avatar_url": "https://secure.gravatar.com/avatar/fd286e8d94898cea3d98c6b4644d9405?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
"url": "https://api.github.dev/orgs/collectionspace"
} | 2011-03-23T20:30:12 | 1203444031 | null |
WatchEvent | true | {"repo":"collectionspace/ui","actor":"jessemartinez","actor_gravatar":"e81aeb0842f1c53f31da6dc28d750c23","action":"started"} | {
"id": 1422844,
"name": "collectionspace/ui",
"url": "https://api.github.dev/repos/collectionspace/ui"
} | {
"id": 684496,
"login": "jessemartinez",
"gravatar_id": "e81aeb0842f1c53f31da6dc28d750c23",
"avatar_url": "https://secure.gravatar.com/avatar/e81aeb0842f1c53f31da6dc28d750c23?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"url": "https://api.github.dev/users/jessemartinez"
} | {
"id": 625405,
"login": "collectionspace",
"gravatar_id": "fd286e8d94898cea3d98c6b4644d9405",
"avatar_url": "https://secure.gravatar.com/avatar/fd286e8d94898cea3d98c6b4644d9405?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
"url": "https://api.github.dev/orgs/collectionspace"
} | 2011-03-22T19:02:40 | 1200868258 | null |
IssueCommentEvent | true | {"issue":{"state":"open","created_at":"2011-12-06T17:52:56Z","updated_at":"2011-12-06T21:38:08Z","user":{"gravatar_id":"2898e09b0baedcceeb4d526708bddb30","id":1244985,"url":"https://api.github.com/users/ehy","login":"ehy","avatar_url":"https://secure.gravatar.com/avatar/2898e09b0baedcceeb4d526708bddb30?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png"},"comments":4,"body":"Apparently BSD and GNU make treat macros differently.\r\nActionScriptTest.c loops over test cases from a string that\r\noriginates in a Makefile macro; and expects ' ' (space)\r\nseparators. Using isspace() lets the test run as expected.\r\n(This is likely the same for any *BSD.)\r\n\r\ndiff -u:\r\n--- test/actionscript/ActionScriptTest.c-orig\t2011-10-26 02:33:18.000000000 -0400\r\n+++ test/actionscript/ActionScriptTest.c\t2011-12-06 10:28:06.000000000 -0500\r\n@@ -39,6 +39,7 @@\r\n #include <sys/types.h>\r\n #include <sys/stat.h>\r\n #include <limits.h>\r\n+#include <ctype.h>\r\n #include <makeswf.h>\r\n \r\n static SWFMovie\r\n@@ -82,18 +83,26 @@\r\n \tconst char *from, *to, *end;\r\n \tchar *ptr;\r\n \tint version;\r\n+\tsize_t len = strlen(all_tests);\r\n \r\n \tfrom = all_tests;\r\n-\tend = from+strlen(all_tests);\r\n+\tend = from+len;\r\n \tdo\r\n \t{\r\n-\t\twhile (*from && *from == ' ') ++from;\r\n+\t\t/* EH: for BSD make, change test ' ' to isspace() */\r\n+\t\twhile (*from && isspace(*from)) ++from;\r\n \t\tif ( ! *from ) break;\r\n \r\n-\t\tto=strchr(from, ' ');\r\n+\t\t/* strtok()? too much trouble */\r\n+\t\tfor (to = from; !isspace(*to); to++) {\r\n+\t\t\tif (*to == '\\0') {\r\n+\t\t\t\tto = NULL;\r\n+\t\t\t\tbreak;\r\n+\t\t\t}\r\n+\t\t}\r\n \t\tif ( ! to ) to = end;\r\n \r\n-\t\tsize_t len = to-from;\r\n+\t\tlen = to-from;\r\n \t\tif ( len+1 >= PATH_MAX )\r\n \t\t{\r\n \t\t\tfprintf(stderr,\r\n\r\n\r\n","assignee":null,"id":2465180,"pull_request":{"patch_url":null,"html_url":null,"diff_url":null},"labels":[],"number":3,"title":"test/actionscript/ActionScriptTest.c fails on OpenBSD 4.9","closed_at":null,"html_url":"https://github.com/libming/libming/issues/3","url":"https://api.github.com/repos/libming/libming/issues/3","milestone":null},"action":"created","comment":{"created_at":"2011-12-06T21:38:08Z","updated_at":"2011-12-06T21:38:08Z","user":{"gravatar_id":"2898e09b0baedcceeb4d526708bddb30","id":1244985,"url":"https://api.github.com/users/ehy","login":"ehy","avatar_url":"https://secure.gravatar.com/avatar/2898e09b0baedcceeb4d526708bddb30?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png"},"body":"On 12/06/2011 03:40 PM, strk wrote:\n> What is it, if not a space? A tab ? A newline ? Could it be simplified by using strstr rather than strchr ?\n> Also, could this be fixed at the Makefile level instead ?\n\nThey're tabs. The macro is like this:\n\nAS_TESTS = \\\n Function.as:6 \\\n ASM0.as:6 \\\n ASM1.as:6 \\\n ASM_all.as:6 \\\n ASM_extend.as:6 \\\n ASM_push.as:6 \\\n ASM_targetPath.as:6 \\\n\netc., and BSD make is converting the leading tabs to spaces, but not\nthose following the non-whitespace; those are remaining tabs.\n\nI know the for(;;) is ugly, and I considered strtok() for a moment, but\nit can't work on const strings (modifies its args), requires different\nargs on 1st and subsequent calls; no prettier than the for loop.\n\nAs for strstr()? Since it works on strings, wouldn't it be error\nprone if e.g. a \" \\t\" got transposed at some point to \"\\t \"? What\nstring to search for? It seemed to me isspace() is most general, even\nif the loop stings the eyes.\n\nThe makefile could be fixed, but still, it's less general, and\nsomething to forget in the future.\n\n- Ed","id":3039209,"url":"https://api.github.com/repos/libming/libming/issues/comments/3039209"}} | {
"id": 1117843,
"name": "libming/libming",
"url": "https://api.github.dev/repos/libming/libming"
} | {
"id": 1244985,
"login": "ehy",
"gravatar_id": "2898e09b0baedcceeb4d526708bddb30",
"avatar_url": "https://secure.gravatar.com/avatar/2898e09b0baedcceeb4d526708bddb30?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"url": "https://api.github.dev/users/ehy"
} | {
"id": 499453,
"login": "libming",
"gravatar_id": "83b38ea761709aabf8b411cae35626ad",
"avatar_url": "https://secure.gravatar.com/avatar/83b38ea761709aabf8b411cae35626ad?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
"url": "https://api.github.dev/orgs/libming"
} | 2011-12-06T21:38:09 | 1503541793 | null |
IssuesEvent | true | {"issue":{"state":"open","pull_request":{"diff_url":null,"html_url":null,"patch_url":null},"milestone":null,"user":{"avatar_url":"https://secure.gravatar.com/avatar/a13a194fe0c99139870678f25b604425?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","gravatar_id":"a13a194fe0c99139870678f25b604425","url":"https://api.github.com/users/funvill","login":"funvill","id":314120},"labels":[],"assignee":null,"updated_at":"2011-11-14T23:14:45Z","comments":0,"closed_at":null,"url":"https://api.github.com/repos/vhs/vhs/issues/12","body":"The internet drops randomly and we have a slow connection.\r\n","html_url":"https://github.com/vhs/vhs/issues/12","number":12,"title":"Internet is spotty ","id":2237861,"created_at":"2011-11-14T23:14:45Z"},"action":"opened"} | {
"id": 275784,
"name": "vhs/vhs",
"url": "https://api.github.dev/repos/vhs/vhs"
} | {
"id": 314120,
"login": "funvill",
"gravatar_id": "a13a194fe0c99139870678f25b604425",
"avatar_url": "https://secure.gravatar.com/avatar/a13a194fe0c99139870678f25b604425?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"url": "https://api.github.dev/users/funvill"
} | {
"id": 114429,
"login": "vhs",
"gravatar_id": "50f70830b9318048adea2dc1595f6e15",
"avatar_url": "https://secure.gravatar.com/avatar/50f70830b9318048adea2dc1595f6e15?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
"url": "https://api.github.dev/orgs/vhs"
} | 2011-11-14T23:14:46 | 1498701807 | null |
DeleteEvent | true | {"ref":"develop","ref_type":"branch"} | {
"id": 2608826,
"name": "mcommgroup/SBRS-ChampBoard",
"url": "https://api.github.dev/repos/mcommgroup/SBRS-ChampBoard"
} | {
"id": 150755,
"login": "chrisevans",
"gravatar_id": "6f7328ef7295bc21e2c489e499e121a6",
"avatar_url": "https://secure.gravatar.com/avatar/6f7328ef7295bc21e2c489e499e121a6?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"url": "https://api.github.dev/users/chrisevans"
} | {
"id": 1163517,
"login": "mcommgroup",
"gravatar_id": "2e9af93707f4fbd2ae9adee2397e90b0",
"avatar_url": "https://secure.gravatar.com/avatar/2e9af93707f4fbd2ae9adee2397e90b0?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
"url": "https://api.github.dev/orgs/mcommgroup"
} | 2011-11-03T18:22:54 | 1496454967 | null |
WatchEvent | true | {"repo":"jkenergy/scalios","actor":"markdixon","actor_gravatar":"ec2af58740099d135a6621c7d304493b","action":"started"} | {
"id": 1563305,
"name": "jkenergy/scalios",
"url": "https://api.github.dev/repos/jkenergy/scalios"
} | {
"id": 709034,
"login": "markdixon",
"gravatar_id": "ec2af58740099d135a6621c7d304493b",
"avatar_url": "https://secure.gravatar.com/avatar/ec2af58740099d135a6621c7d304493b?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"url": "https://api.github.dev/users/markdixon"
} | {
"id": 706813,
"login": "jkenergy",
"gravatar_id": "ea9f818f91dc80fe359803ad5a8870d3",
"avatar_url": "https://secure.gravatar.com/avatar/ea9f818f91dc80fe359803ad5a8870d3?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
"url": "https://api.github.dev/orgs/jkenergy"
} | 2011-05-16T19:06:14 | 1420665775 | null |
WatchEvent | true | {"action":"started"} | {
"id": 960617,
"name": "bitly/asyncmongo",
"url": "https://api.github.dev/repos/bitly/asyncmongo"
} | {
"id": 1133999,
"login": "keithkky",
"gravatar_id": "1f3d059b4c23fefff7c9ee1f958b2c22",
"avatar_url": "https://secure.gravatar.com/avatar/1f3d059b4c23fefff7c9ee1f958b2c22?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"url": "https://api.github.dev/users/keithkky"
} | {
"id": 251133,
"login": "bitly",
"gravatar_id": "a042f971d4be3a88909f8bf82b6130e8",
"avatar_url": "https://secure.gravatar.com/avatar/a042f971d4be3a88909f8bf82b6130e8?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
"url": "https://api.github.dev/orgs/bitly"
} | 2011-11-03T22:54:08 | 1496518363 | null |
IssuesEvent | true | {"number":47,"repo":"bitly/bitly_chrome_extension","actor":"gregory80","issue":594113,"actor_gravatar":"ee1434391d7f16e16b2203b90cb1310e","action":"opened"} | {
"id": 775553,
"name": "bitly/bitly_chrome_extension",
"url": "https://api.github.dev/repos/bitly/bitly_chrome_extension"
} | {
"id": 185538,
"login": "gregory80",
"gravatar_id": "ee1434391d7f16e16b2203b90cb1310e",
"avatar_url": "https://secure.gravatar.com/avatar/ee1434391d7f16e16b2203b90cb1310e?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"url": "https://api.github.dev/users/gregory80"
} | {
"id": 251133,
"login": "bitly",
"gravatar_id": "a042f971d4be3a88909f8bf82b6130e8",
"avatar_url": "https://secure.gravatar.com/avatar/a042f971d4be3a88909f8bf82b6130e8?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
"url": "https://api.github.dev/orgs/bitly"
} | 2011-02-12T16:36:22 | 1128232751 | null |
PushEvent | true | {"ref":"refs/heads/master","commits":[{"author":{"name":"Gustaf Sjöberg","email":"[email protected]"},"sha":"98ed61be457bb43d3c43133d02790b92206a8e97","message":"Moved more logic into the api_request fun.","url":"https://api.github.com/repos/hydna/hydna-cli/commits/98ed61be457bb43d3c43133d02790b92206a8e97"}],"head":"98ed61be457bb43d3c43133d02790b92206a8e97","size":1,"push_id":52776699} | {
"id": 2892354,
"name": "hydna/hydna-cli",
"url": "https://api.github.dev/repos/hydna/hydna-cli"
} | {
"id": 61257,
"login": "strange",
"gravatar_id": "25b3986264e61c402dce4e234ee26f90",
"avatar_url": "https://secure.gravatar.com/avatar/25b3986264e61c402dce4e234ee26f90?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"url": "https://api.github.dev/users/strange"
} | {
"id": 194557,
"login": "hydna",
"gravatar_id": "b91d9862d1e1bc8c1089bf4bf93dd51f",
"avatar_url": "https://secure.gravatar.com/avatar/b91d9862d1e1bc8c1089bf4bf93dd51f?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
"url": "https://api.github.dev/orgs/hydna"
} | 2011-12-06T15:20:28 | 1503444374 | null |
PushEvent | true | {"ref":"refs/heads/master","commits":[{"author":{"name":"Gustaf Sjöberg","email":"[email protected]"},"sha":"804674c32c11659599002686e4c56517d9ca49bb","message":"Better progress indicators.","url":"https://api.github.com/repos/hydna/hydna-cli/commits/804674c32c11659599002686e4c56517d9ca49bb"}],"head":"804674c32c11659599002686e4c56517d9ca49bb","push_id":52952433,"size":1} | {
"id": 2892354,
"name": "hydna/hydna-cli",
"url": "https://api.github.dev/repos/hydna/hydna-cli"
} | {
"id": 61257,
"login": "strange",
"gravatar_id": "25b3986264e61c402dce4e234ee26f90",
"avatar_url": "https://secure.gravatar.com/avatar/25b3986264e61c402dce4e234ee26f90?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"url": "https://api.github.dev/users/strange"
} | {
"id": 194557,
"login": "hydna",
"gravatar_id": "b91d9862d1e1bc8c1089bf4bf93dd51f",
"avatar_url": "https://secure.gravatar.com/avatar/b91d9862d1e1bc8c1089bf4bf93dd51f?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
"url": "https://api.github.dev/orgs/hydna"
} | 2011-12-07T15:17:07 | 1503722971 | null |
PushEvent | true | {"commits":[{"author":{"email":"[email protected]","name":"Gustaf Sjöberg"},"sha":"ed85e7052fc1a0ebc3be9b7b374c9c62317de6a9","message":"removed debug print.","url":"https://api.github.com/repos/hydna/hydna-cli/commits/ed85e7052fc1a0ebc3be9b7b374c9c62317de6a9"},{"author":{"email":"[email protected]","name":"Gustaf Sjöberg"},"sha":"08578f880ff2467302f272bb429460941083b92b","message":"attempt to write empty directory to zip archive (temporary fix).","url":"https://api.github.com/repos/hydna/hydna-cli/commits/08578f880ff2467302f272bb429460941083b92b"},{"author":{"email":"[email protected]","name":"Gustaf Sjöberg"},"sha":"ec1e943ac05fe63f42384ff9b75d081835b66ff5","message":"better archive function.","url":"https://api.github.com/repos/hydna/hydna-cli/commits/ec1e943ac05fe63f42384ff9b75d081835b66ff5"},{"author":{"email":"[email protected]","name":"Gustaf Sjöberg"},"sha":"e700966ab4a327389285cf8fdd351a71ad02544e","message":"proper exception attributes.","url":"https://api.github.com/repos/hydna/hydna-cli/commits/e700966ab4a327389285cf8fdd351a71ad02544e"}],"ref":"refs/heads/master","head":"e700966ab4a327389285cf8fdd351a71ad02544e","size":4,"push_id":52640621} | {
"id": 2892354,
"name": "hydna/hydna-cli",
"url": "https://api.github.dev/repos/hydna/hydna-cli"
} | {
"id": 61257,
"login": "strange",
"gravatar_id": "25b3986264e61c402dce4e234ee26f90",
"avatar_url": "https://secure.gravatar.com/avatar/25b3986264e61c402dce4e234ee26f90?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"url": "https://api.github.dev/users/strange"
} | {
"id": 194557,
"login": "hydna",
"gravatar_id": "b91d9862d1e1bc8c1089bf4bf93dd51f",
"avatar_url": "https://secure.gravatar.com/avatar/b91d9862d1e1bc8c1089bf4bf93dd51f?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
"url": "https://api.github.dev/orgs/hydna"
} | 2011-12-05T19:15:04 | 1503222517 | null |
PushEvent | true | {"head":"6267b8575f5649c8421bf39e251f8fcfaec81fdb","size":1,"push_id":45610099,"shas":[["6267b8575f5649c8421bf39e251f8fcfaec81fdb","[email protected]","Some structural changes and more comments","Viktor Alex"]],"ref":"refs/heads/master"} | {
"id": 2540922,
"name": "SuperDerp/Tesla-V.-Edison-Demo-Prototype",
"url": "https://api.github.com/repos/SuperDerp/Tesla-V.-Edison-Demo-Prototype"
} | {
"id": 376637,
"login": "loktacar",
"gravatar_id": "785245eaf377c2789bd6c46a6a20e87b",
"avatar_url": "https://secure.gravatar.com/avatar/785245eaf377c2789bd6c46a6a20e87b?d=%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"url": "https://api.github.com/users/loktacar"
} | {
"id": 1113341,
"login": "SuperDerp",
"gravatar_id": "aa38362c5e68952cbc4d75225b314df5",
"avatar_url": "https://secure.gravatar.com/avatar/aa38362c5e68952cbc4d75225b314df5?d=%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
"url": "https://api.github.com/orgs/SuperDerp"
} | 2011-10-10T13:12:22 | 1491590970 | null |
PushEvent | true | {"shas":[["19d3c2aca903201578257b2bd428bdaf63c31c41","[email protected]","schraege Bahnen","schneider"]],"ref":"refs/heads/master","size":1,"head":"19d3c2aca903201578257b2bd428bdaf63c31c41","push_id":32547458} | {
"id": 1743009,
"name": "p42/project42",
"url": "https://api.github.dev/repos/p42/project42"
} | {
"id": 452051,
"login": "schneider42",
"gravatar_id": "d86c6759128fc545b1f53b8afd299e4b",
"avatar_url": "https://secure.gravatar.com/avatar/d86c6759128fc545b1f53b8afd299e4b?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"url": "https://api.github.dev/users/schneider42"
} | {
"id": 785917,
"login": "p42",
"gravatar_id": "e4af6e34bfacafa8861c7317c3f0886a",
"avatar_url": "https://secure.gravatar.com/avatar/e4af6e34bfacafa8861c7317c3f0886a?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
"url": "https://api.github.dev/orgs/p42"
} | 2011-05-28T19:56:45 | 1471130999 | null |
PushEvent | true | {"ref":"refs/heads/master","commits":[{"author":{"name":"Erik Winn","email":"[email protected]"},"url":"https://api.github.com/repos/quinta/quintacms/commits/0b6ff8a3a837ac049f18ba3588dbf5d7979cae99","message":"Fixed installation, added configuration example, adjusted\nfull data sql to mysql's tastes ..","sha":"0b6ff8a3a837ac049f18ba3588dbf5d7979cae99"}],"head":"0b6ff8a3a837ac049f18ba3588dbf5d7979cae99","size":1,"push_id":49832541} | {
"id": 2738914,
"name": "quinta/quintacms",
"url": "https://api.github.dev/repos/quinta/quintacms"
} | {
"id": 77094,
"login": "erikwinn",
"gravatar_id": "a388f9b7c0c70867d4a6fc6a2a27b3aa",
"avatar_url": "https://secure.gravatar.com/avatar/a388f9b7c0c70867d4a6fc6a2a27b3aa?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"url": "https://api.github.dev/users/erikwinn"
} | {
"id": 1182206,
"login": "quinta",
"gravatar_id": "681057a6ec508bfec110601c022c11f4",
"avatar_url": "https://secure.gravatar.com/avatar/681057a6ec508bfec110601c022c11f4?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
"url": "https://api.github.dev/orgs/quinta"
} | 2011-11-13T23:50:56 | 1498456065 | null |
PushEvent | true | {"ref":"refs/heads/2.0","commits":[{"author":{"name":"Graham Weldon","email":"[email protected]"},"sha":"acabb93c6660deba94257f15e6cf8d03402eab59","message":"Added tmp/logs/empty placeholder.","url":"https://api.github.com/repos/sydphp/sydphp.org/commits/acabb93c6660deba94257f15e6cf8d03402eab59"}],"head":"acabb93c6660deba94257f15e6cf8d03402eab59","size":1,"push_id":51472266} | {
"id": 1617630,
"name": "sydphp/sydphp.org",
"url": "https://api.github.dev/repos/sydphp/sydphp.org"
} | {
"id": 24568,
"login": "predominant",
"gravatar_id": "15690d08b698329062aaeb9fe34f0540",
"avatar_url": "https://secure.gravatar.com/avatar/15690d08b698329062aaeb9fe34f0540?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"url": "https://api.github.dev/users/predominant"
} | {
"id": 461566,
"login": "sydphp",
"gravatar_id": "6d856dfa20885ef6c39c211df0473aff",
"avatar_url": "https://secure.gravatar.com/avatar/6d856dfa20885ef6c39c211df0473aff?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
"url": "https://api.github.dev/orgs/sydphp"
} | 2011-11-26T12:22:26 | 1501200118 | null |
IssueCommentEvent | true | {"issue":{"created_at":"2011-11-27T13:30:39Z","state":"open","updated_at":"2011-12-05T01:17:05Z","comments":1,"user":{"gravatar_id":"15690d08b698329062aaeb9fe34f0540","id":24568,"url":"https://api.github.com/users/predominant","avatar_url":"https://secure.gravatar.com/avatar/15690d08b698329062aaeb9fe34f0540?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","login":"predominant"},"body":"It would probably be easier to find members if they were ordered (or orderable).\r\n\r\nCurrently they are ordered by the most recent to visit the meetup site, which means the order keeps changing.\r\n\r\nSome feedback on what order people think would be best, would help. Considering:\r\n\r\n* Not all people are using real names\r\n* Some people don't have both first and last names\r\n","assignee":null,"number":8,"pull_request":{"patch_url":null,"html_url":null,"diff_url":null},"id":2359920,"labels":[{"color":"DDDDDD","name":"Change Request","url":"https://api.github.com/repos/sydphp/sydphp.org/labels/Change+Request"},{"color":"e102d8","name":"Feedback Required","url":"https://api.github.com/repos/sydphp/sydphp.org/labels/Feedback+Required"}],"title":"Member page ordering","html_url":"https://github.com/sydphp/sydphp.org/issues/8","closed_at":null,"url":"https://api.github.com/repos/sydphp/sydphp.org/issues/8","milestone":null},"action":"created","comment":{"created_at":"2011-12-05T01:17:05Z","updated_at":"2011-12-05T01:17:05Z","user":{"gravatar_id":"9463518366ecfd5a72bd177e46e97792","id":507377,"url":"https://api.github.com/users/melechi","avatar_url":"https://secure.gravatar.com/avatar/9463518366ecfd5a72bd177e46e97792?d=https://a248.e.akamai.net/assets.github.com%2Fimages%2Fgravatars%2Fgravatar-140.png","login":"melechi"},"body":"Order by name (regardless of real name or not) as default?\r\n\r\nMaybe use a filtering tool. A top bar or a sidebar for the filtering?","id":3010312,"url":"https://api.github.com/repos/sydphp/sydphp.org/issues/comments/3010312"}} | {
"id": 1617630,
"name": "sydphp/sydphp.org",
"url": "https://api.github.dev/repos/sydphp/sydphp.org"
} | {
"id": 507377,
"login": "melechi",
"gravatar_id": "9463518366ecfd5a72bd177e46e97792",
"avatar_url": "https://secure.gravatar.com/avatar/9463518366ecfd5a72bd177e46e97792?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"url": "https://api.github.dev/users/melechi"
} | {
"id": 461566,
"login": "sydphp",
"gravatar_id": "6d856dfa20885ef6c39c211df0473aff",
"avatar_url": "https://secure.gravatar.com/avatar/6d856dfa20885ef6c39c211df0473aff?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
"url": "https://api.github.dev/orgs/sydphp"
} | 2011-12-05T01:17:05 | 1503039747 | null |
PushEvent | true | {"ref":"refs/heads/master","commits":[{"author":{"name":"Graham Weldon","email":"[email protected]"},"sha":"1001a9a9a661fb15c28e0e14c69b3bf1ea9be623","message":"Fixed anchor link","url":"https://api.github.com/repos/sydphp/sydphp.org/commits/1001a9a9a661fb15c28e0e14c69b3bf1ea9be623"}],"head":"1001a9a9a661fb15c28e0e14c69b3bf1ea9be623","push_id":54011399,"size":1} | {
"id": 1617630,
"name": "sydphp/sydphp.org",
"url": "https://api.github.dev/repos/sydphp/sydphp.org"
} | {
"id": 24568,
"login": "predominant",
"gravatar_id": "15690d08b698329062aaeb9fe34f0540",
"avatar_url": "https://secure.gravatar.com/avatar/15690d08b698329062aaeb9fe34f0540?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"url": "https://api.github.dev/users/predominant"
} | {
"id": 461566,
"login": "sydphp",
"gravatar_id": "6d856dfa20885ef6c39c211df0473aff",
"avatar_url": "https://secure.gravatar.com/avatar/6d856dfa20885ef6c39c211df0473aff?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
"url": "https://api.github.dev/orgs/sydphp"
} | 2011-12-15T01:27:36 | 1505509123 | null |
WatchEvent | true | {"action":"started"} | {
"id": 259691,
"name": "jquery/qunit",
"url": "https://api.github.dev/repos/jquery/qunit"
} | {
"id": 249558,
"login": "beedesk",
"gravatar_id": "747c00299811b1364aeb71546411e8a3",
"avatar_url": "https://secure.gravatar.com/avatar/747c00299811b1364aeb71546411e8a3?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"url": "https://api.github.dev/users/beedesk"
} | {
"id": 70142,
"login": "jquery",
"gravatar_id": "6906f317a4733f4379b06c32229ef02f",
"avatar_url": "https://secure.gravatar.com/avatar/6906f317a4733f4379b06c32229ef02f?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
"url": "https://api.github.dev/orgs/jquery"
} | 2011-08-25T05:15:30 | 1483615980 | null |
Event | true | {"repo":"jquery/qunit","actor":"gillesfabio","actor_gravatar":"d65c25ede7a444dc9afb6741abb7fb53","action":"started"} | {
"id": 259691,
"name": "jquery/qunit",
"url": "https://api.github.dev/repos/jquery/qunit"
} | {
"id": 173784,
"login": "gillesfabio",
"gravatar_id": "d65c25ede7a444dc9afb6741abb7fb53",
"avatar_url": "https://secure.gravatar.com/avatar/d65c25ede7a444dc9afb6741abb7fb53?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"url": "https://api.github.dev/users/gillesfabio"
} | {
"id": 70142,
"login": "jquery",
"gravatar_id": "6906f317a4733f4379b06c32229ef02f",
"avatar_url": "https://secure.gravatar.com/avatar/6906f317a4733f4379b06c32229ef02f?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
"url": "https://api.github.dev/orgs/jquery"
} | 2011-06-23T13:59:26 | 1106167829 | null |
WatchEvent | true | {"repo":"jquery/qunit","actor":"ashizawa","actor_gravatar":"9e68b8cd551965184b5b79ac53336757","action":"started"} | {
"id": 259691,
"name": "jquery/qunit",
"url": "https://api.github.dev/repos/jquery/qunit"
} | {
"id": 10251,
"login": "ashizawa",
"gravatar_id": "9e68b8cd551965184b5b79ac53336757",
"avatar_url": "https://secure.gravatar.com/avatar/9e68b8cd551965184b5b79ac53336757?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"url": "https://api.github.dev/users/ashizawa"
} | {
"id": 70142,
"login": "jquery",
"gravatar_id": "6906f317a4733f4379b06c32229ef02f",
"avatar_url": "https://secure.gravatar.com/avatar/6906f317a4733f4379b06c32229ef02f?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
"url": "https://api.github.dev/orgs/jquery"
} | 2011-04-25T01:34:55 | 1300537971 | null |
ForkEvent | true | {"forkee":{"name":"smashercosmo/qunit","public":true,"id":1924302}} | {
"id": 259691,
"name": "jquery/qunit",
"url": "https://api.github.dev/repos/jquery/qunit"
} | {
"id": 273283,
"login": "smashercosmo",
"gravatar_id": "dc6986a192ddf8ab8a1e6f4703799a36",
"avatar_url": "https://secure.gravatar.com/avatar/dc6986a192ddf8ab8a1e6f4703799a36?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"url": "https://api.github.dev/users/smashercosmo"
} | {
"id": 70142,
"login": "jquery",
"gravatar_id": "6906f317a4733f4379b06c32229ef02f",
"avatar_url": "https://secure.gravatar.com/avatar/6906f317a4733f4379b06c32229ef02f?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
"url": "https://api.github.dev/orgs/jquery"
} | 2011-06-20T15:42:32 | 1474048365 | null |
WatchEvent | true | {"repo":"jquery/qunit","actor":"titosemi","actor_gravatar":"a236317b666b680434a6edee8fd5141b","action":"started"} | {
"id": 259691,
"name": "jquery/qunit",
"url": "https://api.github.dev/repos/jquery/qunit"
} | {
"id": 281185,
"login": "titosemi",
"gravatar_id": "a236317b666b680434a6edee8fd5141b",
"avatar_url": "https://secure.gravatar.com/avatar/a236317b666b680434a6edee8fd5141b?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"url": "https://api.github.dev/users/titosemi"
} | {
"id": 70142,
"login": "jquery",
"gravatar_id": "6906f317a4733f4379b06c32229ef02f",
"avatar_url": "https://secure.gravatar.com/avatar/6906f317a4733f4379b06c32229ef02f?d=http://github.dev%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
"url": "https://api.github.dev/orgs/jquery"
} | 2011-02-21T14:40:27 | 1144033542 | null |
WatchEvent | true | {"action":"started"} | {
"id": 259691,
"name": "jquery/qunit",
"url": "https://api.github.com/repos/jquery/qunit"
} | {
"id": 486512,
"login": "nippysaurus",
"gravatar_id": "51d1823334649cf128ce6d9ad3b7adaf",
"avatar_url": "https://secure.gravatar.com/avatar/51d1823334649cf128ce6d9ad3b7adaf?d=%2Fimages%2Fgravatars%2Fgravatar-user-420.png",
"url": "https://api.github.com/users/nippysaurus"
} | {
"id": 70142,
"login": "jquery",
"gravatar_id": "6906f317a4733f4379b06c32229ef02f",
"avatar_url": "https://secure.gravatar.com/avatar/6906f317a4733f4379b06c32229ef02f?d=%2Fimages%2Fgravatars%2Fgravatar-org-420.png",
"url": "https://api.github.com/orgs/jquery"
} | 2011-10-03T00:40:33 | 1490221281 | null |
Subsets and Splits