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 |
|---|---|---|---|---|---|
76b04a129ddf1bd141388533483b88dde6ba5605 | diff --git a/ez_setup.py b/ez_setup.py
index <HASH>..<HASH> 100644
--- a/ez_setup.py
+++ b/ez_setup.py
@@ -36,7 +36,7 @@ try:
except ImportError:
USER_SITE = None
-DEFAULT_VERSION = "6.0.2"
+DEFAULT_VERSION = "6.0.3"
DEFAULT_URL = "https://pypi.python.org/packages/source/s/setuptools/"
def _python_cmd(*args... | Bumped to <I> in preparation for next release. | pypa_setuptools | train | py,py |
c5bfe2936e8cd1a58b7c29302a83214024285de0 | diff --git a/sonar-core/src/test/java/org/sonar/core/persistence/SemaphoreDaoTest.java b/sonar-core/src/test/java/org/sonar/core/persistence/SemaphoreDaoTest.java
index <HASH>..<HASH> 100644
--- a/sonar-core/src/test/java/org/sonar/core/persistence/SemaphoreDaoTest.java
+++ b/sonar-core/src/test/java/org/sonar/core/per... | SONAR-<I> improve stability of unit test | SonarSource_sonarqube | train | java |
9064fc85d8347d035d0669631c4540e3eda5b651 | diff --git a/src/Dflydev/Psr0ResourceLocator/Composer/ComposerResourceLocator.php b/src/Dflydev/Psr0ResourceLocator/Composer/ComposerResourceLocator.php
index <HASH>..<HASH> 100644
--- a/src/Dflydev/Psr0ResourceLocator/Composer/ComposerResourceLocator.php
+++ b/src/Dflydev/Psr0ResourceLocator/Composer/ComposerResourceL... | Added Composers fallback directories to map | dflydev_dflydev-psr0-resource-locator-composer | train | php |
aaced6540a79fbb8d55b5b21f8a2e7fc74f661b6 | diff --git a/molgenis-data-mapper/src/main/java/org/molgenis/data/mapper/service/impl/MappingServiceImpl.java b/molgenis-data-mapper/src/main/java/org/molgenis/data/mapper/service/impl/MappingServiceImpl.java
index <HASH>..<HASH> 100644
--- a/molgenis-data-mapper/src/main/java/org/molgenis/data/mapper/service/impl/Mapp... | Remove manual rollback code (data service is responsible for rollback) | molgenis_molgenis | train | java |
967050d882c66590eefcc724e86eb7101a72e20c | diff --git a/cmds/quiz.js b/cmds/quiz.js
index <HASH>..<HASH> 100644
--- a/cmds/quiz.js
+++ b/cmds/quiz.js
@@ -16,7 +16,7 @@ exports.run = (bot, msg, params = []) => {
errors: ["time"]
})
.then(collected => {
- bot.functions.optn.points(bot, msg, "add");
+ bot.functions.optn.points(bot, colle... | Fix in quiz file, so it gives points to the right person | dirigeants_komada | train | js,js |
9572c69fdb24f95b8a3c293a330fe36271eb0bc4 | diff --git a/analyzers/LastInfoSec/LastInfoSec.py b/analyzers/LastInfoSec/LastInfoSec.py
index <HASH>..<HASH> 100755
--- a/analyzers/LastInfoSec/LastInfoSec.py
+++ b/analyzers/LastInfoSec/LastInfoSec.py
@@ -4,7 +4,7 @@ from cortexutils.analyzer import Analyzer
import requests
-class LIS_GetReport(Analyzer):
+class... | rename Lis_GetReport to LastInfoSec | TheHive-Project_Cortex-Analyzers | train | py |
8cd07a7cd8b17c8c606dbc91ef882505df8a81e4 | diff --git a/src/utils/index.js b/src/utils/index.js
index <HASH>..<HASH> 100644
--- a/src/utils/index.js
+++ b/src/utils/index.js
@@ -197,7 +197,7 @@ exports.createReleaseQualityBadge = (releaseQuality) => {
} else if (releaseQuality === 'BETA') {
badge = 'beta-yellow';
} else if (releaseQuality === 'ALPHA'... | Make alpha release level badges orange. (#<I>) | GoogleCloudPlatform_nodejs-repo-tools | train | js |
f295667115ab96ffa87269f5b0ecde851f377e76 | diff --git a/client/lib/abtest/active-tests.js b/client/lib/abtest/active-tests.js
index <HASH>..<HASH> 100644
--- a/client/lib/abtest/active-tests.js
+++ b/client/lib/abtest/active-tests.js
@@ -83,8 +83,8 @@ export default {
gSuiteDiscountV2: {
datestamp: '20180822',
variations: {
- control: 0,
- discount:... | Pause the G-Suite discount a/b test (#<I>) | Automattic_wp-calypso | train | js |
1f02b858c41fec1a0bbdb0f5c072de2540bfc98d | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -9,7 +9,7 @@ with open('HISTORY.rst') as f:
setup(name='smc-python',
- version='0.5.8a',
+ version='0.5.8b',
description='Python based API to Stonesoft Security Management Center',
long_descrip... | version up for pypi | gabstopper_smc-python | train | py,py |
99bcd127c65f5394561416ec1fc0a8fc5af05ab1 | diff --git a/src/ScaffoldPackageCommand.php b/src/ScaffoldPackageCommand.php
index <HASH>..<HASH> 100644
--- a/src/ScaffoldPackageCommand.php
+++ b/src/ScaffoldPackageCommand.php
@@ -706,7 +706,7 @@ EOT;
foreach ( $lines as &$line ) {
$line = $whitespace . $line;
}
- return implode( $lines, "\n" );
+ return... | Fix Implode signature
The following triggered an error locally...
```
return implode( $lines, "\n" );
```
By switching the operands so that glue comes first and collection second. I believe this might help this to work | wp-cli_scaffold-package-command | train | php |
77301c378feeccbffde470f6a5055999ab6cb009 | diff --git a/components/mention/__tests__/demo.test.js b/components/mention/__tests__/demo.test.js
index <HASH>..<HASH> 100644
--- a/components/mention/__tests__/demo.test.js
+++ b/components/mention/__tests__/demo.test.js
@@ -2,4 +2,6 @@ import demoTest from '../../../tests/shared/demoTest';
jest.mock('draft-js/lib... | skip mention test when test dist file | ant-design_ant-design | train | js |
d073e0453c5b0bd2c9415ffb56b931464304e179 | diff --git a/src/Cmsable/Form/BasePageForm.php b/src/Cmsable/Form/BasePageForm.php
index <HASH>..<HASH> 100644
--- a/src/Cmsable/Form/BasePageForm.php
+++ b/src/Cmsable/Form/BasePageForm.php
@@ -1,7 +1,7 @@
<?php namespace Cmsable\Form;
use Validator;
-use FormObject\Support\Laravel\LaravelForm;
+use FormObject\For... | Changed BasePageForm caused by changes in FormObject | mtils_cmsable | train | php |
37b3ce5a75cd48daecadce4dbce31c05576737ff | diff --git a/lib/xclarity_client/version.rb b/lib/xclarity_client/version.rb
index <HASH>..<HASH> 100644
--- a/lib/xclarity_client/version.rb
+++ b/lib/xclarity_client/version.rb
@@ -1,3 +1,3 @@
module XClarityClient
- VERSION = "0.1.0"
+ VERSION = "0.2.0"
end | Increments version from <I> to <I> | lenovo_xclarity_client | train | rb |
686609495ca97d5db300bca297b95f3d4a8d5045 | diff --git a/config.go b/config.go
index <HASH>..<HASH> 100644
--- a/config.go
+++ b/config.go
@@ -310,6 +310,9 @@ func (c *Config) Validate() error {
if c.Producer.Flush.Bytes >= int(MaxRequestSize) {
Logger.Println("Producer.Flush.Bytes must be smaller than MaxRequestSize; it will be ignored.")
}
+ if (c.Produ... | Add a config warning for unusual flushes
In Producer.Flush, if Bytes or Messages is set but Frequency is not then
messages may not get flushed because Sarama will wait forever to fulfill
the Byte/Message configurations. | Shopify_sarama | train | go |
d0ab671eff142f1e7fb27408f174bb18c184cbaf | diff --git a/examples/SlideChangeHooks.js b/examples/SlideChangeHooks.js
index <HASH>..<HASH> 100644
--- a/examples/SlideChangeHooks.js
+++ b/examples/SlideChangeHooks.js
@@ -3,6 +3,7 @@ import Slider from "../src/slider";
export default class SlideChangeHooks extends Component {
state = {
+ oldSlide: 0,
... | Update SlideChangeHooks example to use currentSlide from beforeChange | akiran_react-slick | train | js |
9fbc0205c3f10f24d2770645a99e9878b1bfb954 | diff --git a/lib/openapi3_parser/node_factory.rb b/lib/openapi3_parser/node_factory.rb
index <HASH>..<HASH> 100644
--- a/lib/openapi3_parser/node_factory.rb
+++ b/lib/openapi3_parser/node_factory.rb
@@ -111,8 +111,8 @@ module Openapi3Parser
end
unless valid_type?
- raise Openapi3Parser::Error,
- ... | Use InvalidType error and location_summary in NodeFactory | kevindew_openapi3_parser | train | rb |
ba2b90dec89de2e495a93acf86fbb4180e0768d8 | diff --git a/modules/ReduxAsyncConnect.js b/modules/ReduxAsyncConnect.js
index <HASH>..<HASH> 100644
--- a/modules/ReduxAsyncConnect.js
+++ b/modules/ReduxAsyncConnect.js
@@ -91,6 +91,10 @@ class ReduxAsyncConnect extends React.Component {
this.loadAsyncData(nextProps);
}
+ shouldComponentUpdate(nextProps, n... | ReduxAsyncConnect should rerender components only if props were changed | makeomatic_redux-connect | train | js |
e4e0fd2324bb68f7839afba67c35cee633e17f57 | diff --git a/v2/spy.js b/v2/spy.js
index <HASH>..<HASH> 100644
--- a/v2/spy.js
+++ b/v2/spy.js
@@ -118,10 +118,12 @@ ChunkSpy.prototype._flush = function _flush(callback) {
var self = this;
if (self.buffer.length) {
self.push(self.buffer);
- self.hex.write(self.buffer);
+ self.hex.end(s... | Be sure to end the hex stream in chunkSpy.flush | uber_tchannel-node | train | js |
2975f013a61d7e3b0a8fab1e62f33f71d8d3cc98 | diff --git a/timeside/decoder/file.py b/timeside/decoder/file.py
index <HASH>..<HASH> 100644
--- a/timeside/decoder/file.py
+++ b/timeside/decoder/file.py
@@ -26,6 +26,7 @@
# Guillaume Pellerin <yomguy@parisson.com>
# Thomas Fillon <thomas@parisson.com>
+from __future__ import division
from timeside.decoder.core... | fix division from future (explicit import in EACH module) | Parisson_TimeSide | train | py |
a474c9314cb68bcbec904163fdae20a6f1c2811c | diff --git a/public/js/app-middle.js b/public/js/app-middle.js
index <HASH>..<HASH> 100644
--- a/public/js/app-middle.js
+++ b/public/js/app-middle.js
@@ -221,7 +221,10 @@
}
var url = getServerURL(),
- socket = io.connect(url),
+ socket = io.conn... | now continuing to try to connect every four seconds indefinitely. | jolira_site-manager-baseline | train | js |
4556a1b9a4def13e58214b24f7fb346d4bb507e7 | diff --git a/pyclustering/nnet/tests/syncsegm_tests.py b/pyclustering/nnet/tests/syncsegm_tests.py
index <HASH>..<HASH> 100644
--- a/pyclustering/nnet/tests/syncsegm_tests.py
+++ b/pyclustering/nnet/tests/syncsegm_tests.py
@@ -38,7 +38,7 @@ class Test(unittest.TestCase):
def templatesyncsegmSegmentation(self, imag... | [pyclustering.nnet] Improve staibility of unit-tests for randomized algorithms. | annoviko_pyclustering | train | py |
b59f640b199576be5ba7491e59c1e881dba98ea4 | diff --git a/app/controllers/impressionist_controller.rb b/app/controllers/impressionist_controller.rb
index <HASH>..<HASH> 100644
--- a/app/controllers/impressionist_controller.rb
+++ b/app/controllers/impressionist_controller.rb
@@ -51,6 +51,7 @@ module ImpressionistController
# creates a statment hash that co... | Use action dispatch filter to support nested filters and other rails 5 features. | charlotte-ruby_impressionist | train | rb |
dfc48d3ec4812d9b0203edd8f0b517f2273604e0 | diff --git a/cid.go b/cid.go
index <HASH>..<HASH> 100644
--- a/cid.go
+++ b/cid.go
@@ -133,6 +133,15 @@ var CodecToStr = map[uint64]string{
// compatibility with the plain-multihash format used used in IPFS.
// NewCidV1 should be used preferentially.
func NewCidV0(mhash mh.Multihash) Cid {
+ // Need to make sure has... | Make sure we have a SHA2_<I>, length <I> hash when creating a CidV0. | ipfs_go-cid | train | go |
d0616183a32de6781b534bf957354c3b3114e32a | diff --git a/src/Console/Kernel.php b/src/Console/Kernel.php
index <HASH>..<HASH> 100644
--- a/src/Console/Kernel.php
+++ b/src/Console/Kernel.php
@@ -33,7 +33,7 @@ class Kernel implements KernelContract
*
* @var bool
*/
- protected $aliases = true;
+ protected $aliases = false;
/**
... | Disable alias for commandline by default. | orchestral_lumen | train | php |
f5ffbfc39061eb4f73d9d58b42834ee95d81a9b7 | diff --git a/raiden/api/rest.py b/raiden/api/rest.py
index <HASH>..<HASH> 100644
--- a/raiden/api/rest.py
+++ b/raiden/api/rest.py
@@ -391,12 +391,13 @@ class APIServer(Runnable):
web3 = self.flask_app.config.get('WEB3_ENDPOINT')
if 'config.' in file_name and file_name.endswith('.json'):
+ ... | Send a string and not an enum to the network type for the webui | raiden-network_raiden | train | py |
95748f0a1850ba9576c63b5dd8c25cb535078a51 | diff --git a/middleman-core/lib/middleman-core/renderers/sass.rb b/middleman-core/lib/middleman-core/renderers/sass.rb
index <HASH>..<HASH> 100644
--- a/middleman-core/lib/middleman-core/renderers/sass.rb
+++ b/middleman-core/lib/middleman-core/renderers/sass.rb
@@ -61,6 +61,8 @@ module Middleman
@engine.r... | Import paths from libraries which expect ::Sass module to still exist. Fixes #<I> | middleman_middleman | train | rb |
03af59112938db4f3b084da7cbca1e5fb685f095 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100755
--- a/setup.py
+++ b/setup.py
@@ -602,7 +602,7 @@ INSTALL_VERSION_TEMPLATE = '''\
from salt.version import SaltStackVersion
-__saltstack_version__ = SaltStackVersion\'{full_version_info}\'
+__saltstack_version__ = SaltStackVersion{full_version_info!r}
'... | We need the `repr()` for the version tuple. | saltstack_salt | train | py |
b5ef5d29de9395ff4f9a420dd96437c30868642e | diff --git a/templates/screen/app/screens/name_screen.rb b/templates/screen/app/screens/name_screen.rb
index <HASH>..<HASH> 100644
--- a/templates/screen/app/screens/name_screen.rb
+++ b/templates/screen/app/screens/name_screen.rb
@@ -5,6 +5,12 @@ class <%= @name_camel_case %>Screen < PM::<%= @screen_base %>
def on_... | Modify name_screen to include table_data method for table_screens | infinitered_redpotion | train | rb |
6363573b3c7f27d5c504e34a90928ef2f59c461f | diff --git a/packages/puppeteer-extra-plugin-stealth/evasions/navigator.webdriver/index.js b/packages/puppeteer-extra-plugin-stealth/evasions/navigator.webdriver/index.js
index <HASH>..<HASH> 100644
--- a/packages/puppeteer-extra-plugin-stealth/evasions/navigator.webdriver/index.js
+++ b/packages/puppeteer-extra-plugin... | Fix for calling functions on proxy - see Chromium bug <I> (#<I>) | berstend_puppeteer-extra | train | js |
e9baf31c996492bdab7213be6766b9e001e04a1d | diff --git a/tests/unit/nupic/encoders/coordinate_test.py b/tests/unit/nupic/encoders/coordinate_test.py
index <HASH>..<HASH> 100755
--- a/tests/unit/nupic/encoders/coordinate_test.py
+++ b/tests/unit/nupic/encoders/coordinate_test.py
@@ -264,7 +264,7 @@ class CoordinateEncoderTest(unittest.TestCase):
def assert... | Change decreasing overlaps test for coordinate encoder to not require a strict decrease (staying the same is ok). | numenta_nupic | train | py |
cdf9c13a9f5d333df97f239deafc556e7bd29420 | diff --git a/kubespawner/reflector.py b/kubespawner/reflector.py
index <HASH>..<HASH> 100644
--- a/kubespawner/reflector.py
+++ b/kubespawner/reflector.py
@@ -105,6 +105,9 @@ class NamespacedResourceReflector(LoggingConfigurable):
self.start()
+ def __del__(self):
+ self.stop()
+
def _list_a... | Add __del__ for reflector
Event reflectors are stopped when pods are successfully launched. slow/failed launch needs this to cleanup watcher. | jupyterhub_kubespawner | train | py |
b3888a9b373c5659757f79bd25d43e37a6254b0b | diff --git a/lib/puppet/ssl/validator.rb b/lib/puppet/ssl/validator.rb
index <HASH>..<HASH> 100644
--- a/lib/puppet/ssl/validator.rb
+++ b/lib/puppet/ssl/validator.rb
@@ -24,6 +24,7 @@ class Puppet::SSL::Validator
# @api public
#
def self.default_validator()
+ Puppet.deprecation_warning("Puppet::SSL::Valida... | (PUP-<I>) Deprecate Validator.default_validator
The `.default_validator` factory method is no longer needed nor desirable
since the DefaultValidator class has been dismantled and simply
delegates to `.best_validator` under the hood. The method now logs a
warning telling API consumers of the current best practices, but... | puppetlabs_puppet | train | rb |
e20bc5a25b84b879a9e130e2979872a6c4b191d5 | diff --git a/lib/bundle-manager.js b/lib/bundle-manager.js
index <HASH>..<HASH> 100644
--- a/lib/bundle-manager.js
+++ b/lib/bundle-manager.js
@@ -233,11 +233,13 @@ module.exports._stopWatching = function () {
watcher.close();
};
-/**
- * Emits a `bundleChanged` event for the given bundle.
- * @param bundleName {S... | fix(bundle-manager): reduce frequency of crash when editing dashboard HTML files | nodecg_nodecg | train | js |
1da803e4d1ee76b0db1d66b3dfbe683085e12996 | diff --git a/src/config/countries.php b/src/config/countries.php
index <HASH>..<HASH> 100644
--- a/src/config/countries.php
+++ b/src/config/countries.php
@@ -5,7 +5,7 @@ return [
'cache' => [
'enabled' => true,
- 'service' => PragmaRX\Countries\Package\Services\Cache::class,
+ 'service' =... | Use Laravel's Cache | antonioribeiro_countries-laravel | train | php |
ba91b306a832762d279514784e814abed0d9cfb5 | diff --git a/virtualchain/lib/blockchain/session.py b/virtualchain/lib/blockchain/session.py
index <HASH>..<HASH> 100644
--- a/virtualchain/lib/blockchain/session.py
+++ b/virtualchain/lib/blockchain/session.py
@@ -38,7 +38,12 @@ import threading
import time
import socket
-from ..config import DEBUG
+try:
+ from ... | try/except to make relative imports work | blockstack_virtualchain | train | py |
2db65cf5a70f066bae2888e1d181dcfe689e31f3 | diff --git a/lib/authlogic/acts_as_authentic/password.rb b/lib/authlogic/acts_as_authentic/password.rb
index <HASH>..<HASH> 100644
--- a/lib/authlogic/acts_as_authentic/password.rb
+++ b/lib/authlogic/acts_as_authentic/password.rb
@@ -158,15 +158,12 @@ module Authlogic
return if klass.crypted_password_field.... | Remove tautology: set_callback is always defined
We dropped support for rails 2 a long time ago | binarylogic_authlogic | train | rb |
a1b06fd6040450acae8125e4fe98c57af96a36ea | diff --git a/config/application.php b/config/application.php
index <HASH>..<HASH> 100644
--- a/config/application.php
+++ b/config/application.php
@@ -24,7 +24,7 @@ if (file_exists($env_config)) {
*/
define('CONTENT_DIR', '/app');
define('WP_CONTENT_DIR', $root_dir . CONTENT_DIR);
-define('WP_CONTENT_URL', 'http://... | fix asset paths when wordpress is hosted from an apache user directory
$_SERVER['HTTP_HOST'] was returning `localhost` instead of
`localhost/~jon/bedrock` which breaking css and script asset paths in
the roots theme | roots_bedrock | train | php |
bcaae88b58207c69ab386425e525742d22bf677d | diff --git a/ruby/server/test/rcirb.rb b/ruby/server/test/rcirb.rb
index <HASH>..<HASH> 100755
--- a/ruby/server/test/rcirb.rb
+++ b/ruby/server/test/rcirb.rb
@@ -6,7 +6,6 @@ require 'irb'
path = File.dirname(File.expand_path($PROGRAM_NAME))
$LOAD_PATH << path + "/../lib"
-$LOAD_PATH << path + "/../../commons/lib... | Fix path of tests related to commons. | roma_roma | train | rb,rb |
5b8b6e9c35345c3aa1451201638f3ba419973173 | diff --git a/packages/drawer/src/react/collapsible.js b/packages/drawer/src/react/collapsible.js
index <HASH>..<HASH> 100644
--- a/packages/drawer/src/react/collapsible.js
+++ b/packages/drawer/src/react/collapsible.js
@@ -5,6 +5,7 @@ import React from 'react'
const Container = glamorous.div({
overflow: 'hidden',... | fix(drawer): prevent tabbing into closed drawers | pluralsight_design-system | train | js |
39abf48e800c8fe4bd48c7bcc94ace499915e273 | diff --git a/src/Model.php b/src/Model.php
index <HASH>..<HASH> 100644
--- a/src/Model.php
+++ b/src/Model.php
@@ -11,8 +11,19 @@ abstract class Model {
*/
protected $table;
+ /**
+ * An instance of PDO obtained from the
+ * Connection instance.
+ * @var \PDO
+ */
+ protected $databas... | Adds $database property and calls Query::isConnected() before setting | p810_mysql-helper | train | php |
553d62c58ee62afa1d6351b1052404828a426566 | diff --git a/upload/admin/controller/design/translation.php b/upload/admin/controller/design/translation.php
index <HASH>..<HASH> 100644
--- a/upload/admin/controller/design/translation.php
+++ b/upload/admin/controller/design/translation.php
@@ -125,7 +125,7 @@ class Translation extends \Opencart\System\Engine\Control... | Added integer on $page get request. | opencart_opencart | train | php |
64b286d76b0f0abcb7e7218809f92b51c044b643 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -2,22 +2,22 @@ from distutils.core import setup
from subprocess import Popen, PIPE
-short_rev = None
+revlist_count = None
long_rev = None
-with Popen(['git', 'rev-parse', '--short', 'HEAD'], stdout=PIPE) as f:
- sh... | geenrating a version that is consistent with pep<I> now | datamachine_twx | train | py |
48c556354d41fbbac0c1a3c6503820d507543e07 | diff --git a/src/org/zoodb/internal/DataDeSerializer.java b/src/org/zoodb/internal/DataDeSerializer.java
index <HASH>..<HASH> 100644
--- a/src/org/zoodb/internal/DataDeSerializer.java
+++ b/src/org/zoodb/internal/DataDeSerializer.java
@@ -1050,6 +1050,10 @@ public class DataDeSerializer {
while (clsDef.get... | Improved error message for missing Java class in Deserializer | tzaeschke_zoodb | train | java |
910c3a6f203a2c140b3479f5c263aa20fab1e527 | diff --git a/ksi-api/src/test/java/com/guardtime/ksi/integration/AbstractCommonIntegrationTest.java b/ksi-api/src/test/java/com/guardtime/ksi/integration/AbstractCommonIntegrationTest.java
index <HASH>..<HASH> 100644
--- a/ksi-api/src/test/java/com/guardtime/ksi/integration/AbstractCommonIntegrationTest.java
+++ b/ksi-... | Improve integration test logging in case of failures. | guardtime_ksi-java-sdk | train | java |
13b118c2f16bbaa99c6e73c46168ae7b50ab9ca8 | diff --git a/xray/backends/netCDF4_.py b/xray/backends/netCDF4_.py
index <HASH>..<HASH> 100644
--- a/xray/backends/netCDF4_.py
+++ b/xray/backends/netCDF4_.py
@@ -72,23 +72,19 @@ def _nc4_group(ds, group):
# support path-like syntax
path = group.strip('/').split('/')
# find the specified grou... | use IOError; safer recursion; don't worry about group cycles | pydata_xarray | train | py |
7358a5114a676bb86204a34e656063516c4cf714 | diff --git a/code/controllers/CheckInController.php b/code/controllers/CheckInController.php
index <HASH>..<HASH> 100644
--- a/code/controllers/CheckInController.php
+++ b/code/controllers/CheckInController.php
@@ -35,19 +35,19 @@ class CheckInController extends Page_Controller implements PermissionProvider
publ... | make check in controller play nice with new hooks | TheBnl_event-tickets | train | php |
b229a047819e021091070eb6dd54a1bf3e7b3487 | diff --git a/web/js/GMap.js b/web/js/GMap.js
index <HASH>..<HASH> 100644
--- a/web/js/GMap.js
+++ b/web/js/GMap.js
@@ -27,7 +27,7 @@
// Be sure to call the draw method on drag and resize events.
that = this;
google.maps.event.addListener(this.map, "drag", function () { that.draw(); });
- ... | Changing GMap resize event to be more effective
Changing source of event to be the map container to pick up
more resizes than just window events, and calling the
Google Maps resize event instead of draw(). | Kitware_tangelo | train | js |
0d23b689669fcc550ec807dd8ceac4a19c4e9e8d | diff --git a/src/Api/Service/SiteLinkSetter.php b/src/Api/Service/SiteLinkSetter.php
index <HASH>..<HASH> 100644
--- a/src/Api/Service/SiteLinkSetter.php
+++ b/src/Api/Service/SiteLinkSetter.php
@@ -44,6 +44,7 @@ class SiteLinkSetter {
$params['linksite'] = $siteLink->getSiteId();
$params['linktitle'] = $siteLi... | Also set badges in SiteLinkSetter | addwiki_wikibase-api | train | php |
abe57441b6d9f74f3c93c53d9d9954d0179c2976 | diff --git a/shakedown/dcos/spinner.py b/shakedown/dcos/spinner.py
index <HASH>..<HASH> 100644
--- a/shakedown/dcos/spinner.py
+++ b/shakedown/dcos/spinner.py
@@ -8,6 +8,7 @@ from inspect import currentframe, getargvalues, getsource, getouterframes
logger = util.get_logger(__name__)
+
def wait_for(
predi... | pep8 again after rebase | dcos_shakedown | train | py |
f66eeee9be5f3a3b8ddc59d4f6e859bd91da3e74 | diff --git a/sos/__main__.py b/sos/__main__.py
index <HASH>..<HASH> 100755
--- a/sos/__main__.py
+++ b/sos/__main__.py
@@ -303,7 +303,7 @@ def cmd_run(args, workflow_args):
'run_mode': 'dryrun' if args.dryrun else 'run',
'resume_mode': getattr(args, '__resume__', False),
... | Fix dryrun mode caused by the addition of __remote__ condition | vatlab_SoS | train | py |
6247bce77d14e2f71e736c15196c3b692678821c | diff --git a/scripts/prepare-distribution.py b/scripts/prepare-distribution.py
index <HASH>..<HASH> 100755
--- a/scripts/prepare-distribution.py
+++ b/scripts/prepare-distribution.py
@@ -28,8 +28,9 @@ def build_and_test(cwd):
rebuild_virtualenv(cwd, tmpcwd, python_executable)
# Install from dist fol... | Fixed script, to use latest pip to install from
tarball with extra packages for 'test'. | johnbywater_eventsourcing | train | py |
b678206e6b89695b3c9cfdbdee4f50dae1d9889c | diff --git a/pyetesync/crypto.py b/pyetesync/crypto.py
index <HASH>..<HASH> 100644
--- a/pyetesync/crypto.py
+++ b/pyetesync/crypto.py
@@ -1,6 +1,7 @@
import pyaes
import hashlib
import hmac
+import pyscrypt
CURRENT_VERSION = 2
@@ -12,6 +13,15 @@ def hmac256(key, data):
return hmac.new(key, data, digestmod... | Add a function to derive the key from the user password. | etesync_pyetesync | train | py |
11e25028c51804243ec59cfabef2a3d393ddd503 | diff --git a/src/main/minio.js b/src/main/minio.js
index <HASH>..<HASH> 100644
--- a/src/main/minio.js
+++ b/src/main/minio.js
@@ -385,11 +385,12 @@ export class Client {
this.logHTTP(reqOptions, response)
cb(null, response)
})
- pipesetup(stream, req)
- .on('error', e => {
+ l... | Remove all listeners on pipe once finished. (#<I>) | minio_minio-js | train | js |
cf84da775c96b1415895f40eb65373cf13a2aec2 | diff --git a/src/main/java/org/eobjects/analyzer/beans/DateGapAnalyzer.java b/src/main/java/org/eobjects/analyzer/beans/DateGapAnalyzer.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/eobjects/analyzer/beans/DateGapAnalyzer.java
+++ b/src/main/java/org/eobjects/analyzer/beans/DateGapAnalyzer.java
@@ -39,7 +39,... | Ticket #<I>: Minor improvements to description and icons | datacleaner_AnalyzerBeans | train | java |
647c4f437f429572cc3e87c479a1985b10deeb50 | diff --git a/src/test/java/com/github/jmchilton/blend4j/galaxy/TestGalaxyInstance.java b/src/test/java/com/github/jmchilton/blend4j/galaxy/TestGalaxyInstance.java
index <HASH>..<HASH> 100755
--- a/src/test/java/com/github/jmchilton/blend4j/galaxy/TestGalaxyInstance.java
+++ b/src/test/java/com/github/jmchilton/blend4j/... | Change the way that properties are tested; contains returned false when the property was actually present, where checking for null works as expected. | galaxyproject_blend4j | train | java |
cf8a41e1305bb7445f09f7ced481fee0619c0ce5 | diff --git a/railties/lib/rails/generators/rails/app/app_generator.rb b/railties/lib/rails/generators/rails/app/app_generator.rb
index <HASH>..<HASH> 100644
--- a/railties/lib/rails/generators/rails/app/app_generator.rb
+++ b/railties/lib/rails/generators/rails/app/app_generator.rb
@@ -303,6 +303,7 @@ module Rails
... | remove `request_forgery_protection` initializer from rails api
In rails api, since default is so as not to use the `protect_from_forgery`,
`request_forgery_protection` initializer I think that's unnecessary | rails_rails | train | rb,rb |
3171f5accd6bd77183a979db4be0840d8ec7265b | diff --git a/src/resource-utilities.js b/src/resource-utilities.js
index <HASH>..<HASH> 100644
--- a/src/resource-utilities.js
+++ b/src/resource-utilities.js
@@ -26,7 +26,8 @@ define(['lodash'],
resourceUtilities.resourceTypes.audio,
resourceUtilities.resourceTypes.liveVideo,
res... | Added webradio to audio and media types | cbcrc_koco-resource-utilities | train | js |
ef5cd29805c73703cf7a57e581b92aa1cd2944ee | diff --git a/angular-multi-select.js b/angular-multi-select.js
index <HASH>..<HASH> 100644
--- a/angular-multi-select.js
+++ b/angular-multi-select.js
@@ -3,7 +3,7 @@
* Creates a dropdown-like button with checkboxes.
*
* Project started on: Tue, 14 Jan 2014 - 5:18:02 PM
- * Current version: 2.0.0
+ * Current ver... | bug fix: unclosed form tag | alexandernst_angular-multi-select | train | js |
a09d5aba7de2e82bc69c876496b7e07302d92664 | diff --git a/lib/railjet/repository/registry.rb b/lib/railjet/repository/registry.rb
index <HASH>..<HASH> 100644
--- a/lib/railjet/repository/registry.rb
+++ b/lib/railjet/repository/registry.rb
@@ -1,8 +1,9 @@
module Railjet
module Repository
class Registry
- attr_reader :repositories
-
+ attr_reade... | Dup initialized repos when cloning registry
Add protected accessors | nedap_railjet | train | rb |
c84529c10262dde20ee8d3315fbc1891ed4f35c4 | diff --git a/src/structures/ClientUser.js b/src/structures/ClientUser.js
index <HASH>..<HASH> 100644
--- a/src/structures/ClientUser.js
+++ b/src/structures/ClientUser.js
@@ -82,7 +82,8 @@ class ClientUser extends User {
edit(data, password) {
const _data = {};
_data.username = data.username || this.userna... | Fixes #<I> (#<I>)
* Added possibility to remove avatar
* Changed as requested
* Removed extra blank line | discordjs_discord.js | train | js |
0d6ff230daf9405de17751ff10dff76291b891ca | diff --git a/lib/Doctrine/ORM/EntityManagerInterface.php b/lib/Doctrine/ORM/EntityManagerInterface.php
index <HASH>..<HASH> 100644
--- a/lib/Doctrine/ORM/EntityManagerInterface.php
+++ b/lib/Doctrine/ORM/EntityManagerInterface.php
@@ -98,7 +98,7 @@ interface EntityManagerInterface extends ObjectManager
* If an ex... | Add missing EntityManagerInterface argument to callable that is being passed to `EM::wrapInTransaction()` | doctrine_orm | train | php |
6409603b4a9d29c25a549cc414e3a3d3ce4d46fe | diff --git a/src/Client.php b/src/Client.php
index <HASH>..<HASH> 100644
--- a/src/Client.php
+++ b/src/Client.php
@@ -208,6 +208,16 @@ class Client
$val = urlencode(join(',', $filter->tags));
array_push($params, 'tags=' . $val);
}
+
+ ... | Use the batch filter start and end date | clxcommunications_sdk-xms-php | train | php |
d238ad5a390c335c1305c1bcc149dc300ea221eb | diff --git a/bosh_cli/lib/cli/commands/instances.rb b/bosh_cli/lib/cli/commands/instances.rb
index <HASH>..<HASH> 100644
--- a/bosh_cli/lib/cli/commands/instances.rb
+++ b/bosh_cli/lib/cli/commands/instances.rb
@@ -72,11 +72,15 @@ module Bosh::Cli::Command
if options[:failing]
if options[:ps]
... | Fixes rendering of instance table.
Guard statements needed to wrap the instance count adjustment.
[#<I>](<URL>) | cloudfoundry_bosh | train | rb |
966d2c3566b809528c6dec31f9011be743b23633 | diff --git a/test/integration/persistent_model_test.rb b/test/integration/persistent_model_test.rb
index <HASH>..<HASH> 100644
--- a/test/integration/persistent_model_test.rb
+++ b/test/integration/persistent_model_test.rb
@@ -44,8 +44,6 @@ module Tire
assert_equal 1, results.current_page
assert_e... | [TEST] Fixed failing integration test for persistence features | karmi_retire | train | rb |
e4eb01f774676f5eb69f94879611484b5a4b3ab6 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100755
--- a/setup.py
+++ b/setup.py
@@ -61,7 +61,7 @@ with open(readme_file_path, "r") as f:
global_requirements = ['pylint>=1.6,<2', 'psutil', 'jsonconversion~=0.2.9', 'yaml_configuration~=0.1',
'python-gtkmvc3-dlr~=1.0.0', 'gaphas~=1.0.0r... | chore(setup.py): Specify minimum pytest version, remove pytest-catchlog
* we have pytest <I> installed at the institute
* pytest-catchlog has been merged into pytest with version <I> | DLR-RM_RAFCON | train | py |
75e696fec95c7b65fec97979fea93d138453f2ac | diff --git a/lib/phusion_passenger/analytics_logger.rb b/lib/phusion_passenger/analytics_logger.rb
index <HASH>..<HASH> 100644
--- a/lib/phusion_passenger/analytics_logger.rb
+++ b/lib/phusion_passenger/analytics_logger.rb
@@ -55,7 +55,7 @@ class AnalyticsLogger
return if !@connection.connected?
begin
t... | Fix log level for Union Station messages. | phusion_passenger | train | rb |
c28da50bdcce2d101728ae06abcc9aec0d653ec5 | diff --git a/lib/bolt/version.rb b/lib/bolt/version.rb
index <HASH>..<HASH> 100644
--- a/lib/bolt/version.rb
+++ b/lib/bolt/version.rb
@@ -1,3 +1,3 @@
module Bolt
- VERSION = '0.3.0'.freeze
+ VERSION = '0.3.1'.freeze
end | (GEM) update bolt version to <I> | puppetlabs_bolt | train | rb |
98d2e072dcc09d2c1387375919909d27b0dac82e | diff --git a/tests/tests/kernel/classes/ezcontentobjecttreenode_regression.php b/tests/tests/kernel/classes/ezcontentobjecttreenode_regression.php
index <HASH>..<HASH> 100644
--- a/tests/tests/kernel/classes/ezcontentobjecttreenode_regression.php
+++ b/tests/tests/kernel/classes/ezcontentobjecttreenode_regression.php
@... | Unit tests: fixed a failure in eZContentObjectTreeNodeRegression::testIssue<I>
when eZContentObjectTest is executed first and db-per-test is off | ezsystems_ezpublish-legacy | train | php |
f418fa4b199eafcd10e572a1ae03051864655560 | diff --git a/hdf5storage/Marshallers.py b/hdf5storage/Marshallers.py
index <HASH>..<HASH> 100644
--- a/hdf5storage/Marshallers.py
+++ b/hdf5storage/Marshallers.py
@@ -1607,10 +1607,9 @@ class PythonDictMarshaller(TypeMarshaller):
# the attributes need to be deleted.
tp = type(data)
- if optio... | Fixed bug where the 'MATLAB_class' Attribute is not set when writing dicts.
(cherry picked from commit ab<I>c<I>fbcdd<I>ce<I>f<I>ef<I>b0d<I>e<I>) | frejanordsiek_hdf5storage | train | py |
7c764cff0be53946e077fc6f7febedf4c83c7cf8 | diff --git a/lib/s3ff/model_helper.rb b/lib/s3ff/model_helper.rb
index <HASH>..<HASH> 100644
--- a/lib/s3ff/model_helper.rb
+++ b/lib/s3ff/model_helper.rb
@@ -3,7 +3,16 @@ module S3FF
def download_from_direct_url_with_delay(attr_name)
if self.respond_to?(:delay)
self.class_eval <<-EOM
- at... | Fix setting _direct_url virtual attribute need to engage dirty tracking on ActiveRecord instance
- most legit manner is to set _updated_at | jollygoodcode_s3ff | train | rb,rb |
fa8c802b777d0a65ba5190e217a7efc96924efda | diff --git a/lib/uaa/version.rb b/lib/uaa/version.rb
index <HASH>..<HASH> 100644
--- a/lib/uaa/version.rb
+++ b/lib/uaa/version.rb
@@ -14,6 +14,6 @@
# Cloud Foundry namespace
module CF
module UAA
- VERSION = "3.2.1"
+ VERSION = "3.2.2"
end
end | Update to <I> bugfix release | cloudfoundry_cf-uaa-lib | train | rb |
becd7089459cd26a5091d0e732397767cdf14f29 | diff --git a/semver.py b/semver.py
index <HASH>..<HASH> 100644
--- a/semver.py
+++ b/semver.py
@@ -83,7 +83,8 @@ def match(version, match_expr):
match_version = match_expr[1:]
else:
raise ValueError("match_expr parameter should be in format <op><ver>, "
- "where <op> is on... | Format ValueError message to meet expected line length. | k-bx_python-semver | train | py |
cd3cff8b5b447b11f4c25d66f221a559fa738453 | diff --git a/upup/pkg/kutil/delete_cluster.go b/upup/pkg/kutil/delete_cluster.go
index <HASH>..<HASH> 100644
--- a/upup/pkg/kutil/delete_cluster.go
+++ b/upup/pkg/kutil/delete_cluster.go
@@ -1468,7 +1468,7 @@ func FindNatGateways(cloud fi.Cloud, routeTableIds sets.String) ([]*ResourceTrac
var trackers []*ResourceTr... | Don't delete NatGateways if there were none found
Because an empty filter means "list all NatGateways". | kubernetes_kops | train | go |
9f6aa89e3997d566f7e343abb914204b436f103a | diff --git a/dictionary/stylus.js b/dictionary/stylus.js
index <HASH>..<HASH> 100644
--- a/dictionary/stylus.js
+++ b/dictionary/stylus.js
@@ -4,6 +4,10 @@ module.exports = {
pkg: {
assets: [
'lib/**/*.styl'
- ]
+ ],
+ log: function (log, opts) {
+ log.warn('Add { paths: [ __dirname ] } to ... | custom messages. similar to #<I> | zeit_pkg | train | js,js |
cf41f1e1dbfdfe6b1d4ec2677e67e08aa0191539 | diff --git a/src/Cli/BuildTask.php b/src/Cli/BuildTask.php
index <HASH>..<HASH> 100644
--- a/src/Cli/BuildTask.php
+++ b/src/Cli/BuildTask.php
@@ -93,7 +93,7 @@ class BuildTask extends BaseTask
protected function _buildTarget($factory, $build)
{
$writer = $factory->writer();
- $compiler = $fac... | Use cached compiler when building intermediate targets.
Using the cached compiler will allow builds to share/re-use the same
intermediate build output. This should make the middleware more
performant. | markstory_mini-asset | train | php,php |
f8c56851f7ad2f0e65f9a34c90f98365f99b1d12 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100755
--- a/setup.py
+++ b/setup.py
@@ -26,7 +26,7 @@ long_description = f.read().strip()
f.close()
requires = [
- 'lxml',
+ # Nothing!
]
version = '0.1' | We don't require python-lxml, just the stdlib xml module. | hughsie_python-appstream | train | py |
d3ee35f2c8a974db98cc33358f4796aa32465d2a | diff --git a/dynamic_dynamodb/__init__.py b/dynamic_dynamodb/__init__.py
index <HASH>..<HASH> 100644
--- a/dynamic_dynamodb/__init__.py
+++ b/dynamic_dynamodb/__init__.py
@@ -27,7 +27,7 @@ import core
from daemon import Daemon
from config_handler import CONFIGURATION as configuration
-VERSION = '1.2.2'
+VERSION = '... | Bumped version to <I> | sebdah_dynamic-dynamodb | train | py,py |
f54d1a922c1ef3a41e32b375a7301c7af9ae8b3e | diff --git a/src/main/java/org/mariadb/jdbc/MariaDbClientPreparedStatement.java b/src/main/java/org/mariadb/jdbc/MariaDbClientPreparedStatement.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/mariadb/jdbc/MariaDbClientPreparedStatement.java
+++ b/src/main/java/org/mariadb/jdbc/MariaDbClientPreparedStatement.ja... | [CONJ-<I>] MariaDbClientPreparedStatement : correction for semicolon with additional characters | MariaDB_mariadb-connector-j | train | java |
2f6364c690b04a92a1dd0e1e767a8960eeb16ffb | diff --git a/src/com/backendless/persistence/QueryOptions.java b/src/com/backendless/persistence/QueryOptions.java
index <HASH>..<HASH> 100644
--- a/src/com/backendless/persistence/QueryOptions.java
+++ b/src/com/backendless/persistence/QueryOptions.java
@@ -99,7 +99,7 @@ public class QueryOptions
this.relationsDe... | Avoid NPE when retrieving null relationsDepth (#<I>)
The NPE leads to a broken cache inside of weborb's serializer - it merely can't see that there's a relationsDepth field and ignores it further. | Backendless_Android-SDK | train | java |
0bde5b1d326c35d721ace97e34e1fdf0627e60f5 | diff --git a/regression.go b/regression.go
index <HASH>..<HASH> 100644
--- a/regression.go
+++ b/regression.go
@@ -114,16 +114,22 @@ func (r *Regression) RunLinearRegression() {
// Output the regression results
r.RegCoeff = make(map[int]float64, numOfVars)
- fmt.Println("\n-------------------------------... | Split the setting and printing of vars. | sajari_regression | train | go |
82bf5af45bb9fd75a7b547343e25a6f4f1a4bf3f | diff --git a/babel.config.js b/babel.config.js
index <HASH>..<HASH> 100644
--- a/babel.config.js
+++ b/babel.config.js
@@ -5,12 +5,13 @@ module.exports = {
"@babel/env",
{
targets: {
+ ie: "11",
edge: "17",
firefox: ... | #<I> added support ie<I> | huangshuwei_vue-easytable | train | js |
2fbb8dfadfe5c7b90d43212d0ec09a375ab6e7e3 | diff --git a/meshio/gmsh/_gmsh22.py b/meshio/gmsh/_gmsh22.py
index <HASH>..<HASH> 100644
--- a/meshio/gmsh/_gmsh22.py
+++ b/meshio/gmsh/_gmsh22.py
@@ -352,10 +352,10 @@ def _write_elements(fh, cells, tag_data, binary):
for k, (cell_type, node_idcs) in enumerate(cells):
tags = []
for name in ["gms... | Always write physical and geometrical tag in gmsh<I> writer (zero if nonexistent) | nschloe_meshio | train | py |
b017120ce0e8afeaf521605731b813c756fb637a | diff --git a/mod/data/version.php b/mod/data/version.php
index <HASH>..<HASH> 100644
--- a/mod/data/version.php
+++ b/mod/data/version.php
@@ -5,7 +5,7 @@
// This fragment is called by /admin/index.php
////////////////////////////////////////////////////////////////////////////////
-$module->version = 2006092000;... | Ops! I forgot to commit this 2 days ago! Now a lot of
data fields will be null! | moodle_moodle | train | php |
a6f1fb5025d232d28b8279d4e9b3bfa5fc7d6a38 | diff --git a/openquake/commonlib/source.py b/openquake/commonlib/source.py
index <HASH>..<HASH> 100644
--- a/openquake/commonlib/source.py
+++ b/openquake/commonlib/source.py
@@ -138,11 +138,18 @@ class RlzsAssoc(object):
def __init__(self, csm_info):
self.array = None # set by csm_info.get_rlzs_assoc()
... | Fix a pickle error with Python 2 [skip CI] | gem_oq-engine | train | py |
3c7e951b0c1dc5fce6b528a5fe367d23390f5404 | diff --git a/gridmap/job.py b/gridmap/job.py
index <HASH>..<HASH> 100644
--- a/gridmap/job.py
+++ b/gridmap/job.py
@@ -304,6 +304,10 @@ class JobMonitor(object):
self.logger.debug("Could not kill all jobs for session.",
exc_info=True)
+ # Get ... | Move job info disposal into JobMonitor.__exit__ | pygridtools_gridmap | train | py |
979f96a4d58738b72e0fe4ce23eff3a0cc9e1c7d | diff --git a/src/Driver.php b/src/Driver.php
index <HASH>..<HASH> 100644
--- a/src/Driver.php
+++ b/src/Driver.php
@@ -68,8 +68,8 @@ abstract class Driver
public function __construct($config)
{
$this->config = $config;
- $username = $config['user'];
- $password = $config['password'];
+ ... | Minor fix to driver to prevent php notices | ntentan_atiaa | train | php |
5d47c3b5eb005ba3b06d4d5ffbb5c097f920a301 | diff --git a/gnupg/_trust.py b/gnupg/_trust.py
index <HASH>..<HASH> 100644
--- a/gnupg/_trust.py
+++ b/gnupg/_trust.py
@@ -60,6 +60,7 @@ def export_ownertrust(cls, trustdb=None):
export_proc = cls._open_subprocess(['--export-ownertrust'])
tdb = open(trustdb, 'wb')
_util._threaded_copy_data(export_proc.st... | Make trustdb processes wait to avoid teardown problems in nosetests.
* PATCH by dlowry
* FIXES <URL> | isislovecruft_python-gnupg | train | py |
935c2b078643c0086fb4d48a82b744635af052ee | diff --git a/lib/ronin/network/http/http.rb b/lib/ronin/network/http/http.rb
index <HASH>..<HASH> 100644
--- a/lib/ronin/network/http/http.rb
+++ b/lib/ronin/network/http/http.rb
@@ -186,6 +186,9 @@ module Ronin
# @option options [String] :path ('/')
# The path to request.
#
+ # @option opti... | Set the form-data of a new HTTP Request, if the Request supports sending a body with the request, and if the :form_data option was set. | ronin-ruby_ronin-support | train | rb |
5772ea210c9968b9df0a4c82029385567fa05161 | diff --git a/ui/mirage/factories/storage-controller.js b/ui/mirage/factories/storage-controller.js
index <HASH>..<HASH> 100644
--- a/ui/mirage/factories/storage-controller.js
+++ b/ui/mirage/factories/storage-controller.js
@@ -7,7 +7,7 @@ export default Factory.extend({
provider: faker.helpers.randomize(STORAGE_PROV... | Add cycling to factory healthy flags
This is meant to address the plugin test failure seen here:
<URL> | hashicorp_nomad | train | js,js |
736815e7b65f22b06f8f05eb5b5aa5a6d3e7cd69 | diff --git a/lib/fasterer/version.rb b/lib/fasterer/version.rb
index <HASH>..<HASH> 100644
--- a/lib/fasterer/version.rb
+++ b/lib/fasterer/version.rb
@@ -1,3 +1,3 @@
module Fasterer
- VERSION = '0.1.1'
+ VERSION = '0.1.2'
end | Bump to version <I> | DamirSvrtan_fasterer | train | rb |
7fef545e17abb5ffedf54634bd51ba7ad5dfe7e4 | diff --git a/openquake/calculators/ebrisk.py b/openquake/calculators/ebrisk.py
index <HASH>..<HASH> 100644
--- a/openquake/calculators/ebrisk.py
+++ b/openquake/calculators/ebrisk.py
@@ -184,6 +184,7 @@ class EbriskCalculator(event_based.EventBasedCalculator):
InsuredLosses(self.policy_name, self.polic... | Better logging [skip CI] | gem_oq-engine | train | py |
38e01f69c2ea56f0dee5c3efaf7209fc92ef8666 | diff --git a/splinter/driver/webdriver/firefox.py b/splinter/driver/webdriver/firefox.py
index <HASH>..<HASH> 100644
--- a/splinter/driver/webdriver/firefox.py
+++ b/splinter/driver/webdriver/firefox.py
@@ -13,8 +13,6 @@ from splinter.driver.webdriver import (
WebDriverElement as WebDriverElement,
)
from splinte... | Fix fullscreen argument for firefox (#<I>) | cobrateam_splinter | train | py |
d05ee9acbf7ec55eed4b81cbf7d16b08ea665a2e | diff --git a/comments-bundle/src/Resources/contao/dca/tl_comments.php b/comments-bundle/src/Resources/contao/dca/tl_comments.php
index <HASH>..<HASH> 100644
--- a/comments-bundle/src/Resources/contao/dca/tl_comments.php
+++ b/comments-bundle/src/Resources/contao/dca/tl_comments.php
@@ -583,7 +583,7 @@ class tl_comments... | [Comments] Store the last modification date if a record is being updated via Ajax | contao_contao | train | php |
745c500b8609eb433f413e0691599360f334a18e | diff --git a/src/com/nexmo/security/RequestSigning.java b/src/com/nexmo/security/RequestSigning.java
index <HASH>..<HASH> 100644
--- a/src/com/nexmo/security/RequestSigning.java
+++ b/src/com/nexmo/security/RequestSigning.java
@@ -159,6 +159,7 @@ public class RequestSigning implements SecurityConstants {
m... | Security fix :: when validating a signature, treat md5 generation failure as an immediate failure to validate the signature, rather than relying on the resultant string not matchng | Nexmo_nexmo-java | train | java |
a4acf20e85363ab77e01b058a8877e78cf0e0193 | diff --git a/documenteer/sphinxconfig/stackconf.py b/documenteer/sphinxconfig/stackconf.py
index <HASH>..<HASH> 100644
--- a/documenteer/sphinxconfig/stackconf.py
+++ b/documenteer/sphinxconfig/stackconf.py
@@ -10,6 +10,7 @@ see licenses/astropy-helpers.txt
__all__ = ('build_package_configs', 'build_pipelines_lsst_io_... | Make _static option for stack conf
If a package repo doesn't have a _static directory it won't be added to
the html_static_path configuration and thus generate a warning. | lsst-sqre_documenteer | train | py |
1d075f4dda618515490cb1e9bdbd4fa0a4603c8d | diff --git a/python-package/lightgbm/basic.py b/python-package/lightgbm/basic.py
index <HASH>..<HASH> 100644
--- a/python-package/lightgbm/basic.py
+++ b/python-package/lightgbm/basic.py
@@ -2123,8 +2123,8 @@ class Booster(object):
result : Booster
Refitted Booster.
"""
- predictor... | [python] pass params to predictor in refit (#<I>)
* pass params to predictor
* hotfix | Microsoft_LightGBM | train | py |
46d1dbac3aeea29ccafb6ef174d22a765f64572b | diff --git a/encoder.go b/encoder.go
index <HASH>..<HASH> 100644
--- a/encoder.go
+++ b/encoder.go
@@ -142,6 +142,11 @@ func (e *Encoder) Encode(v interface{}) (err error) {
return nil
}
+// Builder returns a reference to the builder used in the given encoder.
+func (e *Encoder) Builder() *Builder {
+ return &e.b
... | Expose Builder of Encoder | arangodb_go-velocypack | train | go |
cf4ab11c343d6c240f9bbd7ebe56c5eb57dfac27 | diff --git a/lib/sourcemaps.js b/lib/sourcemaps.js
index <HASH>..<HASH> 100644
--- a/lib/sourcemaps.js
+++ b/lib/sourcemaps.js
@@ -23,7 +23,12 @@ function getMapObject(map) {
}
}
-exports.concatenateSourceMaps = function(sourceFilename, mapsWithOffsets, sourceRoot) {
+exports.concatenateSourceMaps = function(sour... | Output warning re: `includeSourcesContent` not being supported yet | systemjs_builder | train | js |
af7bffc6bc0d407b92ddf2c7715a2bc2718fc092 | diff --git a/plugins/queue/rabbitmq_amqplib.js b/plugins/queue/rabbitmq_amqplib.js
index <HASH>..<HASH> 100644
--- a/plugins/queue/rabbitmq_amqplib.js
+++ b/plugins/queue/rabbitmq_amqplib.js
@@ -40,7 +40,7 @@ exports.init_amqp_connection = function () {
var autoDelete = cfg.autoDelete === "true" || false;
del... | RabbitMQ: fix encoding of user and password when creating connection string (#<I>) | haraka_Haraka | train | js |
e07aac61efc6a77fe58dbd99dca28a51504897b8 | diff --git a/core/src/main/java/hudson/model/User.java b/core/src/main/java/hudson/model/User.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/hudson/model/User.java
+++ b/core/src/main/java/hudson/model/User.java
@@ -344,8 +344,12 @@ public class User extends AbstractModelObject implements AccessControlled, D... | [JENKINS-<I>] More logging at FINE in hudson.model.User.
Running hypothesis: something historically saved a user configuration file with a bogus fullName;
thereafter anyone calling User.get(correctFullName) will get a User with the old fullName.
This would make the bug unreproducible in fresh Jenkins installations. | jenkinsci_jenkins | 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.