prompt
stringlengths
77
6.9k
completion
stringlengths
1
3.38k
text
stringlengths
163
9.03k
commit
stringlengths
40
40
old_file
stringlengths
4
264
new_file
stringlengths
4
264
lang
stringclasses
277 values
<|file_sep|>original/enthought/enable/null/quartz.py <|file_sep|>current/enthought/enable/null/quartz.py <|file_sep|>updated/enthought/enable/null/quartz.py
#------------------------------------------------------------------------------ # Copyright (c) 2011, Enthought, Inc. # All rights reserved. # # This software is provided without warranty under the terms of the BSD # license included in enthought/LICENSE.txt and may be redistributed only # under the conditions describe...
<|file_sep|>original/enthought/enable/null/quartz.py <|file_sep|>current/enthought/enable/null/quartz.py <|file_sep|>updated/enthought/enable/null/quartz.py #------------------------------------------------------------------------------ # Copyright (c) 2011, Enthought, Inc. # All rights reserved. # # This software is...
d9486bc6180a2dfe38a953eb84184e0410e1cb66
enthought/enable/null/quartz.py
enthought/enable/null/quartz.py
Python
<|file_sep|>.rubocop.yml.diff original: # Ignore hg methods updated: # Ignore hg methods. <|file_sep|>original/.rubocop.yml - ./*.gemspec # Ignore block length in RSPec. Metrics/BlockLength: Exclude: - spec/**/*.rb # Ignore hg methods Style/MethodCallWithArgsParentheses: IgnoredMethods: -button -c...
- ./*.gemspec # Ignore block length in RSPec. Metrics/BlockLength: Exclude: - spec/**/*.rb # Ignore hg methods. Style/MethodCallWithArgsParentheses: IgnoredMethods: -button -card -gallery -before_handler # Exclude hg blocks. Metrics/BlockLength: ExcludedMethods: -class_methods -...
<|file_sep|>.rubocop.yml.diff original: # Ignore hg methods updated: # Ignore hg methods. <|file_sep|>original/.rubocop.yml - ./*.gemspec # Ignore block length in RSPec. Metrics/BlockLength: Exclude: - spec/**/*.rb # Ignore hg methods Style/MethodCallWithArgsParentheses: IgnoredMethods: -button -c...
f8fc0be5989b47a5770bd138696c37a46fe4cf5b
.rubocop.yml
.rubocop.yml
YAML
<|file_sep|>original/spec/decorators/issue_decorator_spec.rb require 'spec_helper' describe IssueDecorator do end <|file_sep|>current/spec/decorators/issue_decorator_spec.rb require 'spec_helper' describe IssueDecorator do end <|file_sep|>updated/spec/decorators/issue_decorator_spec.rb
require 'spec_helper' describe IssueDecorator do let(:model) { Issue.make!(promise_connections: [PromiseConnection.make!]) } let(:issue) { model.decorate } it 'has periods' do issue.periods.first.should be_kind_of(IssueDecorator::Period) end it 'has knows when it was last updated' do issue.updated_...
<|file_sep|>original/spec/decorators/issue_decorator_spec.rb require 'spec_helper' describe IssueDecorator do end <|file_sep|>current/spec/decorators/issue_decorator_spec.rb require 'spec_helper' describe IssueDecorator do end <|file_sep|>updated/spec/decorators/issue_decorator_spec.rb require 'spec_helper' describe...
ec8f5e37873fda1ec232be3084623cdbf3dbcf42
spec/decorators/issue_decorator_spec.rb
spec/decorators/issue_decorator_spec.rb
Ruby
<|file_sep|>original/.travis.yml language: java jdk: - oraclejdk8 before_install: - chmod +x gradlew script: - ./gradlew check --info after_success: - ./gradlew jacocoTestReport coveralls - bash <(curl -s https://codecov.io/bash) <|file_sep|>current/.travis.yml language: java jdk: - oraclejdk8 before_in...
language: java jdk: - oraclejdk8 sudo: false before_install: - chmod +x gradlew script: - ./gradlew check --info after_success: - ./gradlew jacocoTestReport coveralls - bash <(curl -s https://codecov.io/bash)
<|file_sep|>original/.travis.yml language: java jdk: - oraclejdk8 before_install: - chmod +x gradlew script: - ./gradlew check --info after_success: - ./gradlew jacocoTestReport coveralls - bash <(curl -s https://codecov.io/bash) <|file_sep|>current/.travis.yml language: java jdk: - oraclejdk8 before_in...
cd6beba6321037998dbbffeba59306a4c3427fc3
.travis.yml
.travis.yml
YAML
<|file_sep|>original/src/webroot/js/quickSearch_trait.js var search = request.term; $.ajax({ url: WebRoot.concat("/ajax/listing/Traits"), data: {term: request.term, search: search, limit: 500, dbversion: DbVersion}, dataType: "json", ...
var search = request.term; $.ajax({ url: WebRoot.concat("/ajax/listing/Traits"), data: {term: request.term, search: search, limit: 500, dbversion: DbVersion}, dataType: "json", success: function (data) { respons...
<|file_sep|>original/src/webroot/js/quickSearch_trait.js var search = request.term; $.ajax({ url: WebRoot.concat("/ajax/listing/Traits"), data: {term: request.term, search: search, limit: 500, dbversion: DbVersion}, dataType: "json", ...
7880e17f86baf2def0421e31407f539f1d21d7bc
src/webroot/js/quickSearch_trait.js
src/webroot/js/quickSearch_trait.js
JavaScript
<|file_sep|>original/sources/unicode.org/2014-scripts-languages-and-territories/url.html <|file_sep|>current/sources/unicode.org/2014-scripts-languages-and-territories/url.html <|file_sep|>updated/sources/unicode.org/2014-scripts-languages-and-territories/url.html
<meta http-equiv="refresh" content="0; url=http://www.unicode.org/repos/cldr-aux/charts/26/supplemental/scripts_languages_and_territories.html "/>
<|file_sep|>original/sources/unicode.org/2014-scripts-languages-and-territories/url.html <|file_sep|>current/sources/unicode.org/2014-scripts-languages-and-territories/url.html <|file_sep|>updated/sources/unicode.org/2014-scripts-languages-and-territories/url.html <meta http-equiv="refresh" content="0; url=http://w...
71077a9db5f1dae4c689a6212e4efbfdfe6dbb77
sources/unicode.org/2014-scripts-languages-and-territories/url.html
sources/unicode.org/2014-scripts-languages-and-territories/url.html
HTML
<|file_sep|>original/SurveyMonkey/Helpers/RequestSettingsHelper.cs { Type underlyingType = property.PropertyType.IsGenericType && property.PropertyType.GetGenericTypeDefinition() == typeof(Nullable<>) ? Nullable.GetUnderlyingType(property.PropertyType) ...
{ Type underlyingType = property.PropertyType.IsGenericType && property.PropertyType.GetGenericTypeDefinition() == typeof(Nullable<>) ? Nullable.GetUnderlyingType(property.PropertyType) : property.PropertyType; if (u...
<|file_sep|>original/SurveyMonkey/Helpers/RequestSettingsHelper.cs { Type underlyingType = property.PropertyType.IsGenericType && property.PropertyType.GetGenericTypeDefinition() == typeof(Nullable<>) ? Nullable.GetUnderlyingType(property.PropertyType) ...
1e6d29eac62406acbea55e4a222222a09c3d9f9c
SurveyMonkey/Helpers/RequestSettingsHelper.cs
SurveyMonkey/Helpers/RequestSettingsHelper.cs
C#
<|file_sep|>original/src/main/java/org/scijava/console/OutputListener.java <|file_sep|>current/src/main/java/org/scijava/console/OutputListener.java <|file_sep|>updated/src/main/java/org/scijava/console/OutputListener.java
/* * #%L * SciJava Common shared library for SciJava software. * %% * Copyright (C) 2009 - 2015 Board of Regents of the University of * Wisconsin-Madison, Broad Institute of MIT and Harvard, and Max Planck * Institute of Molecular Cell Biology and Genetics. * %% * Redistribution and use in source and binary for...
<|file_sep|>original/src/main/java/org/scijava/console/OutputListener.java <|file_sep|>current/src/main/java/org/scijava/console/OutputListener.java <|file_sep|>updated/src/main/java/org/scijava/console/OutputListener.java /* * #%L * SciJava Common shared library for SciJava software. * %% * Copyright (C) 2009 - ...
7be6e9255997fe2c2c4475bd0ef4fbae1a80f642
src/main/java/org/scijava/console/OutputListener.java
src/main/java/org/scijava/console/OutputListener.java
Java
<|file_sep|>appveyor.yml.diff original: updated: <|file_sep|>appveyor.yml.diff original: updated: <|file_sep|>original/appveyor.yml build: off environment: global: WITH_COMPILER: "cmd /E:ON /V:ON /C .\\scripts\\appveyor\\run_with_compiler.cmd" matrix: - TOXENV: "py27" TOXPYTHON: "C:\\Pytho...
TOXPYTHON: "C:\\Python27-x64\\python.exe" WINDOWS_SDK_VERSION: "v7.0" PYTHON_HOME: "C:\\Python27-x64" PYTHON_VERSION: "2.7" PYTHON_ARCH: "64" init: - "ECHO %TOXENV%" - ps: "ls C:\\Python*" install: - "git submodule update --init --recursive" - "powershell scripts\\appveyo...
<|file_sep|>appveyor.yml.diff original: updated: <|file_sep|>appveyor.yml.diff original: updated: <|file_sep|>original/appveyor.yml build: off environment: global: WITH_COMPILER: "cmd /E:ON /V:ON /C .\\scripts\\appveyor\\run_with_compiler.cmd" matrix: - TOXENV: "py27" TOXPYTHON: "C:\\Pytho...
731467d4e93921c26cd360c52afc75420a9b0b54
appveyor.yml
appveyor.yml
YAML
<|file_sep|>ansible/inventories/vagrant/ipt-vagrant.yml.diff original: ipt.ala.org.au updated: vagrant1 <|file_sep|>original/ansible/inventories/vagrant/ipt-vagrant.yml # IPT installation [ipt] ipt.ala.org.au [ipt:vars] data_dir = /data ipt_url = http://ipt.ala.org.au ipt_base_url = http://ipt.ala.org.au ipt_contex...
# IPT installation [ipt] vagrant1 [ipt:vars] data_dir = /data ipt_url = http://vagrant1.ala.org.au/ipt ipt_base_url = http://vagrant1.ala.org.au ipt_context_path = /ipt ipt_hostname = vagrant1.ala.org.au
<|file_sep|>ansible/inventories/vagrant/ipt-vagrant.yml.diff original: ipt.ala.org.au updated: vagrant1 <|file_sep|>original/ansible/inventories/vagrant/ipt-vagrant.yml # IPT installation [ipt] ipt.ala.org.au [ipt:vars] data_dir = /data ipt_url = http://ipt.ala.org.au ipt_base_url = http://ipt.ala.org.au ipt_contex...
732fe9547bc3ef68c3dd5d3bb6e2ac0ab74acfbc
ansible/inventories/vagrant/ipt-vagrant.yml
ansible/inventories/vagrant/ipt-vagrant.yml
YAML
<|file_sep|>original/autogen.sh #!/bin/sh autoreconf -i -s <|file_sep|>current/autogen.sh #!/bin/sh autoreconf -i -s <|file_sep|>updated/autogen.sh
#!/bin/sh # Things to do after doing a clean SVN update to add the proper files. ln -vfs CHANGES NEWS autoreconf -i -s
<|file_sep|>original/autogen.sh #!/bin/sh autoreconf -i -s <|file_sep|>current/autogen.sh #!/bin/sh autoreconf -i -s <|file_sep|>updated/autogen.sh #!/bin/sh # Things to do after doing a clean SVN update to add the proper files. ln -vfs CHANGES NEWS autoreconf -i -s
d2ac31dd466dd10ce35c66c5ff6e4918d7359ec4
autogen.sh
autogen.sh
Shell
<|file_sep|>lib/mailsocio_rails/delivery.rb.diff original: updated: mail.cc = nil mail.bcc = nil <|file_sep|>original/lib/mailsocio_rails/delivery.rb private def default_settings { address: 'app.mailarbor.com', port: 25, mailsocio_recipient...
private def default_settings { address: 'app.mailarbor.com', port: 25, mailsocio_recipient: 'submit@app.mailarbor.com', domain: 'localhost.localdomain' } end def addresses(mail) addresses_from(mail, :to) + addre...
<|file_sep|>lib/mailsocio_rails/delivery.rb.diff original: updated: mail.cc = nil mail.bcc = nil <|file_sep|>original/lib/mailsocio_rails/delivery.rb private def default_settings { address: 'app.mailarbor.com', port: 25, mailsocio_recipient...
71b214e8c202933c030844008082e9e4c383cbd0
lib/mailsocio_rails/delivery.rb
lib/mailsocio_rails/delivery.rb
Ruby
<|file_sep|>original/.travis.yml install: true script: - mvn -s .travis-settings.xml -B -fae -DSECMGR=$SECURITY_MGR -P$SERVER_VERSION integration-test language: java jdk: - oraclejdk9 env: - SERVER_VERSION=wildfly1100 SECURITY_MGR=false - SERVER_VERSION=wildfly1100,secmgr SECURITY_MGR=true cache: directories:...
install: true script: - mvn -s .travis-settings.xml -B -fae -DSECMGR=$SECURITY_MGR -P$SERVER_VERSION integration-test language: java jdk: - oraclejdk9 env: - SERVER_VERSION=wildfly1100 SECURITY_MGR=false - SERVER_VERSION=wildfly1100,secmgr SECURITY_MGR=true - SERVER_VERSION=wildfly1200 SECURITY_MGR=false -...
<|file_sep|>original/.travis.yml install: true script: - mvn -s .travis-settings.xml -B -fae -DSECMGR=$SECURITY_MGR -P$SERVER_VERSION integration-test language: java jdk: - oraclejdk9 env: - SERVER_VERSION=wildfly1100 SECURITY_MGR=false - SERVER_VERSION=wildfly1100,secmgr SECURITY_MGR=true cache: directories:...
88890ad37782f53f5205e7e02b971cf73bf31397
.travis.yml
.travis.yml
YAML
<|file_sep|>metadata/com.gsnathan.pdfviewer.yml.diff original: updated: - versionName: '2.7' versionCode: 18 commit: v2.7 subdir: app gradle: - yes <|file_sep|>original/metadata/com.gsnathan.pdfviewer.yml gradle: - yes - versionName: '2.5' versionCode: 16 commit: v2.5 ...
gradle: - yes - versionName: '2.6' versionCode: 17 commit: v2.6 subdir: app gradle: - yes - versionName: '2.7' versionCode: 18 commit: v2.7 subdir: app gradle: - yes AutoUpdateMode: Version v%v UpdateCheckMode: Tags ^v[0-9.]+$ CurrentVersion: '2.7' CurrentVer...
<|file_sep|>metadata/com.gsnathan.pdfviewer.yml.diff original: updated: - versionName: '2.7' versionCode: 18 commit: v2.7 subdir: app gradle: - yes <|file_sep|>original/metadata/com.gsnathan.pdfviewer.yml gradle: - yes - versionName: '2.5' versionCode: 16 commit: v2.5 ...
f955828f1e626c4cb51d24f0bba183d6a1d2698a
metadata/com.gsnathan.pdfviewer.yml
metadata/com.gsnathan.pdfviewer.yml
YAML
<|file_sep|>original/requirements.txt docker==2.5.1 molecule==1.25.0 pytest==3.2.2 python-vagrant==0.5.15 testinfra==1.7.1 tox==2.8.2 <|file_sep|>current/requirements.txt docker==2.5.1 molecule==1.25.0 pytest==3.2.2 python-vagrant==0.5.15 testinfra==1.7.1 tox==2.8.2 <|file_sep|>updated/requirements.txt
docker==2.5.1 molecule==1.25.0 pytest==3.2.2 python-vagrant==0.5.15 testinfra==1.7.1 tox==2.9.1
<|file_sep|>original/requirements.txt docker==2.5.1 molecule==1.25.0 pytest==3.2.2 python-vagrant==0.5.15 testinfra==1.7.1 tox==2.8.2 <|file_sep|>current/requirements.txt docker==2.5.1 molecule==1.25.0 pytest==3.2.2 python-vagrant==0.5.15 testinfra==1.7.1 tox==2.8.2 <|file_sep|>updated/requirements.txt docker==2.5.1 mo...
c9f68737fe34abf33beeba063b2da604911c2a30
requirements.txt
requirements.txt
Text
<|file_sep|>original/composer.json } ], "minimum-stability":"dev", "repositories": [{ "type": "vcs", "url": "http://github.com/Nodge/lessphp" }], "require": { "php": ">=5.3.3", "zendframework/zendframework": "2.*", "lessphp/lessphp": "master", ...
} ], "minimum-stability":"dev", "repositories": [{ "type": "vcs", "url": "http://github.com/Nodge/lessphp" }], "require": { "php": ">=5.3.3", "zendframework/zendframework": "2.*", "leafo/lessphp": "dev-master", "natxet/CssMin": "dev-master", ...
<|file_sep|>original/composer.json } ], "minimum-stability":"dev", "repositories": [{ "type": "vcs", "url": "http://github.com/Nodge/lessphp" }], "require": { "php": ">=5.3.3", "zendframework/zendframework": "2.*", "lessphp/lessphp": "master", ...
f24a8d9fc58948c17edf41eaec35c79eb92de95f
composer.json
composer.json
JSON
<|file_sep|>original/admin/Default/notify_delete_processing.php <?php $notify_id = $_REQUEST['notify_id']; if (!isset($notify_id)) { create_error('You must choose the messages you want to delete.'); } $db->query('DELETE FROM message_notify WHERE notify_id IN '.$db->escapeArray($notify_id)); forward(create_container(...
<?php $notify_id = $_REQUEST['notify_id']; if (!isset($notify_id)) { create_error('You must choose the messages you want to delete.'); } $db->query('DELETE FROM message_notify WHERE notify_id IN (' . $db->escapeArray($notify_id) . ')'); forward(create_container('skeleton.php', 'notify_view.php')); ?>
<|file_sep|>original/admin/Default/notify_delete_processing.php <?php $notify_id = $_REQUEST['notify_id']; if (!isset($notify_id)) { create_error('You must choose the messages you want to delete.'); } $db->query('DELETE FROM message_notify WHERE notify_id IN '.$db->escapeArray($notify_id)); forward(create_container(...
f61d0a1bfff9c84b08fb5cfc6118410195015330
admin/Default/notify_delete_processing.php
admin/Default/notify_delete_processing.php
PHP
<|file_sep|>deploy.sh.diff original: # desc: zips up lambda function resources and uploads to aws # usage: ./scripts/deploy.sh # docs: http://docs.aws.amazon.com/cli/latest/reference/lambda/upload-function.html updated: # desc: Provisions AWS Resources (S3 Bucket), archives lambda function and assets and uplo...
bucket: "${BUCKET}" owner: yves.richard@tesera.com project: https://github.com/tesera/datapackage-validator description: awslambda-datapackage-validator is an AWS Lambda function used for validating csv tabular datapackages (http://dataprotocols.org/tabular-data-package/index....
<|file_sep|>deploy.sh.diff original: # desc: zips up lambda function resources and uploads to aws # usage: ./scripts/deploy.sh # docs: http://docs.aws.amazon.com/cli/latest/reference/lambda/upload-function.html updated: # desc: Provisions AWS Resources (S3 Bucket), archives lambda function and assets and uplo...
fc4f76ae5c2564d7d166450939a2e10892e2d775
deploy.sh
deploy.sh
Shell
<|file_sep|>metadata/com.ml.proximitysensorfix.yml.diff original: updated: - versionName: 1.1.0 versionCode: 32 commit: 446f6fa1f826872ee7e7b8c92addd1aa00cd947c subdir: app gradle: - yes prebuild: sed -i -e '/keystore/d' build.gradle ../build.gradle <|file_sep|>original/metadata/com.ml.pro...
- versionName: 1.0.7 versionCode: 29 commit: 1.0.7 subdir: app gradle: - yes prebuild: sed -i -e '/keystore/d' build.gradle ../build.gradle - versionName: 1.1.0 versionCode: 32 commit: 446f6fa1f826872ee7e7b8c92addd1aa00cd947c subdir: app gradle: - yes prebuild: ...
<|file_sep|>metadata/com.ml.proximitysensorfix.yml.diff original: updated: - versionName: 1.1.0 versionCode: 32 commit: 446f6fa1f826872ee7e7b8c92addd1aa00cd947c subdir: app gradle: - yes prebuild: sed -i -e '/keystore/d' build.gradle ../build.gradle <|file_sep|>original/metadata/com.ml.pro...
949986c90e3d372240d34671b5e1e28eb57c5b1d
metadata/com.ml.proximitysensorfix.yml
metadata/com.ml.proximitysensorfix.yml
YAML
<|file_sep|>original/roles/st2/tasks/main.yml sudo: yes apt: name: st2 state: latest when: st2_version == "stable" notify: - restart st2 - name: Install latest st2 package sudo: yes apt: name: st2={{ st2_version }}.{{ st2_revision }} state: present when: st2_version != "stable" noti...
sudo: yes apt: name: st2 state: latest when: st2_version == "stable" notify: - restart st2 - name: Install latest st2 package sudo: yes apt: name: st2={{ st2_version }}-{{ st2_revision }} state: present when: st2_version != "stable" notify: - restart st2 - include: user.yml - ...
<|file_sep|>original/roles/st2/tasks/main.yml sudo: yes apt: name: st2 state: latest when: st2_version == "stable" notify: - restart st2 - name: Install latest st2 package sudo: yes apt: name: st2={{ st2_version }}.{{ st2_revision }} state: present when: st2_version != "stable" noti...
303216f3b12522131c200a5599630ef5eda3e0d3
roles/st2/tasks/main.yml
roles/st2/tasks/main.yml
YAML
<|file_sep|>original/src/scripts/Main.py # Decide which simulation loop to use if PA["algorithm"] == "fourier": from WaveBlocksND import SimulationLoopFourier SL = SimulationLoopFourier(PA) elif PA["algorithm"] == "hagedorn": from WaveBlocksND import SimulationLoopHagedorn SL = SimulationLoopHagedorn(...
# Decide which simulation loop to use if PA["algorithm"] == "fourier": from WaveBlocksND import SimulationLoopFourier SL = SimulationLoopFourier(PA) elif PA["algorithm"] == "hagedorn": from WaveBlocksND import SimulationLoopHagedorn SL = SimulationLoopHagedorn(PA) elif PA["algorithm"] == "hagedorn_in...
<|file_sep|>original/src/scripts/Main.py # Decide which simulation loop to use if PA["algorithm"] == "fourier": from WaveBlocksND import SimulationLoopFourier SL = SimulationLoopFourier(PA) elif PA["algorithm"] == "hagedorn": from WaveBlocksND import SimulationLoopHagedorn SL = SimulationLoopHagedorn(...
0325d4d55e9f42d031edc66fe4dedfefea4c66e2
src/scripts/Main.py
src/scripts/Main.py
Python
<|file_sep|>original/docs/antora.yml name: rubocop title: RuboCop # We always provide version without patch here (e.g. 1.1), # as patch versions should not appear in the docs. version: 0.87 nav: - modules/ROOT/nav.adoc <|file_sep|>current/docs/antora.yml name: rubocop title: RuboCop # We always provide version without ...
name: rubocop title: RuboCop # We always provide version without patch here (e.g. 1.1), # as patch versions should not appear in the docs. version: master nav: - modules/ROOT/nav.adoc
<|file_sep|>original/docs/antora.yml name: rubocop title: RuboCop # We always provide version without patch here (e.g. 1.1), # as patch versions should not appear in the docs. version: 0.87 nav: - modules/ROOT/nav.adoc <|file_sep|>current/docs/antora.yml name: rubocop title: RuboCop # We always provide version without ...
49788f6839d578e6cf9abcdb4393b17b4abbb4df
docs/antora.yml
docs/antora.yml
YAML
<|file_sep|>original/src/ieg/util/xml/XmlCalendarConverter.java <|file_sep|>current/src/ieg/util/xml/XmlCalendarConverter.java <|file_sep|>updated/src/ieg/util/xml/XmlCalendarConverter.java
package ieg.util.xml; import java.util.Date; import java.util.GregorianCalendar; import javax.xml.datatype.DatatypeConfigurationException; import javax.xml.datatype.DatatypeFactory; /** * Convert date time object to and from a XML compliant string. * * <p> * The date format is closely related to the dates and t...
<|file_sep|>original/src/ieg/util/xml/XmlCalendarConverter.java <|file_sep|>current/src/ieg/util/xml/XmlCalendarConverter.java <|file_sep|>updated/src/ieg/util/xml/XmlCalendarConverter.java package ieg.util.xml; import java.util.Date; import java.util.GregorianCalendar; import javax.xml.datatype.DatatypeConfigurati...
b979caa20ae79ce5dd14b39aa7e2ac720279b5b3
src/ieg/util/xml/XmlCalendarConverter.java
src/ieg/util/xml/XmlCalendarConverter.java
Java
<|file_sep|>original/example1/Example1.cpp #include "Example1.h" #include <string.h> #include <GLES3/gl3.h> #include <jni.h> #include <iostream> #include <glm/gtc/matrix_transform.hpp> #include <shader_program.h> using namespace std; bool Example1::Init() { } void Example1::onDraw() { } void Example1::onShutdown()...
#include "Example1.h" #include <string.h> #include <GLES3/gl3.h> #include <jni.h> #include <iostream> #include <glm/gtc/matrix_transform.hpp> #include <shader_program.h> #include <Context.h> #include <AndroidPlatform.h> #include <ContextAndroid.h> using namespace std; bool Example1::Init() { } void Example1::onDraw...
<|file_sep|>original/example1/Example1.cpp #include "Example1.h" #include <string.h> #include <GLES3/gl3.h> #include <jni.h> #include <iostream> #include <glm/gtc/matrix_transform.hpp> #include <shader_program.h> using namespace std; bool Example1::Init() { } void Example1::onDraw() { } void Example1::onShutdown()...
eeab43dace27bdcd89238300002f0560008f2824
example1/Example1.cpp
example1/Example1.cpp
C++
<|file_sep|>original/releasenotes/notes/metadata-api-e95d4559e7bf9ca9.yaml <|file_sep|>current/releasenotes/notes/metadata-api-e95d4559e7bf9ca9.yaml <|file_sep|>updated/releasenotes/notes/metadata-api-e95d4559e7bf9ca9.yaml
--- prelude: > The Mitaka release includes a new API to add arbitrary user-defined metadata to Secrets. upgrade: - The Metadata API requires an update to the Database Schema. Existing deployments that are being upgraded to Mitaka should use the 'barbican-manage' utility to update the schema.
<|file_sep|>original/releasenotes/notes/metadata-api-e95d4559e7bf9ca9.yaml <|file_sep|>current/releasenotes/notes/metadata-api-e95d4559e7bf9ca9.yaml <|file_sep|>updated/releasenotes/notes/metadata-api-e95d4559e7bf9ca9.yaml --- prelude: > The Mitaka release includes a new API to add arbitrary user-defined meta...
6052fe74f3996f9c4083142be8ec99a522348d7c
releasenotes/notes/metadata-api-e95d4559e7bf9ca9.yaml
releasenotes/notes/metadata-api-e95d4559e7bf9ca9.yaml
YAML
<|file_sep|>index.js.diff original: var channel = slack.getChannelGroupOrDMByID(message.channel); updated: // var channel = slack.getChannelGroupOrDMByID(message.channel); <|file_sep|>original/index.js var token = '' || process.env.SLACK_API_TOKEN; var slack = new Slack(token, true, true); slack.on('open', functi...
var token = '' || process.env.SLACK_API_TOKEN; var slack = new Slack(token, true, true); slack.on('open', function () { console.log("Connected to ", slack.team.name, " as @", slack.self.name); }); slack.on('message', function (message) { console.log('A new message: ', message.text); // var channel = slack....
<|file_sep|>index.js.diff original: var channel = slack.getChannelGroupOrDMByID(message.channel); updated: // var channel = slack.getChannelGroupOrDMByID(message.channel); <|file_sep|>original/index.js var token = '' || process.env.SLACK_API_TOKEN; var slack = new Slack(token, true, true); slack.on('open', functi...
e690f5481acd9dddfcd17fc235d22d827e23b7cf
index.js
index.js
JavaScript
<|file_sep|>original/src/org/adaptlab/chpir/android/survey/Receivers/SurveyLaunchReceiver.java import org.adaptlab.chpir.android.survey.SurveyActivity; import org.adaptlab.chpir.android.survey.SurveyFragment; import android.content.BroadcastReceiver; import android.content.Context; import android.content.Intent; impor...
import android.content.BroadcastReceiver; import android.content.Context; import android.content.Intent; import android.util.Log; public class SurveyLaunchReceiver extends BroadcastReceiver { private static final String TAG = "SurveyLaunchReceiver"; @Override public void onReceive(Context context, Intent...
<|file_sep|>original/src/org/adaptlab/chpir/android/survey/Receivers/SurveyLaunchReceiver.java import org.adaptlab.chpir.android.survey.SurveyActivity; import org.adaptlab.chpir.android.survey.SurveyFragment; import android.content.BroadcastReceiver; import android.content.Context; import android.content.Intent; impor...
ddb0d3305d11ab09767c77b274493c1abd7694f2
src/org/adaptlab/chpir/android/survey/Receivers/SurveyLaunchReceiver.java
src/org/adaptlab/chpir/android/survey/Receivers/SurveyLaunchReceiver.java
Java
<|file_sep|>original/pronto-poper.gemspec Gem::Specification.new do |s| s.name = 'pronto-poper' s.version = Pronto::PoperVersion::VERSION s.platform = Gem::Platform::RUBY s.author = 'Mindaugas Mozūras' s.email = 'mindaugas.mozuras@gmail.com' s.homepage = 'http://github.org/mmozur...
Gem::Specification.new do |s| s.name = 'pronto-poper' s.version = Pronto::PoperVersion::VERSION s.platform = Gem::Platform::RUBY s.author = 'Mindaugas Mozūras' s.email = 'mindaugas.mozuras@gmail.com' s.homepage = 'http://github.org/mmozuras/pronto-poper' s.summary = 'Pronto...
<|file_sep|>original/pronto-poper.gemspec Gem::Specification.new do |s| s.name = 'pronto-poper' s.version = Pronto::PoperVersion::VERSION s.platform = Gem::Platform::RUBY s.author = 'Mindaugas Mozūras' s.email = 'mindaugas.mozuras@gmail.com' s.homepage = 'http://github.org/mmozur...
be452e91cdd0543c249ba3d84ad71c0ec6c68d9a
pronto-poper.gemspec
pronto-poper.gemspec
Ruby
<|file_sep|>original/scripts/vagrant/README.rst <|file_sep|>current/scripts/vagrant/README.rst <|file_sep|>updated/scripts/vagrant/README.rst
====== README ====== Must do configs for each environment ==================================== In case you want to start multiple environments at once, it's good to set some settings right from the start to different value. Below is a list to check. #. The SSH port forwarding (default `22 => 2222`). In `Vagrantfile`...
<|file_sep|>original/scripts/vagrant/README.rst <|file_sep|>current/scripts/vagrant/README.rst <|file_sep|>updated/scripts/vagrant/README.rst ====== README ====== Must do configs for each environment ==================================== In case you want to start multiple environments at once, it's good to set some ...
5302cdd34b508b5d415fe80459c6c6b89500012b
scripts/vagrant/README.rst
scripts/vagrant/README.rst
reStructuredText
<|file_sep|>original/lib/autoupdate.js /** * Generates an autoupdate XML file * * @todo relocate that to {@link lib/crx.js} as it's totally irrelevant now * @param {crx} ChromeExtension * @param {Function} callback */ function buildXML(ChromeExtension, callback) { if (!ChromeExtension.manifest...
/** * Generates an autoupdate XML file * * @todo relocate that to {@link lib/crx.js} as it's totally irrelevant now * @param {crx} ChromeExtension * @param {Function} callback */ function buildXML(ChromeExtension, callback) { if (!ChromeExtension.manifest.update_url || !ChromeExtension.codebas...
<|file_sep|>original/lib/autoupdate.js /** * Generates an autoupdate XML file * * @todo relocate that to {@link lib/crx.js} as it's totally irrelevant now * @param {crx} ChromeExtension * @param {Function} callback */ function buildXML(ChromeExtension, callback) { if (!ChromeExtension.manifest...
578bfe10cb2dd434c36e837c0d4b687eb0d2a3ba
lib/autoupdate.js
lib/autoupdate.js
JavaScript
<|file_sep|>src/main/javascript/list.html.diff original: updated: <platon-comment-form v-if="!loading" :comment="commentDraft"></platon-comment-form> <|file_sep|>original/src/main/javascript/list.html <div class="platon-comments"> <div v-if="loading" class="platon-loading">Loading...</div> <platon-comment ...
<div class="platon-comments"> <div v-if="loading" class="platon-loading">Loading...</div> <platon-comment-form v-if="!loading" :comment="commentDraft"></platon-comment-form> <platon-comment v-if="!loading" v-for="comment in comments" :comment="comment"></platon-comment> </div>
<|file_sep|>src/main/javascript/list.html.diff original: updated: <platon-comment-form v-if="!loading" :comment="commentDraft"></platon-comment-form> <|file_sep|>original/src/main/javascript/list.html <div class="platon-comments"> <div v-if="loading" class="platon-loading">Loading...</div> <platon-comment ...
c3c5caaad62bb765b4f03ee300ed3f467b17c5d4
src/main/javascript/list.html
src/main/javascript/list.html
HTML
<|file_sep|>original/src/main/java/backend/model/user/UserRepository.kt @file:JvmName("UserRepository") package backend.model.user import org.springframework.data.jpa.repository.Query import org.springframework.data.repository.CrudRepository import org.springframework.data.repository.query.Param interface UserReposi...
package backend.model.user import org.springframework.data.jpa.repository.Query import org.springframework.data.repository.CrudRepository import org.springframework.data.repository.query.Param interface UserRepository : CrudRepository<UserCore, Long> { fun findByEmail(email: String): User fun findByActivatio...
<|file_sep|>original/src/main/java/backend/model/user/UserRepository.kt @file:JvmName("UserRepository") package backend.model.user import org.springframework.data.jpa.repository.Query import org.springframework.data.repository.CrudRepository import org.springframework.data.repository.query.Param interface UserReposi...
609760ba4502d22d6e25c3cafa4875902bbedebe
src/main/java/backend/model/user/UserRepository.kt
src/main/java/backend/model/user/UserRepository.kt
Kotlin
<|file_sep|>original/Yellr/Yellr/YellrConstants.swift // // YellrConstants.swift // Yellr // // Created by Debjit Saha on 6/1/15. // Copyright (c) 2015 wxxi. All rights reserved. // import Foundation <|file_sep|>current/Yellr/Yellr/YellrConstants.swift // // YellrConstants.swift // Yellr // // Created by Debjit...
// // YellrConstants.swift // Yellr // // Created by Debjit Saha on 6/1/15. // Copyright (c) 2015 wxxi. All rights reserved. // import Foundation struct YellrConstants { struct LocalPosts { static let Title = "local_post_title" } struct Assignments { static let Title = "assignment...
<|file_sep|>original/Yellr/Yellr/YellrConstants.swift // // YellrConstants.swift // Yellr // // Created by Debjit Saha on 6/1/15. // Copyright (c) 2015 wxxi. All rights reserved. // import Foundation <|file_sep|>current/Yellr/Yellr/YellrConstants.swift // // YellrConstants.swift // Yellr // // Created by Debjit...
409d6244936c6bb8c165d2cfe3f79e19716ff618
Yellr/Yellr/YellrConstants.swift
Yellr/Yellr/YellrConstants.swift
Swift
<|file_sep|>js/gratipay/giving.js.diff original: Gratipay.giving.activate_tab('active'); $('.giving #tab-nav a').on('click', Gratipay.giving.handle_click); updated: Gratipay.giving.activateTab('active'); $('.giving #tab-nav a').on('click', Gratipay.giving.handleClick); <|file_sep|>js/gratipay/giving.js....
e.preventDefault(); var $target = $(e.target); Gratipay.giving.activateTab($target.data('tab')); } Gratipay.giving.activateTab = function(tab) { $.each($('.giving #tab-nav a'), function(i, obj) { var $obj = $(obj); if ($obj.data('tab') == tab) { $obj.addClass('selected'); ...
<|file_sep|>js/gratipay/giving.js.diff original: Gratipay.giving.activate_tab('active'); $('.giving #tab-nav a').on('click', Gratipay.giving.handle_click); updated: Gratipay.giving.activateTab('active'); $('.giving #tab-nav a').on('click', Gratipay.giving.handleClick); <|file_sep|>js/gratipay/giving.js....
f32840d11b5353672e3d439e1a19d49520cc7fe1
js/gratipay/giving.js
js/gratipay/giving.js
JavaScript
<|file_sep|>scrapple/utils/config.py.diff original: updated: from colorama import init, Fore, Back init() <|file_sep|>original/scrapple/utils/config.py from __future__ import print_function def traverse_next(page, next, results): """ Recursive generator to traverse through the next attribute and \ crawl...
init() def traverse_next(page, next, results): """ Recursive generator to traverse through the next attribute and \ crawl through the links to be followed """ for link in page.extract_links(next['follow_link']): print(Back.YELLOW + Fore.BLUE + "Loading page ", link.url + Back.RESET + Fore...
<|file_sep|>scrapple/utils/config.py.diff original: updated: from colorama import init, Fore, Back init() <|file_sep|>original/scrapple/utils/config.py from __future__ import print_function def traverse_next(page, next, results): """ Recursive generator to traverse through the next attribute and \ crawl...
7e5777c7b09780d7cde1a94e58dd022f98051168
scrapple/utils/config.py
scrapple/utils/config.py
Python
<|file_sep|>original/buildspec.yml version: 0.1 phases: install: commands: - gem install jekyll jekyll-paginate jekyll-sitemap jekyll-gist pygments.rb bundler - bundle install build: commands: - echo "******** Building Jekyll site ********" - jekyll build - echo "******** U...
version: 0.1 phases: install: commands: - gem install jekyll jekyll-paginate jekyll-sitemap jekyll-gist pygments.rb bundler - bundle install build: commands: - echo "******** Building Jekyll site ********" - jekyll build - echo "******** Uploading to S3 ********" - aw...
<|file_sep|>original/buildspec.yml version: 0.1 phases: install: commands: - gem install jekyll jekyll-paginate jekyll-sitemap jekyll-gist pygments.rb bundler - bundle install build: commands: - echo "******** Building Jekyll site ********" - jekyll build - echo "******** U...
ef71d36e062904259323054d074e66cf3a6be2d2
buildspec.yml
buildspec.yml
YAML
<|file_sep|>original/.travis.yml language: node_js node_js: - 4.5.0 - 6.2.0 sudo: false script: - node bin/ci.js env: matrix: - TEST_TYPE=lint_and_test_unit - TEST_TYPE=test_create_project cache: directories: - node_modules deploy: provider: npm email: paulo@ragonha.me api_key: secure: uwtKe6c+QPSOi...
language: node_js node_js: - 6.2.0 sudo: false script: - node bin/ci.js env: matrix: - TEST_TYPE=lint_and_test_unit - TEST_TYPE=test_create_project cache: directories: - node_modules deploy: provider: npm email: paulo@ragonha.me api_key: secure: uwtKe6c+QPSOi7QLCGmVw5cIxl4XDAhaxVWKmRT/GA5CUALjY7ZY1i...
<|file_sep|>original/.travis.yml language: node_js node_js: - 4.5.0 - 6.2.0 sudo: false script: - node bin/ci.js env: matrix: - TEST_TYPE=lint_and_test_unit - TEST_TYPE=test_create_project cache: directories: - node_modules deploy: provider: npm email: paulo@ragonha.me api_key: secure: uwtKe6c+QPSOi...
07250383b8d21e79dd0ed94d7f1a32789195d2b9
.travis.yml
.travis.yml
YAML
<|file_sep|>original/src/site.yaml author: Chris Basham description: Chris Basham is an interaction designer and front-end developer living in Bloomington, Indiana. twitter: chrisbasham email: chris@bash.am elsewhere: CodePen: http://codepen.io/basham Flickr: https://www.flickr.com/photos/chrisbasham GitHub: http...
author: Chris Basham description: Chris Basham is an interaction designer and front-end developer living in Bloomington, Indiana. twitter: chrisbasham email: chris@bash.am elsewhere: CodePen: http://codepen.io/basham Flickr: https://www.flickr.com/photos/chrisbasham GitHub: https://github.com/basham Kickstarter...
<|file_sep|>original/src/site.yaml author: Chris Basham description: Chris Basham is an interaction designer and front-end developer living in Bloomington, Indiana. twitter: chrisbasham email: chris@bash.am elsewhere: CodePen: http://codepen.io/basham Flickr: https://www.flickr.com/photos/chrisbasham GitHub: http...
bfe86ad8eb3bd510b3cc5e1774b1bbe756ae524d
src/site.yaml
src/site.yaml
YAML
<|file_sep|>original/integration_tests/test_s3_deletion.py <|file_sep|>current/integration_tests/test_s3_deletion.py <|file_sep|>updated/integration_tests/test_s3_deletion.py
#!/usr/bin/env python """ Test S3 directory deletion functionality. Uses the lsst-the-docs-test bucket in lsst-sqre's account. Also assumes that credentials for that account are in the ltd-dev profile of ~/.aws/credentials. """ import sys import os.path app_path = os.path.abspath(os.path.join(os.path.dirname(__file__...
<|file_sep|>original/integration_tests/test_s3_deletion.py <|file_sep|>current/integration_tests/test_s3_deletion.py <|file_sep|>updated/integration_tests/test_s3_deletion.py #!/usr/bin/env python """ Test S3 directory deletion functionality. Uses the lsst-the-docs-test bucket in lsst-sqre's account. Also assumes th...
6edadb2fe75345d24f5fec26bd4e519611f651f8
integration_tests/test_s3_deletion.py
integration_tests/test_s3_deletion.py
Python
<|file_sep|>travis/script_build.sh.diff original: make osx updated: make -j osx <|file_sep|>travis/script_build.sh.diff original: make linux updated: make -j linux <|file_sep|>travis/script_build.sh.diff original: make ios updated: make -j ios <|file_sep|>original/travis/script_build.sh fi if [...
fi if [[ ${PLATFORM} == "linux" ]]; then # Build linux project echo "Building linux project" make -j linux fi if [[ ${PLATFORM} == "ios" ]]; then # Build ios project echo "Building ios project (simulator)" make -j ios fi if [[ ${PLATFORM} == "android" ]]; then # Build android project ...
<|file_sep|>travis/script_build.sh.diff original: make osx updated: make -j osx <|file_sep|>travis/script_build.sh.diff original: make linux updated: make -j linux <|file_sep|>travis/script_build.sh.diff original: make ios updated: make -j ios <|file_sep|>original/travis/script_build.sh fi if [...
c50ffdff2a430f63dbf0087fb093ed502d75ffac
travis/script_build.sh
travis/script_build.sh
Shell
<|file_sep|>.github/workflows/ruby.yml.diff original: updated: - uses: amancevice/setup-code-climate@v0 name: CodeClimate Install with: cc_test_reporter_id: 0b8e41ecbc26637a7db4e6e9d4581c445441674f689016ab45fb5c51242b59bf - name: CodeClimate Pre-build Notification run: cc-test-report...
with: ruby-version: ${{ matrix.ruby_version }} - uses: amancevice/setup-code-climate@v0 name: CodeClimate Install with: cc_test_reporter_id: 0b8e41ecbc26637a7db4e6e9d4581c445441674f689016ab45fb5c51242b59bf - name: CodeClimate Pre-build Notification run: cc-test-reporter...
<|file_sep|>.github/workflows/ruby.yml.diff original: updated: - uses: amancevice/setup-code-climate@v0 name: CodeClimate Install with: cc_test_reporter_id: 0b8e41ecbc26637a7db4e6e9d4581c445441674f689016ab45fb5c51242b59bf - name: CodeClimate Pre-build Notification run: cc-test-report...
41b19446bdbb6deb9b09dfd188b583c3a44976a1
.github/workflows/ruby.yml
.github/workflows/ruby.yml
YAML
<|file_sep|>IceBuilder/UpgradeDialogProgress.cs.diff original: updated: _canceled = false; <|file_sep|>IceBuilder/UpgradeDialogProgress.cs.diff original: updated: private bool _canceled; <|file_sep|>original/IceBuilder/UpgradeDialogProgress.cs private void CancelButton_Clicked(object send...
} private void CancelButton_Clicked(object sender, EventArgs e) { Canceled = true; } private bool _canceled; public bool Canceled { get { lock (this) { return _canceled; ...
<|file_sep|>IceBuilder/UpgradeDialogProgress.cs.diff original: updated: _canceled = false; <|file_sep|>IceBuilder/UpgradeDialogProgress.cs.diff original: updated: private bool _canceled; <|file_sep|>original/IceBuilder/UpgradeDialogProgress.cs private void CancelButton_Clicked(object send...
b5a313cb2fa644434f5531fc44af686b10fd8739
IceBuilder/UpgradeDialogProgress.cs
IceBuilder/UpgradeDialogProgress.cs
C#
<|file_sep|>original/contrib/example-nginx.yml app: nginx name: nginx namespace: default spec: ports: - port: 80 protocol: TCP targetPort: 80 selector: app: nginx type: NodePort --- apiVersion: extensions/v1beta1 kind: Ingress metadata: name: nginx namespace: default spec: backend: <...
app: nginx name: nginx namespace: default spec: ports: - port: 80 protocol: TCP targetPort: 80 selector: app: nginx type: ClusterIP --- apiVersion: extensions/v1beta1 kind: Ingress metadata: name: nginx namespace: default spec: backend:
<|file_sep|>original/contrib/example-nginx.yml app: nginx name: nginx namespace: default spec: ports: - port: 80 protocol: TCP targetPort: 80 selector: app: nginx type: NodePort --- apiVersion: extensions/v1beta1 kind: Ingress metadata: name: nginx namespace: default spec: backend: <...
c4ab840071c5cc6029d73c8f7cad3fee28eda6aa
contrib/example-nginx.yml
contrib/example-nginx.yml
YAML
<|file_sep|>.travis.yml.diff original: rvm: 2.4.2 updated: rvm: 2.6.5 <|file_sep|>original/.travis.yml addons: apt: packages: - rabbitmq-server services: - redis - rabbitmq before_install: - 'gem install bundler:1.16.1' jobs: include: - stage: "testing time" script: bundle exec rspec spec ...
addons: apt: packages: - rabbitmq-server services: - redis - rabbitmq jobs: include: - stage: "testing time" script: bundle exec rspec spec - stage: ":ship: it to quay.io" ruby: services: addons: before_install: skip before_script: skip install: skip
<|file_sep|>.travis.yml.diff original: rvm: 2.4.2 updated: rvm: 2.6.5 <|file_sep|>original/.travis.yml addons: apt: packages: - rabbitmq-server services: - redis - rabbitmq before_install: - 'gem install bundler:1.16.1' jobs: include: - stage: "testing time" script: bundle exec rspec spec ...
ec11b8cce69faca303d6ef28345d277abb1bbc54
.travis.yml
.travis.yml
YAML
<|file_sep|>original/.github/workflows/pythonpackage.yml python-version: [2.7, 3.5, 3.6, 3.7] steps: - uses: actions/checkout@v1 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v1 with: python-version: ${{ matrix.python-version }} - name: Instal...
python-version: [2.7, 3.5, 3.6, 3.7] steps: - uses: actions/checkout@v1 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v1 with: python-version: ${{ matrix.python-version }} - name: Install dependencies run: | python -m pip install...
<|file_sep|>original/.github/workflows/pythonpackage.yml python-version: [2.7, 3.5, 3.6, 3.7] steps: - uses: actions/checkout@v1 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v1 with: python-version: ${{ matrix.python-version }} - name: Instal...
20bbde693c225024e64697cc4e79465940844cfe
.github/workflows/pythonpackage.yml
.github/workflows/pythonpackage.yml
YAML
<|file_sep|>original/tests/factory/makers/test_selections.py <|file_sep|>current/tests/factory/makers/test_selections.py <|file_sep|>updated/tests/factory/makers/test_selections.py
from mongoframes.factory import makers from mongoframes.factory.makers import selections as selection_makers from tests.fixtures import * def test_cycle(): """ `Cycle` makers should return values from a list of items (python types of or makers) one after another. """ # Configured to cycle throug...
<|file_sep|>original/tests/factory/makers/test_selections.py <|file_sep|>current/tests/factory/makers/test_selections.py <|file_sep|>updated/tests/factory/makers/test_selections.py from mongoframes.factory import makers from mongoframes.factory.makers import selections as selection_makers from tests.fixtures import ...
fd78a7c2cdff3aca182b12f7e9fa5e0819c68720
tests/factory/makers/test_selections.py
tests/factory/makers/test_selections.py
Python
<|file_sep|>original/prow/knative/cluster/build/600-kubernetes_external_secrets.yaml apiVersion: kubernetes-client.io/v1 kind: ExternalSecret metadata: name: s390x-cluster1 namespace: test-pods spec: backendType: gcpSecretsManager projectId: s390x-knative data: - key: kubeconfig name: config version...
name: s390x-cluster1 namespace: test-pods spec: backendType: gcpSecretsManager projectId: s390x-knative data: - key: kubeconfig name: config version: latest - key: ko-docker-repository name: ko-docker-repo version: latest - key: registry-certificate name: registry.crt version: la...
<|file_sep|>original/prow/knative/cluster/build/600-kubernetes_external_secrets.yaml apiVersion: kubernetes-client.io/v1 kind: ExternalSecret metadata: name: s390x-cluster1 namespace: test-pods spec: backendType: gcpSecretsManager projectId: s390x-knative data: - key: kubeconfig name: config version...
c3db6256ef9db89e510b4206fd1c6f6c7c741698
prow/knative/cluster/build/600-kubernetes_external_secrets.yaml
prow/knative/cluster/build/600-kubernetes_external_secrets.yaml
YAML
<|file_sep|>original/requirements.txt django==1.7.5 djangorestframework==2.4.4 mapnik2==2.2.0 git+https://github.com/bkg/greenwich.git#egg=greenwich <|file_sep|>current/requirements.txt django==1.7.5 djangorestframework==2.4.4 mapnik2==2.2.0 git+https://github.com/bkg/greenwich.git#egg=greenwich <|file_sep|>updated/req...
django==1.7.5 djangorestframework==2.4.4 mapnik2==2.2.0 greenwich==0.3.0
<|file_sep|>original/requirements.txt django==1.7.5 djangorestframework==2.4.4 mapnik2==2.2.0 git+https://github.com/bkg/greenwich.git#egg=greenwich <|file_sep|>current/requirements.txt django==1.7.5 djangorestframework==2.4.4 mapnik2==2.2.0 git+https://github.com/bkg/greenwich.git#egg=greenwich <|file_sep|>updated/req...
66da37f23caae5f68d5d315291ea47d6e127b7d0
requirements.txt
requirements.txt
Text
<|file_sep|>original/src/Channels/Properties/AssemblyInfo.cs // Setting ComVisible to false makes the types in this assembly not visible // to COM components. If you need to access a type in this assembly from // COM, set the ComVisible attribute to true on that type. [assembly: ComVisible(false)] // The following...
// COM, set the ComVisible attribute to true on that type. [assembly: ComVisible(false)] // The following GUID is for the ID of the typelib if this project is exposed to COM [assembly: Guid("e3f88afb-274b-43cb-8dd9-98de51e8838e")] // Version information for an assembly consists of the following four values: // // ...
<|file_sep|>original/src/Channels/Properties/AssemblyInfo.cs // Setting ComVisible to false makes the types in this assembly not visible // to COM components. If you need to access a type in this assembly from // COM, set the ComVisible attribute to true on that type. [assembly: ComVisible(false)] // The following...
14f2a639083039339fe40bc593d84f1adcbe142c
src/Channels/Properties/AssemblyInfo.cs
src/Channels/Properties/AssemblyInfo.cs
C#
<|file_sep|>original/teamworkApp/lib/dbCalls.py <|file_sep|>current/teamworkApp/lib/dbCalls.py <|file_sep|>updated/teamworkApp/lib/dbCalls.py
# muddersOnRails() # Sara McAllister November 5, 2-17 # Last updated: 11-5-2017 # library for SQLite database calls for teamwork analysis app import contextlib import sqlite3 DB = 'db/development.sqlite3' def connect(sqlite_file): """ Make connection to an SQLite database file """ conn = sqlite3.connect(sql...
<|file_sep|>original/teamworkApp/lib/dbCalls.py <|file_sep|>current/teamworkApp/lib/dbCalls.py <|file_sep|>updated/teamworkApp/lib/dbCalls.py # muddersOnRails() # Sara McAllister November 5, 2-17 # Last updated: 11-5-2017 # library for SQLite database calls for teamwork analysis app import contextlib import sqlite3...
0aaed7764d743afe46af503fe5938fa718fe3abc
teamworkApp/lib/dbCalls.py
teamworkApp/lib/dbCalls.py
Python
<|file_sep|>README.txt.diff original: from resync.sitemap import Sitemap updated: <|file_sep|>original/README.txt Typical library usage in a source: ```python from resync.resource_list import ResourceList from resync.resource import Resource from resync.sitemap import Sitemap rl = ResourceList() rl.add( Resource('h...
> resync http://source.example.com/ /tmp/my_source_example_com Typical library usage in a source: ```python from resync.resource_list import ResourceList from resync.resource import Resource rl = ResourceList() rl.add( Resource('http://example.com/res1', lastmod='2013-01-01') ) rl.add( Resource('http://example.com/r...
<|file_sep|>README.txt.diff original: from resync.sitemap import Sitemap updated: <|file_sep|>original/README.txt Typical library usage in a source: ```python from resync.resource_list import ResourceList from resync.resource import Resource from resync.sitemap import Sitemap rl = ResourceList() rl.add( Resource('h...
e4ea7e69dec899bad2ca0f74d5e854040c5f40d7
README.txt
README.txt
Text
<|file_sep|>original/.travis.yml language: php php: - 5.3 - 5.4 - 5.5 - 5.6 - 7 - hhvm sudo: false install: - composer install --no-interaction script: - vendor/bin/phpunit --coverage-text <|file_sep|>current/.travis.yml language: php php: - 5.3 - 5.4 - 5.5 - 5.6 - 7 - hhvm sudo: false...
language: php php: - 5.3 - 5.4 - 5.5 - 5.6 - 7 # also test against HHVM, but require "trusty" and ignore errors matrix: include: - php: hhvm dist: trusty allow_failures: - php: hhvm sudo: false install: - composer install --no-interaction
<|file_sep|>original/.travis.yml language: php php: - 5.3 - 5.4 - 5.5 - 5.6 - 7 - hhvm sudo: false install: - composer install --no-interaction script: - vendor/bin/phpunit --coverage-text <|file_sep|>current/.travis.yml language: php php: - 5.3 - 5.4 - 5.5 - 5.6 - 7 - hhvm sudo: false...
d956959780d6a6a3bae04cd432e83f45be1e33d4
.travis.yml
.travis.yml
YAML
<|file_sep|>original/README.md # InheritedRoles To implement Inherited roles by organization ## Introduction The code is packaged in a rubygem. The gem has no outside runtime dependencies. ## Persistence ( or lack thereof ) The requirements asked for no real DB, I went ahead implementing the models without using A...
# InheritedRoles [![Build Status](https://travis-ci.org/ywen/inherited_roles.png?branch=master)](https://travis-ci.org/ywen/inherited_roles) [![Code Quality](https://codeclimate.com/badge.png)](https://codeclimate.com/github/ywen/inherited_roles) To implement Inherited roles by organization ## Introduction The code...
<|file_sep|>original/README.md # InheritedRoles To implement Inherited roles by organization ## Introduction The code is packaged in a rubygem. The gem has no outside runtime dependencies. ## Persistence ( or lack thereof ) The requirements asked for no real DB, I went ahead implementing the models without using A...
8091fb1c36827b2ae1504dc4b941f1d737cdf6ca
README.md
README.md
Markdown
<|file_sep|>original/packaging/pkg/uninstall-FoundationDB-SQL_Layer.sh #!/bin/bash /bin/launchctl unload /Library/LaunchDaemons/com.foundationdb.layer.sql.plist &>/dev/null || : rm -f /Library/LaunchDaemons/com.foundationdb.layer.sql.plist rm -f /usr/local/bin/fdbsqldump rm -f /usr/local/bin/fdbsqlload rm -f /usr/loc...
#!/bin/bash /bin/launchctl unload /Library/LaunchDaemons/com.foundationdb.layer.sql.plist &>/dev/null || : rm -f /Library/LaunchDaemons/com.foundationdb.layer.sql.plist rm -f /usr/local/bin/fdbsql* rm -f /usr/local/libexec/fdbsqllayer rm -f /usr/local/foundationdb/LICENSE-SQL_Layer rm -f /usr/local/foundationdb/unins...
<|file_sep|>original/packaging/pkg/uninstall-FoundationDB-SQL_Layer.sh #!/bin/bash /bin/launchctl unload /Library/LaunchDaemons/com.foundationdb.layer.sql.plist &>/dev/null || : rm -f /Library/LaunchDaemons/com.foundationdb.layer.sql.plist rm -f /usr/local/bin/fdbsqldump rm -f /usr/local/bin/fdbsqlload rm -f /usr/loc...
eb969c2424b60b147007a420851b4c240d0de7ab
packaging/pkg/uninstall-FoundationDB-SQL_Layer.sh
packaging/pkg/uninstall-FoundationDB-SQL_Layer.sh
Shell
<|file_sep|>original/ReSwiftRxTests/Observable/RxTests.swift // @testable import ReSwiftRx import XCTest class RxTests: XCTestCase { func testObservablePropertySendsNewValues() { let property = ObservableProperty(10) XCTAssertEqual(property.value, 10) property.value = 20 XCTAssert...
// @testable import ReSwiftRx import XCTest class RxTests: XCTestCase { func testObservablePropertySendsNewValues() { let values = (10, 20, 30) var receivedValue: Int? let property = ObservableProperty(values.0) property.subscribe { receivedValue = $0 } ...
<|file_sep|>original/ReSwiftRxTests/Observable/RxTests.swift // @testable import ReSwiftRx import XCTest class RxTests: XCTestCase { func testObservablePropertySendsNewValues() { let property = ObservableProperty(10) XCTAssertEqual(property.value, 10) property.value = 20 XCTAssert...
0f31dd24664a9e636a81856884cdae6aca4c6414
ReSwiftRxTests/Observable/RxTests.swift
ReSwiftRxTests/Observable/RxTests.swift
Swift
<|file_sep|>original/header.tex \usepackage{titlesec} \titleformat{\section}{\huge\bfseries}{\thesection}{1em}{} \titlespacing{\section}{0pt}{0pt}{1em} \titleformat{\subsection}{\large\bfseries\MakeUppercase}{\thesubsection}{1em}{} %\usepackage{multicol} \pagestyle{empty} \hyphenation{Media-Wiki} \renewcommand{\label...
\usepackage{titlesec} \titleformat{\section}{\huge\bfseries}{\thesection}{1em}{} \titlespacing{\section}{0pt}{0pt}{1em} \titleformat{\subsection}{\large\bfseries\MakeUppercase}{\thesubsection}{1em}{} %\usepackage{multicol} \pagestyle{empty} \hyphenation{Media-Wiki} \renewcommand{\labelitemi}{} \renewcommand{\labelite...
<|file_sep|>original/header.tex \usepackage{titlesec} \titleformat{\section}{\huge\bfseries}{\thesection}{1em}{} \titlespacing{\section}{0pt}{0pt}{1em} \titleformat{\subsection}{\large\bfseries\MakeUppercase}{\thesubsection}{1em}{} %\usepackage{multicol} \pagestyle{empty} \hyphenation{Media-Wiki} \renewcommand{\label...
2de81be718fa7af553bd8291b110399acfd9b29a
header.tex
header.tex
TeX
<|file_sep|>original/ClearMeasure.NumberCruncher.Console/Program.cs using System.Collections.Generic; using ClearMeasure.NumberCruncher; using ClearMeasure.NumberCruncher.PrinterFormatters; namespace TheTesst { class Program { static void Main(string[] args) { var formatter = new De...
using System.Collections.Generic; using ClearMeasure.NumberCruncher; using ClearMeasure.NumberCruncher.PrinterFormatters; namespace TheTesst { class Program { static void Main(string[] args) { var formatter = new DefaultPrinterFormatter(() => new StringBuilderResultStore(), new Numb...
<|file_sep|>original/ClearMeasure.NumberCruncher.Console/Program.cs using System.Collections.Generic; using ClearMeasure.NumberCruncher; using ClearMeasure.NumberCruncher.PrinterFormatters; namespace TheTesst { class Program { static void Main(string[] args) { var formatter = new De...
5a1888b609bab6f777222e87a1283de797694261
ClearMeasure.NumberCruncher.Console/Program.cs
ClearMeasure.NumberCruncher.Console/Program.cs
C#
<|file_sep|>original/_sass/_base.scss html, body { height: 100%; width: 100%; margin: 0; padding: 0; } } <|file_sep|>current/_sass/_base.scss html, body { height: 100%; width: 100%; margin: 0; padding: 0; } } <|file_sep|>updated/_sass/_base.scss
html, body { height: 100%; width: 100%; margin: 0; padding: 0; } body { background-color: rgba(241, 196, 15,1.0); }
<|file_sep|>original/_sass/_base.scss html, body { height: 100%; width: 100%; margin: 0; padding: 0; } } <|file_sep|>current/_sass/_base.scss html, body { height: 100%; width: 100%; margin: 0; padding: 0; } } <|file_sep|>updated/_sass/_base.scss html, body { height: 100%; width: 100%; margin: 0;...
c10b684bddbc6c4b8bcb207fd62dcbc911a262bb
_sass/_base.scss
_sass/_base.scss
SCSS
<|file_sep|>m4/ac_attribute.m4.diff original: updated: dnl Copyright (C) 2004-2008 Kim Woelders dnl Copyright (C) 2008 Vincent Torri <vtorri at univ-evry dot fr> dnl That code is public domain and can be freely used or copied. dnl Originally snatched from somewhere... dnl Macro for checking if the compiler supports _...
int func(int x); int foo(int x __attribute__ ((unused))) { exit(1); } ], [ac_cv___attribute__="yes"], [ac_cv___attribute__="no"] )] ) AC_MSG_RESULT($ac_cv___attribute__) if test "x${ac_cv___attribute__}" = "xyes" ; then AC_DEFINE([HAVE___ATTRIBUTE__], [1], [Define to 1 if your compiler ...
<|file_sep|>m4/ac_attribute.m4.diff original: updated: dnl Copyright (C) 2004-2008 Kim Woelders dnl Copyright (C) 2008 Vincent Torri <vtorri at univ-evry dot fr> dnl That code is public domain and can be freely used or copied. dnl Originally snatched from somewhere... dnl Macro for checking if the compiler supports _...
efdd18be087faa68a9c235a4418de38eabc178dd
m4/ac_attribute.m4
m4/ac_attribute.m4
M4
<|file_sep|>original/development/importMaven/import_maven_artifacts.py <|file_sep|>current/development/importMaven/import_maven_artifacts.py <|file_sep|>updated/development/importMaven/import_maven_artifacts.py
#!/usr/bin/python """ Copyright 2018 The Android Open Source Project Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable ...
<|file_sep|>original/development/importMaven/import_maven_artifacts.py <|file_sep|>current/development/importMaven/import_maven_artifacts.py <|file_sep|>updated/development/importMaven/import_maven_artifacts.py #!/usr/bin/python """ Copyright 2018 The Android Open Source Project Licensed under the Apache License, V...
ec0b4994decd7daf532a8adc7f1c5eed5e3df812
development/importMaven/import_maven_artifacts.py
development/importMaven/import_maven_artifacts.py
Python
<|file_sep|>original/requirements/main.txt click==6.7 mss==3.0.1 pyperclip==1.5.27 requests==2.18.1 six==1.10.0 <|file_sep|>current/requirements/main.txt click==6.7 mss==3.0.1 pyperclip==1.5.27 requests==2.18.1 six==1.10.0 <|file_sep|>updated/requirements/main.txt
click==6.7 mss==3.0.1 pyperclip==1.5.27 requests==2.18.2 six==1.10.0
<|file_sep|>original/requirements/main.txt click==6.7 mss==3.0.1 pyperclip==1.5.27 requests==2.18.1 six==1.10.0 <|file_sep|>current/requirements/main.txt click==6.7 mss==3.0.1 pyperclip==1.5.27 requests==2.18.1 six==1.10.0 <|file_sep|>updated/requirements/main.txt click==6.7 mss==3.0.1 pyperclip==1.5.27 requests==2.18....
5dd0fc959a9dbd24ada9b3be92c316804853cbd0
requirements/main.txt
requirements/main.txt
Text
<|file_sep|>lib/Form.js.diff original: updated: var isSuccess = v.isSuccess(value.validation); <|file_sep|>lib/Form.js.diff original: this.props.onUpdate(value.value, value); updated: this.props.onUpdate(value.value, isSuccess); <|file_sep|>original/lib/Form.js <component className={className}> ...
<FormFor /> </component> ); }, getDefaultProps: function() { return {component: React.DOM.form}; }, valueUpdated: function(value) { var isSuccess = v.isSuccess(value.validation); if (this.props.onUpdate) { this.props.onUpdate(value.value, isSuccess); } if (this.prop...
<|file_sep|>lib/Form.js.diff original: updated: var isSuccess = v.isSuccess(value.validation); <|file_sep|>lib/Form.js.diff original: this.props.onUpdate(value.value, value); updated: this.props.onUpdate(value.value, isSuccess); <|file_sep|>original/lib/Form.js <component className={className}> ...
687e55776159a610d106f1fa1296396913a5ca06
lib/Form.js
lib/Form.js
JavaScript
<|file_sep|>original/applications/sort/grappa/npb_intsort.h <|file_sep|>current/applications/sort/grappa/npb_intsort.h <|file_sep|>updated/applications/sort/grappa/npb_intsort.h
enum npb_class { S, W, A, B, C, D }; static const int NKEY_LOG2[] = { 16, 20, 23, 25, 27, 29 }; static const int MAX_KEY_LOG2[] = { 11, 16, 19, 21, 23, 27 }; static const int NBUCKET_LOG2[] = { 10, 10, 10, 10, 10, 10 }; inline npb_class get_npb_class(char c) { switch (c) { case 'S': re...
<|file_sep|>original/applications/sort/grappa/npb_intsort.h <|file_sep|>current/applications/sort/grappa/npb_intsort.h <|file_sep|>updated/applications/sort/grappa/npb_intsort.h enum npb_class { S, W, A, B, C, D }; static const int NKEY_LOG2[] = { 16, 20, 23, 25, 27, 29 }; static const int ...
cedf3c0a047f818410de34a2121cda23bafc8edc
applications/sort/grappa/npb_intsort.h
applications/sort/grappa/npb_intsort.h
C
<|file_sep|>original/app/controllers/koi/admin_crud_controller.rb module Koi class AdminCrudController < Koi::ApplicationController helper :all has_crud :admin => true defaults :route_prefix => 'admin' protected def method_missing key, *sig, &blk if match = /(\w+_|\b)koi_(\w+)_path$/.match(k...
module Koi class AdminCrudController < Koi::ApplicationController helper :all has_crud :admin => true defaults :route_prefix => 'admin' protected # Matches missing route methods of the form (action_)?koi_(controller)_path, # and sends them to koi_engine instead. # # This is necessary ...
<|file_sep|>original/app/controllers/koi/admin_crud_controller.rb module Koi class AdminCrudController < Koi::ApplicationController helper :all has_crud :admin => true defaults :route_prefix => 'admin' protected def method_missing key, *sig, &blk if match = /(\w+_|\b)koi_(\w+)_path$/.match(k...
7c31a9f72bf0b6e7eb824a50e9319e67a74f2a78
app/controllers/koi/admin_crud_controller.rb
app/controllers/koi/admin_crud_controller.rb
Ruby
<|file_sep|>original/requirements.txt aioamqp==0.10.0 aiobotocore==0.5.2 aiohttp==2.3.10 async-timeout==2.0.0 botocore==1.7.40 chardet==3.0.4 codecov==2.0.15 coverage==4.5.1 docutils==0.14 jmespath==0.9.3 multidict==4.1.0 mypy==0.560 packaging==16.8 pycodestyle==2.3.1 py==1.5.2 pyparsing==2.2.0 pytest==3.4.0 pytest-cov...
aioamqp==0.10.0 aiobotocore==0.5.3 aiohttp==2.3.10 async-timeout==2.0.0 botocore==1.7.40 chardet==3.0.4 codecov==2.0.15 coverage==4.5.1 docutils==0.14 jmespath==0.9.3 multidict==4.1.0 mypy==0.560 packaging==16.8 pycodestyle==2.3.1 py==1.5.2 pyparsing==2.2.0 pytest==3.4.0 pytest-cov==2.5.1 python-dateutil==2.6.1 pytz==2...
<|file_sep|>original/requirements.txt aioamqp==0.10.0 aiobotocore==0.5.2 aiohttp==2.3.10 async-timeout==2.0.0 botocore==1.7.40 chardet==3.0.4 codecov==2.0.15 coverage==4.5.1 docutils==0.14 jmespath==0.9.3 multidict==4.1.0 mypy==0.560 packaging==16.8 pycodestyle==2.3.1 py==1.5.2 pyparsing==2.2.0 pytest==3.4.0 pytest-cov...
00c8acb8db3132700a323fdf359a7c82eeae7721
requirements.txt
requirements.txt
Text
<|file_sep|>original/requirements-test.txt # Unit testing pytest==4.3.1 pytest-mock==1.10.1 coverage==4.5.3 mock==2.0.0 # Code style flake8==3.7.7 # black isort==4.3.15 pre-commit==1.14.4 <|file_sep|>current/requirements-test.txt # Unit testing pytest==4.3.1 pytest-mock==1.10.1 coverage==4.5.3 mock==2.0.0 # Code styl...
# Unit testing pytest==4.3.1 pytest-mock==1.10.2 coverage==4.5.3 mock==2.0.0 # Code style flake8==3.7.7 # black isort==4.3.15 pre-commit==1.14.4
<|file_sep|>original/requirements-test.txt # Unit testing pytest==4.3.1 pytest-mock==1.10.1 coverage==4.5.3 mock==2.0.0 # Code style flake8==3.7.7 # black isort==4.3.15 pre-commit==1.14.4 <|file_sep|>current/requirements-test.txt # Unit testing pytest==4.3.1 pytest-mock==1.10.1 coverage==4.5.3 mock==2.0.0 # Code styl...
75a3b7378d533923298c84e02f204d8a1d01b24a
requirements-test.txt
requirements-test.txt
Text
<|file_sep|>.travis.yml.diff original: updated: services: - elasticsearch <|file_sep|>original/.travis.yml rvm: 2.2.3 sudo: false cache: - bundler - apt before_script: - cp test/dummy/.env.example test/dummy/.env - bundle exec rake app:db:setup - bundle exec rake app:index:reset services: - elasticsearch addons: apt...
rvm: 2.2.3 sudo: false cache: - bundler - apt services: - elasticsearch before_script: - cp test/dummy/.env.example test/dummy/.env - bundle exec rake app:db:setup - bundle exec rake app:index:reset addons: apt: sources: - elasticsearch-2.1 packages: - elasticsearch
<|file_sep|>.travis.yml.diff original: updated: services: - elasticsearch <|file_sep|>original/.travis.yml rvm: 2.2.3 sudo: false cache: - bundler - apt before_script: - cp test/dummy/.env.example test/dummy/.env - bundle exec rake app:db:setup - bundle exec rake app:index:reset services: - elasticsearch addons: apt...
5a382ad4ee3ccc05957607dd0b91553d1aae15fa
.travis.yml
.travis.yml
YAML
<|file_sep|>app/assets/javascripts/call4paperz.js.diff original: updated: <|file_sep|>original/app/assets/javascripts/call4paperz.js $(document).ready(function(){ $('.rr').hover( function(){ $(this).fadeTo("slow", 0.1); }, function(){ $(this).fadeTo("slow", 1); } ) removeLoggedDiv(); }); function...
$(document).ready(function(){ $('.rr').hover( function(){ $(this).fadeTo("slow", 0.1); }, function(){ $(this).fadeTo("slow", 1); } ) removeLoggedDiv(); }); function removeLoggedDiv(){ setTimeout(function(){ $('.notice').fadeOut('slow'); }, 5000); }
<|file_sep|>app/assets/javascripts/call4paperz.js.diff original: updated: <|file_sep|>original/app/assets/javascripts/call4paperz.js $(document).ready(function(){ $('.rr').hover( function(){ $(this).fadeTo("slow", 0.1); }, function(){ $(this).fadeTo("slow", 1); } ) removeLoggedDiv(); }); function...
6ca4aa8735f8f85d602059e9a46212672a145cd6
app/assets/javascripts/call4paperz.js
app/assets/javascripts/call4paperz.js
JavaScript
<|file_sep|>original/package.json "version": "0.5.2", "description": "Typescript utility classes published as angular services", "author": "Renovo Development Team", "keywords": [ "typescript", "utilities" ], "devDependencies": { "chai": "^2.1.2", "gulp": "^3.8.11", "gulp-utilities": "ht...
"version": "0.5.2", "description": "Typescript utility classes published as angular services", "author": "Renovo Development Team", "keywords": [ "typescript", "utilities" ], "devDependencies": { "chai": "^2.1.2", "gulp": "^3.8.11", "gulp-utilities": "https://github.com/RenovoSolutions/G...
<|file_sep|>original/package.json "version": "0.5.2", "description": "Typescript utility classes published as angular services", "author": "Renovo Development Team", "keywords": [ "typescript", "utilities" ], "devDependencies": { "chai": "^2.1.2", "gulp": "^3.8.11", "gulp-utilities": "ht...
663e92c58ef94bb3a28182b9facc70660b51a85e
package.json
package.json
JSON
<|file_sep|>original/install.sh #!/bin/bash #Dependencies apt-get install -y dpkg dpkg-dev fakeroot python3 python3-pip socat nginx php5-cli gcc-multilib pip3 install --upgrade . <|file_sep|>current/install.sh #!/bin/bash #Dependencies apt-get install -y dpkg dpkg-dev fakeroot python3 python3-pip socat nginx php5-cl...
#!/bin/bash #Dependencies apt-get install -y dpkg dpkg-dev fakeroot python3 python3-pip socat nginx php5-cli gcc-multilib pip3 install --upgrade pip sudo apt uninstall python3-pip bash -c 'pip3 install --upgrade .'
<|file_sep|>original/install.sh #!/bin/bash #Dependencies apt-get install -y dpkg dpkg-dev fakeroot python3 python3-pip socat nginx php5-cli gcc-multilib pip3 install --upgrade . <|file_sep|>current/install.sh #!/bin/bash #Dependencies apt-get install -y dpkg dpkg-dev fakeroot python3 python3-pip socat nginx php5-cl...
7bb7f0e2ba0a016d7e0effe3bb3dfe10143bdf14
install.sh
install.sh
Shell
<|file_sep|>original/docs/docker_standalone.md <|file_sep|>current/docs/docker_standalone.md <|file_sep|>updated/docs/docker_standalone.md
# Standalone Docker Container Notes # In order to introduce new users to the power of the MultiScanner framework, web UI, and REST API, we have built a standalone docker application that is simple to run in new environments. Simply clone the top level directory and run: ``` $ docker-compose up ``` This will build the 3...
<|file_sep|>original/docs/docker_standalone.md <|file_sep|>current/docs/docker_standalone.md <|file_sep|>updated/docs/docker_standalone.md # Standalone Docker Container Notes # In order to introduce new users to the power of the MultiScanner framework, web UI, and REST API, we have built a standalone docker applicati...
3fd11d6e74622e9f33b6a672b33ad19a9482d464
docs/docker_standalone.md
docs/docker_standalone.md
Markdown
<|file_sep|>.travis.yml.diff original: - "3.2" updated: <|file_sep|>original/.travis.yml language: python # python versions to test python: - "2.7" - "3.2" - "3.3" - "3.4" # install prerequisites and dependencies install: - pip install pep8 coveralls nose-exclude - pip install git+https://github.com/davidch...
language: python # python versions to test python: - "2.7" - "3.3" - "3.4" - "3.5" # install prerequisites and dependencies install: - pip install pep8 coveralls nose-exclude - pip install git+https://github.com/davidchall/nrtest.git - pip install -e . # run PEP-8 compliance test and unit tests script: -...
<|file_sep|>.travis.yml.diff original: - "3.2" updated: <|file_sep|>original/.travis.yml language: python # python versions to test python: - "2.7" - "3.2" - "3.3" - "3.4" # install prerequisites and dependencies install: - pip install pep8 coveralls nose-exclude - pip install git+https://github.com/davidch...
4853300bcd2b1984adebbd956e4e2b9a7cbab396
.travis.yml
.travis.yml
YAML
<|file_sep|>original/README.md Ansible-string-split-filter =========================== A simple Ansible Jinja2 filter to split a string into a list. Setup ----- See the [plugin documentation](http://docs.ansible.com/developing_plugins.html#distributing-plugins). Usage ----- ```python split(delimiter) split_regex(...
**! This plugin is no longer neccesary starting with Ansible 2.0, see [this example](https://github.com/timraasveld/ansible-string-split-filter/issues/2#issuecomment-227422158) !** Ansible-string-split-filter =========================== A simple Ansible Jinja2 filter to split a string into a list. Setup ----- See t...
<|file_sep|>original/README.md Ansible-string-split-filter =========================== A simple Ansible Jinja2 filter to split a string into a list. Setup ----- See the [plugin documentation](http://docs.ansible.com/developing_plugins.html#distributing-plugins). Usage ----- ```python split(delimiter) split_regex(...
b11ee95ccaf56206605f0232fd0a910c16ec2b55
README.md
README.md
Markdown
<|file_sep|>original/ext/test-more-bash/ext/bashplus/test/source-bash+-std.t <|file_sep|>current/ext/test-more-bash/ext/bashplus/test/source-bash+-std.t <|file_sep|>updated/ext/test-more-bash/ext/bashplus/test/source-bash+-std.t
#!/bin/bash -e source test/test.bash PATH=$PWD/bin:$PATH source bash+ :std ok "`bash+:can use`" 'use is imported' ok "`bash+:can die`" 'die is imported' ok "`bash+:can warn`" 'warn is imported' ok "`! bash+:can import`" 'import is not imported' ok "`! bash+:can main`" 'main is not imp...
<|file_sep|>original/ext/test-more-bash/ext/bashplus/test/source-bash+-std.t <|file_sep|>current/ext/test-more-bash/ext/bashplus/test/source-bash+-std.t <|file_sep|>updated/ext/test-more-bash/ext/bashplus/test/source-bash+-std.t #!/bin/bash -e source test/test.bash PATH=$PWD/bin:$PATH source bash+ :std ok "`bash+:...
00cfd8154437baab0deb1a7bd286c1e4eaefa9ba
ext/test-more-bash/ext/bashplus/test/source-bash+-std.t
ext/test-more-bash/ext/bashplus/test/source-bash+-std.t
Perl
<|file_sep|>original/documentation/assertions/object/to-have-key.md Asserts the presence of a key. Alias for [to be have keys](/assertions/object/to-have-keys). ```javascript expect({ a: 'a', b: 'b', c: 'c' }, 'to have key', 'a'); ``` Using the `only` flag you can assert that the object only have the specified key. ...
Asserts the presence of a key. Alias for [to be have keys](../to-have-keys). ```javascript expect({ a: 'a', b: 'b', c: 'c' }, 'to have key', 'a'); ``` Using the `only` flag you can assert that the object only have the specified key. ```javascript expect({ a: 'a' }, 'to only have key', 'a'); ``` In case of a failin...
<|file_sep|>original/documentation/assertions/object/to-have-key.md Asserts the presence of a key. Alias for [to be have keys](/assertions/object/to-have-keys). ```javascript expect({ a: 'a', b: 'b', c: 'c' }, 'to have key', 'a'); ``` Using the `only` flag you can assert that the object only have the specified key. ...
47031fecf8a448187b4726a91cc84884909b9e2f
documentation/assertions/object/to-have-key.md
documentation/assertions/object/to-have-key.md
Markdown
<|file_sep|>original/.travis.yml rvm: - 1.8.7 - 1.9.1 - 1.9.2 - jruby - rbx-2.0 - ree - ruby-head <|file_sep|>current/.travis.yml rvm: - 1.8.7 - 1.9.1 - 1.9.2 - jruby - rbx-2.0 - ree - ruby-head <|file_sep|>updated/.travis.yml
rvm: - 1.8.7 - 1.9.1 - 1.9.2 - jruby - rbx - ree - ruby-head
<|file_sep|>original/.travis.yml rvm: - 1.8.7 - 1.9.1 - 1.9.2 - jruby - rbx-2.0 - ree - ruby-head <|file_sep|>current/.travis.yml rvm: - 1.8.7 - 1.9.1 - 1.9.2 - jruby - rbx-2.0 - ree - ruby-head <|file_sep|>updated/.travis.yml rvm: - 1.8.7 - 1.9.1 - 1.9.2 - jruby - rbx - ree - ...
05468366bd2264b3e749898269f929db60e23c51
.travis.yml
.travis.yml
YAML
<|file_sep|>original/CHANGELOG.md ## 0.8: * Fix the default WebPoller log level to be FINEST rather than OFF which results in the WebPoller logging at the highest log level. ## 0.7: * Fix bug in IE handling headers due to GWT parsing null header values. * Refactor WebPoller to remove "LongPoll" flag and "PollDurati...
## 0.9 (Pending): ## 0.8: * Fix the default WebPoller log level to be FINEST rather than OFF which results in the WebPoller logging at the highest log level. ## 0.7: * Fix bug in IE handling headers due to GWT parsing null header values. * Refactor WebPoller to remove "LongPoll" flag and "PollDuration" configurati...
<|file_sep|>original/CHANGELOG.md ## 0.8: * Fix the default WebPoller log level to be FINEST rather than OFF which results in the WebPoller logging at the highest log level. ## 0.7: * Fix bug in IE handling headers due to GWT parsing null header values. * Refactor WebPoller to remove "LongPoll" flag and "PollDurati...
c2a99b9260113525fb25b6eac212983203dd1d09
CHANGELOG.md
CHANGELOG.md
Markdown
<|file_sep|>original/src/styles/Window.less } &-content { // This lets the -content element take focus in Firefox when a child element is clicked position: absolute; top: 0; left: 0; right: 0; bottom: 0; // Element takes focus when opened, so hide outline &:focus { outline: 0; } } &-head, &...
} &-content { // This lets the -content element take focus in Firefox when a child element is clicked position: absolute; top: 0; left: 0; right: 0; bottom: 0; overflow: hidden; // Element takes focus when opened, so hide outline &:focus { outline: 0; } } &-head, &-foot { .oo-ui-unsele...
<|file_sep|>original/src/styles/Window.less } &-content { // This lets the -content element take focus in Firefox when a child element is clicked position: absolute; top: 0; left: 0; right: 0; bottom: 0; // Element takes focus when opened, so hide outline &:focus { outline: 0; } } &-head, &...
d5079a82ba5115b741028dac6b3e1970eaa6be31
src/styles/Window.less
src/styles/Window.less
Less
<|file_sep|>original/phpunit.xml.dist backupStaticAttributes="false" colors="true" verbose="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" stopOnFailure="false"> ...
backupStaticAttributes="false" colors="true" verbose="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" stopOnFailure="false"> <testsuites> <testsuite na...
<|file_sep|>original/phpunit.xml.dist backupStaticAttributes="false" colors="true" verbose="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" stopOnFailure="false"> ...
05ad6245a838c427695da498e7a5f339ff63378a
phpunit.xml.dist
phpunit.xml.dist
unknown
<|file_sep|>original/requirements/dev.txt -r base.txt django-debug-toolbar==3.2 factory-boy==3.2.0 Faker==6.6.1 flake8-docstrings==1.5.0 flake8==3.9.0 freezegun==1.1.0 isort==5.7.0 pytest-cov==2.11.1 pytest-django==4.1.0 pytest-factoryboy==2.1.0 pytest==6.2.2 <|file_sep|>current/requirements/dev.txt -r base.txt django-...
-r base.txt django-debug-toolbar==3.2 factory-boy==3.2.0 Faker==6.6.2 flake8-docstrings==1.5.0 flake8==3.9.0 freezegun==1.1.0 isort==5.7.0 pytest-cov==2.11.1 pytest-django==4.1.0 pytest-factoryboy==2.1.0 pytest==6.2.2
<|file_sep|>original/requirements/dev.txt -r base.txt django-debug-toolbar==3.2 factory-boy==3.2.0 Faker==6.6.1 flake8-docstrings==1.5.0 flake8==3.9.0 freezegun==1.1.0 isort==5.7.0 pytest-cov==2.11.1 pytest-django==4.1.0 pytest-factoryboy==2.1.0 pytest==6.2.2 <|file_sep|>current/requirements/dev.txt -r base.txt django-...
0b2a844b715921c30e51d12f5625a3e83f72b706
requirements/dev.txt
requirements/dev.txt
Text
<|file_sep|>original/_data/events.yml - title: Code & Coffee date: April 14, 2018 link: https://www.meetup.com/Girl-Develop-It-Dayton/events/bxcvdpyxgbsb/ image: /img/events/event_code-coffee.jpg - title: Weeknight Code & Coffee date: April 25, 2018 link: https://www.meetup.com/Girl-Develop-It-Dayton/events/2...
- title: Code & Coffee date: April 14, 2018 link: https://www.meetup.com/Girl-Develop-It-Dayton/events/bxcvdpyxgbsb/ image: /img/events/event_code-coffee.jpg - title: Intro to Database Design date: April 18, 2018 link: https://www.meetup.com/Girl-Develop-It-Dayton/events/248908791/ image: img/events/event_d...
<|file_sep|>original/_data/events.yml - title: Code & Coffee date: April 14, 2018 link: https://www.meetup.com/Girl-Develop-It-Dayton/events/bxcvdpyxgbsb/ image: /img/events/event_code-coffee.jpg - title: Weeknight Code & Coffee date: April 25, 2018 link: https://www.meetup.com/Girl-Develop-It-Dayton/events/2...
35f93e29e97000a76a43b29b3afd2eeb039d59ca
_data/events.yml
_data/events.yml
YAML
<|file_sep|>original/src/CMakeLists.txt Trade/AbstractImporter.cpp Trade/MeshData.cpp Math/Math.cpp ) add_library(Magnum SHARED ${Magnum_SRCS}) if(WIN32) set_target_properties(Magnum PROPERTIES COMPILE_FLAGS -DMAGNUM_EXPORTING) endif() target_link_libraries(Magnum CorradePluginManager CorradeUtility...
Trade/AbstractImporter.cpp Trade/MeshData.cpp Math/Math.cpp ) add_library(Magnum SHARED ${Magnum_SRCS}) if(WIN32) set_target_properties(Magnum PROPERTIES COMPILE_FLAGS -DMAGNUM_EXPORTING) endif() target_link_libraries(Magnum ${CORRADE_UTILITY_LIBRARY} ${CORRADE_PLUGINMANAGER_LIBRARY} ${OPENGL_gl_LIB...
<|file_sep|>original/src/CMakeLists.txt Trade/AbstractImporter.cpp Trade/MeshData.cpp Math/Math.cpp ) add_library(Magnum SHARED ${Magnum_SRCS}) if(WIN32) set_target_properties(Magnum PROPERTIES COMPILE_FLAGS -DMAGNUM_EXPORTING) endif() target_link_libraries(Magnum CorradePluginManager CorradeUtility...
aaf8d65446c0f90e650c8b23383a5ebd627ea2c0
src/CMakeLists.txt
src/CMakeLists.txt
Text
<|file_sep|>original/_posts/2016-02-29-ruby-courses.md --- layout: post title: Рейтинг курсов по Ruby description: Отзывы и мнения выпускников и учеников курсов по Ruby и Ruby on Rails с рейтинговой таблицей --- Запилил на коленке простейший [рейтинг курсов по Ruby и Ruby on Rails](http://rubycourses.ru). Рейтинг выгл...
--- layout: post title: Рейтинг курсов по Ruby description: Отзывы и мнения выпускников и учеников курсов по Ruby и Ruby on Rails с рейтинговой таблицей --- Запилил на коленке простейший [рейтинг курсов по Ruby и Ruby on Rails](http://rubycourses.ru). Рейтинг выглядит как простая табличка, курсы можно отфильтровать по...
<|file_sep|>original/_posts/2016-02-29-ruby-courses.md --- layout: post title: Рейтинг курсов по Ruby description: Отзывы и мнения выпускников и учеников курсов по Ruby и Ruby on Rails с рейтинговой таблицей --- Запилил на коленке простейший [рейтинг курсов по Ruby и Ruby on Rails](http://rubycourses.ru). Рейтинг выгл...
235d90a5f6bd3eecc1efd174947c2ef265052ba8
_posts/2016-02-29-ruby-courses.md
_posts/2016-02-29-ruby-courses.md
Markdown
<|file_sep|>original/neutron/services/qos/constants.py # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or...
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or # implied. # See the License for the specific language governing permissions and # limitations under the License. from neutron_lib.services.qos import constants as qos_consts # TODO(liuyulong): Because of the development sequence, the rule must # be im...
<|file_sep|>original/neutron/services/qos/constants.py # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or...
0bb9c99d50662001237f0fc55228a9aa68fc211c
neutron/services/qos/constants.py
neutron/services/qos/constants.py
Python
<|file_sep|>original/.travis.yml language: java jdk: - openjdk7 - oraclejdk8 cache: directories: - $HOME/.m2 after_success: - mvn cobertura:cobertura coveralls:report env: global: - secure: VowI35vSogCpbHhqkStwHdU3A9+0g3x3v4RiE6Ps6RH5Y4E0F5mD9MzrYloRGIWpbeLgw0azRVsM2nDufUIJgogWIOnxKxi4AqSo23VKcY6z...
language: java jdk: - openjdk7 - oraclejdk8 - openjdk9 - openjdk11 cache: directories: - $HOME/.m2 after_success: - mvn cobertura:cobertura coveralls:report env: global: - secure: VowI35vSogCpbHhqkStwHdU3A9+0g3x3v4RiE6Ps6RH5Y4E0F5mD9MzrYloRGIWpbeLgw0azRVsM2nDufUIJgogWIOnxKxi4AqSo23VKcY6z/tN0kR...
<|file_sep|>original/.travis.yml language: java jdk: - openjdk7 - oraclejdk8 cache: directories: - $HOME/.m2 after_success: - mvn cobertura:cobertura coveralls:report env: global: - secure: VowI35vSogCpbHhqkStwHdU3A9+0g3x3v4RiE6Ps6RH5Y4E0F5mD9MzrYloRGIWpbeLgw0azRVsM2nDufUIJgogWIOnxKxi4AqSo23VKcY6z...
7fbd8da753ae818308a8a7df95f0a9378d0b46d8
.travis.yml
.travis.yml
YAML
<|file_sep|>.travis.yml.diff original: - ANDROID_API_LEVEL=28 - ANDROID_BUILD_TOOLS_VERSION=28.0.0 - ANDROID_EMU_API_LEVEL=24 - ANDROID_ABI=armeabi-v7a updated: - ANDROID_API_LEVEL=27 - ANDROID_BUILD_TOOLS_VERSION=27.0.3 - ANDROID_EMU_API_LEVEL=27 - ANDROID_ABI=x86 <|file_sep|>.travis.yml.diff o...
- android-$ANDROID_EMU_API_LEVEL - extra-android-support - extra-android-m2repository - extra-google-m2repository - sys-img-$ANDROID_ABI-google_apis-$ANDROID_EMU_API_LEVEL licenses: - '.+' before_script: - android list targets # - echo no | android create avd --force -n test -t android-$ANDRO...
<|file_sep|>.travis.yml.diff original: - ANDROID_API_LEVEL=28 - ANDROID_BUILD_TOOLS_VERSION=28.0.0 - ANDROID_EMU_API_LEVEL=24 - ANDROID_ABI=armeabi-v7a updated: - ANDROID_API_LEVEL=27 - ANDROID_BUILD_TOOLS_VERSION=27.0.3 - ANDROID_EMU_API_LEVEL=27 - ANDROID_ABI=x86 <|file_sep|>.travis.yml.diff o...
6bb97afa45525df5ceb0457cfefbed82f37cb86a
.travis.yml
.travis.yml
YAML
<|file_sep|>original/requirements/base.txt # Forms django-braces==1.10.0 django-crispy-forms==1.6.0 django-floppyforms==1.7.0 # Models django-model-utils==2.6 # Images Pillow==3.3.1 # For user registration, either via email or social # Well-built with regular release cycles! django-allauth==0.27.0 # Python-Postgre...
# Forms django-braces==1.10.0 django-crispy-forms==1.6.0 django-floppyforms==1.7.0 # Models django-model-utils==2.6 # Images Pillow==4.0.0 # For user registration, either via email or social # Well-built with regular release cycles! django-allauth==0.27.0 # Python-PostgreSQL Database Adapter psycopg2==2.6.2 # Uni...
<|file_sep|>original/requirements/base.txt # Forms django-braces==1.10.0 django-crispy-forms==1.6.0 django-floppyforms==1.7.0 # Models django-model-utils==2.6 # Images Pillow==3.3.1 # For user registration, either via email or social # Well-built with regular release cycles! django-allauth==0.27.0 # Python-Postgre...
ea6a1ae8d12d913315ea67489de2f0ee546a0260
requirements/base.txt
requirements/base.txt
Text
<|file_sep|>original/.travis.yml language: android jdk: - oraclejdk7 android: components: - tools - platform-tools - build-tools-23.0.3 - android-23 - extra-google-m2repository - extra-android-m2repository - addon-google_apis-google-23 script: - "./gradlew build test --continue --stacktrace" before_inst...
language: android jdk: - oraclejdk7 android: components: - tools - platform-tools - build-tools-23.0.3 - android-23 - extra-google-m2repository - extra-android-m2repository - addon-google_apis-google-23 script: - "./gradlew build test --continue --stacktrace" before_install: - openssl aes-256-cbc -K $en...
<|file_sep|>original/.travis.yml language: android jdk: - oraclejdk7 android: components: - tools - platform-tools - build-tools-23.0.3 - android-23 - extra-google-m2repository - extra-android-m2repository - addon-google_apis-google-23 script: - "./gradlew build test --continue --stacktrace" before_inst...
4f5a59a630e0374bd0a091dec21597f02d268a1b
.travis.yml
.travis.yml
YAML
<|file_sep|>.travis.yml.diff original: install: python setup.py install updated: # command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors install: python setup.py build # command to run tests, e.g. python setup.py test <|file_sep|>original/.travis.yml language: python python: - "2.7" serv...
language: python python: - "2.7" services: mongodb # command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors install: python setup.py build # command to run tests, e.g. python setup.py test script: python setup.py test
<|file_sep|>.travis.yml.diff original: install: python setup.py install updated: # command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors install: python setup.py build # command to run tests, e.g. python setup.py test <|file_sep|>original/.travis.yml language: python python: - "2.7" serv...
4e2262aeb431a559a2775af85f26b7590b4ed037
.travis.yml
.travis.yml
YAML
<|file_sep|>original/spec/spec_helper.rb $LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib')) $LOAD_PATH.unshift(File.join(Gem.loaded_specs['kaminari'].gem_dir, 'spec')) $LOAD_PATH.unshift(File.dirname(__FILE__)) require 'rails' require 'bundler/setup' Bundler.require require 'capybara/rspec' require '...
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib')) $LOAD_PATH.unshift(File.join(Gem.loaded_specs['kaminari'].gem_dir, 'spec')) $LOAD_PATH.unshift(File.dirname(__FILE__)) require 'rails' require 'bundler/setup' Bundler.require # for kaminari view test ActiveSupport.on_load :action_controller do prep...
<|file_sep|>original/spec/spec_helper.rb $LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib')) $LOAD_PATH.unshift(File.join(Gem.loaded_specs['kaminari'].gem_dir, 'spec')) $LOAD_PATH.unshift(File.dirname(__FILE__)) require 'rails' require 'bundler/setup' Bundler.require require 'capybara/rspec' require '...
70b9e01aa43484b66377285ab404b05facf265f0
spec/spec_helper.rb
spec/spec_helper.rb
Ruby
<|file_sep|>CHANGELOG.md.diff original: ## [Unreleased] updated: ## 0.1.0 (2017-05-12) <|file_sep|>original/CHANGELOG.md # Change Log for Barely JSON The format of this file is based on [Keep a Changelog] and this project adheres to [Semantic Versioning]. ## [Unreleased] ### Added - Support for parsing strings - Su...
# Change Log for Barely JSON The format of this file is based on [Keep a Changelog] and this project adheres to [Semantic Versioning]. ## 0.1.0 (2017-05-12) ### Added - Support for parsing strings - Support for custom resolvers for illegal values [Keep a Changelog]: http://keepachangelog.com/ [Semantic Versioning...
<|file_sep|>CHANGELOG.md.diff original: ## [Unreleased] updated: ## 0.1.0 (2017-05-12) <|file_sep|>original/CHANGELOG.md # Change Log for Barely JSON The format of this file is based on [Keep a Changelog] and this project adheres to [Semantic Versioning]. ## [Unreleased] ### Added - Support for parsing strings - Su...
985f67f02e1ab587e0c319da8974d468e4da1941
CHANGELOG.md
CHANGELOG.md
Markdown
<|file_sep|>original/.travis.yml apt: packages: - pkg-config - libcairo2-dev - libjpeg8-dev - libgif-dev before_install: - createdb template_postgis - psql -c "CREATE EXTENSION postgis" template_postgis - psql -c "CREATE LANGUAGE plpythonu" template_postgis env: - NPROCS=1 JOBS=1 PGUSER=...
apt: packages: - pkg-config - libcairo2-dev - libjpeg8-dev - libgif-dev before_install: - createdb template_postgis - psql -c "CREATE EXTENSION postgis" template_postgis env: - NPROCS=1 JOBS=1 PGUSER=postgres language: node_js node_js: - "0.10" notifications: irc: channels:
<|file_sep|>original/.travis.yml apt: packages: - pkg-config - libcairo2-dev - libjpeg8-dev - libgif-dev before_install: - createdb template_postgis - psql -c "CREATE EXTENSION postgis" template_postgis - psql -c "CREATE LANGUAGE plpythonu" template_postgis env: - NPROCS=1 JOBS=1 PGUSER=...
3780aed1b7509ab1d1ea7323db9da34d772a8929
.travis.yml
.travis.yml
YAML
<|file_sep|>original/requirements/local.txt # Local development dependencies go here -r base.txt coverage==4.4.2 django-coverage-plugin==1.5.0 Sphinx==1.6.5 django-extensions==1.9.7 Werkzeug==0.12.2 django-test-plus==1.0.20 factory_boy==2.9.2 django-debug-toolbar==1.9.1 # improved REPL ipython==5.5.0 # pyup: >=5.3...
# Local development dependencies go here -r base.txt coverage==4.4.2 django-coverage-plugin==1.5.0 Sphinx==1.6.5 django-extensions==1.9.7 Werkzeug==0.13 django-test-plus==1.0.20 factory_boy==2.9.2 django-debug-toolbar==1.9.1 # improved REPL ipython==5.5.0 # pyup: >=5.3.0,<6.0.0 ipdb==0.10.3 pytest-django==3.1.2 p...
<|file_sep|>original/requirements/local.txt # Local development dependencies go here -r base.txt coverage==4.4.2 django-coverage-plugin==1.5.0 Sphinx==1.6.5 django-extensions==1.9.7 Werkzeug==0.12.2 django-test-plus==1.0.20 factory_boy==2.9.2 django-debug-toolbar==1.9.1 # improved REPL ipython==5.5.0 # pyup: >=5.3...
222558480c6d96f6e921ca1f6f7f54abf08cdad2
requirements/local.txt
requirements/local.txt
Text
<|file_sep|>original/.travis.yml language: ruby rvm: - 1.9.2 - 1.9.3 - 2.0.0 - jruby-19mode - rbx-19mode matrix: allow_failures: - rvm: 1.9.2 - rvm: jruby-19mode <|file_sep|>current/.travis.yml language: ruby rvm: - 1.9.2 - 1.9.3 - 2.0.0 - jruby-19mode - rbx-19mode matrix: allow_failures...
language: ruby rvm: - 1.9.2 - 1.9.3 - 2.0.0 - jruby-19mode - rbx-19mode matrix: allow_failures: - rvm: 1.9.2
<|file_sep|>original/.travis.yml language: ruby rvm: - 1.9.2 - 1.9.3 - 2.0.0 - jruby-19mode - rbx-19mode matrix: allow_failures: - rvm: 1.9.2 - rvm: jruby-19mode <|file_sep|>current/.travis.yml language: ruby rvm: - 1.9.2 - 1.9.3 - 2.0.0 - jruby-19mode - rbx-19mode matrix: allow_failures...
1d839d02ecad455f2b68fb0fd3b6f1e7a9c4306a
.travis.yml
.travis.yml
YAML
<|file_sep|>original/.travis.yml language: ruby bundler_args: --without development before_install: gem install bundler rvm: - 1.9.3 - 2.0.0 - 2.1.5 - ruby-head - jruby - rbx matrix: allow_failures: - rvm: rbx - rvm: jruby <|file_sep|>current/.travis.yml language: ruby bundler_args: --without deve...
language: ruby bundler_args: --without development before_install: gem install bundler rvm: - 1.9.3 - 2.0 - 2.1 - 2.2 - 2.3.0 - ruby-head - jruby - rbx matrix: allow_failures: - rvm: rbx - rvm: jruby
<|file_sep|>original/.travis.yml language: ruby bundler_args: --without development before_install: gem install bundler rvm: - 1.9.3 - 2.0.0 - 2.1.5 - ruby-head - jruby - rbx matrix: allow_failures: - rvm: rbx - rvm: jruby <|file_sep|>current/.travis.yml language: ruby bundler_args: --without deve...
b1325faead0facb8a42c31302c2d94d028975b3d
.travis.yml
.travis.yml
YAML
<|file_sep|>original/.travis.yml language: php php: - 5.3.3 - 5.3 - 5.4 - 5.5 - 5.6 - hhvm script: phpunit --configuration ./build/travis-ci.xml notifications: email: false <|file_sep|>current/.travis.yml language: php php: - 5.3.3 - 5.3 - 5.4 - 5.5 - 5.6 - hhvm sc...
language: php php: - 5.3.3 - 5.3 - 5.4 - 5.5 - 5.6 - hhvm script: ./build/tools/phpunit.phar --configuration ./build/travis-ci.xml notifications: email: false
<|file_sep|>original/.travis.yml language: php php: - 5.3.3 - 5.3 - 5.4 - 5.5 - 5.6 - hhvm script: phpunit --configuration ./build/travis-ci.xml notifications: email: false <|file_sep|>current/.travis.yml language: php php: - 5.3.3 - 5.3 - 5.4 - 5.5 - 5.6 - hhvm sc...
1f05d869edc1876b4e5287941da16c83ba39bdb1
.travis.yml
.travis.yml
YAML
<|file_sep|>site/user/issue-tracker.md.diff original: Issue Tracker (bug database) ============================ updated: Issue Tracking ============== <|file_sep|>site/user/issue-tracker.md.diff original: The Issue Tracker is the bug database where we track all defect reports and feature requests. updated: The Skia Iss...
Issue Tracking ============== The Skia Issue Tracker ---------------------- [Skia's Issue Tracker](https://bugs.chromium.org/p/skia/issues/list) (bug.skia.org or skbug.com) is the primary bug database where we track all defect reports and feature requests. When filing a new issue, please select the appropriate templa...
<|file_sep|>site/user/issue-tracker.md.diff original: Issue Tracker (bug database) ============================ updated: Issue Tracking ============== <|file_sep|>site/user/issue-tracker.md.diff original: The Issue Tracker is the bug database where we track all defect reports and feature requests. updated: The Skia Iss...
d4d8b394417e11bf2f3116418e4b0d83c9caf495
site/user/issue-tracker.md
site/user/issue-tracker.md
Markdown
<|file_sep|>original/requirements/base.txt Django==1.11.10 djangorestframework==3.7.7 django-filter==1.1.0 django-crispy-forms==1.7.0 dj-database-url==0.4.2 django-rest-swagger==2.1.2 django-secure==1.0.1 django-csp==3.3 django-csp-reports==1.1 whitenoise==3.3.1 django-excel==0.0.10 pyexcel==0.5.8 pyexcel-xls==0.5.5 py...
Django==1.11.10 djangorestframework==3.8.2 django-filter==1.1.0 django-crispy-forms==1.7.0 dj-database-url==0.4.2 django-rest-swagger==2.1.2 django-secure==1.0.1 django-csp==3.3 django-csp-reports==1.1 whitenoise==3.3.1 django-excel==0.0.10 pyexcel==0.5.8 pyexcel-xls==0.5.5 pyexcel-xlsx==0.5.6 pytz==2018.3 future==0.16...
<|file_sep|>original/requirements/base.txt Django==1.11.10 djangorestframework==3.7.7 django-filter==1.1.0 django-crispy-forms==1.7.0 dj-database-url==0.4.2 django-rest-swagger==2.1.2 django-secure==1.0.1 django-csp==3.3 django-csp-reports==1.1 whitenoise==3.3.1 django-excel==0.0.10 pyexcel==0.5.8 pyexcel-xls==0.5.5 py...
c90718b5f4622161fd6eb9f18902f641661110cf
requirements/base.txt
requirements/base.txt
Text
<|file_sep|>original/test/setupTestArticleSession.js // load the empty archive let storage = new VfsStorageClient(vfs, './data/') let archive = new TextureArchive(storage, new InMemoryDarBuffer()) // ATTENTION: in case of the VFS loading is synchronous // TODO: make sure that this is always the case archiv...
// load the empty archive let storage = new VfsStorageClient(vfs, './data/') let archive = new TextureArchive(storage, new InMemoryDarBuffer()) // ATTENTION: in case of the VFS loading is synchronous // TODO: make sure that this is always the case archive.load('blank', () => {}) let session = archive.get...
<|file_sep|>original/test/setupTestArticleSession.js // load the empty archive let storage = new VfsStorageClient(vfs, './data/') let archive = new TextureArchive(storage, new InMemoryDarBuffer()) // ATTENTION: in case of the VFS loading is synchronous // TODO: make sure that this is always the case archiv...
e5330c725a204e66e61f2fd47294ea2834843d31
test/setupTestArticleSession.js
test/setupTestArticleSession.js
JavaScript
<|file_sep|>original/playground/java/settings/repository/edu.mit.broad/picard-snapshot.xml <ivy-module version="1.0"> <info organisation="edu.mit.broad" module="picard" revision="snapshot" status="integration" /> </ivy-module> <|file_sep|>current/playground/java/settings/repository/edu.mit.broad/picard-snapshot.xml...
<ivy-module version="1.0"> <info organisation="edu.mit.broad" module="picard" revision="snapshot" status="integration" publication="20090312165022" /> </ivy-module>
<|file_sep|>original/playground/java/settings/repository/edu.mit.broad/picard-snapshot.xml <ivy-module version="1.0"> <info organisation="edu.mit.broad" module="picard" revision="snapshot" status="integration" /> </ivy-module> <|file_sep|>current/playground/java/settings/repository/edu.mit.broad/picard-snapshot.xml...
8a63606e11fef6260f4a2b398436541f0fe46cf8
playground/java/settings/repository/edu.mit.broad/picard-snapshot.xml
playground/java/settings/repository/edu.mit.broad/picard-snapshot.xml
XML