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/language-configuration.json
["(", ")"],
["\"", "\""],
["'", "'"]
],
// symbols that that can be used to surround a selection
"surroundingPairs": [
["{", "}"],
["[", "]"],
["(", ")"],
["\"", "\""],
["'", "'"]
],
"fol... | ["(", ")"],
["\"", "\""],
["'", "'"]
],
// symbols that that can be used to surround a selection
"surroundingPairs": [
["{", "}"],
["[", "]"],
["(", ")"],
["\"", "\""],
["'", "'"]
],
"folding": {
"offSide": false,
"marke... | <|file_sep|>original/language-configuration.json
["(", ")"],
["\"", "\""],
["'", "'"]
],
// symbols that that can be used to surround a selection
"surroundingPairs": [
["{", "}"],
["[", "]"],
["(", ")"],
["\"", "\""],
["'", "'"]
],
"fol... | c6f9edd27c16a640e0c61355611391b98f5d4ee9 | language-configuration.json | language-configuration.json | JSON |
<|file_sep|>requirements.txt.diff
original:
Django==1.10.4
updated:
Django==1.10.5
<|file_sep|>requirements.txt.diff
original:
Pillow==3.4.2
python-social-auth==0.2.21
updated:
Pillow==4.0.0
python-social-auth==0.3.3
<|file_sep|>original/requirements.txt
Django==1.10.4
django-countries==4.0
django-crispy-forms==1.6.1
d... | Django==1.10.5
django-countries==4.0
django-crispy-forms==1.6.1
django-debug-toolbar==1.6
django-imagekit==3.3
django-twitter-tag==1.2.1
Pillow==4.0.0
python-social-auth==0.3.3
reportlab==3.3.0
django-libsass==0.7
django-compressor==2.1
requests==2.12.5
djangorestframework==3.5.3
django-oauth-toolkit==0.11.0
requests-o... | <|file_sep|>requirements.txt.diff
original:
Django==1.10.4
updated:
Django==1.10.5
<|file_sep|>requirements.txt.diff
original:
Pillow==3.4.2
python-social-auth==0.2.21
updated:
Pillow==4.0.0
python-social-auth==0.3.3
<|file_sep|>original/requirements.txt
Django==1.10.4
django-countries==4.0
django-crispy-forms==1.6.1
d... | 2e9c46dc230b40571d107779c9050af284b105bd | requirements.txt | requirements.txt | Text |
<|file_sep|>original/README.rst
Silo
==========
.. image:: http://img.shields.io/travis/jpvanhal/silo/master.svg
:target: http://travis-ci.org/jpvanhal/silo
.. image:: http://img.shields.io/coveralls/jpvanhal/silo/master.svg
:target: https://coveralls.io/r/jpvanhal/silo?branch=master
Silo is a file storage abst... | Silo
==========
.. image:: http://img.shields.io/travis/jpvanhal/silo/master.svg
:target: http://travis-ci.org/jpvanhal/silo
.. image:: http://img.shields.io/coveralls/jpvanhal/silo/master.svg
:target: https://coveralls.io/r/jpvanhal/silo?branch=master
.. image:: http://img.shields.io/pypi/dm/silo.svg
:target... | <|file_sep|>original/README.rst
Silo
==========
.. image:: http://img.shields.io/travis/jpvanhal/silo/master.svg
:target: http://travis-ci.org/jpvanhal/silo
.. image:: http://img.shields.io/coveralls/jpvanhal/silo/master.svg
:target: https://coveralls.io/r/jpvanhal/silo?branch=master
Silo is a file storage abst... | afa374de07cbd47b448c5a3a02639d3e4889f523 | README.rst | README.rst | reStructuredText |
<|file_sep|>original/lib/everything/blog/output/media.rb
require_relative 'file_base'
module Everything
class Blog
module Output
class Media < FileBase
def output_content
File.binread(source_file.content)
end
def output_file_name
source_file.file_name
en... | require_relative 'file_base'
module Everything
class Blog
module Output
class Media < FileBase
def output_content
source_file.content
end
def output_file_name
source_file.file_name
end
def content_type
file_extension_match = source_fil... | <|file_sep|>original/lib/everything/blog/output/media.rb
require_relative 'file_base'
module Everything
class Blog
module Output
class Media < FileBase
def output_content
File.binread(source_file.content)
end
def output_file_name
source_file.file_name
en... | d65938e45806e02421b2ebb5c5296d2458f008e5 | lib/everything/blog/output/media.rb | lib/everything/blog/output/media.rb | Ruby |
<|file_sep|>original/docs/source/timeseries.rst
.. automodule:: pyinform.blockentropy
.. autofunction:: pyinform.blockentropy.block_entropy
Conditional Entropy
-------------------
.. automodule:: pyinform.conditionalentropy
.. autofunction:: pyinform.conditionalentropy.entropy_rate
Entropy Rate
----------... |
.. automodule:: pyinform.blockentropy
.. autofunction:: pyinform.blockentropy.block_entropy
Conditional Entropy
-------------------
.. automodule:: pyinform.conditionalentropy
.. autofunction:: pyinform.conditionalentropy.conditional_entropy
Entropy Rate
------------
.. automodule:: pyinform.entropyrate
... | <|file_sep|>original/docs/source/timeseries.rst
.. automodule:: pyinform.blockentropy
.. autofunction:: pyinform.blockentropy.block_entropy
Conditional Entropy
-------------------
.. automodule:: pyinform.conditionalentropy
.. autofunction:: pyinform.conditionalentropy.entropy_rate
Entropy Rate
----------... | 6881306880e7154efb9399a94e0da1f28102f0c5 | docs/source/timeseries.rst | docs/source/timeseries.rst | reStructuredText |
<|file_sep|>original/env.d/python-env.sh
VIRTUALENVWRAPPER_PYTHON=$(which python2)
export WORKON_HOME=~/.virtualenvs
source /usr/local/bin/virtualenvwrapper.sh
# uncomment following lines to load a virtualenv when opening a shell
if (tty -s); then
workon py3
fi
<|file_sep|>current/env.d/python-env.sh
VIRTUALENVWRAPP... | VIRTUALENVWRAPPER_PYTHON=$(which python2)
export WORKON_HOME=~/.virtualenvs
source /usr/local/bin/virtualenvwrapper.sh
# uncomment following lines to load a virtualenv when opening a shell
if (tty -s); then
workon py3
fi
# gpip function allows to pip install in global config
gpip2(){
PIP_REQUIRE_VIRTUALENV="" pip... | <|file_sep|>original/env.d/python-env.sh
VIRTUALENVWRAPPER_PYTHON=$(which python2)
export WORKON_HOME=~/.virtualenvs
source /usr/local/bin/virtualenvwrapper.sh
# uncomment following lines to load a virtualenv when opening a shell
if (tty -s); then
workon py3
fi
<|file_sep|>current/env.d/python-env.sh
VIRTUALENVWRAPP... | c7b542acaac55393851e8a17198fb67c6ec77f7c | env.d/python-env.sh | env.d/python-env.sh | Shell |
<|file_sep|>original/lib/api.js
var _ = require('underscore');
var util = require('./util.js');
var scan = require('./scan.js');
var analyze = require('./analyze.js');
var cani = function (files, browsers) {
var supportedBrowsers = util.getSupportedBrowserList(browsers);
util.getFileList(files)
.then(functi... | var _ = require('underscore');
var util = require('./util.js');
var scan = require('./scan.js');
var analyze = require('./analyze.js');
var cani = function (files, browsers) {
var supportedBrowsers = util.getSupportedBrowserList(browsers);
util.getFileList(files)
.then(function (files) {
_.each(files, ... | <|file_sep|>original/lib/api.js
var _ = require('underscore');
var util = require('./util.js');
var scan = require('./scan.js');
var analyze = require('./analyze.js');
var cani = function (files, browsers) {
var supportedBrowsers = util.getSupportedBrowserList(browsers);
util.getFileList(files)
.then(functi... | 9e6dc5f0e1a87c11ebdbb74993e879244643f19d | lib/api.js | lib/api.js | JavaScript |
<|file_sep|>src/Oro/Bundle/SearchBundle/Query/Criteria/ExpressionBuilder.php.diff
original:
updated:
/**
* @param string $field
* @return Comparison
*/
<|file_sep|>original/src/Oro/Bundle/SearchBundle/Query/Criteria/ExpressionBuilder.php
/**
* @param string $field
* @param string $valu... | return new Comparison($field, Comparison::NOT_CONTAINS, new Value($value));
}
/**
* @param string $field
* @return Comparison
*/
public function exists($field)
{
return new Comparison($field, Comparison::EXISTS, new Value(null));
}
/**
* @param string $field... | <|file_sep|>src/Oro/Bundle/SearchBundle/Query/Criteria/ExpressionBuilder.php.diff
original:
updated:
/**
* @param string $field
* @return Comparison
*/
<|file_sep|>original/src/Oro/Bundle/SearchBundle/Query/Criteria/ExpressionBuilder.php
/**
* @param string $field
* @param string $valu... | 7fd443cb9b9a5e975a64191d20d7ac7586b74cd0 | src/Oro/Bundle/SearchBundle/Query/Criteria/ExpressionBuilder.php | src/Oro/Bundle/SearchBundle/Query/Criteria/ExpressionBuilder.php | PHP |
<|file_sep|>original/lib/node_modules/@stdlib/datasets/suthaharan-single-hop-sensor-network/datapackage.json
<|file_sep|>current/lib/node_modules/@stdlib/datasets/suthaharan-single-hop-sensor-network/datapackage.json
<|file_sep|>updated/lib/node_modules/@stdlib/datasets/suthaharan-single-hop-sensor-network/datapackag... | {
"name": "stdlib-datasets-suthaharan-single-hop-sensor-network",
"version": "",
"title": "Single-Hop Sensor Network",
"description": "Labeled wireless sensor network data set collected from a simple single-hop wireless sensor network deployment using TelosB motes.",
"resources": [
{
"name": "suthah... | <|file_sep|>original/lib/node_modules/@stdlib/datasets/suthaharan-single-hop-sensor-network/datapackage.json
<|file_sep|>current/lib/node_modules/@stdlib/datasets/suthaharan-single-hop-sensor-network/datapackage.json
<|file_sep|>updated/lib/node_modules/@stdlib/datasets/suthaharan-single-hop-sensor-network/datapackag... | 963f51e594bb525a1337a30919ada070bdd8107b | lib/node_modules/@stdlib/datasets/suthaharan-single-hop-sensor-network/datapackage.json | lib/node_modules/@stdlib/datasets/suthaharan-single-hop-sensor-network/datapackage.json | JSON |
<|file_sep|>oslo_db/tests/sqlalchemy/__init__.py.diff
original:
from oslo_db.sqlalchemy import test_base
updated:
from oslo_db.sqlalchemy import test_fixtures
<|file_sep|>original/oslo_db/tests/sqlalchemy/__init__.py
# Copyright (c) 2014 OpenStack Foundation
# All Rights Reserved.
#
# Licensed under the Apache License,... | # Copyright (c) 2014 OpenStack Foundation
# All Rights Reserved.
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
# a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by app... | <|file_sep|>oslo_db/tests/sqlalchemy/__init__.py.diff
original:
from oslo_db.sqlalchemy import test_base
updated:
from oslo_db.sqlalchemy import test_fixtures
<|file_sep|>original/oslo_db/tests/sqlalchemy/__init__.py
# Copyright (c) 2014 OpenStack Foundation
# All Rights Reserved.
#
# Licensed under the Apache License,... | 24f0402e27ce7e51f370e82aa74c783438875d02 | oslo_db/tests/sqlalchemy/__init__.py | oslo_db/tests/sqlalchemy/__init__.py | Python |
<|file_sep|>index.html.diff
original:
updated:
ga('require', 'displayfeatures');
<|file_sep|>original/index.html
<body>
<h1>You are <span id='offset'></span> hours relative to UTC.</h1>
<script>
var offset = -(new Date()).getTimezoneOffset() / 60;
document.getElementById("offset").textContent = offset;
</script>
<... | <body>
<h1>You are <span id='offset'></span> hours relative to UTC.</h1>
<script>
var offset = -(new Date()).getTimezoneOffset() / 60;
document.getElementById("offset").textContent = offset;
</script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(ar... | <|file_sep|>index.html.diff
original:
updated:
ga('require', 'displayfeatures');
<|file_sep|>original/index.html
<body>
<h1>You are <span id='offset'></span> hours relative to UTC.</h1>
<script>
var offset = -(new Date()).getTimezoneOffset() / 60;
document.getElementById("offset").textContent = offset;
</script>
<... | d226f7ec47a9d90f1222f8525e1a84c37dc3243f | index.html | index.html | HTML |
<|file_sep|>original/app/concerns/viewable.rb
def ignored_by?(user)
view_for(user).ignored
end
def last_read(user)
view_for(user).read_at
end
def reload
@view = nil
super
end
private
def view_for(user)
@view ||= views.where(user_id: user.id).first_or_in... | def ignored_by?(user)
view_for(user).ignored
end
def last_read(user)
view_for(user).read_at
end
def reload
@view = nil
super
end
private
def view_for(user)
raise("view_for(#{user.id}) but @view.user_id is #{@view.user_id}") if @view && user.id != @view.u... | <|file_sep|>original/app/concerns/viewable.rb
def ignored_by?(user)
view_for(user).ignored
end
def last_read(user)
view_for(user).read_at
end
def reload
@view = nil
super
end
private
def view_for(user)
@view ||= views.where(user_id: user.id).first_or_in... | 9cd372804dd0c029a98bc91da57b27d597c0b045 | app/concerns/viewable.rb | app/concerns/viewable.rb | Ruby |
<|file_sep|>original/SlugifyCommand.py
'''This adds a "slugify" command to be invoked by Sublime Text. It is made
available as "Slugify" in the command palette by Default.sublime-commands.
Parts of these commands are borrowed from the sublime-slug package:
https://github.com/madeingnecca/sublime-slug
'''
from __future... | '''This adds a "slugify" command to be invoked by Sublime Text. It is made
available as "Slugify" in the command palette by Default.sublime-commands.
Parts of these commands are borrowed from the sublime-slug package:
https://github.com/madeingnecca/sublime-slug
'''
from __future__ import unicode_literals
import subl... | <|file_sep|>original/SlugifyCommand.py
'''This adds a "slugify" command to be invoked by Sublime Text. It is made
available as "Slugify" in the command palette by Default.sublime-commands.
Parts of these commands are borrowed from the sublime-slug package:
https://github.com/madeingnecca/sublime-slug
'''
from __future... | 432233a99d9036f358716b48a0e26054a7e217bf | SlugifyCommand.py | SlugifyCommand.py | Python |
<|file_sep|>original/test-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.
hacking>=3.0,<3.1.0 # Apache-2.0
coverage!=4.4,>=4.0 # Apache-2.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.
hacking>=3.0.1,<3.1.0 # Apache-2.0
coverage!=4.4,>=4.0 # Apache-2.0
python-barbicanclient>=4.5.2 # Apache-2.0... | <|file_sep|>original/test-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.
hacking>=3.0,<3.1.0 # Apache-2.0
coverage!=4.4,>=4.0 # Apache-2.0
... | 48f899aaa02a8a208d84f05bb32643445dbdeabd | test-requirements.txt | test-requirements.txt | Text |
<|file_sep|>lambda/src/test/java/org/code2bytes/samples/lambda/PersonListTest.java.diff
original:
import static org.junit.Assert.assertEquals;
updated:
import static org.hamcrest.CoreMatchers.equalTo;
import static org.junit.Assert.assertThat;
<|file_sep|>lambda/src/test/java/org/code2bytes/samples/lambda/PersonListTes... | @Before
public void setUp() throws Exception {
persons = new ArrayList<>();
persons.add(new Person("Test Person 1", 20));
persons.add(new Person("Test Person 2", 21));
persons.add(new Person("Test Person 3", 22));
persons.add(new Person("Test Person 4", 23));
}
@Test
public void testArraySize() {
asse... | <|file_sep|>lambda/src/test/java/org/code2bytes/samples/lambda/PersonListTest.java.diff
original:
import static org.junit.Assert.assertEquals;
updated:
import static org.hamcrest.CoreMatchers.equalTo;
import static org.junit.Assert.assertThat;
<|file_sep|>lambda/src/test/java/org/code2bytes/samples/lambda/PersonListTes... | 20865647838378c1d30d7f4eaf550d9eae940455 | lambda/src/test/java/org/code2bytes/samples/lambda/PersonListTest.java | lambda/src/test/java/org/code2bytes/samples/lambda/PersonListTest.java | Java |
<|file_sep|>original/packages/or/orderly-workers.yaml
test-bench-deps: {}
maintainer: TomMurphy
synopsis: Fork concurrent worker threads and produce ordered results
changelog: |
# Revision history for orderly-workers
## 0.1.0.0 -- 2019-09-07
* First version.
basic-deps:
stm: -any
base: <5
all-versions:
- 0.... | changelog-type: markdown
hash: fba5313912d644d422d2c1a18dc970b3348d5f49db4830bcfbd04bdd237ed1e6
test-bench-deps: {}
maintainer: TomMurphy
synopsis: Fork concurrent worker threads and produce ordered results
changelog: |
# Revision history for orderly-workers
## 0.1.0.0 -- 2019-09-07
* First version.
basic-deps:... | <|file_sep|>original/packages/or/orderly-workers.yaml
test-bench-deps: {}
maintainer: TomMurphy
synopsis: Fork concurrent worker threads and produce ordered results
changelog: |
# Revision history for orderly-workers
## 0.1.0.0 -- 2019-09-07
* First version.
basic-deps:
stm: -any
base: <5
all-versions:
- 0.... | a60a343d39abe3473c43764a31684866393a5d63 | packages/or/orderly-workers.yaml | packages/or/orderly-workers.yaml | YAML |
<|file_sep|>original/index.js
var p4 = require('node-perforce');
var through = require('through2');
var gutil = require('gulp-util');
var PluginError = gutil.PluginError;
var PLUGIN_NAME = 'gulp-p4';
module.exports = function (p4cmd, options) {
if (!p4cmd) throw new PluginError(PLUGIN_NAME, 'Missing p4 command');
... |
var p4 = require('node-perforce');
var through = require('through2');
var gutil = require('gulp-util');
var PluginError = gutil.PluginError;
var PLUGIN_NAME = 'gulp-p4';
module.exports = function (p4cmd, options) {
if (!p4cmd) throw new PluginError(PLUGIN_NAME, 'Missing p4 command');
if (!p4[p4cmd]) throw new Pl... | <|file_sep|>original/index.js
var p4 = require('node-perforce');
var through = require('through2');
var gutil = require('gulp-util');
var PluginError = gutil.PluginError;
var PLUGIN_NAME = 'gulp-p4';
module.exports = function (p4cmd, options) {
if (!p4cmd) throw new PluginError(PLUGIN_NAME, 'Missing p4 command');
... | 458ec938cf110488e3e1caca6738d837b95eae8a | index.js | index.js | JavaScript |
<|file_sep|>original/bin/requirements.txt
httplib2==0.19.1
idna==2.10
oauth2client==4.1.3
oauthlib==3.1.1
packaging==21.0
protobuf==3.18.0
pyasn1==0.4.8
pyasn1-modules==0.2.8
pyparsing==2.4.7
python-slugify==5.0.2
pytube==10.9.3
pytz==2021.1
requests==2.26.0
requests-oauthlib==1.3.0
rsa==4.7.2
sitemap-python==0.2.0
six... | httplib2==0.19.1
idna==2.10
oauth2client==4.1.3
oauthlib==3.1.1
packaging==21.0
protobuf==3.18.0
pyasn1==0.4.8
pyasn1-modules==0.2.8
pyparsing==2.4.7
python-slugify==5.0.2
pytube==10.9.3
pytz==2021.3
requests==2.26.0
requests-oauthlib==1.3.0
rsa==4.7.2
sitemap-python==0.2.0
six==1.16.0
text-unidecode==1.3
typing-extens... | <|file_sep|>original/bin/requirements.txt
httplib2==0.19.1
idna==2.10
oauth2client==4.1.3
oauthlib==3.1.1
packaging==21.0
protobuf==3.18.0
pyasn1==0.4.8
pyasn1-modules==0.2.8
pyparsing==2.4.7
python-slugify==5.0.2
pytube==10.9.3
pytz==2021.1
requests==2.26.0
requests-oauthlib==1.3.0
rsa==4.7.2
sitemap-python==0.2.0
six... | 532c4f98bce4137cd038183c24a628e234e213e5 | bin/requirements.txt | bin/requirements.txt | Text |
<|file_sep|>original/docs/template/content.html
{% if meta.source %}
<div class="source-links">
{% for filename in meta.source %}
<span class="label label-primary">{{ filename }}</span>
{% endfor %}
</div>
{% endif %}
<div class="page">
{% if page_title %}<h1 class="page-title">{{ page_title }}</h1>{% endif %}
... | {% if meta.source %}
<div class="source-links">
{% for filename in meta.source %}
<span class="label label-primary">{{ filename }}</span>
{% endfor %}
</div>
{% endif %}
<div class="page">
{% if page_title %}<h1 class="page-title">{{ page_title }}</h1>{% endif %}
{{ content }}
{% for filename in meta.source... | <|file_sep|>original/docs/template/content.html
{% if meta.source %}
<div class="source-links">
{% for filename in meta.source %}
<span class="label label-primary">{{ filename }}</span>
{% endfor %}
</div>
{% endif %}
<div class="page">
{% if page_title %}<h1 class="page-title">{{ page_title }}</h1>{% endif %}
... | 4244c3c91301a52ea97683c5182100a0d1d31e36 | docs/template/content.html | docs/template/content.html | HTML |
<|file_sep|>README.md.diff
original:
updated:
$ export PATH=$PATH:$GOPATH/bin
<|file_sep|>README.md.diff
original:
updated:
It's a good idea to place these two _export_ commands in your .bashrc file, though. Otherwise you would
have to execute them on each re-login in your system.
<|file_sep|>original/README.md
#... | $ export PATH=$PATH:$GOPATH/bin
It's a good idea to place these two _export_ commands in your .bashrc file, though. Otherwise you would
have to execute them on each re-login in your system.
Great. Now it's time to fetch the warcluster and install its requirements.
$ git clone git@github.com:altras/WarCluster.... | <|file_sep|>README.md.diff
original:
updated:
$ export PATH=$PATH:$GOPATH/bin
<|file_sep|>README.md.diff
original:
updated:
It's a good idea to place these two _export_ commands in your .bashrc file, though. Otherwise you would
have to execute them on each re-login in your system.
<|file_sep|>original/README.md
#... | 47510546f663690f12f846d5df9fd473fea35b67 | README.md | README.md | Markdown |
<|file_sep|>woodstock/src/components/Home.jsx.diff
original:
import React, {Component} from 'react';
updated:
import React from 'react';
<|file_sep|>original/woodstock/src/components/Home.jsx
import React, {Component} from 'react';
class Home extends Component {
render() {
return (
<div>
... | import React from 'react';
const Home = () => {
return (
<div>
HOME
</div>
);
};
export default Home; | <|file_sep|>woodstock/src/components/Home.jsx.diff
original:
import React, {Component} from 'react';
updated:
import React from 'react';
<|file_sep|>original/woodstock/src/components/Home.jsx
import React, {Component} from 'react';
class Home extends Component {
render() {
return (
<div>
... | 1971a3223c65f409d4b3afc3c1d227e24eea0e07 | woodstock/src/components/Home.jsx | woodstock/src/components/Home.jsx | JSX |
<|file_sep|>CHANGELOG.md.diff
original:
- Added random suffix to bucket names to allow easy recreation. [#3]
updated:
<|file_sep|>CHANGELOG.md.diff
original:
## [0.1.0] - 20XX-YY-ZZ
updated:
## [0.1.0] - 2020-05-12
### Fixed
- Updating SLO configs now correctly re-deploys Cloud Functions. Fixes [#7]
- Allow to u... |
### Fixed
## [0.1.0] - 2020-05-12
### Fixed
- Updating SLO configs now correctly re-deploys Cloud Functions. Fixes [#7]
- Allow to use a custom service account in both modules. Fixes [#13]
- Upgrade to latest slo-generator version. Fixes [#14]
### Added
- Added random suffix to bucket names to allow easy ... | <|file_sep|>CHANGELOG.md.diff
original:
- Added random suffix to bucket names to allow easy recreation. [#3]
updated:
<|file_sep|>CHANGELOG.md.diff
original:
## [0.1.0] - 20XX-YY-ZZ
updated:
## [0.1.0] - 2020-05-12
### Fixed
- Updating SLO configs now correctly re-deploys Cloud Functions. Fixes [#7]
- Allow to u... | e954eb3b85d896dbffa2461f6a7204597d3cb934 | CHANGELOG.md | CHANGELOG.md | Markdown |
<|file_sep|>original/.codeclimate.yml
engines:
rubocop:
enabled: true
ratings:
paths:
- lib/**
<|file_sep|>current/.codeclimate.yml
engines:
rubocop:
enabled: true
ratings:
paths:
- lib/**
<|file_sep|>updated/.codeclimate.yml | engines:
rubocop:
enabled: true
ratings:
paths:
- lib/**
exclude_paths:
- spec/**/* | <|file_sep|>original/.codeclimate.yml
engines:
rubocop:
enabled: true
ratings:
paths:
- lib/**
<|file_sep|>current/.codeclimate.yml
engines:
rubocop:
enabled: true
ratings:
paths:
- lib/**
<|file_sep|>updated/.codeclimate.yml
engines:
rubocop:
enabled: true
ratings:
paths:
- lib/**
exc... | 269842862ea03c0cb857b85976aeb5b0e6590b6c | .codeclimate.yml | .codeclimate.yml | YAML |
<|file_sep|>original/bio/sources/uniprot/resources/uniprot-human_keys.properties
Protein.key_md5=md5checksum, organism
Organism.key_taxonid=taxonId
Publication.key_pubmed=pubMedId
DataSet.key_name=name
DataSource.key_name=name
Gene.key_symbol=symbol, organism
OntologyTerm.key_name=name, ontology
Ontology.key_name=name
... | Protein.key_md5=md5checksum, organism
Organism.key_taxonid=taxonId
Publication.key_pubmed=pubMedId
DataSet.key_name=name
DataSource.key_name=name
Gene.key_symbol=symbol, organism
OntologyTerm.key_name=name, ontology
Ontology.key_name=name
ProteinDomain.key_identifier=primaryIdentifier
Sequence.key = md5checksum | <|file_sep|>original/bio/sources/uniprot/resources/uniprot-human_keys.properties
Protein.key_md5=md5checksum, organism
Organism.key_taxonid=taxonId
Publication.key_pubmed=pubMedId
DataSet.key_name=name
DataSource.key_name=name
Gene.key_symbol=symbol, organism
OntologyTerm.key_name=name, ontology
Ontology.key_name=name
... | 9322b409d5cade6a26db62a0c30d31da81461ec6 | bio/sources/uniprot/resources/uniprot-human_keys.properties | bio/sources/uniprot/resources/uniprot-human_keys.properties | INI |
<|file_sep|>spec/controllers/challenges_controller_spec.rb.diff
original:
# let!(:user) { User.create!(first_name: "Karl", last_name: "Thomas", email: "karl@karl.com", phone: "555-555-5555", username: "KThomas", password: "password") }
updated:
<|file_sep|>original/spec/controllers/challenges_controller_spec.rb
# ... | require 'rails_helper'
describe ChallengesController do
end | <|file_sep|>spec/controllers/challenges_controller_spec.rb.diff
original:
# let!(:user) { User.create!(first_name: "Karl", last_name: "Thomas", email: "karl@karl.com", phone: "555-555-5555", username: "KThomas", password: "password") }
updated:
<|file_sep|>original/spec/controllers/challenges_controller_spec.rb
# ... | f08a62993d0a1121868df48a88792ffb78f9cd9c | spec/controllers/challenges_controller_spec.rb | spec/controllers/challenges_controller_spec.rb | Ruby |
<|file_sep|>src/components/Admin.vue.diff
original:
<game></game>
updated:
<game :players="players"></game>
<|file_sep|>original/src/components/Admin.vue
</template>
<script>
import Game from './game.vue'
export default {
name: 'admin',
components: {
Game
},
methods: {
clearAl... | </template>
<script>
import Game from './game.vue'
export default {
name: 'admin',
components: {
Game
},
props: ['players'],
methods: {
clearAll: function () {
var request = require('superagent')
request.post('/api/clearAll', function (result) {
if (resul... | <|file_sep|>src/components/Admin.vue.diff
original:
<game></game>
updated:
<game :players="players"></game>
<|file_sep|>original/src/components/Admin.vue
</template>
<script>
import Game from './game.vue'
export default {
name: 'admin',
components: {
Game
},
methods: {
clearAl... | 02dd6eedc63d7a14eed31ea65d41e42fe9395144 | src/components/Admin.vue | src/components/Admin.vue | Vue |
<|file_sep|>original/README.md
# dorylus
A golang job server
#这是什么?
这是一套分布式的cronjob 管理系统,支持manager机器基于负载和进程运行状态手动&自动调节分配运行的woker
#进度
1. 2016-03-15 Alpha设计完毕
2. 2016-03-18 worker框架代码提交
3. 2016-03-23 woker 完善
# 基于的项目
1. [beego的config](https://github.com/astaxie/beego)
2. [gotcp](https://github.com/gansidui/gotcp)
3.... | # dorylus
A golang job server
#这是什么?
这是一套分布式的cronjob 管理系统,支持manager机器基于负载和进程运行状态手动&自动调节分配运行的woker
#进度
1. 2016-03-15 Alpha设计完毕
2. 2016-03-18 worker框架代码提交
3. 2016-03-23 woker 完善
4. 2016-03-27 worker unit test
# 基于的项目
1. [beego的config](https://github.com/astaxie/beego)
2. [gotcp](https://github.com/gansidui/gotcp)
3.... | <|file_sep|>original/README.md
# dorylus
A golang job server
#这是什么?
这是一套分布式的cronjob 管理系统,支持manager机器基于负载和进程运行状态手动&自动调节分配运行的woker
#进度
1. 2016-03-15 Alpha设计完毕
2. 2016-03-18 worker框架代码提交
3. 2016-03-23 woker 完善
# 基于的项目
1. [beego的config](https://github.com/astaxie/beego)
2. [gotcp](https://github.com/gansidui/gotcp)
3.... | 9b1b8e81efd74f3b981e9ffa900a97fa1493e392 | README.md | README.md | Markdown |
<|file_sep|>original/.travis.yml
rvm:
- 1.8.7-p352
- ree-1.8.7-2011.03
- 1.9.2-p290
- 1.9.3-preview1
notifications:
recipients:
- support@typuscmf.com
branches:
only:
- master
- 3-1-stable
before_script:
- "psql -c 'create database typus_test;' -U postgres >/dev/null"
<|file_sep|>current/.t... | rvm:
- 1.8.7-p352
- ree-1.8.7-2011.03
- 1.9.2-p290
- 1.9.3-rc1
notifications:
recipients:
- support@typuscmf.com
branches:
only:
- master
- 3-1-stable
before_script:
- "psql -c 'create database typus_test;' -U postgres >/dev/null" | <|file_sep|>original/.travis.yml
rvm:
- 1.8.7-p352
- ree-1.8.7-2011.03
- 1.9.2-p290
- 1.9.3-preview1
notifications:
recipients:
- support@typuscmf.com
branches:
only:
- master
- 3-1-stable
before_script:
- "psql -c 'create database typus_test;' -U postgres >/dev/null"
<|file_sep|>current/.t... | f62707e38d60cb72651134faa44567852be09e13 | .travis.yml | .travis.yml | YAML |
<|file_sep|>original/src/printRunInstructionsAsync.js
log.newLine();
log(chalk.bold('Instructions to open this project on a physical device'));
log(`${chalk.underline('Android devices')}: scan the above QR code.`);
log(
`${chalk.underline('iOS devices')}: run ${chalk.bold(
'exp send -s <yo... | log.newLine();
log(chalk.bold('Instructions to open this project on a physical device'));
log(`${chalk.underline('Android devices')}: scan the above QR code.`);
log(
`${chalk.underline('iOS devices')}: run ${chalk.bold(
'exp send -s <your-phone-number-or-email>'
)} to send the URL to... | <|file_sep|>original/src/printRunInstructionsAsync.js
log.newLine();
log(chalk.bold('Instructions to open this project on a physical device'));
log(`${chalk.underline('Android devices')}: scan the above QR code.`);
log(
`${chalk.underline('iOS devices')}: run ${chalk.bold(
'exp send -s <yo... | 207100dfdf76b6ba1465dbf8fade816c1d5831f0 | src/printRunInstructionsAsync.js | src/printRunInstructionsAsync.js | JavaScript |
<|file_sep|>original/updatehub-package-schema/Cargo.toml
# Copyright (C) 2019 O.S. Systems Sofware LTDA
#
# SPDX-License-Identifier: Apache-2.0
[package]
name = "updatehub-package-schema"
version = "0.1.0"
authors = ["Otavio Salvador <otavio@ossystems.com.br>"]
license = "Apache-2.0"
edition = "2018"
[dependencies]
s... | # Copyright (C) 2019 O.S. Systems Sofware LTDA
#
# SPDX-License-Identifier: Apache-2.0
[package]
name = "updatehub-package-schema"
version = "0.1.0"
authors = ["Otavio Salvador <otavio@ossystems.com.br>"]
license = "Apache-2.0"
edition = "2018"
[dependencies]
serde = { version = "1", default-features = false, feature... | <|file_sep|>original/updatehub-package-schema/Cargo.toml
# Copyright (C) 2019 O.S. Systems Sofware LTDA
#
# SPDX-License-Identifier: Apache-2.0
[package]
name = "updatehub-package-schema"
version = "0.1.0"
authors = ["Otavio Salvador <otavio@ossystems.com.br>"]
license = "Apache-2.0"
edition = "2018"
[dependencies]
s... | 6f745dcfd535d740c330d271c46f1e07089eb171 | updatehub-package-schema/Cargo.toml | updatehub-package-schema/Cargo.toml | TOML |
<|file_sep|>original/.travis.yml
addons:
apt:
packages:
- docker-ce
services:
- docker
install:
- docker build -t jgoelen/libreconv .
- docker run -d -p 8080:8080 libreconv
script:
- curl -XPOST -F "file=@./testdata/example.docx" "http://localhost:8080/to/pdf?timeout=10s" -o /dev/null -v
after_... |
addons:
apt:
packages:
- docker-ce
services:
- docker
install:
- docker build -t jgoelen/libreconv .
- docker run -d -p 8080:8080 jgoelen/libreconv
script:
- curl -XPOST -F "file=@./testdata/example.docx" "http://localhost:8080/to/pdf?timeout=10s" -o /dev/null -v
after_success:
- if [ "$TRAVI... | <|file_sep|>original/.travis.yml
addons:
apt:
packages:
- docker-ce
services:
- docker
install:
- docker build -t jgoelen/libreconv .
- docker run -d -p 8080:8080 libreconv
script:
- curl -XPOST -F "file=@./testdata/example.docx" "http://localhost:8080/to/pdf?timeout=10s" -o /dev/null -v
after_... | baa240fc28d9453d2e277e39ac3e8c31c4c241d9 | .travis.yml | .travis.yml | YAML |
<|file_sep|>original/circle.yml
general:
branches:
ignore:
- staging
- production
machine:
node:
version: 5.1.0
deployment:
staging:
branch: staging
heroku:
appname: opencollective-staging-website
test:
pre:
- wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.p... | general:
branches:
ignore:
- staging
- production
machine:
node:
version: 5.1.0
deployment:
staging:
branch: staging
heroku:
appname: opencollective-staging-website
test:
pre:
- wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
- su... | <|file_sep|>original/circle.yml
general:
branches:
ignore:
- staging
- production
machine:
node:
version: 5.1.0
deployment:
staging:
branch: staging
heroku:
appname: opencollective-staging-website
test:
pre:
- wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.p... | ecda79f34691d363c9370266c4aa9ce818747471 | circle.yml | circle.yml | YAML |
<|file_sep|>pipeline.yml.diff
original:
timeout: 2
updated:
timeout: 10
agents:
jvm: "11"
<|file_sep|>pipeline.yml.diff
original:
timeout: 10
updated:
timeout: 20
agents:
jvm: "11"
<|file_sep|>pipeline.yml.diff
original:
timeout: 2
updated:
timeout: 10
agents:
jvm: ... | agents:
jvm: "11"
- wait: ~
continue_on_failure: true
- plugins:
junit-annotate#v1.2.0:
artifacts: build/reports/tests/xml/*.xml
- command: "./gradlew checkstyleMain"
label: "checkstyle"
timeout: 10
agents:
jvm: "11"
- command: "./gradlew jacocoTestCoverageVerif... | <|file_sep|>pipeline.yml.diff
original:
timeout: 2
updated:
timeout: 10
agents:
jvm: "11"
<|file_sep|>pipeline.yml.diff
original:
timeout: 10
updated:
timeout: 20
agents:
jvm: "11"
<|file_sep|>pipeline.yml.diff
original:
timeout: 2
updated:
timeout: 10
agents:
jvm: ... | 2270899e05c638307c93d4067250a4c6fe57d22b | pipeline.yml | pipeline.yml | YAML |
<|file_sep|>.travis.yml.diff
original:
- "0.11"
updated:
- "stable"
- "4.2"
<|file_sep|>original/.travis.yml
language: node_js
node_js:
- "0.11"
- "0.10"
- "0.8"
- "0.6"
<|file_sep|>current/.travis.yml
language: node_js
node_js:
- "stable"
- "4.2"
- "0.10"
- "0.8"
- "0.6"
<|file_sep|>updated/.tr... | language: node_js
node_js:
- "stable"
- "4.2"
- "0.10" | <|file_sep|>.travis.yml.diff
original:
- "0.11"
updated:
- "stable"
- "4.2"
<|file_sep|>original/.travis.yml
language: node_js
node_js:
- "0.11"
- "0.10"
- "0.8"
- "0.6"
<|file_sep|>current/.travis.yml
language: node_js
node_js:
- "stable"
- "4.2"
- "0.10"
- "0.8"
- "0.6"
<|file_sep|>updated/.tr... | b3f90fc6aab2b3985ada0802f296cef90205cd5a | .travis.yml | .travis.yml | YAML |
<|file_sep|>packages/pa/path-extra.yaml.diff
original:
hash: 83c164004fbdafd8d20180fe11a946490e336eda0b2d08cb1dbd2a41e70ada36
updated:
hash: daf3638d227f22f7af0626302df21ffe4ff065ba2d2575a3717a754f5e5ef661
<|file_sep|>packages/pa/path-extra.yaml.diff
original:
updated:
- '0.0.1'
<|file_sep|>original/packages/pa/path-e... | homepage: ''
changelog-type: ''
hash: daf3638d227f22f7af0626302df21ffe4ff065ba2d2575a3717a754f5e5ef661
test-bench-deps: {}
maintainer: Athan Clark <athan.clark@gmail.com>
synopsis: Chris Done's path library, enriched with URL-related goodies.
changelog: ''
basic-deps:
path: -any
base: ! '>=4.6 && <5'
all-versions:
... | <|file_sep|>packages/pa/path-extra.yaml.diff
original:
hash: 83c164004fbdafd8d20180fe11a946490e336eda0b2d08cb1dbd2a41e70ada36
updated:
hash: daf3638d227f22f7af0626302df21ffe4ff065ba2d2575a3717a754f5e5ef661
<|file_sep|>packages/pa/path-extra.yaml.diff
original:
updated:
- '0.0.1'
<|file_sep|>original/packages/pa/path-e... | a39011679e8efae03bc2414b1689f34af1de1de7 | packages/pa/path-extra.yaml | packages/pa/path-extra.yaml | YAML |
<|file_sep|>original/Casks/bitcasa.rb
<|file_sep|>current/Casks/bitcasa.rb
<|file_sep|>updated/Casks/bitcasa.rb | class Bitcasa < Cask
url 'https://d1kbf262vwnlmm.cloudfront.net/Bitcasa_1.4.1324.dmg'
homepage 'https://www.bitcasa.com'
version '1.4.1324'
sha1 '0d48dfac8e0413c1c0d04be756298d4924bd84fc'
install 'InstallBitcasa.pkg'
uninstall :pkgutil => 'com.bitcasa.AutoLaunch|com.bitcasa.Bitcasa'
end | <|file_sep|>original/Casks/bitcasa.rb
<|file_sep|>current/Casks/bitcasa.rb
<|file_sep|>updated/Casks/bitcasa.rb
class Bitcasa < Cask
url 'https://d1kbf262vwnlmm.cloudfront.net/Bitcasa_1.4.1324.dmg'
homepage 'https://www.bitcasa.com'
version '1.4.1324'
sha1 '0d48dfac8e0413c1c0d04be756298d4924bd84fc'
install ... | d22c8da11977c5a85f3486036f75805007d75082 | Casks/bitcasa.rb | Casks/bitcasa.rb | Ruby |
<|file_sep|>original/link_all_plugins_into_gerrit.sh
<|file_sep|>current/link_all_plugins_into_gerrit.sh
<|file_sep|>updated/link_all_plugins_into_gerrit.sh | #!/bin/bash
#---------------------------------------------------------------------
source "$(dirname "$0")/common.inc"
#---------------------------------------------------------------------
print_help() {
cat <<EOF
$0 ARGUMENTS
ARGUMENTS:
--help - prints this page
EOF
}
while [ $# -gt 0 ]
do
A... | <|file_sep|>original/link_all_plugins_into_gerrit.sh
<|file_sep|>current/link_all_plugins_into_gerrit.sh
<|file_sep|>updated/link_all_plugins_into_gerrit.sh
#!/bin/bash
#---------------------------------------------------------------------
source "$(dirname "$0")/common.inc"
#----------------------------------------... | d17cd0ef0a4ecf0281d7d208b7c5b5db8fce815a | link_all_plugins_into_gerrit.sh | link_all_plugins_into_gerrit.sh | Shell |
<|file_sep|>original/products/org.csstudio.iter.css.product/demo/m-TEST/src/main/boy/navigation/Navigation_CTRL-SUP.xml
<CBS xmlns:xi="http://www.w3.org/2001/XInclude" alarm_root="/demo/CTRL/CTRL-SUP"
deprecated="false" description="Test of CODAC Services" enabled="true"
name="Sup" opi_file="./mimics/ITER-CTRL-SUP_... |
<CBS xmlns:xi="http://www.w3.org/2001/XInclude" alarm_root="/demo/CTRL/CTRL-SUP"
deprecated="false" description="Test of CODAC Services" enabled="true"
name="Sup" opi_file="./mimics/ITER-CTRL-SUP_Mimic.opi LEVEL=ITER-CTRL-Sup">
<xi:include href="Navigation_CTRL-SUP-CSS.xml">
<xi:fallback />
</xi:include>
... | <|file_sep|>original/products/org.csstudio.iter.css.product/demo/m-TEST/src/main/boy/navigation/Navigation_CTRL-SUP.xml
<CBS xmlns:xi="http://www.w3.org/2001/XInclude" alarm_root="/demo/CTRL/CTRL-SUP"
deprecated="false" description="Test of CODAC Services" enabled="true"
name="Sup" opi_file="./mimics/ITER-CTRL-SUP_... | 95b48522bfb6d151b57cb4e560fbecbe006dba2d | products/org.csstudio.iter.css.product/demo/m-TEST/src/main/boy/navigation/Navigation_CTRL-SUP.xml | products/org.csstudio.iter.css.product/demo/m-TEST/src/main/boy/navigation/Navigation_CTRL-SUP.xml | XML |
<|file_sep|>original/.github/ISSUE_TEMPLATE/config.yml
blank_issues_enabled: false
contact_links:
- name: Code Thesaurus Twitter
url: https://twitter.com/codethesaurus
about: The Twitter account for the project
- name: Code Thesaurus Team Email
url: mailto:coreteam@codethesaur.us
about: The email ad... | blank_issues_enabled: false
contact_links:
- name: Code Thesaurus Twitter
url: https://twitter.com/codethesaurus
about: The Twitter account for the project | <|file_sep|>original/.github/ISSUE_TEMPLATE/config.yml
blank_issues_enabled: false
contact_links:
- name: Code Thesaurus Twitter
url: https://twitter.com/codethesaurus
about: The Twitter account for the project
- name: Code Thesaurus Team Email
url: mailto:coreteam@codethesaur.us
about: The email ad... | 9e1e84e80c11c2abea55bf08dc85b8b1673dec04 | .github/ISSUE_TEMPLATE/config.yml | .github/ISSUE_TEMPLATE/config.yml | YAML |
<|file_sep|>.scrutinizer.yml.diff
original:
updated:
filter:
paths:
- 'src/*'
excluded_paths:
- bin
- vendor
<|file_sep|>.scrutinizer.yml.diff
original:
filter:
paths:
- 'src/*'
updated:
<|file_sep|>original/.scrutinizer.yml
- vendor
... | php_code_coverage:
enabled: true
php_cpd:
enabled: true
excluded_dirs:
- bin
- vendor
php_loc:
enabled: true
excluded_dirs:
- bin
- vendor
php_mess_detector:
enabled: false
php_analyzer:
enabled: ... | <|file_sep|>.scrutinizer.yml.diff
original:
updated:
filter:
paths:
- 'src/*'
excluded_paths:
- bin
- vendor
<|file_sep|>.scrutinizer.yml.diff
original:
filter:
paths:
- 'src/*'
updated:
<|file_sep|>original/.scrutinizer.yml
- vendor
... | e1bcaa76fa578ad527cc385f6b4261e27e093cbb | .scrutinizer.yml | .scrutinizer.yml | YAML |
<|file_sep|>original/recipes/repo_passenger.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 perm... | #
# 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/repo_passenger.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 perm... | 7eb9e4056fe5d51a0331ee3a2760b8d730d69ce8 | recipes/repo_passenger.rb | recipes/repo_passenger.rb | Ruby |
<|file_sep|>original/packages/ai/aivika-gpss.yaml
<|file_sep|>current/packages/ai/aivika-gpss.yaml
<|file_sep|>updated/packages/ai/aivika-gpss.yaml | homepage: http://www.aivikasoft.com
changelog-type: ''
hash: 3e3cd6d89f7910d6f77b86455a36d21f016780e1567f0db9c7ead30d420c91be
test-bench-deps: {}
maintainer: David Sorokin <david.sorokin@gmail.com>
synopsis: GPSS-like DSL for Aivika
changelog: ''
basic-deps:
base: ! '>=4.2 && <6'
aivika: ! '>=5.2'
unordered-conta... | <|file_sep|>original/packages/ai/aivika-gpss.yaml
<|file_sep|>current/packages/ai/aivika-gpss.yaml
<|file_sep|>updated/packages/ai/aivika-gpss.yaml
homepage: http://www.aivikasoft.com
changelog-type: ''
hash: 3e3cd6d89f7910d6f77b86455a36d21f016780e1567f0db9c7ead30d420c91be
test-bench-deps: {}
maintainer: David Soroki... | b217ccf333b233d12bbfd0ae3e43a835bcac6109 | packages/ai/aivika-gpss.yaml | packages/ai/aivika-gpss.yaml | YAML |
<|file_sep|>original/spec/optioneer_spec.rb
require 'spec_helper'
describe Optioneer do
it 'has a version number' do
expect(Optioneer::VERSION).not_to be nil
end
it 'should create an instance of the class with no errors' do
settings = Optioneer.new
expect(settings).to be_a Optioneer
end
end
<|file... | require 'spec_helper'
describe Optioneer do
it 'has a version number' do
expect(Optioneer::VERSION).not_to be nil
end
it 'should create an instance of the class with no errors' do
expect(subject).to be_a Optioneer
end
end | <|file_sep|>original/spec/optioneer_spec.rb
require 'spec_helper'
describe Optioneer do
it 'has a version number' do
expect(Optioneer::VERSION).not_to be nil
end
it 'should create an instance of the class with no errors' do
settings = Optioneer.new
expect(settings).to be_a Optioneer
end
end
<|file... | e03735b2e71516ac5f32ec6831973c7822258943 | spec/optioneer_spec.rb | spec/optioneer_spec.rb | Ruby |
<|file_sep|>original/.codeclimate.yml
enabled: true
checks:
Design/TooManyPublicMethods:
enabled: false
Naming/ShortVariable:
enabled: false
CleanCode/ElseExpression:
enabled: false
CleanCode/BooleanArgumentFlag:
enabled: false
ratings:
paths:
- "**.in... | enabled: true
checks:
Design/TooManyPublicMethods:
enabled: false
Naming/ShortVariable:
enabled: false
CleanCode/ElseExpression:
enabled: false
CleanCode/BooleanArgumentFlag:
enabled: false
CleanCode/StaticAccess:
enabled: false
Naming/... | <|file_sep|>original/.codeclimate.yml
enabled: true
checks:
Design/TooManyPublicMethods:
enabled: false
Naming/ShortVariable:
enabled: false
CleanCode/ElseExpression:
enabled: false
CleanCode/BooleanArgumentFlag:
enabled: false
ratings:
paths:
- "**.in... | f66a9dc5f4f71abc2fa624557bc8dbf83896ae3d | .codeclimate.yml | .codeclimate.yml | YAML |
<|file_sep|>original/cmake/InstallLocation.cmake
#
# These paths attempt to adhere to the FHS, and are similar to those provided
# by autotools and used in many Linux distributions.
if(NOT INSTALL_RUNTIME_DIR)
set(INSTALL_RUNTIME_DIR "bin")
endif()
if(NOT INSTALL_LIBRARY_DIR)
set(INSTALL_LIBRARY_DIR "lib")
endif()
... | endif()
if(NOT INSTALL_INCLUDE_DIR)
set(INSTALL_INCLUDE_DIR "include")
endif()
if(NOT INSTALL_DATA_DIR)
set(INSTALL_DATA_DIR "share")
endif()
if(NOT INSTALL_DOC_DIR)
set(INSTALL_DOC_DIR "doc")
endif()
# Set up RPATH for the project too.
option(ENABLE_RPATH "Enable rpath support on Linux and Mac" ON)
if(UNIX AND ... | <|file_sep|>original/cmake/InstallLocation.cmake
#
# These paths attempt to adhere to the FHS, and are similar to those provided
# by autotools and used in many Linux distributions.
if(NOT INSTALL_RUNTIME_DIR)
set(INSTALL_RUNTIME_DIR "bin")
endif()
if(NOT INSTALL_LIBRARY_DIR)
set(INSTALL_LIBRARY_DIR "lib")
endif()
... | 4c8d11794f35dc08f6e08d9eb0e466687975cb35 | cmake/InstallLocation.cmake | cmake/InstallLocation.cmake | CMake |
<|file_sep|>original/circle.yml
- sudo dpkg -i google-chrome.deb
- sudo sed -i 's|HERE/chrome\"|HERE/chrome\" --disable-setuid-sandbox|g' /opt/google/chrome/google-chrome
- rm google-chrome.deb
post:
- bundle exec bundle-audit update && bundle exec bundle-audit check
- bundle exec brakeman
test:
... | - sudo dpkg -i google-chrome.deb
- sudo sed -i 's|HERE/chrome\"|HERE/chrome\" --disable-setuid-sandbox|g' /opt/google/chrome/google-chrome
- rm google-chrome.deb
post:
- bundle exec bundle-audit update && bundle exec bundle-audit check
- bundle exec brakeman
test:
override:
- RAILS_ENV=test... | <|file_sep|>original/circle.yml
- sudo dpkg -i google-chrome.deb
- sudo sed -i 's|HERE/chrome\"|HERE/chrome\" --disable-setuid-sandbox|g' /opt/google/chrome/google-chrome
- rm google-chrome.deb
post:
- bundle exec bundle-audit update && bundle exec bundle-audit check
- bundle exec brakeman
test:
... | c5b954786c83c7b6efdf1eee472ece09abd115bf | circle.yml | circle.yml | YAML |
<|file_sep|>app/views/templates/charity/financials.html.erb.diff
original:
updated:
<!-- TODO: put this elsewhere; totally dirty -->
<style>
.table-view-cell {
padding-right: 15px;
}
</style>
<|file_sep|>app/views/templates/charity/financials.html.erb.diff
original:
updated:
<ul class="table-v... | <!-- TODO: put this elsewhere; totally dirty -->
<style>
.table-view-cell {
padding-right: 15px;
}
</style>
<div class="content">
<ul class="table-view">
<li class="table-view-cell">Total Assets <span class="pull-right">${{ charityData.financial.total_assets }}</span></li>
<li clas... | <|file_sep|>app/views/templates/charity/financials.html.erb.diff
original:
updated:
<!-- TODO: put this elsewhere; totally dirty -->
<style>
.table-view-cell {
padding-right: 15px;
}
</style>
<|file_sep|>app/views/templates/charity/financials.html.erb.diff
original:
updated:
<ul class="table-v... | baa5619b3ff40b6bce3a52710e1884e48a14f312 | app/views/templates/charity/financials.html.erb | app/views/templates/charity/financials.html.erb | HTML+ERB |
<|file_sep|>original/tests/formatter/test_rawer.py
<|file_sep|>current/tests/formatter/test_rawer.py
<|file_sep|>updated/tests/formatter/test_rawer.py | import unittest, argparse
from echolalia.formatter.rawer import Formatter
class RawerTestCase(unittest.TestCase):
def setUp(self):
self.parser = argparse.ArgumentParser()
self.data = [{chr(i): i - 96} for i in xrange(97, 123)]
self.formatter = Formatter()
def test_add_args(self):
self.assertEqual... | <|file_sep|>original/tests/formatter/test_rawer.py
<|file_sep|>current/tests/formatter/test_rawer.py
<|file_sep|>updated/tests/formatter/test_rawer.py
import unittest, argparse
from echolalia.formatter.rawer import Formatter
class RawerTestCase(unittest.TestCase):
def setUp(self):
self.parser = argparse.Argum... | 0a75aa4bbb9396c448b4cef58a42068d30933a95 | tests/formatter/test_rawer.py | tests/formatter/test_rawer.py | Python |
<|file_sep|>original/{{cookiecutter.project_name}}/molecule/default/molecule.yml
- "/sys/fs/cgroup:/sys/fs/cgroup:ro"
- name: ubuntu
image: solita/ubuntu-systemd:latest
privileged: True
command: /sbin/init
volume_mounts:
- "/sys/fs/cgroup:/sys/fs/cgroup:ro"
- name: debian
image: debi... | - "/sys/fs/cgroup:/sys/fs/cgroup:ro"
- name: ubuntu
image: solita/ubuntu-systemd:latest
privileged: True
command: /sbin/init
volume_mounts:
- "/sys/fs/cgroup:/sys/fs/cgroup:ro"
- name: debian
image: debian:stretch
privileged: True
command: /sbin/init
volume_mounts:
... | <|file_sep|>original/{{cookiecutter.project_name}}/molecule/default/molecule.yml
- "/sys/fs/cgroup:/sys/fs/cgroup:ro"
- name: ubuntu
image: solita/ubuntu-systemd:latest
privileged: True
command: /sbin/init
volume_mounts:
- "/sys/fs/cgroup:/sys/fs/cgroup:ro"
- name: debian
image: debi... | fdbb51497a8e13fec68335e9ec9e22a73d09ab00 | {{cookiecutter.project_name}}/molecule/default/molecule.yml | {{cookiecutter.project_name}}/molecule/default/molecule.yml | YAML |
<|file_sep|>inidiff/cli.py.diff
original:
updated:
import argparse
import sys
<|file_sep|>inidiff/cli.py.diff
original:
import argparse
updated:
<|file_sep|>original/inidiff/cli.py
if d.second.value is not None:
if color:
out += GREEN
out += '+' + format_option(d.seco... | if color:
out += END
return out
def main():
"""Run the main CLI."""
parser = argparse.ArgumentParser()
parser.add_argument('first', type=argparse.FileType('r'))
parser.add_argument('second', type=argparse.FileType('r'))
args = parser.parse_args()
first = args.... | <|file_sep|>inidiff/cli.py.diff
original:
updated:
import argparse
import sys
<|file_sep|>inidiff/cli.py.diff
original:
import argparse
updated:
<|file_sep|>original/inidiff/cli.py
if d.second.value is not None:
if color:
out += GREEN
out += '+' + format_option(d.seco... | fe3559103917f6e9b61d0f6515502e3e530896cf | inidiff/cli.py | inidiff/cli.py | Python |
<|file_sep|>app/views/projects/tree/_tree_commit_column.html.haml.diff
original:
updated:
- full_title = markdown_field(commit, :full_title)
<|file_sep|>original/app/views/projects/tree/_tree_commit_column.html.haml
%span.str-truncated
= link_to_html commit.redacted_full_title_html, project_commit_path(@project, com... | - full_title = markdown_field(commit, :full_title)
%span.str-truncated
= link_to_html full_title, project_commit_path(@project, commit.id), title: full_title, class: 'tree-commit-link' | <|file_sep|>app/views/projects/tree/_tree_commit_column.html.haml.diff
original:
updated:
- full_title = markdown_field(commit, :full_title)
<|file_sep|>original/app/views/projects/tree/_tree_commit_column.html.haml
%span.str-truncated
= link_to_html commit.redacted_full_title_html, project_commit_path(@project, com... | 93dd5390b6b4bc94cc83626e1369f3925c82028e | app/views/projects/tree/_tree_commit_column.html.haml | app/views/projects/tree/_tree_commit_column.html.haml | Haml |
<|file_sep|>original/project/plugins.sbt
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.9.3")
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.1.0")
addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.1.0")
addSbtPlugin("org.scala-js"% "sbt-scalajs" % "1.8.0")
addSbtPlugin(... | addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.9.3")
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.1.0")
addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.1.0")
addSbtPlugin("org.scala-js"% "sbt-scalajs" % "1.8.0")
addSbtPlugin("org.scala-native" % "sbt-scala-native" %... | <|file_sep|>original/project/plugins.sbt
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.9.3")
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.1.0")
addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.1.0")
addSbtPlugin("org.scala-js"% "sbt-scalajs" % "1.8.0")
addSbtPlugin(... | 10cf104ef913d765e9152e691177424525eec738 | project/plugins.sbt | project/plugins.sbt | Scala |
<|file_sep|>original/requirements.txt
mkdocs==1.0.4
mkdocs-material==3.0.4
pygments==2.2.0
pymdown-extensions==5.0.0
six==1.10.0
<|file_sep|>current/requirements.txt
mkdocs==1.0.4
mkdocs-material==3.0.4
pygments==2.2.0
pymdown-extensions==5.0.0
six==1.10.0
<|file_sep|>updated/requirements.txt | mkdocs==1.0.4
mkdocs-material==3.0.6
pygments==2.2.0
pymdown-extensions==5.0.0
six==1.10.0 | <|file_sep|>original/requirements.txt
mkdocs==1.0.4
mkdocs-material==3.0.4
pygments==2.2.0
pymdown-extensions==5.0.0
six==1.10.0
<|file_sep|>current/requirements.txt
mkdocs==1.0.4
mkdocs-material==3.0.4
pygments==2.2.0
pymdown-extensions==5.0.0
six==1.10.0
<|file_sep|>updated/requirements.txt
mkdocs==1.0.4
mkdocs-mater... | 78c9fdc18f1b6ab2c125935689deb1d3697ef57f | requirements.txt | requirements.txt | Text |
<|file_sep|>original/README.md
* Simple data types and compounds:
- vectors
- matrices
- strings
- records
- sets
------------
# Para aprender as diferenças entre C, Python e R
Esse repositório visa agregar as diferenças mais notáveis entre C, Python e R da perspectiva de um estudante de graduação em esta... | * Simple data types and compounds:
- vectors
- matrices
- strings
- records
- sets
------------
# Para aprender as diferenças entre C, Python e R
Esse repositório visa agregar as diferenças mais notáveis entre C, Python e R
da perspectiva de um estudante de graduação em estatística.
É assumido conhecim... | <|file_sep|>original/README.md
* Simple data types and compounds:
- vectors
- matrices
- strings
- records
- sets
------------
# Para aprender as diferenças entre C, Python e R
Esse repositório visa agregar as diferenças mais notáveis entre C, Python e R da perspectiva de um estudante de graduação em esta... | f6f8d350b4f79739829212b0d29e38036507d370 | README.md | README.md | Markdown |
<|file_sep|>README.md.diff
original:
updated:
<|file_sep|>original/README.md
# Deep Metric Learning
Implementation of several methods for deep metric learning in [Chainer v2](https://docs.chainer.org/en/v2.0.2/).
- N-pair loss: [Improved Deep Metric Learning with Multi-class N-pair Loss Objective](https://papers.nip... | # Deep Metric Learning
Implementation of several methods for deep metric learning in [Chainer v2](https://docs.chainer.org/en/v2.0.2/).
- N-pair loss: [Improved Deep Metric Learning with Multi-class N-pair Loss Objective](https://papers.nips.cc/paper/6200-improved-deep-metric-learning-with-multi-class-n-pair-loss-obj... | <|file_sep|>README.md.diff
original:
updated:
<|file_sep|>original/README.md
# Deep Metric Learning
Implementation of several methods for deep metric learning in [Chainer v2](https://docs.chainer.org/en/v2.0.2/).
- N-pair loss: [Improved Deep Metric Learning with Multi-class N-pair Loss Objective](https://papers.nip... | 8f13c6c88df65cdeef6b9a7300ccfca1c5a02568 | README.md | README.md | Markdown |
<|file_sep|>original/metadata/org.tvbrowser.tvbrowser.txt
Auto Name:TV-Browser
Summary:Browse electronic program guides
Description:
Browse EPGs (electronic program guides) for more than 1000 TV stations (mostly
German/European) and more than 100 radio channels.
.
Repo Type:git
Repo:https://github.com/ds10git/tvbrowse... | Auto Name:TV-Browser
Summary:Browse electronic program guides
Description:
Browse EPGs (electronic program guides) for more than 1000 TV stations (mostly
German/European) and more than 100 radio channels.
.
Repo Type:git
Repo:https://github.com/ds10git/tvbrowserandroid
Build:0.5.8.11,346
disable=https://github.co... | <|file_sep|>original/metadata/org.tvbrowser.tvbrowser.txt
Auto Name:TV-Browser
Summary:Browse electronic program guides
Description:
Browse EPGs (electronic program guides) for more than 1000 TV stations (mostly
German/European) and more than 100 radio channels.
.
Repo Type:git
Repo:https://github.com/ds10git/tvbrowse... | 1ce0944608a8bc602b8358af6c8d7e359a537bb9 | metadata/org.tvbrowser.tvbrowser.txt | metadata/org.tvbrowser.tvbrowser.txt | Text |
<|file_sep|>composer.json.diff
original:
"guzzlehttp/guzzle-services": "~0.2",
"monolog/monolog": "1.6.0",
"guzzlehttp/log-subscriber": "~1.0",
updated:
<|file_sep|>original/composer.json
{
"name": "lazyguru/toggl",
"description": "Integrate with Toggl's API",
"license": "MIT",
... | {
"name": "lazyguru/toggl",
"description": "Integrate with Toggl's API",
"license": "MIT",
"authors": [
{
"name": "Joe Constant",
"email": "joe@joeconstant.com"
}
],
"require": {
"php": ">=5.4.0",
"psr/log": "^1.0",
"lazyguru/base-a... | <|file_sep|>composer.json.diff
original:
"guzzlehttp/guzzle-services": "~0.2",
"monolog/monolog": "1.6.0",
"guzzlehttp/log-subscriber": "~1.0",
updated:
<|file_sep|>original/composer.json
{
"name": "lazyguru/toggl",
"description": "Integrate with Toggl's API",
"license": "MIT",
... | 8633569a9eb2f5009880c06bdbd7de6e72a7aba8 | composer.json | composer.json | JSON |
<|file_sep|>original/src/test/java/com/uwetrottmann/thetvdb/services/AuthenticationTest.java
package com.uwetrottmann.thetvdb.services;
import com.uwetrottmann.thetvdb.BaseTestCase;
import com.uwetrottmann.thetvdb.entities.LoginData;
import com.uwetrottmann.thetvdb.entities.Token;
import org.junit.Test;
public class ... | import com.uwetrottmann.thetvdb.BaseTestCase;
import com.uwetrottmann.thetvdb.entities.LoginData;
import com.uwetrottmann.thetvdb.entities.Token;
import org.junit.Test;
public class AuthenticationTest extends BaseTestCase {
private static final String API_KEY = "";
@Test
public void test_login() {
... | <|file_sep|>original/src/test/java/com/uwetrottmann/thetvdb/services/AuthenticationTest.java
package com.uwetrottmann.thetvdb.services;
import com.uwetrottmann.thetvdb.BaseTestCase;
import com.uwetrottmann.thetvdb.entities.LoginData;
import com.uwetrottmann.thetvdb.entities.Token;
import org.junit.Test;
public class ... | 93bb276a1990f80fa88c6c72bb7d1e1cf7e62bf9 | src/test/java/com/uwetrottmann/thetvdb/services/AuthenticationTest.java | src/test/java/com/uwetrottmann/thetvdb/services/AuthenticationTest.java | Java |
<|file_sep|>qipipe/staging/sarcoma_config.py.diff
original:
import ConfigParser
updated:
import io
from ConfigParser import ConfigParser as Config
<|file_sep|>qipipe/staging/sarcoma_config.py.diff
original:
_CONFIG = ConfigParser()
_CONFIG.read(_CFG_FILE)
updated:
<|file_sep|>original/qipipe/staging/sarcoma_config.py
... | import os
import io
from ConfigParser import ConfigParser as Config
_CFG_FILE = os.path.join(os.path.dirname(__file__), '..', '..', 'conf', 'sarcoma.cfg')
def sarcoma_location(pt_id):
return sarcoma_config().get('Tumor Location', pt_id)
def sarcoma_config():
if not hasattr(sarcoma_config, 'instance'):
... | <|file_sep|>qipipe/staging/sarcoma_config.py.diff
original:
import ConfigParser
updated:
import io
from ConfigParser import ConfigParser as Config
<|file_sep|>qipipe/staging/sarcoma_config.py.diff
original:
_CONFIG = ConfigParser()
_CONFIG.read(_CFG_FILE)
updated:
<|file_sep|>original/qipipe/staging/sarcoma_config.py
... | 1f6bec9df04e2717a347796080ed6bfcc9638f25 | qipipe/staging/sarcoma_config.py | qipipe/staging/sarcoma_config.py | Python |
<|file_sep|>original/_config.yml
title: Stefan Hoth
email: no-reply@example.org
description: > # this means to ignore newlines until "baseurl:"
An experienced developer gone servant leader whocares deeply about people, processes & values.
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://stefanhoth.com... | title: Stefan Hoth
email: no-reply@example.org
description: > # this means to ignore newlines until "baseurl:"
An experienced developer gone servant leader whocares deeply about people, processes & values.
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://stefanhoth.com" # the base hostname & protocol ... | <|file_sep|>original/_config.yml
title: Stefan Hoth
email: no-reply@example.org
description: > # this means to ignore newlines until "baseurl:"
An experienced developer gone servant leader whocares deeply about people, processes & values.
baseurl: "" # the subpath of your site, e.g. /blog
url: "https://stefanhoth.com... | b92a36b3e0df62f35e7eec191e4d16b3bb02de03 | _config.yml | _config.yml | YAML |
<|file_sep|>lib/nyaplot/plot.rb.diff
original:
updated:
set_property(:options, {})
<|file_sep|>original/lib/nyaplot/plot.rb
frame.init_panes # TODO: remove this line
frame.add(self)
frame.show
end
def before_to_json
diagrams = get_property(:diagrams)
[:xrange, :yrange].eac... | frame = Frame.instance
frame.init_panes # TODO: remove this line
frame.add(self)
frame.show
end
def before_to_json
diagrams = get_property(:diagrams)
[:xrange, :yrange].each do |symbol|
if get_property(:options)[symbol].nil?
range = []
diagrams.e... | <|file_sep|>lib/nyaplot/plot.rb.diff
original:
updated:
set_property(:options, {})
<|file_sep|>original/lib/nyaplot/plot.rb
frame.init_panes # TODO: remove this line
frame.add(self)
frame.show
end
def before_to_json
diagrams = get_property(:diagrams)
[:xrange, :yrange].eac... | 7d8fb58fd427f66317f1fe63de2354b671ac7aad | lib/nyaplot/plot.rb | lib/nyaplot/plot.rb | Ruby |
<|file_sep|>donate.html.diff
original:
<center><h1>Thanks for donating!</h1></center>
updated:
<div style="text-align: center;"><h1>Thanks for donating!</h1>
<|file_sep|>donate.html.diff
original:
<center>You can use this CoinBase button to donate any amount. This is the easiest option.</center></br>
updated:
Y... | <html>
<body>
<title>Donation</title>
<div style="text-align: center;"><h1>Thanks for donating!</h1>
You can use this CoinBase button to donate any amount. This is the easiest option.</br>
<a class="coinbase-button" data-code="4e8eebb717fcf14acd68be29b184df13" data-button-style="donation_large" href="https:... | <|file_sep|>donate.html.diff
original:
<center><h1>Thanks for donating!</h1></center>
updated:
<div style="text-align: center;"><h1>Thanks for donating!</h1>
<|file_sep|>donate.html.diff
original:
<center>You can use this CoinBase button to donate any amount. This is the easiest option.</center></br>
updated:
Y... | f51895e0bafa2dcf70d93da06af59aa94b3449f4 | donate.html | donate.html | HTML |
<|file_sep|>watchdog_kj_kultura/main/models.py.diff
original:
from django.utils.encoding import python_2_unicode_compatible
updated:
<|file_sep|>original/watchdog_kj_kultura/main/models.py
from django.db import models
from django.utils.translation import ugettext_lazy as _
from django.utils.encoding import python_2_un... | from django.db import models
from django.utils.translation import ugettext_lazy as _
from model_utils.models import TimeStampedModel
from tinymce.models import HTMLField
from django.contrib.sites.models import Site
class SettingsQuerySet(models.QuerySet):
pass
class Settings(TimeStampedModel):
site = models... | <|file_sep|>watchdog_kj_kultura/main/models.py.diff
original:
from django.utils.encoding import python_2_unicode_compatible
updated:
<|file_sep|>original/watchdog_kj_kultura/main/models.py
from django.db import models
from django.utils.translation import ugettext_lazy as _
from django.utils.encoding import python_2_un... | 10f7938e37180c0cb3b701223cf6d1855e7d8f93 | watchdog_kj_kultura/main/models.py | watchdog_kj_kultura/main/models.py | Python |
<|file_sep|>test/CMakeLists.txt.diff
original:
updated:
add_test(TestSCMBytevectors ${PROJECT_SOURCE_DIR}/run.sh
${PROJECT_SOURCE_DIR}/test/test_byte_vector.scm)
<|file_sep|>original/test/CMakeLists.txt
add_test(TestHash ${CMAKE_CURRENT_BIN_DIR}/test_hash)
add_test(TestSCMBools ${PROJECT_SOURCE_DIR}/run.sh
${P... | add_test(TestSCMBools ${PROJECT_SOURCE_DIR}/run.sh
${PROJECT_SOURCE_DIR}/test/test_bools.scm)
add_test(TestSCMeq? ${PROJECT_SOURCE_DIR}/run.sh
${PROJECT_SOURCE_DIR}/test/test_eq.scm)
add_test(TestSCMequal? ${PROJECT_SOURCE_DIR}/run.sh
${PROJECT_SOURCE_DIR}/test/test_equal.scm)
add_test(TestSCMLists ${PROJECT_S... | <|file_sep|>test/CMakeLists.txt.diff
original:
updated:
add_test(TestSCMBytevectors ${PROJECT_SOURCE_DIR}/run.sh
${PROJECT_SOURCE_DIR}/test/test_byte_vector.scm)
<|file_sep|>original/test/CMakeLists.txt
add_test(TestHash ${CMAKE_CURRENT_BIN_DIR}/test_hash)
add_test(TestSCMBools ${PROJECT_SOURCE_DIR}/run.sh
${P... | 5dd93b5cc57fcbff668d553fe8803172a3370a27 | test/CMakeLists.txt | test/CMakeLists.txt | Text |
<|file_sep|>maven-meeper/src/bin/repoclean/sync-repoclean.sh.diff
original:
dest=/home/maven/repository-staging/to-ibiblio
repocleanhome=$HOME/repository-tools/repoclean
updated:
export dest=/home/maven/repository-staging/to-ibiblio
export repocleanhome=$HOME/repository-tools/repoclean
log=$repocleanhome/last-changes.l... | #!/bin/bash
export dest=/home/maven/repository-staging/to-ibiblio
export repocleanhome=$HOME/repository-tools/repoclean
log=$repocleanhome/last-changes.log
$repocleanhome/repoclean.sh ~/components/maven-meeper/src/bin/repoclean/synchronize.properties
rsync --ignore-existing -rvpl $dest/maven2-repoclean/ $dest/maven2... | <|file_sep|>maven-meeper/src/bin/repoclean/sync-repoclean.sh.diff
original:
dest=/home/maven/repository-staging/to-ibiblio
repocleanhome=$HOME/repository-tools/repoclean
updated:
export dest=/home/maven/repository-staging/to-ibiblio
export repocleanhome=$HOME/repository-tools/repoclean
log=$repocleanhome/last-changes.l... | 9d9bfefdfa80bd5be1e6e6c8d0a448f901e47ab0 | maven-meeper/src/bin/repoclean/sync-repoclean.sh | maven-meeper/src/bin/repoclean/sync-repoclean.sh | Shell |
<|file_sep|>original/sheared/web/__init__.py
#
# Sheared -- non-blocking network programming library for Python
# Copyright (C) 2003 Sune Kirkeby <sune@mel.interspace.dk>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# t... | #
# Sheared -- non-blocking network programming library for Python
# Copyright (C) 2003 Sune Kirkeby <sune@mel.interspace.dk>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2... | <|file_sep|>original/sheared/web/__init__.py
#
# Sheared -- non-blocking network programming library for Python
# Copyright (C) 2003 Sune Kirkeby <sune@mel.interspace.dk>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# t... | 041a3bbd512d1800067bc12f522238d681c35ac4 | sheared/web/__init__.py | sheared/web/__init__.py | Python |
<|file_sep|>config/jobs/kubernetes/wg-k8s-infra/trusted/wg-k8s-infra-trusted.yaml.diff
original:
updated:
periodics:
- name: ci-k8sio-groups
interval: 24h
cluster: k8s-infra-prow-build-trusted
decorate: true
annotations:
testgrid-dashboards: wg-k8s-infra-k8sio
testgrid-alert-email: k8s-infra-alerts@kub... |
postsubmits:
kubernetes/k8s.io:
- name: post-k8sio-groups
cluster: k8s-infra-prow-build-trusted
decorate: true
run_if_changed: '^groups/groups.yaml'
annotations:
testgrid-create-test-group: 'true'
testgrid-dashboards: wg-k8s-infra-k8sio
testgrid-alert-email: k8s-infra-alerts@kuber... | <|file_sep|>config/jobs/kubernetes/wg-k8s-infra/trusted/wg-k8s-infra-trusted.yaml.diff
original:
updated:
periodics:
- name: ci-k8sio-groups
interval: 24h
cluster: k8s-infra-prow-build-trusted
decorate: true
annotations:
testgrid-dashboards: wg-k8s-infra-k8sio
testgrid-alert-email: k8s-infra-alerts@kub... | cd28961d8d47d72493e3e1433cc3d6ad2e6cf2d1 | config/jobs/kubernetes/wg-k8s-infra/trusted/wg-k8s-infra-trusted.yaml | config/jobs/kubernetes/wg-k8s-infra/trusted/wg-k8s-infra-trusted.yaml | YAML |
<|file_sep|>original/prezi.md
## [Software Paleontology](https://prezi.com/8l8fqqyk6pue/software-paleontology/)
1. Everyone loves Paleontology
1. We have an entire history
* We can build the first
1. Git has 40,000 commits
* Ten a week
* [Hypotheses non fingo](https://en.wikipedia.org/wiki/Hypotheses_non_... | ## [Software Paleontology](https://prezi.com/8l8fqqyk6pue/software-paleontology/)
1. Everyone loves Paleontology
1. We have an entire history
* We can build the first
1. Git has 40,000 commits
* Ten a week
* [Hypotheses non fingo](https://en.wikipedia.org/wiki/Hypotheses_non_fingo)
1. When did git beco... | <|file_sep|>original/prezi.md
## [Software Paleontology](https://prezi.com/8l8fqqyk6pue/software-paleontology/)
1. Everyone loves Paleontology
1. We have an entire history
* We can build the first
1. Git has 40,000 commits
* Ten a week
* [Hypotheses non fingo](https://en.wikipedia.org/wiki/Hypotheses_non_... | 165544b2838f43b2ee9ca1a6125492fdbc1a24aa | prezi.md | prezi.md | Markdown |
<|file_sep|>original/doc/travis_notes.txt
Travis Notes:
- Use http://lint.travis-ci.org/ to make sure it is valid yaml.
- Make sure all of your "-" lines start on the same column
- Make sure all of your "if" lines are aligned with the "else" and "fi" lines
- "If" blocks must be on one travis statement and have semic... | - Use http://lint.travis-ci.org/ to make sure it is valid yaml.
- Make sure all of your "-" lines start on the same column
- Make sure all of your "if" lines are aligned with the "else" and "fi" lines
- "If" blocks must be on one travis statement and have semicolons at the end of each line:
```
- if [[ $TRAVIS_PYT... | <|file_sep|>original/doc/travis_notes.txt
Travis Notes:
- Use http://lint.travis-ci.org/ to make sure it is valid yaml.
- Make sure all of your "-" lines start on the same column
- Make sure all of your "if" lines are aligned with the "else" and "fi" lines
- "If" blocks must be on one travis statement and have semic... | 3cecfd8711ea23c2a5103c9d4c0204691a2c1890 | doc/travis_notes.txt | doc/travis_notes.txt | Text |
<|file_sep|>original/lib/generators/anaconda/templates/config/initializers/anaconda.rb
# Use this setup block to configure all options available in Anaconda.
Anaconda.config do |config|
config.aws = {
aws_access_key: ENV["AWS_ACCESS_KEY"] || nil,
aws_secret_key: ENV["AWS_SECRET_KEY"] || nil,
aws_bucket: ... | # Use this setup block to configure all options available in Anaconda.
Anaconda.config do |config|
config.aws = {
aws_access_key: ENV["AWS_ACCESS_KEY"] || nil,
aws_secret_key: ENV["AWS_SECRET_KEY"] || nil,
aws_bucket: ENV["AWS_BUCKET"] || nil,
aws_endpoint: ENV["AWS_ENDPOINT"] || nil, # ex... | <|file_sep|>original/lib/generators/anaconda/templates/config/initializers/anaconda.rb
# Use this setup block to configure all options available in Anaconda.
Anaconda.config do |config|
config.aws = {
aws_access_key: ENV["AWS_ACCESS_KEY"] || nil,
aws_secret_key: ENV["AWS_SECRET_KEY"] || nil,
aws_bucket: ... | 99cece0fd140e897712a9ad659152676b1124fe6 | lib/generators/anaconda/templates/config/initializers/anaconda.rb | lib/generators/anaconda/templates/config/initializers/anaconda.rb | Ruby |
<|file_sep|>original/pandomium/src/main/java/org/panda_lang/pandomium/wrapper/PandomiumBrowser.java
public class PandomiumBrowser {
private final CefBrowser cefBrowser;
public PandomiumBrowser(CefBrowser cefBrowser) {
this.cefBrowser = cefBrowser;
}
public JPanel toSwingComponent() {
... |
public class PandomiumBrowser {
private final CefBrowser cefBrowser;
public PandomiumBrowser(CefBrowser cefBrowser) {
this.cefBrowser = cefBrowser;
}
public JPanel toSwingComponent() {
BorderLayout borderLayout = new BorderLayout();
JPanel panel = new JPanel(borderLayout);
... | <|file_sep|>original/pandomium/src/main/java/org/panda_lang/pandomium/wrapper/PandomiumBrowser.java
public class PandomiumBrowser {
private final CefBrowser cefBrowser;
public PandomiumBrowser(CefBrowser cefBrowser) {
this.cefBrowser = cefBrowser;
}
public JPanel toSwingComponent() {
... | d923cea2890181b4b78ff4fa4dc38ed9e18defd5 | pandomium/src/main/java/org/panda_lang/pandomium/wrapper/PandomiumBrowser.java | pandomium/src/main/java/org/panda_lang/pandomium/wrapper/PandomiumBrowser.java | Java |
<|file_sep|>src/index.js.diff
original:
import { AppContainer } from 'react-hot-loader';
updated:
<|file_sep|>src/index.js.diff
original:
updated:
if (__DEV__) {
const AppContainer = require('react-hot-loader').AppContainer;
const Component = () => <AppContainer><Component /></AppContainer>;
}
<|file_sep|... |
import './styles';
const render = (Component) => {
if (__DEV__) {
const AppContainer = require('react-hot-loader').AppContainer;
const Component = () => <AppContainer><Component /></AppContainer>;
}
ReactDOM.render(
<Component />,
document.getElementById('root')
);
};
render(App);
if (module... | <|file_sep|>src/index.js.diff
original:
import { AppContainer } from 'react-hot-loader';
updated:
<|file_sep|>src/index.js.diff
original:
updated:
if (__DEV__) {
const AppContainer = require('react-hot-loader').AppContainer;
const Component = () => <AppContainer><Component /></AppContainer>;
}
<|file_sep|... | 2d5221b37ac6827f78b7669b106d96b663997e08 | src/index.js | src/index.js | JavaScript |
<|file_sep|>original/_posts/2017-02-09-sprint-14-demo.md
<|file_sep|>current/_posts/2017-02-09-sprint-14-demo.md
<|file_sep|>updated/_posts/2017-02-09-sprint-14-demo.md | ---
title: Sprint 14 Demo
author: Elyézer Rezende
tags:
- demo
---
See what is coming with next versions of Pulp.
<iframe width="560" height="315" src="https://www.youtube.com/watch?v=-Kinf84dV9c" frameborder="0" allowfullscreen></iframe>
* [State of Pulp (mhrivnak)](https://www.youtube.com/watch?v=-Kinf84dV9c?t=0... | <|file_sep|>original/_posts/2017-02-09-sprint-14-demo.md
<|file_sep|>current/_posts/2017-02-09-sprint-14-demo.md
<|file_sep|>updated/_posts/2017-02-09-sprint-14-demo.md
---
title: Sprint 14 Demo
author: Elyézer Rezende
tags:
- demo
---
See what is coming with next versions of Pulp.
<iframe width="560" height="315... | 42d58fc6396485194522eb329d933ace1e54fd98 | _posts/2017-02-09-sprint-14-demo.md | _posts/2017-02-09-sprint-14-demo.md | Markdown |
<|file_sep|>.github/workflows/pythonpublish.yml.diff
original:
pip install setuptools wheel twine
updated:
pip install build setuptools wheel twine
<|file_sep|>original/.github/workflows/pythonpublish.yml
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: ... |
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Set up Python
uses: actions/setup-python@v1
with:
python-version: '3.x'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install build setuptools wh... | <|file_sep|>.github/workflows/pythonpublish.yml.diff
original:
pip install setuptools wheel twine
updated:
pip install build setuptools wheel twine
<|file_sep|>original/.github/workflows/pythonpublish.yml
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: ... | edbdc78067528e9b37e2c24f1afe4dc41c2d89b5 | .github/workflows/pythonpublish.yml | .github/workflows/pythonpublish.yml | YAML |
<|file_sep|>lib/rubygems/defaults/rbx.rb.diff
original:
def self.default_preinstalled_dir
File.join Rubinius::GEMS_PATH, "rubinius", "preinstalled"
end
updated:
<|file_sep|>original/lib/rubygems/defaults/rbx.rb
def self.default_bindir
File.join Rubinius::GEMS_PATH, Gem::ConfigMap[:ruby_version], "bin"
... |
def self.default_bindir
File.join Rubinius::GEMS_PATH, Gem::ConfigMap[:ruby_version], "bin"
end
def self.default_dir
File.join Rubinius::GEMS_PATH, Gem::ConfigMap[:ruby_version]
end
def self.default_path
dirs = [default_dir]
# This is the same test rubygems/defaults.rb uses
dirs.unshift... | <|file_sep|>lib/rubygems/defaults/rbx.rb.diff
original:
def self.default_preinstalled_dir
File.join Rubinius::GEMS_PATH, "rubinius", "preinstalled"
end
updated:
<|file_sep|>original/lib/rubygems/defaults/rbx.rb
def self.default_bindir
File.join Rubinius::GEMS_PATH, Gem::ConfigMap[:ruby_version], "bin"
... | 831ac8fe73601268ea62eb3a559eb0ed9f07cb85 | lib/rubygems/defaults/rbx.rb | lib/rubygems/defaults/rbx.rb | Ruby |
<|file_sep|>app/models/recipe.rb.diff
original:
updated:
after_create :assign_course_names
<|file_sep|>original/app/models/recipe.rb
class Recipe < ActiveRecord::Base
has_many :menu_recipes
has_many :menus, through: :menu_recipes
has_many :recipe_courses
has_many :courses, through: :recipe_courses
# ha... | has_many :courses, through: :recipe_courses
# has_many :recipe_cuisines
# has_many :cuisines, through: :recipe_cuisines
belongs_to :cuisine
after_create :assign_course_names
def course_names
self.courses.collect{|course| course.name}
end
def assign_course_names
if !(self.course_names & Cou... | <|file_sep|>app/models/recipe.rb.diff
original:
updated:
after_create :assign_course_names
<|file_sep|>original/app/models/recipe.rb
class Recipe < ActiveRecord::Base
has_many :menu_recipes
has_many :menus, through: :menu_recipes
has_many :recipe_courses
has_many :courses, through: :recipe_courses
# ha... | 9c61cc4fe71e01cde2f883fddb47c3aec5680b7f | app/models/recipe.rb | app/models/recipe.rb | Ruby |
<|file_sep|>original/chrome/browser/in_process_webkit/webkit_thread_unittest.cc
// Copyright (c) 2009 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "chrome/browser/in_process_webkit/webkit_thread.h"
#include "... | // Copyright (c) 2009 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "chrome/browser/in_process_webkit/webkit_thread.h"
#include "testing/gtest/include/gtest/gtest.h"
TEST(WebKitThreadTest, DISABLED_ExposedInC... | <|file_sep|>original/chrome/browser/in_process_webkit/webkit_thread_unittest.cc
// Copyright (c) 2009 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "chrome/browser/in_process_webkit/webkit_thread.h"
#include "... | 8013b1fc7939e3fabb87586e54c0711af2e6bdee | chrome/browser/in_process_webkit/webkit_thread_unittest.cc | chrome/browser/in_process_webkit/webkit_thread_unittest.cc | C++ |
<|file_sep|>original/generators/app/templates/__pwa._ngsw-config.json
"files": [
"/favicon.ico",
"/index.html",
"/manifest.json",
"/*.css",
"/*.js"
]
}
},
{
"name": "assets",
"installMode": "lazy",
"updateMode": "prefetch"... | "/*.css",
"/*.js"
]
}
},
{
"name": "assets",
"installMode": "lazy",
"updateMode": "prefetch",
"resources": {
"files": [
"/assets/**",
"/*.woff",
"/*.woff2",
"/*.ttf",
"/*.eot"
]
}
... | <|file_sep|>original/generators/app/templates/__pwa._ngsw-config.json
"files": [
"/favicon.ico",
"/index.html",
"/manifest.json",
"/*.css",
"/*.js"
]
}
},
{
"name": "assets",
"installMode": "lazy",
"updateMode": "prefetch"... | 35e26d2ad2c056708670a40cbd3d9917b2b84d35 | generators/app/templates/__pwa._ngsw-config.json | generators/app/templates/__pwa._ngsw-config.json | JSON |
<|file_sep|>.eslintrc.js.diff
original:
"plugins": [
"react",
"jsx-a11y",
"import"
],
updated:
<|file_sep|>original/.eslintrc.js
module.exports = {
"extends": "airbnb",
"plugins": [
"react",
"jsx-a11y",
"import"
],
"rules": {
"import/no-unresolved": "off",
"import/no-extrane... | module.exports = {
"extends": "airbnb",
"rules": {
"import/no-unresolved": "off",
"import/no-extraneous-dependencies": "off",
"import/extensions": "off",
"no-console": "off",
},
"env": {
"node": true,
"browser": true,
},
}; | <|file_sep|>.eslintrc.js.diff
original:
"plugins": [
"react",
"jsx-a11y",
"import"
],
updated:
<|file_sep|>original/.eslintrc.js
module.exports = {
"extends": "airbnb",
"plugins": [
"react",
"jsx-a11y",
"import"
],
"rules": {
"import/no-unresolved": "off",
"import/no-extrane... | d05106dd9c64b41eaaf6c89c90750f83555156bf | .eslintrc.js | .eslintrc.js | JavaScript |
<|file_sep|>original/TimeBundle.php
<?php
namespace Bundle\TimeBundle;
use Symfony\Component\HttpKernel\Bundle\Bundle as BaseBundle;
class TimeBundle extends BaseBundle
{
}
<|file_sep|>current/TimeBundle.php
<?php
namespace Bundle\TimeBundle;
use Symfony\Component\HttpKernel\Bundle\Bundle as BaseBundle;
class Tim... | <?php
namespace Bundle\TimeBundle;
use Symfony\Component\HttpKernel\Bundle\Bundle as BaseBundle;
class TimeBundle extends BaseBundle
{
public function getNamespace()
{
return __NAMESPACE__;
}
public function getPath()
{
return __DIR__;
}
} | <|file_sep|>original/TimeBundle.php
<?php
namespace Bundle\TimeBundle;
use Symfony\Component\HttpKernel\Bundle\Bundle as BaseBundle;
class TimeBundle extends BaseBundle
{
}
<|file_sep|>current/TimeBundle.php
<?php
namespace Bundle\TimeBundle;
use Symfony\Component\HttpKernel\Bundle\Bundle as BaseBundle;
class Tim... | 0b4e2d07bc2acc3362e1118682af207ee77342aa | TimeBundle.php | TimeBundle.php | PHP |
<|file_sep|>src/main/java/com/bigcommerce/catalog/models/CustomFieldResponse.java.diff
original:
updated:
private Meta meta = new Meta();
<|file_sep|>original/src/main/java/com/bigcommerce/catalog/models/CustomFieldResponse.java
package com.bigcommerce.catalog.models;
import javax.xml.bind.annotation.XmlRootElement;... | @XmlRootElement
public class CustomFieldResponse {
private CustomField data;
private Meta meta = new Meta();
public CustomField getData() {
return data;
}
public void setData(CustomField data) {
this.data = data;
}
public Meta getMeta() {
return meta;
}
public void setMeta(final Meta meta) {
this.m... | <|file_sep|>src/main/java/com/bigcommerce/catalog/models/CustomFieldResponse.java.diff
original:
updated:
private Meta meta = new Meta();
<|file_sep|>original/src/main/java/com/bigcommerce/catalog/models/CustomFieldResponse.java
package com.bigcommerce.catalog.models;
import javax.xml.bind.annotation.XmlRootElement;... | 919931fdc7a5e6b512c5b9731f779572e540108b | src/main/java/com/bigcommerce/catalog/models/CustomFieldResponse.java | src/main/java/com/bigcommerce/catalog/models/CustomFieldResponse.java | Java |
<|file_sep|>original/src/Carriers/CarrierInterface.php
<?php
namespace Enzyme\Axiom\Carriers;
/**
* Holds a collection of read-only data for instance creation.
*/
interface CarrierInterface
{
/**
* Get the associated value for the given key.
*
* @param string $key
*
* @return mixed
... | */
interface CarrierInterface
{
/**
* Get the associated value for the given key.
*
* @param string $key
*
* @return mixed
*/
public function getValueFor($key);
/**
* Check if there is an associated value for the given key.
*
* @param string $key
*
* ... | <|file_sep|>original/src/Carriers/CarrierInterface.php
<?php
namespace Enzyme\Axiom\Carriers;
/**
* Holds a collection of read-only data for instance creation.
*/
interface CarrierInterface
{
/**
* Get the associated value for the given key.
*
* @param string $key
*
* @return mixed
... | 91b04b7bd8a69999a93daf74cefed33b0d81fc3b | src/Carriers/CarrierInterface.php | src/Carriers/CarrierInterface.php | PHP |
<|file_sep|>src/main/java/com/epam/ta/reportportal/ws/converter/converters/ActivityConverter.java.diff
original:
import java.sql.Date;
import java.time.ZoneId;
updated:
<|file_sep|>src/main/java/com/epam/ta/reportportal/ws/converter/converters/ActivityConverter.java.diff
original:
updated:
import static com.epam.ta.... | import static com.epam.ta.reportportal.commons.EntityUtils.TO_DATE;
public final class ActivityConverter {
private ActivityConverter() {
//static only
}
public static final Function<Activity, ActivityResource> TO_RESOURCE = activity -> {
ActivityResource resource = new ActivityResource();
resource.setActivi... | <|file_sep|>src/main/java/com/epam/ta/reportportal/ws/converter/converters/ActivityConverter.java.diff
original:
import java.sql.Date;
import java.time.ZoneId;
updated:
<|file_sep|>src/main/java/com/epam/ta/reportportal/ws/converter/converters/ActivityConverter.java.diff
original:
updated:
import static com.epam.ta.... | 5baf958171bd3dcc8dd0257d37a7c651e5197e05 | src/main/java/com/epam/ta/reportportal/ws/converter/converters/ActivityConverter.java | src/main/java/com/epam/ta/reportportal/ws/converter/converters/ActivityConverter.java | Java |
<|file_sep|>original/README.md
SyncManager 2-way sync library for Android
===========================================
Simple 2-way sync implementation to plug into your implementation of [AbstractThreadedSyncAdapter.OnPerformSync][android-atsa].
See [Transferring Data Using Sync Adapters][android-sync] for more info ... | ===========================================
Simple 2-way sync implementation to plug into your implementation of [AbstractThreadedSyncAdapter.OnPerformSync][android-atsa].
See [Transferring Data Using Sync Adapters][android-sync] for more info on Android sync framework integration.
There are a handful of tutorials t... | <|file_sep|>original/README.md
SyncManager 2-way sync library for Android
===========================================
Simple 2-way sync implementation to plug into your implementation of [AbstractThreadedSyncAdapter.OnPerformSync][android-atsa].
See [Transferring Data Using Sync Adapters][android-sync] for more info ... | 0bb03ffe088b31458b2bb6dcfb9139efc06a5e5b | README.md | README.md | Markdown |
<|file_sep|>original/package.json
"grunt-coveralls": "0.3.0",
"grunt-karma": "0.8.0",
"karma-chrome-launcher": "0.1.3",
"karma-phantomjs-launcher": "0.1.4",
"karma-firefox-launcher": "0.1.3",
"karma-jasmine": "0.1.5",
"karma-coverage": "0.2.1",
"bower": "1.3.2",
"protractor": "~0.23.... | "grunt-karma": "0.8.0",
"karma-chrome-launcher": "0.1.3",
"karma-phantomjs-launcher": "0.1.4",
"karma-firefox-launcher": "0.1.3",
"karma-jasmine": "0.1.5",
"karma-coverage": "0.2.1",
"bower": "1.3.2",
"protractor": "~0.23.1",
"grunt-protractor-runner": "1.0.0",
"connect-livereloa... | <|file_sep|>original/package.json
"grunt-coveralls": "0.3.0",
"grunt-karma": "0.8.0",
"karma-chrome-launcher": "0.1.3",
"karma-phantomjs-launcher": "0.1.4",
"karma-firefox-launcher": "0.1.3",
"karma-jasmine": "0.1.5",
"karma-coverage": "0.2.1",
"bower": "1.3.2",
"protractor": "~0.23.... | 775f31ff5323af91c1fffd5e45f75d58eb254b93 | package.json | package.json | JSON |
<|file_sep|>original/routes/index.js
var email = require('../email.js');
var router = express.Router();
//'use strict';
//const nodemailer = require('nodemailer');
//router.use(bodyParser.raw({ type: 'text/xml' }));
/* GET home page. */
router.get('/', function(req, res, next) {
res.render('index.hbs', { title: '... | var email = require('../email.js');
var router = express.Router();
//'use strict';
//const nodemailer = require('nodemailer');
//router.use(bodyParser.raw({ type: 'text/xml' }));
/* GET home page. */
router.get('/', function(req, res, next) {
res.render('index.hbs', { title: 'Home' });
});
router.post('/submitema... | <|file_sep|>original/routes/index.js
var email = require('../email.js');
var router = express.Router();
//'use strict';
//const nodemailer = require('nodemailer');
//router.use(bodyParser.raw({ type: 'text/xml' }));
/* GET home page. */
router.get('/', function(req, res, next) {
res.render('index.hbs', { title: '... | 7d0a1031f10c6844861f95d41cdbf45eb9e1629e | routes/index.js | routes/index.js | JavaScript |
<|file_sep|>original/.prettierrc.js
// This file is here, in part, so that users whose code editors are
// set to automatically format files with Prettier have a config to detect.
// Many users only run Prettier when a config is present, so this file makes
// sure one can be detected, even though we aren't doing anythi... | /**
* Provides API functions to create a datastore for notifications.
*
* Site Kit by Google, Copyright 2021 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https:... | <|file_sep|>original/.prettierrc.js
// This file is here, in part, so that users whose code editors are
// set to automatically format files with Prettier have a config to detect.
// Many users only run Prettier when a config is present, so this file makes
// sure one can be detected, even though we aren't doing anythi... | 82fa80d83d69ef63d7f1642234d88c75b8d026c6 | .prettierrc.js | .prettierrc.js | JavaScript |
<|file_sep|>original/validation-test/Sema/type_checker_crashers/rdar28023899.swift
<|file_sep|>current/validation-test/Sema/type_checker_crashers/rdar28023899.swift
<|file_sep|>updated/validation-test/Sema/type_checker_crashers/rdar28023899.swift | // RUN: not --crash %target-swift-frontend %s -parse
// REQUIRES: asserts
class B : Equatable {
static func == (lhs: B, rhs: B) -> Bool { return true }
}
class C : B {
static var v: C { return C() }
}
let c: C! = nil
_ = c == .v | <|file_sep|>original/validation-test/Sema/type_checker_crashers/rdar28023899.swift
<|file_sep|>current/validation-test/Sema/type_checker_crashers/rdar28023899.swift
<|file_sep|>updated/validation-test/Sema/type_checker_crashers/rdar28023899.swift
// RUN: not --crash %target-swift-frontend %s -parse
// REQUIRES: asser... | b7b8245e1f9c75ace4d54e1fe9c4b7f2f329dca6 | validation-test/Sema/type_checker_crashers/rdar28023899.swift | validation-test/Sema/type_checker_crashers/rdar28023899.swift | Swift |
<|file_sep|>src/TundraCore/Scene/AttributeChangeType.h.diff
original:
@brief Dummy class containing enumeration of attribute/component change types for replication.
updated:
@brief Enumeration of attribute/component change types for replication.
<|file_sep|>src/TundraCore/Scene/AttributeChangeType.h.diff
orig... | {
namespace AttributeChange
{
/// Enumeration of attribute/component change types for replication
enum Type
{
/// Use the current sync method specified in the IComponent this attribute is part of
Default = 0,
/// The value will be changed, but no notifications will be sent (even locally). This
/// is us... | <|file_sep|>src/TundraCore/Scene/AttributeChangeType.h.diff
original:
@brief Dummy class containing enumeration of attribute/component change types for replication.
updated:
@brief Enumeration of attribute/component change types for replication.
<|file_sep|>src/TundraCore/Scene/AttributeChangeType.h.diff
orig... | 95309dd6fd16f076d78e184a1b49a26e464ffa8b | src/TundraCore/Scene/AttributeChangeType.h | src/TundraCore/Scene/AttributeChangeType.h | C |
<|file_sep|>original/djoauth2/decorators.py
>>> # scopes.
>>> user = access_token.user
>>> return HttpResponse(json.dumps({
>>> 'super_secret_attribute' : user.super_secret_attribute
>>> })
The first argument to the wrapped endpoint will now be an AccessToken
object. The second ... | >>> # scopes.
>>> user = access_token.user
>>> return HttpResponse(json.dumps({
>>> 'super_secret_attribute' : user.super_secret_attribute
>>> })
The first argument to the wrapped endpoint will now be an AccessToken
object. The second argument will be the original HttpRequest, a... | <|file_sep|>original/djoauth2/decorators.py
>>> # scopes.
>>> user = access_token.user
>>> return HttpResponse(json.dumps({
>>> 'super_secret_attribute' : user.super_secret_attribute
>>> })
The first argument to the wrapped endpoint will now be an AccessToken
object. The second ... | d098ca43600f98f3e6c4c89601099964d27c9b22 | djoauth2/decorators.py | djoauth2/decorators.py | Python |
<|file_sep|>original/.travis.yml
- 2.6
- 2.7
- 3.2
- 3.3
- pypy
before_install:
- sudo apt-get install subversion bzr mercurial
- echo -e "[web]\ncacerts = /etc/ssl/certs/ca-certificates.crt" >> ~/.hgrc
- git config --global user.email "python-virtualenv@googlegroups.com"
- git config --global... | - 2.6
- 2.7
- 3.2
- 3.3
- pypy
before_install:
- sudo apt-get install subversion bzr mercurial
- echo -e "[web]\ncacerts = /etc/ssl/certs/ca-certificates.crt" >> ~/.hgrc
- git config --global user.email "python-virtualenv@googlegroups.com"
- git config --global user.name "Pip"
install: pip ins... | <|file_sep|>original/.travis.yml
- 2.6
- 2.7
- 3.2
- 3.3
- pypy
before_install:
- sudo apt-get install subversion bzr mercurial
- echo -e "[web]\ncacerts = /etc/ssl/certs/ca-certificates.crt" >> ~/.hgrc
- git config --global user.email "python-virtualenv@googlegroups.com"
- git config --global... | 5827fd133cff502e7a793100f30486e59cbadd12 | .travis.yml | .travis.yml | YAML |
<|file_sep|>original/conf/robot.json
{
"bob": {
"style": {
"opts": "--checkstyle"
},
"lintstrict": {
"opts": "--xml-reporter"
},
"lint": {
"opts": "--jslint-reporter"
},
"test": {
"opts": "--xunit"
},
... | {
"bob": {
"style": {
"opts": "--checkstyle"
},
"lintstrict": {
"opts": "--reporter=xml"
},
"lint": {
"opts": "--jslint-reporter"
},
"test": {
"opts": "--xunit"
},
"coverage": {
"opts"... | <|file_sep|>original/conf/robot.json
{
"bob": {
"style": {
"opts": "--checkstyle"
},
"lintstrict": {
"opts": "--xml-reporter"
},
"lint": {
"opts": "--jslint-reporter"
},
"test": {
"opts": "--xunit"
},
... | 7b6f53f50c1e70b3ec6942f616a317f3a9a38e76 | conf/robot.json | conf/robot.json | JSON |
<|file_sep|>src/tasks/nuget-restore.js.diff
original:
updated:
import es from 'event-stream';
<|file_sep|>original/src/tasks/nuget-restore.js
'solution, -s': 'Solution file path',
},
/**
* Task function
* @param {object} config
* @param {Function} end
* @param {Function} error
*/
fn(config, e... | },
/**
* Task function
* @param {object} config
* @param {Function} end
* @param {Function} error
*/
fn(config, end, error) {
if (!config.solution) {
error('A solution file path was not set.');
return;
}
gulp.src(config.solution)
.pipe(nugetRestore())
.pipe(es... | <|file_sep|>src/tasks/nuget-restore.js.diff
original:
updated:
import es from 'event-stream';
<|file_sep|>original/src/tasks/nuget-restore.js
'solution, -s': 'Solution file path',
},
/**
* Task function
* @param {object} config
* @param {Function} end
* @param {Function} error
*/
fn(config, e... | b6c9c36c016d4c9f51f4125830fa4e0c53f0395b | src/tasks/nuget-restore.js | src/tasks/nuget-restore.js | JavaScript |
<|file_sep|>original/.travis.yml
language: python
python:
- "3.5"
- "3.6"
install:
- pip install sympy sphinx
script:
- cd docs && make travis
<|file_sep|>current/.travis.yml
language: python
python:
- "3.5"
- "3.6"
install:
- pip install sympy sphinx
script:
- cd docs && make tr... |
language: python
python:
#- "3.5" # with this version we have some broken doctests
- "3.6"
install:
- pip install sympy sphinx
script:
- cd docs && make travis | <|file_sep|>original/.travis.yml
language: python
python:
- "3.5"
- "3.6"
install:
- pip install sympy sphinx
script:
- cd docs && make travis
<|file_sep|>current/.travis.yml
language: python
python:
- "3.5"
- "3.6"
install:
- pip install sympy sphinx
script:
- cd docs && make tr... | d5be8bc034ba0fab519cac6b448c1a39f5ba6038 | .travis.yml | .travis.yml | YAML |
<|file_sep|>original/directives/home/categories-grid.html
<div class="categories-container categories-grid-container row">
<div class="category-box" ng-repeat="category in categories">
<a ng-href="datasets?categories.name={{ category.name | slug }}" class="categories-item categories-grid-item">
... | <div class="categories-container categories-grid-container row">
<div class="category-box" ng-repeat="category in categories">
<a ng-href="datasets?categories.name={{ category.name | slug }}" class="categories-item categories-grid-item">
<div ng-if="category.id" class="category-image" svg-img="u... | <|file_sep|>original/directives/home/categories-grid.html
<div class="categories-container categories-grid-container row">
<div class="category-box" ng-repeat="category in categories">
<a ng-href="datasets?categories.name={{ category.name | slug }}" class="categories-item categories-grid-item">
... | 4c7d170dfc0d642274c870db3d3b1599bb7f8cda | directives/home/categories-grid.html | directives/home/categories-grid.html | HTML |
<|file_sep|>original/.travis-install.sh
wget https://downloads.sourceforge.net/project/zero-install/0install/2.10/0install-linux-x86_64-2.10.tar.bz2
tar xjf 0install-linux-x86_64-2.10.tar.bz2
cd 0install-linux-x86_64-2.10
./install.sh home
export PATH=$HOME/bin:$PATH
0install add 0test http://0install.net/2008/interfac... | wget https://downloads.sourceforge.net/project/zero-install/0install/2.10/0install-linux-x86_64-2.10.tar.bz2
tar xjf 0install-linux-x86_64-2.10.tar.bz2
cd 0install-linux-x86_64-2.10
./install.sh home
export PATH=$HOME/bin:$PATH
0install add 0test http://0install.net/2008/interfaces/0test.xml
cat > ~/.config/0install.ne... | <|file_sep|>original/.travis-install.sh
wget https://downloads.sourceforge.net/project/zero-install/0install/2.10/0install-linux-x86_64-2.10.tar.bz2
tar xjf 0install-linux-x86_64-2.10.tar.bz2
cd 0install-linux-x86_64-2.10
./install.sh home
export PATH=$HOME/bin:$PATH
0install add 0test http://0install.net/2008/interfac... | 0197c76bcf317d81966102a30e9fc7d543c54299 | .travis-install.sh | .travis-install.sh | Shell |
<|file_sep|>include/llvm/Bytecode/Format.h.diff
original:
BasicBlock = 0x31, // May contain many basic blocks
updated:
BasicBlock = 0x31,// May contain many basic blocks (obsolete since LLVM 1.1)
<|file_sep|>include/llvm/Bytecode/Format.h.diff
original:
// superceeds the old BasicBlock node.
updated:... | GlobalTypePlane,
// Function subtypes:
// Can also have ConstantPool block
// Can also have SymbolTable block
BasicBlock = 0x31,// May contain many basic blocks (obsolete since LLVM 1.1)
// InstructionList - The instructions in the body of a function. This
// superceeds the old BasicBlock... | <|file_sep|>include/llvm/Bytecode/Format.h.diff
original:
BasicBlock = 0x31, // May contain many basic blocks
updated:
BasicBlock = 0x31,// May contain many basic blocks (obsolete since LLVM 1.1)
<|file_sep|>include/llvm/Bytecode/Format.h.diff
original:
// superceeds the old BasicBlock node.
updated:... | 8d763d25ecf02f2704f6192a8f96bfe35aad6d98 | include/llvm/Bytecode/Format.h | include/llvm/Bytecode/Format.h | C |
<|file_sep|>original/CHANGES.txt
v<0.5.0>, <2013-05-8> -- Initial alpha release.
<|file_sep|>current/CHANGES.txt
v<0.5.0>, <2013-05-8> -- Initial alpha release.
<|file_sep|>updated/CHANGES.txt | v<0.1.0>, <2013-05-13> -- Initial alpha release. | <|file_sep|>original/CHANGES.txt
v<0.5.0>, <2013-05-8> -- Initial alpha release.
<|file_sep|>current/CHANGES.txt
v<0.5.0>, <2013-05-8> -- Initial alpha release.
<|file_sep|>updated/CHANGES.txt
v<0.1.0>, <2013-05-13> -- Initial alpha release. | e62dd7449651cd33f001884a60d9b5e8cbb6df59 | CHANGES.txt | CHANGES.txt | Text |
<|file_sep|>original/requirements/doc.txt
sphinx==1.7.6
sphinx-rtd-theme==0.4.0
sphinx-argparse==0.2.2
<|file_sep|>current/requirements/doc.txt
sphinx==1.7.6
sphinx-rtd-theme==0.4.0
sphinx-argparse==0.2.2
<|file_sep|>updated/requirements/doc.txt | sphinx==1.7.6
sphinx-rtd-theme==0.4.1
sphinx-argparse==0.2.2 | <|file_sep|>original/requirements/doc.txt
sphinx==1.7.6
sphinx-rtd-theme==0.4.0
sphinx-argparse==0.2.2
<|file_sep|>current/requirements/doc.txt
sphinx==1.7.6
sphinx-rtd-theme==0.4.0
sphinx-argparse==0.2.2
<|file_sep|>updated/requirements/doc.txt
sphinx==1.7.6
sphinx-rtd-theme==0.4.1
sphinx-argparse==0.2.2 | 4d525d6bccc5f9643fbe2ca15f7ac85ca7a4c910 | requirements/doc.txt | requirements/doc.txt | Text |
<|file_sep|>original/ember-handlebars-template.gemspec
spec.version = Ember::Handlebars::VERSION
spec.authors = ['Ryunosuke SATO']
spec.email = ['tricknotes.rs@gmail.com']
spec.summary = %q{TODO: Write a short summary, because Rubygems requires one.}
spec.description = %q{TODO: Wr... | spec.version = Ember::Handlebars::VERSION
spec.authors = ['Ryunosuke SATO']
spec.email = ['tricknotes.rs@gmail.com']
spec.summary = %q{TODO: Write a short summary, because Rubygems requires one.}
spec.description = %q{TODO: Write a longer description or delete this line.}
spec.h... | <|file_sep|>original/ember-handlebars-template.gemspec
spec.version = Ember::Handlebars::VERSION
spec.authors = ['Ryunosuke SATO']
spec.email = ['tricknotes.rs@gmail.com']
spec.summary = %q{TODO: Write a short summary, because Rubygems requires one.}
spec.description = %q{TODO: Wr... | a9929589e864a7e86f5317731b35f4e8d587909a | ember-handlebars-template.gemspec | ember-handlebars-template.gemspec | Ruby |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.