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/lib/components/input-email/InputEmail.jsx
onChange={this.onChangeBound}
autoComplete={'off'} />
);
}
getValue() {
return this.state.value;
}
isValid() {
return true;
}
onChange(event: React.SyntheticEvent<HTMLInputElement>) {
this.setStat... | );
}
getValue() {
return this.state.value;
}
isValid() {
return true;
}
onChange(event: React.SyntheticEvent<HTMLInputElement>) {
const value = event.currentTarget.value;
this.setState({ value: value });
if (this.props.onChange) {
this.props.onChange(value);
}
}
... | <|file_sep|>original/lib/components/input-email/InputEmail.jsx
onChange={this.onChangeBound}
autoComplete={'off'} />
);
}
getValue() {
return this.state.value;
}
isValid() {
return true;
}
onChange(event: React.SyntheticEvent<HTMLInputElement>) {
this.setStat... | 3f4d3f020781604aff4170eb251a3bf5caa1cd28 | lib/components/input-email/InputEmail.jsx | lib/components/input-email/InputEmail.jsx | JSX |
<|file_sep|>mdm/api/src/main/java/com/gentics/mesh/core/data/group/HibGroup.java.diff
original:
updated:
import static com.gentics.mesh.core.rest.MeshEvent.GROUP_CREATED;
import static com.gentics.mesh.core.rest.MeshEvent.GROUP_DELETED;
import static com.gentics.mesh.core.rest.MeshEvent.GROUP_UPDATED;
import com.gent... |
import com.gentics.mesh.ElementType;
import com.gentics.mesh.core.TypeInfo;
import com.gentics.mesh.core.data.HibCoreElement;
import com.gentics.mesh.core.data.HibNamedElement;
import com.gentics.mesh.core.data.user.HibUserTracking;
import com.gentics.mesh.core.rest.group.GroupReference;
public interface HibGroup ext... | <|file_sep|>mdm/api/src/main/java/com/gentics/mesh/core/data/group/HibGroup.java.diff
original:
updated:
import static com.gentics.mesh.core.rest.MeshEvent.GROUP_CREATED;
import static com.gentics.mesh.core.rest.MeshEvent.GROUP_DELETED;
import static com.gentics.mesh.core.rest.MeshEvent.GROUP_UPDATED;
import com.gent... | bed79864bb81120fea596a06875d149b956a012c | mdm/api/src/main/java/com/gentics/mesh/core/data/group/HibGroup.java | mdm/api/src/main/java/com/gentics/mesh/core/data/group/HibGroup.java | Java |
<|file_sep|>original/index.js
bot.on('ready', () => {
console.log('Logged in as %s - %s\n', bot.username, bot.id);
});
bot.on('disconnect', () => {
bot.connect();
});
bot.on('message', (user, userId, channelId, message, event) => {
if (message === 'ping') {
bot.sendMessage({
to: channelId,
mess... |
bot.on('ready', () => {
console.log('Logged in as %s - %s\n', bot.username, bot.id);
});
bot.on('disconnect', () => {
bot.connect();
});
bot.on('message', (user, userId, channelId, message, event) => {
if (message === '!ping') {
bot.sendMessage({
to: channelId,
message: 'pong',
});
} else... | <|file_sep|>original/index.js
bot.on('ready', () => {
console.log('Logged in as %s - %s\n', bot.username, bot.id);
});
bot.on('disconnect', () => {
bot.connect();
});
bot.on('message', (user, userId, channelId, message, event) => {
if (message === 'ping') {
bot.sendMessage({
to: channelId,
mess... | fc7fc43eb4796b2f09925d6ecdc595774cb834e5 | index.js | index.js | JavaScript |
<|file_sep|>original/README.md
###tests for demo app
[](http://travis-ci.org/twitter/flight)
[Full README](https://github.com/twitter/flight/blob/master/README.md)
<|file_sep|>current/README.md
###tests for demo app
[](http://travis-ci.org/twitter/flight)
[Full README](https://github.com/twitter/flight/blob/master/README.md) | <|file_sep|>original/README.md
###tests for demo app
[](http://travis-ci.org/twitter/flight)
[Full README](https://github.com/twitter/flight/blob/master/README.md)
<|file_sep|>current/README.md
###tests for demo app
[ {
expect.That(1 + 2).Should.Be(3);
});
<|file_sep|>src/math_spec.go.diff
original:
it.Should("add integers", func(expect *specify.Expect) {
updated:
it.Should("multiply", func(expect *specify.Expect) {
expe... | package main
import "./specify"
func init() {
specify.Behavior("Math", func(it *specify.It) {
it.Should("add", func(expect *specify.Expect) {
expect.That(1 + 2).Should.Be(3);
});
it.Should("multiply", func(expect *specify.Expect) {
expect.That(2 * 4).Should.Be(6);
});
});
specify.Behavior("Strings"... | <|file_sep|>src/math_spec.go.diff
original:
updated:
it.Should("add", func(expect *specify.Expect) {
expect.That(1 + 2).Should.Be(3);
});
<|file_sep|>src/math_spec.go.diff
original:
it.Should("add integers", func(expect *specify.Expect) {
updated:
it.Should("multiply", func(expect *specify.Expect) {
expe... | 000813bb49d859b69cff62b16ac1ec7c7fb1ad59 | src/math_spec.go | src/math_spec.go | Go |
<|file_sep|>original/dev-requirements.txt
coverage==6.4
tornado==6.2
PySocks==1.7.1
pytest==7.2.0
pytest-timeout==2.1.0
pytest-freezegun==0.4.2
flaky==3.7.0
trustme==0.9.0
cryptography==37.0.2
backports.zoneinfo==0.2.1;python_version<"3.9"
towncrier==21.9.0
pytest-memray==1.3.0;python_version>="3.8" and sys_platform!="... | coverage==6.4
tornado==6.2
PySocks==1.7.1
pytest==7.2.0
pytest-timeout==2.1.0
pytest-freezegun==0.4.2
flaky==3.7.0
trustme==0.9.0
cryptography==37.0.2
backports.zoneinfo==0.2.1;python_version<"3.9"
towncrier==21.9.0
pytest-memray==1.3.1;python_version>="3.8" and sys_platform!="win32" and implementation_name=="cpython" | <|file_sep|>original/dev-requirements.txt
coverage==6.4
tornado==6.2
PySocks==1.7.1
pytest==7.2.0
pytest-timeout==2.1.0
pytest-freezegun==0.4.2
flaky==3.7.0
trustme==0.9.0
cryptography==37.0.2
backports.zoneinfo==0.2.1;python_version<"3.9"
towncrier==21.9.0
pytest-memray==1.3.0;python_version>="3.8" and sys_platform!="... | 7b437af2c7e5de83164bb5404ca392326ab24913 | dev-requirements.txt | dev-requirements.txt | Text |
<|file_sep|>tests/GIR/runalltests.py.diff
original:
updated:
if os.path.isfile("./test_data/test_gir.db"):
os.remove("./test_data/test_gir.db")
<|file_sep|>original/tests/GIR/runalltests.py
names = []
for filename in glob.iglob("test_*.py"):
names.append(filename[:-3])
names.sort()
testSuite = testLoader.loadTe... | os.remove("./test_data/test_gir.db")
testLoader = unittest.TestLoader()
names = []
for filename in glob.iglob("test_*.py"):
names.append(filename[:-3])
names.sort()
testSuite = testLoader.loadTestsFromNames(names)
runner = unittest.TextTestRunner(verbosity=2)
result = runner.run(testSuite)
# Cleanup
try:
shut... | <|file_sep|>tests/GIR/runalltests.py.diff
original:
updated:
if os.path.isfile("./test_data/test_gir.db"):
os.remove("./test_data/test_gir.db")
<|file_sep|>original/tests/GIR/runalltests.py
names = []
for filename in glob.iglob("test_*.py"):
names.append(filename[:-3])
names.sort()
testSuite = testLoader.loadTe... | 98f1df191febd889fcde861f94a9ca126c60ea37 | tests/GIR/runalltests.py | tests/GIR/runalltests.py | Python |
<|file_sep|>original/extensions/hibernate-reactive/runtime/src/main/resources/META-INF/quarkus-extension.yaml
---
name: "Hibernate Reactive"
metadata:
keywords:
- "hibernate-reactive"
- "hibernate"
- "reactive"
- "database"
categories:
- "data"
- "reactive"
status: "stable"
<|file_sep|>current/extensi... | ---
name: "Hibernate Reactive"
metadata:
keywords:
- "hibernate-reactive"
- "hibernate"
- "reactive"
- "database"
categories:
- "data"
- "reactive"
status: "preview" | <|file_sep|>original/extensions/hibernate-reactive/runtime/src/main/resources/META-INF/quarkus-extension.yaml
---
name: "Hibernate Reactive"
metadata:
keywords:
- "hibernate-reactive"
- "hibernate"
- "reactive"
- "database"
categories:
- "data"
- "reactive"
status: "stable"
<|file_sep|>current/extensi... | e80818900edba14d743e5beaafb94edde475faf8 | extensions/hibernate-reactive/runtime/src/main/resources/META-INF/quarkus-extension.yaml | extensions/hibernate-reactive/runtime/src/main/resources/META-INF/quarkus-extension.yaml | YAML |
<|file_sep|>original/create_messages.sh
#!/bin/bash
HERE=$(dirname $0)
SRC_DIR=$HERE/traffic-service-protobuf
DST_DIR=$HERE/src/traffic/messages
mkdir -p $DST_DIR
for proto in ${SRC_DIR}/*.proto ; do
protoc -I=$SRC_DIR --python_out=$DST_DIR ${proto}
done
<|file_sep|>current/create_messages.sh
#!/bin/bash
HERE=$... | #!/bin/bash
HERE=$(dirname $0)
SRC_DIR=$HERE/traffic-service-protobuf
DST_DIR=$HERE/src/traffic/messages
mkdir -p $DST_DIR
touch $DST_DIR/__init__.py
for proto in ${SRC_DIR}/*.proto ; do
protoc -I=$SRC_DIR --python_out=$DST_DIR ${proto}
done | <|file_sep|>original/create_messages.sh
#!/bin/bash
HERE=$(dirname $0)
SRC_DIR=$HERE/traffic-service-protobuf
DST_DIR=$HERE/src/traffic/messages
mkdir -p $DST_DIR
for proto in ${SRC_DIR}/*.proto ; do
protoc -I=$SRC_DIR --python_out=$DST_DIR ${proto}
done
<|file_sep|>current/create_messages.sh
#!/bin/bash
HERE=$... | 08cdbcf86ab9e5c40183f162625a173f02c16a70 | create_messages.sh | create_messages.sh | Shell |
<|file_sep|>original/setup.cfg
[bumpversion]
current_version = 0.1.1
commit = True
tag = True
[bumpversion:file:setup.py]
search = version='{current_version}'
replace = version='{new_version}'
[bumpversion:file:niceware/__init__.py]
search = __version__ = '{current_version}'
replace = __version__ = '{new_version}'
[... | tag = True
[bumpversion:file:setup.py]
search = version='{current_version}'
replace = version='{new_version}'
[bumpversion:file:niceware/__init__.py]
search = __version__ = '{current_version}'
replace = __version__ = '{new_version}'
[bdist_wheel]
universal = 1
[flake8]
exclude = docs
[tool:pytest]
testpaths = nice... | <|file_sep|>original/setup.cfg
[bumpversion]
current_version = 0.1.1
commit = True
tag = True
[bumpversion:file:setup.py]
search = version='{current_version}'
replace = version='{new_version}'
[bumpversion:file:niceware/__init__.py]
search = __version__ = '{current_version}'
replace = __version__ = '{new_version}'
[... | 33254fae43f0e0bd063f300e5af400caa49c6f16 | setup.cfg | setup.cfg | INI |
<|file_sep|>original/.travis.yml
env: CUCUMBER_FORMAT=progress
bundler_args: --without extras
script: "bundle exec rake ci:build"
rvm:
- 1.8.6
- 1.8.7
- 1.9.2
- 1.9.3
- ree
- jruby
<|file_sep|>current/.travis.yml
env: CUCUMBER_FORMAT=progress
bundler_args: --without extras
script: "bundle exec rake ci:build... | env: CUCUMBER_FORMAT=progress
bundler_args: --without extras
script: "bundle exec rake ci:build --trace"
rvm:
- 1.8.6
- 1.8.7
- 1.9.2
- 1.9.3
- ree
- jruby | <|file_sep|>original/.travis.yml
env: CUCUMBER_FORMAT=progress
bundler_args: --without extras
script: "bundle exec rake ci:build"
rvm:
- 1.8.6
- 1.8.7
- 1.9.2
- 1.9.3
- ree
- jruby
<|file_sep|>current/.travis.yml
env: CUCUMBER_FORMAT=progress
bundler_args: --without extras
script: "bundle exec rake ci:build... | a2c36c37130a92770d8e754a1c6af45ee00bebec | .travis.yml | .travis.yml | YAML |
<|file_sep|>original/README.md
# Library to read IPA files
[](https://travis-ci.org/Tatsh/libipa)
Compatible with Python 2.7, 3.3, and 3.4.
## Installation
```
pip install libipa
```
## Usage
See below.
Note that `IPAFile` is just a subclass of ... | # Library to read IPA files
[](https://travis-ci.org/Tatsh/libipa)
Compatible with Python 2.7 and 3.4 and above. Python 3.3 is not supported.
## Installation
```
pip install libipa
```
## Usage
See below.
Note that `IPAFile` is just a subclass o... | <|file_sep|>original/README.md
# Library to read IPA files
[](https://travis-ci.org/Tatsh/libipa)
Compatible with Python 2.7, 3.3, and 3.4.
## Installation
```
pip install libipa
```
## Usage
See below.
Note that `IPAFile` is just a subclass of ... | e56a7a40a8dd2df679c3b86c12fb52d53992d6d1 | README.md | README.md | Markdown |
<|file_sep|>original/grub_install.sh
<|file_sep|>current/grub_install.sh
<|file_sep|>updated/grub_install.sh | ## Install GRUB bootloader
# Download and install GRUB
echo "Installing GRUB bootloader..."
pacman -S grub
grub-install --target=x86_64-efi --efi-directory=/boot --bootloader-id=arch_grub --recheck --debug
mkdir -p /boot/grub/locale
cp /usr/share/locale/en\@quot/LC_MESSAGES/grub.mo /boot/grub/locale/en.mo
# Create gru... | <|file_sep|>original/grub_install.sh
<|file_sep|>current/grub_install.sh
<|file_sep|>updated/grub_install.sh
## Install GRUB bootloader
# Download and install GRUB
echo "Installing GRUB bootloader..."
pacman -S grub
grub-install --target=x86_64-efi --efi-directory=/boot --bootloader-id=arch_grub --recheck --debug
mkd... | bbc4d3d1a3b73fb4d85d4d8fd5d6137d67a4127a | grub_install.sh | grub_install.sh | Shell |
<|file_sep|>original/app/helpers/evaluation_helper.rb
module EvaluationHelper
def create_or_update_evaluation_path(evaluation)
return evaluation_path(uuid: evaluation.uuid) if evaluation.uuid.present?
evaluations_path
end
end
<|file_sep|>current/app/helpers/evaluation_helper.rb
module EvaluationHelper
def... | module EvaluationHelper
def create_or_update_evaluation_path(evaluation)
return evaluation_path(uuid: evaluation.uuid) if evaluation.persisted?
evaluations_path
end
end | <|file_sep|>original/app/helpers/evaluation_helper.rb
module EvaluationHelper
def create_or_update_evaluation_path(evaluation)
return evaluation_path(uuid: evaluation.uuid) if evaluation.uuid.present?
evaluations_path
end
end
<|file_sep|>current/app/helpers/evaluation_helper.rb
module EvaluationHelper
def... | 31c4f5f33c661e6f67ad306ad44eda26b69f3e07 | app/helpers/evaluation_helper.rb | app/helpers/evaluation_helper.rb | Ruby |
<|file_sep|>lib/authenticator.py.diff
original:
updated:
from helpers.error import HamperError
from termcolor import colored
<|file_sep|>lib/authenticator.py.diff
original:
updated:
print colored("Authenticating user...", "blue")
<|file_sep|>original/lib/authenticator.py
from helpers.driver import HamperDriver
c... | super(HamperAuthenticator, self).__init__()
def sign_in(self, email=None, password=None):
# Grab the HamperDriver singleton
driver = HamperDriver()
print colored("Authenticating user...", "blue")
# Open the profile URL. This will forward to the sign in page if session is invalid
driver.get("https://deve... | <|file_sep|>lib/authenticator.py.diff
original:
updated:
from helpers.error import HamperError
from termcolor import colored
<|file_sep|>lib/authenticator.py.diff
original:
updated:
print colored("Authenticating user...", "blue")
<|file_sep|>original/lib/authenticator.py
from helpers.driver import HamperDriver
c... | f6e35897ce3b7e335310016c16a3bf76645bf077 | lib/authenticator.py | lib/authenticator.py | Python |
<|file_sep|>manifest.yml.diff
original:
version: 1.11.9
updated:
version: 1.11.10
<|file_sep|>original/manifest.yml
exclude_files:
- ".git/"
- ".gitignore"
- ".gitmodules"
- ".rspec"
- cf_spec/
- log/
- test/
- buildpack-packager/
- staticfile_buildpack-*v*.zip
url_to_dependency_map:
- match: nginx-(\d+\.\d+\.\d+)
... | exclude_files:
- ".git/"
- ".gitignore"
- ".gitmodules"
- ".rspec"
- cf_spec/
- log/
- test/
- buildpack-packager/
- staticfile_buildpack-*v*.zip
url_to_dependency_map:
- match: nginx-(\d+\.\d+\.\d+)
name: nginx
version: "$1"
dependencies:
- name: nginx
version: 1.11.10
uri: https://buildpacks.cloudfoundry.org/... | <|file_sep|>manifest.yml.diff
original:
version: 1.11.9
updated:
version: 1.11.10
<|file_sep|>original/manifest.yml
exclude_files:
- ".git/"
- ".gitignore"
- ".gitmodules"
- ".rspec"
- cf_spec/
- log/
- test/
- buildpack-packager/
- staticfile_buildpack-*v*.zip
url_to_dependency_map:
- match: nginx-(\d+\.\d+\.\d+)
... | 3942d7f725feaa22329fd791bef839b6398b5ed8 | manifest.yml | manifest.yml | YAML |
<|file_sep|>original/css/main.css
html {
background-size: cover;
font-family: 'Montserrat', sans-serif;
background-color: black;
}
h1{
color: white;
font-size: 500%;
text-align: center;
margin-top: 200px;
}
#title {
color: white;
font-size: 500%;
margin-top: 25px;
margin-right: 60%;
margin-left... | html {
background-size: cover;
font-family: 'Montserrat', sans-serif;
background-color: black;
}
h1{
color: white;
font-size: 500%;
margin-right: 60%;
margin-left: auto;
margin-top: 200px;
}
#title {
color: white;
font-size: 500%;
margin-top: 25px;
margin-right: 60%;
margin-left: auto;
}
| <|file_sep|>original/css/main.css
html {
background-size: cover;
font-family: 'Montserrat', sans-serif;
background-color: black;
}
h1{
color: white;
font-size: 500%;
text-align: center;
margin-top: 200px;
}
#title {
color: white;
font-size: 500%;
margin-top: 25px;
margin-right: 60%;
margin-left... | 7c283d04eccc8ea0a1775f851b52be6ab12b398f | css/main.css | css/main.css | CSS |
<|file_sep|>myflaskapp/tests/test_flask_testing.py.diff
original:
updated:
import datetime as dt
import pytest
from myflaskapp.user.models import Role, User
from myflaskapp.item.models import Item
from .factories import UserFactory
import requests
from bs4 import BeautifulSoup
import datetime as dt
<|file_sep|>myflask... | test_list_data = "TERRY BATES MFR"
client = requests.session()
url = self.get_server_url() + '/lists/'
print(url)
get_result = client.get(url)
soup = BeautifulSoup(get_result.text, 'html.parser')
# Find the input tag
input = soup.input
csrf_token... | <|file_sep|>myflaskapp/tests/test_flask_testing.py.diff
original:
updated:
import datetime as dt
import pytest
from myflaskapp.user.models import Role, User
from myflaskapp.item.models import Item
from .factories import UserFactory
import requests
from bs4 import BeautifulSoup
import datetime as dt
<|file_sep|>myflask... | d6c5b9a19921ce2c1e3f2e30d6ce0468a5305e80 | myflaskapp/tests/test_flask_testing.py | myflaskapp/tests/test_flask_testing.py | Python |
<|file_sep|>eigen3/meta.yaml.diff
original:
version: "3.2.1"
updated:
version: "3.3.7"
<|file_sep|>original/eigen3/meta.yaml
package:
name: eigen3
version: "3.2.1"
source:
fn: eigen3-3.2.1.tar.gz
url: http://bitbucket.org/eigen/eigen/get/3.2.1.tar.gz
sha1: 96709ff139c80861e7b2cf65a9dfca8a8cc46eeb
requir... | package:
name: eigen3
version: "3.3.7"
source:
fn: eigen3-3.3.7.tar.gz
url: http://bitbucket.org/eigen/eigen/get/3.3.7.tar.gz
sha1: f2a417d083fe8ca4b8ed2bc613d20f07
requirements:
build:
- cmake
test:
files:
- test.cc
about:
home: http://eigen.tuxfamily.org/
license: MPL2
summary: 'C++ te... | <|file_sep|>eigen3/meta.yaml.diff
original:
version: "3.2.1"
updated:
version: "3.3.7"
<|file_sep|>original/eigen3/meta.yaml
package:
name: eigen3
version: "3.2.1"
source:
fn: eigen3-3.2.1.tar.gz
url: http://bitbucket.org/eigen/eigen/get/3.2.1.tar.gz
sha1: 96709ff139c80861e7b2cf65a9dfca8a8cc46eeb
requir... | 7a2b24cf9bc2bce064d6ef020d0309adc85e1c97 | eigen3/meta.yaml | eigen3/meta.yaml | YAML |
<|file_sep|>original/packer/aws.json
},
"builders": [{
"type": "amazon-ebs",
"region": "us-east-1",
"source_ami": "ami-920b10ed",
"instance_type": "m3.medium",
"ssh_username": "ubuntu",
"ami_name": "graylog-{{user `package_version`}}",
"ami_description": "Full-stack installation of Grayl... | },
"builders": [{
"type": "amazon-ebs",
"region": "us-east-1",
"source_ami": "ami-920b10ed",
"instance_type": "m3.medium",
"ssh_username": "ubuntu",
"ami_name": "graylog-{{user `package_version`}}",
"ami_description": "Full-stack installation of Graylog - maintained by Graylog, Inc.",
... | <|file_sep|>original/packer/aws.json
},
"builders": [{
"type": "amazon-ebs",
"region": "us-east-1",
"source_ami": "ami-920b10ed",
"instance_type": "m3.medium",
"ssh_username": "ubuntu",
"ami_name": "graylog-{{user `package_version`}}",
"ami_description": "Full-stack installation of Grayl... | 1a699bccd1bc1702b61625214e4fb6a264830e91 | packer/aws.json | packer/aws.json | JSON |
<|file_sep|>original/setup.cfg
[metadata]
name = notifier
summary = Simple in-memory pub-sub.
description-file =
README.rst
author = OpenStack
author-email = openstack-dev@lists.openstack.org
home-page = http://launchpad.net/oslo
classifier =
Development Status :: 4 - Beta
Environment :: OpenStack
Inten... | [metadata]
name = notifier
summary = Simple in-memory pub-sub.
description-file =
README.rst
author = OpenStack
author-email = openstack-dev@lists.openstack.org
home-page = https://github.com/harlowja/notifier
classifier =
Development Status :: 4 - Beta
Environment :: OpenStack
Intended Audience :: Deve... | <|file_sep|>original/setup.cfg
[metadata]
name = notifier
summary = Simple in-memory pub-sub.
description-file =
README.rst
author = OpenStack
author-email = openstack-dev@lists.openstack.org
home-page = http://launchpad.net/oslo
classifier =
Development Status :: 4 - Beta
Environment :: OpenStack
Inten... | fc43748ad5af16801635369cb56890acc87fb36f | setup.cfg | setup.cfg | INI |
<|file_sep|>original/recipes/_idmap.rb
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions ... | #
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# 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.
#
... | <|file_sep|>original/recipes/_idmap.rb
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions ... | e1971dbb8449e7b60f1648d5104e3120724357fa | recipes/_idmap.rb | recipes/_idmap.rb | Ruby |
<|file_sep|>original/odnc_police/odnc_police/templates/ResultPage.html
<script src="{% static 'jquery-2.1.1.min.js' %}"></script>
<script src="{% static 'FilterHandler.js' %}"></script>
</head>
<body>
<img src="{% static "opennc_logo.png" %}"/>
... | <script src="{% static 'jquery-2.1.1.min.js' %}"></script>
<script src="{% static 'FilterHandler.js' %}"></script>
</head>
<body>
<img src="{% static "opennc_logo.png" %}"/>
<h2>Results</h2>
<form action = "ResultPage.html" ... | <|file_sep|>original/odnc_police/odnc_police/templates/ResultPage.html
<script src="{% static 'jquery-2.1.1.min.js' %}"></script>
<script src="{% static 'FilterHandler.js' %}"></script>
</head>
<body>
<img src="{% static "opennc_logo.png" %}"/>
... | 169937a0cdf8f5aeec2faea990e3fc7249affd08 | odnc_police/odnc_police/templates/ResultPage.html | odnc_police/odnc_police/templates/ResultPage.html | HTML |
<|file_sep|>original/www/css/helpers.css
.hidden {
display: none;
}
<|file_sep|>current/www/css/helpers.css
.hidden {
display: none;
}
<|file_sep|>updated/www/css/helpers.css | .hidden { display: none; }
.full-width { width: 100%; }
.full-height { height: 100%; }
.scroll {height: 100%;} | <|file_sep|>original/www/css/helpers.css
.hidden {
display: none;
}
<|file_sep|>current/www/css/helpers.css
.hidden {
display: none;
}
<|file_sep|>updated/www/css/helpers.css
.hidden { display: none; }
.full-width { width: 100%; }
.full-height { height: 100%; }
.scroll {height: 100%;} | 3951e7da20a8f076a829208b72c237dfe20a46fe | www/css/helpers.css | www/css/helpers.css | CSS |
<|file_sep|>.travis.yml.diff
original:
- SLOW_SPECS=true
updated:
- SLOW_SPECS=true SKILLSHARE_SECRET_TOKEN=22d4eeff3dd0cdb77751cfd9b98dd442e7fd5ea9fad41c0331a89670df18589ffa96699300f9412fb2c456161903a6edc5b567c420ff6a573782e42a28375ac8
<|file_sep|>original/.travis.yml
language: ruby
bundler_args: --without develop... | language: ruby
bundler_args: --without development production
rvm:
- "2.1.2"
env:
- SLOW_SPECS=true SKILLSHARE_SECRET_TOKEN=22d4eeff3dd0cdb77751cfd9b98dd442e7fd5ea9fad41c0331a89670df18589ffa96699300f9412fb2c456161903a6edc5b567c420ff6a573782e42a28375ac8
before_install:
- gem install bundler -v '= 1.7.0'
before_scr... | <|file_sep|>.travis.yml.diff
original:
- SLOW_SPECS=true
updated:
- SLOW_SPECS=true SKILLSHARE_SECRET_TOKEN=22d4eeff3dd0cdb77751cfd9b98dd442e7fd5ea9fad41c0331a89670df18589ffa96699300f9412fb2c456161903a6edc5b567c420ff6a573782e42a28375ac8
<|file_sep|>original/.travis.yml
language: ruby
bundler_args: --without develop... | 74700cec25094d2a54e2873d634c1dacabb4aaf1 | .travis.yml | .travis.yml | YAML |
<|file_sep|>original/CHANGELOG.md
### Development version (Git)
* Interaction Fingerprints (IFP and SIFP);
by Michał Kukiełka (@mkukielka)
* Ultrafast Shape Recognition methods (USR, USRCAT, Electroshape);
by Paulina Knut (@pknut) and Kinga Szyman (@kinga322)
* Extended connectivity fingerprints ECFP (internal... | ### Development version (Git)
* Interaction Fingerprints (IFP and SIFP);
by Michał Kukiełka (@mkukielka)
* Ultrafast Shape Recognition methods (USR, USRCAT, Electroshape);
by Paulina Knut (@pknut) and Kinga Szyman (@kinga322)
* Extended connectivity fingerprints ECFP (internal implementation)
* Python 3.6 supp... | <|file_sep|>original/CHANGELOG.md
### Development version (Git)
* Interaction Fingerprints (IFP and SIFP);
by Michał Kukiełka (@mkukielka)
* Ultrafast Shape Recognition methods (USR, USRCAT, Electroshape);
by Paulina Knut (@pknut) and Kinga Szyman (@kinga322)
* Extended connectivity fingerprints ECFP (internal... | 3658fea98cf13ca648f618052a55ccec311f2389 | CHANGELOG.md | CHANGELOG.md | Markdown |
<|file_sep|>original/specs/model_object_spec.rb
<|file_sep|>current/specs/model_object_spec.rb
<|file_sep|>updated/specs/model_object_spec.rb | require_relative '../models/model_object'
describe Bra::Models::ModelObject do
let(:object) { Bra::Models::ModelObject.new }
describe '#notify_channel' do
context 'there is no update channel' do
it 'fails' do
expect { object.notify_channel(:repr) }.to raise_error
end
end
context 't... | <|file_sep|>original/specs/model_object_spec.rb
<|file_sep|>current/specs/model_object_spec.rb
<|file_sep|>updated/specs/model_object_spec.rb
require_relative '../models/model_object'
describe Bra::Models::ModelObject do
let(:object) { Bra::Models::ModelObject.new }
describe '#notify_channel' do
context 'th... | 195c3cc076ad129c24ca4aadf9051ba74ac93c9f | specs/model_object_spec.rb | specs/model_object_spec.rb | Ruby |
<|file_sep|>original/package.json
{
"name": "nw-demo",
"version": "0.0.1",
"main": "index.html",
"window": {
"always-on-top": false,
"kiosk": false,
"fullscreen": false,
"show": false,
"show_in_taskbar": false
},
"dependencies": {
"body-parser": "~1.12.0",
"express": "~4.12.2"
... | {
"name": "tdd-helper",
"version": "0.0.1",
"main": "index.html",
"window": {
"always-on-top": false,
"kiosk": false,
"fullscreen": false,
"show": false,
"show_in_taskbar": false
},
"dependencies": {
"body-parser": "~1.12.0",
"express": "~4.12.2"
}
} | <|file_sep|>original/package.json
{
"name": "nw-demo",
"version": "0.0.1",
"main": "index.html",
"window": {
"always-on-top": false,
"kiosk": false,
"fullscreen": false,
"show": false,
"show_in_taskbar": false
},
"dependencies": {
"body-parser": "~1.12.0",
"express": "~4.12.2"
... | d9c1ccdb4093a6daf2d870c7584cd55b109d42db | package.json | package.json | JSON |
<|file_sep|>app/views/find_local_council/_base_page.html.erb.diff
original:
<main id="content" role="main" class="govuk-grid-column-two-thirds">
<%= render "govuk_publishing_components/components/title", title: t('formats.local_transaction.find_council') %>
<%= yield %>
updated:
<main id="content" class="govuk-main... | <% content_for :title do %>Find your local council - GOV.UK<% end %>
<% content_for :extra_headers do %>
<meta name="description"
content="Find your local authority in England, Wales, Scotland and Northern Ireland"/>
<% end %>
<main id="content" class="govuk-main-wrapper">
<div class="govuk-grid-row">
... | <|file_sep|>app/views/find_local_council/_base_page.html.erb.diff
original:
<main id="content" role="main" class="govuk-grid-column-two-thirds">
<%= render "govuk_publishing_components/components/title", title: t('formats.local_transaction.find_council') %>
<%= yield %>
updated:
<main id="content" class="govuk-main... | 496b2886be2e9fe44d59efb7cb331157b2f9ad37 | app/views/find_local_council/_base_page.html.erb | app/views/find_local_council/_base_page.html.erb | HTML+ERB |
<|file_sep|>app/Application.php.diff
original:
updated:
* We have merged public path and base path.
*
* @return string
*/
public function publicPath()
{
return $this->basePath;
}
/**
<|file_sep|>original/app/Application.php
* This is a copycat of L5's Elixir, but cater... | * This is a copycat of L5's Elixir, but catered to our directory structure.
*
* @param string $file
*
* @return string
*/
public function rev($file)
{
static $manifest = null;
if (is_null($manifest)) {
$manifest = json_decode(file_get_contents($this->pu... | <|file_sep|>app/Application.php.diff
original:
updated:
* We have merged public path and base path.
*
* @return string
*/
public function publicPath()
{
return $this->basePath;
}
/**
<|file_sep|>original/app/Application.php
* This is a copycat of L5's Elixir, but cater... | a4335bff52f9322a652f227dae2d05ddea771d58 | app/Application.php | app/Application.php | PHP |
<|file_sep|>spec/title-bar-spec.coffee.diff
original:
it 'updates the title based on document.title when the active pane item changes', ->
updated:
it "updates the title based on document.title when the active pane item changes", ->
<|file_sep|>original/spec/title-bar-spec.coffee
TitleBar = require '../src/title-ba... | })
expect(titleBar.element.querySelector('.title').textContent).toBe document.title
initialTitle = document.title
atom.workspace.getActivePane().activateItem({
getTitle: -> 'Test Title'
})
expect(document.title).not.toBe(initialTitle)
expect(titleBar.element.querySelector('.title').... | <|file_sep|>spec/title-bar-spec.coffee.diff
original:
it 'updates the title based on document.title when the active pane item changes', ->
updated:
it "updates the title based on document.title when the active pane item changes", ->
<|file_sep|>original/spec/title-bar-spec.coffee
TitleBar = require '../src/title-ba... | c0291513220b954d9a5732f8b0bf365474db9160 | spec/title-bar-spec.coffee | spec/title-bar-spec.coffee | CoffeeScript |
<|file_sep|>original/page-templates/page_home_page.php
<?php /* Template Name: Home Page Template */ ?>
<?php get_header(); ?>
<!-- Content Panel -->
<div class="home_callout row">
<div class="large-8 medium-8 small-10 small-offset-1 medium-offset-2 large-offset-2">
<div class="panel radius">
<h1><?php th... | <?php /* Template Name: Home Page Template */ ?>
<?php get_header(); ?>
<!-- Content Panel -->
<div class="home_callout row">
<div class="large-8 medium-8 small-10 small-offset-1 medium-offset-2 large-offset-2">
<div class="panel radius">
<h1><?php get_post_meta( $post->ID, 'callout_title', TRUE ) ?></h1>... | <|file_sep|>original/page-templates/page_home_page.php
<?php /* Template Name: Home Page Template */ ?>
<?php get_header(); ?>
<!-- Content Panel -->
<div class="home_callout row">
<div class="large-8 medium-8 small-10 small-offset-1 medium-offset-2 large-offset-2">
<div class="panel radius">
<h1><?php th... | 80383688e7c0cda202aaa283cca6ff8ce052d097 | page-templates/page_home_page.php | page-templates/page_home_page.php | PHP |
<|file_sep|>original/temp/0.58.2-relnotes-ready.md
<|file_sep|>current/temp/0.58.2-relnotes-ready.md
<|file_sep|>updated/temp/0.58.2-relnotes-ready.md |
This is a bug-fix release with a couple of important fixes.
* Fix cache keys for bundled resoures in transform.Unmarshal [c0d75736](https://github.com/gohugoio/hugo/commit/c0d7573677e9726c14749ccd432dccb75e0d194d) [@bep](https://github.com/bep) [#6327](https://github.com/gohugoio/hugo/issues/6327)
* filecache: Ignor... | <|file_sep|>original/temp/0.58.2-relnotes-ready.md
<|file_sep|>current/temp/0.58.2-relnotes-ready.md
<|file_sep|>updated/temp/0.58.2-relnotes-ready.md
This is a bug-fix release with a couple of important fixes.
* Fix cache keys for bundled resoures in transform.Unmarshal [c0d75736](https://github.com/gohugoio/hugo... | d4c98e58003500184870ed83fcbab581ff7f393c | temp/0.58.2-relnotes-ready.md | temp/0.58.2-relnotes-ready.md | Markdown |
<|file_sep|>original/tenets/codelingo/cockroachdb/lingo_bundle.yaml
description: Best Practices for CockroachDB from their contributor docs.
version: 0.0.0
tenets:
- avoid-bool-params
tags:
- golang
- go
- cockroach
- cockroachdb
<|file_sep|>current/tenets/codelingo/cockroachdb/lingo_bundle.yaml
description: ... | description: Best Practices for CockroachDB from their contributor docs.
version: 0.0.0
tenets:
- avoid-bool-params
- line-length-limit
tags:
- golang
- go
- cockroach
- cockroachdb | <|file_sep|>original/tenets/codelingo/cockroachdb/lingo_bundle.yaml
description: Best Practices for CockroachDB from their contributor docs.
version: 0.0.0
tenets:
- avoid-bool-params
tags:
- golang
- go
- cockroach
- cockroachdb
<|file_sep|>current/tenets/codelingo/cockroachdb/lingo_bundle.yaml
description: ... | 201a38888ea4ce37a95c4b2f450fac92cf7fe7c2 | tenets/codelingo/cockroachdb/lingo_bundle.yaml | tenets/codelingo/cockroachdb/lingo_bundle.yaml | YAML |
<|file_sep|>original/_posts/2013-08-17-perl-6-changes-2013W33.md
<|file_sep|>current/_posts/2013-08-17-perl-6-changes-2013W33.md
<|file_sep|>updated/_posts/2013-08-17-perl-6-changes-2013W33.md | ---
layout: post
title: Perl 6 changes - 2013W33
---
This time, the update is relatively small, and mostly involves dynamic
variables (the reason why update was small, is probably that many people
were on [YAPC::Europe 2013](http://act.yapc.eu/ye2013/)).
### Most likely not incompatible changes, but in some case... | <|file_sep|>original/_posts/2013-08-17-perl-6-changes-2013W33.md
<|file_sep|>current/_posts/2013-08-17-perl-6-changes-2013W33.md
<|file_sep|>updated/_posts/2013-08-17-perl-6-changes-2013W33.md
---
layout: post
title: Perl 6 changes - 2013W33
---
This time, the update is relatively small, and mostly involves dyn... | 0603a13cba6b06bb625cd86ee004fba4f3360dbc | _posts/2013-08-17-perl-6-changes-2013W33.md | _posts/2013-08-17-perl-6-changes-2013W33.md | Markdown |
<|file_sep|>original/_config.yml
# RSS / Email #
# ---------------- #
subscribe_rss: /atom.xml
email:
# ---------------- #
# Jekyll #
# ---------------- #
#markdown: redcarpet
#redcarpet:
# extensions: ["no_intra_emphasis", "fenced_code_blocks", "autolink", "tables", "with_toc_data"]
markdown: kramdown... | paginate: 9
# ---------------- #
# RSS / Email #
# ---------------- #
subscribe_rss: /atom.xml
email:
# ---------------- #
# Jekyll #
# ---------------- #
markdown: redcarpet
redcarpet:
extensions: ["no_intra_emphasis", "fenced_code_blocks", "autolink", "tables", "with_toc_data"]
pygments: true
perma... | <|file_sep|>original/_config.yml
# RSS / Email #
# ---------------- #
subscribe_rss: /atom.xml
email:
# ---------------- #
# Jekyll #
# ---------------- #
#markdown: redcarpet
#redcarpet:
# extensions: ["no_intra_emphasis", "fenced_code_blocks", "autolink", "tables", "with_toc_data"]
markdown: kramdown... | e137b3c95d53047ca74efec311a2ecfbc7f254da | _config.yml | _config.yml | YAML |
<|file_sep|>original/package.json
"password",
"secret"
],
"engines": {
"node": ">= 0.8.0"
},
"dependencies": {
"gnirts": "~0.4.5"
},
"peerDependencies": {
"grunt": "~0.4.1"
},
"homepage": "https://github.com/anseki/grunt-gnirts",
"repository": {
"type": "git",
"url": "git:/... | "password",
"secret"
],
"engines": {
"node": ">= 0.8.0"
},
"dependencies": {
"gnirts": "~0.4.5"
},
"peerDependencies": {
"grunt": ">=0.4.0"
},
"homepage": "https://github.com/anseki/grunt-gnirts",
"repository": {
"type": "git",
"url": "git://github.com/anseki/grunt-gnirts.g... | <|file_sep|>original/package.json
"password",
"secret"
],
"engines": {
"node": ">= 0.8.0"
},
"dependencies": {
"gnirts": "~0.4.5"
},
"peerDependencies": {
"grunt": "~0.4.1"
},
"homepage": "https://github.com/anseki/grunt-gnirts",
"repository": {
"type": "git",
"url": "git:/... | bb6518fbfd3dbf10a16572db2e69983aaef4c9ea | package.json | package.json | JSON |
<|file_sep|>original/runScoring.sh
#/bin/sh
/root/spark/bin/spark-submit --class vc.inreach.ml.scoring.SQSOrganizationScoringStream --deploy-mode client --driver-memory 7g --driver-cores 2 /jar/inreach-ml-batch.jar -model_path s3n://inreach-ml-models-official/ -aws remote -scoring_model VsScoringModel -tag $CLUSTER_NAM... | #/bin/sh
/root/spark/bin/spark-submit --class vc.inreach.ml.scoring.SQSOrganizationScoringStream --deploy-mode client --driver-memory 6g --driver-cores 2 /jar/inreach-ml-batch.jar -model_path s3n://inreach-ml-models-official/ -aws remote -scoring_model VsScoringModel -tag $CLUSTER_NAME:$CI_BRANCH | <|file_sep|>original/runScoring.sh
#/bin/sh
/root/spark/bin/spark-submit --class vc.inreach.ml.scoring.SQSOrganizationScoringStream --deploy-mode client --driver-memory 7g --driver-cores 2 /jar/inreach-ml-batch.jar -model_path s3n://inreach-ml-models-official/ -aws remote -scoring_model VsScoringModel -tag $CLUSTER_NAM... | deaeb7433504da527480bb399c5f432568dfc01c | runScoring.sh | runScoring.sh | Shell |
<|file_sep|>original/bower.json
{
"name": "ember-data-tastypie-adapter",
"version": "0.13.0",
"private": true,
"dependencies": {
"ember": "~1.7.0",
"ember-data": "1.0.0-beta.8"
},
"devDependencies": {
"qunit": "~1.13.0",
"jquery": "~1.10.x",
"loader.js": "~1.0.0",
"ember-inflector": ... | {
"name": "ember-data-tastypie-adapter",
"version": "0.13.0",
"private": true,
"dependencies": {
"ember": "~1.7.0",
"ember-data": "1.0.0-beta.11"
},
"devDependencies": {
"qunit": "~1.13.0",
"jquery": "~1.10.x",
"loader.js": "~1.0.0",
"ember-inflector": "https://github.com/stefanpenne... | <|file_sep|>original/bower.json
{
"name": "ember-data-tastypie-adapter",
"version": "0.13.0",
"private": true,
"dependencies": {
"ember": "~1.7.0",
"ember-data": "1.0.0-beta.8"
},
"devDependencies": {
"qunit": "~1.13.0",
"jquery": "~1.10.x",
"loader.js": "~1.0.0",
"ember-inflector": ... | 372336ffef136ec96c0009d29f9eaf2eaabd18d4 | bower.json | bower.json | JSON |
<|file_sep|>src/main/scala/io/vamp/persistence/SQLServerPersistenceActor.scala.diff
original:
* Maps sqlserver to class mapper for lifter
*/
updated:
* Maps sqlserver to class mapper for lifter
*/
<|file_sep|>src/main/scala/io/vamp/persistence/SQLServerPersistenceActor.scala.diff
original:
val name = "sqlserver"
va... | }
/**
* Support for Microsoft sql server
*/
class SQLServerPersistenceActor extends SqlPersistenceActor with SqlStatementProvider {
protected def info() = Future.successful(representationInfo() + ("type" → "sqlserver") + ("url" → url))
override def getInsertStatement(content: Option[String]): String =
cont... | <|file_sep|>src/main/scala/io/vamp/persistence/SQLServerPersistenceActor.scala.diff
original:
* Maps sqlserver to class mapper for lifter
*/
updated:
* Maps sqlserver to class mapper for lifter
*/
<|file_sep|>src/main/scala/io/vamp/persistence/SQLServerPersistenceActor.scala.diff
original:
val name = "sqlserver"
va... | 0a1b3571bcf34326b008fd9ff7452850fdd7a2e9 | src/main/scala/io/vamp/persistence/SQLServerPersistenceActor.scala | src/main/scala/io/vamp/persistence/SQLServerPersistenceActor.scala | Scala |
<|file_sep|>original/test/jobs/mpl_download_create_job_test.rb
assert :building, @bundle.mpl_prepare
end
end
def test_running_mpl_job_success
perform_enqueued_jobs do
assert :building, @bundle.mpl_prepare
assert_performed_jobs 1
assert :ready, @bundle.mpl_status
assert File.ex... | assert :building, @bundle.mpl_prepare
end
end
def test_running_mpl_job_success
perform_enqueued_jobs do
assert :building, @bundle.mpl_prepare
assert_performed_jobs 1
assert :ready, @bundle.mpl_status
assert File.exist?(@bundle.mpl_path)
Zip::ZipFile.open(@bundle.mpl_path... | <|file_sep|>original/test/jobs/mpl_download_create_job_test.rb
assert :building, @bundle.mpl_prepare
end
end
def test_running_mpl_job_success
perform_enqueued_jobs do
assert :building, @bundle.mpl_prepare
assert_performed_jobs 1
assert :ready, @bundle.mpl_status
assert File.ex... | cd8a9995441b48445add5e7542e8cae31c665eff | test/jobs/mpl_download_create_job_test.rb | test/jobs/mpl_download_create_job_test.rb | Ruby |
<|file_sep|>package.json.diff
original:
"version": "0.1.4",
updated:
"version": "0.1.5",
<|file_sep|>package.json.diff
original:
updated:
"react-native-component",
"react-component",
<|file_sep|>original/package.json
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type... | "test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/brentvatne/react-native-scrollable-tab-view.git"
},
"keywords": [
"react-native-component",
"react-component",
"react-native",
"ios"
"tab",
"scrollable"
],... | <|file_sep|>package.json.diff
original:
"version": "0.1.4",
updated:
"version": "0.1.5",
<|file_sep|>package.json.diff
original:
updated:
"react-native-component",
"react-component",
<|file_sep|>original/package.json
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type... | 19ff95a4d41072fc0dfe4aa38de0b58df314c36f | package.json | package.json | JSON |
<|file_sep|>original/plugin/index.js
const that = this;
return {
visitor: {
ImportDeclaration(path, state) {
const givenPath = path.node.source.value;
var rootPathSuffix = state && state.opts && typeof state.opts.rootPathSuffix === 'string' ?
'/' + stat... |
if(BabelRootImportHelper().hasRoot(givenPath)) {
path.node.source.value = BabelRootImportHelper().transformRelativeToRootPath(givenPath, rootPathSuffix);
}
}
}
};
}
}
// Here's we detect the use of Meteor and send a dummy plugin.
// That's becaus... | <|file_sep|>original/plugin/index.js
const that = this;
return {
visitor: {
ImportDeclaration(path, state) {
const givenPath = path.node.source.value;
var rootPathSuffix = state && state.opts && typeof state.opts.rootPathSuffix === 'string' ?
'/' + stat... | 90d768668fb589583657aa949683149bc6d33020 | plugin/index.js | plugin/index.js | JavaScript |
<|file_sep|>original/java-vtl-documentation/mkdocs.yml
site_name: Java VTL
theme_dir: cinder
pages:
- Home: index.md
- Reference: reference.md
- Playground: playground.md
extra_css:
- 'https://unpkg.com/codemirror@5.23.0/lib/codemirror.css'
- css/railroad-diagrams.css
- css/railroad-vtl.css
extra_javascri... | site_name: Java VTL
site_url: https://statisticsnorway.github.io/java-vtl/
repo_url: https://github.com/statisticsnorway/java-vtl
edit_uri: edit/feature/tooling/java-vtl-documentation/docs
theme_dir: cinder
pages:
- Home: index.md
- Reference: reference.md
- Playground: playground.md
extra_css:
- 'https://unpkg.... | <|file_sep|>original/java-vtl-documentation/mkdocs.yml
site_name: Java VTL
theme_dir: cinder
pages:
- Home: index.md
- Reference: reference.md
- Playground: playground.md
extra_css:
- 'https://unpkg.com/codemirror@5.23.0/lib/codemirror.css'
- css/railroad-diagrams.css
- css/railroad-vtl.css
extra_javascri... | 4f3d44cb395f6f2449d478d4949adb1b476636e9 | java-vtl-documentation/mkdocs.yml | java-vtl-documentation/mkdocs.yml | YAML |
<|file_sep|>original/test/big/suite.ini
[default]
description = tarantool/box, various namespace configurations and properties
config = tarantool.cfg
# put disabled tests here
# disabled = lua.test
# put disabled in valgrind test here
#valgrind_disabled = ...
release_disabled = hash_errinj.test
<|file_sep|>current/test... | [default]
description = tarantool/box, various namespace configurations and properties
config = tarantool.cfg
# put disabled tests here
# disabled = lua.test
# put disabled in valgrind test here
#valgrind_disabled = ...
release_disabled = hash_errinj.test tree_aloc_fail.test | <|file_sep|>original/test/big/suite.ini
[default]
description = tarantool/box, various namespace configurations and properties
config = tarantool.cfg
# put disabled tests here
# disabled = lua.test
# put disabled in valgrind test here
#valgrind_disabled = ...
release_disabled = hash_errinj.test
<|file_sep|>current/test... | 46ddb687e4913d7d17437f67c449bdb8de536af8 | test/big/suite.ini | test/big/suite.ini | INI |
<|file_sep|>original/requirements.txt
# The order of packages is significant, because pip processes them in the order
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
dnspython>=1.9.4
eventlet>=0.16.1,!=0.17.0
greenlet>=0.3.1
netifaces>=0... | # The order of packages is significant, because pip processes them in the order
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
dnspython>=1.9.4
eventlet>=0.16.1,!=0.17.0
greenlet>=0.3.1
netifaces>=0.5,!=0.10.0,!=0.10.1
pastedeploy>=1.3.... | <|file_sep|>original/requirements.txt
# The order of packages is significant, because pip processes them in the order
# of appearance. Changing the order has an impact on the overall integration
# process, which may cause wedges in the gate later.
dnspython>=1.9.4
eventlet>=0.16.1,!=0.17.0
greenlet>=0.3.1
netifaces>=0... | 281cb1c210f0292bad190cabaae447145fa5eade | requirements.txt | requirements.txt | Text |
<|file_sep|>original/digdag-spi/src/main/java/io/digdag/spi/AuthenticatedUser.java
package io.digdag.spi;
import io.digdag.client.config.Config;
import org.immutables.value.Value;
@Value.Immutable
public interface AuthenticatedUser
{
int getSiteId();
default boolean isAdmin()
{
return false;
... | package io.digdag.spi;
import io.digdag.client.config.Config;
import org.immutables.value.Value;
@Value.Immutable
public interface AuthenticatedUser
{
int getSiteId();
@Value.Default
default boolean isAdmin()
{
return false;
}
Config getUserInfo();
// this context will not be st... | <|file_sep|>original/digdag-spi/src/main/java/io/digdag/spi/AuthenticatedUser.java
package io.digdag.spi;
import io.digdag.client.config.Config;
import org.immutables.value.Value;
@Value.Immutable
public interface AuthenticatedUser
{
int getSiteId();
default boolean isAdmin()
{
return false;
... | 04079d893a21f0958819655aead88977dbb0ff69 | digdag-spi/src/main/java/io/digdag/spi/AuthenticatedUser.java | digdag-spi/src/main/java/io/digdag/spi/AuthenticatedUser.java | Java |
<|file_sep|>original/.idea/libraries/builder_model.xml
<|file_sep|>current/.idea/libraries/builder_model.xml
<|file_sep|>updated/.idea/libraries/builder_model.xml | <component name="libraryTable">
<library name="builder-model">
<CLASSES>
<root url="jar://$PROJECT_DIR$/../../prebuilts/tools/common/builder-model/builder-model-0.6.1.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$PROJECT_DIR$/../../prebuilts/tools/common/builder-model/builde... | <|file_sep|>original/.idea/libraries/builder_model.xml
<|file_sep|>current/.idea/libraries/builder_model.xml
<|file_sep|>updated/.idea/libraries/builder_model.xml
<component name="libraryTable">
<library name="builder-model">
<CLASSES>
<root url="jar://$PROJECT_DIR$/../../prebuilts/tools/common/builder-mo... | 31d5c38f911135b3145e2333718aa54b7a8d7ab2 | .idea/libraries/builder_model.xml | .idea/libraries/builder_model.xml | XML |
<|file_sep|>original/db/migrate/201303031950_create_jobs.rb
class CreateJobs < ActiveRecord::Migration
def self.up
create_table :jobs do |t|
t.integer :recipe_id
t.string :task
t.datetime :start_time
t.datetime :end_time
t.boolean :success
t.text :log
t.text :error
... | class CreateJobs < ActiveRecord::Migration
def self.up
create_table :jobs do |t|
t.integer :recipe_id
t.string :task
t.datetime :start_time
t.datetime :end_time
t.boolean :success
t.binary :log, limit: 1048576
t.text :error
t.text :config
t.timestamps
end... | <|file_sep|>original/db/migrate/201303031950_create_jobs.rb
class CreateJobs < ActiveRecord::Migration
def self.up
create_table :jobs do |t|
t.integer :recipe_id
t.string :task
t.datetime :start_time
t.datetime :end_time
t.boolean :success
t.text :log
t.text :error
... | 1595121d6f5c9b011da1f6fa6a8faadb7183cc39 | db/migrate/201303031950_create_jobs.rb | db/migrate/201303031950_create_jobs.rb | Ruby |
<|file_sep|>original/lib/cre-stats/presenters/root_presenter.rb
module Stats
module Presenters
#
# returns the presenter for +resource_name+ or RootPresenter if resource_name is blank
# e.g. EpisodesPresenter for 'episodes'
#
def self.find(resource_name = nil)
if resource_nam... | module Stats
module Presenters
#
# returns the presenter for +resource_name+ or RootPresenter if resource_name is blank
# e.g. EpisodesPresenter for 'episodes'
#
def self.find(resource_name = nil)
if resource_name.blank?
RootPresenter
else
const_ge... | <|file_sep|>original/lib/cre-stats/presenters/root_presenter.rb
module Stats
module Presenters
#
# returns the presenter for +resource_name+ or RootPresenter if resource_name is blank
# e.g. EpisodesPresenter for 'episodes'
#
def self.find(resource_name = nil)
if resource_nam... | 7fb4ff22e3a97c19989bcee49c0b8718d29a689d | lib/cre-stats/presenters/root_presenter.rb | lib/cre-stats/presenters/root_presenter.rb | Ruby |
<|file_sep|>original/push-simple/service-worker.js
self.addEventListener('push', function(event) {
event.waitUntil(self.registration.showNotification('ServiceWorker Cookbook', {
body: 'Alea iacta est',
tag: 'push',
}));
});
<|file_sep|>current/push-simple/service-worker.js
self.addEventListener('push', func... | self.addEventListener('push', function(event) {
event.waitUntil(self.registration.showNotification('ServiceWorker Cookbook', {
body: 'Alea iacta est',
}));
}); | <|file_sep|>original/push-simple/service-worker.js
self.addEventListener('push', function(event) {
event.waitUntil(self.registration.showNotification('ServiceWorker Cookbook', {
body: 'Alea iacta est',
tag: 'push',
}));
});
<|file_sep|>current/push-simple/service-worker.js
self.addEventListener('push', func... | b42a025c673f90e8eb6c0084972717416d256011 | push-simple/service-worker.js | push-simple/service-worker.js | JavaScript |
<|file_sep|>discover_road_runner/meep_meep/tests/test_meep_meep.py.diff
original:
updated:
<|file_sep|>original/discover_road_runner/meep_meep/tests/test_meep_meep.py
import unittest
from django.test import SimpleTestCase
class BasicTest(SimpleTestCase):
def test_success(self):
self.assertEqual(1 + 1, ... | import unittest
from django.test import SimpleTestCase
class CombinedTest(SimpleTestCase):
def test_success(self):
self.assertEqual(1 + 1, 2)
def test_error(self):
raise ValueError
def test_fail(self):
self.fail()
def test_skip(self):
self.skipTest('Fix me later?')... | <|file_sep|>discover_road_runner/meep_meep/tests/test_meep_meep.py.diff
original:
updated:
<|file_sep|>original/discover_road_runner/meep_meep/tests/test_meep_meep.py
import unittest
from django.test import SimpleTestCase
class BasicTest(SimpleTestCase):
def test_success(self):
self.assertEqual(1 + 1, ... | f6bcc5af968c5c8b81fd6db10bad50b1fadcb5d1 | discover_road_runner/meep_meep/tests/test_meep_meep.py | discover_road_runner/meep_meep/tests/test_meep_meep.py | Python |
<|file_sep|>original/.github/workflows/ci.yml
<|file_sep|>current/.github/workflows/ci.yml
<|file_sep|>updated/.github/workflows/ci.yml | # This workflow will build a Java project with Maven
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
name: Java CI with Maven
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
build:
runs-on: ubunt... | <|file_sep|>original/.github/workflows/ci.yml
<|file_sep|>current/.github/workflows/ci.yml
<|file_sep|>updated/.github/workflows/ci.yml
# This workflow will build a Java project with Maven
# For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven
n... | 83da063fd70110a16f9c8e2b0c9a19395cf5c7fa | .github/workflows/ci.yml | .github/workflows/ci.yml | YAML |
<|file_sep|>REMarkerClusterer.podspec.diff
original:
updated:
s.platform = :ios, '5.0'
<|file_sep|>original/REMarkerClusterer.podspec
Pod::Spec.new do |s|
s.name = 'REMarkerClusterer'
s.version = '2.0'
s.authors = {'Roman Efimov' => 'romefimov@gmail.com'}
s.homepage = 'https://github.com/romaonthego/REMarker... | Pod::Spec.new do |s|
s.name = 'REMarkerClusterer'
s.version = '2.0'
s.authors = {'Roman Efimov' => 'romefimov@gmail.com'}
s.homepage = 'https://github.com/romaonthego/REMarkerClusterer'
s.summary = 'REMarkerClusterer creates and manages per-zoom-level clusters for large amounts of markers.'
s.source = {:git... | <|file_sep|>REMarkerClusterer.podspec.diff
original:
updated:
s.platform = :ios, '5.0'
<|file_sep|>original/REMarkerClusterer.podspec
Pod::Spec.new do |s|
s.name = 'REMarkerClusterer'
s.version = '2.0'
s.authors = {'Roman Efimov' => 'romefimov@gmail.com'}
s.homepage = 'https://github.com/romaonthego/REMarker... | e8d816a9b02f10bcc50d93369a4b9e085bcd215f | REMarkerClusterer.podspec | REMarkerClusterer.podspec | Ruby |
<|file_sep|>original/examples/index.html
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>D3.chart examples</title>
<script src="scripts/lib/d3.v3.js"></script>
<script src="../src/layer.js"></script>
<script src="../src/chart.js"></script>
<script src="scripts/datasrc.js"></script>
<script sr... | <!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>D3.chart examples</title>
<script src="scripts/lib/d3.v3.js"></script>
<script src="../d3.chart.js"></script>
<script src="scripts/datasrc.js"></script>
<script src="scripts/bar-chart.js"></script>
<script src="scripts/fading-bar-chart.js"></scr... | <|file_sep|>original/examples/index.html
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>D3.chart examples</title>
<script src="scripts/lib/d3.v3.js"></script>
<script src="../src/layer.js"></script>
<script src="../src/chart.js"></script>
<script src="scripts/datasrc.js"></script>
<script sr... | 4a792b8b08019952c3f777d9e164983258cb91c2 | examples/index.html | examples/index.html | HTML |
<|file_sep|>original/acceptance-setup/package.json
{
"name": "acceptance-setup",
"private": true,
"version": "0.0.10",
"devDependencies": {
"fs-extra": "5.0.0",
"request": "^2.83.0",
"request-promise-native": "^1.0.5"
}
}
<|file_sep|>current/acceptance-setup/package.json
{
"name": "acceptance-se... | {
"name": "acceptance-setup",
"private": true,
"version": "0.0.10",
"devDependencies": {
"fs-extra": "7.0.1",
"request": "^2.83.0",
"request-promise-native": "^1.0.5"
}
} | <|file_sep|>original/acceptance-setup/package.json
{
"name": "acceptance-setup",
"private": true,
"version": "0.0.10",
"devDependencies": {
"fs-extra": "5.0.0",
"request": "^2.83.0",
"request-promise-native": "^1.0.5"
}
}
<|file_sep|>current/acceptance-setup/package.json
{
"name": "acceptance-se... | 384bfc5486ee7213b492ceb4bb0c26d24783ddf8 | acceptance-setup/package.json | acceptance-setup/package.json | JSON |
<|file_sep|>original/boxoffice/index.php
// Routes
// =============================================================
$app->get('/events', Actions\ListVisibleEventsAction::class);
$app->get('/events/{id}', Actions\GetEventAction::class);
$app->get('/eventblocks/{id}', Actions\GetEventblockAction::class);
$app->get('/r... | // =============================================================
$app->get('/events', Actions\ListVisibleEventsAction::class);
$app->get('/events/{id}', Actions\GetEventAction::class);
$app->get('/eventblocks/{id}', Actions\GetEventblockAction::class);
$app->get('/reservations', Actions\ListMyReservationsAction::clas... | <|file_sep|>original/boxoffice/index.php
// Routes
// =============================================================
$app->get('/events', Actions\ListVisibleEventsAction::class);
$app->get('/events/{id}', Actions\GetEventAction::class);
$app->get('/eventblocks/{id}', Actions\GetEventblockAction::class);
$app->get('/r... | bde32bf39b2ecd272b26b81b60941fe302ad1b6f | boxoffice/index.php | boxoffice/index.php | PHP |
<|file_sep|>stdlib/misc/discard_kernel.cpp.diff
original:
updated:
.batch()
<|file_sep|>original/stdlib/misc/discard_kernel.cpp
private:
DeviceHandle device_;
i32 work_item_size_;
};
REGISTER_OP(Discard).input("ignore").output("dummy");
REGISTER_OP(DiscardFrame).frame_input("ignore").output("dummy");
REGIS... | i32 work_item_size_;
};
REGISTER_OP(Discard).input("ignore").output("dummy");
REGISTER_OP(DiscardFrame).frame_input("ignore").output("dummy");
REGISTER_KERNEL(Discard, DiscardKernel).device(DeviceType::CPU).num_devices(1);
REGISTER_KERNEL(Discard, DiscardKernel).device(DeviceType::GPU).num_devices(1);
REGISTER_K... | <|file_sep|>stdlib/misc/discard_kernel.cpp.diff
original:
updated:
.batch()
<|file_sep|>original/stdlib/misc/discard_kernel.cpp
private:
DeviceHandle device_;
i32 work_item_size_;
};
REGISTER_OP(Discard).input("ignore").output("dummy");
REGISTER_OP(DiscardFrame).frame_input("ignore").output("dummy");
REGIS... | c336f01d2013183cb47a15c9823abca2f5bb2e7a | stdlib/misc/discard_kernel.cpp | stdlib/misc/discard_kernel.cpp | C++ |
<|file_sep|>original/src/Eusonlito/LaravelPacker/PackerServiceProvider.php
}
/**
* Get the base settings from config file
*
* @return array
*/
public function config()
{
$config = config('packer');
if (empty($config['environment'])) {
$config['environmen... | * @return array
*/
public function config()
{
$config = config('packer');
if (empty($config['environment'])) {
$config['environment'] = app()->environment();
}
if (empty($config['public_path'])) {
$config['public_path'] = public_path();
... | <|file_sep|>original/src/Eusonlito/LaravelPacker/PackerServiceProvider.php
}
/**
* Get the base settings from config file
*
* @return array
*/
public function config()
{
$config = config('packer');
if (empty($config['environment'])) {
$config['environmen... | ee77926f91e2d06038a4e5a50e636457cf99266b | src/Eusonlito/LaravelPacker/PackerServiceProvider.php | src/Eusonlito/LaravelPacker/PackerServiceProvider.php | PHP |
<|file_sep|>original/bower.json
"test",
".g*",
".editorconfig",
".jshintrc",
".travis.yml",
"Gruntfile.js",
"karma.conf.js",
"*.html"
],
"dependencies": {
"angular": "~1.2.*",
"angular-touch": "~1.2.*"
},
"devDependencies": {
"angular-mocks": "*",
"angular-scena... | "test",
".g*",
".editorconfig",
".jshintrc",
".travis.yml",
"Gruntfile.js",
"karma.conf.js",
"*.html"
],
"dependencies": {
"angular": "~1.2",
"angular-touch": "~1.2"
},
"devDependencies": {
"angular-mocks": "*",
"angular-scenario": "*"
},
"resolutions... | <|file_sep|>original/bower.json
"test",
".g*",
".editorconfig",
".jshintrc",
".travis.yml",
"Gruntfile.js",
"karma.conf.js",
"*.html"
],
"dependencies": {
"angular": "~1.2.*",
"angular-touch": "~1.2.*"
},
"devDependencies": {
"angular-mocks": "*",
"angular-scena... | 539bcb7d02b95dba928b57a6b202d461224b25f4 | bower.json | bower.json | JSON |
<|file_sep|>original/lib/tasks/application.rake
electorates_xml = Nokogiri.parse(File.read("#{XML_DATA_DIRECTORY}/divisions.xml"))
electorates_xml.search(:division).each do |division|
Electorate.create!(cons_id: division[:id][/uk.org.publicwhip\/cons\/(\d*)/, 1],
# TODO: Support ... | # TODO: Support multiple electorate names
name: division.at(:name)[:text],
main_name: true,
from_date: division[:fromdate],
to_date: division[:todate],
# TODO: Support Sc... | <|file_sep|>original/lib/tasks/application.rake
electorates_xml = Nokogiri.parse(File.read("#{XML_DATA_DIRECTORY}/divisions.xml"))
electorates_xml.search(:division).each do |division|
Electorate.create!(cons_id: division[:id][/uk.org.publicwhip\/cons\/(\d*)/, 1],
# TODO: Support ... | b983e2ff6a8a84b5505c48ae0b85e2bff072dd64 | lib/tasks/application.rake | lib/tasks/application.rake | Ruby |
<|file_sep|>original/gradle.properties
version=0.11.0-SNAPSHOT
groupId=com.nike.wingtips
artifactId=wingtips
<|file_sep|>current/gradle.properties
version=0.11.0-SNAPSHOT
groupId=com.nike.wingtips
artifactId=wingtips
<|file_sep|>updated/gradle.properties | version=0.10.1-SNAPSHOT
groupId=com.nike.wingtips
artifactId=wingtips | <|file_sep|>original/gradle.properties
version=0.11.0-SNAPSHOT
groupId=com.nike.wingtips
artifactId=wingtips
<|file_sep|>current/gradle.properties
version=0.11.0-SNAPSHOT
groupId=com.nike.wingtips
artifactId=wingtips
<|file_sep|>updated/gradle.properties
version=0.10.1-SNAPSHOT
groupId=com.nike.wingtips
artifactId=wing... | 8f803cc691e122025498d02a925b265a0df42de5 | gradle.properties | gradle.properties | INI |
<|file_sep|>original/main.qml
import QtQuick.Controls 1.1
import Machinekit.Application 1.0
import Machinekit.Application.Controls 1.0
import Machinekit.Service 1.0
ApplicationWindow {
id: applicationWindow
visibility: (Qt.platform.os == "android") ? "FullScreen" : "AutomaticVisibility"
visible: true
... | import QtQuick.Controls 1.1
import Machinekit.Application 1.0
import Machinekit.Application.Controls 1.0
import Machinekit.Service 1.0
ApplicationWindow {
id: applicationWindow
visibility: (Qt.platform.os == "android") ? "FullScreen" : "AutomaticVisibility"
visible: true
title: connectionWindow.title... | <|file_sep|>original/main.qml
import QtQuick.Controls 1.1
import Machinekit.Application 1.0
import Machinekit.Application.Controls 1.0
import Machinekit.Service 1.0
ApplicationWindow {
id: applicationWindow
visibility: (Qt.platform.os == "android") ? "FullScreen" : "AutomaticVisibility"
visible: true
... | d1b76f4ee7fef85f1241083c51fc17254b4e49a1 | main.qml | main.qml | QML |
<|file_sep|>original/package.json
{
"name": "fh-service-sharepoint-cloud",
"version": "0.2.0",
"dependencies": {
"express": "4.0.0",
"fh-mbaas-api": "^5.13.7",
"body-parser": "~1.0.2",
"cors": "~2.2.0",
"node-uuid": "^1.4.3",
"sharepointer": "^1.3.2",
"underscore": "^1.8.3"
},
"dev... | {
"name": "fh-service-sharepoint-cloud",
"version": "0.2.0",
"dependencies": {
"express": "4.0.0",
"fh-mbaas-api": "^5.13.8",
"body-parser": "~1.0.2",
"cors": "~2.2.0",
"node-uuid": "^1.4.3",
"sharepointer": "^1.3.2",
"underscore": "^1.8.3"
},
"devDependencies": {
"grunt": "0.4... | <|file_sep|>original/package.json
{
"name": "fh-service-sharepoint-cloud",
"version": "0.2.0",
"dependencies": {
"express": "4.0.0",
"fh-mbaas-api": "^5.13.7",
"body-parser": "~1.0.2",
"cors": "~2.2.0",
"node-uuid": "^1.4.3",
"sharepointer": "^1.3.2",
"underscore": "^1.8.3"
},
"dev... | f7ceef73bd54ee531628d9f4a42ae7af0385f3d9 | package.json | package.json | JSON |
<|file_sep|>original/src/files/scripts/disqus.js
var disqus_shortname = 'jtwebman';
(function () {
'use strict';
var dsq = document.createElement('script');
dsq.type = 'text/javascript';
dsq.async = true;
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] ... | var disqus_shortname = 'jtwebman';
(function () {
'use strict';
var dsq = document.createElement('script');
dsq.type = 'text/javascript';
dsq.async = true;
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
dsq.setAttribute('data-cfasync', 'false');
(document.getElementsByTagName('head')[0] || d... | <|file_sep|>original/src/files/scripts/disqus.js
var disqus_shortname = 'jtwebman';
(function () {
'use strict';
var dsq = document.createElement('script');
dsq.type = 'text/javascript';
dsq.async = true;
dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] ... | 2c54da703ecbab8c03498b08230ac803bf099249 | src/files/scripts/disqus.js | src/files/scripts/disqus.js | JavaScript |
<|file_sep|>original/README.md
# Forminate
TODO: Write a gem description
## Installation
Add this line to your application's Gemfile:
gem 'forminate'
And then execute:
$ bundle
Or install it yourself as:
$ gem install forminate
## Usage
TODO: Write usage instructions here
<|file_sep|>current/READM... | # Forminate
[](https://travis-ci.org/molawson/forminate)
[](https://codeclimate.com/github/molawson/forminate)
TODO: Write a gem description
## Installation
Add this line ... | <|file_sep|>original/README.md
# Forminate
TODO: Write a gem description
## Installation
Add this line to your application's Gemfile:
gem 'forminate'
And then execute:
$ bundle
Or install it yourself as:
$ gem install forminate
## Usage
TODO: Write usage instructions here
<|file_sep|>current/READM... | 8eb34b40d9563e87df5f54abed3a451a60c68302 | README.md | README.md | Markdown |
<|file_sep|>tests/test_gui_widgets.py.diff
original:
from polyglotdb.gui.widgets.basic import DirectoryWidget
updated:
#from polyglotdb.gui.widgets.basic import DirectoryWidget
<|file_sep|>tests/test_gui_widgets.py.diff
original:
def test_directory_widget(qtbot):
widget = DirectoryWidget()
qtbot.addWidget(widge... |
#from polyglotdb.gui.widgets.basic import DirectoryWidget
#def test_directory_widget(qtbot):
# widget = DirectoryWidget()
# qtbot.addWidget(widget)
# widget.setPath('test')
# assert(widget.value() == 'test') | <|file_sep|>tests/test_gui_widgets.py.diff
original:
from polyglotdb.gui.widgets.basic import DirectoryWidget
updated:
#from polyglotdb.gui.widgets.basic import DirectoryWidget
<|file_sep|>tests/test_gui_widgets.py.diff
original:
def test_directory_widget(qtbot):
widget = DirectoryWidget()
qtbot.addWidget(widge... | b9a54ba81dbd7b0235ad774602a7098d590eb92c | tests/test_gui_widgets.py | tests/test_gui_widgets.py | Python |
<|file_sep|>original/requirements.txt
boto3==1.4.7
botocore==1.7.33
certifi==2017.7.27.1
chardet==3.0.4
dj-database-url==0.4.2
dj-static==0.0.6
Django==1.11.6
django-grappelli==2.10.1
django-haystack==2.6.1
django-linkcheck==1.5
django-s3-folder-storage==0.5
django-storages==1.6.5
docutils==0.14
elasticsearch==5.4.0
fu... | boto3==1.4.7
botocore==1.7.34
certifi==2017.7.27.1
chardet==3.0.4
dj-database-url==0.4.2
dj-static==0.0.6
Django==1.11.6
django-grappelli==2.10.1
django-haystack==2.6.1
django-linkcheck==1.5
django-s3-folder-storage==0.5
django-storages==1.6.5
docutils==0.14
elasticsearch==5.4.0
futures==3.1.1
gunicorn==19.7.1
idna==2.... | <|file_sep|>original/requirements.txt
boto3==1.4.7
botocore==1.7.33
certifi==2017.7.27.1
chardet==3.0.4
dj-database-url==0.4.2
dj-static==0.0.6
Django==1.11.6
django-grappelli==2.10.1
django-haystack==2.6.1
django-linkcheck==1.5
django-s3-folder-storage==0.5
django-storages==1.6.5
docutils==0.14
elasticsearch==5.4.0
fu... | 03a7004d78db2572325aa876f248385c8a1d64c9 | requirements.txt | requirements.txt | Text |
<|file_sep|>original/src/handler_adaptor.js
define(['lib/def', 'handler'], function(Def, Handler) {
var HandlerAdaptor = Def.type(Handler, function(handler) {
this.constructor.__super__.call(this);
this.def_prop('handler', handler);
});
HandlerAdaptor.def_method(function on_message(msg, cont) {
if (... | define(['lib/def', 'handler'], function(Def, Handler) {
var HandlerAdaptor = Def.type(Handler, function(handler) {
this.constructor.__super__.call(this);
this.def_prop('handler', handler);
});
HandlerAdaptor.def_method(function on_message(msg, cont) {
if (this.handler.match(msg))
return msg.re... | <|file_sep|>original/src/handler_adaptor.js
define(['lib/def', 'handler'], function(Def, Handler) {
var HandlerAdaptor = Def.type(Handler, function(handler) {
this.constructor.__super__.call(this);
this.def_prop('handler', handler);
});
HandlerAdaptor.def_method(function on_message(msg, cont) {
if (... | 34cf0adf9460554e74f8800c2e00a5768ce71c69 | src/handler_adaptor.js | src/handler_adaptor.js | JavaScript |
<|file_sep|>original/_includes/_google-analytics.html
<!--google analytics tracking code here-->
<|file_sep|>current/_includes/_google-analytics.html
<!--google analytics tracking code here-->
<|file_sep|>updated/_includes/_google-analytics.html | <!--google analytics tracking code here-->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'scri... | <|file_sep|>original/_includes/_google-analytics.html
<!--google analytics tracking code here-->
<|file_sep|>current/_includes/_google-analytics.html
<!--google analytics tracking code here-->
<|file_sep|>updated/_includes/_google-analytics.html
<!--google analytics tracking code here-->
<script>
(function(i,s,o,g,r,... | 032ec10cf8c38066b9507eae7913ad09d6244c27 | _includes/_google-analytics.html | _includes/_google-analytics.html | HTML |
<|file_sep|>docs/source/lots.rst.diff
original:
updated:
When having tender with separate items that can be proveded by different
providers it is possible to split the tender into :ref:`Lots <lot>`. Each
Lot has own budget (i.e. `Lot.value`).
Multilot Tender shares general documentation, and can have lot-specific an... |
Bidding in Multilot tender
--------------------------
Bid should have `lotValues` property consisting of multiple :ref:`LotValue`
objects. Each should reference lot the bid is placed against via
`relatedLot` property.
Auction participation URLs are available for each of the lots submited.
Qualification in Multilot... | <|file_sep|>docs/source/lots.rst.diff
original:
updated:
When having tender with separate items that can be proveded by different
providers it is possible to split the tender into :ref:`Lots <lot>`. Each
Lot has own budget (i.e. `Lot.value`).
Multilot Tender shares general documentation, and can have lot-specific an... | 8738562a871c4379536f19cc9f2b1d965567c2df | docs/source/lots.rst | docs/source/lots.rst | reStructuredText |
<|file_sep|>original/entrypoint.sh
#!/bin/sh
echo "Configuring GPIO"
if [ ! -d /sys/class/gpio/gpio18 ] ; then
echo 18 > /sys/class/gpio/export
fi
echo out > /sys/class/gpio/gpio18/direction
echo "Starting CCU2 init scripts"
for i in /etc/init.d/S*; do echo; echo "Starting $i"; $i start; done
echo "Done starting CC... | #!/bin/sh
echo "Configuring GPIO"
if [ ! -d /sys/class/gpio/gpio18 ] ; then
echo 18 > /sys/class/gpio/export
fi
echo out > /sys/class/gpio/gpio18/direction
echo "Starting CCU2 init scripts"
for i in /etc/init.d/S*; do echo; echo "Starting $i"; $i start; done
killall hss_led #Because it is very verbose when it cannot... | <|file_sep|>original/entrypoint.sh
#!/bin/sh
echo "Configuring GPIO"
if [ ! -d /sys/class/gpio/gpio18 ] ; then
echo 18 > /sys/class/gpio/export
fi
echo out > /sys/class/gpio/gpio18/direction
echo "Starting CCU2 init scripts"
for i in /etc/init.d/S*; do echo; echo "Starting $i"; $i start; done
echo "Done starting CC... | 701d8daf3d1624b2ffcbde46689a440c9798bd10 | entrypoint.sh | entrypoint.sh | Shell |
<|file_sep|>original/test/data/pulsar-conf-dummy/recipes/example/dummy.rb
end
task :my_sleep_unkillable do
trap('SIGTERM') do
puts 'Received SIGTERM, ignoring...'
end
sleep 10
end
end
namespace :deploy do
task :default do
sleep 10
end
task :pending do
sleep 1
end
end
<|file_... | end
task :my_sleep_unkillable do
trap('SIGTERM') do
puts 'Received SIGTERM, ignoring...'
end
sleep 10
end
task :my_sleep_output do
10.times do
50.times do
puts Array.new(10){ [*'0'..'9',*'A'..'Z',*'a'..'z'].sample }.join
end
sleep 1
end
end
end
| <|file_sep|>original/test/data/pulsar-conf-dummy/recipes/example/dummy.rb
end
task :my_sleep_unkillable do
trap('SIGTERM') do
puts 'Received SIGTERM, ignoring...'
end
sleep 10
end
end
namespace :deploy do
task :default do
sleep 10
end
task :pending do
sleep 1
end
end
<|file_... | 18e9e37308fb0a86a82732363d516ce9d5fb51c1 | test/data/pulsar-conf-dummy/recipes/example/dummy.rb | test/data/pulsar-conf-dummy/recipes/example/dummy.rb | Ruby |
<|file_sep|>original/code/checks/SolrIndexCheck.php
<|file_sep|>current/code/checks/SolrIndexCheck.php
<|file_sep|>updated/code/checks/SolrIndexCheck.php | <?php
/**
* Check the availability of all Solr indexes of given class.
* If there are no indexes of given class found, the returned status will still be "OK".
*
* @param $indexClass Limit the index checks to the specified class and all its subclasses.
*/
class SolrIndexCheck implements EnvironmentCheck {
protect... | <|file_sep|>original/code/checks/SolrIndexCheck.php
<|file_sep|>current/code/checks/SolrIndexCheck.php
<|file_sep|>updated/code/checks/SolrIndexCheck.php
<?php
/**
* Check the availability of all Solr indexes of given class.
* If there are no indexes of given class found, the returned status will still be "OK".
*
... | 8485e1b30a869856433e121969eae42fa8c734da | code/checks/SolrIndexCheck.php | code/checks/SolrIndexCheck.php | PHP |
<|file_sep|>original/requirements.txt
docker==2.5.1
molecule==1.25.0
pytest==3.2.2
python-vagrant==0.5.15
testinfra==1.6.5
tox==2.8.1
<|file_sep|>current/requirements.txt
docker==2.5.1
molecule==1.25.0
pytest==3.2.2
python-vagrant==0.5.15
testinfra==1.6.5
tox==2.8.1
<|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.0
tox==2.8.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.6.5
tox==2.8.1
<|file_sep|>current/requirements.txt
docker==2.5.1
molecule==1.25.0
pytest==3.2.2
python-vagrant==0.5.15
testinfra==1.6.5
tox==2.8.1
<|file_sep|>updated/requirements.txt
docker==2.5.1
mo... | 5f3126cf7e9db2bbecdaded75b3c0b6a59e55bdf | requirements.txt | requirements.txt | Text |
<|file_sep|>original/.github/workflows/ci.yml
with:
java-version: 11
- run: chmod +x gradlew
- run: ./gradlew check --stacktrace
deploy:
needs: build
runs-on: ubuntu-latest
if: github.event_name == 'push'
steps:
- uses: actions/checkout@v2
- uses: actions/setu... | runs-on: ubuntu-latest
if: github.event_name == 'push'
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
with:
java-version: 11
- run: chmod +x gradlew
- run: ./gradlew assemble
- env:
HEROKU_API_KEY: ${{ secrets.HEROKU_API_KEY }}
... | <|file_sep|>original/.github/workflows/ci.yml
with:
java-version: 11
- run: chmod +x gradlew
- run: ./gradlew check --stacktrace
deploy:
needs: build
runs-on: ubuntu-latest
if: github.event_name == 'push'
steps:
- uses: actions/checkout@v2
- uses: actions/setu... | e31011f5c1947122957a319c297f2177aa62ecd7 | .github/workflows/ci.yml | .github/workflows/ci.yml | YAML |
<|file_sep|>original/lib/wayback.js
<|file_sep|>current/lib/wayback.js
<|file_sep|>updated/lib/wayback.js | var debug = require('debug')('wayback:main'),
http = require('http'),
timemap = require('./timemap');
// a simple HTTP client
function request(url, callback) {
var debug = require('debug')('wayback:http');
debug('req', url);
var req = http.get(url, function(res) {
debug('resp', 'HTTP ' + res.statusCode);
deb... | <|file_sep|>original/lib/wayback.js
<|file_sep|>current/lib/wayback.js
<|file_sep|>updated/lib/wayback.js
var debug = require('debug')('wayback:main'),
http = require('http'),
timemap = require('./timemap');
// a simple HTTP client
function request(url, callback) {
var debug = require('debug')('wayback:http');
d... | 7d9f35e0c6e898f0fa1e42e25804835e4e4a27b7 | lib/wayback.js | lib/wayback.js | JavaScript |
<|file_sep|>packages/pr/preamble.yaml.diff
original:
hash: f7e91ad8586f06cf003b86e51d62c69aafced42b05c8beeaefc9aa320ad65351
updated:
hash: 303ad076ac0f358a6ba7b0e8aa75fcc8975ca2e1aee2b474e436313326aabe24
<|file_sep|>packages/pr/preamble.yaml.diff
original:
updated:
- '0.0.2'
<|file_sep|>original/packages/pr/preamble.y... | unordered-containers: -any
text: -any
basic-prelude: -any
monad-control: -any
fast-logger: -any
lens: -any
text-manipulate: -any
mtl: -any
transformers-base: -any
monad-logger: -any
resourcet: -any
aeson: -any
template-haskell: -any
all-versions:
- '0.0.1'
- '0.0.2'
author: Swift Navigation In... | <|file_sep|>packages/pr/preamble.yaml.diff
original:
hash: f7e91ad8586f06cf003b86e51d62c69aafced42b05c8beeaefc9aa320ad65351
updated:
hash: 303ad076ac0f358a6ba7b0e8aa75fcc8975ca2e1aee2b474e436313326aabe24
<|file_sep|>packages/pr/preamble.yaml.diff
original:
updated:
- '0.0.2'
<|file_sep|>original/packages/pr/preamble.y... | e948385cbc339bab799fe2d5f326d5cd171b7332 | packages/pr/preamble.yaml | packages/pr/preamble.yaml | YAML |
<|file_sep|>original/app/views/notifications/_emergency_banner.html.erb
<div class="govuk-emergency-banner <%= banner.campaign_class %>" role="banner">
<div>
<h1><%= banner.heading %></h1>
<p>
<%= banner.short_description %>
</p>
<% if banner.link %>
<a href="<%= banner.link %>">More infor... | <div class="govuk-emergency-banner <%= banner.campaign_class %>" role="banner">
<div>
<h1><%= banner.heading %></h1>
<% if banner.short_description %>
<p><%= banner.short_description %></p>
<% end %>
<% if banner.link %>
<a href="<%= banner.link %>">More information</a>
<% end %>
</d... | <|file_sep|>original/app/views/notifications/_emergency_banner.html.erb
<div class="govuk-emergency-banner <%= banner.campaign_class %>" role="banner">
<div>
<h1><%= banner.heading %></h1>
<p>
<%= banner.short_description %>
</p>
<% if banner.link %>
<a href="<%= banner.link %>">More infor... | e053f7bed6a2f21a28d468f654be6bb0e0177411 | app/views/notifications/_emergency_banner.html.erb | app/views/notifications/_emergency_banner.html.erb | HTML+ERB |
<|file_sep|>original/qml/PropagandaMain.qml
import "manager"
GameWindow {
id: window
width: 320
height: 480
minimizeable: true
// this would disable the fps label both for QML & cocos renderer - if only qml renderer should be disabled use fpsTextItem.visible: false
displayFpsEnabled: developerBuild
... |
import "manager"
GameWindow {
id: window
width: 320
height: 480
minimizeable: true
maximizeable: true
// this would disable the fps label both for QML & cocos renderer - if only qml renderer should be disabled use fpsTextItem.visible: false
displayFpsEnabled: developerBuild
// in the developer ve... | <|file_sep|>original/qml/PropagandaMain.qml
import "manager"
GameWindow {
id: window
width: 320
height: 480
minimizeable: true
// this would disable the fps label both for QML & cocos renderer - if only qml renderer should be disabled use fpsTextItem.visible: false
displayFpsEnabled: developerBuild
... | 46b88d104dbb958b56a76a2b9134e7b722598784 | qml/PropagandaMain.qml | qml/PropagandaMain.qml | QML |
<|file_sep|>original/README.md
Installation
------------
npm install jscpd -g
Usage
-----
jscpd -p /path/to/js/code -o /path/to/xml/output
Options:
--------
- -l, --min-lines min size of duplication in code lines (Default is 5)
- -t, --min-tokens mim size of duplication in code tokens (Defau... | Installation
------------
npm install jscpd -g
Usage
-----
jscpd -p /path/to/js/code -o /path/to/xml/output
or
```coffeescript
# coffeescript
jscpd = require('jspd')
result = jscpd::run
path: 'my/project/folder'
```
| <|file_sep|>original/README.md
Installation
------------
npm install jscpd -g
Usage
-----
jscpd -p /path/to/js/code -o /path/to/xml/output
Options:
--------
- -l, --min-lines min size of duplication in code lines (Default is 5)
- -t, --min-tokens mim size of duplication in code tokens (Defau... | 7487f513e489e4278e3cc45696401b2f7a18d896 | README.md | README.md | Markdown |
<|file_sep|>original/assets/js/googlesitekit-settings.js
*/
import domReady from '@wordpress/dom-ready';
import { render } from '@wordpress/element';
/**
* Internal dependencies
*/
import './components/legacy-notifications';
import Root from './components/Root';
import SettingsApp from './components/settings/Settin... | */
import domReady from '@wordpress/dom-ready';
import { render } from '@wordpress/element';
/**
* Internal dependencies
*/
import './components/legacy-notifications';
import Root from './components/Root';
import SettingsApp from './components/settings/SettingsApp';
// Initialize the app once the DOM is ready.
dom... | <|file_sep|>original/assets/js/googlesitekit-settings.js
*/
import domReady from '@wordpress/dom-ready';
import { render } from '@wordpress/element';
/**
* Internal dependencies
*/
import './components/legacy-notifications';
import Root from './components/Root';
import SettingsApp from './components/settings/Settin... | c56370a3518f967a6f4afed8bcc84c17500ee0b3 | assets/js/googlesitekit-settings.js | assets/js/googlesitekit-settings.js | JavaScript |
<|file_sep|>original/.mvn/wrapper/maven-wrapper.properties
distributionUrl=https://repo1.maven.org/maven2/org/apache/maven/apache-maven/3.6.3/apache-maven-3.6.3-bin.zip
<|file_sep|>current/.mvn/wrapper/maven-wrapper.properties
distributionUrl=https://repo1.maven.org/maven2/org/apache/maven/apache-maven/3.6.3/apache-mav... | distributionUrl=https://repo1.maven.org/maven2/org/apache/maven/apache-maven/3.8.1/apache-maven-3.8.1-bin.zip | <|file_sep|>original/.mvn/wrapper/maven-wrapper.properties
distributionUrl=https://repo1.maven.org/maven2/org/apache/maven/apache-maven/3.6.3/apache-maven-3.6.3-bin.zip
<|file_sep|>current/.mvn/wrapper/maven-wrapper.properties
distributionUrl=https://repo1.maven.org/maven2/org/apache/maven/apache-maven/3.6.3/apache-mav... | bae67f45edea256751df49d925d59664ccec869f | .mvn/wrapper/maven-wrapper.properties | .mvn/wrapper/maven-wrapper.properties | INI |
<|file_sep|>src/main/kotlin/Language.kt.diff
original:
updated:
import kotlinx.serialization.Optional
<|file_sep|>original/src/main/kotlin/Language.kt
import kotlinx.serialization.Serializable
/**
* One language that the Strings are in
* @author Julien Guerinet
* @since 2.0.0
*
* @param id Language I... | import kotlinx.serialization.Optional
import kotlinx.serialization.Serializable
/**
* One language that the Strings are in
* @author Julien Guerinet
* @since 2.0.0
*
* @param id Language Id
* @param path Path to the file for the Strings in this language
* @param columnIndex Index of the co... | <|file_sep|>src/main/kotlin/Language.kt.diff
original:
updated:
import kotlinx.serialization.Optional
<|file_sep|>original/src/main/kotlin/Language.kt
import kotlinx.serialization.Serializable
/**
* One language that the Strings are in
* @author Julien Guerinet
* @since 2.0.0
*
* @param id Language I... | e6d3cc860478ac36a2e5be9b8b836b534bb78fc1 | src/main/kotlin/Language.kt | src/main/kotlin/Language.kt | Kotlin |
<|file_sep|>original/app/assets/templates/drama-show.html
<div >
<h1>Drama show </h1>
<p>Name: {{drama.name}}</p>
<p>Year of Release: {{drama.year}}</p>
<p>Number of episodes: {{drama.episode_count}} </p>
<div>
<h3> Avg Rating: {{drama.avgRating}} </h3>
</div>
<div ng-controller="RatingsCtrl a... |
<p>Year of Release: {{drama.year}}</p>
<p>Number of episodes: {{drama.episode_count}} </p>
<div>
<h3> Avg Rating: {{drama.avgRating}} </h3>
</div>
<div ng-controller="RatingsCtrl as ctrl">
<h4> Rate:</h4>
<div drama-rating drama="drama" rating-id ="ctrl.id" rating-value="ctrl.rating" data-ma... | <|file_sep|>original/app/assets/templates/drama-show.html
<div >
<h1>Drama show </h1>
<p>Name: {{drama.name}}</p>
<p>Year of Release: {{drama.year}}</p>
<p>Number of episodes: {{drama.episode_count}} </p>
<div>
<h3> Avg Rating: {{drama.avgRating}} </h3>
</div>
<div ng-controller="RatingsCtrl a... | ab731531f3ecf74e8b758754397bf33536d4ae24 | app/assets/templates/drama-show.html | app/assets/templates/drama-show.html | HTML |
<|file_sep|>original/tsconfig.json
{
"compilerOptions": {
"outDir": "./lib",
"declaration": true,
"target": "es5",
"module": "commonjs",
"moduleResolution": "node",
"strict": true,
"noImplicitReturns": false,
"noUnusedLocals": true,
"noUnusedParameters": false,
"noFallthroughCa... | {
"compilerOptions": {
"outDir": "./lib",
"declaration": true,
"target": "es5",
"module": "UMD",
"moduleResolution": "node",
"strict": true,
"noImplicitReturns": false,
"noUnusedLocals": true,
"noUnusedParameters": false,
"noFallthroughCasesInSwitch": true,
"forceConsistent... | <|file_sep|>original/tsconfig.json
{
"compilerOptions": {
"outDir": "./lib",
"declaration": true,
"target": "es5",
"module": "commonjs",
"moduleResolution": "node",
"strict": true,
"noImplicitReturns": false,
"noUnusedLocals": true,
"noUnusedParameters": false,
"noFallthroughCa... | 4e3aa83aadb877474d5af9dc88761e854e5854f9 | tsconfig.json | tsconfig.json | JSON |
<|file_sep|>original/package.json
{
"name": "share",
"description": "An app for easily sharing files",
"author": "Brian Green",
"dependencies": {
"busboy": "^0.2.7",
"debug": "^0.8.1",
"express": "^4.4.0",
"express-handlebars": "^1.0.3",
"q": "^1.0.1",
"rimraf": "^2.2.8",
"sanitize-f... | {
"name": "share",
"description": "An app for easily sharing files",
"author": "Brian Green",
"dependencies": {
"busboy": "^0.2.7",
"debug": "^2.2.0",
"express": "^4.14.0",
"express-handlebars": "^3.0.0",
"q": "^1.0.1",
"rimraf": "^2.2.8",
"sanitize-filename": "^1.0.1",
"morgan":... | <|file_sep|>original/package.json
{
"name": "share",
"description": "An app for easily sharing files",
"author": "Brian Green",
"dependencies": {
"busboy": "^0.2.7",
"debug": "^0.8.1",
"express": "^4.4.0",
"express-handlebars": "^1.0.3",
"q": "^1.0.1",
"rimraf": "^2.2.8",
"sanitize-f... | cdf93f43d3340c3bbc2fb34e5d3efe245e5c5586 | package.json | package.json | JSON |
<|file_sep|>setup.py.diff
original:
'Intended Audience :: Quality Engineers',
updated:
<|file_sep|>original/setup.py
'Development Status :: 5 - Production/Stable',
'Environment :: Console',
'Intended Audience :: Developers',
'Intended Audience :: System Administrators',
... | 'Intended Audience :: Developers',
'Intended Audience :: System Administrators',
'License :: OSI Approved :: ISC License (ISCL)',
'Operating System :: POSIX',
'Operating System :: MacOS :: MacOS X',
'Programming Language :: Python',
'Programming Language :: Python... | <|file_sep|>setup.py.diff
original:
'Intended Audience :: Quality Engineers',
updated:
<|file_sep|>original/setup.py
'Development Status :: 5 - Production/Stable',
'Environment :: Console',
'Intended Audience :: Developers',
'Intended Audience :: System Administrators',
... | 5caa22112a11f2cabdacd8302536580012a2bf98 | setup.py | setup.py | Python |
<|file_sep|>original/src/Oro/Bundle/EmbeddedFormBundle/Resources/views/base.html.twig
<!--[if IE 9 ]>
<html class="no-js ie ie9" lang="en"> <![endif]-->
<!--[if (gte IE 10)|!(IE)]><!-->
<html class="no-js" lang="en"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=e... | <!--[if IE 9 ]>
<html class="no-js ie ie9" lang="en"> <![endif]-->
<!--[if (gte IE 10)|!(IE)]><!-->
<html class="no-js" lang="en"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Form</title>
<meta name="viewport" content="width=device... | <|file_sep|>original/src/Oro/Bundle/EmbeddedFormBundle/Resources/views/base.html.twig
<!--[if IE 9 ]>
<html class="no-js ie ie9" lang="en"> <![endif]-->
<!--[if (gte IE 10)|!(IE)]><!-->
<html class="no-js" lang="en"> <!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=e... | 7cb79ead6f544737d4ff703bdebac5aba7ec0957 | src/Oro/Bundle/EmbeddedFormBundle/Resources/views/base.html.twig | src/Oro/Bundle/EmbeddedFormBundle/Resources/views/base.html.twig | Twig |
<|file_sep|>original/CHANGES.md
<|file_sep|>current/CHANGES.md
<|file_sep|>updated/CHANGES.md | # ActiveRemote Changes
3.0.0
----------
- Remove dependency on ActiveAttr [#48]
- Remove core exts [#49]
- Remove deprecated rpc methods `.request`, `.request_type`, #execute`, `#remote_call`
These methods are handled by the rpc adater now. [#49]
- Remove deprecated method `._active_remote_search_args` [#49]
- Remo... | <|file_sep|>original/CHANGES.md
<|file_sep|>current/CHANGES.md
<|file_sep|>updated/CHANGES.md
# ActiveRemote Changes
3.0.0
----------
- Remove dependency on ActiveAttr [#48]
- Remove core exts [#49]
- Remove deprecated rpc methods `.request`, `.request_type`, #execute`, `#remote_call`
These methods are handled by... | f8dc6b19f212e3e821590534bdfefa283c1c2a57 | CHANGES.md | CHANGES.md | Markdown |
<|file_sep|>original/docker-webapp-keep-data.sh
<|file_sep|>current/docker-webapp-keep-data.sh
<|file_sep|>updated/docker-webapp-keep-data.sh | #!/bin/bash
set -e
#mvn -T 2C -Dmaven.test.skip=true clean package
mvn -T 2C clean package
docker-compose stop biosamples-webapps-core biosamples-webapps-sampletab biosamples-webapps-legacyxml mongo neo4j solr rabbitmq biosamples-agents-solr biosamples-agents-curation biosamples-agents-neo4j
set +e
docker-compose rm... | <|file_sep|>original/docker-webapp-keep-data.sh
<|file_sep|>current/docker-webapp-keep-data.sh
<|file_sep|>updated/docker-webapp-keep-data.sh
#!/bin/bash
set -e
#mvn -T 2C -Dmaven.test.skip=true clean package
mvn -T 2C clean package
docker-compose stop biosamples-webapps-core biosamples-webapps-sampletab biosample... | 4e0b9393c09c8a4f757b137fd535609b81df2b60 | docker-webapp-keep-data.sh | docker-webapp-keep-data.sh | Shell |
<|file_sep|>original/schlep.gemspec
Gem::Specification.new do |s|
s.name = "schlep"
s.version = Schlep::VERSION
s.authors = ["Justin Campbell"]
s.email = ["justin@justincampbell.me"]
s.homepage = "http://github.com/Movitas/schlep-ruby"
s.summary = %q{Ruby client for schlep http:/... | s.homepage = "http://github.com/Movitas/schlep-ruby"
s.summary = %q{Ruby client for schlep http://github.com/Movitas/schlep}
s.description = %q{Ruby client for schlep. Schlep provides a simple interface for logging and broadcasting events.}
s.rubyforge_project = "schlep"
s.files = `git ls-fil... | <|file_sep|>original/schlep.gemspec
Gem::Specification.new do |s|
s.name = "schlep"
s.version = Schlep::VERSION
s.authors = ["Justin Campbell"]
s.email = ["justin@justincampbell.me"]
s.homepage = "http://github.com/Movitas/schlep-ruby"
s.summary = %q{Ruby client for schlep http:/... | 993da789f61f9255e0a8900908dea2d2b1532e39 | schlep.gemspec | schlep.gemspec | Ruby |
<|file_sep|>original/docs/build-process.md
<|file_sep|>current/docs/build-process.md
<|file_sep|>updated/docs/build-process.md | 1. User calls `buildContainer` XMLRPC call - e.g. by `container-build` command of `rpkg`.
2. Hub XMLRPC handler `buildContainer` creates `buildContainer` method.
3. Builder method `buildContainer`:
1. [creates a build object](https://github.com/release-engineering/koji-containerbuild/blob/master/koji_containerbuild... | <|file_sep|>original/docs/build-process.md
<|file_sep|>current/docs/build-process.md
<|file_sep|>updated/docs/build-process.md
1. User calls `buildContainer` XMLRPC call - e.g. by `container-build` command of `rpkg`.
2. Hub XMLRPC handler `buildContainer` creates `buildContainer` method.
3. Builder method `buildConta... | 2bcff34fb1f7cf4f88ef771f13ffc52e929df18b | docs/build-process.md | docs/build-process.md | Markdown |
<|file_sep|>grid-list-toggle.js.diff
original:
templatePrefix: '='
updated:
templatePrefix: '=',
defaultTemplate: '='
<|file_sep|>original/grid-list-toggle.js
<button ng-repeat="item in toggles" type="button" class="btn btn-default" ng-class="{active: isTemplateActive(item)}" ng-click="toggleT... | link: function(scope, element, attrs, ngModel) {
scope.toggles = ['th', 'list'];
ngModel.$render = function() {
scope.currentTemplate = ngModel.$modelValue;
};
scope.toggleTemplate = function(value) {
scope.currentTemplate = scope.templatePrefix + value +'.ht... | <|file_sep|>grid-list-toggle.js.diff
original:
templatePrefix: '='
updated:
templatePrefix: '=',
defaultTemplate: '='
<|file_sep|>original/grid-list-toggle.js
<button ng-repeat="item in toggles" type="button" class="btn btn-default" ng-class="{active: isTemplateActive(item)}" ng-click="toggleT... | 6d71c9a9fc5eaa6f3cb8368f0242efe96c8dc518 | grid-list-toggle.js | grid-list-toggle.js | JavaScript |
<|file_sep|>original/deployment/operations/cf-kibana.yml
lifecycle: errand
consumes:
elasticsearch: {from: elasticsearch_master}
cloud_controller: {from: cloud_controller, deployment: cf}
properties:
cloudfoundry:
admin_password: "((cf_admin_password))"
cf-kibana:
app... | lifecycle: errand
consumes:
elasticsearch: {from: elasticsearch_master}
cloud_controller: {from: cloud_controller, deployment: cf}
properties:
cloudfoundry:
admin_password: "((cf_admin_password))"
cf-kibana:
app_name: kibana
app_memory: 4G
kibana_index... | <|file_sep|>original/deployment/operations/cf-kibana.yml
lifecycle: errand
consumes:
elasticsearch: {from: elasticsearch_master}
cloud_controller: {from: cloud_controller, deployment: cf}
properties:
cloudfoundry:
admin_password: "((cf_admin_password))"
cf-kibana:
app... | 9ea5222d53e947dbd33d74442d273a7d23dbebd2 | deployment/operations/cf-kibana.yml | deployment/operations/cf-kibana.yml | YAML |
<|file_sep|>.eslintrc.json.diff
original:
"eqeqeq": "error",
updated:
<|file_sep|>original/.eslintrc.json
"globals": {
"config": true,
"Log": true,
"MM": true,
"Module": true,
"moment": true
},
"parserOptions": {
"sourceType": "module",
"ecmaVersion": 2017,
"ecmaFeatures": {
"globalReturn": tru... | },
"globals": {
"config": true,
"Log": true,
"MM": true,
"Module": true,
"moment": true
},
"parserOptions": {
"sourceType": "module",
"ecmaVersion": 2017,
"ecmaFeatures": {
"globalReturn": true
}
},
"rules": {
"prettier/prettier": "error",
"no-prototype-builtins": "off",
"no-unused-vars... | <|file_sep|>.eslintrc.json.diff
original:
"eqeqeq": "error",
updated:
<|file_sep|>original/.eslintrc.json
"globals": {
"config": true,
"Log": true,
"MM": true,
"Module": true,
"moment": true
},
"parserOptions": {
"sourceType": "module",
"ecmaVersion": 2017,
"ecmaFeatures": {
"globalReturn": tru... | 029745070238f4c98e5f4994c86da7a554c92a99 | .eslintrc.json | .eslintrc.json | JSON |
<|file_sep|>original/packages/@sanity/util/src/getConfig.js
import path from 'path'
import get from 'lodash/get'
import merge from 'lodash/merge'
import {loadJsonSync} from './safeJson'
const defaults = {
server: {
staticPath: './static',
port: 3910,
hostname: 'localhost'
}
}
const configContainer = v... | import path from 'path'
import get from 'lodash/get'
import merge from 'lodash/merge'
import {loadJsonSync} from './safeJson'
const defaults = {
server: {
staticPath: './static',
port: 3333,
hostname: 'localhost'
}
}
const configContainer = values => ({
get: (dotPath, defaultValue) =>
get(values... | <|file_sep|>original/packages/@sanity/util/src/getConfig.js
import path from 'path'
import get from 'lodash/get'
import merge from 'lodash/merge'
import {loadJsonSync} from './safeJson'
const defaults = {
server: {
staticPath: './static',
port: 3910,
hostname: 'localhost'
}
}
const configContainer = v... | 9956f54a1e34d66f1d2af3a89d245b36681b4d8f | packages/@sanity/util/src/getConfig.js | packages/@sanity/util/src/getConfig.js | JavaScript |
<|file_sep|>original/gradle.properties
version=0.9.2-SNAPSHOT
kotlin_version=1.2.41
coroutines_version=0.22.5
dokka_version=0.9.16
netty_version=4.1.19.Final
netty_tcnative_version=2.0.7.Final
jetty_version=9.4.8.v20171121
jetty_alpn_boot_version=8.1.11.v20170118
jetty_alpn_api_version=1.1.3.v20160715
logback_versi... | version=0.9.2-SNAPSHOT
kotlin_version=1.2.41
coroutines_version=0.22.5
dokka_version=0.9.16
netty_version=4.1.24.Final
netty_tcnative_version=2.0.8.Final
jetty_version=9.4.8.v20171121
jetty_alpn_boot_version=8.1.11.v20170118
jetty_alpn_api_version=1.1.3.v20160715
logback_version=1.2.1
junit_version=4.12
jmh_versio... | <|file_sep|>original/gradle.properties
version=0.9.2-SNAPSHOT
kotlin_version=1.2.41
coroutines_version=0.22.5
dokka_version=0.9.16
netty_version=4.1.19.Final
netty_tcnative_version=2.0.7.Final
jetty_version=9.4.8.v20171121
jetty_alpn_boot_version=8.1.11.v20170118
jetty_alpn_api_version=1.1.3.v20160715
logback_versi... | 08d2a232eda963b12365eb7d5d2b01ea39162e0c | gradle.properties | gradle.properties | INI |
<|file_sep|>original/templates/bootstrappers_layout.html.erb.erb
<%%= render_page_keywords_meta_tag %>
<%%= render_page_image_link_tag %>
<%%= csrf_meta_tag %>
<%%= stylesheet_link_tag "application" %>
<%%= yield :stylesheets %>
<meta property="og:title" content="<%%= page_title || SeoHelper.con... | <%%= render_page_keywords_meta_tag %>
<%%= render_page_image_link_tag %>
<%%= csrf_meta_tag %>
<%%= stylesheet_link_tag "application" %>
<%%= yield :stylesheets %>
<meta property="og:title" content="<%%= page_title || SeoHelper.configuration.site_name %>"/>
<meta property="og:description" cont... | <|file_sep|>original/templates/bootstrappers_layout.html.erb.erb
<%%= render_page_keywords_meta_tag %>
<%%= render_page_image_link_tag %>
<%%= csrf_meta_tag %>
<%%= stylesheet_link_tag "application" %>
<%%= yield :stylesheets %>
<meta property="og:title" content="<%%= page_title || SeoHelper.con... | 09ce45b06333ab66f9c73e473518f3a86da193c4 | templates/bootstrappers_layout.html.erb.erb | templates/bootstrappers_layout.html.erb.erb | HTML+ERB |
<|file_sep|>original/bower.json
],
"license": "Apache Version 2.0",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"tests"
],
"dependencies": {
"ember": "^1.10.0",
"ember-test-helpers": "^0.5.9"
},
"devDependencies": {
"mocha": "~2.2.4",
"chai": "~2.3.0",
"emb... | ],
"license": "Apache Version 2.0",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"tests"
],
"dependencies": {
"ember": "^1.10.0",
"ember-test-helpers": "^0.5.10"
},
"devDependencies": {
"mocha": "~2.2.4",
"chai": "~2.3.0",
"ember-mocha-adapter": "~0.3.1",
... | <|file_sep|>original/bower.json
],
"license": "Apache Version 2.0",
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"tests"
],
"dependencies": {
"ember": "^1.10.0",
"ember-test-helpers": "^0.5.9"
},
"devDependencies": {
"mocha": "~2.2.4",
"chai": "~2.3.0",
"emb... | 9162c444ad7efd153caf7a40cd49339526806998 | bower.json | bower.json | JSON |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.