|
{"commit":"fb53973173f6805cdbbea95621a47a2d993d3a39","old_file":"anchor\/templates\/servers.csv","new_file":"anchor\/templates\/servers.csv","old_contents":"Host ID,Server ID,Name,State,Flavor,Public IPs,Private IPs\n{%- set servers = get_formatted_server_list(data) %}\n{%- for host, items in servers.iteritems() %}\n {%- for item in items %}\n \"{{ host }}\",\"{{ item.get('id') }}\",\"{{ item.get('name') }}\",\"{{ item.get('state') }}\",\"{{ item.get('flavor') }}\",\"{%- if item.get('public') %}{%- for ip in item.get('public') %}{{ ip }}{%- if not loop.last %};{% endif -%}{% endfor -%}{% else %}-{% endif -%}\",\"{%- if item.get('private') %}{%- for ip in item.get('private') %}{{ ip }}{%- if not loop.last %};{% endif -%}{% endfor -%}{% else %}-{% endif -%}\"\n {% endfor -%}\n{% endfor -%}\n","new_contents":"Host ID,Server ID,Name,State,Flavor,Public IPs,Private IPs,Reboot Window\n{%- set servers = get_formatted_server_list(data) %}\n{%- for key, value in servers.iteritems() %}\n {%- for host, items in value.iteritems() %}\n {%- for item in items %}\n \"{{ host }}\",\"{{ item.get('id') }}\",\"{{ item.get('name') }}\",\"{{ item.get('state') }}\",\"{{ item.get('flavor') }}\",\"{%- if item.get('public') %}{%- for ip in item.get('public') %}{{ ip }}{%- if not loop.last %};{% endif -%}{% endfor -%}{% else %}-{% endif -%}\",\"{%- if item.get('private') %}{%- for ip in item.get('private') %}{{ ip }}{%- if not loop.last %};{% endif -%}{% endfor -%}{% else %}-{% endif -%}\",\"{%- if item.get('reboot_window') %}{{ process_reboot_data(item.get('reboot_window')) }}{% else %}-{% endif -%}\"\n {% endfor -%}\n {% endfor -%}\n{% endfor -%}\n","subject":"Add in reboot window into csv. Change loop to handle ng,fg keys","message":"Add in reboot window into csv. Change loop to handle ng,fg keys\n","lang":"CSV","license":"apache-2.0","repos":"oldarmyc\/anchor,oldarmyc\/anchor,oldarmyc\/anchor"} |
|
{"commit":"aa3fa55cd697851a281d2e3350209505c8f2244f","old_file":"inst\/extdata\/sample_metadata.csv","new_file":"inst\/extdata\/sample_metadata.csv","old_contents":"description,group\ngroup1-1,ctrl\ngroup1-2,ctrl\ngroup2-1,ko\ngroup2-2,ko\n","new_contents":"fileName,description,group\ngroup1-1_R1.fastq.gz,group1-1,ctrl\ngroup1-2_R1.fastq.gz,ctrl\ngroup2-1_R1.fastq.gz,ko\ngroup2-2_R1.fastq.gz,ko\n","subject":"Add `fileName` to example CSV","message":"Add `fileName` to example CSV\n","lang":"CSV","license":"mit","repos":"hbc\/bcbioRnaseq,roryk\/bcbioRnaseq,hbc\/bcbioRnaseq"} |
|
{"commit":"70b00d15648de9a41a72a85df01788b386a314e0","old_file":"default-nodes.csv","new_file":"default-nodes.csv","old_contents":"node-red-contrib-cache,^2.0.2\nnode-red-contrib-generic-ble,^3.1.0\nnode-red-contrib-smartmesh,^2.1.0\nnode-red-contrib-web-worldmap,^2.1.6\nnode-red-node-pi-sense-hat,^0.0.18\nnode-red-contrib-camerapi,^0.0.38\nnode-red-contrib-adxl-vibration-fft,^2.0.0\n@candy-line\/node-red-contrib-eh-terminal-g2,^1.0.2\n@candy-line\/node-red-contrib-omron-2jcie-bu,^1.0.1\n@mindconnect\/mindconnect-nodejs,^3.6.1\n@mindconnect\/node-red-contrib-mindconnect,^3.6.2\nnode-red-contrib-conect-plus,^1.0.6","new_contents":"node-red-contrib-cache,^2.0.2\nnode-red-contrib-generic-ble,^3.1.0\nnode-red-contrib-smartmesh,^2.1.0\nnode-red-contrib-web-worldmap,^2.1.6\nnode-red-node-pi-sense-hat,^0.0.18\nnode-red-contrib-camerapi,^0.0.38\nnode-red-contrib-adxl-vibration-fft,^2.0.0\n@candy-line\/node-red-contrib-eh-terminal-g2,^1.0.2\n@candy-line\/node-red-contrib-omron-2jcie-bu,^1.0.1\n@mindconnect\/mindconnect-nodejs,^3.6.1\n@mindconnect\/node-red-contrib-mindconnect,^3.6.2\nnode-red-contrib-conect-plus,^1.0.6\nnode-red-contrib-multipart-stream-encoder,^0.0.2","subject":"Add a new default node","message":"Add a new default node\n","lang":"CSV","license":"unknown","repos":"dbaba\/candy-red,dbaba\/candy-red,CANDY-LINE\/candy-red,dbaba\/candy-red,CANDY-LINE\/candy-red,CANDY-LINE\/candy-red"} |
|
{"commit":"40c3ccefa2cae66c4d9406cba96622c6f5955254","old_file":"test_info.csv","new_file":"test_info.csv","old_contents":"Field,Type,Null,Key,Default,Extra\nuser_id,smallint(5),NO,PRI,NULL,auto_increment\nusername,varchar(10),NO,,NULL,\npassword,varchar(100),NO,,NULL,\n","new_contents":"Field,Type,Null,Key,Default,Extra\nuser_id,smallint(5),NO,PRI,NULL,auto_increment\nusername,varchar(10),NO,,NULL,x\npassword,varchar(100),NO,,NULL,x","subject":"Fix travis build - 2","message":"Fix travis build - 2\n","lang":"CSV","license":"mit","repos":"jheroy\/tablewriter,olekukonko\/tablewriter,lixin9311\/tablewriter,grupawp\/tablewriter,pki-io\/tablewriter"} |
|
{"commit":"8bccea92f6cebb3b9459142bf18e0a9dcea6c7d0","old_file":"features\/fixtures\/inconsistent-line-endings.csv","new_file":"features\/fixtures\/inconsistent-line-endings.csv","old_contents":"\"Foo\",\"Bsr\",\"Baz\"\r\"Biff\",\"Baff\",\"Boff\"\n\"Qux\",\"Teaspoon\",\"Doge\"","new_contents":"\"Foo\",\"Bsr\",\"Baz\"\r\n\"Biff\",\"Baff\",\"Boff\"\n\"Qux\",\"Teaspoon\",\"Doge\"","subject":"Use mixture or \\r\\n and \\n","message":"Use mixture or \\r\\n and \\n\n\nRuby doesn't recognise \\r as a linebreak\n","lang":"CSV","license":"mit","repos":"strategicdata\/csvlint.rb,theodi\/csvlint.rb,strategicdata\/csvlint.rb,ResultadosDigitais\/csvlint.rb,nickzoic\/csvlint.rb"} |
|
{"commit":"c7a3f8b74f575ecb0d4bac484796435b3497f9c0","old_file":"master_templates-v1.10.0\/known_tokens.csv","new_file":"master_templates-v1.10.0\/known_tokens.csv","old_contents":"${ admin },admin,admin,system:masters\n${ bootstrap },kubelet-bootstrap,kubelet-bootstrap,system:bootstrappers","new_contents":"${ admin },admin,admin,system:masters\n${ bootstrap },kubelet-bootstrap,kubelet-bootstrap,system:node-bootstrapper","subject":"Update kubelet-bootstrap group to default","message":"Update kubelet-bootstrap group to default\n","lang":"CSV","license":"apache-2.0","repos":"cncf\/cross-cloud"} |
|
{"commit":"3b7ad4559388c979cbb282382ceef27bad579743","old_file":"_data\/team.csv","new_file":"_data\/team.csv","old_contents":"name,position,foundation,mattermost,twitter,linkedin,github\nStephen Joseph,Developer<br>Tester,yes,sixoffive,,stephen-joseph-0b003261,\nTyler Dreilick,Media Designer,yes,tygi,tygi009,tylerdreilick,\nHeather Hallett,Video Specialist,yes,fetticakes,fetticakes,,\nArthur van Strien,European Liaison,no,salvarth,,,\nBrian Wessberg,Talk... just talk,no,buffer01,,brianwessberg,\n","new_contents":"name,position,foundation,mattermost,twitter,linkedin,github\nStephen Joseph,Developer<br>Tester,yes,sixoffive,,stephen-joseph-0b003261,\nTyler Dreilick,Media Designer,yes,tygi,tygi009,tylerdreilick,\nHeather Hallett,Video Specialist,no,fetticakes,fetticakes,,\nArthur van Strien,European Liaison,no,salvarth,,,\nBrian Wessberg,European Union Communications,no,buffer01,,brianwessberg,\n","subject":"Update title remove old foundation member","message":"Update title remove old foundation member\n","lang":"CSV","license":"bsd-3-clause","repos":"terracoin\/terracoinwebsite"} |
|
{"commit":"bc4da784586c8e6f3b22174588847df556d46481","old_file":"testdata\/feature_effects\/wrong_columns.csv","new_file":"testdata\/feature_effects\/wrong_columns.csv","old_contents":"Variable;Feature Effect\nVAR_A;VAR_B || (!VAR_C)\nVAR_B;\nVAR_C;1\nVAR_D;VAR_B; || (!VAR_C)\nVAR_E;1\n","new_contents":"Variable;Feature Effect\nVAR_A;VAR_B || (!VAR_C)\nVAR_B\nVAR_C;1\nVAR_D;VAR_B; || (!VAR_C)\nVAR_E;1\n","subject":"Fix test case for wrong number of columns in FeReader","message":"Fix test case for wrong number of columns in FeReader","lang":"CSV","license":"apache-2.0","repos":"KernelHaven\/FeatureEffectAnalysis"} |
|
{"commit":"eb123df3bb9c86674caa2705c094403be17709dd","old_file":"src\/main\/resources\/url-shortcuts\/shortcut-url-mapping.csv","new_file":"src\/main\/resources\/url-shortcuts\/shortcut-url-mapping.csv","old_contents":"\/nationalsurveyforwales,\/surveys\/informationforhouseholdsandindividuals\/householdandindividualsurveys\/nationalsurveyforwales,\n\/arolwgcenedlaetholcymru,\/surveys\/informationforhouseholdsandindividuals\/householdandindividualsurveys\/nationalsurveyforwales,ons_welsh_domain\n\/aes,\/surveys\/informationforhouseholdsandindividuals\/householdandindividualsurveys\/adulteducationsurvey,\n","new_contents":"\/nationalsurveyforwales,\/surveys\/informationforhouseholdsandindividuals\/householdandindividualsurveys\/nationalsurveyforwales,\n\/arolwgcenedlaetholcymru,\/surveys\/informationforhouseholdsandindividuals\/householdandindividualsurveys\/nationalsurveyforwales,ons_welsh_domain\n\/aes,\/surveys\/informationforhouseholdsandindividuals,\n","subject":"Test using page that exists rather than expected URL","message":"Test using page that exists rather than expected URL","lang":"CSV","license":"mit","repos":"ONSdigital\/babbage,ONSdigital\/babbage,ONSdigital\/babbage,ONSdigital\/babbage"} |
|
{"commit":"c86559b6e80bfdc79257754da128549bec754dd4","old_file":"de.unistuttgart.ims.drama.core\/src\/main\/resources\/pronouns\/de\/person1-sg.csv","new_file":"de.unistuttgart.ims.drama.core\/src\/main\/resources\/pronouns\/de\/person1-sg.csv","old_contents":"ich\nmeiner\nmir\nmich\nmein\nmeines\nmeinem\nmeinen\nmeine","new_contents":"ich\nmeiner\nmir\nmich\nmein\nmeines\nmeinem\nmeinen\nmeine\nmeinige\nmeinigen\n","subject":"Add old pronouns \"meinige\" and \"meinigen\" to list of 1st pronouns","message":"Add old pronouns \"meinige\" and \"meinigen\" to list of 1st pronouns\n","lang":"CSV","license":"apache-2.0","repos":"quadrama\/DramaNLP,quadrama\/DramaNLP,quadrama\/DramaNLP"} |
|
{"commit":"b07f32f27e83798f409d85e5129e2a4643fc12fb","old_file":"business\/energy\/electricity\/gas\/divh\/Bosnia-Herzegovina__massCO2PerEnergy.csv","new_file":"business\/energy\/electricity\/gas\/divh\/Bosnia-Herzegovina__massCO2PerEnergy.csv","old_contents":"country=Bosnia-Herzegovina+\nmassCO2PerEnergy\nstart,value\n2000-01-01T00:00:00+00:00 (GMT),0.2869286\n2001-01-01T00:00:00+00:00 (GMT),0.2871258\n2002-01-01T00:00:00+00:00 (GMT),0.2869515\n2003-01-01T00:00:00+00:00 (GMT),0.2869833\n2004-01-01T00:00:00+00:00 (GMT),0.2870052\n2005-01-01T00:00:00+00:00 (GMT),0.2869899\n2006-01-01T00:00:00+00:00 (GMT),0.2869819\n","new_contents":"country=Bosnia-Herzegovina\nmassCO2PerEnergy\nstart,value\n2000-01-01T00:00:00+00:00 (GMT),0.2869286\n2001-01-01T00:00:00+00:00 (GMT),0.2871258\n2002-01-01T00:00:00+00:00 (GMT),0.2869515\n2003-01-01T00:00:00+00:00 (GMT),0.2869833\n2004-01-01T00:00:00+00:00 (GMT),0.2870052\n2005-01-01T00:00:00+00:00 (GMT),0.2869899\n2006-01-01T00:00:00+00:00 (GMT),0.2869819\n","subject":"Remove trailing plus from Bosnia-Herzegovina DIVH.","message":"Remove trailing plus from Bosnia-Herzegovina DIVH.\n\nbusiness\/energy\/electricity\/gas\/divh\/Bosnia-Herzegovina massCO2PerEnergy.\n","lang":"CSV","license":"mit","repos":"OpenAMEE\/datasets"} |
|
{"commit":"2c8361c1440a06ea78571a2db35a93fd654c47c1","old_file":"config\/reporter.csv","new_file":"config\/reporter.csv","old_contents":"name|query|resulthandler|gateway|joinfunction|proctype|procname|start|end|period|timeoutinterval|daysofweek\r\n","new_contents":"name|query|resulthandler|gateway|joinfunction|proctype|procname|start|end|period|timeoutinterval|daysofweek\r\nrdbmemorycheck|.checks.memorycheck[1500000000]|emailalert[02:00];enlist getenv`DEMOEMAILRECEIVER]|||rdb|rdb1|00:00:00|23:59:59|00:05:00|00:00:20|0 1 2 3 4 5 6\r\nrdbcountcheck|.checks.tablecount[`trade`quote;0D00:01;.proc.cp[];`time;1]|emailalert[00:10;enlist getenv`DEMOEMAILRECEIVER]|||rdb|rdb1|00:00:00|23:59:59|00:01|00:00:20|0 1 2 3 4 5 6\r\nhdbdatecheck|.checks.hdbdatecheck[.proc.cd[] - 1;`trade`quote]|emailalert[00:10;enlist getenv`DEMOEMAILRECEIVER]|||hdb|hdb1|02:00|02:00|00:00|00:01|0 3 4 5 6\r\neodreport|hloc[.proc.cd[];.proc.cd[];0D01]|emailreport[\"\"; enlist getenv`DEMOEMAILRECEIVER;\"eodreport\";\"csv\"]|||rdb||18:00|18:00|00:00|00:05|2 3 4 5 6\r\neodgwreport|hloc[2014.01.01;.proc.cd[];0D01]|emailreport[\"\"; enlist getenv`DEMOEMAILRECEIVER;\"eodreportGW\";\"csv\"]|gateway|raze|hdb||18:00|18:00|00:01|00:05|2 3 4 5 6\r\n","subject":"Revert \"Reverted to TorQ version\"","message":"Revert \"Reverted to TorQ version\"\n\nThis reverts commit 1abc89f9f19a0dda4098151c730f4f3606bc4a73.\n","lang":"CSV","license":"mit","repos":"skeevey\/TorQ,danielkrizian\/poetiq,FlyingOE\/TorQ,AquaQAnalytics\/TorQ,skeevey\/TorQ,AquaQAnalytics\/TorQ,AquaQAnalytics\/TorQ,FlyingOE\/TorQ,danielkrizian\/poetiq,FlyingOE\/TorQ,skeevey\/TorQ,danielkrizian\/poetiq"} |
|
{"commit":"7c659015c1cd8e69589495b3a67ca59c63e08451","old_file":"packages.csv","new_file":"packages.csv","old_contents":"acpi,used to display battery status\nbroadcom-sta-dkms,broadcom wifi drivers\nclonezilla,Bare-metal backup for linux.\ncompton,Simple standalone composite manager (For use with xmonad)\ndocker-engine,docker\nfeh,Image viewer useful for setting wallpaper in linux\nfish,fish terminal\ngcc,gnu compilers\ngit-gui,GUI for git.\ngnome-sushi,Preview for nautilus\ngnutls-bin,Sending mail from mu4e.\ngparted,partition management utility\nhtop,top on steroids\ni3blocks,scheduler for i3bar blocks\ni3,tiling windows manager\nlm-sensors,sensors information\nmeld,Diff tool.\nneovim,neovim editor\nnetwork-manager-gnome,network management ui\nnetwork-manager,Network management applet\nnvidia-370,latest nvidia graphics drivers\npandoc,convert between different document formats\npasystray,Pulse audio system tray\npavucontrol,Pulse audio controls\npython-dev,python\npython-pip,pip installer\nranger,ls on steroids\nredshift-gtk,reduce blue light at night\nredshift,reduce blue light at night\nrofi,app switcher\nscrot,Screenshots\nsuckless-tools,for dmenu (app launcher for xmonad)\ntmux,Terminal multiplexer useful for remoting\nvim-gtk,gvim\nvim,vim!\nw3m,command line based web browser\nxbacklight,Change display brightness\nxdotool,control mouse cursor with keyboard\nxprintidle,Print user idle time.\n","new_contents":"acpi,used to display battery status\nautoconf-archive,For manual make\nbroadcom-sta-dkms,broadcom wifi drivers\nclonezilla,Bare-metal backup for linux.\ncompton,Simple standalone composite manager (For use with xmonad)\ndocker-engine,docker\nfeh,Image viewer useful for setting wallpaper in linux\nfish,fish terminal\ngcc,gnu compilers\ngit-gui,GUI for git.\ngnome-sushi,Preview for nautilus\ngnutls-bin,Sending mail from mu4e.\ngparted,partition management utility\nhtop,top on steroids\ni3blocks,scheduler for i3bar blocks\ni3,tiling windows manager\nlm-sensors,sensors information\nmeld,Diff tool.\nneovim,neovim editor\nnetwork-manager-gnome,network management ui\nnetwork-manager,Network management applet\nnvidia-370,latest nvidia graphics drivers\npandoc,convert between different document formats\npasystray,Pulse audio system tray\npavucontrol,Pulse audio controls\npython-dev,python\npython-pip,pip installer\nranger,ls on steroids\nredshift-gtk,reduce blue light at night\nredshift,reduce blue light at night\nrofi,app switcher\nscrot,Screenshots\nsuckless-tools,for dmenu (app launcher for xmonad)\ntmux,Terminal multiplexer useful for remoting\nvim-gtk,gvim\nvim,vim!\nw3m,command line based web browser\nxbacklight,Change display brightness\nxdotool,control mouse cursor with keyboard\nxprintidle,Print user idle time.\n","subject":"Add package for manual build of mu","message":"Add package for manual build of mu\n","lang":"CSV","license":"mit","repos":"sam33r\/dotfiles,sam33r\/dotfiles,sam33r\/dotfiles,sam33r\/dotfiles"} |
|
{"commit":"7cf603f051180adfdb0e143f123949bd32b7c331","old_file":"src\/main\/resources\/url-shortcuts\/shortcut-url-mapping.csv","new_file":"src\/main\/resources\/url-shortcuts\/shortcut-url-mapping.csv","old_contents":"\/nationalsurveyforwales,\/surveys\/informationforhouseholdsandindividuals\/householdandindividualsurveys\/nationalsurveyforwales,\n\/arolwgcenedlaetholcymru,\/surveys\/informationforhouseholdsandindividuals\/householdandindividualsurveys\/nationalsurveyforwales,ons_welsh_domain\n\/aes,\/surveys\/informationforhouseholdsandindividuals\/householdandindividualsurveys\/adulteducationsurvey,\n","new_contents":"\/nationalsurveyforwales,\/surveys\/informationforhouseholdsandindividuals\/householdandindividualsurveys\/nationalsurveyforwales,\n\/arolwgcenedlaetholcymru,\/surveys\/informationforhouseholdsandindividuals\/householdandindividualsurveys\/nationalsurveyforwales,ons_welsh_domain\n\/aes,\/surveys\/informationforhouseholdsandindividuals,\n","subject":"Test using page that exists rather than expected URL","message":"Test using page that exists rather than expected URL\n","lang":"CSV","license":"mit","repos":"ONSdigital\/babbage,ONSdigital\/babbage,ONSdigital\/babbage,ONSdigital\/babbage"} |
|
|