hash stringlengths 40 40 | diff stringlengths 131 26.7k | message stringlengths 7 694 | project stringlengths 5 67 | split stringclasses 1
value | diff_languages stringlengths 2 24 |
|---|---|---|---|---|---|
363ddc78a84cb77d77fa2b48c0125ee79e4a9c54 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -25,7 +25,7 @@ def read(fname):
return io.open(file_path, encoding='utf-8').read()
-version = '0.8.5.dev0'
+version = '0.8.4.3'
setuptools.setup( | Preparing release <I> | ecmwf_cfgrib | train | py |
b6f77bc58c10d367d38b43fdde4719bf434859f2 | diff --git a/lib/config/webpack.config.base.js b/lib/config/webpack.config.base.js
index <HASH>..<HASH> 100644
--- a/lib/config/webpack.config.base.js
+++ b/lib/config/webpack.config.base.js
@@ -4,6 +4,11 @@ const WebpackBar = require('webpackbar');
const ManifestPlugin = require('webpack-manifest-plugin');
const pat... | webpack config base的webpackBar配置 | zuzucheFE_guido | train | js |
41642f98156bed89ba99da8e7577576ba660b4f9 | diff --git a/lib/generators/sauce/install/install_generator.rb b/lib/generators/sauce/install/install_generator.rb
index <HASH>..<HASH> 100644
--- a/lib/generators/sauce/install/install_generator.rb
+++ b/lib/generators/sauce/install/install_generator.rb
@@ -41,7 +41,6 @@ module Sauce
require 'sauce'
Sauce.config d... | Remove the unnecessary fake domain nonsense from the Rails2 generator
Fixes #<I> | saucelabs_sauce_ruby | train | rb |
83a93d2c522db9735a93f513d471489823d3a334 | diff --git a/code/libraries/joomlatools/component/koowa/dispatcher/router/route.php b/code/libraries/joomlatools/component/koowa/dispatcher/router/route.php
index <HASH>..<HASH> 100644
--- a/code/libraries/joomlatools/component/koowa/dispatcher/router/route.php
+++ b/code/libraries/joomlatools/component/koowa/dispatche... | #<I> Set proper client and make use of the lnaguage variable value just fetched | joomlatools_joomlatools-framework | train | php |
0fbef7757a7669cc6bbb94cb5ce41cbf82b6f550 | diff --git a/lib/component-hint.js b/lib/component-hint.js
index <HASH>..<HASH> 100755
--- a/lib/component-hint.js
+++ b/lib/component-hint.js
@@ -36,7 +36,7 @@ function loadData(checkPath, cb) {
var componentFilename = path.join(checkPath, 'component.json');
fs.exists(componentFilename, function (exists) {
... | Updated some documentation and fixed error with usage of incorrect callback | Wizcorp_component-hint | train | js,js |
b4192547b209d7aa1c48fe6676ac164865152b90 | diff --git a/src/javascript/runtime/Runtime.js b/src/javascript/runtime/Runtime.js
index <HASH>..<HASH> 100644
--- a/src/javascript/runtime/Runtime.js
+++ b/src/javascript/runtime/Runtime.js
@@ -488,7 +488,9 @@ define('moxie/runtime/Runtime', [
return {
uid: runtime.uid,
type: runtime.type,
- can: runt... | Runtime: Run can() method returned from getRuntime() in runtime's object. | moxiecode_moxie | train | js |
013fa1df5a5d4bcf3aa66f490d06ffb1c80fb036 | diff --git a/test/transfer_test.go b/test/transfer_test.go
index <HASH>..<HASH> 100644
--- a/test/transfer_test.go
+++ b/test/transfer_test.go
@@ -134,8 +134,16 @@ func testClientTransfer(t *testing.T, ps testClientTransferParams) {
assert.NotEmpty(t, seederTorrent.PeerConns())
leecherPeerConns := leecherTorrent.Pe... | Fix transfer test check for seeder piece counts
I suspect that there's a race where a connection is established to the seeder, but we haven't received it's completed piece information yet, and we already finished reading all the data we need from another connection. Probably comes up now because pending peers with the... | anacrolix_torrent | train | go |
1f2a61fe67f9b4f95b16702c81385de2eb5157d0 | diff --git a/src/View/Cell/MenuCell.php b/src/View/Cell/MenuCell.php
index <HASH>..<HASH> 100644
--- a/src/View/Cell/MenuCell.php
+++ b/src/View/Cell/MenuCell.php
@@ -128,7 +128,7 @@ class MenuCell extends Cell
*/
protected function _getMenuItemsFromEvent(EntityInterface $menu, array $modules = [])
{
- ... | Changed Event name (task #<I>) | QoboLtd_cakephp-menu | train | php |
31b29a3f514d59ef27791eb23a03480f50fdce09 | diff --git a/engine/reformulation/sql/src/main/java/it/unibz/inf/ontop/answering/reformulation/generation/dialect/impl/OracleSQLDialectAdapter.java b/engine/reformulation/sql/src/main/java/it/unibz/inf/ontop/answering/reformulation/generation/dialect/impl/OracleSQLDialectAdapter.java
index <HASH>..<HASH> 100644
--- a/e... | Change Oracle timestamp to DATE instead of VARCHAR(<I>) to maintain time information | ontop_ontop | train | java |
e5be90256831f0612b2f5ac668d887e30ad602d7 | diff --git a/src/util/Constants.js b/src/util/Constants.js
index <HASH>..<HASH> 100644
--- a/src/util/Constants.js
+++ b/src/util/Constants.js
@@ -60,8 +60,6 @@ exports.DefaultOptions = {
$os: process ? process.platform : 'discord.js',
$browser: 'discord.js',
$device: 'discord.js',
- $referrer... | where we're going we don't need referrers (#<I>) | discordjs_discord.js | train | js |
7e03edc9a79cac0730c5ce236cedf571edf13076 | diff --git a/sockjs/cyclone/session.py b/sockjs/cyclone/session.py
index <HASH>..<HASH> 100644
--- a/sockjs/cyclone/session.py
+++ b/sockjs/cyclone/session.py
@@ -437,14 +437,16 @@ class MultiplexChannelSession(BaseSession):
self.base = base
self.name = name
- def send_message(self, msg):
- ... | added stats argument to send_message for Multiplex sessions | flaviogrossi_sockjs-cyclone | train | py |
90850ab4a64a600a8868d27fcc0e51049cc892a7 | diff --git a/urwid_datatable/datatable.py b/urwid_datatable/datatable.py
index <HASH>..<HASH> 100644
--- a/urwid_datatable/datatable.py
+++ b/urwid_datatable/datatable.py
@@ -615,7 +615,6 @@ class DataTable(urwid.WidgetWrap):
border = self.border,
padding = self.padding
)
... | Quiet logging a bit more. | tonycpsu_panwid | train | py |
932ebc73dcc56ca50b7e23d18f2a79101761920d | diff --git a/Classes/TYPO3/Setup/Controller/SetupController.php b/Classes/TYPO3/Setup/Controller/SetupController.php
index <HASH>..<HASH> 100644
--- a/Classes/TYPO3/Setup/Controller/SetupController.php
+++ b/Classes/TYPO3/Setup/Controller/SetupController.php
@@ -49,7 +49,7 @@ class SetupController extends \TYPO3\Flow\M... | [TASK] initializeAction methods have to be protected
Change-Id: I0eee<I>c<I>d0c<I>ccb<I>b<I>a<I>f<I>a<I>f9 | neos_setup | train | php |
b4c6d82be736baf971ed9c7bc1896413a0577d1e | diff --git a/src/main/java/org/jboss/netty/channel/socket/oio/OioServerSocketPipelineSink.java b/src/main/java/org/jboss/netty/channel/socket/oio/OioServerSocketPipelineSink.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/jboss/netty/channel/socket/oio/OioServerSocketPipelineSink.java
+++ b/src/main/java/org/j... | Fixed issue: NETTY-<I> (Unnecessarily logged exception in the blocking I/O server socket)
* Suppressed the expected exception logging | netty_netty | train | java |
5f2e731f5d034c9d67ac8273dc0e4810f7cda289 | diff --git a/sos/plugins/filesys.py b/sos/plugins/filesys.py
index <HASH>..<HASH> 100644
--- a/sos/plugins/filesys.py
+++ b/sos/plugins/filesys.py
@@ -9,7 +9,7 @@
from sos.plugins import Plugin, RedHatPlugin, DebianPlugin, UbuntuPlugin
-class Filesys(Plugin, RedHatPlugin, DebianPlugin, UbuntuPlugin):
+class Filesy... | [filesys] Add permission and selinux check for /tmp
Adds a check for the /tmp directory for permissions and selinux
context. If either of these are incorrect, the system in question can
exhibit strange behavior and otherwise be difficult for support teams to
detect.
On systems where SELinux is disabled, the permissio... | sosreport_sos | train | py |
350d234ad0326d3a005082ad6da7be25bc5de994 | diff --git a/Layers.js b/Layers.js
index <HASH>..<HASH> 100644
--- a/Layers.js
+++ b/Layers.js
@@ -444,6 +444,10 @@ Object.extend(cop, {
// layer around only the class methods
layerClass: function(layer, classObject, defs) {
+ if (!classObject || !classObject.prototype) {
+ throw new Error... | Merging remaining webwerkstatt changes for <I> release to core, part 2 | LivelyKernel_ContextJS | train | js |
ab2ba241a9c88676b4064548837d575b5d221a40 | diff --git a/pyte/font/opentype/__init__.py b/pyte/font/opentype/__init__.py
index <HASH>..<HASH> 100644
--- a/pyte/font/opentype/__init__.py
+++ b/pyte/font/opentype/__init__.py
@@ -144,4 +144,9 @@ class OpenTypeMetrics(FontMetrics):
return lookup_table.lookup(a.code, b.code)
exce... | OpenType: fall back to using the kern table if GPOS/kern is not present | brechtm_rinohtype | train | py |
9989327b5b26bf3079e2f9665cc74b7e5edd9749 | diff --git a/cake/tests/lib/reporter/cake_cli_reporter.php b/cake/tests/lib/reporter/cake_cli_reporter.php
index <HASH>..<HASH> 100644
--- a/cake/tests/lib/reporter/cake_cli_reporter.php
+++ b/cake/tests/lib/reporter/cake_cli_reporter.php
@@ -55,11 +55,8 @@ class CakeCliReporter extends CakeBaseReporter {
* @param ar... | Fixing constructor of CakeCliReporter to match CakeBaseReporter. | cakephp_cakephp | train | php |
a98f721eb96d6e87cae9a2690fa9637fa51fb547 | diff --git a/lib/xcodeproj/plist_helper.rb b/lib/xcodeproj/plist_helper.rb
index <HASH>..<HASH> 100644
--- a/lib/xcodeproj/plist_helper.rb
+++ b/lib/xcodeproj/plist_helper.rb
@@ -53,10 +53,10 @@ module Xcodeproj
def read(path)
path = path.to_s
unless File.exist?(path)
- raise ArgumentE... | [PlistHelper] Raise Informatives when reading a plist fails (either due to a merge conflict or the plist not existing) | CocoaPods_Xcodeproj | train | rb |
b5cc4768d5add5145e9bd9152908995c8294e1d5 | diff --git a/lib/freeswitcher.rb b/lib/freeswitcher.rb
index <HASH>..<HASH> 100644
--- a/lib/freeswitcher.rb
+++ b/lib/freeswitcher.rb
@@ -1,9 +1,17 @@
+require 'logger'
require 'socket'
require 'pp'
$LOAD_PATH.unshift(File.dirname(__FILE__))
module FreeSwitcher
+ # Usage:
+ #
+ # Log.info('foo')
+ # Lo... | Adding FreeSwitcher::Log | vangberg_librevox | train | rb,rb |
447241429b6f0c50242796066b050ddc9ebb2d8c | diff --git a/loomengine/client/server.py b/loomengine/client/server.py
index <HASH>..<HASH> 100755
--- a/loomengine/client/server.py
+++ b/loomengine/client/server.py
@@ -90,9 +90,9 @@ class ServerControls:
def status(self):
verify_has_connection_settings()
if is_server_running():
- pr... | "loom server status" reports ip address | StanfordBioinformatics_loom | train | py |
67c264d3c86e778b38dfef6e7b9797a3355bc7e4 | diff --git a/Core/PageTree/AlPageTree.php b/Core/PageTree/AlPageTree.php
index <HASH>..<HASH> 100644
--- a/Core/PageTree/AlPageTree.php
+++ b/Core/PageTree/AlPageTree.php
@@ -59,7 +59,7 @@ class AlPageTree
/**
* Constructor
*
- * @param ContainerInterface $container
+ * @param Symfony\Component... | Added method to retrieve the container object | alphalemon_ThemeEngineBundle | train | php |
3bc87091fba83e8a8dd23d67f06611609d6ef976 | diff --git a/pkg/topom/topom.go b/pkg/topom/topom.go
index <HASH>..<HASH> 100644
--- a/pkg/topom/topom.go
+++ b/pkg/topom/topom.go
@@ -103,7 +103,6 @@ func New(client models.Client, config *Config) (*Topom, error) {
}
s.store = models.NewStore(client, config.ProductName)
- s.action.interval.Set(1000 * 10)
s.sta... | topom: set default interval of data migration to 0us | CodisLabs_codis | train | go |
6c090a8304b689e85888b2a22564627b44176862 | diff --git a/test/flac_file_test.rb b/test/flac_file_test.rb
index <HASH>..<HASH> 100644
--- a/test/flac_file_test.rb
+++ b/test/flac_file_test.rb
@@ -44,7 +44,8 @@ class FlacFileTest < Test::Unit::TestCase
should "contain flac-specific information" do
assert_equal 16, @properties.sample_width
- ... | Fix test failure on Ruby <I> with binary string literal
The problem was that <I> interprets string literals as UTF-8 by
default now. As the expected string in that test case is binary, we use
pack to write it as a literal. On <I>, there is also "string".b, but
that is not compatible with <I>/<I>. | robinst_taglib-ruby | train | rb |
59453e27d90962ed2c28a8dc06a5a9e401667e12 | diff --git a/src/main/java/org/jsoup/parser/CharacterReader.java b/src/main/java/org/jsoup/parser/CharacterReader.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/jsoup/parser/CharacterReader.java
+++ b/src/main/java/org/jsoup/parser/CharacterReader.java
@@ -382,11 +382,10 @@ final class CharacterReader {
... | Less GC in cache check
At expense of getField | jhy_jsoup | train | java |
a98993a23143a173ef59996641aa3beb770663cc | diff --git a/src/BankBillet/Views/BancoDoNordeste.php b/src/BankBillet/Views/BancoDoNordeste.php
index <HASH>..<HASH> 100644
--- a/src/BankBillet/Views/BancoDoNordeste.php
+++ b/src/BankBillet/Views/BancoDoNordeste.php
@@ -54,13 +54,11 @@ class BancoDoNordeste extends CaixaEconomicaFederal
}
/**
- * Pre... | Update BanoDoNordeste view
- Replace obsolete beforeDraw() with drawBillet()
- Fix wallet field | aryelgois_bank-interchange | train | php |
e072f611ec2db1a196564049f9e787eb9079ed1f | diff --git a/lib/index.js b/lib/index.js
index <HASH>..<HASH> 100644
--- a/lib/index.js
+++ b/lib/index.js
@@ -2,9 +2,10 @@ var jf = require('jsonfile');
var fs = require('fs');
var path = require('path');
var mkdirp = require('mkdirp');
+var nachosHome = require('nachos-home');
-function SettingsFile(path) {
- t... | Getting app name instead of path, using nachos-home | nachos_settings-file | train | js |
be6ea0d8738857a1aeed5621506a02d85c84b401 | diff --git a/django_deployer/paas_templates/dotcloud/mkadmin.py b/django_deployer/paas_templates/dotcloud/mkadmin.py
index <HASH>..<HASH> 100644
--- a/django_deployer/paas_templates/dotcloud/mkadmin.py
+++ b/django_deployer/paas_templates/dotcloud/mkadmin.py
@@ -3,7 +3,7 @@ from wsgi import *
from django.contrib.auth.... | make setting the password configurable. need to warn user not to commit mkadmin.py to source control | natea_django-deployer | train | py |
67c05b448b2396e8aaf8afeb5ab0eb6c053e1312 | diff --git a/lib/createsend.rb b/lib/createsend.rb
index <HASH>..<HASH> 100644
--- a/lib/createsend.rb
+++ b/lib/createsend.rb
@@ -43,7 +43,7 @@ class Unavailable < StandardError; end
class CreateSend
include HTTParty
- VER = "0.0.2" unless defined?(CreateSend::VER)
+ VER = "0.1.0" unless defined?(CreateSend::V... | Version <I> for release. | campaignmonitor_createsend-ruby | train | rb |
655543f2487f6f229fb2b224f0dc5fb0defade52 | diff --git a/src/Htmlizer.js b/src/Htmlizer.js
index <HASH>..<HASH> 100644
--- a/src/Htmlizer.js
+++ b/src/Htmlizer.js
@@ -110,8 +110,6 @@
if (bindings.text && regexMap.DotNotation.test(bindings.text)) {
val = saferEval(bindings.text, data);
... | Reverted last two commits, as escaping is not required for document.createTextNode(). However HTML escaping is required after reading from text node (in toString method). | Munawwar_htmlizer | train | js |
fffbcb5ac438818830847addac071866c566c152 | diff --git a/lib/environmentlib.php b/lib/environmentlib.php
index <HASH>..<HASH> 100644
--- a/lib/environmentlib.php
+++ b/lib/environmentlib.php
@@ -154,7 +154,7 @@ function check_moodle_environment($version, &$environment_results, $print_table=
* @return void
*/
function print_moodle_environment($result, $envir... | MDL-<I> Migrated call to doc_link() | moodle_moodle | train | php |
1ba9139151c980ce955d25f333eb54060e2219ff | diff --git a/lib/Phpfastcache/Helper/TestHelper.php b/lib/Phpfastcache/Helper/TestHelper.php
index <HASH>..<HASH> 100644
--- a/lib/Phpfastcache/Helper/TestHelper.php
+++ b/lib/Phpfastcache/Helper/TestHelper.php
@@ -121,6 +121,17 @@ class TestHelper
* @param string $string
* @return $this
*/
+ publi... | Added "NOTE" method to testHelper | PHPSocialNetwork_phpfastcache | train | php |
b4174f25010271763294b98c57b94b614b463132 | diff --git a/src/cursor.js b/src/cursor.js
index <HASH>..<HASH> 100644
--- a/src/cursor.js
+++ b/src/cursor.js
@@ -97,7 +97,7 @@ var Cursor = (function() {
},
setAsSelection: function() {
- rangy.getSelection().setSingleRange(this.range)
+ rangy.getSelection().setSingleRange(this.range);
... | mind the little speck at the end of the line | livingdocsIO_editable.js | train | js |
4b6d7c54af21dd4792c2125693af95cf04ff4e16 | diff --git a/dosagelib/plugins/s.py b/dosagelib/plugins/s.py
index <HASH>..<HASH> 100644
--- a/dosagelib/plugins/s.py
+++ b/dosagelib/plugins/s.py
@@ -109,6 +109,14 @@ class SinFest(_BasicScraper):
help = 'Index format: n (unpadded)'
+class SkinDeep(_BasicScraper):
+ url = 'http://www.skindeepcomic.com/'
+ ... | Add SkinDeep.
Filenames for this are all over the place :( | wummel_dosage | train | py |
d3e7fc962771098afea6882a9b5bd3ff0ee52a46 | diff --git a/structr-ui/src/main/java/org/structr/files/external/DirectoryWatchService.java b/structr-ui/src/main/java/org/structr/files/external/DirectoryWatchService.java
index <HASH>..<HASH> 100644
--- a/structr-ui/src/main/java/org/structr/files/external/DirectoryWatchService.java
+++ b/structr-ui/src/main/java/org... | Bugfix: handle transactions in DirectoryWatchService differently. | structr_structr | train | java |
4caa1df73e5a581a408b0a6f1bc150e95b8ae0ca | diff --git a/src/main/java/net/spy/memcached/MemcachedConnection.java b/src/main/java/net/spy/memcached/MemcachedConnection.java
index <HASH>..<HASH> 100644
--- a/src/main/java/net/spy/memcached/MemcachedConnection.java
+++ b/src/main/java/net/spy/memcached/MemcachedConnection.java
@@ -467,7 +467,7 @@ public final clas... | When FailureMode is retry, queue even when inactive.
This is *most* of the implementation of FailureMode.Retry. | dustin_java-memcached-client | train | java |
f6d1785b2461ef47dd8a2c1e1f67406da0ac48bd | diff --git a/lib/node_modules/@stdlib/_tools/js/program-summary/test/test.js b/lib/node_modules/@stdlib/_tools/js/program-summary/test/test.js
index <HASH>..<HASH> 100644
--- a/lib/node_modules/@stdlib/_tools/js/program-summary/test/test.js
+++ b/lib/node_modules/@stdlib/_tools/js/program-summary/test/test.js
@@ -321,6... | Add guarded for...in statement test | stdlib-js_stdlib | train | js |
7d4c8c93e160f87c4ef3e813b90878d177ff6d0a | diff --git a/src/ZfcUser/Controller/UserController.php b/src/ZfcUser/Controller/UserController.php
index <HASH>..<HASH> 100644
--- a/src/ZfcUser/Controller/UserController.php
+++ b/src/ZfcUser/Controller/UserController.php
@@ -87,7 +87,10 @@ class UserController extends AbstractActionController
$this->flas... | Clear the auth adapter and identity if successfully posted a new login request | ZF-Commons_ZfcUser | train | php |
3e490d6178bd8b01463b6302127d5dd9f028bf1d | diff --git a/includes/session.php b/includes/session.php
index <HASH>..<HASH> 100644
--- a/includes/session.php
+++ b/includes/session.php
@@ -55,7 +55,7 @@ if (isset($_SERVER['HTTP_ACCEPT_ENCODING']) && strpos($_SERVER['HTTP_ACCEPT_ENCO
define ('WT_USE_GOOGLE_API', false);
if (WT_USE_GOOGLE_API) {
define('WT_JQUER... | Update jQuery via CDN to <I> | fisharebest_webtrees | train | php |
dc7495ae38274751bba4da05e30aba9eada0187e | diff --git a/lib/main.js b/lib/main.js
index <HASH>..<HASH> 100644
--- a/lib/main.js
+++ b/lib/main.js
@@ -156,7 +156,7 @@ function makeJsonFriendlyRoute(injector, route) {
function makeRunInContext(serverScripts, angularModules, prepContext, template) {
return function (func) {
- var context = angularco... | Bootstrap Angular completely when we prepare a context.
Previously we just did the injector initialization, but fully bootstrapping
allows the caller to assume its template has been parsed, and doesn't
really do any harm if the template is empty. | saymedia_angularjs-server | train | js |
c80b51bae272a01372dcbf734ceb2f3588a5dd9c | diff --git a/tests/DataObjectTest.php b/tests/DataObjectTest.php
index <HASH>..<HASH> 100644
--- a/tests/DataObjectTest.php
+++ b/tests/DataObjectTest.php
@@ -287,4 +287,37 @@ class DataObjectTest extends TestCase
$this->assertEquals(3, $data->count());
$this->assertCount(3, $data);
}
+
+ /**
... | added test for recursive toArray handling
because it should handle arrayables inside arrays (2-step) | czim_laravel-dataobject | train | php |
f5242bf2e54c162dd46f66eac28130c992c85ddd | diff --git a/pharen.php b/pharen.php
index <HASH>..<HASH> 100644
--- a/pharen.php
+++ b/pharen.php
@@ -5,6 +5,7 @@ define("EXTENSION", ".phn");
require_once(COMPILER_SYSTEM.DIRECTORY_SEPARATOR.'lexical.php');
require_once("lang.php");
+require_once("sequence.php");
// Some utility functions for use in Pharen
@... | Create functions for Node and LeafNode to allow them to convert themselves into their list versions | Scriptor_pharen | train | php |
5f023aaa030a473c5fb8d2aa9b5502ef0575c8c0 | diff --git a/lib/consts/consts.go b/lib/consts/consts.go
index <HASH>..<HASH> 100644
--- a/lib/consts/consts.go
+++ b/lib/consts/consts.go
@@ -28,7 +28,7 @@ import (
)
// Version contains the current semantic version of k6.
-const Version = "0.38.2"
+const Version = "0.38.3"
// VersionDetails can be set external... | Release k6 <I> | loadimpact_k6 | train | go |
71ea3285c944bc45ce31f76a0b97b69a5b980deb | diff --git a/flex/pkg/volume/provision.go b/flex/pkg/volume/provision.go
index <HASH>..<HASH> 100644
--- a/flex/pkg/volume/provision.go
+++ b/flex/pkg/volume/provision.go
@@ -91,7 +91,7 @@ func (p *flexProvisioner) Provision(options controller.VolumeOptions) (*v1.Persi
v1.ResourceName(v1.ResourceStorage): options.... | flex: change to k8s <I> api | kubernetes-incubator_external-storage | train | go |
9345593d0744308efd013c69e40cf3e805c6e7c7 | diff --git a/controller/src/main/java/org/jboss/as/controller/operations/global/GlobalOperationHandlers.java b/controller/src/main/java/org/jboss/as/controller/operations/global/GlobalOperationHandlers.java
index <HASH>..<HASH> 100644
--- a/controller/src/main/java/org/jboss/as/controller/operations/global/GlobalOperat... | AS7-<I> Pass locale to recursive description read ops
was: <I>bc<I>fa6d2fd<I>d9bbc<I>d0f<I>fc<I>ad0d1 | wildfly_wildfly-core | train | java |
60ea74aa7e405e746566c2d6df97116369725a3f | diff --git a/addon/components/sl-grid.js b/addon/components/sl-grid.js
index <HASH>..<HASH> 100755
--- a/addon/components/sl-grid.js
+++ b/addon/components/sl-grid.js
@@ -433,9 +433,10 @@ export default Ember.Component.extend({
setupColumnHeaderWidths: Ember.on(
'didInsertElement',
function() {
+... | second attempt to clear out the travis build errors that I caused | softlayer_sl-ember-components | train | js |
5bde97640110570f60dae1df9745aee9b0cdb8d5 | diff --git a/ricecooker/commands.py b/ricecooker/commands.py
index <HASH>..<HASH> 100644
--- a/ricecooker/commands.py
+++ b/ricecooker/commands.py
@@ -41,15 +41,16 @@ def uploadchannel(arguments, **kwargs):
**kwargs)
config.SUSHI_BAR_CLIENT.report_stage('COMPLETED', 0)
except Exce... | Remote control: applying changes lost after rebasing. | learningequality_ricecooker | train | py |
32c32d83c27e19b6f993ceb47459dd513afb3473 | diff --git a/src/ActiveQuery.php b/src/ActiveQuery.php
index <HASH>..<HASH> 100644
--- a/src/ActiveQuery.php
+++ b/src/ActiveQuery.php
@@ -411,6 +411,9 @@ class ActiveQuery extends Query implements ActiveQueryInterface
return parent::column($field, $db);
}
+ /**
+ * @deprecated Do not use, will b... | ActiveQuery::getList() marked as deprecated | hiqdev_yii2-hiart | train | php |
4bc049d23af92051b270f30668cfcc2f342557b8 | diff --git a/test/browser/test.js b/test/browser/test.js
index <HASH>..<HASH> 100755
--- a/test/browser/test.js
+++ b/test/browser/test.js
@@ -35,7 +35,7 @@ var sauceClient;
var sauceConnectProcess;
var tunnelId = process.env.TRAVIS_JOB_NUMBER || 'tunnel-' + Date.now();
-var jobName = tunnelId;
+var jobName = tunne... | fix(sauce): append client str | delta-db_deltadb-common-utils | train | js |
792f5cb693dc1e7fa4a6b317c2bfa0979ed57e8c | diff --git a/test/http.js b/test/http.js
index <HASH>..<HASH> 100644
--- a/test/http.js
+++ b/test/http.js
@@ -8,8 +8,15 @@ describe("http", function () {
describe("gpf.http", function () {
+ if (config.performance) {
+ it("is not relevant for performance testing", function () {
+ ... | Exclude from performance measurement (#<I>) | ArnaudBuchholz_gpf-js | train | js |
c5c6ce035432ecaa8cfff4a4ed4089e04ca6bc2a | diff --git a/ReText/window.py b/ReText/window.py
index <HASH>..<HASH> 100644
--- a/ReText/window.py
+++ b/ReText/window.py
@@ -246,7 +246,7 @@ class ReTextWindow(QMainWindow):
trig=lambda: self.insertFormatting('underline'))
self.usefulTags = ('header', 'italic', 'bold', 'underline', 'numbering',
'bullets', ... | window: usefulChars: Replace dollar with euro
Dollar is part of standard QWERTY keyboard layout, so it's useless here.
Fixes #<I>. | retext-project_retext | train | py |
836ef2f57c5824fc394eab1d2e1f5a371e9107c0 | diff --git a/lib/cxxproject/utils/progress.rb b/lib/cxxproject/utils/progress.rb
index <HASH>..<HASH> 100644
--- a/lib/cxxproject/utils/progress.rb
+++ b/lib/cxxproject/utils/progress.rb
@@ -125,5 +125,5 @@ begin
Rake::add_listener(BenchmarkedProgressListener.new)
end
-rescue
+rescue LoadError => e
end | progress task does not raise if colored or progressbar is not installed - Fixes #<I> | marcmo_cxxproject | train | rb |
d5e58c411a5bf3bbecc576cd4873e5282f84683b | diff --git a/lib/save.js b/lib/save.js
index <HASH>..<HASH> 100644
--- a/lib/save.js
+++ b/lib/save.js
@@ -23,16 +23,17 @@ module.exports = function (name, options) {
options.logger.info('Creating \'' + name + '\'', object)
})
- engine.on('update', function (object) {
- options.logger.info('Updating \'' +... | Update events to be more accurate to ones emitted | serby_save | train | js |
b4a447f9376a70f9571b5efc1e8de5cf10cd3150 | diff --git a/src/GoalioForgotPassword/Controller/ForgotController.php b/src/GoalioForgotPassword/Controller/ForgotController.php
index <HASH>..<HASH> 100644
--- a/src/GoalioForgotPassword/Controller/ForgotController.php
+++ b/src/GoalioForgotPassword/Controller/ForgotController.php
@@ -115,7 +115,7 @@ class ForgotContr... | Bugfix reset with an already use token | goalio_GoalioForgotPassword | train | php |
fe0db9a63e17877f8e0202917c2f405c78b4009f | diff --git a/lib/vagrant/machine.rb b/lib/vagrant/machine.rb
index <HASH>..<HASH> 100644
--- a/lib/vagrant/machine.rb
+++ b/lib/vagrant/machine.rb
@@ -382,9 +382,7 @@ module Vagrant
# Setup the keys
info[:private_key_path] ||= []
- if !info[:private_key_path].is_a?(Array)
- info[:private_key... | core: nicer way to assure array for pviate key path | hashicorp_vagrant | train | rb |
3f137861e9c46de3218f8132da82e299e9ad35fa | diff --git a/sources/scalac/backend/msil/GenMSIL.java b/sources/scalac/backend/msil/GenMSIL.java
index <HASH>..<HASH> 100644
--- a/sources/scalac/backend/msil/GenMSIL.java
+++ b/sources/scalac/backend/msil/GenMSIL.java
@@ -2034,7 +2034,7 @@ final class MSILType {
public case REF(Type t) { assert t != null && !t.Is... | - Changed the way to get the CLRPackage instance | scala_scala | train | java,java |
a14e084f0f27d90f78fb95332e3d581ca4070a5c | diff --git a/spyder_kernels/utils/misc.py b/spyder_kernels/utils/misc.py
index <HASH>..<HASH> 100644
--- a/spyder_kernels/utils/misc.py
+++ b/spyder_kernels/utils/misc.py
@@ -21,7 +21,7 @@ def fix_reference_name(name, blacklist=None):
if not name:
name = "data"
if blacklist is not None and name in bl... | Misc: Add underscore to variable reference rename | spyder-ide_spyder-kernels | train | py |
ebe9b78bee0652471af45bdeab70e51ff2e707fa | diff --git a/lib/sup/modes/line-cursor-mode.rb b/lib/sup/modes/line-cursor-mode.rb
index <HASH>..<HASH> 100644
--- a/lib/sup/modes/line-cursor-mode.rb
+++ b/lib/sup/modes/line-cursor-mode.rb
@@ -55,14 +55,11 @@ protected
buffer.mark_dirty
end
- ## override search behavior to be cursor-based
+ ## override se... | bugfix for in-buffer search: corner case for results on last line | sup-heliotrope_sup | train | rb |
e648687e3308d55f7783867d78267d4769d4483b | diff --git a/sphinx_bootstrap_theme/bootstrap/static/bootstrap-sphinx.js b/sphinx_bootstrap_theme/bootstrap/static/bootstrap-sphinx.js
index <HASH>..<HASH> 100644
--- a/sphinx_bootstrap_theme/bootstrap/static/bootstrap-sphinx.js
+++ b/sphinx_bootstrap_theme/bootstrap/static/bootstrap-sphinx.js
@@ -105,8 +105,8 @@
... | Change code wrapping to only affect literal code blocks. | ryan-roemer_sphinx-bootstrap-theme | train | js |
ef733087810f8b40caed750dd71fbb21aa0ea1f5 | diff --git a/LDAP.js b/LDAP.js
index <HASH>..<HASH> 100644
--- a/LDAP.js
+++ b/LDAP.js
@@ -46,8 +46,8 @@ var LDAP = function(opts) {
}
opts.timeout = opts.timeout || 5000;
- opts.backoff = -1;
- opts.backoffmax = opts.backoffmax || 30000;
+ opts.backoff = 1; //sec
+ opts.backoffmax = opts.backof... | Changed backoffmax to something less geological, time-wise. | jeremycx_node-LDAP | train | js |
1af640e169ac06620df6957ce266c6f3380d9121 | diff --git a/cmd/juju/main.go b/cmd/juju/main.go
index <HASH>..<HASH> 100644
--- a/cmd/juju/main.go
+++ b/cmd/juju/main.go
@@ -6,6 +6,7 @@ package main
import (
"fmt"
"os"
+ "runtime"
"launchpad.net/juju-core/cmd"
"launchpad.net/juju-core/environs"
@@ -28,6 +29,10 @@ var x = []byte("\x96\x8c\x99\x8a\x9c\x94\... | Patch the environment variables in Windows so all our references to /home/nate will work correctly | juju_juju | train | go |
677d756cc316e33f1c95937ced6ed92f9a1ac1b4 | diff --git a/lib/page.js b/lib/page.js
index <HASH>..<HASH> 100644
--- a/lib/page.js
+++ b/lib/page.js
@@ -22,7 +22,9 @@ function test (opts) {
.get(opts.url)
.then(() => {
if (opts.scroll || opts.reporter === 'fps') {
- return session.execute('var dir=-1;function f () { window.scrollBy(... | Allow for customisable scrolling behaviour
If fps reporter is specified with no scroll parameters then stick with present behaviour of oscillating by 1 pixel. Otherwise if scroll option is provided then scroll continuously by the amount specified, or <I> pixels at a time if a non-numerical value is passed. | newsuk_timeliner | train | js |
5b1356a22a09f5945fd6ba6a9ff9e53122870417 | diff --git a/lib/aws.js b/lib/aws.js
index <HASH>..<HASH> 100644
--- a/lib/aws.js
+++ b/lib/aws.js
@@ -1,3 +1,3 @@
var AWS = require('./bootstrap');
require('./core');
-require('./service/dynamodb');
\ No newline at end of file
+require('./service/dynamodb'); | Add newline to aws.js | aws_aws-sdk-js | train | js |
019d20b7b0b58a50f0ddd659096c4c762a770a11 | diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
index <HASH>..<HASH> 100644
--- a/spec/spec_helper.rb
+++ b/spec/spec_helper.rb
@@ -2,7 +2,7 @@ TEST_DIR = File.dirname(__FILE__)
TMP_DIR = File.expand_path("../tmp", TEST_DIR)
require 'jekyll'
-require File.expand_path("../lib/jekyll-prism.rb", TEST_DIR)
+req... | Missed a rename in the tests in the previous commit | MitMaro_jekyll-prism-plugin | train | rb |
481a143d56fc700c2d958fb320b8cf677f7cc01b | diff --git a/lib/composable_operations/operation.rb b/lib/composable_operations/operation.rb
index <HASH>..<HASH> 100644
--- a/lib/composable_operations/operation.rb
+++ b/lib/composable_operations/operation.rb
@@ -80,14 +80,16 @@ class Operation
end
def perform
+ self.result = nil
+
ActiveSupport::Noti... | Operation after hooks have now access to the operation's result | t6d_composable_operations | train | rb |
1f1109bd7a0a1523e59e33b80662071efafdb8a0 | diff --git a/nodeconductor/structure/admin.py b/nodeconductor/structure/admin.py
index <HASH>..<HASH> 100644
--- a/nodeconductor/structure/admin.py
+++ b/nodeconductor/structure/admin.py
@@ -9,7 +9,7 @@ class ProjectAdmin(admin.ModelAdmin):
fields = ('name', 'description', 'customer')
- list_display = ['nam... | Expose customer in project/group admin | opennode_waldur-core | train | py |
55a3f195f8f7c6f897cada02dcfd19b194d7ce65 | diff --git a/spec/string_spec.rb b/spec/string_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/string_spec.rb
+++ b/spec/string_spec.rb
@@ -81,11 +81,9 @@ describe BBLib do
expect('Left IV Dead'.from_roman).to eq 'Left 4 Dead'
expect('lIVe IIn fear'.to_roman).to eq 'lIVe IIn fear'
t = 'Donkey Kong Country... | Removed inplace methods for roman numerals. | bblack16_bblib-ruby | train | rb |
3155de162af1e4d2ac6cbb69861c45d334c4dea6 | diff --git a/tests/mock.py b/tests/mock.py
index <HASH>..<HASH> 100644
--- a/tests/mock.py
+++ b/tests/mock.py
@@ -5,6 +5,7 @@ import json
import logging
import pathlib
import socket
+import traceback
import urllib.error
import urllib.parse
import urllib.request
@@ -30,6 +31,7 @@ class FixtureOpener(urllib.reques... | Add request records to FixtureOpener
for debug purpose | dahlia_wikidata | train | py |
f2c3ddec3b75c124213dc7e525d5446026ad4dcc | diff --git a/templates/client/html/common/partials/products.php b/templates/client/html/common/partials/products.php
index <HASH>..<HASH> 100644
--- a/templates/client/html/common/partials/products.php
+++ b/templates/client/html/common/partials/products.php
@@ -288,7 +288,7 @@ $detailFilter = array_flip( $this->config... | Displays variant article prices only if "add to basket" is enabled | aimeos_ai-client-html | train | php |
67d8ffcb3fe4fdd324d1e90201fbcab3c755713b | diff --git a/ontrack-extension-git/src/main/java/net/nemerosa/ontrack/extension/git/GitController.java b/ontrack-extension-git/src/main/java/net/nemerosa/ontrack/extension/git/GitController.java
index <HASH>..<HASH> 100644
--- a/ontrack-extension-git/src/main/java/net/nemerosa/ontrack/extension/git/GitController.java
+... | #<I> Removed branch-based commit info end point | nemerosa_ontrack | train | java |
ad2b37b9e7006773fac50b6226fa2c78b451fc3c | diff --git a/lib/mysql-native/serializers/reader.js b/lib/mysql-native/serializers/reader.js
index <HASH>..<HASH> 100644
--- a/lib/mysql-native/serializers/reader.js
+++ b/lib/mysql-native/serializers/reader.js
@@ -125,6 +125,9 @@ reader.prototype.unpackBinary = function(type, unsigned)
case constants.types.MYSQL_... | add support for reading tinyints | sidorares_nodejs-mysql-native | train | js |
182eed3a56b2b7e14cef11fdbc63c253ddcfd924 | diff --git a/src/Format/Json.php b/src/Format/Json.php
index <HASH>..<HASH> 100644
--- a/src/Format/Json.php
+++ b/src/Format/Json.php
@@ -59,6 +59,12 @@ class Json extends AbstractRegistryFormat
{
$data = trim($data);
+ // Because developers are clearly not validating their data before pushing it into a Regist... | Validate data for developers because they won't | joomla-framework_registry | train | php |
9ca95b5cd9e9467ec60f769aea66bf9e2c5534a3 | diff --git a/shoebot/__init__.py b/shoebot/__init__.py
index <HASH>..<HASH> 100644
--- a/shoebot/__init__.py
+++ b/shoebot/__init__.py
@@ -754,7 +754,6 @@ class CairoCanvas:
self.transform_stack = Stack()
if not gtkmode:
# image output mode, we need to make a surface
- print ta... | removed leftover print statements from debugging | shoebot_shoebot | train | py,py |
f790d151cb0212607bf769e1935364bdd6a0c7bd | diff --git a/filer/admin/folderadmin.py b/filer/admin/folderadmin.py
index <HASH>..<HASH> 100644
--- a/filer/admin/folderadmin.py
+++ b/filer/admin/folderadmin.py
@@ -44,6 +44,7 @@ from filer.utils.filer_easy_thumbnails import FilerActionThumbnailer
from filer.thumbnail_processors import normalize_subject_location
fr... | Check if order_by field is in whitelist with regexp | divio_django-filer | train | py |
70505777bfd7fc81cf829d5f50d8d49f6f306c24 | diff --git a/backend/scrapers/employees/matchEmployees.js b/backend/scrapers/employees/matchEmployees.js
index <HASH>..<HASH> 100644
--- a/backend/scrapers/employees/matchEmployees.js
+++ b/backend/scrapers/employees/matchEmployees.js
@@ -104,7 +104,7 @@ class CombineCCISandEmployees {
async main(peopleLists) {
... | removed coe because it doesnt work anymore | ryanhugh_searchneu | train | js |
bdfa22a15b3e2d132de098c361615d865cf4c112 | diff --git a/src/main/java/org/elasticsearch/hadoop/cascading/ESHadoopScheme.java b/src/main/java/org/elasticsearch/hadoop/cascading/ESHadoopScheme.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/elasticsearch/hadoop/cascading/ESHadoopScheme.java
+++ b/src/main/java/org/elasticsearch/hadoop/cascading/ESHadoopS... | fix bug causing the tuple to spill over when no fields are defined | elastic_elasticsearch-hadoop | train | java |
45bb047c81ac44a1d9b68d7a237294f207803714 | diff --git a/lib/pullr.rb b/lib/pullr.rb
index <HASH>..<HASH> 100644
--- a/lib/pullr.rb
+++ b/lib/pullr.rb
@@ -1 +1,3 @@
+require 'pullr/remote_repository'
+require 'pullr/local_repository'
require 'pullr/version' | Updated the top-level pullr.rb file. | postmodern_pullr | train | rb |
cfd992e225a247d0ce72f7890adfdf1311c3ea2a | diff --git a/actionpack/lib/action_dispatch/routing/route_set.rb b/actionpack/lib/action_dispatch/routing/route_set.rb
index <HASH>..<HASH> 100644
--- a/actionpack/lib/action_dispatch/routing/route_set.rb
+++ b/actionpack/lib/action_dispatch/routing/route_set.rb
@@ -596,14 +596,14 @@ module ActionDispatch
if r... | dump the dynamic route segments deprication horizon as it was not removed for rails <I> | rails_rails | train | rb |
d3c0b204c7c2d7071474a4c1b3a4dc5560b3be35 | diff --git a/lib/less/functions.js b/lib/less/functions.js
index <HASH>..<HASH> 100644
--- a/lib/less/functions.js
+++ b/lib/less/functions.js
@@ -222,8 +222,7 @@ tree.functions = {
var str = subject.value;
str = str.replace(new RegExp(pattern.value, flags ? flags.value : ""), replacement.value);
-
... | minor `replace` func improvement: preserve quote char and escaped flag. | less_less.js | train | js |
df3c097a468f0cd62b72ae23184abdbdeeb8e962 | diff --git a/lib/modules/at-rules.js b/lib/modules/at-rules.js
index <HASH>..<HASH> 100644
--- a/lib/modules/at-rules.js
+++ b/lib/modules/at-rules.js
@@ -9,7 +9,7 @@ module.exports = {
try {
ast = css.parse(string, options);
} catch (err) {
- console.log('An error occurred when extracting at-rule... | Output at-rules parsing errors to stderr | SC5_sc5-styleguide | train | js |
8a5785162378f4845a792a957efc689be138bae1 | diff --git a/examples/spec/prelude_lambda_spec.rb b/examples/spec/prelude_lambda_spec.rb
index <HASH>..<HASH> 100644
--- a/examples/spec/prelude_lambda_spec.rb
+++ b/examples/spec/prelude_lambda_spec.rb
@@ -24,8 +24,8 @@ describe PreludeLambdaUsage, "basic lambda prelude usage" do
it "knows about GCD alternatives"... | upgrade rspec should notation to expect notation | koenhandekyn_functions | train | rb |
f70b1a812e56a80b67204e66a11d23617d3dece5 | diff --git a/test/unit/query/query.findOrCreate.js b/test/unit/query/query.findOrCreate.js
index <HASH>..<HASH> 100644
--- a/test/unit/query/query.findOrCreate.js
+++ b/test/unit/query/query.findOrCreate.js
@@ -25,7 +25,7 @@ describe('Collection Query', function() {
// Fixture Adapter Def
var adapte... | pass tests for findOrCreate query | balderdashy_waterline | train | js |
f15508ac2c5591288174914d62800ed64cae70c5 | diff --git a/packages/vx-demo/components/gallery.js b/packages/vx-demo/components/gallery.js
index <HASH>..<HASH> 100644
--- a/packages/vx-demo/components/gallery.js
+++ b/packages/vx-demo/components/gallery.js
@@ -468,6 +468,9 @@ export default class Gallery extends React.Component {
<div
... | [gallery] polish voronoi | hshoff_vx | train | js,js |
289349a314f63069ff6f7e40a9d0f2bf0f6063cf | diff --git a/semantic_release/history/logs.py b/semantic_release/history/logs.py
index <HASH>..<HASH> 100644
--- a/semantic_release/history/logs.py
+++ b/semantic_release/history/logs.py
@@ -109,7 +109,8 @@ def generate_changelog(from_version: str, to_version: str = None) -> dict:
changes[message[1]].appen... | refactor(history): use capitalize method for readability | relekang_python-semantic-release | train | py |
139afa7b555161521c2ab9c84eeea972cc095307 | diff --git a/hazelcast/src/main/java/com/hazelcast/security/permission/ActionConstants.java b/hazelcast/src/main/java/com/hazelcast/security/permission/ActionConstants.java
index <HASH>..<HASH> 100644
--- a/hazelcast/src/main/java/com/hazelcast/security/permission/ActionConstants.java
+++ b/hazelcast/src/main/java/com/... | Register PN counter service in permission factory (#<I>)
Fixes: <URL> | hazelcast_hazelcast | train | java |
5f176d3afe7d0a01c5045b972133d9a83ad4ec4c | diff --git a/mob_rotation.rb b/mob_rotation.rb
index <HASH>..<HASH> 100644
--- a/mob_rotation.rb
+++ b/mob_rotation.rb
@@ -106,18 +106,28 @@ class MobRotation
show_help
end
- def rotate
- @real_mobsters << @real_mobsters.shift
+ def rotate_mobsters(&rotation_algorithm)
+ rotation_algorithm.call
+
... | extract a rotate_mobsters method | RubySteps_mob_rotation | train | rb |
c89139534f5b4258110e6c08bbe50359b5c94336 | diff --git a/pygerduty/__init__.py b/pygerduty/__init__.py
index <HASH>..<HASH> 100755
--- a/pygerduty/__init__.py
+++ b/pygerduty/__init__.py
@@ -557,7 +557,7 @@ class PagerDuty(object):
"incident_key": incident_key,
"client": client,
"client_url": client_url,
- "conte... | Adding trailing comma to make future diffs cleaner | dropbox_pygerduty | train | py |
2b625eb53499255b2ae0db3a3b4f4c15e1a1adea | diff --git a/src/deep-resource/lib/Resource/Request.js b/src/deep-resource/lib/Resource/Request.js
index <HASH>..<HASH> 100644
--- a/src/deep-resource/lib/Resource/Request.js
+++ b/src/deep-resource/lib/Resource/Request.js
@@ -923,7 +923,8 @@ export class Request {
case 'post':
case 'put':
case 'pa... | #ATM<I>: Make sure signed body == request data | MitocGroup_deep-framework | train | js |
9aec787af296fafc09e6e2e000206b705b779a24 | diff --git a/lib/picasa/api/tag.rb b/lib/picasa/api/tag.rb
index <HASH>..<HASH> 100644
--- a/lib/picasa/api/tag.rb
+++ b/lib/picasa/api/tag.rb
@@ -45,7 +45,7 @@ module Picasa
path << "/albumid/#{album_id}" if album_id
path << "/photoid/#{photo_id}" if photo_id
- template = Template.new("adding_tag" {:tag_nam... | add wrose comma | morgoth_picasa | train | rb |
4fae76c146f2856063927c9a8d1c34bd86b30a58 | diff --git a/test/unit/org/apache/cassandra/io/sstable/CQLSSTableWriterTest.java b/test/unit/org/apache/cassandra/io/sstable/CQLSSTableWriterTest.java
index <HASH>..<HASH> 100644
--- a/test/unit/org/apache/cassandra/io/sstable/CQLSSTableWriterTest.java
+++ b/test/unit/org/apache/cassandra/io/sstable/CQLSSTableWriterTes... | Fix CQLSSTableWriterTest | Stratio_stratio-cassandra | train | java |
1dd0fefee7a42ded1a271debf4157c040e0a9f0d | diff --git a/pysat/instruments/sw_f107.py b/pysat/instruments/sw_f107.py
index <HASH>..<HASH> 100644
--- a/pysat/instruments/sw_f107.py
+++ b/pysat/instruments/sw_f107.py
@@ -382,14 +382,8 @@ def download(date_array, tag, sat_id, data_path, user=None, password=None):
if data.empty:
warning... | ENH: Updated download timehandling for LASP F<I>
Removed the try/except catch for the old format, since this is only used in the download routine and thus only needs to know the new format. | rstoneback_pysat | train | py |
838c536e4c49a16250ddb4a5d6d92acc2b03460f | diff --git a/tests/django_project/setup.py b/tests/django_project/setup.py
index <HASH>..<HASH> 100755
--- a/tests/django_project/setup.py
+++ b/tests/django_project/setup.py
@@ -3,7 +3,7 @@
from setuptools import setup, find_packages
-setup(
+__name__ == '__main__' and setup(
name='django-project',
pack... | Fix dist setup in django test project | pengutronix_aiohttp-json-rpc | train | py |
5c36e7b61855acaf4319e72f5bd57c84c00c8c0e | diff --git a/mutagen/_vorbis.py b/mutagen/_vorbis.py
index <HASH>..<HASH> 100644
--- a/mutagen/_vorbis.py
+++ b/mutagen/_vorbis.py
@@ -1,6 +1,7 @@
-# Vorbis comment support for Mutagen
-# Copyright 2005-2006 Joe Wreschnig
-# 2013 Christoph Reiter
+# -*- coding: utf-8 -*-
+
+# Copyright (C) 2005-2006 Joe Wres... | _vorbis.py: consistent headers/pep<I>, readability improvements | quodlibet_mutagen | train | py |
49d3d5498c54d8ba58d903e50275dd49596f373e | diff --git a/Eloquent/Relations/Concerns/AsPivot.php b/Eloquent/Relations/Concerns/AsPivot.php
index <HASH>..<HASH> 100644
--- a/Eloquent/Relations/Concerns/AsPivot.php
+++ b/Eloquent/Relations/Concerns/AsPivot.php
@@ -125,11 +125,11 @@ trait AsPivot
$this->touchOwners();
- $this->getDeleteQuery()->... | altered AsPivot::delete() to return affected rows from builder | illuminate_database | train | php |
a13c2e29f4bf69df96d6fa8693d2efae0af23658 | diff --git a/shell/src/main/java/alluxio/cli/ConfigurationDocGenerator.java b/shell/src/main/java/alluxio/cli/ConfigurationDocGenerator.java
index <HASH>..<HASH> 100644
--- a/shell/src/main/java/alluxio/cli/ConfigurationDocGenerator.java
+++ b/shell/src/main/java/alluxio/cli/ConfigurationDocGenerator.java
@@ -195,8 +19... | [ALLUXIO-<I>] 2nd task small fix | Alluxio_alluxio | train | java |
db5197011aec429dc68730dcde2da25df5059a1f | diff --git a/webapps/ui/tasklist/plugins/tasklistSorting/app/tasklistHeader/cam-tasklist-sorting-choices.js b/webapps/ui/tasklist/plugins/tasklistSorting/app/tasklistHeader/cam-tasklist-sorting-choices.js
index <HASH>..<HASH> 100644
--- a/webapps/ui/tasklist/plugins/tasklistSorting/app/tasklistHeader/cam-tasklist-sorti... | fix(tasklist): close dropdown after adding filter
related to CAM-<I> | camunda_camunda-bpm-platform | train | js |
c6fcb570485db2ee68144ef74a46b2007b5fc17f | diff --git a/src/Plugins/Litedown/Parser.js b/src/Plugins/Litedown/Parser.js
index <HASH>..<HASH> 100644
--- a/src/Plugins/Litedown/Parser.js
+++ b/src/Plugins/Litedown/Parser.js
@@ -508,7 +508,7 @@ function matchBlockLevelMarkup()
tagPos = matchPos + ignoreLen;
tagLen = lfPos - tagPos;
- if (m[5].charAt... | Litedown: added isset() check. No functional change intended | s9e_TextFormatter | train | js,php |
1ffb1c7f466840a6d84279e1fa87aacae7dc1474 | diff --git a/src/core/errorBag.js b/src/core/errorBag.js
index <HASH>..<HASH> 100644
--- a/src/core/errorBag.js
+++ b/src/core/errorBag.js
@@ -47,6 +47,7 @@ export default class ErrorBag {
}
error.scope = !isNullOrUndefined(error.scope) ? error.scope : null;
+ error.vmId = !isNullOrUndefined(error.vmId) ... | fix: error bag not adding the vmId on manually added errors closes #<I> | baianat_vee-validate | train | js |
800f31e36335633dbed502ae58d753335ba20e59 | diff --git a/node-binance-api.js b/node-binance-api.js
index <HASH>..<HASH> 100644
--- a/node-binance-api.js
+++ b/node-binance-api.js
@@ -94,7 +94,7 @@ module.exports = function() {
quantity: quantity
};
if ( typeof flags.type !== "undefined" ) opt.type = flags.type;
- if ( opt.type == "LIMIT" ) {
+ if ( o... | Set the price in any kind of *LIMIT* order (fix stop loss order) | jaggedsoft_node-binance-api | train | js |
265774a61f8a7401a4b7d91651dc414516d66935 | diff --git a/src/main/java/de/rototor/pdfbox/graphics2d/PdfBoxGraphics2D.java b/src/main/java/de/rototor/pdfbox/graphics2d/PdfBoxGraphics2D.java
index <HASH>..<HASH> 100644
--- a/src/main/java/de/rototor/pdfbox/graphics2d/PdfBoxGraphics2D.java
+++ b/src/main/java/de/rototor/pdfbox/graphics2d/PdfBoxGraphics2D.java
@@ -7... | #<I> Fix to make javadoc happy again... | rototor_pdfbox-graphics2d | train | java |
Subsets and Splits
Java Commits in Train Set
Queries for all entries where the diff_languages column is 'java', providing a filtered dataset but without deeper analysis.
Java Commits Test Data
Returns a subset of 5000 entries from the dataset where the programming language difference is Java, providing basic filtering for exploration.
Java Commits Sample
Retrieves the first 1,000 records where the 'diff_languages' column is 'java', providing limited insight into the specific data entries.
Java Commits Validation Sample
Retrieves a sample of entries from the validation dataset where the diff languages are Java, providing limited insight into specific Java-related data points.
Java Commits in Validation
This query retrieves a limited sample of entries from the validation dataset where the programming language difference is Java, providing basic filtering with minimal insight.
Java Commits Sample
This query retrieves a sample of 100 records where the 'diff_languages' is 'java', providing basic filtering but limited analytical value.
Java Commits Sample
Retrieves 100 samples where the language difference is Java, providing basic filtering but minimal analytical value.
Java Commits Sample
Retrieves 10 samples where the diff_languages column is 'java', providing basic examples of data entries with this specific language.
Java Commits Validation Sample
Retrieves 1,000 records where the differences in languages are marked as Java, providing a snapshot of that specific subset but limited to raw data.
Java Commits Sample
This query retrieves 1000 random samples from the dataset where the programming language is Java, offering limited insight beyond raw data.