首页
项目
数据
教育
大赛
态势
博客
论坛
登录
注册
MicroSoft Vscode Commit
秦乙丹
开发数据
开发过程
160.0 MB
07/10/2018 00:57
返回
#####数据背景 #####数据来源 [Github](http://example.com/ "Title") #####数据格式 #数据格式 ###1. commit ``` { "sha(commit的hash值)": "5ba91dfccbf2276761a9e3f7450b562387df4922", "node_id(commit的node id,git database中使用)": "MDY6Q29tbWl0MzI5MzU3NDU6NWJhOTFkZmNjYmYyMjc2NzYxYTllM2Y3NDUwYjU2MjM4N2RmNDkyMg==", "commit(commit信息)": { "author(作者信息)": { "name(姓名)": "Anton Korneta", "email(邮件)": "akorneta@redhat.com", "date(时间)": "2018-03-28T08:07:19Z" }, "committer(提交者,可能和上面不同)": { "name(姓名)": "Anton Korneta", "email(邮件)": "akorneta@redhat.com", "date(时间)": "2018-03-28T14:05:39Z" }, "message(commit时的信息)": "Add ability to configure docker image build timeout", "tree(git tree)": { "sha(git tree hash)": "ccb88931c523da9b5d1b7a540ea27148bb14b9be", "url(git tree url)": "https://api.github.com/repos/eclipse/che/git/trees/ccb88931c523da9b5d1b7a540ea27148bb14b9be" }, "url(git data的url,比本数据集少了patch等数据)": "https://api.github.com/repos/eclipse/che/git/commits/5ba91dfccbf2276761a9e3f7450b562387df4922", "comment_count(评论数量)": 0, "verification(验证方式)": { "verified": false, "reason": "unsigned", "signature": null, "payload": null } }, "url(显示该信息的url)": "https://api.github.com/repos/eclipse/che/commits/5ba91dfccbf2276761a9e3f7450b562387df4922", "html_url(web版git commit的url)": "https://github.com/eclipse/che/commit/5ba91dfccbf2276761a9e3f7450b562387df4922", "comments_url(评论的url)": "https://api.github.com/repos/eclipse/che/commits/5ba91dfccbf2276761a9e3f7450b562387df4922/comments", "author(作者信息)": {4中user类型数据}, "committer(提交者信息,但可以和author不是同一人)": {4中user类型数据}, "parents(上一个commit)": [ { "sha(上一个)": "c4c325e53fa3b36a015c2197319238f3d624ab05", "url(上一个commit的url)": "https://api.github.com/repos/eclipse/che/commits/c4c325e53fa3b36a015c2197319238f3d624ab05", "html_url(上一个commit的web版url)": "https://github.com/eclipse/che/commit/c4c325e53fa3b36a015c2197319238f3d624ab05" } ], "stats(修改代码行数)": { "total(总修改行数)": 84, "additions(增加行数)": 68, "deletions(删除行数)": 16 }, "files(文件列表)": [ { "sha(文件hash)": "79e2241e9a32b24a72a3400360a471041ef4243f", "filename(文件全路径名)": "assembly/assembly-wsmaster-war/src/main/webapp/WEB-INF/classes/codenvy/che.properties", "status(本文件修改方式,目前见过add,delete,rename,modified)": "modified", "additions(本文件增加行数)": 4, "deletions(本文件删除行数)": 0, "changes(本文件累计修改行数)": 4, "blob_url(web版文件浏览,带页面的)": "https://github.com/eclipse/che/blob/5ba91dfccbf2276761a9e3f7450b562387df4922/assembly/assembly-wsmaster-war/src/main/webapp/WEB-INF/classes/codenvy/che.properties", "raw_url(web版文件浏览,不带页面,纯文件的)": "https://github.com/eclipse/che/raw/5ba91dfccbf2276761a9e3f7450b562387df4922/assembly/assembly-wsmaster-war/src/main/webapp/WEB-INF/classes/codenvy/che.properties", "contents_url(base64数据流url)": "https://api.github.com/repos/eclipse/che/contents/assembly/assembly-wsmaster-war/src/main/webapp/WEB-INF/classes/codenvy/che.properties?ref=5ba91dfccbf2276761a9e3f7450b562387df4922", "patch(patch文件内容)": "@@ -290,6 +290,10 @@ che.docker.tcp_connection_read_timeout_ms=600000\n # to determine swap size. To disable swap set to 0.\n che.docker.swap=-1\n \n+# Time(in seconds) that limits the docker build process.\n+# The default value is 8 minutes, after which the build will be considered as failed.\n+che.docker.build_timeout_sec=480\n+\n ### INTERNAL\n # Remove locations where internal message bus events should be propagated to.\n # For debugging - set to retrieve internal events from external clients." }, ... ] } ``` #####数据应用 #####数据下载 pop team epic
附件:
msvs.z01
( 100 MB)
秦乙丹
, 07/10/2018 00:55
msvs.zip
( 59.8 MB)
秦乙丹
, 07/10/2018 00:57