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|>source/index.html.md.diff
original:
apps, video games, the occasional beat, very poorly drawn art, animation.
updated:
apps, video games, the occasional beat, animation.
<|file_sep|>original/source/index.html.md
---
title: Home
id: home
layout: index.slim
---
<img src="/img/gravatar.jpg" width="200" height="200">
Hey, I'm Dorian. I make things with computers. Some examples: web sites and
apps, video games, the occasional beat, very poorly drawn art, animation.
Formally, I have a background in Theatre. I studied a bit of computer
science during my stay at the University of Georgia. I'm comfortable
with front-end web tech (HTML, CSS, JavaScript) and some back-end stuff
too (PHP, Node.js).
Feel free to contact me via any of the means below.
<|file_sep|>current/source/index.html.md
---
title: Home
id: home
layout: index.slim
---
<img src="/img/gravatar.jpg" width="200" height="200">
Hey, I'm Dorian. I make things with computers. Some examples: web sites and
apps, video games, the occasional beat, animation.
Formally, I have a background in Theatre. I studied a bit of computer
science during my stay at the University of Georgia. I'm comfortable
with front-end web tech (HTML, CSS, JavaScript) and some back-end stuff
too (PHP, Node.js).
Feel free to contact me via any of the means below.
<|file_sep|>updated/source/index.html.md | ---
title: Home
id: home
layout: index.slim
---
<img src="/img/gravatar.jpg" width="200" height="200">
Hey, I'm Dorian. I make things with computers. Some examples: web sites and
apps, video games, the occasional beat, animation.
Formally, I have a background in Theatre. I studied a bit of computer
science during my stay at the University of Georgia. I'm comfortable
with front-end web tech (HTML, CSS, JavaScript) and some back-end stuff
too (PHP, Ruby, Node.js).
Feel free to contact me via any of the means below. | <|file_sep|>source/index.html.md.diff
original:
apps, video games, the occasional beat, very poorly drawn art, animation.
updated:
apps, video games, the occasional beat, animation.
<|file_sep|>original/source/index.html.md
---
title: Home
id: home
layout: index.slim
---
<img src="/img/gravatar.jpg" width="200" height="200">
Hey, I'm Dorian. I make things with computers. Some examples: web sites and
apps, video games, the occasional beat, very poorly drawn art, animation.
Formally, I have a background in Theatre. I studied a bit of computer
science during my stay at the University of Georgia. I'm comfortable
with front-end web tech (HTML, CSS, JavaScript) and some back-end stuff
too (PHP, Node.js).
Feel free to contact me via any of the means below.
<|file_sep|>current/source/index.html.md
---
title: Home
id: home
layout: index.slim
---
<img src="/img/gravatar.jpg" width="200" height="200">
Hey, I'm Dorian. I make things with computers. Some examples: web sites and
apps, video games, the occasional beat, animation.
Formally, I have a background in Theatre. I studied a bit of computer
science during my stay at the University of Georgia. I'm comfortable
with front-end web tech (HTML, CSS, JavaScript) and some back-end stuff
too (PHP, Node.js).
Feel free to contact me via any of the means below.
<|file_sep|>updated/source/index.html.md
---
title: Home
id: home
layout: index.slim
---
<img src="/img/gravatar.jpg" width="200" height="200">
Hey, I'm Dorian. I make things with computers. Some examples: web sites and
apps, video games, the occasional beat, animation.
Formally, I have a background in Theatre. I studied a bit of computer
science during my stay at the University of Georgia. I'm comfortable
with front-end web tech (HTML, CSS, JavaScript) and some back-end stuff
too (PHP, Ruby, Node.js).
Feel free to contact me via any of the means below. | b5b1187ef7b771635c6ca7199585a012612afa53 | source/index.html.md | source/index.html.md | Markdown |
<|file_sep|>original/.travis.yml
sudo: false
language: node_js
node_js:
- "0.11"
- "0.10"
<|file_sep|>current/.travis.yml
sudo: false
language: node_js
node_js:
- "0.11"
- "0.10"
<|file_sep|>updated/.travis.yml | sudo: false
language: node_js
node_js:
- "iojs"
- "0.12"
- "0.10" | <|file_sep|>original/.travis.yml
sudo: false
language: node_js
node_js:
- "0.11"
- "0.10"
<|file_sep|>current/.travis.yml
sudo: false
language: node_js
node_js:
- "0.11"
- "0.10"
<|file_sep|>updated/.travis.yml
sudo: false
language: node_js
node_js:
- "iojs"
- "0.12"
- "0.10" | d34f209388fc49cddcda02bbb75b9c9f5f8dbcd3 | .travis.yml | .travis.yml | YAML |
<|file_sep|>original/.travis.yml
language: rust
rust:
- stable
- bet
- nightly
matrix:
allow_failures:
- rust: nightly
<|file_sep|>current/.travis.yml
language: rust
rust:
- stable
- bet
- nightly
matrix:
allow_failures:
- rust: nightly
<|file_sep|>updated/.travis.yml | language: rust
rust:
- stable
- beta
- nightly
matrix:
allow_failures:
- rust: nightly | <|file_sep|>original/.travis.yml
language: rust
rust:
- stable
- bet
- nightly
matrix:
allow_failures:
- rust: nightly
<|file_sep|>current/.travis.yml
language: rust
rust:
- stable
- bet
- nightly
matrix:
allow_failures:
- rust: nightly
<|file_sep|>updated/.travis.yml
language: rust
rust:
- stable
- beta
- nightly
matrix:
allow_failures:
- rust: nightly | a56722114be5d4e0f4789cdf0d9e28be91d927fc | .travis.yml | .travis.yml | YAML |
<|file_sep|>original/pubspec.yaml
name: gcloud
version: 0.6.0+1
author: Dart Team <misc@dartlang.org>
description: Dart gcloud APIs
homepage: https://github.com/dart-lang/gcloud
environment:
sdk: '>=2.0.0-dev.54.0 <3.0.0'
dependencies:
_discoveryapis_commons: ^0.1.6+1
googleapis: '>=0.50.2 <1.0.0'
googleapis_beta: '>=0.45.2 <1.0.0'
http: '>=0.11.0 <0.12.0'
dev_dependencies:
googleapis_auth: '>=0.2.3 <0.3.0'
http_parser: '>=2.0.0 <4.0.0'
mime: '>=0.9.0+3 <0.10.0'
test: '>=0.12.0 <0.13.0'
transformers:
- $dart2js:
$include: []
<|file_sep|>current/pubspec.yaml
name: gcloud
version: 0.6.0+1
author: Dart Team <misc@dartlang.org>
description: Dart gcloud APIs
homepage: https://github.com/dart-lang/gcloud
environment:
sdk: '>=2.0.0-dev.54.0 <3.0.0'
dependencies:
_discoveryapis_commons: ^0.1.6+1
googleapis: '>=0.50.2 <1.0.0'
googleapis_beta: '>=0.45.2 <1.0.0'
http: '>=0.11.0 <0.12.0'
dev_dependencies:
googleapis_auth: '>=0.2.3 <0.3.0'
http_parser: '>=2.0.0 <4.0.0'
mime: '>=0.9.0+3 <0.10.0'
test: '>=0.12.0 <0.13.0'
transformers:
- $dart2js:
$include: []
<|file_sep|>updated/pubspec.yaml | name: gcloud
version: 0.6.0+1
author: Dart Team <misc@dartlang.org>
description: Dart gcloud APIs
homepage: https://github.com/dart-lang/gcloud
environment:
sdk: '>=2.0.0-dev.54.0 <3.0.0'
dependencies:
_discoveryapis_commons: ^0.1.6+1
googleapis: '>=0.50.2 <1.0.0'
googleapis_beta: '>=0.45.2 <1.0.0'
http: '>=0.11.0 <0.12.0'
dev_dependencies:
googleapis_auth: '>=0.2.3 <0.3.0'
http_parser: '>=2.0.0 <4.0.0'
mime: '>=0.9.0+3 <0.10.0'
test: ^1.5.1
transformers:
- $dart2js:
$include: [] | <|file_sep|>original/pubspec.yaml
name: gcloud
version: 0.6.0+1
author: Dart Team <misc@dartlang.org>
description: Dart gcloud APIs
homepage: https://github.com/dart-lang/gcloud
environment:
sdk: '>=2.0.0-dev.54.0 <3.0.0'
dependencies:
_discoveryapis_commons: ^0.1.6+1
googleapis: '>=0.50.2 <1.0.0'
googleapis_beta: '>=0.45.2 <1.0.0'
http: '>=0.11.0 <0.12.0'
dev_dependencies:
googleapis_auth: '>=0.2.3 <0.3.0'
http_parser: '>=2.0.0 <4.0.0'
mime: '>=0.9.0+3 <0.10.0'
test: '>=0.12.0 <0.13.0'
transformers:
- $dart2js:
$include: []
<|file_sep|>current/pubspec.yaml
name: gcloud
version: 0.6.0+1
author: Dart Team <misc@dartlang.org>
description: Dart gcloud APIs
homepage: https://github.com/dart-lang/gcloud
environment:
sdk: '>=2.0.0-dev.54.0 <3.0.0'
dependencies:
_discoveryapis_commons: ^0.1.6+1
googleapis: '>=0.50.2 <1.0.0'
googleapis_beta: '>=0.45.2 <1.0.0'
http: '>=0.11.0 <0.12.0'
dev_dependencies:
googleapis_auth: '>=0.2.3 <0.3.0'
http_parser: '>=2.0.0 <4.0.0'
mime: '>=0.9.0+3 <0.10.0'
test: '>=0.12.0 <0.13.0'
transformers:
- $dart2js:
$include: []
<|file_sep|>updated/pubspec.yaml
name: gcloud
version: 0.6.0+1
author: Dart Team <misc@dartlang.org>
description: Dart gcloud APIs
homepage: https://github.com/dart-lang/gcloud
environment:
sdk: '>=2.0.0-dev.54.0 <3.0.0'
dependencies:
_discoveryapis_commons: ^0.1.6+1
googleapis: '>=0.50.2 <1.0.0'
googleapis_beta: '>=0.45.2 <1.0.0'
http: '>=0.11.0 <0.12.0'
dev_dependencies:
googleapis_auth: '>=0.2.3 <0.3.0'
http_parser: '>=2.0.0 <4.0.0'
mime: '>=0.9.0+3 <0.10.0'
test: ^1.5.1
transformers:
- $dart2js:
$include: [] | 6d336f8e8dd2aaa13592e64f337fd935a971ba2c | pubspec.yaml | pubspec.yaml | YAML |
<|file_sep|>app/templates/components/ilios-navigation.hbs.diff
original:
<a href='#' {{action 'toggleMenuVisibility'}} class="sliding-menu-button {{if isMenuVisible is-menu-visible}}">
updated:
<a href='#' {{action 'toggleMenuVisibility'}} class="sliding-menu-button {{if isMenuVisible 'is-menu-visible'}}">
<|file_sep|>app/templates/components/ilios-navigation.hbs.diff
original:
<nav {{action 'toggleMenuVisibility'}} class="sliding-menu-content {{if isMenuVisible is-menu-visible}}">
updated:
<nav {{action 'toggleMenuVisibility'}} class="sliding-menu-content {{if isMenuVisible 'is-menu-visible'}}">
<|file_sep|>original/app/templates/components/ilios-navigation.hbs
<div class="sliding-navigation">
<a href='#' {{action 'toggleMenuVisibility'}} class="sliding-menu-button {{if isMenuVisible is-menu-visible}}">
{{fa-icon 'bars'}} {{t 'navigation.menu'}}
</a>
<nav {{action 'toggleMenuVisibility'}} class="sliding-menu-content {{if isMenuVisible is-menu-visible}}">
<ul>
{{#each menuItems as |item|}}
<li>{{#link-to item.route}}{{fa-icon item.icon}} {{item.name}}{{/link-to}}</li>
{{/each}}
</ul>
</nav>
<div {{action 'toggleMenuVisibility'}} class="menu-screen {{if isMenuVisible is-menu-visible}}"></div>
</div>
<|file_sep|>current/app/templates/components/ilios-navigation.hbs
<div class="sliding-navigation">
<a href='#' {{action 'toggleMenuVisibility'}} class="sliding-menu-button {{if isMenuVisible 'is-menu-visible'}}">
{{fa-icon 'bars'}} {{t 'navigation.menu'}}
</a>
<nav {{action 'toggleMenuVisibility'}} class="sliding-menu-content {{if isMenuVisible 'is-menu-visible'}}">
<ul>
{{#each menuItems as |item|}}
<li>{{#link-to item.route}}{{fa-icon item.icon}} {{item.name}}{{/link-to}}</li>
{{/each}}
</ul>
</nav>
<div {{action 'toggleMenuVisibility'}} class="menu-screen {{if isMenuVisible is-menu-visible}}"></div>
</div>
<|file_sep|>updated/app/templates/components/ilios-navigation.hbs | <div class="sliding-navigation">
<a href='#' {{action 'toggleMenuVisibility'}} class="sliding-menu-button {{if isMenuVisible 'is-menu-visible'}}">
{{fa-icon 'bars'}} {{t 'navigation.menu'}}
</a>
<nav {{action 'toggleMenuVisibility'}} class="sliding-menu-content {{if isMenuVisible 'is-menu-visible'}}">
<ul>
{{#each menuItems as |item|}}
<li>{{#link-to item.route}}{{fa-icon item.icon}} {{item.name}}{{/link-to}}</li>
{{/each}}
</ul>
</nav>
<div {{action 'toggleMenuVisibility'}} class="menu-screen {{if isMenuVisible 'is-menu-visible'}}"></div>
</div> | <|file_sep|>app/templates/components/ilios-navigation.hbs.diff
original:
<a href='#' {{action 'toggleMenuVisibility'}} class="sliding-menu-button {{if isMenuVisible is-menu-visible}}">
updated:
<a href='#' {{action 'toggleMenuVisibility'}} class="sliding-menu-button {{if isMenuVisible 'is-menu-visible'}}">
<|file_sep|>app/templates/components/ilios-navigation.hbs.diff
original:
<nav {{action 'toggleMenuVisibility'}} class="sliding-menu-content {{if isMenuVisible is-menu-visible}}">
updated:
<nav {{action 'toggleMenuVisibility'}} class="sliding-menu-content {{if isMenuVisible 'is-menu-visible'}}">
<|file_sep|>original/app/templates/components/ilios-navigation.hbs
<div class="sliding-navigation">
<a href='#' {{action 'toggleMenuVisibility'}} class="sliding-menu-button {{if isMenuVisible is-menu-visible}}">
{{fa-icon 'bars'}} {{t 'navigation.menu'}}
</a>
<nav {{action 'toggleMenuVisibility'}} class="sliding-menu-content {{if isMenuVisible is-menu-visible}}">
<ul>
{{#each menuItems as |item|}}
<li>{{#link-to item.route}}{{fa-icon item.icon}} {{item.name}}{{/link-to}}</li>
{{/each}}
</ul>
</nav>
<div {{action 'toggleMenuVisibility'}} class="menu-screen {{if isMenuVisible is-menu-visible}}"></div>
</div>
<|file_sep|>current/app/templates/components/ilios-navigation.hbs
<div class="sliding-navigation">
<a href='#' {{action 'toggleMenuVisibility'}} class="sliding-menu-button {{if isMenuVisible 'is-menu-visible'}}">
{{fa-icon 'bars'}} {{t 'navigation.menu'}}
</a>
<nav {{action 'toggleMenuVisibility'}} class="sliding-menu-content {{if isMenuVisible 'is-menu-visible'}}">
<ul>
{{#each menuItems as |item|}}
<li>{{#link-to item.route}}{{fa-icon item.icon}} {{item.name}}{{/link-to}}</li>
{{/each}}
</ul>
</nav>
<div {{action 'toggleMenuVisibility'}} class="menu-screen {{if isMenuVisible is-menu-visible}}"></div>
</div>
<|file_sep|>updated/app/templates/components/ilios-navigation.hbs
<div class="sliding-navigation">
<a href='#' {{action 'toggleMenuVisibility'}} class="sliding-menu-button {{if isMenuVisible 'is-menu-visible'}}">
{{fa-icon 'bars'}} {{t 'navigation.menu'}}
</a>
<nav {{action 'toggleMenuVisibility'}} class="sliding-menu-content {{if isMenuVisible 'is-menu-visible'}}">
<ul>
{{#each menuItems as |item|}}
<li>{{#link-to item.route}}{{fa-icon item.icon}} {{item.name}}{{/link-to}}</li>
{{/each}}
</ul>
</nav>
<div {{action 'toggleMenuVisibility'}} class="menu-screen {{if isMenuVisible 'is-menu-visible'}}"></div>
</div> | c8416f2ae11fe677961421c7fe16874e759b1fc5 | app/templates/components/ilios-navigation.hbs | app/templates/components/ilios-navigation.hbs | Handlebars |
<|file_sep|>src/main/java/io/teiler/api/endpoint/GroupEndpoint.java.diff
original:
updated:
<|file_sep|>src/main/java/io/teiler/api/endpoint/GroupEndpoint.java.diff
original:
GroupService groupService;
updated:
private GroupService groupService;
<|file_sep|>src/main/java/io/teiler/api/endpoint/GroupEndpoint.java.diff
original:
post("/v1/group", (req, res) -> {
return groupService.handlePost(req);
});
updated:
post("/v1/group", (req, res) -> groupService.handlePost(req));
<|file_sep|>original/src/main/java/io/teiler/api/endpoint/GroupEndpoint.java
@Controller
public class GroupEndpoint implements Endpoint {
private static final Logger LOGGER = LoggerFactory.getLogger(GroupEndpoint.class);
@Autowired
GroupService groupService;
@Override
public void register() {
before((req, res) -> LOGGER.debug("API call to '" + req.pathInfo() + "'"));
post("/v1/group", (req, res) -> {
return groupService.handlePost(req);
});
get("/v1/group", (req, res) -> {
return groupService.handleGet(req);
});
<|file_sep|>current/src/main/java/io/teiler/api/endpoint/GroupEndpoint.java
@Controller
public class GroupEndpoint implements Endpoint {
private static final Logger LOGGER = LoggerFactory.getLogger(GroupEndpoint.class);
@Autowired
private GroupService groupService;
@Override
public void register() {
before((req, res) -> LOGGER.debug("API call to '" + req.pathInfo() + "'"));
post("/v1/group", (req, res) -> groupService.handlePost(req));
get("/v1/group", (req, res) -> {
return groupService.handleGet(req);
});
}
}
<|file_sep|>updated/src/main/java/io/teiler/api/endpoint/GroupEndpoint.java | import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
@Controller
public class GroupEndpoint implements Endpoint {
private static final Logger LOGGER = LoggerFactory.getLogger(GroupEndpoint.class);
@Autowired
private GroupService groupService;
@Override
public void register() {
before((req, res) -> LOGGER.debug("API call to '" + req.pathInfo() + "'"));
post("/v1/group", (req, res) -> groupService.handlePost(req));
get("/v1/group", (req, res) -> groupService.handleGet(req));
}
} | <|file_sep|>src/main/java/io/teiler/api/endpoint/GroupEndpoint.java.diff
original:
updated:
<|file_sep|>src/main/java/io/teiler/api/endpoint/GroupEndpoint.java.diff
original:
GroupService groupService;
updated:
private GroupService groupService;
<|file_sep|>src/main/java/io/teiler/api/endpoint/GroupEndpoint.java.diff
original:
post("/v1/group", (req, res) -> {
return groupService.handlePost(req);
});
updated:
post("/v1/group", (req, res) -> groupService.handlePost(req));
<|file_sep|>original/src/main/java/io/teiler/api/endpoint/GroupEndpoint.java
@Controller
public class GroupEndpoint implements Endpoint {
private static final Logger LOGGER = LoggerFactory.getLogger(GroupEndpoint.class);
@Autowired
GroupService groupService;
@Override
public void register() {
before((req, res) -> LOGGER.debug("API call to '" + req.pathInfo() + "'"));
post("/v1/group", (req, res) -> {
return groupService.handlePost(req);
});
get("/v1/group", (req, res) -> {
return groupService.handleGet(req);
});
<|file_sep|>current/src/main/java/io/teiler/api/endpoint/GroupEndpoint.java
@Controller
public class GroupEndpoint implements Endpoint {
private static final Logger LOGGER = LoggerFactory.getLogger(GroupEndpoint.class);
@Autowired
private GroupService groupService;
@Override
public void register() {
before((req, res) -> LOGGER.debug("API call to '" + req.pathInfo() + "'"));
post("/v1/group", (req, res) -> groupService.handlePost(req));
get("/v1/group", (req, res) -> {
return groupService.handleGet(req);
});
}
}
<|file_sep|>updated/src/main/java/io/teiler/api/endpoint/GroupEndpoint.java
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
@Controller
public class GroupEndpoint implements Endpoint {
private static final Logger LOGGER = LoggerFactory.getLogger(GroupEndpoint.class);
@Autowired
private GroupService groupService;
@Override
public void register() {
before((req, res) -> LOGGER.debug("API call to '" + req.pathInfo() + "'"));
post("/v1/group", (req, res) -> groupService.handlePost(req));
get("/v1/group", (req, res) -> groupService.handleGet(req));
}
} | 22185526bfa7ab059a3a63ff36cb144c66fe5f77 | src/main/java/io/teiler/api/endpoint/GroupEndpoint.java | src/main/java/io/teiler/api/endpoint/GroupEndpoint.java | Java |
<|file_sep|>original/package.json
"name": "jsbin",
"description": "Collaborative JavaScript Debugging App",
"version": "3.0.0dev",
"homepage": "http://jsbin.com",
"repository": {
"type": "git",
"url": "git://github.com/remy/jsbin.git"
},
"engines": {
"node": "~0.6.11"
},
"dependencies": {
"express": "3.0.0alpha1",
"asyncjs", "0.0.7",
"hogan.js", "2.0.0",
"mysql", "0.9.5"
},
"devDependencies": {},
"optionalDependencies": {},
"private": true
}
<|file_sep|>current/package.json
"name": "jsbin",
"description": "Collaborative JavaScript Debugging App",
"version": "3.0.0dev",
"homepage": "http://jsbin.com",
"repository": {
"type": "git",
"url": "git://github.com/remy/jsbin.git"
},
"engines": {
"node": "~0.6.11"
},
"dependencies": {
"express": "3.0.0alpha1",
"asyncjs", "0.0.7",
"hogan.js", "2.0.0",
"mysql", "0.9.5"
},
"devDependencies": {},
"optionalDependencies": {},
"private": true
}
<|file_sep|>updated/package.json | "name": "jsbin",
"description": "Collaborative JavaScript Debugging App",
"version": "3.0.0dev",
"homepage": "http://jsbin.com",
"repository": {
"type": "git",
"url": "git://github.com/remy/jsbin.git"
},
"engines": {
"node": "~0.6.11"
},
"dependencies": {
"express": "3.0.0alpha1",
"asyncjs": "0.0.7",
"hogan.js": "2.0.0",
"mysql": "0.9.5"
},
"devDependencies": {},
"optionalDependencies": {},
"private": true
} | <|file_sep|>original/package.json
"name": "jsbin",
"description": "Collaborative JavaScript Debugging App",
"version": "3.0.0dev",
"homepage": "http://jsbin.com",
"repository": {
"type": "git",
"url": "git://github.com/remy/jsbin.git"
},
"engines": {
"node": "~0.6.11"
},
"dependencies": {
"express": "3.0.0alpha1",
"asyncjs", "0.0.7",
"hogan.js", "2.0.0",
"mysql", "0.9.5"
},
"devDependencies": {},
"optionalDependencies": {},
"private": true
}
<|file_sep|>current/package.json
"name": "jsbin",
"description": "Collaborative JavaScript Debugging App",
"version": "3.0.0dev",
"homepage": "http://jsbin.com",
"repository": {
"type": "git",
"url": "git://github.com/remy/jsbin.git"
},
"engines": {
"node": "~0.6.11"
},
"dependencies": {
"express": "3.0.0alpha1",
"asyncjs", "0.0.7",
"hogan.js", "2.0.0",
"mysql", "0.9.5"
},
"devDependencies": {},
"optionalDependencies": {},
"private": true
}
<|file_sep|>updated/package.json
"name": "jsbin",
"description": "Collaborative JavaScript Debugging App",
"version": "3.0.0dev",
"homepage": "http://jsbin.com",
"repository": {
"type": "git",
"url": "git://github.com/remy/jsbin.git"
},
"engines": {
"node": "~0.6.11"
},
"dependencies": {
"express": "3.0.0alpha1",
"asyncjs": "0.0.7",
"hogan.js": "2.0.0",
"mysql": "0.9.5"
},
"devDependencies": {},
"optionalDependencies": {},
"private": true
} | 0521c73fe649a77ce275bd476728404e3bf6d779 | package.json | package.json | JSON |
<|file_sep|>main.jsx.diff
original:
let url = 'https://api.github.com/repos/' + repo + '/branches';
updated:
let url = `https://api.github.com/repos/${repo}/branches`;
<|file_sep|>main.jsx.diff
original:
alert('Load error, while trying to retrieve data from ' + url +
' Server respond: ' + request.responseText);
updated:
alert(`Load error, while trying to retrieve data from $url - respond status: `, request.status);
<|file_sep|>original/main.jsx
let branchNames = data.map(function (item) {
return item.name;
});
console.log(branchNames);
renderOrUpdateBranches(branchNames);
} else {
alert('Load error, while trying to retrieve data from ' + url +
' Server respond: ' + request.responseText);
}
};
request.onerror = function () {
console.error(request);
alert('Load error, while trying to retrieve data from ' + url);
};
return request;
};
renderOrUpdateBranches([]);
<|file_sep|>current/main.jsx
let branchNames = data.map(function (item) {
return item.name;
});
console.log(branchNames);
renderOrUpdateBranches(branchNames);
} else {
alert(`Load error, while trying to retrieve data from $url - respond status: `, request.status);
}
};
request.onerror = function () {
console.error(request);
alert('Load error, while trying to retrieve data from ' + url);
};
return request;
};
renderOrUpdateBranches([]);
requestAndShowBranches().send();
<|file_sep|>updated/main.jsx | let branchNames = data.map(function (item) {
return item.name;
});
console.log(branchNames);
renderOrUpdateBranches(branchNames);
} else {
alert(`Load error, while trying to retrieve data from $url - respond status: `, request.status);
}
};
request.onerror = () => {
console.error('Error occured', request);
alert(`Load error, while trying to retrieve data from $url`);
};
return request;
};
renderOrUpdateBranches([]);
requestAndShowBranches().send(); | <|file_sep|>main.jsx.diff
original:
let url = 'https://api.github.com/repos/' + repo + '/branches';
updated:
let url = `https://api.github.com/repos/${repo}/branches`;
<|file_sep|>main.jsx.diff
original:
alert('Load error, while trying to retrieve data from ' + url +
' Server respond: ' + request.responseText);
updated:
alert(`Load error, while trying to retrieve data from $url - respond status: `, request.status);
<|file_sep|>original/main.jsx
let branchNames = data.map(function (item) {
return item.name;
});
console.log(branchNames);
renderOrUpdateBranches(branchNames);
} else {
alert('Load error, while trying to retrieve data from ' + url +
' Server respond: ' + request.responseText);
}
};
request.onerror = function () {
console.error(request);
alert('Load error, while trying to retrieve data from ' + url);
};
return request;
};
renderOrUpdateBranches([]);
<|file_sep|>current/main.jsx
let branchNames = data.map(function (item) {
return item.name;
});
console.log(branchNames);
renderOrUpdateBranches(branchNames);
} else {
alert(`Load error, while trying to retrieve data from $url - respond status: `, request.status);
}
};
request.onerror = function () {
console.error(request);
alert('Load error, while trying to retrieve data from ' + url);
};
return request;
};
renderOrUpdateBranches([]);
requestAndShowBranches().send();
<|file_sep|>updated/main.jsx
let branchNames = data.map(function (item) {
return item.name;
});
console.log(branchNames);
renderOrUpdateBranches(branchNames);
} else {
alert(`Load error, while trying to retrieve data from $url - respond status: `, request.status);
}
};
request.onerror = () => {
console.error('Error occured', request);
alert(`Load error, while trying to retrieve data from $url`);
};
return request;
};
renderOrUpdateBranches([]);
requestAndShowBranches().send(); | a57255d88ea15f60a450f21cd021bd1d0040e541 | main.jsx | main.jsx | JSX |
<|file_sep|>original/flask_truss/blueprints/_blueprint/__init__.py
from flask import Blueprint, render_template, current_app, request
from flask_truss.async._task import _task
from flask_truss.libs.logger import log_flask_request
_blueprint = Blueprint('_blueprint', __name__, template_folder='templates')
@_blueprint.route('/')
def render_blueprint():
log_flask_request(current_app, request)
# Call _task.delay() or _task.apply_async(...) if you've set up a broker.
_task()
return render_template('_blueprint.j2', content=None)
<|file_sep|>current/flask_truss/blueprints/_blueprint/__init__.py
from flask import Blueprint, render_template, current_app, request
from flask_truss.async._task import _task
from flask_truss.libs.logger import log_flask_request
_blueprint = Blueprint('_blueprint', __name__, template_folder='templates')
@_blueprint.route('/')
def render_blueprint():
log_flask_request(current_app, request)
# Call _task.delay() or _task.apply_async(...) if you've set up a broker.
_task()
return render_template('_blueprint.j2', content=None)
<|file_sep|>updated/flask_truss/blueprints/_blueprint/__init__.py | from flask import Blueprint, render_template, current_app, request
from flask_truss.async._task import _task
from flask_truss.lib.logger import log_flask_request
_blueprint = Blueprint('_blueprint', __name__, template_folder='templates')
@_blueprint.route('/')
def render_blueprint():
log_flask_request(current_app, request)
# Call _task.delay() or _task.apply_async(...) if you've set up a broker.
_task()
return render_template('_blueprint.j2', content=None) | <|file_sep|>original/flask_truss/blueprints/_blueprint/__init__.py
from flask import Blueprint, render_template, current_app, request
from flask_truss.async._task import _task
from flask_truss.libs.logger import log_flask_request
_blueprint = Blueprint('_blueprint', __name__, template_folder='templates')
@_blueprint.route('/')
def render_blueprint():
log_flask_request(current_app, request)
# Call _task.delay() or _task.apply_async(...) if you've set up a broker.
_task()
return render_template('_blueprint.j2', content=None)
<|file_sep|>current/flask_truss/blueprints/_blueprint/__init__.py
from flask import Blueprint, render_template, current_app, request
from flask_truss.async._task import _task
from flask_truss.libs.logger import log_flask_request
_blueprint = Blueprint('_blueprint', __name__, template_folder='templates')
@_blueprint.route('/')
def render_blueprint():
log_flask_request(current_app, request)
# Call _task.delay() or _task.apply_async(...) if you've set up a broker.
_task()
return render_template('_blueprint.j2', content=None)
<|file_sep|>updated/flask_truss/blueprints/_blueprint/__init__.py
from flask import Blueprint, render_template, current_app, request
from flask_truss.async._task import _task
from flask_truss.lib.logger import log_flask_request
_blueprint = Blueprint('_blueprint', __name__, template_folder='templates')
@_blueprint.route('/')
def render_blueprint():
log_flask_request(current_app, request)
# Call _task.delay() or _task.apply_async(...) if you've set up a broker.
_task()
return render_template('_blueprint.j2', content=None) | 25d93bf202e1735f21b6c3ad5830e660824efde6 | flask_truss/blueprints/_blueprint/__init__.py | flask_truss/blueprints/_blueprint/__init__.py | Python |
<|file_sep|>original/appveyor.yml
install:
- choco install gitversion.portable -pre -y
assembly_info:
patch: false
before_build:
- nuget restore
- ps: gitversion /l console /output buildserver /updateAssemblyInfo
- ps: ./build/UpdateAssemblyInfo.ps1
build:
project: SimpleParameterValidation.sln
after_build:
- cmd: dotnet pack ./src/SimpleParameterValidator -c "target=%CONFIGURATION%" -o ./publish
- cmd: appveyor PushArtifact "./publish/SimpleParameterValidator.%GitVersion_NuGetVersion%.nupkg"
<|file_sep|>current/appveyor.yml
install:
- choco install gitversion.portable -pre -y
assembly_info:
patch: false
before_build:
- nuget restore
- ps: gitversion /l console /output buildserver /updateAssemblyInfo
- ps: ./build/UpdateAssemblyInfo.ps1
build:
project: SimpleParameterValidation.sln
after_build:
- cmd: dotnet pack ./src/SimpleParameterValidator -c "target=%CONFIGURATION%" -o ./publish
- cmd: appveyor PushArtifact "./publish/SimpleParameterValidator.%GitVersion_NuGetVersion%.nupkg"
<|file_sep|>updated/appveyor.yml | install:
- choco install gitversion.portable -pre -y
assembly_info:
patch: false
before_build:
- cmd: dotnet restore
- ps: gitversion /l console /output buildserver /updateAssemblyInfo
- ps: ./build/UpdateAssemblyInfo.ps1
build:
project: SimpleParameterValidation.sln
after_build:
- cmd: dotnet pack ./src/SimpleParameterValidator -c "target=%CONFIGURATION%" -o ./publish
- cmd: appveyor PushArtifact "./publish/SimpleParameterValidator.%GitVersion_NuGetVersion%.nupkg" | <|file_sep|>original/appveyor.yml
install:
- choco install gitversion.portable -pre -y
assembly_info:
patch: false
before_build:
- nuget restore
- ps: gitversion /l console /output buildserver /updateAssemblyInfo
- ps: ./build/UpdateAssemblyInfo.ps1
build:
project: SimpleParameterValidation.sln
after_build:
- cmd: dotnet pack ./src/SimpleParameterValidator -c "target=%CONFIGURATION%" -o ./publish
- cmd: appveyor PushArtifact "./publish/SimpleParameterValidator.%GitVersion_NuGetVersion%.nupkg"
<|file_sep|>current/appveyor.yml
install:
- choco install gitversion.portable -pre -y
assembly_info:
patch: false
before_build:
- nuget restore
- ps: gitversion /l console /output buildserver /updateAssemblyInfo
- ps: ./build/UpdateAssemblyInfo.ps1
build:
project: SimpleParameterValidation.sln
after_build:
- cmd: dotnet pack ./src/SimpleParameterValidator -c "target=%CONFIGURATION%" -o ./publish
- cmd: appveyor PushArtifact "./publish/SimpleParameterValidator.%GitVersion_NuGetVersion%.nupkg"
<|file_sep|>updated/appveyor.yml
install:
- choco install gitversion.portable -pre -y
assembly_info:
patch: false
before_build:
- cmd: dotnet restore
- ps: gitversion /l console /output buildserver /updateAssemblyInfo
- ps: ./build/UpdateAssemblyInfo.ps1
build:
project: SimpleParameterValidation.sln
after_build:
- cmd: dotnet pack ./src/SimpleParameterValidator -c "target=%CONFIGURATION%" -o ./publish
- cmd: appveyor PushArtifact "./publish/SimpleParameterValidator.%GitVersion_NuGetVersion%.nupkg" | ce02763b8cefa25d9fe99068ffb3c04b901d590c | appveyor.yml | appveyor.yml | YAML |
<|file_sep|>original/website/source/docs/providers/mailgun/index.html.markdown
---
layout: "mailgun"
page_title: "Provider: Mailgun"
sidebar_current: "docs-mailgun-index"
description: |-
The Mailgun provider is used to interact with the resources supported by Mailgun. The provider needs to be configured with the proper credentials before it can be used.
---
# Provider
The Mailgun provider is used to interact with the
resources supported by Mailgun. The provider needs to be configured
with the proper credentials before it can be used.
Use the navigation to the left to read about the available resources.
## Example Usage
```
# Configure the Mailgun provider
provider "mailgun" {
<|file_sep|>current/website/source/docs/providers/mailgun/index.html.markdown
---
layout: "mailgun"
page_title: "Provider: Mailgun"
sidebar_current: "docs-mailgun-index"
description: |-
The Mailgun provider is used to interact with the resources supported by Mailgun. The provider needs to be configured with the proper credentials before it can be used.
---
# Provider
The Mailgun provider is used to interact with the
resources supported by Mailgun. The provider needs to be configured
with the proper credentials before it can be used.
Use the navigation to the left to read about the available resources.
## Example Usage
```
# Configure the Mailgun provider
provider "mailgun" {
<|file_sep|>updated/website/source/docs/providers/mailgun/index.html.markdown | ---
layout: "mailgun"
page_title: "Provider: Mailgun"
sidebar_current: "docs-mailgun-index"
description: |-
The Mailgun provider is used to interact with the resources supported by Mailgun. The provider needs to be configured with the proper credentials before it can be used.
---
# Mailgun Provider
The Mailgun provider is used to interact with the
resources supported by Mailgun. The provider needs to be configured
with the proper credentials before it can be used.
Use the navigation to the left to read about the available resources.
## Example Usage
```
# Configure the Mailgun provider
provider "mailgun" { | <|file_sep|>original/website/source/docs/providers/mailgun/index.html.markdown
---
layout: "mailgun"
page_title: "Provider: Mailgun"
sidebar_current: "docs-mailgun-index"
description: |-
The Mailgun provider is used to interact with the resources supported by Mailgun. The provider needs to be configured with the proper credentials before it can be used.
---
# Provider
The Mailgun provider is used to interact with the
resources supported by Mailgun. The provider needs to be configured
with the proper credentials before it can be used.
Use the navigation to the left to read about the available resources.
## Example Usage
```
# Configure the Mailgun provider
provider "mailgun" {
<|file_sep|>current/website/source/docs/providers/mailgun/index.html.markdown
---
layout: "mailgun"
page_title: "Provider: Mailgun"
sidebar_current: "docs-mailgun-index"
description: |-
The Mailgun provider is used to interact with the resources supported by Mailgun. The provider needs to be configured with the proper credentials before it can be used.
---
# Provider
The Mailgun provider is used to interact with the
resources supported by Mailgun. The provider needs to be configured
with the proper credentials before it can be used.
Use the navigation to the left to read about the available resources.
## Example Usage
```
# Configure the Mailgun provider
provider "mailgun" {
<|file_sep|>updated/website/source/docs/providers/mailgun/index.html.markdown
---
layout: "mailgun"
page_title: "Provider: Mailgun"
sidebar_current: "docs-mailgun-index"
description: |-
The Mailgun provider is used to interact with the resources supported by Mailgun. The provider needs to be configured with the proper credentials before it can be used.
---
# Mailgun Provider
The Mailgun provider is used to interact with the
resources supported by Mailgun. The provider needs to be configured
with the proper credentials before it can be used.
Use the navigation to the left to read about the available resources.
## Example Usage
```
# Configure the Mailgun provider
provider "mailgun" { | 5495381c38e742ed7071df388b03179dd534f4bb | website/source/docs/providers/mailgun/index.html.markdown | website/source/docs/providers/mailgun/index.html.markdown | Markdown |
<|file_sep|>original/ci/scripts/generate-cf-manifest.sh
<|file_sep|>current/ci/scripts/generate-cf-manifest.sh
<|file_sep|>updated/ci/scripts/generate-cf-manifest.sh | #!/bin/bash -ex
apt-get install wget
wget https://github.com/cloudfoundry-incubator/spiff/releases/download/v1.0.7/spiff_linux_amd64.zip
unzip spiff_linux_amd64.zip
mv spiff /usr/local/bin/
bosh -u x -p x target $BOSH_TARGET Lite
bosh login $BOSH_USERNAME $BOSH_PASSWORD
bosh status
cd git-cf-release
./scripts/generate-bosh-lite-dev-manifest
mv bosh-lite/deployments/cf.yml ../assets/manifest.yml | <|file_sep|>original/ci/scripts/generate-cf-manifest.sh
<|file_sep|>current/ci/scripts/generate-cf-manifest.sh
<|file_sep|>updated/ci/scripts/generate-cf-manifest.sh
#!/bin/bash -ex
apt-get install wget
wget https://github.com/cloudfoundry-incubator/spiff/releases/download/v1.0.7/spiff_linux_amd64.zip
unzip spiff_linux_amd64.zip
mv spiff /usr/local/bin/
bosh -u x -p x target $BOSH_TARGET Lite
bosh login $BOSH_USERNAME $BOSH_PASSWORD
bosh status
cd git-cf-release
./scripts/generate-bosh-lite-dev-manifest
mv bosh-lite/deployments/cf.yml ../assets/manifest.yml | ffb16a5660b4fb24f4d50e248fefd3963ba8b475 | ci/scripts/generate-cf-manifest.sh | ci/scripts/generate-cf-manifest.sh | Shell |
<|file_sep|>original/_config.yml
# Site settings
# These are used to personalize your new site. If you look in the HTML files,
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
# You can create any custom variable you would like, and they will be accessible
# in the templates via {{ site.myvariable }}.
title: Your awesome title
email: your-email@domain.com
# description: >
# Write an awesome description for your new site here. You can edit this
baseurl: ""
url: ""
twitter_username: jekyllrb
github_username: jekyll
# Build settings
markdown: kramdown
# theme: minima
gems:
- jekyll-feed
exclude:
- Gemfile
- Gemfile.lock
<|file_sep|>current/_config.yml
# Site settings
# These are used to personalize your new site. If you look in the HTML files,
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
# You can create any custom variable you would like, and they will be accessible
# in the templates via {{ site.myvariable }}.
title: Your awesome title
email: your-email@domain.com
# description: >
# Write an awesome description for your new site here. You can edit this
baseurl: ""
url: ""
twitter_username: jekyllrb
github_username: jekyll
# Build settings
markdown: kramdown
# theme: minima
gems:
- jekyll-feed
exclude:
- Gemfile
- Gemfile.lock
<|file_sep|>updated/_config.yml | # Site settings
# These are used to personalize your new site. If you look in the HTML files,
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
# You can create any custom variable you would like, and they will be accessible
# in the templates via {{ site.myvariable }}.
title: Your awesome title
email: your-email@domain.com
# description: >
# Write an awesome description for your new site here. You can edit this
baseurl: "/jekyll-scroll-spy-front-page"
url: ""
twitter_username: jekyllrb
github_username: jekyll
# Build settings
markdown: kramdown
# theme: minima
gems:
- jekyll-feed
exclude:
- Gemfile
- Gemfile.lock | <|file_sep|>original/_config.yml
# Site settings
# These are used to personalize your new site. If you look in the HTML files,
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
# You can create any custom variable you would like, and they will be accessible
# in the templates via {{ site.myvariable }}.
title: Your awesome title
email: your-email@domain.com
# description: >
# Write an awesome description for your new site here. You can edit this
baseurl: ""
url: ""
twitter_username: jekyllrb
github_username: jekyll
# Build settings
markdown: kramdown
# theme: minima
gems:
- jekyll-feed
exclude:
- Gemfile
- Gemfile.lock
<|file_sep|>current/_config.yml
# Site settings
# These are used to personalize your new site. If you look in the HTML files,
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
# You can create any custom variable you would like, and they will be accessible
# in the templates via {{ site.myvariable }}.
title: Your awesome title
email: your-email@domain.com
# description: >
# Write an awesome description for your new site here. You can edit this
baseurl: ""
url: ""
twitter_username: jekyllrb
github_username: jekyll
# Build settings
markdown: kramdown
# theme: minima
gems:
- jekyll-feed
exclude:
- Gemfile
- Gemfile.lock
<|file_sep|>updated/_config.yml
# Site settings
# These are used to personalize your new site. If you look in the HTML files,
# you will see them accessed via {{ site.title }}, {{ site.email }}, and so on.
# You can create any custom variable you would like, and they will be accessible
# in the templates via {{ site.myvariable }}.
title: Your awesome title
email: your-email@domain.com
# description: >
# Write an awesome description for your new site here. You can edit this
baseurl: "/jekyll-scroll-spy-front-page"
url: ""
twitter_username: jekyllrb
github_username: jekyll
# Build settings
markdown: kramdown
# theme: minima
gems:
- jekyll-feed
exclude:
- Gemfile
- Gemfile.lock | 7b13b397a7ac028915a2b24e39d79c8c0c9995d1 | _config.yml | _config.yml | YAML |
<|file_sep|>original/package.json
{
"name": "bookmarks",
"version": "0.3.0",
"main": "./lib/bookmarks",
"description": "Can mark lines, then jump back to them",
"repository": {
"type": "git",
"url": "https://github.com/atom/bookmarks.git"
},
"bugs": {
"url": "https://github.com/atom/bookmarks/issues"
},
"engines": {
"atom": "*"
},
"publishConfig": {
"registry": "https://atom.iriscouch.com/registry/_design/app/_rewrite"
}
}
<|file_sep|>current/package.json
{
"name": "bookmarks",
"version": "0.3.0",
"main": "./lib/bookmarks",
"description": "Can mark lines, then jump back to them",
"repository": {
"type": "git",
"url": "https://github.com/atom/bookmarks.git"
},
"bugs": {
"url": "https://github.com/atom/bookmarks/issues"
},
"engines": {
"atom": "*"
},
"publishConfig": {
"registry": "https://atom.iriscouch.com/registry/_design/app/_rewrite"
}
}
<|file_sep|>updated/package.json | {
"name": "bookmarks",
"version": "0.3.0",
"main": "./lib/bookmarks",
"description": "Can mark lines, then jump back to them",
"repository": {
"type": "git",
"url": "https://github.com/atom/bookmarks.git"
},
"bugs": {
"url": "https://github.com/atom/bookmarks/issues"
},
"engines": {
"atom": "*"
},
"publishConfig": {
"registry": "https://atom.cloudant.com/registry/_design/app/_rewrite"
}
} | <|file_sep|>original/package.json
{
"name": "bookmarks",
"version": "0.3.0",
"main": "./lib/bookmarks",
"description": "Can mark lines, then jump back to them",
"repository": {
"type": "git",
"url": "https://github.com/atom/bookmarks.git"
},
"bugs": {
"url": "https://github.com/atom/bookmarks/issues"
},
"engines": {
"atom": "*"
},
"publishConfig": {
"registry": "https://atom.iriscouch.com/registry/_design/app/_rewrite"
}
}
<|file_sep|>current/package.json
{
"name": "bookmarks",
"version": "0.3.0",
"main": "./lib/bookmarks",
"description": "Can mark lines, then jump back to them",
"repository": {
"type": "git",
"url": "https://github.com/atom/bookmarks.git"
},
"bugs": {
"url": "https://github.com/atom/bookmarks/issues"
},
"engines": {
"atom": "*"
},
"publishConfig": {
"registry": "https://atom.iriscouch.com/registry/_design/app/_rewrite"
}
}
<|file_sep|>updated/package.json
{
"name": "bookmarks",
"version": "0.3.0",
"main": "./lib/bookmarks",
"description": "Can mark lines, then jump back to them",
"repository": {
"type": "git",
"url": "https://github.com/atom/bookmarks.git"
},
"bugs": {
"url": "https://github.com/atom/bookmarks/issues"
},
"engines": {
"atom": "*"
},
"publishConfig": {
"registry": "https://atom.cloudant.com/registry/_design/app/_rewrite"
}
} | 58c7bbeed7671ae2c7ae037cb078110dd13e0667 | package.json | package.json | JSON |
<|file_sep|>metadata/io.github.chiver.yml.diff
original:
updated:
- versionName: 2.0.0
versionCode: 200
commit: 2.0.0
subdir: app
gradle:
- yes
<|file_sep|>original/metadata/io.github.chiver.yml
Repo: https://github.com/anegrin/chiver
Builds:
- versionName: 1.1.0
versionCode: 110
commit: 1.1.0
subdir: app
gradle:
- yes
- versionName: 1.1.1
versionCode: 111
commit: 1.1.1
subdir: app
gradle:
- yes
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
CurrentVersion: 1.1.1
CurrentVersionCode: 111
<|file_sep|>current/metadata/io.github.chiver.yml
gradle:
- yes
- versionName: 1.1.1
versionCode: 111
commit: 1.1.1
subdir: app
gradle:
- yes
- versionName: 2.0.0
versionCode: 200
commit: 2.0.0
subdir: app
gradle:
- yes
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
CurrentVersion: 1.1.1
CurrentVersionCode: 111
<|file_sep|>updated/metadata/io.github.chiver.yml | gradle:
- yes
- versionName: 1.1.1
versionCode: 111
commit: 1.1.1
subdir: app
gradle:
- yes
- versionName: 2.0.0
versionCode: 200
commit: 2.0.0
subdir: app
gradle:
- yes
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
CurrentVersion: 2.0.0
CurrentVersionCode: 200 | <|file_sep|>metadata/io.github.chiver.yml.diff
original:
updated:
- versionName: 2.0.0
versionCode: 200
commit: 2.0.0
subdir: app
gradle:
- yes
<|file_sep|>original/metadata/io.github.chiver.yml
Repo: https://github.com/anegrin/chiver
Builds:
- versionName: 1.1.0
versionCode: 110
commit: 1.1.0
subdir: app
gradle:
- yes
- versionName: 1.1.1
versionCode: 111
commit: 1.1.1
subdir: app
gradle:
- yes
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
CurrentVersion: 1.1.1
CurrentVersionCode: 111
<|file_sep|>current/metadata/io.github.chiver.yml
gradle:
- yes
- versionName: 1.1.1
versionCode: 111
commit: 1.1.1
subdir: app
gradle:
- yes
- versionName: 2.0.0
versionCode: 200
commit: 2.0.0
subdir: app
gradle:
- yes
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
CurrentVersion: 1.1.1
CurrentVersionCode: 111
<|file_sep|>updated/metadata/io.github.chiver.yml
gradle:
- yes
- versionName: 1.1.1
versionCode: 111
commit: 1.1.1
subdir: app
gradle:
- yes
- versionName: 2.0.0
versionCode: 200
commit: 2.0.0
subdir: app
gradle:
- yes
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
CurrentVersion: 2.0.0
CurrentVersionCode: 200 | 97d74efc3ecec80af0572f6ad66bed0d3f887df3 | metadata/io.github.chiver.yml | metadata/io.github.chiver.yml | YAML |
<|file_sep|>DEVELOPERS.md.diff
original:
Given that, now you can generate the Debian package:
updated:
Given that, now you can generate the Debian package. This requires the
Debian packaging tools, especially debuild:
<|file_sep|>original/DEVELOPERS.md
aclocal && \
automake --add-missing --copy && \
autoconf
Debian
------
First, everything must be set up just right:
mkdir -p ~/debian/rcm && \
cp -a rcm ~/debian/rcm/rcm-0.0.2 && \
cd ~/debian/rcm && \
rm -f rcm_0.0.2.orig.tar.gz && \
rm -f rcm-0.0.2/tags && \
tar --exclude=*swp --exclude-backups --exclude-vcs --exclude=debian -zcf rcm_0.0.2.orig.tar.gz rcm-0.0.2
Given that, now you can generate the Debian package:
cd ~/debian/rcm/rcm-0.0.2 && \
debuild -us -uc
<|file_sep|>current/DEVELOPERS.md
aclocal && \
automake --add-missing --copy && \
autoconf
Debian
------
First, everything must be set up just right:
mkdir -p ~/debian/rcm && \
cp -a rcm ~/debian/rcm/rcm-0.0.2 && \
cd ~/debian/rcm && \
rm -f rcm_0.0.2.orig.tar.gz && \
rm -f rcm-0.0.2/tags && \
tar --exclude=*swp --exclude-backups --exclude-vcs --exclude=debian -zcf rcm_0.0.2.orig.tar.gz rcm-0.0.2
Given that, now you can generate the Debian package. This requires the
Debian packaging tools, especially debuild:
cd ~/debian/rcm/rcm-0.0.2 && \
debuild -us -uc
<|file_sep|>updated/DEVELOPERS.md | cd ~/debian/rcm && \
rm -f rcm_0.0.2.orig.tar.gz && \
rm -f rcm-0.0.2/tags && \
tar --exclude=*swp --exclude-backups --exclude-vcs --exclude=debian -zcf rcm_0.0.2.orig.tar.gz rcm-0.0.2
Given that, now you can generate the Debian package. This requires the
Debian packaging tools, especially debuild:
cd ~/debian/rcm/rcm-0.0.2 && \
debuild -us -uc
HTML documentation
------------------
The HTML documentation can be generated using the mdocml suite,
especially mandoc(1). This shell command will generate them all into a
separate `rcm-gh-pages` directory:
for i in lsrc.1 mkrc.1 rcm.7 rcrc.5 rcup.1; do
mandoc -Thtml -Oman=%N.%S.html man/$i > ~/rcm-gh-pages/$i.html
done | <|file_sep|>DEVELOPERS.md.diff
original:
Given that, now you can generate the Debian package:
updated:
Given that, now you can generate the Debian package. This requires the
Debian packaging tools, especially debuild:
<|file_sep|>original/DEVELOPERS.md
aclocal && \
automake --add-missing --copy && \
autoconf
Debian
------
First, everything must be set up just right:
mkdir -p ~/debian/rcm && \
cp -a rcm ~/debian/rcm/rcm-0.0.2 && \
cd ~/debian/rcm && \
rm -f rcm_0.0.2.orig.tar.gz && \
rm -f rcm-0.0.2/tags && \
tar --exclude=*swp --exclude-backups --exclude-vcs --exclude=debian -zcf rcm_0.0.2.orig.tar.gz rcm-0.0.2
Given that, now you can generate the Debian package:
cd ~/debian/rcm/rcm-0.0.2 && \
debuild -us -uc
<|file_sep|>current/DEVELOPERS.md
aclocal && \
automake --add-missing --copy && \
autoconf
Debian
------
First, everything must be set up just right:
mkdir -p ~/debian/rcm && \
cp -a rcm ~/debian/rcm/rcm-0.0.2 && \
cd ~/debian/rcm && \
rm -f rcm_0.0.2.orig.tar.gz && \
rm -f rcm-0.0.2/tags && \
tar --exclude=*swp --exclude-backups --exclude-vcs --exclude=debian -zcf rcm_0.0.2.orig.tar.gz rcm-0.0.2
Given that, now you can generate the Debian package. This requires the
Debian packaging tools, especially debuild:
cd ~/debian/rcm/rcm-0.0.2 && \
debuild -us -uc
<|file_sep|>updated/DEVELOPERS.md
cd ~/debian/rcm && \
rm -f rcm_0.0.2.orig.tar.gz && \
rm -f rcm-0.0.2/tags && \
tar --exclude=*swp --exclude-backups --exclude-vcs --exclude=debian -zcf rcm_0.0.2.orig.tar.gz rcm-0.0.2
Given that, now you can generate the Debian package. This requires the
Debian packaging tools, especially debuild:
cd ~/debian/rcm/rcm-0.0.2 && \
debuild -us -uc
HTML documentation
------------------
The HTML documentation can be generated using the mdocml suite,
especially mandoc(1). This shell command will generate them all into a
separate `rcm-gh-pages` directory:
for i in lsrc.1 mkrc.1 rcm.7 rcrc.5 rcup.1; do
mandoc -Thtml -Oman=%N.%S.html man/$i > ~/rcm-gh-pages/$i.html
done | b0ce91a8f871dd78831ddc2beec24f19327533d7 | DEVELOPERS.md | DEVELOPERS.md | Markdown |
<|file_sep|>original/source/handbook/support/knowledge-base/gitlab_com/acceptable_use_violations.html.md
<|file_sep|>current/source/handbook/support/knowledge-base/gitlab_com/acceptable_use_violations.html.md
<|file_sep|>updated/source/handbook/support/knowledge-base/gitlab_com/acceptable_use_violations.html.md | ---
layout: markdown_page
title: Acceptable Use Policy Violations
category: GitLab.com
---
### On this page
{:.no_toc}
- TOC
{:toc}
----
### When violations are identified that we do not yet have a process for dealing with.
1. Create a private issue, because we will inevitably discuss usernames
or email addresses in it.
1. Copy/Paste the following markdown to create a checklist.
``` | <|file_sep|>original/source/handbook/support/knowledge-base/gitlab_com/acceptable_use_violations.html.md
<|file_sep|>current/source/handbook/support/knowledge-base/gitlab_com/acceptable_use_violations.html.md
<|file_sep|>updated/source/handbook/support/knowledge-base/gitlab_com/acceptable_use_violations.html.md
---
layout: markdown_page
title: Acceptable Use Policy Violations
category: GitLab.com
---
### On this page
{:.no_toc}
- TOC
{:toc}
----
### When violations are identified that we do not yet have a process for dealing with.
1. Create a private issue, because we will inevitably discuss usernames
or email addresses in it.
1. Copy/Paste the following markdown to create a checklist.
``` | 1ed8346c2a3bdb885f9e1c151a8a587fe3e0efb6 | source/handbook/support/knowledge-base/gitlab_com/acceptable_use_violations.html.md | source/handbook/support/knowledge-base/gitlab_com/acceptable_use_violations.html.md | Markdown |
<|file_sep|>original/cube-ruby-gem.gemspec
gem.email = ["ticean@promojam.com"]
gem.description = "Ruby client for Cube."
gem.summary = "Ruby client for Cube."
gem.homepage = "https://github.com/culturejam/cube-ruby-gem"
gem.license = "Apache 2.0"
gem.files = `git ls-files`.split($\)
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
gem.name = "cube-ruby-gem"
gem.require_paths = ["lib"]
gem.version = Cube::VERSION
gem.add_dependency "faraday", "~> 0.8.8"
gem.add_dependency "faraday_middleware", "~> 0.9.0"
gem.add_development_dependency "pry"
gem.add_development_dependency "simplecov"
gem.add_development_dependency "rspec", "~> 2.11.0"
gem.add_development_dependency "rake"
gem.add_development_dependency "license_finder"
end
<|file_sep|>current/cube-ruby-gem.gemspec
gem.email = ["ticean@promojam.com"]
gem.description = "Ruby client for Cube."
gem.summary = "Ruby client for Cube."
gem.homepage = "https://github.com/culturejam/cube-ruby-gem"
gem.license = "Apache 2.0"
gem.files = `git ls-files`.split($\)
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
gem.name = "cube-ruby-gem"
gem.require_paths = ["lib"]
gem.version = Cube::VERSION
gem.add_dependency "faraday", "~> 0.8.8"
gem.add_dependency "faraday_middleware", "~> 0.9.0"
gem.add_development_dependency "pry"
gem.add_development_dependency "simplecov"
gem.add_development_dependency "rspec", "~> 2.11.0"
gem.add_development_dependency "rake"
gem.add_development_dependency "license_finder"
end
<|file_sep|>updated/cube-ruby-gem.gemspec | gem.email = ["ticean@promojam.com"]
gem.description = "Ruby client for Cube."
gem.summary = "Ruby client for Cube."
gem.homepage = "https://github.com/culturejam/cube-ruby-gem"
gem.license = "Apache 2.0"
gem.files = `git ls-files`.split($\)
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
gem.name = "cube-ruby-gem"
gem.require_paths = ["lib"]
gem.version = Cube::VERSION
gem.add_dependency "faraday", "~> 0.8.8"
gem.add_dependency "faraday_middleware", "~> 0.8.0"
gem.add_development_dependency "pry"
gem.add_development_dependency "simplecov"
gem.add_development_dependency "rspec", "~> 2.11.0"
gem.add_development_dependency "rake"
gem.add_development_dependency "license_finder"
end | <|file_sep|>original/cube-ruby-gem.gemspec
gem.email = ["ticean@promojam.com"]
gem.description = "Ruby client for Cube."
gem.summary = "Ruby client for Cube."
gem.homepage = "https://github.com/culturejam/cube-ruby-gem"
gem.license = "Apache 2.0"
gem.files = `git ls-files`.split($\)
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
gem.name = "cube-ruby-gem"
gem.require_paths = ["lib"]
gem.version = Cube::VERSION
gem.add_dependency "faraday", "~> 0.8.8"
gem.add_dependency "faraday_middleware", "~> 0.9.0"
gem.add_development_dependency "pry"
gem.add_development_dependency "simplecov"
gem.add_development_dependency "rspec", "~> 2.11.0"
gem.add_development_dependency "rake"
gem.add_development_dependency "license_finder"
end
<|file_sep|>current/cube-ruby-gem.gemspec
gem.email = ["ticean@promojam.com"]
gem.description = "Ruby client for Cube."
gem.summary = "Ruby client for Cube."
gem.homepage = "https://github.com/culturejam/cube-ruby-gem"
gem.license = "Apache 2.0"
gem.files = `git ls-files`.split($\)
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
gem.name = "cube-ruby-gem"
gem.require_paths = ["lib"]
gem.version = Cube::VERSION
gem.add_dependency "faraday", "~> 0.8.8"
gem.add_dependency "faraday_middleware", "~> 0.9.0"
gem.add_development_dependency "pry"
gem.add_development_dependency "simplecov"
gem.add_development_dependency "rspec", "~> 2.11.0"
gem.add_development_dependency "rake"
gem.add_development_dependency "license_finder"
end
<|file_sep|>updated/cube-ruby-gem.gemspec
gem.email = ["ticean@promojam.com"]
gem.description = "Ruby client for Cube."
gem.summary = "Ruby client for Cube."
gem.homepage = "https://github.com/culturejam/cube-ruby-gem"
gem.license = "Apache 2.0"
gem.files = `git ls-files`.split($\)
gem.executables = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
gem.name = "cube-ruby-gem"
gem.require_paths = ["lib"]
gem.version = Cube::VERSION
gem.add_dependency "faraday", "~> 0.8.8"
gem.add_dependency "faraday_middleware", "~> 0.8.0"
gem.add_development_dependency "pry"
gem.add_development_dependency "simplecov"
gem.add_development_dependency "rspec", "~> 2.11.0"
gem.add_development_dependency "rake"
gem.add_development_dependency "license_finder"
end | de03cf627d33d14efcb0b8b14035e1d6810d66af | cube-ruby-gem.gemspec | cube-ruby-gem.gemspec | Ruby |
<|file_sep|>src/main/scala/util/Injecting.scala.diff
original:
updated:
import java.lang.annotation.Annotation
<|file_sep|>src/main/scala/util/Injecting.scala.diff
original:
updated:
import net.codingwell.scalaguice.InjectorExtensions._
<|file_sep|>src/main/scala/util/Injecting.scala.diff
original:
import net.codingwell.scalaguice.InjectorExtensions._
import scala.reflect.ClassTag
updated:
<|file_sep|>original/src/main/scala/util/Injecting.scala
package util
import com.google.inject.{Guice, Injector}
import util.InjectionModules.Modules
import net.codingwell.scalaguice.InjectorExtensions._
import scala.reflect.ClassTag
trait Injecting {
val injector: Injector = Injecting.injector
def inject[T: Manifest]: T = {
injector.instance[T]
}
}
object Injecting {
val injector = Guice.createInjector(Modules)
}
<|file_sep|>current/src/main/scala/util/Injecting.scala
package util
import java.lang.annotation.Annotation
import com.google.inject.{Guice, Injector}
import net.codingwell.scalaguice.InjectorExtensions._
import util.InjectionModules.Modules
trait Injecting {
val injector: Injector = Injecting.injector
def inject[T: Manifest]: T = {
injector.instance[T]
}
}
object Injecting {
val injector = Guice.createInjector(Modules)
}
<|file_sep|>updated/src/main/scala/util/Injecting.scala | import java.lang.annotation.Annotation
import com.google.inject.{Guice, Injector}
import net.codingwell.scalaguice.InjectorExtensions._
import util.InjectionModules.Modules
trait Injecting {
val injector: Injector = Injecting.injector
def inject[T: Manifest]: T = {
injector.instance[T]
}
def inject[T: Manifest](ann: Annotation): T = {
injector.instance[T](ann)
}
}
object Injecting {
val injector = Guice.createInjector(Modules)
} | <|file_sep|>src/main/scala/util/Injecting.scala.diff
original:
updated:
import java.lang.annotation.Annotation
<|file_sep|>src/main/scala/util/Injecting.scala.diff
original:
updated:
import net.codingwell.scalaguice.InjectorExtensions._
<|file_sep|>src/main/scala/util/Injecting.scala.diff
original:
import net.codingwell.scalaguice.InjectorExtensions._
import scala.reflect.ClassTag
updated:
<|file_sep|>original/src/main/scala/util/Injecting.scala
package util
import com.google.inject.{Guice, Injector}
import util.InjectionModules.Modules
import net.codingwell.scalaguice.InjectorExtensions._
import scala.reflect.ClassTag
trait Injecting {
val injector: Injector = Injecting.injector
def inject[T: Manifest]: T = {
injector.instance[T]
}
}
object Injecting {
val injector = Guice.createInjector(Modules)
}
<|file_sep|>current/src/main/scala/util/Injecting.scala
package util
import java.lang.annotation.Annotation
import com.google.inject.{Guice, Injector}
import net.codingwell.scalaguice.InjectorExtensions._
import util.InjectionModules.Modules
trait Injecting {
val injector: Injector = Injecting.injector
def inject[T: Manifest]: T = {
injector.instance[T]
}
}
object Injecting {
val injector = Guice.createInjector(Modules)
}
<|file_sep|>updated/src/main/scala/util/Injecting.scala
import java.lang.annotation.Annotation
import com.google.inject.{Guice, Injector}
import net.codingwell.scalaguice.InjectorExtensions._
import util.InjectionModules.Modules
trait Injecting {
val injector: Injector = Injecting.injector
def inject[T: Manifest]: T = {
injector.instance[T]
}
def inject[T: Manifest](ann: Annotation): T = {
injector.instance[T](ann)
}
}
object Injecting {
val injector = Guice.createInjector(Modules)
} | 3f8311cdeb018f1fbf6cc6b799fcfab11a2bdd61 | src/main/scala/util/Injecting.scala | src/main/scala/util/Injecting.scala | Scala |
<|file_sep|>packages/po/postgresql-transactional.yaml.diff
original:
hash: 9a9be90410c52493c638115855cb94487a4b97b29e363a7a781fa1f9046fdb9e
updated:
hash: 07d38a5322ee278abdc01bbb7068196718bf4d0d77b08e1d8af4ac19e01e2883
<|file_sep|>packages/po/postgresql-transactional.yaml.diff
original:
updated:
- '1.1.1'
<|file_sep|>original/packages/po/postgresql-transactional.yaml
changelog: ''
basic-deps:
base: ! '>=4 && <5'
monad-control: -any
postgresql-simple: ! '>=0.4'
mtl: -any
all-versions:
- '1.0.0'
author: Reid Draper and Patrick Thomson
latest: '1.0.0'
description-type: haddock
description: ! 'This package is a simple monadic wrapper around the SQL primitives
provided by the postgresql-simple package. It provides simple and
predictable semantics for database options, enforces awareness of
Postgres''s transactional nature at API boundaries, and obviates
the need for SQL boilerplate in transactional queries.'
license-name: MIT
<|file_sep|>current/packages/po/postgresql-transactional.yaml
changelog: ''
basic-deps:
base: ! '>=4 && <5'
monad-control: -any
postgresql-simple: ! '>=0.4'
mtl: -any
all-versions:
- '1.0.0'
- '1.1.1'
author: Reid Draper and Patrick Thomson
latest: '1.0.0'
description-type: haddock
description: ! 'This package is a simple monadic wrapper around the SQL primitives
provided by the postgresql-simple package. It provides simple and
predictable semantics for database options, enforces awareness of
Postgres''s transactional nature at API boundaries, and obviates
the need for SQL boilerplate in transactional queries.'
<|file_sep|>updated/packages/po/postgresql-transactional.yaml | changelog: ''
basic-deps:
base: ! '>=4 && <5'
monad-control: -any
postgresql-simple: ! '>=0.4'
mtl: -any
all-versions:
- '1.0.0'
- '1.1.1'
author: Reid Draper and Patrick Thomson
latest: '1.1.1'
description-type: haddock
description: ! 'This package is a simple monadic wrapper around the SQL primitives
provided by the postgresql-simple package. It provides simple and
predictable semantics for database options, enforces awareness of
Postgres''s transactional nature at API boundaries, and obviates
the need for SQL boilerplate in transactional queries.' | <|file_sep|>packages/po/postgresql-transactional.yaml.diff
original:
hash: 9a9be90410c52493c638115855cb94487a4b97b29e363a7a781fa1f9046fdb9e
updated:
hash: 07d38a5322ee278abdc01bbb7068196718bf4d0d77b08e1d8af4ac19e01e2883
<|file_sep|>packages/po/postgresql-transactional.yaml.diff
original:
updated:
- '1.1.1'
<|file_sep|>original/packages/po/postgresql-transactional.yaml
changelog: ''
basic-deps:
base: ! '>=4 && <5'
monad-control: -any
postgresql-simple: ! '>=0.4'
mtl: -any
all-versions:
- '1.0.0'
author: Reid Draper and Patrick Thomson
latest: '1.0.0'
description-type: haddock
description: ! 'This package is a simple monadic wrapper around the SQL primitives
provided by the postgresql-simple package. It provides simple and
predictable semantics for database options, enforces awareness of
Postgres''s transactional nature at API boundaries, and obviates
the need for SQL boilerplate in transactional queries.'
license-name: MIT
<|file_sep|>current/packages/po/postgresql-transactional.yaml
changelog: ''
basic-deps:
base: ! '>=4 && <5'
monad-control: -any
postgresql-simple: ! '>=0.4'
mtl: -any
all-versions:
- '1.0.0'
- '1.1.1'
author: Reid Draper and Patrick Thomson
latest: '1.0.0'
description-type: haddock
description: ! 'This package is a simple monadic wrapper around the SQL primitives
provided by the postgresql-simple package. It provides simple and
predictable semantics for database options, enforces awareness of
Postgres''s transactional nature at API boundaries, and obviates
the need for SQL boilerplate in transactional queries.'
<|file_sep|>updated/packages/po/postgresql-transactional.yaml
changelog: ''
basic-deps:
base: ! '>=4 && <5'
monad-control: -any
postgresql-simple: ! '>=0.4'
mtl: -any
all-versions:
- '1.0.0'
- '1.1.1'
author: Reid Draper and Patrick Thomson
latest: '1.1.1'
description-type: haddock
description: ! 'This package is a simple monadic wrapper around the SQL primitives
provided by the postgresql-simple package. It provides simple and
predictable semantics for database options, enforces awareness of
Postgres''s transactional nature at API boundaries, and obviates
the need for SQL boilerplate in transactional queries.' | e5240323da5e5ef544042a51a09b685af4f07255 | packages/po/postgresql-transactional.yaml | packages/po/postgresql-transactional.yaml | YAML |
<|file_sep|>original/tests/JavaTest.sh
thisdir=$(readlink -fn `pwd`)
targetdir=${testdir}/target
if [[ "$testdir" != "$thisdir" ]]; then
echo error: must be run from inside the ${testdir} directory
echo you ran it from ${thisdir}
exit 1
fi
find ../ -name "*.class" | xargs rm
if [[ -e "${targetdir}" ]]; then
echo "clean target"
rm -rf ${targetdir}
fi
mkdir ${targetdir}
javac -d ${targetdir} -classpath ${testdir}/../java:${testdir}:${testdir}/namespace_test JavaTest.java
java -classpath ${targetdir} JavaTest
<|file_sep|>current/tests/JavaTest.sh
thisdir=$(readlink -fn `pwd`)
targetdir=${testdir}/target
if [[ "$testdir" != "$thisdir" ]]; then
echo error: must be run from inside the ${testdir} directory
echo you ran it from ${thisdir}
exit 1
fi
find ../ -name "*.class" | xargs rm
if [[ -e "${targetdir}" ]]; then
echo "clean target"
rm -rf ${targetdir}
fi
mkdir ${targetdir}
javac -d ${targetdir} -classpath ${testdir}/../java:${testdir}:${testdir}/namespace_test JavaTest.java
java -classpath ${targetdir} JavaTest
<|file_sep|>updated/tests/JavaTest.sh | thisdir=$(readlink -fn `pwd`)
targetdir=${testdir}/target
if [[ "$testdir" != "$thisdir" ]]; then
echo error: must be run from inside the ${testdir} directory
echo you ran it from ${thisdir}
exit 1
fi
find .. -type f -name "*.class" -exec rm {} \;
if [[ -e "${targetdir}" ]]; then
echo "clean target"
rm -rf ${targetdir}
fi
mkdir ${targetdir}
javac -d ${targetdir} -classpath ${testdir}/../java:${testdir}:${testdir}/namespace_test JavaTest.java
java -classpath ${targetdir} JavaTest | <|file_sep|>original/tests/JavaTest.sh
thisdir=$(readlink -fn `pwd`)
targetdir=${testdir}/target
if [[ "$testdir" != "$thisdir" ]]; then
echo error: must be run from inside the ${testdir} directory
echo you ran it from ${thisdir}
exit 1
fi
find ../ -name "*.class" | xargs rm
if [[ -e "${targetdir}" ]]; then
echo "clean target"
rm -rf ${targetdir}
fi
mkdir ${targetdir}
javac -d ${targetdir} -classpath ${testdir}/../java:${testdir}:${testdir}/namespace_test JavaTest.java
java -classpath ${targetdir} JavaTest
<|file_sep|>current/tests/JavaTest.sh
thisdir=$(readlink -fn `pwd`)
targetdir=${testdir}/target
if [[ "$testdir" != "$thisdir" ]]; then
echo error: must be run from inside the ${testdir} directory
echo you ran it from ${thisdir}
exit 1
fi
find ../ -name "*.class" | xargs rm
if [[ -e "${targetdir}" ]]; then
echo "clean target"
rm -rf ${targetdir}
fi
mkdir ${targetdir}
javac -d ${targetdir} -classpath ${testdir}/../java:${testdir}:${testdir}/namespace_test JavaTest.java
java -classpath ${targetdir} JavaTest
<|file_sep|>updated/tests/JavaTest.sh
thisdir=$(readlink -fn `pwd`)
targetdir=${testdir}/target
if [[ "$testdir" != "$thisdir" ]]; then
echo error: must be run from inside the ${testdir} directory
echo you ran it from ${thisdir}
exit 1
fi
find .. -type f -name "*.class" -exec rm {} \;
if [[ -e "${targetdir}" ]]; then
echo "clean target"
rm -rf ${targetdir}
fi
mkdir ${targetdir}
javac -d ${targetdir} -classpath ${testdir}/../java:${testdir}:${testdir}/namespace_test JavaTest.java
java -classpath ${targetdir} JavaTest | 582fd90c4a351d167c98fc6d7d23ed9b6ed0c89f | tests/JavaTest.sh | tests/JavaTest.sh | Shell |
<|file_sep|>original/.travis.yml
language: python
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
- "pypy-5.3.1"
# command to install dependencies
install:
- if [[ $TRAVIS_PYTHON_VERSION == 3* ]]; then pip install -r requirements-py3.txt; else pip install -r requirements-py2.txt; fi
# command to run tests
script: nosetests tests
sudo: false
<|file_sep|>current/.travis.yml
language: python
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
- "pypy-5.3.1"
# command to install dependencies
install:
- if [[ $TRAVIS_PYTHON_VERSION == 3* ]]; then pip install -r requirements-py3.txt; else pip install -r requirements-py2.txt; fi
# command to run tests
script: nosetests tests
sudo: false
<|file_sep|>updated/.travis.yml | language: python
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
- "pypy-5.3.1"
# command to install dependencies
install:
- if [[ $TRAVIS_PYTHON_VERSION == 3* ]]; then pip install -r requirements-py3.txt; else pip install -r requirements-py2.txt; fi
# command to run tests
script: nosetests tests
sudo: false
addons:
apt:
packages:
- language-pack-fr
- language-pack-de
- language-pack-ko | <|file_sep|>original/.travis.yml
language: python
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
- "pypy-5.3.1"
# command to install dependencies
install:
- if [[ $TRAVIS_PYTHON_VERSION == 3* ]]; then pip install -r requirements-py3.txt; else pip install -r requirements-py2.txt; fi
# command to run tests
script: nosetests tests
sudo: false
<|file_sep|>current/.travis.yml
language: python
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
- "pypy-5.3.1"
# command to install dependencies
install:
- if [[ $TRAVIS_PYTHON_VERSION == 3* ]]; then pip install -r requirements-py3.txt; else pip install -r requirements-py2.txt; fi
# command to run tests
script: nosetests tests
sudo: false
<|file_sep|>updated/.travis.yml
language: python
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
- "pypy-5.3.1"
# command to install dependencies
install:
- if [[ $TRAVIS_PYTHON_VERSION == 3* ]]; then pip install -r requirements-py3.txt; else pip install -r requirements-py2.txt; fi
# command to run tests
script: nosetests tests
sudo: false
addons:
apt:
packages:
- language-pack-fr
- language-pack-de
- language-pack-ko | 6735ba4947708d31fe51c6dbf5c642b23501c102 | .travis.yml | .travis.yml | YAML |
<|file_sep|>.travis.yml.diff
original:
- 2.1
- 2.2
- 2.3.0
updated:
<|file_sep|>original/.travis.yml
language: ruby
rvm:
- 2.1
- 2.2
- 2.3.0
- 2.4
- 2.5
<|file_sep|>current/.travis.yml
language: ruby
rvm:
- 2.4
- 2.5
<|file_sep|>updated/.travis.yml | language: ruby
rvm:
- 2.4
- 2.5
- 2.6 | <|file_sep|>.travis.yml.diff
original:
- 2.1
- 2.2
- 2.3.0
updated:
<|file_sep|>original/.travis.yml
language: ruby
rvm:
- 2.1
- 2.2
- 2.3.0
- 2.4
- 2.5
<|file_sep|>current/.travis.yml
language: ruby
rvm:
- 2.4
- 2.5
<|file_sep|>updated/.travis.yml
language: ruby
rvm:
- 2.4
- 2.5
- 2.6 | 5767ff4eb6e7f7466cda2912a35438e997c67106 | .travis.yml | .travis.yml | YAML |
<|file_sep|>original/.travis.yml
language: python
python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
- "pypy"
install:
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then travis_retry pip install -r requirements26.txt; fi
- travis_retry pip install -r requirements.txt
- travis_retry pip install coverage python-coveralls
script: nosetests --with-coverage --cover-erase
after_success: coveralls
<|file_sep|>current/.travis.yml
language: python
python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
- "pypy"
install:
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then travis_retry pip install -r requirements26.txt; fi
- travis_retry pip install -r requirements.txt
- travis_retry pip install coverage python-coveralls
script: nosetests --with-coverage --cover-erase
after_success: coveralls
<|file_sep|>updated/.travis.yml | language: python
python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
- "pypy"
sudo: false
install:
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then travis_retry pip install -r requirements26.txt; fi
- travis_retry pip install -r requirements.txt
- travis_retry pip install coverage python-coveralls
script: nosetests --with-coverage --cover-erase
after_success: coveralls | <|file_sep|>original/.travis.yml
language: python
python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
- "pypy"
install:
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then travis_retry pip install -r requirements26.txt; fi
- travis_retry pip install -r requirements.txt
- travis_retry pip install coverage python-coveralls
script: nosetests --with-coverage --cover-erase
after_success: coveralls
<|file_sep|>current/.travis.yml
language: python
python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
- "pypy"
install:
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then travis_retry pip install -r requirements26.txt; fi
- travis_retry pip install -r requirements.txt
- travis_retry pip install coverage python-coveralls
script: nosetests --with-coverage --cover-erase
after_success: coveralls
<|file_sep|>updated/.travis.yml
language: python
python:
- "2.6"
- "2.7"
- "3.3"
- "3.4"
- "pypy"
sudo: false
install:
- if [[ $TRAVIS_PYTHON_VERSION == '2.6' ]]; then travis_retry pip install -r requirements26.txt; fi
- travis_retry pip install -r requirements.txt
- travis_retry pip install coverage python-coveralls
script: nosetests --with-coverage --cover-erase
after_success: coveralls | 65c797349e404a1a5f398463eca084caf29ce525 | .travis.yml | .travis.yml | YAML |
<|file_sep|>original/requirements.txt
requests>=2.7.0,<=2.10.0
oslo.concurrency<=3.13.0
oslo.config<=3.14.0
oslo.i18n<=3.8.0
oslo.utils>=3.18.0
oslo.vmware # >=1.16.0,<=2.10.0
PyYAML # >=3.1.0,<=3.11
gevent>=1.1.1
httplib2>=0.7.5,<=0.9.2
netaddr>=0.7.12,<=0.7.18,!=0.7.16
ntplib>=0.3.2,<0.4
psutil<3.1.0
pymongo # >=3.0.2,<=3.2.2,!=3.1
python-memcached>=1.56,<=1.58
python-monascaclient>=1.0.30 # Apache-2.0
python-swiftclient>=3.0.0
redis>=2.10.0,<=2.10.5
supervisor>=3.1.3,<3.2
stevedore>=1.17.1 # Apache-2.0
<|file_sep|>current/requirements.txt
requests>=2.7.0,<=2.10.0
oslo.concurrency<=3.13.0
oslo.config<=3.14.0
oslo.i18n<=3.8.0
oslo.utils>=3.18.0
oslo.vmware # >=1.16.0,<=2.10.0
PyYAML # >=3.1.0,<=3.11
gevent>=1.1.1
httplib2>=0.7.5,<=0.9.2
netaddr>=0.7.12,<=0.7.18,!=0.7.16
ntplib>=0.3.2,<0.4
psutil<3.1.0
pymongo # >=3.0.2,<=3.2.2,!=3.1
python-memcached>=1.56,<=1.58
python-monascaclient>=1.0.30 # Apache-2.0
python-swiftclient>=3.0.0
redis>=2.10.0,<=2.10.5
supervisor>=3.1.3,<3.2
stevedore>=1.17.1 # Apache-2.0
<|file_sep|>updated/requirements.txt | requests>=2.7.0,<=2.10.0
oslo.concurrency<=3.13.0
oslo.config<=3.14.0
oslo.i18n<=3.8.0
oslo.utils>=3.18.0
oslo.vmware # >=1.16.0,<=2.10.0
PyYAML #>=3.1.0,<=3.11
gevent>=1.1.1
httplib2>=0.7.5,<=0.9.2
netaddr>=0.7.12,<=0.7.18,!=0.7.16
ntplib>=0.3.2,<0.4
psutil<3.1.0
pymongo # >=3.0.2,<=3.2.2,!=3.1
python-memcached>=1.56,<=1.58
python-monascaclient>=1.0.30 # Apache-2.0
python-swiftclient>=3.0.0
redis>=2.10.0,<=2.10.5
supervisor>=3.1.3,<3.2
stevedore>=1.17.1 # Apache-2.0 | <|file_sep|>original/requirements.txt
requests>=2.7.0,<=2.10.0
oslo.concurrency<=3.13.0
oslo.config<=3.14.0
oslo.i18n<=3.8.0
oslo.utils>=3.18.0
oslo.vmware # >=1.16.0,<=2.10.0
PyYAML # >=3.1.0,<=3.11
gevent>=1.1.1
httplib2>=0.7.5,<=0.9.2
netaddr>=0.7.12,<=0.7.18,!=0.7.16
ntplib>=0.3.2,<0.4
psutil<3.1.0
pymongo # >=3.0.2,<=3.2.2,!=3.1
python-memcached>=1.56,<=1.58
python-monascaclient>=1.0.30 # Apache-2.0
python-swiftclient>=3.0.0
redis>=2.10.0,<=2.10.5
supervisor>=3.1.3,<3.2
stevedore>=1.17.1 # Apache-2.0
<|file_sep|>current/requirements.txt
requests>=2.7.0,<=2.10.0
oslo.concurrency<=3.13.0
oslo.config<=3.14.0
oslo.i18n<=3.8.0
oslo.utils>=3.18.0
oslo.vmware # >=1.16.0,<=2.10.0
PyYAML # >=3.1.0,<=3.11
gevent>=1.1.1
httplib2>=0.7.5,<=0.9.2
netaddr>=0.7.12,<=0.7.18,!=0.7.16
ntplib>=0.3.2,<0.4
psutil<3.1.0
pymongo # >=3.0.2,<=3.2.2,!=3.1
python-memcached>=1.56,<=1.58
python-monascaclient>=1.0.30 # Apache-2.0
python-swiftclient>=3.0.0
redis>=2.10.0,<=2.10.5
supervisor>=3.1.3,<3.2
stevedore>=1.17.1 # Apache-2.0
<|file_sep|>updated/requirements.txt
requests>=2.7.0,<=2.10.0
oslo.concurrency<=3.13.0
oslo.config<=3.14.0
oslo.i18n<=3.8.0
oslo.utils>=3.18.0
oslo.vmware # >=1.16.0,<=2.10.0
PyYAML #>=3.1.0,<=3.11
gevent>=1.1.1
httplib2>=0.7.5,<=0.9.2
netaddr>=0.7.12,<=0.7.18,!=0.7.16
ntplib>=0.3.2,<0.4
psutil<3.1.0
pymongo # >=3.0.2,<=3.2.2,!=3.1
python-memcached>=1.56,<=1.58
python-monascaclient>=1.0.30 # Apache-2.0
python-swiftclient>=3.0.0
redis>=2.10.0,<=2.10.5
supervisor>=3.1.3,<3.2
stevedore>=1.17.1 # Apache-2.0 | 39aa1fec8d6f30076fabfb2954fde77d7a4ca30b | requirements.txt | requirements.txt | Text |
<|file_sep|>workbench/templates/workbench/block.html.diff
original:
<hr />
updated:
{{foot_html|safe}}
</section>
<section class="debug">
<|file_sep|>original/workbench/templates/workbench/block.html
{{body|safe}}
</div>
<hr />
<div class="data">
<span class="data_label">Log</span>
{{log|safe}}
</div>
<div class="data">
<span class="data_label">Database</span>
{{database.as_html|safe}}
</div>
<div class="data">
<span class="data_label">Block</span>
{{block}}
</div>
</section>
{{foot_html|safe}}
</body>
</html>
<|file_sep|>current/workbench/templates/workbench/block.html
{{foot_html|safe}}
</section>
<section class="debug">
<div class="data">
<span class="data_label">Log</span>
{{log|safe}}
</div>
<div class="data">
<span class="data_label">Database</span>
{{database.as_html|safe}}
</div>
<div class="data">
<span class="data_label">Block</span>
{{block}}
</div>
</section>
{{foot_html|safe}}
</body>
</html>
<|file_sep|>updated/workbench/templates/workbench/block.html | </div>
{{foot_html|safe}}
</section>
<section class="debug">
<div class="data">
<span class="data_label">Log</span>
{{log|safe}}
</div>
<div class="data">
<span class="data_label">Database</span>
{{database.as_html|safe}}
</div>
<div class="data">
<span class="data_label">Block</span>
{{block}}
</div>
</section>
</body>
</html> | <|file_sep|>workbench/templates/workbench/block.html.diff
original:
<hr />
updated:
{{foot_html|safe}}
</section>
<section class="debug">
<|file_sep|>original/workbench/templates/workbench/block.html
{{body|safe}}
</div>
<hr />
<div class="data">
<span class="data_label">Log</span>
{{log|safe}}
</div>
<div class="data">
<span class="data_label">Database</span>
{{database.as_html|safe}}
</div>
<div class="data">
<span class="data_label">Block</span>
{{block}}
</div>
</section>
{{foot_html|safe}}
</body>
</html>
<|file_sep|>current/workbench/templates/workbench/block.html
{{foot_html|safe}}
</section>
<section class="debug">
<div class="data">
<span class="data_label">Log</span>
{{log|safe}}
</div>
<div class="data">
<span class="data_label">Database</span>
{{database.as_html|safe}}
</div>
<div class="data">
<span class="data_label">Block</span>
{{block}}
</div>
</section>
{{foot_html|safe}}
</body>
</html>
<|file_sep|>updated/workbench/templates/workbench/block.html
</div>
{{foot_html|safe}}
</section>
<section class="debug">
<div class="data">
<span class="data_label">Log</span>
{{log|safe}}
</div>
<div class="data">
<span class="data_label">Database</span>
{{database.as_html|safe}}
</div>
<div class="data">
<span class="data_label">Block</span>
{{block}}
</div>
</section>
</body>
</html> | 1eb3c80a9d7ca9b008ca0cde9c3deb3f57a57031 | workbench/templates/workbench/block.html | workbench/templates/workbench/block.html | HTML |
<|file_sep|>original/.travis.yml
language: ruby
rvm:
- 2.1
- 2.2.7
- 2.3.4
- 2.4.1
install:
- bundler install --path vendor/bundle --jobs=3 --retry=3
script:
- bundler exec rake
<|file_sep|>current/.travis.yml
language: ruby
rvm:
- 2.1
- 2.2.7
- 2.3.4
- 2.4.1
install:
- bundler install --path vendor/bundle --jobs=3 --retry=3
script:
- bundler exec rake
<|file_sep|>updated/.travis.yml | language: ruby
rvm:
- 2.2.7
- 2.3.4
- 2.4.1
install:
- bundler install --path vendor/bundle --jobs=3 --retry=3
script:
- bundler exec rake | <|file_sep|>original/.travis.yml
language: ruby
rvm:
- 2.1
- 2.2.7
- 2.3.4
- 2.4.1
install:
- bundler install --path vendor/bundle --jobs=3 --retry=3
script:
- bundler exec rake
<|file_sep|>current/.travis.yml
language: ruby
rvm:
- 2.1
- 2.2.7
- 2.3.4
- 2.4.1
install:
- bundler install --path vendor/bundle --jobs=3 --retry=3
script:
- bundler exec rake
<|file_sep|>updated/.travis.yml
language: ruby
rvm:
- 2.2.7
- 2.3.4
- 2.4.1
install:
- bundler install --path vendor/bundle --jobs=3 --retry=3
script:
- bundler exec rake | 6fcf204cac4b5007e35c42a942b2da3dcd1c0acd | .travis.yml | .travis.yml | YAML |
<|file_sep|>AndroidManifest.xml.diff
original:
updated:
<intent-filter
android:label="@string/app_name">
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
<|file_sep|>original/AndroidManifest.xml
android:name=".ArcadeGameActivity"
android:label="Arcade" />
<activity
android:name=".ArcadeGameListActivity"
android:label="Arcade">
<intent-filter
android:label="@string/app_name">
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<activity
android:name=".HelpActivity"
android:label="@string/help"
android:theme="@style/HelpDialog" />
<activity
android:name=".SettingsActivity"
android:label="@string/settings" />
</application>
</manifest>
<|file_sep|>current/AndroidManifest.xml
android:name=".ClassicGameActivity"
android:label="Classic" />
<activity
android:name=".ArcadeGameActivity"
android:label="Arcade" />
<activity
android:name=".ArcadeGameListActivity"
android:label="Arcade">
<intent-filter
android:label="@string/app_name">
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<activity
android:name=".HelpActivity"
android:label="@string/help"
android:theme="@style/HelpDialog" />
<activity
android:name=".SettingsActivity"
android:label="@string/settings" />
<|file_sep|>updated/AndroidManifest.xml | </intent-filter>
</activity>
<activity
android:name=".ClassicGameActivity"
android:label="Classic" />
<activity
android:name=".ArcadeGameActivity"
android:label="Arcade" />
<activity
android:name=".ArcadeGameListActivity"
android:label="Arcade" />
<activity
android:name=".HelpActivity"
android:label="@string/help"
android:theme="@style/HelpDialog" />
<activity
android:name=".SettingsActivity"
android:label="@string/settings" />
</application>
</manifest> | <|file_sep|>AndroidManifest.xml.diff
original:
updated:
<intent-filter
android:label="@string/app_name">
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
<|file_sep|>original/AndroidManifest.xml
android:name=".ArcadeGameActivity"
android:label="Arcade" />
<activity
android:name=".ArcadeGameListActivity"
android:label="Arcade">
<intent-filter
android:label="@string/app_name">
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<activity
android:name=".HelpActivity"
android:label="@string/help"
android:theme="@style/HelpDialog" />
<activity
android:name=".SettingsActivity"
android:label="@string/settings" />
</application>
</manifest>
<|file_sep|>current/AndroidManifest.xml
android:name=".ClassicGameActivity"
android:label="Classic" />
<activity
android:name=".ArcadeGameActivity"
android:label="Arcade" />
<activity
android:name=".ArcadeGameListActivity"
android:label="Arcade">
<intent-filter
android:label="@string/app_name">
<action android:name="android.intent.action.MAIN" />
<category android:name="android.intent.category.LAUNCHER" />
</intent-filter>
</activity>
<activity
android:name=".HelpActivity"
android:label="@string/help"
android:theme="@style/HelpDialog" />
<activity
android:name=".SettingsActivity"
android:label="@string/settings" />
<|file_sep|>updated/AndroidManifest.xml
</intent-filter>
</activity>
<activity
android:name=".ClassicGameActivity"
android:label="Classic" />
<activity
android:name=".ArcadeGameActivity"
android:label="Arcade" />
<activity
android:name=".ArcadeGameListActivity"
android:label="Arcade" />
<activity
android:name=".HelpActivity"
android:label="@string/help"
android:theme="@style/HelpDialog" />
<activity
android:name=".SettingsActivity"
android:label="@string/settings" />
</application>
</manifest> | 85bb95cf0e5b1c91b623430fb735d7c029d7099f | AndroidManifest.xml | AndroidManifest.xml | XML |
<|file_sep|>original/qa/qa/specs/features/api/basics_spec.rb
<|file_sep|>current/qa/qa/specs/features/api/basics_spec.rb
<|file_sep|>updated/qa/qa/specs/features/api/basics_spec.rb | require 'securerandom'
module QA
feature 'API basics', :core do
before(:context) do
@api_client = Runtime::API::Client.new(:gitlab)
end
let(:project_name) { "api-basics-#{SecureRandom.hex(8)}" }
let(:sanitized_project_path) { CGI.escape("#{Runtime::User.name}/#{project_name}") }
scenario 'user creates a project with a file and deletes them afterwards' do
create_project_request = Runtime::API::Request.new(@api_client, '/projects')
post create_project_request.url, path: project_name, name: project_name
expect_status(201)
expect(json_body).to match(
a_hash_including(name: project_name, path: project_name)
)
create_file_request = Runtime::API::Request.new(@api_client, "/projects/#{sanitized_project_path}/repository/files/README.md") | <|file_sep|>original/qa/qa/specs/features/api/basics_spec.rb
<|file_sep|>current/qa/qa/specs/features/api/basics_spec.rb
<|file_sep|>updated/qa/qa/specs/features/api/basics_spec.rb
require 'securerandom'
module QA
feature 'API basics', :core do
before(:context) do
@api_client = Runtime::API::Client.new(:gitlab)
end
let(:project_name) { "api-basics-#{SecureRandom.hex(8)}" }
let(:sanitized_project_path) { CGI.escape("#{Runtime::User.name}/#{project_name}") }
scenario 'user creates a project with a file and deletes them afterwards' do
create_project_request = Runtime::API::Request.new(@api_client, '/projects')
post create_project_request.url, path: project_name, name: project_name
expect_status(201)
expect(json_body).to match(
a_hash_including(name: project_name, path: project_name)
)
create_file_request = Runtime::API::Request.new(@api_client, "/projects/#{sanitized_project_path}/repository/files/README.md") | dfb6965b79df788776d9c18baf24fa11e847851a | qa/qa/specs/features/api/basics_spec.rb | qa/qa/specs/features/api/basics_spec.rb | Ruby |
<|file_sep|>original/recipes/pypydispatcher/meta.yaml
test:
imports:
- pydispatch
about:
home: https://github.com/scrapy/pypydispatcher
license: BSD-3-Clause-Clear
license_family: BSD
license_file: license.txt
summary: 'Multi-producer-multi-consumer signal dispatching mechanism, with PyPy support'
description: |
Multi-producer-multi-consumer signal dispatching mechanism, with PyPy support
extra:
recipe-maintainers:
- Gallaecio
- wRAR
- dangra
- rmax
<|file_sep|>current/recipes/pypydispatcher/meta.yaml
test:
imports:
- pydispatch
about:
home: https://github.com/scrapy/pypydispatcher
license: BSD-3-Clause-Clear
license_family: BSD
license_file: license.txt
summary: 'Multi-producer-multi-consumer signal dispatching mechanism, with PyPy support'
description: |
Multi-producer-multi-consumer signal dispatching mechanism, with PyPy support
extra:
recipe-maintainers:
- Gallaecio
- wRAR
- dangra
- rmax
<|file_sep|>updated/recipes/pypydispatcher/meta.yaml | - python >=3
test:
imports:
- pydispatch
about:
home: https://github.com/scrapy/pypydispatcher
license: BSD-3-Clause-Clear
license_family: BSD
license_file: license.txt
summary: 'Multi-producer-multi-consumer signal dispatching mechanism, with PyPy support'
description: |
Multi-producer-multi-consumer signal dispatching mechanism, with PyPy support
extra:
recipe-maintainers:
- Gallaecio
- wRAR
- rmax | <|file_sep|>original/recipes/pypydispatcher/meta.yaml
test:
imports:
- pydispatch
about:
home: https://github.com/scrapy/pypydispatcher
license: BSD-3-Clause-Clear
license_family: BSD
license_file: license.txt
summary: 'Multi-producer-multi-consumer signal dispatching mechanism, with PyPy support'
description: |
Multi-producer-multi-consumer signal dispatching mechanism, with PyPy support
extra:
recipe-maintainers:
- Gallaecio
- wRAR
- dangra
- rmax
<|file_sep|>current/recipes/pypydispatcher/meta.yaml
test:
imports:
- pydispatch
about:
home: https://github.com/scrapy/pypydispatcher
license: BSD-3-Clause-Clear
license_family: BSD
license_file: license.txt
summary: 'Multi-producer-multi-consumer signal dispatching mechanism, with PyPy support'
description: |
Multi-producer-multi-consumer signal dispatching mechanism, with PyPy support
extra:
recipe-maintainers:
- Gallaecio
- wRAR
- dangra
- rmax
<|file_sep|>updated/recipes/pypydispatcher/meta.yaml
- python >=3
test:
imports:
- pydispatch
about:
home: https://github.com/scrapy/pypydispatcher
license: BSD-3-Clause-Clear
license_family: BSD
license_file: license.txt
summary: 'Multi-producer-multi-consumer signal dispatching mechanism, with PyPy support'
description: |
Multi-producer-multi-consumer signal dispatching mechanism, with PyPy support
extra:
recipe-maintainers:
- Gallaecio
- wRAR
- rmax | f8acef56b1753ae847cea0db975363ac39aaca17 | recipes/pypydispatcher/meta.yaml | recipes/pypydispatcher/meta.yaml | YAML |
<|file_sep|>original/etc/bwcv3.properties
<|file_sep|>current/etc/bwcv3.properties
<|file_sep|>updated/etc/bwcv3.properties | ## RESTHeart Configuration - development properties.
## See: https://restheart.org/learn/configuration
https-listener = true
https-host = localhost
https-port = 4443
http-listener = true
http-host = localhost
http-port = 8080
ajp-listener = true
ajp-host = localhost
ajp-port = 8009
instance-name = default
default-representation-format = SHAL
mongo-uri = mongodb://127.0.0.1
| <|file_sep|>original/etc/bwcv3.properties
<|file_sep|>current/etc/bwcv3.properties
<|file_sep|>updated/etc/bwcv3.properties
## RESTHeart Configuration - development properties.
## See: https://restheart.org/learn/configuration
https-listener = true
https-host = localhost
https-port = 4443
http-listener = true
http-host = localhost
http-port = 8080
ajp-listener = true
ajp-host = localhost
ajp-port = 8009
instance-name = default
default-representation-format = SHAL
mongo-uri = mongodb://127.0.0.1
| f4b34bc6009b61c84d6456715cd8ccf79b4795e2 | etc/bwcv3.properties | etc/bwcv3.properties | INI |
<|file_sep|>original/app/views/knowledge_base/sectionables/texts/_text.html.erb
<h2 class="heading"><%= text.heading %></h2>
<% if text.image %>
<%= image_tag text.image %>
<% end %>
<div class="lead">
<%= simple_format text.lead %>
</div>
<div class="body">
<%= simple_format text.body %>
</div>
<|file_sep|>current/app/views/knowledge_base/sectionables/texts/_text.html.erb
<h2 class="heading"><%= text.heading %></h2>
<% if text.image %>
<%= image_tag text.image %>
<% end %>
<div class="lead">
<%= simple_format text.lead %>
</div>
<div class="body">
<%= simple_format text.body %>
</div>
<|file_sep|>updated/app/views/knowledge_base/sectionables/texts/_text.html.erb | <h2 class="heading"><%= text.heading %></h2>
<% if text.image? %>
<%= image_tag text.image %>
<% end %>
<div class="lead">
<%= simple_format text.lead %>
</div>
<div class="body">
<%= simple_format text.body %>
</div> | <|file_sep|>original/app/views/knowledge_base/sectionables/texts/_text.html.erb
<h2 class="heading"><%= text.heading %></h2>
<% if text.image %>
<%= image_tag text.image %>
<% end %>
<div class="lead">
<%= simple_format text.lead %>
</div>
<div class="body">
<%= simple_format text.body %>
</div>
<|file_sep|>current/app/views/knowledge_base/sectionables/texts/_text.html.erb
<h2 class="heading"><%= text.heading %></h2>
<% if text.image %>
<%= image_tag text.image %>
<% end %>
<div class="lead">
<%= simple_format text.lead %>
</div>
<div class="body">
<%= simple_format text.body %>
</div>
<|file_sep|>updated/app/views/knowledge_base/sectionables/texts/_text.html.erb
<h2 class="heading"><%= text.heading %></h2>
<% if text.image? %>
<%= image_tag text.image %>
<% end %>
<div class="lead">
<%= simple_format text.lead %>
</div>
<div class="body">
<%= simple_format text.body %>
</div> | e4594d5a5f305393d4aeb58076ad6304fd7a306b | app/views/knowledge_base/sectionables/texts/_text.html.erb | app/views/knowledge_base/sectionables/texts/_text.html.erb | HTML+ERB |
<|file_sep|>annotran/templates/client/sidebar_tutorial.html.diff
original:
To view an existing translation, select a group and language above.
updated:
To create a translation in a new language for a selected group, expand a list of existing languages given above by clicking "Select Language" and adding a new language to a language list.
Then, follow the instructions in the "Translation Options" below.
<|file_sep|>annotran/templates/client/sidebar_tutorial.html.diff
original:
To create a new translation in an existing language, sign in and select a group and language and click "New Translation".
updated:
To view available translations or edit your own translations select a group and a language above, and follow the instructions in the "Translation Options" below.
<|file_sep|>original/annotran/templates/client/sidebar_tutorial.html
<p class="sidebar-tutorial__list-item-content">
To view an existing translation, select a group and language above.
</p>
</li>
<li class="sidebar-tutorial__list-item">
<p class="sidebar-tutorial__list-item-content">
To create a new translation in an existing language, sign in and select a group and language and click "New Translation".
</p>
</li>
<li class="sidebar-tutorial__list-item">
<p class="sidebar-tutorial__list-item-content">
To create a new translation in a new language, sign in and select a group and then click "New Translation" in the language list.
</p>
</li>
<li class="sidebar-tutorial__list-item">
<p class="sidebar-tutorial__list-item-content">
When viewing a translation, hover over text to see the original version.
</p>
</li>
</ol>
</div>
<|file_sep|>current/annotran/templates/client/sidebar_tutorial.html
To create a translation in a new language for a selected group, expand a list of existing languages given above by clicking "Select Language" and adding a new language to a language list.
Then, follow the instructions in the "Translation Options" below.
</p>
</li>
<li class="sidebar-tutorial__list-item">
<p class="sidebar-tutorial__list-item-content">
To view available translations or edit your own translations select a group and a language above, and follow the instructions in the "Translation Options" below.
</p>
</li>
<li class="sidebar-tutorial__list-item">
<p class="sidebar-tutorial__list-item-content">
To create a new translation in a new language, sign in and select a group and then click "New Translation" in the language list.
</p>
</li>
<li class="sidebar-tutorial__list-item">
<p class="sidebar-tutorial__list-item-content">
When viewing a translation, hover over text to see the original version.
</p>
</li>
</ol>
</div>
<|file_sep|>updated/annotran/templates/client/sidebar_tutorial.html | To create a translation in a new language for a selected group, expand a list of existing languages given above by clicking "Select Language" and adding a new language to a language list.
Then, follow the instructions in the "Translation Options" below.
</p>
</li>
<li class="sidebar-tutorial__list-item">
<p class="sidebar-tutorial__list-item-content">
To view available translations or edit your own translations select a group and a language above, and follow the instructions in the "Translation Options" below.
</p>
</li>
<li class="sidebar-tutorial__list-item">
<p class="sidebar-tutorial__list-item-content">
To add your own translation into the list of available translations for a selected group and a language above, follow the instructions in the "Translation Options" below.
</p>
</li>
<li class="sidebar-tutorial__list-item">
<p class="sidebar-tutorial__list-item-content">
When viewing a translation, hover over text to see the original version.
</p>
</li>
</ol>
</div> | <|file_sep|>annotran/templates/client/sidebar_tutorial.html.diff
original:
To view an existing translation, select a group and language above.
updated:
To create a translation in a new language for a selected group, expand a list of existing languages given above by clicking "Select Language" and adding a new language to a language list.
Then, follow the instructions in the "Translation Options" below.
<|file_sep|>annotran/templates/client/sidebar_tutorial.html.diff
original:
To create a new translation in an existing language, sign in and select a group and language and click "New Translation".
updated:
To view available translations or edit your own translations select a group and a language above, and follow the instructions in the "Translation Options" below.
<|file_sep|>original/annotran/templates/client/sidebar_tutorial.html
<p class="sidebar-tutorial__list-item-content">
To view an existing translation, select a group and language above.
</p>
</li>
<li class="sidebar-tutorial__list-item">
<p class="sidebar-tutorial__list-item-content">
To create a new translation in an existing language, sign in and select a group and language and click "New Translation".
</p>
</li>
<li class="sidebar-tutorial__list-item">
<p class="sidebar-tutorial__list-item-content">
To create a new translation in a new language, sign in and select a group and then click "New Translation" in the language list.
</p>
</li>
<li class="sidebar-tutorial__list-item">
<p class="sidebar-tutorial__list-item-content">
When viewing a translation, hover over text to see the original version.
</p>
</li>
</ol>
</div>
<|file_sep|>current/annotran/templates/client/sidebar_tutorial.html
To create a translation in a new language for a selected group, expand a list of existing languages given above by clicking "Select Language" and adding a new language to a language list.
Then, follow the instructions in the "Translation Options" below.
</p>
</li>
<li class="sidebar-tutorial__list-item">
<p class="sidebar-tutorial__list-item-content">
To view available translations or edit your own translations select a group and a language above, and follow the instructions in the "Translation Options" below.
</p>
</li>
<li class="sidebar-tutorial__list-item">
<p class="sidebar-tutorial__list-item-content">
To create a new translation in a new language, sign in and select a group and then click "New Translation" in the language list.
</p>
</li>
<li class="sidebar-tutorial__list-item">
<p class="sidebar-tutorial__list-item-content">
When viewing a translation, hover over text to see the original version.
</p>
</li>
</ol>
</div>
<|file_sep|>updated/annotran/templates/client/sidebar_tutorial.html
To create a translation in a new language for a selected group, expand a list of existing languages given above by clicking "Select Language" and adding a new language to a language list.
Then, follow the instructions in the "Translation Options" below.
</p>
</li>
<li class="sidebar-tutorial__list-item">
<p class="sidebar-tutorial__list-item-content">
To view available translations or edit your own translations select a group and a language above, and follow the instructions in the "Translation Options" below.
</p>
</li>
<li class="sidebar-tutorial__list-item">
<p class="sidebar-tutorial__list-item-content">
To add your own translation into the list of available translations for a selected group and a language above, follow the instructions in the "Translation Options" below.
</p>
</li>
<li class="sidebar-tutorial__list-item">
<p class="sidebar-tutorial__list-item-content">
When viewing a translation, hover over text to see the original version.
</p>
</li>
</ol>
</div> | 7748f2f240f3278d184e8d0a1d7f73998b87fed4 | annotran/templates/client/sidebar_tutorial.html | annotran/templates/client/sidebar_tutorial.html | HTML |
<|file_sep|>original/README.md
# Sanrio Wardrobe
[](https://travis-ci.org/ohtake/sanrio-wardrobe)
You can find clothings of Sanrio characters.
* Source: <https://github.com/ohtake/sanrio-wardrobe/>
* Demo: <https://ohtake.github.io/sanrio-wardrobe/>
## Develop
Install [Node.js and npm](https://nodejs.org/en/download/). Execute `npm install` to install dependencies.
Run `npm start`. Now you can visit http://localhost:8080/ to view the application.
## Publish
```bash
git checkout -B gh-pages
npm run-script build
git add -f assets
<|file_sep|>current/README.md
# Sanrio Wardrobe
[](https://travis-ci.org/ohtake/sanrio-wardrobe)
You can find clothings of Sanrio characters.
* Source: <https://github.com/ohtake/sanrio-wardrobe/>
* Demo: <https://ohtake.github.io/sanrio-wardrobe/>
## Develop
Install [Node.js and npm](https://nodejs.org/en/download/). Execute `npm install` to install dependencies.
Run `npm start`. Now you can visit http://localhost:8080/ to view the application.
## Publish
```bash
git checkout -B gh-pages
npm run-script build
git add -f assets
<|file_sep|>updated/README.md | # Sanrio Wardrobe
[](https://travis-ci.org/ohtake/sanrio-wardrobe)
[](https://david-dm.org/ohtake/sanrio-wardrobe)
[](https://david-dm.org/ohtake/sanrio-wardrobe#info=devDependencies)
[](https://david-dm.org/ohtake/sanrio-wardrobe#info=peerDependencies)
You can find clothings of Sanrio characters.
* Source: <https://github.com/ohtake/sanrio-wardrobe/>
* Demo: <https://ohtake.github.io/sanrio-wardrobe/>
## Develop
Install [Node.js and npm](https://nodejs.org/en/download/). Execute `npm install` to install dependencies.
Run `npm start`. Now you can visit http://localhost:8080/ to view the application.
## Publish
| <|file_sep|>original/README.md
# Sanrio Wardrobe
[](https://travis-ci.org/ohtake/sanrio-wardrobe)
You can find clothings of Sanrio characters.
* Source: <https://github.com/ohtake/sanrio-wardrobe/>
* Demo: <https://ohtake.github.io/sanrio-wardrobe/>
## Develop
Install [Node.js and npm](https://nodejs.org/en/download/). Execute `npm install` to install dependencies.
Run `npm start`. Now you can visit http://localhost:8080/ to view the application.
## Publish
```bash
git checkout -B gh-pages
npm run-script build
git add -f assets
<|file_sep|>current/README.md
# Sanrio Wardrobe
[](https://travis-ci.org/ohtake/sanrio-wardrobe)
You can find clothings of Sanrio characters.
* Source: <https://github.com/ohtake/sanrio-wardrobe/>
* Demo: <https://ohtake.github.io/sanrio-wardrobe/>
## Develop
Install [Node.js and npm](https://nodejs.org/en/download/). Execute `npm install` to install dependencies.
Run `npm start`. Now you can visit http://localhost:8080/ to view the application.
## Publish
```bash
git checkout -B gh-pages
npm run-script build
git add -f assets
<|file_sep|>updated/README.md
# Sanrio Wardrobe
[](https://travis-ci.org/ohtake/sanrio-wardrobe)
[](https://david-dm.org/ohtake/sanrio-wardrobe)
[](https://david-dm.org/ohtake/sanrio-wardrobe#info=devDependencies)
[](https://david-dm.org/ohtake/sanrio-wardrobe#info=peerDependencies)
You can find clothings of Sanrio characters.
* Source: <https://github.com/ohtake/sanrio-wardrobe/>
* Demo: <https://ohtake.github.io/sanrio-wardrobe/>
## Develop
Install [Node.js and npm](https://nodejs.org/en/download/). Execute `npm install` to install dependencies.
Run `npm start`. Now you can visit http://localhost:8080/ to view the application.
## Publish
| a2d90cf0ceae19f4bab590e195c646611cc922c8 | README.md | README.md | Markdown |
<|file_sep|>original/messaging-client-databus/src/main/java/com/inmobi/messaging/consumer/databus/DatabusConsumerConfig.java
public static final int DEFAULT_QUEUE_SIZE = 5000;
public static final String waitTimeForFlushConfig =
"databus.consumer.waittime.forcollectorflush";
public static final long DEFAULT_WAIT_TIME_FOR_FLUSH = 1000; // 1 second
public static final String databusConfigFileKey = "databus.conf";
public static final String DEFAULT_DATABUS_CONFIG_FILE = "databus.xml";
public static final String databusClustersConfig = "databus.consumer.clusters";
public static final String databusChkProviderConfig =
"databus.consumer.chkpoint.provider.classname";
public static final String DEFAULT_CHK_PROVIDER = FSCheckpointProvider.class
.getName();
public static final String checkpointDirConfig =
"databus.consumer.checkpoint.dir";
public static final String DEFAULT_CHECKPOINT_DIR = ".";
}
<|file_sep|>current/messaging-client-databus/src/main/java/com/inmobi/messaging/consumer/databus/DatabusConsumerConfig.java
public static final int DEFAULT_QUEUE_SIZE = 5000;
public static final String waitTimeForFlushConfig =
"databus.consumer.waittime.forcollectorflush";
public static final long DEFAULT_WAIT_TIME_FOR_FLUSH = 1000; // 1 second
public static final String databusConfigFileKey = "databus.conf";
public static final String DEFAULT_DATABUS_CONFIG_FILE = "databus.xml";
public static final String databusClustersConfig = "databus.consumer.clusters";
public static final String databusChkProviderConfig =
"databus.consumer.chkpoint.provider.classname";
public static final String DEFAULT_CHK_PROVIDER = FSCheckpointProvider.class
.getName();
public static final String checkpointDirConfig =
"databus.consumer.checkpoint.dir";
public static final String DEFAULT_CHECKPOINT_DIR = ".";
}
<|file_sep|>updated/messaging-client-databus/src/main/java/com/inmobi/messaging/consumer/databus/DatabusConsumerConfig.java |
public static final String databusConfigFileKey = "databus.conf";
public static final String DEFAULT_DATABUS_CONFIG_FILE = "databus.xml";
public static final String databusClustersConfig = "databus.consumer.clusters";
public static final String databusChkProviderConfig =
"databus.consumer.chkpoint.provider.classname";
public static final String DEFAULT_CHK_PROVIDER = FSCheckpointProvider.class
.getName();
public static final String checkpointDirConfig =
"databus.consumer.checkpoint.dir";
public static final String DEFAULT_CHECKPOINT_DIR = ".";
public static final String databusConsumerPrincipal =
"databus.consumer.principal.name";
public static final String databusConsumerKeytab =
"databus.consumer.keytab.path";
} | <|file_sep|>original/messaging-client-databus/src/main/java/com/inmobi/messaging/consumer/databus/DatabusConsumerConfig.java
public static final int DEFAULT_QUEUE_SIZE = 5000;
public static final String waitTimeForFlushConfig =
"databus.consumer.waittime.forcollectorflush";
public static final long DEFAULT_WAIT_TIME_FOR_FLUSH = 1000; // 1 second
public static final String databusConfigFileKey = "databus.conf";
public static final String DEFAULT_DATABUS_CONFIG_FILE = "databus.xml";
public static final String databusClustersConfig = "databus.consumer.clusters";
public static final String databusChkProviderConfig =
"databus.consumer.chkpoint.provider.classname";
public static final String DEFAULT_CHK_PROVIDER = FSCheckpointProvider.class
.getName();
public static final String checkpointDirConfig =
"databus.consumer.checkpoint.dir";
public static final String DEFAULT_CHECKPOINT_DIR = ".";
}
<|file_sep|>current/messaging-client-databus/src/main/java/com/inmobi/messaging/consumer/databus/DatabusConsumerConfig.java
public static final int DEFAULT_QUEUE_SIZE = 5000;
public static final String waitTimeForFlushConfig =
"databus.consumer.waittime.forcollectorflush";
public static final long DEFAULT_WAIT_TIME_FOR_FLUSH = 1000; // 1 second
public static final String databusConfigFileKey = "databus.conf";
public static final String DEFAULT_DATABUS_CONFIG_FILE = "databus.xml";
public static final String databusClustersConfig = "databus.consumer.clusters";
public static final String databusChkProviderConfig =
"databus.consumer.chkpoint.provider.classname";
public static final String DEFAULT_CHK_PROVIDER = FSCheckpointProvider.class
.getName();
public static final String checkpointDirConfig =
"databus.consumer.checkpoint.dir";
public static final String DEFAULT_CHECKPOINT_DIR = ".";
}
<|file_sep|>updated/messaging-client-databus/src/main/java/com/inmobi/messaging/consumer/databus/DatabusConsumerConfig.java
public static final String databusConfigFileKey = "databus.conf";
public static final String DEFAULT_DATABUS_CONFIG_FILE = "databus.xml";
public static final String databusClustersConfig = "databus.consumer.clusters";
public static final String databusChkProviderConfig =
"databus.consumer.chkpoint.provider.classname";
public static final String DEFAULT_CHK_PROVIDER = FSCheckpointProvider.class
.getName();
public static final String checkpointDirConfig =
"databus.consumer.checkpoint.dir";
public static final String DEFAULT_CHECKPOINT_DIR = ".";
public static final String databusConsumerPrincipal =
"databus.consumer.principal.name";
public static final String databusConsumerKeytab =
"databus.consumer.keytab.path";
} | 5e7b67e55f4b987753e5e3c632ae6fd4d4cf254f | messaging-client-databus/src/main/java/com/inmobi/messaging/consumer/databus/DatabusConsumerConfig.java | messaging-client-databus/src/main/java/com/inmobi/messaging/consumer/databus/DatabusConsumerConfig.java | Java |
<|file_sep|>original/cmd/tchaik/ui/static/js/src/stores/ContainerStore.js
function mode() {
var m = localStorage.getItem("mode");
if (m === null) {
m = _defaultMode;
}
return m;
}
var _titles = {};
_titles[ContainerConstants.ALL] = "Library";
_titles[ContainerConstants.RETRO] = "";
class ContainerStore extends ChangeEmitter {
getMode() {
return mode();
}
getTitle() {
var m = mode();
if (_titles.hasOwnProperty(m)) {
return _titles[m];
<|file_sep|>current/cmd/tchaik/ui/static/js/src/stores/ContainerStore.js
function mode() {
var m = localStorage.getItem("mode");
if (m === null) {
m = _defaultMode;
}
return m;
}
var _titles = {};
_titles[ContainerConstants.ALL] = "Library";
_titles[ContainerConstants.RETRO] = "";
class ContainerStore extends ChangeEmitter {
getMode() {
return mode();
}
getTitle() {
var m = mode();
if (_titles.hasOwnProperty(m)) {
return _titles[m];
<|file_sep|>updated/cmd/tchaik/ui/static/js/src/stores/ContainerStore.js | function mode() {
var m = localStorage.getItem("mode");
if (m === null) {
m = _defaultMode;
}
return m;
}
var _titles = {};
_titles[ContainerConstants.ALL] = "Library";
_titles[ContainerConstants.RECENT] = "Recently Added";
_titles[ContainerConstants.RETRO] = "";
class ContainerStore extends ChangeEmitter {
getMode() {
return mode();
}
getTitle() {
var m = mode();
if (_titles.hasOwnProperty(m)) { | <|file_sep|>original/cmd/tchaik/ui/static/js/src/stores/ContainerStore.js
function mode() {
var m = localStorage.getItem("mode");
if (m === null) {
m = _defaultMode;
}
return m;
}
var _titles = {};
_titles[ContainerConstants.ALL] = "Library";
_titles[ContainerConstants.RETRO] = "";
class ContainerStore extends ChangeEmitter {
getMode() {
return mode();
}
getTitle() {
var m = mode();
if (_titles.hasOwnProperty(m)) {
return _titles[m];
<|file_sep|>current/cmd/tchaik/ui/static/js/src/stores/ContainerStore.js
function mode() {
var m = localStorage.getItem("mode");
if (m === null) {
m = _defaultMode;
}
return m;
}
var _titles = {};
_titles[ContainerConstants.ALL] = "Library";
_titles[ContainerConstants.RETRO] = "";
class ContainerStore extends ChangeEmitter {
getMode() {
return mode();
}
getTitle() {
var m = mode();
if (_titles.hasOwnProperty(m)) {
return _titles[m];
<|file_sep|>updated/cmd/tchaik/ui/static/js/src/stores/ContainerStore.js
function mode() {
var m = localStorage.getItem("mode");
if (m === null) {
m = _defaultMode;
}
return m;
}
var _titles = {};
_titles[ContainerConstants.ALL] = "Library";
_titles[ContainerConstants.RECENT] = "Recently Added";
_titles[ContainerConstants.RETRO] = "";
class ContainerStore extends ChangeEmitter {
getMode() {
return mode();
}
getTitle() {
var m = mode();
if (_titles.hasOwnProperty(m)) { | ab0574a03b09d221577adde5879bf96f57658235 | cmd/tchaik/ui/static/js/src/stores/ContainerStore.js | cmd/tchaik/ui/static/js/src/stores/ContainerStore.js | JavaScript |
<|file_sep|>original/spec/classes/mod/dir_spec.rb
<|file_sep|>current/spec/classes/mod/dir_spec.rb
<|file_sep|>updated/spec/classes/mod/dir_spec.rb | describe 'apache::mod::dir', :type => :class do
let :pre_condition do
'include apache'
end
context "on a Debian OS" do
let :facts do
{
:osfamily => 'Debian',
:operatingsystemrelease => '6',
:concat_basedir => '/dne',
}
end
it { should include_class("apache::params") }
it { should contain_apache__mod('dir') }
end
context "on a RedHat OS" do
let :facts do
{
:osfamily => 'RedHat',
:operatingsystemrelease => '6',
:concat_basedir => '/dne', | <|file_sep|>original/spec/classes/mod/dir_spec.rb
<|file_sep|>current/spec/classes/mod/dir_spec.rb
<|file_sep|>updated/spec/classes/mod/dir_spec.rb
describe 'apache::mod::dir', :type => :class do
let :pre_condition do
'include apache'
end
context "on a Debian OS" do
let :facts do
{
:osfamily => 'Debian',
:operatingsystemrelease => '6',
:concat_basedir => '/dne',
}
end
it { should include_class("apache::params") }
it { should contain_apache__mod('dir') }
end
context "on a RedHat OS" do
let :facts do
{
:osfamily => 'RedHat',
:operatingsystemrelease => '6',
:concat_basedir => '/dne', | 5fc0c0d490aea8a99fd8437a968d3e26b4bd6f97 | spec/classes/mod/dir_spec.rb | spec/classes/mod/dir_spec.rb | Ruby |
<|file_sep|>original/requirements.txt
docker==2.7.0
molecule==2.11.0
pytest==3.5.1
python-vagrant==0.5.15
testinfra==1.12.0
tox==2.9.1
<|file_sep|>current/requirements.txt
docker==2.7.0
molecule==2.11.0
pytest==3.5.1
python-vagrant==0.5.15
testinfra==1.12.0
tox==2.9.1
<|file_sep|>updated/requirements.txt | docker==2.7.0
molecule==2.13.1
pytest==3.5.1
python-vagrant==0.5.15
testinfra==1.12.0
tox==2.9.1 | <|file_sep|>original/requirements.txt
docker==2.7.0
molecule==2.11.0
pytest==3.5.1
python-vagrant==0.5.15
testinfra==1.12.0
tox==2.9.1
<|file_sep|>current/requirements.txt
docker==2.7.0
molecule==2.11.0
pytest==3.5.1
python-vagrant==0.5.15
testinfra==1.12.0
tox==2.9.1
<|file_sep|>updated/requirements.txt
docker==2.7.0
molecule==2.13.1
pytest==3.5.1
python-vagrant==0.5.15
testinfra==1.12.0
tox==2.9.1 | 959d41f627ce55d0ff296087173b28ca15213d80 | requirements.txt | requirements.txt | Text |
<|file_sep|>original/Utilities/hdf5/HDF5Config.cmake.in
SET(HDF5_EXTRA_FLAGS "@HDF5_EXTRA_FLAGS@")
INCLUDE_DIRECTORIES("@HDF5_MPI_INCLUDE_PATH@")
<|file_sep|>current/Utilities/hdf5/HDF5Config.cmake.in
SET(HDF5_EXTRA_FLAGS "@HDF5_EXTRA_FLAGS@")
INCLUDE_DIRECTORIES("@HDF5_MPI_INCLUDE_PATH@")
<|file_sep|>updated/Utilities/hdf5/HDF5Config.cmake.in | SET(HDF5_EXTRA_FLAGS "@HDF5_EXTRA_FLAGS@")
IF (VTK_USE_MPI)
INCLUDE_DIRECTORIES("@HDF5_MPI_INCLUDE_PATH@")
ENDIF (VTK_USE_MPI) | <|file_sep|>original/Utilities/hdf5/HDF5Config.cmake.in
SET(HDF5_EXTRA_FLAGS "@HDF5_EXTRA_FLAGS@")
INCLUDE_DIRECTORIES("@HDF5_MPI_INCLUDE_PATH@")
<|file_sep|>current/Utilities/hdf5/HDF5Config.cmake.in
SET(HDF5_EXTRA_FLAGS "@HDF5_EXTRA_FLAGS@")
INCLUDE_DIRECTORIES("@HDF5_MPI_INCLUDE_PATH@")
<|file_sep|>updated/Utilities/hdf5/HDF5Config.cmake.in
SET(HDF5_EXTRA_FLAGS "@HDF5_EXTRA_FLAGS@")
IF (VTK_USE_MPI)
INCLUDE_DIRECTORIES("@HDF5_MPI_INCLUDE_PATH@")
ENDIF (VTK_USE_MPI) | 1ca82a98541686c611641b7c5c14418d53f01b96 | Utilities/hdf5/HDF5Config.cmake.in | Utilities/hdf5/HDF5Config.cmake.in | unknown |
<|file_sep|>plugins/org.chromium.sdk/src/org/chromium/sdk/StandaloneVm.java.diff
original:
updated:
* This version should correspond to {@link JavascriptVm#getVersion()}. However it gets available
* earlier, at the transport handshake stage.
<|file_sep|>original/plugins/org.chromium.sdk/src/org/chromium/sdk/StandaloneVm.java
*/
void attach(DebugEventListener listener)
throws IOException, UnsupportedVersionException, MethodIsBlockingException;
/**
* @return name of embedding application as it wished to name itself; might be null
*/
String getEmbedderName();
/**
* @return version of V8 implementation, format is unspecified; must not be null if
* {@link StandaloneVm} has been attached
*/
// TODO: align this with {@link JavascriptVm#getVersion()} method.
String getVmVersion();
/**
* @return message explaining why VM is detached; may be null
*/
String getDisconnectReason();
}
<|file_sep|>current/plugins/org.chromium.sdk/src/org/chromium/sdk/StandaloneVm.java
throws IOException, UnsupportedVersionException, MethodIsBlockingException;
/**
* @return name of embedding application as it wished to name itself; might be null
*/
String getEmbedderName();
/**
* This version should correspond to {@link JavascriptVm#getVersion()}. However it gets available
* earlier, at the transport handshake stage.
* @return version of V8 implementation, format is unspecified; must not be null if
* {@link StandaloneVm} has been attached
*/
// TODO: align this with {@link JavascriptVm#getVersion()} method.
String getVmVersion();
/**
* @return message explaining why VM is detached; may be null
*/
String getDisconnectReason();
}
<|file_sep|>updated/plugins/org.chromium.sdk/src/org/chromium/sdk/StandaloneVm.java | void attach(DebugEventListener listener)
throws IOException, UnsupportedVersionException, MethodIsBlockingException;
/**
* @return name of embedding application as it wished to name itself; might be null
*/
String getEmbedderName();
/**
* This version should correspond to {@link JavascriptVm#getVersion()}. However it gets available
* earlier, at the transport handshake stage.
* @return version of V8 implementation, format is unspecified; must not be null if
* {@link StandaloneVm} has been attached
*/
String getVmVersion();
/**
* @return message explaining why VM is detached; may be null
*/
String getDisconnectReason();
} | <|file_sep|>plugins/org.chromium.sdk/src/org/chromium/sdk/StandaloneVm.java.diff
original:
updated:
* This version should correspond to {@link JavascriptVm#getVersion()}. However it gets available
* earlier, at the transport handshake stage.
<|file_sep|>original/plugins/org.chromium.sdk/src/org/chromium/sdk/StandaloneVm.java
*/
void attach(DebugEventListener listener)
throws IOException, UnsupportedVersionException, MethodIsBlockingException;
/**
* @return name of embedding application as it wished to name itself; might be null
*/
String getEmbedderName();
/**
* @return version of V8 implementation, format is unspecified; must not be null if
* {@link StandaloneVm} has been attached
*/
// TODO: align this with {@link JavascriptVm#getVersion()} method.
String getVmVersion();
/**
* @return message explaining why VM is detached; may be null
*/
String getDisconnectReason();
}
<|file_sep|>current/plugins/org.chromium.sdk/src/org/chromium/sdk/StandaloneVm.java
throws IOException, UnsupportedVersionException, MethodIsBlockingException;
/**
* @return name of embedding application as it wished to name itself; might be null
*/
String getEmbedderName();
/**
* This version should correspond to {@link JavascriptVm#getVersion()}. However it gets available
* earlier, at the transport handshake stage.
* @return version of V8 implementation, format is unspecified; must not be null if
* {@link StandaloneVm} has been attached
*/
// TODO: align this with {@link JavascriptVm#getVersion()} method.
String getVmVersion();
/**
* @return message explaining why VM is detached; may be null
*/
String getDisconnectReason();
}
<|file_sep|>updated/plugins/org.chromium.sdk/src/org/chromium/sdk/StandaloneVm.java
void attach(DebugEventListener listener)
throws IOException, UnsupportedVersionException, MethodIsBlockingException;
/**
* @return name of embedding application as it wished to name itself; might be null
*/
String getEmbedderName();
/**
* This version should correspond to {@link JavascriptVm#getVersion()}. However it gets available
* earlier, at the transport handshake stage.
* @return version of V8 implementation, format is unspecified; must not be null if
* {@link StandaloneVm} has been attached
*/
String getVmVersion();
/**
* @return message explaining why VM is detached; may be null
*/
String getDisconnectReason();
} | 61d17f4eef5cfa5890253a74b657bf02ee8bca03 | plugins/org.chromium.sdk/src/org/chromium/sdk/StandaloneVm.java | plugins/org.chromium.sdk/src/org/chromium/sdk/StandaloneVm.java | Java |
<|file_sep|>lib/facter/freeradius_version.rb.diff
original:
minver = version.split(/\n/)[0].match(/FreeRADIUS Version (\d\.\d\.\d)/)[1].to_s
updated:
minver = version.split(/\n/)[0].match(/FreeRADIUS Version (\d+\.\d+\.\d+)/)[1].to_s
<|file_sep|>original/lib/facter/freeradius_version.rb
if version.nil?
version = Facter::Core::Execution.exec('freeradius -v')
end
Facter.add(:freeradius_version) do
setcode do
if !version.nil?
minver = version.split(/\n/)[0].match(/FreeRADIUS Version (\d\.\d\.\d)/)[1].to_s
end
minver
end
end
Facter.add(:freeradius_maj_version) do
setcode do
if !version.nil?
majver = version.split(/\n/)[0].match(/FreeRADIUS Version (\d)\.\d\.\d/)[1].to_s
end
majver
end
end
<|file_sep|>current/lib/facter/freeradius_version.rb
if version.nil?
version = Facter::Core::Execution.exec('freeradius -v')
end
Facter.add(:freeradius_version) do
setcode do
if !version.nil?
minver = version.split(/\n/)[0].match(/FreeRADIUS Version (\d+\.\d+\.\d+)/)[1].to_s
end
minver
end
end
Facter.add(:freeradius_maj_version) do
setcode do
if !version.nil?
majver = version.split(/\n/)[0].match(/FreeRADIUS Version (\d)\.\d\.\d/)[1].to_s
end
majver
end
end
<|file_sep|>updated/lib/facter/freeradius_version.rb | if version.nil?
version = Facter::Core::Execution.exec('freeradius -v')
end
Facter.add(:freeradius_version) do
setcode do
if !version.nil?
minver = version.split(/\n/)[0].match(/FreeRADIUS Version (\d+\.\d+\.\d+)/)[1].to_s
end
minver
end
end
Facter.add(:freeradius_maj_version) do
setcode do
if !version.nil?
majver = version.split(/\n/)[0].match(/FreeRADIUS Version (\d+)\.\d+\.\d+/)[1].to_s
end
majver
end
end | <|file_sep|>lib/facter/freeradius_version.rb.diff
original:
minver = version.split(/\n/)[0].match(/FreeRADIUS Version (\d\.\d\.\d)/)[1].to_s
updated:
minver = version.split(/\n/)[0].match(/FreeRADIUS Version (\d+\.\d+\.\d+)/)[1].to_s
<|file_sep|>original/lib/facter/freeradius_version.rb
if version.nil?
version = Facter::Core::Execution.exec('freeradius -v')
end
Facter.add(:freeradius_version) do
setcode do
if !version.nil?
minver = version.split(/\n/)[0].match(/FreeRADIUS Version (\d\.\d\.\d)/)[1].to_s
end
minver
end
end
Facter.add(:freeradius_maj_version) do
setcode do
if !version.nil?
majver = version.split(/\n/)[0].match(/FreeRADIUS Version (\d)\.\d\.\d/)[1].to_s
end
majver
end
end
<|file_sep|>current/lib/facter/freeradius_version.rb
if version.nil?
version = Facter::Core::Execution.exec('freeradius -v')
end
Facter.add(:freeradius_version) do
setcode do
if !version.nil?
minver = version.split(/\n/)[0].match(/FreeRADIUS Version (\d+\.\d+\.\d+)/)[1].to_s
end
minver
end
end
Facter.add(:freeradius_maj_version) do
setcode do
if !version.nil?
majver = version.split(/\n/)[0].match(/FreeRADIUS Version (\d)\.\d\.\d/)[1].to_s
end
majver
end
end
<|file_sep|>updated/lib/facter/freeradius_version.rb
if version.nil?
version = Facter::Core::Execution.exec('freeradius -v')
end
Facter.add(:freeradius_version) do
setcode do
if !version.nil?
minver = version.split(/\n/)[0].match(/FreeRADIUS Version (\d+\.\d+\.\d+)/)[1].to_s
end
minver
end
end
Facter.add(:freeradius_maj_version) do
setcode do
if !version.nil?
majver = version.split(/\n/)[0].match(/FreeRADIUS Version (\d+)\.\d+\.\d+/)[1].to_s
end
majver
end
end | ab08902cd8ebd8c64a26b752511e1257f07814f8 | lib/facter/freeradius_version.rb | lib/facter/freeradius_version.rb | Ruby |
<|file_sep|>original/bokeh/src/main/scala/objects/Guides.scala
package io.continuum.bokeh
abstract class GuideRenderer extends Renderer {
object plot extends Field[Plot]
object dimension extends Field[Int](0)
object bounds extends Field[(Float, Float)] // Either[Auto, (Float, Float)]]
}
abstract class Axis extends GuideRenderer {
object location extends Field[Location] // Either[Location, Float]
object ticker extends Field[Ticker]
object formatter extends Field[TickFormatter]
object axis_label extends Field[String]
object axis_label_standoff extends Field[Int]
//// object axis_label_props extends Include(TextProps, prefix="axis_label")
object major_label_standoff extends Field[Int]
object major_label_orientation extends Field[Orientation] // Either[Orientation, Double]
//// object major_label_props extends Include(TextProps, prefix="major_label")
<|file_sep|>current/bokeh/src/main/scala/objects/Guides.scala
package io.continuum.bokeh
abstract class GuideRenderer extends Renderer {
object plot extends Field[Plot]
object dimension extends Field[Int](0)
object bounds extends Field[(Float, Float)] // Either[Auto, (Float, Float)]]
}
abstract class Axis extends GuideRenderer {
object location extends Field[Location] // Either[Location, Float]
object ticker extends Field[Ticker]
object formatter extends Field[TickFormatter]
object axis_label extends Field[String]
object axis_label_standoff extends Field[Int]
//// object axis_label_props extends Include(TextProps, prefix="axis_label")
object major_label_standoff extends Field[Int]
object major_label_orientation extends Field[Orientation] // Either[Orientation, Double]
//// object major_label_props extends Include(TextProps, prefix="major_label")
<|file_sep|>updated/bokeh/src/main/scala/objects/Guides.scala | package io.continuum.bokeh
abstract class GuideRenderer extends Renderer {
object plot extends Field[Plot]
object dimension extends Field[Int](0)
object bounds extends Field[(Double, Double)] // Either[Auto, (Float, Float)]]
}
abstract class Axis extends GuideRenderer {
object location extends Field[Location] // Either[Location, Float]
object ticker extends Field[Ticker]
object formatter extends Field[TickFormatter]
object axis_label extends Field[String]
object axis_label_standoff extends Field[Int]
//// object axis_label_props extends Include(TextProps, prefix="axis_label")
object major_label_standoff extends Field[Int]
object major_label_orientation extends Field[Orientation] // Either[Orientation, Double]
//// object major_label_props extends Include(TextProps, prefix="major_label") | <|file_sep|>original/bokeh/src/main/scala/objects/Guides.scala
package io.continuum.bokeh
abstract class GuideRenderer extends Renderer {
object plot extends Field[Plot]
object dimension extends Field[Int](0)
object bounds extends Field[(Float, Float)] // Either[Auto, (Float, Float)]]
}
abstract class Axis extends GuideRenderer {
object location extends Field[Location] // Either[Location, Float]
object ticker extends Field[Ticker]
object formatter extends Field[TickFormatter]
object axis_label extends Field[String]
object axis_label_standoff extends Field[Int]
//// object axis_label_props extends Include(TextProps, prefix="axis_label")
object major_label_standoff extends Field[Int]
object major_label_orientation extends Field[Orientation] // Either[Orientation, Double]
//// object major_label_props extends Include(TextProps, prefix="major_label")
<|file_sep|>current/bokeh/src/main/scala/objects/Guides.scala
package io.continuum.bokeh
abstract class GuideRenderer extends Renderer {
object plot extends Field[Plot]
object dimension extends Field[Int](0)
object bounds extends Field[(Float, Float)] // Either[Auto, (Float, Float)]]
}
abstract class Axis extends GuideRenderer {
object location extends Field[Location] // Either[Location, Float]
object ticker extends Field[Ticker]
object formatter extends Field[TickFormatter]
object axis_label extends Field[String]
object axis_label_standoff extends Field[Int]
//// object axis_label_props extends Include(TextProps, prefix="axis_label")
object major_label_standoff extends Field[Int]
object major_label_orientation extends Field[Orientation] // Either[Orientation, Double]
//// object major_label_props extends Include(TextProps, prefix="major_label")
<|file_sep|>updated/bokeh/src/main/scala/objects/Guides.scala
package io.continuum.bokeh
abstract class GuideRenderer extends Renderer {
object plot extends Field[Plot]
object dimension extends Field[Int](0)
object bounds extends Field[(Double, Double)] // Either[Auto, (Float, Float)]]
}
abstract class Axis extends GuideRenderer {
object location extends Field[Location] // Either[Location, Float]
object ticker extends Field[Ticker]
object formatter extends Field[TickFormatter]
object axis_label extends Field[String]
object axis_label_standoff extends Field[Int]
//// object axis_label_props extends Include(TextProps, prefix="axis_label")
object major_label_standoff extends Field[Int]
object major_label_orientation extends Field[Orientation] // Either[Orientation, Double]
//// object major_label_props extends Include(TextProps, prefix="major_label") | 4bc628d409e0bdf795a4566b1ef11a7bb7c9b6a1 | bokeh/src/main/scala/objects/Guides.scala | bokeh/src/main/scala/objects/Guides.scala | Scala |
<|file_sep|>original/src/index.ts
export {SEGMENT_CONFIG, SegmentModule} from './ngx-segment-analytics.module';
export {SegmentService} from './ngx-segment-analytics.service';
export {SegmentConfig} from './ngx-segment-analytics.config';
<|file_sep|>current/src/index.ts
export {SEGMENT_CONFIG, SegmentModule} from './ngx-segment-analytics.module';
export {SegmentService} from './ngx-segment-analytics.service';
export {SegmentConfig} from './ngx-segment-analytics.config';
<|file_sep|>updated/src/index.ts | export * from './ngx-segment-analytics.module';
export { SegmentService } from './ngx-segment-analytics.service';
export { SegmentConfig } from './ngx-segment-analytics.config'; | <|file_sep|>original/src/index.ts
export {SEGMENT_CONFIG, SegmentModule} from './ngx-segment-analytics.module';
export {SegmentService} from './ngx-segment-analytics.service';
export {SegmentConfig} from './ngx-segment-analytics.config';
<|file_sep|>current/src/index.ts
export {SEGMENT_CONFIG, SegmentModule} from './ngx-segment-analytics.module';
export {SegmentService} from './ngx-segment-analytics.service';
export {SegmentConfig} from './ngx-segment-analytics.config';
<|file_sep|>updated/src/index.ts
export * from './ngx-segment-analytics.module';
export { SegmentService } from './ngx-segment-analytics.service';
export { SegmentConfig } from './ngx-segment-analytics.config'; | c5ef44e14ef33c4df42ac296356c01a65d0834f6 | src/index.ts | src/index.ts | TypeScript |
<|file_sep|>slack-links-archive/links.md.diff
original:
date: 2020-04-16
updated:
date: 2020-04-17
---
## blogs
---
## ctf
<|file_sep|>slack-links-archive/links.md.diff
original:
updated:
---
## news
---
## disclosedbugs
<|file_sep|>slack-links-archive/links.md.diff
original:
updated:
## synack
---
## web-security
---
## mobile-security
---
<|file_sep|>slack-links-archive/links.md.diff
original:
updated:
---
## bugcrowd
---
## help
<|file_sep|>original/slack-links-archive/links.md
---
## blogs
---
## mobile-security
---
## news
---
## ctf
---
## synack
---
## bugcrowd
---
*Thank you [@mhmdiaa](https://twitter.com/@mhmdiaa) for helping to setup this page*
<|file_sep|>current/slack-links-archive/links.md
---
## help
---
## disclosedbugs
---
## blogs
---
## mobile-security
---
## news
---
## ctf
---
## synack
<|file_sep|>updated/slack-links-archive/links.md |
---
## web-security
---
## mobile-security
---
## hackerone
---
## bugcrowd
---
## help
---
## tools
---
*Thank you [@mhmdiaa](https://twitter.com/@mhmdiaa) for helping to setup this page* | <|file_sep|>slack-links-archive/links.md.diff
original:
date: 2020-04-16
updated:
date: 2020-04-17
---
## blogs
---
## ctf
<|file_sep|>slack-links-archive/links.md.diff
original:
updated:
---
## news
---
## disclosedbugs
<|file_sep|>slack-links-archive/links.md.diff
original:
updated:
## synack
---
## web-security
---
## mobile-security
---
<|file_sep|>slack-links-archive/links.md.diff
original:
updated:
---
## bugcrowd
---
## help
<|file_sep|>original/slack-links-archive/links.md
---
## blogs
---
## mobile-security
---
## news
---
## ctf
---
## synack
---
## bugcrowd
---
*Thank you [@mhmdiaa](https://twitter.com/@mhmdiaa) for helping to setup this page*
<|file_sep|>current/slack-links-archive/links.md
---
## help
---
## disclosedbugs
---
## blogs
---
## mobile-security
---
## news
---
## ctf
---
## synack
<|file_sep|>updated/slack-links-archive/links.md
---
## web-security
---
## mobile-security
---
## hackerone
---
## bugcrowd
---
## help
---
## tools
---
*Thank you [@mhmdiaa](https://twitter.com/@mhmdiaa) for helping to setup this page* | 587c151f4ec84f429719b786d3639d948502af5a | slack-links-archive/links.md | slack-links-archive/links.md | Markdown |
<|file_sep|>original/.travis.yml
language: node_js
node_js:
- 4.2
branches:
only:
- master
install:
- npm install
script:
- npm run build
after_success:
- node ./deploy/ftp.js
<|file_sep|>current/.travis.yml
language: node_js
node_js:
- 4.2
branches:
only:
- master
install:
- npm install
script:
- npm run build
after_success:
- node ./deploy/ftp.js
<|file_sep|>updated/.travis.yml | language: node_js
node_js:
- 7.2
branches:
only:
- master
install:
- npm install
script:
- npm run build
after_success:
- node ./deploy/ftp.js | <|file_sep|>original/.travis.yml
language: node_js
node_js:
- 4.2
branches:
only:
- master
install:
- npm install
script:
- npm run build
after_success:
- node ./deploy/ftp.js
<|file_sep|>current/.travis.yml
language: node_js
node_js:
- 4.2
branches:
only:
- master
install:
- npm install
script:
- npm run build
after_success:
- node ./deploy/ftp.js
<|file_sep|>updated/.travis.yml
language: node_js
node_js:
- 7.2
branches:
only:
- master
install:
- npm install
script:
- npm run build
after_success:
- node ./deploy/ftp.js | 411c04d0dd80ecd750bfc199d331ea65f3e8ab38 | .travis.yml | .travis.yml | YAML |
<|file_sep|>original/.travis.yml
language: objective-c
osx_image: xcode7.3
rvm: system
install:
- sudo gem update --system
- sudo gem install bundler --no-ri --no-rdoc
- sudo ARCHFLAGS=-Wno-error=unused-command-line-argument-hard-error-in-future bundle install
- sudo chown -R $(whoami) ${TRAVIS_BUILD_DIR} # ensure tmp/ is writable for bundler
script:
- bundle exec rake ci
<|file_sep|>current/.travis.yml
language: objective-c
osx_image: xcode7.3
rvm: system
install:
- sudo gem update --system
- sudo gem install bundler --no-ri --no-rdoc
- sudo ARCHFLAGS=-Wno-error=unused-command-line-argument-hard-error-in-future bundle install
- sudo chown -R $(whoami) ${TRAVIS_BUILD_DIR} # ensure tmp/ is writable for bundler
script:
- bundle exec rake ci
<|file_sep|>updated/.travis.yml | language: objective-c
osx_image: xcode7.3
rvm: system
install:
- sudo gem update --system --no-document
- sudo gem install bundler --no-document -n /usr/local/bin
- sudo ARCHFLAGS=-Wno-error=unused-command-line-argument-hard-error-in-future bundle install
- sudo chown -R $(whoami) ${TRAVIS_BUILD_DIR} # ensure tmp/ is writable for bundler
script:
- bundle exec rake ci | <|file_sep|>original/.travis.yml
language: objective-c
osx_image: xcode7.3
rvm: system
install:
- sudo gem update --system
- sudo gem install bundler --no-ri --no-rdoc
- sudo ARCHFLAGS=-Wno-error=unused-command-line-argument-hard-error-in-future bundle install
- sudo chown -R $(whoami) ${TRAVIS_BUILD_DIR} # ensure tmp/ is writable for bundler
script:
- bundle exec rake ci
<|file_sep|>current/.travis.yml
language: objective-c
osx_image: xcode7.3
rvm: system
install:
- sudo gem update --system
- sudo gem install bundler --no-ri --no-rdoc
- sudo ARCHFLAGS=-Wno-error=unused-command-line-argument-hard-error-in-future bundle install
- sudo chown -R $(whoami) ${TRAVIS_BUILD_DIR} # ensure tmp/ is writable for bundler
script:
- bundle exec rake ci
<|file_sep|>updated/.travis.yml
language: objective-c
osx_image: xcode7.3
rvm: system
install:
- sudo gem update --system --no-document
- sudo gem install bundler --no-document -n /usr/local/bin
- sudo ARCHFLAGS=-Wno-error=unused-command-line-argument-hard-error-in-future bundle install
- sudo chown -R $(whoami) ${TRAVIS_BUILD_DIR} # ensure tmp/ is writable for bundler
script:
- bundle exec rake ci | 43b1ee1977c3701226ed5ad22429b0b8579cfc57 | .travis.yml | .travis.yml | YAML |
<|file_sep|>original/src/components/MarkdownParagraph/index.js
import React from 'react';
import Markdown from 'react-markdown';
import styles from 'components/Paragraph/paragraph.scss';
const MarkdownParagraph = ({ text, noMargin }) => (
<Markdown
className={styles[noMargin ? 'no-margin' : 'root']}
disallowedTypes={['HtmlInline', 'HtmlBlock', 'Image']}
source={text} />
);
export default MarkdownParagraph;
<|file_sep|>current/src/components/MarkdownParagraph/index.js
import React from 'react';
import Markdown from 'react-markdown';
import styles from 'components/Paragraph/paragraph.scss';
const MarkdownParagraph = ({ text, noMargin }) => (
<Markdown
className={styles[noMargin ? 'no-margin' : 'root']}
disallowedTypes={['HtmlInline', 'HtmlBlock', 'Image']}
source={text} />
);
export default MarkdownParagraph;
<|file_sep|>updated/src/components/MarkdownParagraph/index.js | import React from 'react';
import Markdown from 'react-markdown';
import styles from 'components/Paragraph/paragraph.scss';
const MarkdownParagraph = ({ text, noMargin }) => (
<Markdown
className={styles[noMargin ? 'no-margin' : 'root']}
disallowedTypes={['HtmlBlock', 'Image']}
source={text} />
);
export default MarkdownParagraph; | <|file_sep|>original/src/components/MarkdownParagraph/index.js
import React from 'react';
import Markdown from 'react-markdown';
import styles from 'components/Paragraph/paragraph.scss';
const MarkdownParagraph = ({ text, noMargin }) => (
<Markdown
className={styles[noMargin ? 'no-margin' : 'root']}
disallowedTypes={['HtmlInline', 'HtmlBlock', 'Image']}
source={text} />
);
export default MarkdownParagraph;
<|file_sep|>current/src/components/MarkdownParagraph/index.js
import React from 'react';
import Markdown from 'react-markdown';
import styles from 'components/Paragraph/paragraph.scss';
const MarkdownParagraph = ({ text, noMargin }) => (
<Markdown
className={styles[noMargin ? 'no-margin' : 'root']}
disallowedTypes={['HtmlInline', 'HtmlBlock', 'Image']}
source={text} />
);
export default MarkdownParagraph;
<|file_sep|>updated/src/components/MarkdownParagraph/index.js
import React from 'react';
import Markdown from 'react-markdown';
import styles from 'components/Paragraph/paragraph.scss';
const MarkdownParagraph = ({ text, noMargin }) => (
<Markdown
className={styles[noMargin ? 'no-margin' : 'root']}
disallowedTypes={['HtmlBlock', 'Image']}
source={text} />
);
export default MarkdownParagraph; | 2a393e96fbf14190c3c0e63c7ae4ed222f1fb7aa | src/components/MarkdownParagraph/index.js | src/components/MarkdownParagraph/index.js | JavaScript |
<|file_sep|>original/cloudify/tests/resources/blueprints/not_exist_op_workflow.yaml
tosca_definitions_version: cloudify_dsl_1_0
imports:
- http://getcloudify.org/spec/cloudify/3.1rc1/types.yaml
node_templates:
node1:
type: cloudify.nodes.Root
workflows:
not_exist_op_workflow:
mapping: mock.cloudify.tests.test_missing_operation.not_exist_op_workflow
parameters: {}
not_exist_interface_workflow:
mapping: mock.cloudify.tests.test_missing_operation.not_exist_interface_workflow
parameters: {}
stop_workflow:
mapping: mock.cloudify.tests.test_missing_operation.stop_workflow
parameters: {}
plugins:
<|file_sep|>current/cloudify/tests/resources/blueprints/not_exist_op_workflow.yaml
tosca_definitions_version: cloudify_dsl_1_0
imports:
- http://getcloudify.org/spec/cloudify/3.1rc1/types.yaml
node_templates:
node1:
type: cloudify.nodes.Root
workflows:
not_exist_op_workflow:
mapping: mock.cloudify.tests.test_missing_operation.not_exist_op_workflow
parameters: {}
not_exist_interface_workflow:
mapping: mock.cloudify.tests.test_missing_operation.not_exist_interface_workflow
parameters: {}
stop_workflow:
mapping: mock.cloudify.tests.test_missing_operation.stop_workflow
parameters: {}
plugins:
<|file_sep|>updated/cloudify/tests/resources/blueprints/not_exist_op_workflow.yaml | tosca_definitions_version: cloudify_dsl_1_0
imports:
- http://www.getcloudify.org/spec/cloudify/3.1rc1/types.yaml
node_templates:
node1:
type: cloudify.nodes.Root
workflows:
not_exist_op_workflow:
mapping: mock.cloudify.tests.test_missing_operation.not_exist_op_workflow
parameters: {}
not_exist_interface_workflow:
mapping: mock.cloudify.tests.test_missing_operation.not_exist_interface_workflow
parameters: {}
stop_workflow:
mapping: mock.cloudify.tests.test_missing_operation.stop_workflow
parameters: {}
plugins: | <|file_sep|>original/cloudify/tests/resources/blueprints/not_exist_op_workflow.yaml
tosca_definitions_version: cloudify_dsl_1_0
imports:
- http://getcloudify.org/spec/cloudify/3.1rc1/types.yaml
node_templates:
node1:
type: cloudify.nodes.Root
workflows:
not_exist_op_workflow:
mapping: mock.cloudify.tests.test_missing_operation.not_exist_op_workflow
parameters: {}
not_exist_interface_workflow:
mapping: mock.cloudify.tests.test_missing_operation.not_exist_interface_workflow
parameters: {}
stop_workflow:
mapping: mock.cloudify.tests.test_missing_operation.stop_workflow
parameters: {}
plugins:
<|file_sep|>current/cloudify/tests/resources/blueprints/not_exist_op_workflow.yaml
tosca_definitions_version: cloudify_dsl_1_0
imports:
- http://getcloudify.org/spec/cloudify/3.1rc1/types.yaml
node_templates:
node1:
type: cloudify.nodes.Root
workflows:
not_exist_op_workflow:
mapping: mock.cloudify.tests.test_missing_operation.not_exist_op_workflow
parameters: {}
not_exist_interface_workflow:
mapping: mock.cloudify.tests.test_missing_operation.not_exist_interface_workflow
parameters: {}
stop_workflow:
mapping: mock.cloudify.tests.test_missing_operation.stop_workflow
parameters: {}
plugins:
<|file_sep|>updated/cloudify/tests/resources/blueprints/not_exist_op_workflow.yaml
tosca_definitions_version: cloudify_dsl_1_0
imports:
- http://www.getcloudify.org/spec/cloudify/3.1rc1/types.yaml
node_templates:
node1:
type: cloudify.nodes.Root
workflows:
not_exist_op_workflow:
mapping: mock.cloudify.tests.test_missing_operation.not_exist_op_workflow
parameters: {}
not_exist_interface_workflow:
mapping: mock.cloudify.tests.test_missing_operation.not_exist_interface_workflow
parameters: {}
stop_workflow:
mapping: mock.cloudify.tests.test_missing_operation.stop_workflow
parameters: {}
plugins: | 4daf93ddbbc14d59e1c4dfad0828a7b5817f0dd9 | cloudify/tests/resources/blueprints/not_exist_op_workflow.yaml | cloudify/tests/resources/blueprints/not_exist_op_workflow.yaml | YAML |
<|file_sep|>lib/Procure.js.diff
original:
updated:
var package = require('../package.json');
<|file_sep|>lib/Procure.js.diff
original:
'Accept': 'application/json;q=0.9,*/*;q=0.8'
updated:
'Accept': 'application/json;q=0.9,*/*;q=0.8',
'User-Agent': 'procure/' + package.version
<|file_sep|>original/lib/Procure.js
if (~['http:', 'https:'].indexOf( info.protocol )) {
request({
uri: uri,
headers: {
'Accept': 'application/json;q=0.9,*/*;q=0.8'
}
}, function(err, res, body) {
if (res.statusCode != 200 ) return procured('non-200 response');
return procured( err , body );
});
} else {
fs.readFile( uri , procured );
}
};
/**
* The callback function when the file is retrieved (or not).
* @callback Procure~ProcuringComplete
* @param {mixed} err Error message, if any. Null / undefined if none.
<|file_sep|>current/lib/Procure.js
var info = url.parse( uri );
if (~['http:', 'https:'].indexOf( info.protocol )) {
request({
uri: uri,
headers: {
'Accept': 'application/json;q=0.9,*/*;q=0.8',
'User-Agent': 'procure/' + package.version
}
}, function(err, res, body) {
if (res.statusCode != 200 ) return procured('non-200 response');
return procured( err , body );
});
} else {
fs.readFile( uri , procured );
}
};
/**
* The callback function when the file is retrieved (or not).
<|file_sep|>updated/lib/Procure.js | var info = url.parse( uri );
if (~['http:', 'https:'].indexOf( info.protocol )) {
request({
uri: uri,
headers: {
'Accept': 'application/json;q=0.9,*/*;q=0.8',
'User-Agent': 'procure/' + package.version
}
}, function(err, res, body) {
var statusCode = res.statusCode;
if (statusCode != 200 ) return procured('non-200 response ' + statusCode);
return procured( err , body );
});
} else {
fs.readFile( uri , procured );
}
};
/** | <|file_sep|>lib/Procure.js.diff
original:
updated:
var package = require('../package.json');
<|file_sep|>lib/Procure.js.diff
original:
'Accept': 'application/json;q=0.9,*/*;q=0.8'
updated:
'Accept': 'application/json;q=0.9,*/*;q=0.8',
'User-Agent': 'procure/' + package.version
<|file_sep|>original/lib/Procure.js
if (~['http:', 'https:'].indexOf( info.protocol )) {
request({
uri: uri,
headers: {
'Accept': 'application/json;q=0.9,*/*;q=0.8'
}
}, function(err, res, body) {
if (res.statusCode != 200 ) return procured('non-200 response');
return procured( err , body );
});
} else {
fs.readFile( uri , procured );
}
};
/**
* The callback function when the file is retrieved (or not).
* @callback Procure~ProcuringComplete
* @param {mixed} err Error message, if any. Null / undefined if none.
<|file_sep|>current/lib/Procure.js
var info = url.parse( uri );
if (~['http:', 'https:'].indexOf( info.protocol )) {
request({
uri: uri,
headers: {
'Accept': 'application/json;q=0.9,*/*;q=0.8',
'User-Agent': 'procure/' + package.version
}
}, function(err, res, body) {
if (res.statusCode != 200 ) return procured('non-200 response');
return procured( err , body );
});
} else {
fs.readFile( uri , procured );
}
};
/**
* The callback function when the file is retrieved (or not).
<|file_sep|>updated/lib/Procure.js
var info = url.parse( uri );
if (~['http:', 'https:'].indexOf( info.protocol )) {
request({
uri: uri,
headers: {
'Accept': 'application/json;q=0.9,*/*;q=0.8',
'User-Agent': 'procure/' + package.version
}
}, function(err, res, body) {
var statusCode = res.statusCode;
if (statusCode != 200 ) return procured('non-200 response ' + statusCode);
return procured( err , body );
});
} else {
fs.readFile( uri , procured );
}
};
/** | dd538b5472f01f45822f026624d98da78408e492 | lib/Procure.js | lib/Procure.js | JavaScript |
<|file_sep|>original/tox.ini
[tox]
minversion = 1.8
skipsdist = True
envlist = py35,py27,pep8
[testenv]
install_command =
{toxinidir}/tools/tox_install.sh {env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/ocata} {opts} {packages}
usedevelop = True
setenv = VIRTUAL_ENV={envdir}
PYTHONDONTWRITEBYTECODE = 1
LANGUAGE=en_US
TESTS_DIR=./ironic_lib/tests/
deps = -r{toxinidir}/test-requirements.txt
commands = ostestr {posargs}
[flake8]
show-source = True
ignore = E129
exclude = .venv,.tox,dist,doc,*.egg,.update-venv
import-order-style = pep8
<|file_sep|>current/tox.ini
[tox]
minversion = 1.8
skipsdist = True
envlist = py35,py27,pep8
[testenv]
install_command =
{toxinidir}/tools/tox_install.sh {env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/ocata} {opts} {packages}
usedevelop = True
setenv = VIRTUAL_ENV={envdir}
PYTHONDONTWRITEBYTECODE = 1
LANGUAGE=en_US
TESTS_DIR=./ironic_lib/tests/
deps = -r{toxinidir}/test-requirements.txt
commands = ostestr {posargs}
[flake8]
show-source = True
ignore = E129
exclude = .venv,.tox,dist,doc,*.egg,.update-venv
import-order-style = pep8
<|file_sep|>updated/tox.ini | [tox]
minversion = 1.8
skipsdist = True
envlist = py35,py27,pep8
[testenv]
install_command =
{toxinidir}/tools/tox_install.sh {env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages}
usedevelop = True
setenv = VIRTUAL_ENV={envdir}
PYTHONDONTWRITEBYTECODE = 1
LANGUAGE=en_US
TESTS_DIR=./ironic_lib/tests/
deps = -r{toxinidir}/test-requirements.txt
commands = ostestr {posargs}
[flake8]
show-source = True
ignore = E129
exclude = .venv,.tox,dist,doc,*.egg,.update-venv
import-order-style = pep8 | <|file_sep|>original/tox.ini
[tox]
minversion = 1.8
skipsdist = True
envlist = py35,py27,pep8
[testenv]
install_command =
{toxinidir}/tools/tox_install.sh {env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/ocata} {opts} {packages}
usedevelop = True
setenv = VIRTUAL_ENV={envdir}
PYTHONDONTWRITEBYTECODE = 1
LANGUAGE=en_US
TESTS_DIR=./ironic_lib/tests/
deps = -r{toxinidir}/test-requirements.txt
commands = ostestr {posargs}
[flake8]
show-source = True
ignore = E129
exclude = .venv,.tox,dist,doc,*.egg,.update-venv
import-order-style = pep8
<|file_sep|>current/tox.ini
[tox]
minversion = 1.8
skipsdist = True
envlist = py35,py27,pep8
[testenv]
install_command =
{toxinidir}/tools/tox_install.sh {env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt?h=stable/ocata} {opts} {packages}
usedevelop = True
setenv = VIRTUAL_ENV={envdir}
PYTHONDONTWRITEBYTECODE = 1
LANGUAGE=en_US
TESTS_DIR=./ironic_lib/tests/
deps = -r{toxinidir}/test-requirements.txt
commands = ostestr {posargs}
[flake8]
show-source = True
ignore = E129
exclude = .venv,.tox,dist,doc,*.egg,.update-venv
import-order-style = pep8
<|file_sep|>updated/tox.ini
[tox]
minversion = 1.8
skipsdist = True
envlist = py35,py27,pep8
[testenv]
install_command =
{toxinidir}/tools/tox_install.sh {env:UPPER_CONSTRAINTS_FILE:https://git.openstack.org/cgit/openstack/requirements/plain/upper-constraints.txt} {opts} {packages}
usedevelop = True
setenv = VIRTUAL_ENV={envdir}
PYTHONDONTWRITEBYTECODE = 1
LANGUAGE=en_US
TESTS_DIR=./ironic_lib/tests/
deps = -r{toxinidir}/test-requirements.txt
commands = ostestr {posargs}
[flake8]
show-source = True
ignore = E129
exclude = .venv,.tox,dist,doc,*.egg,.update-venv
import-order-style = pep8 | 8d899bd8f2a747fc6f36632dc0e76dbe54fa85a2 | tox.ini | tox.ini | INI |
<|file_sep|>original/_posts/2016-01-08-joey.md
---
layout: post
officer: true
name: Joey Lao
position: Co-Vice President (Internal)
hometown: Orange County, California
alma_mater: Cal Poly, Pomona
advisor: N/A
header-img: "img/officers/Joey.png"
active: true
email:
department: Engineering Management
---
#Bio and Interests
Joey Lao currently works at Johnson & Johnson as an IT Business Technology Leader supporting the R&D organization of five Johnson & Johnson Medical Device companies on the West Coast.
He received his Bachelor of Science in Industrial Engineering from Cal Poly, Pomona and is currently working on his Masters of Engineering Management degree at UCLA. In addition to being the Internal VP at eGSA, he also sits on the board of the UCLA Information Technology Planning Committee.
#Roles and Goals at EGSA:
<|file_sep|>current/_posts/2016-01-08-joey.md
---
layout: post
officer: true
name: Joey Lao
position: Co-Vice President (Internal)
hometown: Orange County, California
alma_mater: Cal Poly, Pomona
advisor: N/A
header-img: "img/officers/Joey.png"
active: true
email:
department: Engineering Management
---
#Bio and Interests
Joey Lao currently works at Johnson & Johnson as an IT Business Technology Leader supporting the R&D organization of five Johnson & Johnson Medical Device companies on the West Coast.
He received his Bachelor of Science in Industrial Engineering from Cal Poly, Pomona and is currently working on his Masters of Engineering Management degree at UCLA. In addition to being the Internal VP at eGSA, he also sits on the board of the UCLA Information Technology Planning Committee.
#Roles and Goals at EGSA:
<|file_sep|>updated/_posts/2016-01-08-joey.md | ---
layout: post
officer: true
name: Joey Lao
position: Co-Vice President (Internal)
hometown: Orange County, California
alma_mater: Cal Poly, Pomona
advisor: N/A
header-img: "img/officers/Joey.png"
active: true
year: 2016
email:
department: Engineering Management
---
#Bio and Interests
Joey Lao currently works at Johnson & Johnson as an IT Business Technology Leader supporting the R&D organization of five Johnson & Johnson Medical Device companies on the West Coast.
He received his Bachelor of Science in Industrial Engineering from Cal Poly, Pomona and is currently working on his Masters of Engineering Management degree at UCLA. In addition to being the Internal VP at eGSA, he also sits on the board of the UCLA Information Technology Planning Committee.
#Roles and Goals at EGSA: | <|file_sep|>original/_posts/2016-01-08-joey.md
---
layout: post
officer: true
name: Joey Lao
position: Co-Vice President (Internal)
hometown: Orange County, California
alma_mater: Cal Poly, Pomona
advisor: N/A
header-img: "img/officers/Joey.png"
active: true
email:
department: Engineering Management
---
#Bio and Interests
Joey Lao currently works at Johnson & Johnson as an IT Business Technology Leader supporting the R&D organization of five Johnson & Johnson Medical Device companies on the West Coast.
He received his Bachelor of Science in Industrial Engineering from Cal Poly, Pomona and is currently working on his Masters of Engineering Management degree at UCLA. In addition to being the Internal VP at eGSA, he also sits on the board of the UCLA Information Technology Planning Committee.
#Roles and Goals at EGSA:
<|file_sep|>current/_posts/2016-01-08-joey.md
---
layout: post
officer: true
name: Joey Lao
position: Co-Vice President (Internal)
hometown: Orange County, California
alma_mater: Cal Poly, Pomona
advisor: N/A
header-img: "img/officers/Joey.png"
active: true
email:
department: Engineering Management
---
#Bio and Interests
Joey Lao currently works at Johnson & Johnson as an IT Business Technology Leader supporting the R&D organization of five Johnson & Johnson Medical Device companies on the West Coast.
He received his Bachelor of Science in Industrial Engineering from Cal Poly, Pomona and is currently working on his Masters of Engineering Management degree at UCLA. In addition to being the Internal VP at eGSA, he also sits on the board of the UCLA Information Technology Planning Committee.
#Roles and Goals at EGSA:
<|file_sep|>updated/_posts/2016-01-08-joey.md
---
layout: post
officer: true
name: Joey Lao
position: Co-Vice President (Internal)
hometown: Orange County, California
alma_mater: Cal Poly, Pomona
advisor: N/A
header-img: "img/officers/Joey.png"
active: true
year: 2016
email:
department: Engineering Management
---
#Bio and Interests
Joey Lao currently works at Johnson & Johnson as an IT Business Technology Leader supporting the R&D organization of five Johnson & Johnson Medical Device companies on the West Coast.
He received his Bachelor of Science in Industrial Engineering from Cal Poly, Pomona and is currently working on his Masters of Engineering Management degree at UCLA. In addition to being the Internal VP at eGSA, he also sits on the board of the UCLA Information Technology Planning Committee.
#Roles and Goals at EGSA: | f215070726466a69293a021ad1019a9317963d10 | _posts/2016-01-08-joey.md | _posts/2016-01-08-joey.md | Markdown |
<|file_sep|>webapp/script/full_test_suite.sh.diff
original:
time bundle exec rake spec > .log/spec.log 2>&1
updated:
time bundle exec rake spec > ./log/spec.log 2>&1
<|file_sep|>webapp/script/full_test_suite.sh.diff
original:
time bundle exec rake features > .log/standard_features.log 2>&1
updated:
time bundle exec rake features > ./log/standard_features.log 2>&1
<|file_sep|>original/webapp/script/full_test_suite.sh
echo "Stopping enhanced environment"
./script/enhanced_support_stop.sh
echo "Reset DB"
time bundle exec rake db:reset
echo "Running specs, tail log/spec.log"
time bundle exec rake spec > .log/spec.log 2>&1
echo "Running standard features, tail log/standard_features.log"
time bundle exec rake features > .log/standard_features.log 2>&1
echo "Setting up enhanced support infrastructure"
./script/enhanced_support.sh
echo "Running enhanced features, tail log/enhanced_features.log"
time bundle exec rake enhanced_features > .log/enhanced_features.log 2>&1
;;
esac
<|file_sep|>current/webapp/script/full_test_suite.sh
echo "Stopping enhanced environment"
./script/enhanced_support_stop.sh
echo "Reset DB"
time bundle exec rake db:reset
echo "Running specs, tail log/spec.log"
time bundle exec rake spec > ./log/spec.log 2>&1
echo "Running standard features, tail log/standard_features.log"
time bundle exec rake features > ./log/standard_features.log 2>&1
echo "Setting up enhanced support infrastructure"
./script/enhanced_support.sh
echo "Running enhanced features, tail log/enhanced_features.log"
time bundle exec rake enhanced_features > .log/enhanced_features.log 2>&1
;;
esac
<|file_sep|>updated/webapp/script/full_test_suite.sh |
echo "Stopping enhanced environment"
./script/enhanced_support_stop.sh
echo "Reset DB"
time bundle exec rake db:reset
echo "Running specs, tail log/spec.log"
time bundle exec rake spec > ./log/spec.log 2>&1
echo "Running standard features, tail log/standard_features.log"
time bundle exec rake features > ./log/standard_features.log 2>&1
echo "Setting up enhanced support infrastructure"
./script/enhanced_support.sh
echo "Running enhanced features, tail log/enhanced_features.log"
time bundle exec rake enhanced_features > ./log/enhanced_features.log 2>&1
;;
esac | <|file_sep|>webapp/script/full_test_suite.sh.diff
original:
time bundle exec rake spec > .log/spec.log 2>&1
updated:
time bundle exec rake spec > ./log/spec.log 2>&1
<|file_sep|>webapp/script/full_test_suite.sh.diff
original:
time bundle exec rake features > .log/standard_features.log 2>&1
updated:
time bundle exec rake features > ./log/standard_features.log 2>&1
<|file_sep|>original/webapp/script/full_test_suite.sh
echo "Stopping enhanced environment"
./script/enhanced_support_stop.sh
echo "Reset DB"
time bundle exec rake db:reset
echo "Running specs, tail log/spec.log"
time bundle exec rake spec > .log/spec.log 2>&1
echo "Running standard features, tail log/standard_features.log"
time bundle exec rake features > .log/standard_features.log 2>&1
echo "Setting up enhanced support infrastructure"
./script/enhanced_support.sh
echo "Running enhanced features, tail log/enhanced_features.log"
time bundle exec rake enhanced_features > .log/enhanced_features.log 2>&1
;;
esac
<|file_sep|>current/webapp/script/full_test_suite.sh
echo "Stopping enhanced environment"
./script/enhanced_support_stop.sh
echo "Reset DB"
time bundle exec rake db:reset
echo "Running specs, tail log/spec.log"
time bundle exec rake spec > ./log/spec.log 2>&1
echo "Running standard features, tail log/standard_features.log"
time bundle exec rake features > ./log/standard_features.log 2>&1
echo "Setting up enhanced support infrastructure"
./script/enhanced_support.sh
echo "Running enhanced features, tail log/enhanced_features.log"
time bundle exec rake enhanced_features > .log/enhanced_features.log 2>&1
;;
esac
<|file_sep|>updated/webapp/script/full_test_suite.sh
echo "Stopping enhanced environment"
./script/enhanced_support_stop.sh
echo "Reset DB"
time bundle exec rake db:reset
echo "Running specs, tail log/spec.log"
time bundle exec rake spec > ./log/spec.log 2>&1
echo "Running standard features, tail log/standard_features.log"
time bundle exec rake features > ./log/standard_features.log 2>&1
echo "Setting up enhanced support infrastructure"
./script/enhanced_support.sh
echo "Running enhanced features, tail log/enhanced_features.log"
time bundle exec rake enhanced_features > ./log/enhanced_features.log 2>&1
;;
esac | 2424e3dfcf72ada533ad6dd4dbea64ee1b4c7d61 | webapp/script/full_test_suite.sh | webapp/script/full_test_suite.sh | Shell |
<|file_sep|>original/package.json
{
"name": "skit",
"description": "Skit JavaScript framework for building thick clients based on public web APIs.",
"version": "0.0.17",
"dependencies": {
"acorn": "0.9.0",
"async": "0.7.0",
"handlebars": "1.3.x",
"request": "2.33.0",
"connect": "https://github.com/senchalabs/connect/tarball/master",
"body-parser": "1.0.2",
"send": "0.3.0",
"http-proxy": "1.6.2",
"cookies": "0.4.1",
"compression": "1.0.2",
"uglify-js": "2.4.15",
"minimist": "1.1.0"
},
<|file_sep|>current/package.json
{
"name": "skit",
"description": "Skit JavaScript framework for building thick clients based on public web APIs.",
"version": "0.0.17",
"dependencies": {
"acorn": "0.9.0",
"async": "0.7.0",
"handlebars": "1.3.x",
"request": "2.33.0",
"connect": "https://github.com/senchalabs/connect/tarball/master",
"body-parser": "1.0.2",
"send": "0.3.0",
"http-proxy": "1.6.2",
"cookies": "0.4.1",
"compression": "1.0.2",
"uglify-js": "2.4.15",
"minimist": "1.1.0"
},
<|file_sep|>updated/package.json | {
"name": "skit",
"description": "Skit JavaScript framework for building thick clients based on public web APIs.",
"version": "0.0.18",
"bin": "./bin/skit",
"dependencies": {
"acorn": "0.9.0",
"async": "0.7.0",
"handlebars": "1.3.x",
"request": "2.33.0",
"connect": "https://github.com/senchalabs/connect/tarball/master",
"body-parser": "1.0.2",
"send": "0.3.0",
"http-proxy": "1.6.2",
"cookies": "0.4.1",
"compression": "1.0.2",
"uglify-js": "2.4.15",
"minimist": "1.1.0" | <|file_sep|>original/package.json
{
"name": "skit",
"description": "Skit JavaScript framework for building thick clients based on public web APIs.",
"version": "0.0.17",
"dependencies": {
"acorn": "0.9.0",
"async": "0.7.0",
"handlebars": "1.3.x",
"request": "2.33.0",
"connect": "https://github.com/senchalabs/connect/tarball/master",
"body-parser": "1.0.2",
"send": "0.3.0",
"http-proxy": "1.6.2",
"cookies": "0.4.1",
"compression": "1.0.2",
"uglify-js": "2.4.15",
"minimist": "1.1.0"
},
<|file_sep|>current/package.json
{
"name": "skit",
"description": "Skit JavaScript framework for building thick clients based on public web APIs.",
"version": "0.0.17",
"dependencies": {
"acorn": "0.9.0",
"async": "0.7.0",
"handlebars": "1.3.x",
"request": "2.33.0",
"connect": "https://github.com/senchalabs/connect/tarball/master",
"body-parser": "1.0.2",
"send": "0.3.0",
"http-proxy": "1.6.2",
"cookies": "0.4.1",
"compression": "1.0.2",
"uglify-js": "2.4.15",
"minimist": "1.1.0"
},
<|file_sep|>updated/package.json
{
"name": "skit",
"description": "Skit JavaScript framework for building thick clients based on public web APIs.",
"version": "0.0.18",
"bin": "./bin/skit",
"dependencies": {
"acorn": "0.9.0",
"async": "0.7.0",
"handlebars": "1.3.x",
"request": "2.33.0",
"connect": "https://github.com/senchalabs/connect/tarball/master",
"body-parser": "1.0.2",
"send": "0.3.0",
"http-proxy": "1.6.2",
"cookies": "0.4.1",
"compression": "1.0.2",
"uglify-js": "2.4.15",
"minimist": "1.1.0" | 6e87239612f2e989f1964910acdcc55545dbac93 | package.json | package.json | JSON |
<|file_sep|>original/_includes/google-analytics.html
{% if site.google_analytics_tracking_id %}
{% env prod %}
<script id="google-analytics">
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-40829935-1', 'philipwalton.github.io');
ga('send', 'pageview');
</script>
{% endenv %}
{% endif %}
<|file_sep|>current/_includes/google-analytics.html
{% if site.google_analytics_tracking_id %}
{% env prod %}
<script id="google-analytics">
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-40829935-1', 'philipwalton.github.io');
ga('send', 'pageview');
</script>
{% endenv %}
{% endif %}
<|file_sep|>updated/_includes/google-analytics.html | {% if site.google_analytics_tracking_id %}
{% env prod %}
<script id="google-analytics">
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-40829935-1', 'auto');
ga('send', 'pageview');
</script>
{% endenv %}
{% endif %} | <|file_sep|>original/_includes/google-analytics.html
{% if site.google_analytics_tracking_id %}
{% env prod %}
<script id="google-analytics">
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-40829935-1', 'philipwalton.github.io');
ga('send', 'pageview');
</script>
{% endenv %}
{% endif %}
<|file_sep|>current/_includes/google-analytics.html
{% if site.google_analytics_tracking_id %}
{% env prod %}
<script id="google-analytics">
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-40829935-1', 'philipwalton.github.io');
ga('send', 'pageview');
</script>
{% endenv %}
{% endif %}
<|file_sep|>updated/_includes/google-analytics.html
{% if site.google_analytics_tracking_id %}
{% env prod %}
<script id="google-analytics">
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-40829935-1', 'auto');
ga('send', 'pageview');
</script>
{% endenv %}
{% endif %} | fd0209a3f6868de182fb218ca61f56f3dd77565b | _includes/google-analytics.html | _includes/google-analytics.html | HTML |
<|file_sep|>original/.travis.yml
language: python
python:
- "3.4"
install:
- python setup.py
script:
- python common/shconfig.py
- python common/sheventhandler.py
- python common/shutil.py
- python common/shregistry.py
- python engine/restinterface.py
- python engine/memorymanager.py
<|file_sep|>current/.travis.yml
language: python
python:
- "3.4"
install:
- python setup.py
script:
- python common/shconfig.py
- python common/sheventhandler.py
- python common/shutil.py
- python common/shregistry.py
- python engine/restinterface.py
- python engine/memorymanager.py
<|file_sep|>updated/.travis.yml | language: python
python:
- "3.4"
install:
- python setup.py
script:
- python common/shapp.py
- python common/sheventhandler.py
- python common/shutil.py
- python common/shregistry.py
- python engine/restinterface.py
- python engine/memorymanager.py | <|file_sep|>original/.travis.yml
language: python
python:
- "3.4"
install:
- python setup.py
script:
- python common/shconfig.py
- python common/sheventhandler.py
- python common/shutil.py
- python common/shregistry.py
- python engine/restinterface.py
- python engine/memorymanager.py
<|file_sep|>current/.travis.yml
language: python
python:
- "3.4"
install:
- python setup.py
script:
- python common/shconfig.py
- python common/sheventhandler.py
- python common/shutil.py
- python common/shregistry.py
- python engine/restinterface.py
- python engine/memorymanager.py
<|file_sep|>updated/.travis.yml
language: python
python:
- "3.4"
install:
- python setup.py
script:
- python common/shapp.py
- python common/sheventhandler.py
- python common/shutil.py
- python common/shregistry.py
- python engine/restinterface.py
- python engine/memorymanager.py | eff0db7b579461f293e11bcf2f48092155069eef | .travis.yml | .travis.yml | YAML |
<|file_sep|>original/bower.json
"moduleType": [],
"private": true,
"install": {
"path": {
"css": "public/css/lib",
"js": "public/js/lib"
}
},
"dependencies": {
"jquery": "~2.1.4",
"mustache.js": "mustache#~2.2.1",
"crypto-js": "~3.1.6",
"handlebars": "~4.0.5"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
<|file_sep|>current/bower.json
"moduleType": [],
"private": true,
"install": {
"path": {
"css": "public/css/lib",
"js": "public/js/lib"
}
},
"dependencies": {
"jquery": "~2.1.4",
"mustache.js": "mustache#~2.2.1",
"crypto-js": "~3.1.6",
"handlebars": "~4.0.5"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
<|file_sep|>updated/bower.json | "moduleType": [],
"private": true,
"install": {
"path": {
"css": "public/css/lib",
"js": "public/js/lib"
}
},
"dependencies": {
"jquery": "~2.1.4",
"crypto-js": "~3.1.6",
"handlebars": "~4.0.5"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
} | <|file_sep|>original/bower.json
"moduleType": [],
"private": true,
"install": {
"path": {
"css": "public/css/lib",
"js": "public/js/lib"
}
},
"dependencies": {
"jquery": "~2.1.4",
"mustache.js": "mustache#~2.2.1",
"crypto-js": "~3.1.6",
"handlebars": "~4.0.5"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
<|file_sep|>current/bower.json
"moduleType": [],
"private": true,
"install": {
"path": {
"css": "public/css/lib",
"js": "public/js/lib"
}
},
"dependencies": {
"jquery": "~2.1.4",
"mustache.js": "mustache#~2.2.1",
"crypto-js": "~3.1.6",
"handlebars": "~4.0.5"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
<|file_sep|>updated/bower.json
"moduleType": [],
"private": true,
"install": {
"path": {
"css": "public/css/lib",
"js": "public/js/lib"
}
},
"dependencies": {
"jquery": "~2.1.4",
"crypto-js": "~3.1.6",
"handlebars": "~4.0.5"
},
"ignore": [
"**/.*",
"node_modules",
"bower_components",
"test",
"tests"
]
} | 00d392109813a4331de4cd9eb25cb884f914f632 | bower.json | bower.json | JSON |
End of preview. Expand in Data Studio
README.md exists but content is empty.
- Downloads last month
- 42