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 |
|---|---|---|---|---|---|
5f2a7254ba12bd0690f70355491749d4c116ad7e | diff --git a/icepick/src/icepick/Icepick.java b/icepick/src/icepick/Icepick.java
index <HASH>..<HASH> 100644
--- a/icepick/src/icepick/Icepick.java
+++ b/icepick/src/icepick/Icepick.java
@@ -28,11 +28,11 @@ public class Icepick {
private static Injector getInjector(Class<?> cls)
throws IllegalAccessExce... | Differentiate cache hit of null vs not present
Fix #<I> | frankiesardo_icepick | train | java |
02df2e3edd4ff22a82cb8fb1dda9613677b8e8d6 | diff --git a/tooling/visualization/scripts/graph-visualization.js b/tooling/visualization/scripts/graph-visualization.js
index <HASH>..<HASH> 100644
--- a/tooling/visualization/scripts/graph-visualization.js
+++ b/tooling/visualization/scripts/graph-visualization.js
@@ -93,17 +93,14 @@
}
function getNod... | Inspects the 'type' property to determine a node's color | mariusschulz_styx | train | js |
9186d1568e33586f0f1b05c68423f08e8a5efa9e | diff --git a/pkg/kubelet/kuberuntime/kuberuntime_manager.go b/pkg/kubelet/kuberuntime/kuberuntime_manager.go
index <HASH>..<HASH> 100644
--- a/pkg/kubelet/kuberuntime/kuberuntime_manager.go
+++ b/pkg/kubelet/kuberuntime/kuberuntime_manager.go
@@ -386,7 +386,7 @@ func (m *kubeGenericRuntimeManager) podSandboxChanged(pod... | Check nil pointer to avoid kubelet panic. | kubernetes_kubernetes | train | go |
791d83451f81da56c0a1355e9f8e19d1cd5ec852 | diff --git a/tests/Filter/FilterTest.php b/tests/Filter/FilterTest.php
index <HASH>..<HASH> 100644
--- a/tests/Filter/FilterTest.php
+++ b/tests/Filter/FilterTest.php
@@ -16,6 +16,7 @@ namespace Sonata\DoctrineMongoDBAdminBundle\Tests\Filter;
use PHPUnit\Framework\TestCase;
use Sonata\AdminBundle\Datagrid\ProxyQueryI... | Remove code for symfony version <= <I> | sonata-project_SonataDoctrineMongoDBAdminBundle | train | php |
9e90cab58f73dc8b6b9c29509d7210144dc2f23d | diff --git a/examples/tabular.rb b/examples/tabular.rb
index <HASH>..<HASH> 100644
--- a/examples/tabular.rb
+++ b/examples/tabular.rb
@@ -128,7 +128,7 @@ end
h = %w[ Id Title Priority Status]
file = "data/table.txt"
- lines = File.open(file,'r').readlines
+ lines = File.open(file,'r').read.split("\n")
a... | replaced readline with read.split due to newline preservation | mare-imbrium_canis | train | rb |
596d66cee968e6c4ea5b7a54575301a9dcc55b97 | diff --git a/mesh_tensorflow/ops.py b/mesh_tensorflow/ops.py
index <HASH>..<HASH> 100644
--- a/mesh_tensorflow/ops.py
+++ b/mesh_tensorflow/ops.py
@@ -439,7 +439,7 @@ class Graph(object):
return name
def rewrite_stack_variables(self,
- max_combined_variable_size=2 ** 33,
+ ... | revert a previous change in the maximum size of stacked variables.
PiperOrigin-RevId: <I> | tensorflow_mesh | train | py |
71ffc51b2aacb4b7f5bd7b47880979e2c5becd0c | diff --git a/chartjs-plugin-annotation.js b/chartjs-plugin-annotation.js
index <HASH>..<HASH> 100644
--- a/chartjs-plugin-annotation.js
+++ b/chartjs-plugin-annotation.js
@@ -1,7 +1,7 @@
/*!
* chartjs-plugin-annotation.js
* http://chartjs.org/
- * Version: 0.5.2
+ * Version: 0.5.3
*
* Copyright 2016 Evert Timb... | Add author to package.json
Some services like cdnjs need this info. | chartjs_chartjs-plugin-annotation | train | js,js,json |
cf201432bcdbfcae06641532ef02649fec677444 | diff --git a/src/Stage/common.js b/src/Stage/common.js
index <HASH>..<HASH> 100644
--- a/src/Stage/common.js
+++ b/src/Stage/common.js
@@ -21,8 +21,11 @@ export function cleanupStage(app, stageOptions = STAGE_OPTIONS_RECREATE) {
// Unmount stage tree
unmount(app.stage);
- // Destroy PIXI.Application and what i... | Delay destroying PIXI.Application when unmounting Stage | michalochman_react-pixi-fiber | train | js |
3b3b2e25790beac407f8cafa20b38c46921cdeb8 | diff --git a/tests/unit/phpDocumentor/Descriptor/Type/CollectionDescriptorTest.php b/tests/unit/phpDocumentor/Descriptor/Type/CollectionDescriptorTest.php
index <HASH>..<HASH> 100644
--- a/tests/unit/phpDocumentor/Descriptor/Type/CollectionDescriptorTest.php
+++ b/tests/unit/phpDocumentor/Descriptor/Type/CollectionDesc... | cast shall be followed by a space | phpDocumentor_phpDocumentor2 | train | php |
1ea0b6765f2b61f29ba2d599b951746497e504cb | diff --git a/tests/fluster/test_utils.py b/tests/fluster/test_utils.py
index <HASH>..<HASH> 100644
--- a/tests/fluster/test_utils.py
+++ b/tests/fluster/test_utils.py
@@ -141,7 +141,7 @@ class FlusterClusterTests(unittest.TestCase):
for idx, item in enumerate(round_controlled(lis, rounds=desired_rounds)):
... | Fix off by one error in tests. | Parsely_redis-fluster | train | py |
df21e0a8e6b3bbfd155f36367aee7f8c387247f8 | diff --git a/lib/cms_scanner/controllers.rb b/lib/cms_scanner/controllers.rb
index <HASH>..<HASH> 100644
--- a/lib/cms_scanner/controllers.rb
+++ b/lib/cms_scanner/controllers.rb
@@ -48,7 +48,11 @@ module CMSScanner
each(&:run)
end
ensure
- NS::Browser.instance.hydra.abort
+ # The rescue ... | Fixes a bug where the stats were not output when an error occured in some cases | wpscanteam_CMSScanner | train | rb |
462d8b7b55070888052aff04a47c1a8dc72d4867 | diff --git a/app/assets/javascripts/godmin/application.js b/app/assets/javascripts/godmin/application.js
index <HASH>..<HASH> 100644
--- a/app/assets/javascripts/godmin/application.js
+++ b/app/assets/javascripts/godmin/application.js
@@ -17,8 +17,16 @@
//= require godmin/chosen.jquery
$(function(){
- $('.chosen')... | Added some swedish placeholders for chosen | varvet_godmin | train | js |
9c6e034b3c94094507e6088b48aa54affca4ebac | diff --git a/classes/hypeJunction/Prototyper/Plugin.php b/classes/hypeJunction/Prototyper/Plugin.php
index <HASH>..<HASH> 100644
--- a/classes/hypeJunction/Prototyper/Plugin.php
+++ b/classes/hypeJunction/Prototyper/Plugin.php
@@ -143,7 +143,7 @@ final class Plugin extends \hypeJunction\Plugin {
'value' => get_defa... | fix(forms): match access id value type with validator label | hypeJunction_hypePrototyper | train | php |
28c0480fbb34c04e5723f3efcc2b11b0117f351f | diff --git a/atlassian/jira.py b/atlassian/jira.py
index <HASH>..<HASH> 100644
--- a/atlassian/jira.py
+++ b/atlassian/jira.py
@@ -2123,6 +2123,19 @@ class Jira(AtlassianRestAPI):
params["expand"] = expand
return self.get(url, params=params)
+ def get_project_notification_scheme(self, project... | Add get_project_notification_scheme to jira.py (#<I>) | atlassian-api_atlassian-python-api | train | py |
1e9dd197d3ad21999cf217532cac9853a3178f90 | diff --git a/test/stache-test.js b/test/stache-test.js
index <HASH>..<HASH> 100644
--- a/test/stache-test.js
+++ b/test/stache-test.js
@@ -54,8 +54,8 @@ var helpersCore = require('can-stache/helpers/core');
var browserDoc = DOCUMENT();
-makeTest('can/view/stache dom', browserDoc);
-makeTest('can/view/stache vdom',... | Rename the tests from can/view/stache to can-stache | canjs_can-stache | train | js |
559ad62389e019ee732fb0a40b217c3ef88ed6b5 | diff --git a/elizabeth/elizabeth.py b/elizabeth/elizabeth.py
index <HASH>..<HASH> 100644
--- a/elizabeth/elizabeth.py
+++ b/elizabeth/elizabeth.py
@@ -974,14 +974,17 @@ class Personal(object):
:Example:
4455 5299 1152 2450
"""
- visa = randint(4000, 4999)
- mc = choice([rand... | Fixed issue in credit_card_number() | lk-geimfari_mimesis | train | py |
9c29ad812d9350739bbeea8d853873e1e214d77f | diff --git a/Model/Menu/ExportProcessor.php b/Model/Menu/ExportProcessor.php
index <HASH>..<HASH> 100644
--- a/Model/Menu/ExportProcessor.php
+++ b/Model/Menu/ExportProcessor.php
@@ -69,7 +69,7 @@ class ExportProcessor
{
$data = $this->getExportData($menuId);
$file = self::EXPORT_DIR . DIRECTORY_... | [<I>] Replace export processor file name MD5 generator with SHA-<I> | SnowdogApps_magento2-menu | train | php |
6917d109ce97387e5bd8f8cb6f7cb50fcc665b4f | diff --git a/src/main/java/com/redhat/contentspec/builder/DocbookBuilder.java b/src/main/java/com/redhat/contentspec/builder/DocbookBuilder.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/redhat/contentspec/builder/DocbookBuilder.java
+++ b/src/main/java/com/redhat/contentspec/builder/DocbookBuilder.java
@@ -2... | Fixed an NPE when building revision histories | pressgang-ccms_PressGangCCMSBuilder | train | java |
fac1dfaa9523b019806b53bb4a79fbf77fb63c4f | diff --git a/pyecore/resources/xmi.py b/pyecore/resources/xmi.py
index <HASH>..<HASH> 100644
--- a/pyecore/resources/xmi.py
+++ b/pyecore/resources/xmi.py
@@ -160,7 +160,10 @@ class XMIResource(Resource):
annotation_value = node.get('value')
parent_eobj.details[annotation_key] = annotation_val... | Add finer support for documentation on dynamic metamodel
The documentation is added to the Python class linked to an EClass
instance. This way, each time 'help' is called on a model element
instance, the right documentation is displayed. This documentation is
fetched from the '.ecore' metamodel, from one of the entry ... | pyecore_pyecore | train | py |
57124a9446b4d6b530de752a1c867cb39d8a46a2 | diff --git a/lib/src/main/java/com/jimulabs/mirrorsandbox/AnimatorUtils.java b/lib/src/main/java/com/jimulabs/mirrorsandbox/AnimatorUtils.java
index <HASH>..<HASH> 100644
--- a/lib/src/main/java/com/jimulabs/mirrorsandbox/AnimatorUtils.java
+++ b/lib/src/main/java/com/jimulabs/mirrorsandbox/AnimatorUtils.java
@@ -15,11... | Synchronize methods that access sSpeed | jimulabs_mirror-sandbox | train | java |
3cc9bdc454ee877fa8ed2fff35e4dda543eda735 | diff --git a/modules_v3/googlemap/admin_places.php b/modules_v3/googlemap/admin_places.php
index <HASH>..<HASH> 100644
--- a/modules_v3/googlemap/admin_places.php
+++ b/modules_v3/googlemap/admin_places.php
@@ -688,7 +688,7 @@ foreach ($placelist as $place) {
<input type="hidden" name="mod" value="googlemap">
... | Missing I<I>N in googlemaps admin | fisharebest_webtrees | train | php |
27a86b150222f038885cb60bacefd83535d30244 | diff --git a/src/main/java/edu/cmu/lti/oaqa/framework/persistence/AbstractRetrievalEvalPersistenceProvider.java b/src/main/java/edu/cmu/lti/oaqa/framework/persistence/AbstractRetrievalEvalPersistenceProvider.java
index <HASH>..<HASH> 100644
--- a/src/main/java/edu/cmu/lti/oaqa/framework/persistence/AbstractRetrievalEva... | Reimplemented providers as ConfigurableProvider | oaqa_cse-framework | train | java |
4bac8c618ccb2f11b9e304727fe4e2b2435dc3f5 | diff --git a/src/DefaultHeadersDecorator.php b/src/DefaultHeadersDecorator.php
index <HASH>..<HASH> 100644
--- a/src/DefaultHeadersDecorator.php
+++ b/src/DefaultHeadersDecorator.php
@@ -11,15 +11,17 @@ class DefaultHeadersDecorator implements MessageDecorator
{
private ClassNameInflector $inflector;
private... | Use a regular property instead of a promoted one. | EventSaucePHP_EventSauce | train | php |
544e460b1e39f44a29513154ece7d7765e3e614c | diff --git a/cmd/swag/main.go b/cmd/swag/main.go
index <HASH>..<HASH> 100644
--- a/cmd/swag/main.go
+++ b/cmd/swag/main.go
@@ -9,7 +9,7 @@ import (
func main() {
app := cli.NewApp()
- app.Version = "v1.1.1"
+ app.Version = "v1.2.0"
app.Usage = "Automatically generate RESTful API documentation with Swagger 2.0 fo... | chroe: release for <I> | swaggo_swag | train | go |
4b60c2e798be71fbfacd88779fb8e5a09b88ddcf | diff --git a/src/leaflet-search.js b/src/leaflet-search.js
index <HASH>..<HASH> 100644
--- a/src/leaflet-search.js
+++ b/src/leaflet-search.js
@@ -5,6 +5,7 @@
search:locationfound {latlng, title, layer} fired after moved and show markerLocation
search:expanded {} fired after control was expanded
search... | Fire 'search:cancel' event when cancel is clicked on | stefanocudini_leaflet-search | train | js |
afb18f5aeac9fd6a90b907053a20a1c9094ff78e | diff --git a/lib/setup.php b/lib/setup.php
index <HASH>..<HASH> 100644
--- a/lib/setup.php
+++ b/lib/setup.php
@@ -69,6 +69,8 @@
require_once("$CFG->libdir/moodlelib.php"); // Other general-purpose functions
+
+
/// Load up any configuration from the config table
if ($configs = get_records('c... | Set up Smarty template system in the setup.php | moodle_moodle | train | php |
2c16df66ca9b0f6f624e3c0c578afa9e640ffac3 | diff --git a/lib/res/formatters/junit.rb b/lib/res/formatters/junit.rb
index <HASH>..<HASH> 100644
--- a/lib/res/formatters/junit.rb
+++ b/lib/res/formatters/junit.rb
@@ -5,7 +5,7 @@ require 'res/ir'
module Res
module Formatters
class Junit
- attr_accessor :ir, :io
+ attr_accessor :io
... | Closed io and removed extra accessor | bbc_res | train | rb |
e04b909894467ecf7ca5411090d2b897c04a6102 | diff --git a/test/test_helper.rb b/test/test_helper.rb
index <HASH>..<HASH> 100644
--- a/test/test_helper.rb
+++ b/test/test_helper.rb
@@ -146,6 +146,7 @@ class ActiveSupport::TestCase
def reset_domain
if defined? ActiveRecord
ActiveRecord::Base.descendants.each do |model|
+ next if model.name == ... | Skip resetting ActiveRecord::InternalMetadata, which breaks all tests on Rails 5. | voormedia_rails-erd | train | rb |
c6f7bb0d1a2e1e2d47b5ae71010040e4c12beee3 | diff --git a/lib/turn/reporters/pretty_reporter.rb b/lib/turn/reporters/pretty_reporter.rb
index <HASH>..<HASH> 100644
--- a/lib/turn/reporters/pretty_reporter.rb
+++ b/lib/turn/reporters/pretty_reporter.rb
@@ -117,6 +117,9 @@ module Turn
str
end
+ # TODO: Could also provide % done with time info. But ... | Show three decimals places of time in Pretty reporter. | turn-project_turn | train | rb |
80c3f500b6890f030c81b4b5b6c7270f9cf09ffc | diff --git a/pkg/volume/awsebs/aws_util.go b/pkg/volume/awsebs/aws_util.go
index <HASH>..<HASH> 100644
--- a/pkg/volume/awsebs/aws_util.go
+++ b/pkg/volume/awsebs/aws_util.go
@@ -71,7 +71,7 @@ func (util *AWSDiskUtil) DeleteVolume(d *awsElasticBlockStoreDeleter) error {
}
// CreateVolume creates an AWS EBS volume.
... | Fix CreateVolume signature in comment
The CreateVolume function for aws-ebs provsiioner returns fstype, which
was missing from the commented section above the function declaration. | kubernetes_kubernetes | train | go |
d293565eb9312c826e70780441539fe270de1742 | diff --git a/manifest.php b/manifest.php
index <HASH>..<HASH> 100644
--- a/manifest.php
+++ b/manifest.php
@@ -30,7 +30,7 @@ return array(
'label' => 'Result visualisation',
'description' => 'TAO Results extension',
'license' => 'GPL-2.0',
- 'version' => '4.8.1',
+ 'version' => '4.7.3',
'autho... | refactoring/TAO-<I>/remove_globals_from_core_extension
- minor increase of version | oat-sa_extension-tao-outcomeui | train | php,php |
b65d3341976941942d338bf9714bfc3e676e4570 | diff --git a/module/index.js b/module/index.js
index <HASH>..<HASH> 100644
--- a/module/index.js
+++ b/module/index.js
@@ -20,6 +20,7 @@ const JDLRelationship = require('../lib/core/jdl_relationship');
const JDLRelationships = require('../lib/core/jdl_relationships');
const JDLUnaryOption = require('../lib/core/jdl_u... | Added the JDLOptions class to the available objects | jhipster_generator-jhipster | train | js |
3e45b5e33d702565d54016b6fa852e543db4a857 | diff --git a/lib/Bacon/Presenter/Html.php b/lib/Bacon/Presenter/Html.php
index <HASH>..<HASH> 100644
--- a/lib/Bacon/Presenter/Html.php
+++ b/lib/Bacon/Presenter/Html.php
@@ -69,11 +69,15 @@ class Html extends \Bacon\Presenter
}
}
- $translator = new Translator('de_AT', new MessageSelector());
- $translator-... | feat(locales): taking locale from controller setting now | Brainsware_bacon | train | php |
552ad3cf892948529c1445d37933aad62c9b45ef | diff --git a/lib/console.api.js b/lib/console.api.js
index <HASH>..<HASH> 100644
--- a/lib/console.api.js
+++ b/lib/console.api.js
@@ -13,13 +13,13 @@ module.exports = function(Aquifer) {
/**
* Defines a logging method for aquifer cli commands.
*
- * @param String message message th... | Reformat console.api.js so that it meets the coding standard | aquifer_aquifer | train | js |
358604ac0668478e63aa4b7f1e41030c1d61bd24 | diff --git a/imgaug/parameters.py b/imgaug/parameters.py
index <HASH>..<HASH> 100644
--- a/imgaug/parameters.py
+++ b/imgaug/parameters.py
@@ -462,8 +462,12 @@ class Choice(StochasticParameter):
def __init__(self, a, replace=True, p=None):
super(Choice, self).__init__()
+ ia.do_assert(ia.is_itera... | Add asserts to iap.Choice constructor | aleju_imgaug | train | py |
4ee0f96aab3bf3d4250f69737a6d06fcd3671072 | diff --git a/lib/UserInterface.js b/lib/UserInterface.js
index <HASH>..<HASH> 100755
--- a/lib/UserInterface.js
+++ b/lib/UserInterface.js
@@ -415,7 +415,7 @@ UserInterface.prototype = extend(UserInterface.prototype, {
try {
selected = this.readFile(mockPath + '/response.txt');
} catch (err) {
- ret... | [bugfix] expected response radios | smollweide_node-mock-server | train | js |
d36b80a9649f4b75cf96c1b2a8f91c7a59612643 | diff --git a/recorder/src/index.js b/recorder/src/index.js
index <HASH>..<HASH> 100644
--- a/recorder/src/index.js
+++ b/recorder/src/index.js
@@ -5,6 +5,8 @@ const defaultConfig = {
onAnalysed: null,
};
+const microphoneConfigOptions = ['bufferLen', 'numChannels', 'mimeType'];
+
class Recorder {
constructor(... | Add support to change Microphone default settings | ijsnow_studiojs | train | js |
0f034312a2b31515c346453174407b9520d7e8cd | diff --git a/samples/httpsession/src/main/java/sample/EmbeddedRedisConfiguration.java b/samples/httpsession/src/main/java/sample/EmbeddedRedisConfiguration.java
index <HASH>..<HASH> 100644
--- a/samples/httpsession/src/main/java/sample/EmbeddedRedisConfiguration.java
+++ b/samples/httpsession/src/main/java/sample/Embed... | Remove @Override from interface overrides | spring-projects_spring-session | train | java |
c9c46693088d68ead074c2fe86460906224284ed | diff --git a/wandb/wandb_run.py b/wandb/wandb_run.py
index <HASH>..<HASH> 100644
--- a/wandb/wandb_run.py
+++ b/wandb/wandb_run.py
@@ -150,6 +150,9 @@ class Run(object):
self._run_manager = None
self._jupyter_agent = None
+ # give access to watch method
+ self.watch = wandb.watch
+
... | feat: access watch method from Run object (#<I>) | wandb_client | train | py |
44b9a6c3db70d1d052684dcc336bf78ea9a9aaf9 | diff --git a/src/main/java/me/gosimple/nbvcxz/Nbvcxz.java b/src/main/java/me/gosimple/nbvcxz/Nbvcxz.java
index <HASH>..<HASH> 100644
--- a/src/main/java/me/gosimple/nbvcxz/Nbvcxz.java
+++ b/src/main/java/me/gosimple/nbvcxz/Nbvcxz.java
@@ -656,7 +656,7 @@ public class Nbvcxz
{
retur... | Fix bug in StartIndexComparator violating comparator contracts.
This can yield a IllegalArgumentException: "Comparison method violates its general contract!" when it is used. | GoSimpleLLC_nbvcxz | train | java |
55ea022387aa069a50e0bfa816e11211868dfc0c | diff --git a/lib/spade.js b/lib/spade.js
index <HASH>..<HASH> 100644
--- a/lib/spade.js
+++ b/lib/spade.js
@@ -126,9 +126,11 @@ exports.Spade = ( function () {
// process message reply to a subscription command
, getReplyMessages = function () {
... | better note..
On branch master
modified: lib/spade.js | rootslab_spade | train | js |
6f68a159172550ead46d6790a2a8f69885197230 | diff --git a/src/Statistics/Regression/Methods/LeastSquares.php b/src/Statistics/Regression/Methods/LeastSquares.php
index <HASH>..<HASH> 100644
--- a/src/Statistics/Regression/Methods/LeastSquares.php
+++ b/src/Statistics/Regression/Methods/LeastSquares.php
@@ -78,7 +78,7 @@ trait LeastSquares
*/
public fun... | Update LeastSquares.php | markrogoyski_math-php | train | php |
e9c75904b87b45f085e2bc4bb6f89dc427861464 | diff --git a/src/EventStore.js b/src/EventStore.js
index <HASH>..<HASH> 100644
--- a/src/EventStore.js
+++ b/src/EventStore.js
@@ -99,7 +99,9 @@ function augmentEvents(events, sourceCommand = {}, eventStoreConfig) {
const extension = {
sagaId,
sagaVersion,
- context: Object.assign({ hostname }, context)
+ con... | - don't create empty context without hostname | snatalenko_node-cqrs | train | js |
f712f860ac5a79e2c1554bc2f5819eeea5b3118e | diff --git a/grip/server.py b/grip/server.py
index <HASH>..<HASH> 100644
--- a/grip/server.py
+++ b/grip/server.py
@@ -35,6 +35,13 @@ def create_app(path=None, gfm=False, context=None,
app.config.from_object('grip.settings')
app.config.from_pyfile('settings_local.py', silent=True)
app.config.from_pyfile(... | Load username and password from settings. | joeyespo_grip | train | py |
3dec1a23d67706cee28ebf30ca08266d3fb6bee5 | diff --git a/tests/test_xcelium.py b/tests/test_xcelium.py
index <HASH>..<HASH> 100644
--- a/tests/test_xcelium.py
+++ b/tests/test_xcelium.py
@@ -30,6 +30,11 @@ def test_xcelium():
os.environ['PATH'] = '{}:{}'.format(os.path.join(tests_dir, 'mock_commands/xcelium'),
os.env... | Add workaround to 'PATH' issue | olofk_edalize | train | py |
0e0528a04465a1c0c61482b432f123974412d750 | diff --git a/lib/queue_classic/database.rb b/lib/queue_classic/database.rb
index <HASH>..<HASH> 100644
--- a/lib/queue_classic/database.rb
+++ b/lib/queue_classic/database.rb
@@ -19,6 +19,9 @@ module QC
@table_name = queue_name || DEFAULT_QUEUE_NAME
log("table_name=#{@table_name}")
+ @channel_name ... | Set the channel name to be the same as the table. | QueueClassic_queue_classic | train | rb |
fe510c4705137c7d0a06831921c97c2536e24df3 | diff --git a/test/spec/directives/selection-model.js b/test/spec/directives/selection-model.js
index <HASH>..<HASH> 100644
--- a/test/spec/directives/selection-model.js
+++ b/test/spec/directives/selection-model.js
@@ -85,6 +85,28 @@ describe('Directive: selectionModel', function() {
});
});
+ describe('w... | test: Add test for helper to ignore clicks
Ignoring clicks on certain elements will allow users to have click hanlders
which change selected states without butting heads with the selection model
directive.
[ci skip] | jtrussell_angular-selection-model | train | js |
5e34d099221b9ac65e00639a09064869ad410c53 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -15,7 +15,7 @@ setup(name='credolib', version='1.0.0', author='Andras Wacha',
author_email='awacha@gmail.com', url='http://github.com/awacha/credolib',
description='CREDO Data processing library',
packages... | Added dependency ipy_table to setup.py script. | awacha_credolib | train | py |
3695f5b487f4e00b5de1cec05210b6b8c648ed24 | diff --git a/course/lib.php b/course/lib.php
index <HASH>..<HASH> 100644
--- a/course/lib.php
+++ b/course/lib.php
@@ -72,7 +72,7 @@ function print_log_selector_form($course, $selecteduser=0, $selecteddate="today"
// Put today up the top of the list
$dates = array("$timemidnight" => get_string("today").", ".u... | Slight fix for displaying logs for courses starting in the future | moodle_moodle | train | php |
2189f1370f49c25a59887c64bb9d2cd67b801243 | diff --git a/integrations-sdk/src/main/java/com/hp/octane/integrations/OctaneSDK.java b/integrations-sdk/src/main/java/com/hp/octane/integrations/OctaneSDK.java
index <HASH>..<HASH> 100644
--- a/integrations-sdk/src/main/java/com/hp/octane/integrations/OctaneSDK.java
+++ b/integrations-sdk/src/main/java/com/hp/octane/i... | tech: blocking multiple SDK instantiations | hpsa_hpe-application-automation-tools-plugin | train | java |
1370314972a404642321b19cc1c5e0d99d54dfc6 | diff --git a/lib/contribution-checker/version.rb b/lib/contribution-checker/version.rb
index <HASH>..<HASH> 100644
--- a/lib/contribution-checker/version.rb
+++ b/lib/contribution-checker/version.rb
@@ -1,3 +1,3 @@
module ContributionChecker
- VERSION = "1.3.1"
+ VERSION = "2.0.0"
end | Increment major version to <I> | jdennes_contribution-checker | train | rb |
684c339b0db3d9f1af1a05e5a9a657f0648fac67 | diff --git a/validator.go b/validator.go
index <HASH>..<HASH> 100644
--- a/validator.go
+++ b/validator.go
@@ -216,7 +216,7 @@ func (v *Validator) validateStructRecursive(top interface{}, s interface{}) *Str
} else {
- if structErrors := v.ValidateStruct(valueField.Interface()); structErrors != nil {
+ if... | issue-#<I>
correct incorrect call to ValidateStruct and changed to
ValidateStructRecursive | go-playground_validator | train | go |
8dd4cefa8a05c2002fc86d12841ad6082431c26c | diff --git a/DataCleaner-core/src/main/java/org/eobjects/datacleaner/windows/OptionsDialog.java b/DataCleaner-core/src/main/java/org/eobjects/datacleaner/windows/OptionsDialog.java
index <HASH>..<HASH> 100644
--- a/DataCleaner-core/src/main/java/org/eobjects/datacleaner/windows/OptionsDialog.java
+++ b/DataCleaner-core... | Ticket #<I>: Replaced use of guice @Inject with javax @Inject | datacleaner_DataCleaner | train | java |
ffaa8ce07979f4db860950fa9be08ca37964206f | diff --git a/lib/puppet/network/handler/fileserver.rb b/lib/puppet/network/handler/fileserver.rb
index <HASH>..<HASH> 100755
--- a/lib/puppet/network/handler/fileserver.rb
+++ b/lib/puppet/network/handler/fileserver.rb
@@ -450,7 +450,7 @@ class Puppet::Network::Handler
def getfileobject(dir, links)
... | Demoting the "file does not exist" log to debug from notice | puppetlabs_puppet | train | rb |
b9ad835e67892b25f1ca9dfbde682420a13dee00 | diff --git a/src/Codeception/Command/Bootstrap.php b/src/Codeception/Command/Bootstrap.php
index <HASH>..<HASH> 100644
--- a/src/Codeception/Command/Bootstrap.php
+++ b/src/Codeception/Command/Bootstrap.php
@@ -208,7 +208,7 @@ class Bootstrap extends Command
file_put_contents(
'tests/unit/_boots... | Fixing typo in _bootstrap.php file generator
Fixing typo. | Codeception_base | train | php |
6b4d730d686f4b6b6f73f5e677ca36d90b5dac0b | diff --git a/oscrypto/_osx/tls.py b/oscrypto/_osx/tls.py
index <HASH>..<HASH> 100644
--- a/oscrypto/_osx/tls.py
+++ b/oscrypto/_osx/tls.py
@@ -732,7 +732,10 @@ class TLSSocket(object):
self._local_closed = True
self._session_context = None
- self._socket.shutdown(socket_.SHUT_RDWR)
+ t... | Squelch socket exception if the connection is already closed when we try to shut it down | wbond_oscrypto | train | py,py |
fad6a2ff678e570615a5e53102eb514201de18bf | diff --git a/app/models/clipster/clip.rb b/app/models/clipster/clip.rb
index <HASH>..<HASH> 100644
--- a/app/models/clipster/clip.rb
+++ b/app/models/clipster/clip.rb
@@ -6,7 +6,9 @@ module Clipster
attr_accessible :clip, :language, :title, :private, :expires, :lifespan
cattr_reader :lifespans
- @@li... | Missed 'Forever' option in last commit. | kwbock_clipster | train | rb |
7824f822b9e5f3c652ffd893d8a696ff14304aa3 | diff --git a/vyper/functions/functions.py b/vyper/functions/functions.py
index <HASH>..<HASH> 100644
--- a/vyper/functions/functions.py
+++ b/vyper/functions/functions.py
@@ -843,9 +843,15 @@ class RawCall:
# build sequence LLL
if outsize:
- # only copy the return value to memory if outsi... | fix: consider returndatasize for raw_call output | ethereum_vyper | train | py |
f814111d619c3dc8bba02d3dba9cc38df8730866 | diff --git a/Examples/SolverDiagnostics/solver_diagnostics.py b/Examples/SolverDiagnostics/solver_diagnostics.py
index <HASH>..<HASH> 100644
--- a/Examples/SolverDiagnostics/solver_diagnostics.py
+++ b/Examples/SolverDiagnostics/solver_diagnostics.py
@@ -237,7 +237,7 @@ def solver_diagnostics(A, fname='solver_diagnosti... | fixed problem with solver_diagnostics.py | pyamg_pyamg | train | py |
349f589513a0c6efb9267e49848b9e63dc6c4ece | diff --git a/lib/puppet/pops/types/types.rb b/lib/puppet/pops/types/types.rb
index <HASH>..<HASH> 100644
--- a/lib/puppet/pops/types/types.rb
+++ b/lib/puppet/pops/types/types.rb
@@ -550,7 +550,7 @@ class PUndefType < PAnyType
end
def instance?(o, guard = nil)
- o.nil? || o == :undef
+ o.nil? || :undef ==... | (maint) Work around for semantic-puppet bug PUP-<I>
Comparing versions with non-versions requires that the non-version is on
the LHS of the expression. | puppetlabs_puppet | train | rb |
33aaa58b4eda9224447d2c9a71660db4ef243dbb | diff --git a/src/Nooku/Composer/Joomla/Application.php b/src/Nooku/Composer/Joomla/Application.php
index <HASH>..<HASH> 100644
--- a/src/Nooku/Composer/Joomla/Application.php
+++ b/src/Nooku/Composer/Joomla/Application.php
@@ -110,11 +110,8 @@ class Application extends JApplicationCli
$user->$key = $value;... | re #<I> - Fix isAuthentic() checks in post-flight scripts in joomla <I> | nooku_nooku-installer | train | php |
84e52b0d272638bdcf6bec34d557aac8e8c25d04 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -12,10 +12,13 @@ from distutils.errors import DistutilsArgError
this_dir = os.path.realpath(os.path.dirname(__file__))
+VERSION = '1.1.5'
+
+
def main():
setup(
name='postal',
- version='1.1.4',
+ ... | [build] bumping version to <I> | openvenues_pypostal | train | py |
eadd9a07680d8ba34b1a6b2091d9439172e89c67 | diff --git a/api/tests/test-router.js b/api/tests/test-router.js
index <HASH>..<HASH> 100644
--- a/api/tests/test-router.js
+++ b/api/tests/test-router.js
@@ -66,7 +66,9 @@ o.spec("route", function() {
})
o("default route doesn't break back button", function(done) {
- $window.location.href = "http://goo... | Ensure the test checks the right thing. | MithrilJS_mithril.js | train | js |
937d6514ef7ad179057b8a55d46841497dd9e221 | diff --git a/structr-rest/src/main/java/org/structr/rest/servlet/ConfigServlet.java b/structr-rest/src/main/java/org/structr/rest/servlet/ConfigServlet.java
index <HASH>..<HASH> 100644
--- a/structr-rest/src/main/java/org/structr/rest/servlet/ConfigServlet.java
+++ b/structr-rest/src/main/java/org/structr/rest/servlet/... | Fix: Don't allow empty passwords for configuration backend. | structr_structr | train | java |
cf025262747e3e63abb080a2ce89f84c96c5610f | diff --git a/lib/subdomain_locale/railtie.rb b/lib/subdomain_locale/railtie.rb
index <HASH>..<HASH> 100644
--- a/lib/subdomain_locale/railtie.rb
+++ b/lib/subdomain_locale/railtie.rb
@@ -1,16 +1,16 @@
require "rails/railtie"
-require "subdomain_locale/url_for"
-require "subdomain_locale/controller"
module Subdomain... | Move requires into the initialization hooks. | semaperepelitsa_subdomain_locale | train | rb |
38b060918f0b098dc338234805f4eaa0432eba3c | diff --git a/api/hooks/backbone-api/index.js b/api/hooks/backbone-api/index.js
index <HASH>..<HASH> 100644
--- a/api/hooks/backbone-api/index.js
+++ b/api/hooks/backbone-api/index.js
@@ -31,13 +31,12 @@ function createBackboneModels (sails, next) {
});
return Promise
- .all(backboneModels)
+ .map(backbone... | try to insert all models and ignore uniqueness errors | tjwebb_sails-backbone | train | js |
5b7070700fca6f60b78cefb62dcfb068f22bf205 | diff --git a/rollup.config.js b/rollup.config.js
index <HASH>..<HASH> 100644
--- a/rollup.config.js
+++ b/rollup.config.js
@@ -47,10 +47,10 @@ const plugins = [
commonjs({
ignoreGlobal: true,
}),
- replace({
+ prod && replace({
'process.env.NODE_ENV': JSON.stringify(prod ? 'production' : 'development'... | Replace process env only in prod | styled-components_styled-components | train | js |
3790b9bcadcf6d6202b836c19be9d1b07cfa5bc1 | diff --git a/structr-core/src/main/java/org/structr/core/script/StructrScriptable.java b/structr-core/src/main/java/org/structr/core/script/StructrScriptable.java
index <HASH>..<HASH> 100644
--- a/structr-core/src/main/java/org/structr/core/script/StructrScriptable.java
+++ b/structr-core/src/main/java/org/structr/core... | Modified Structr javascript context object to convert camel case method names to underscore notation for
a more javascript-like feel. | structr_structr | train | java |
6d7af27d60342a3785f4bdacb1a4570b9637ddb2 | diff --git a/archunit/src/main/java/com/tngtech/archunit/core/importer/AccessRecord.java b/archunit/src/main/java/com/tngtech/archunit/core/importer/AccessRecord.java
index <HASH>..<HASH> 100644
--- a/archunit/src/main/java/com/tngtech/archunit/core/importer/AccessRecord.java
+++ b/archunit/src/main/java/com/tngtech/ar... | speed up resolving constructors from `ConstructorCallTarget`
There is no need to check `getAllConstructors()` (i.e. also superclass constructors) for potential targets of constructor calls, because constructors are never inherited. All invocable constructors are declared directly within the class (at least on bytecode... | TNG_ArchUnit | train | java |
719d9c9c9832ef8048c231feb29495086c757105 | diff --git a/lib/appsignal/cli/diagnose.rb b/lib/appsignal/cli/diagnose.rb
index <HASH>..<HASH> 100644
--- a/lib/appsignal/cli/diagnose.rb
+++ b/lib/appsignal/cli/diagnose.rb
@@ -105,7 +105,6 @@ module Appsignal
paths_report = Paths.new
data[:paths] = paths_report.report
print_paths_sec... | Don't print newline after log file contents in diagnose | appsignal_appsignal-ruby | train | rb |
e661530f99c53f2ef57203d16e391a7fb4424aeb | diff --git a/jira/resilientsession.py b/jira/resilientsession.py
index <HASH>..<HASH> 100644
--- a/jira/resilientsession.py
+++ b/jira/resilientsession.py
@@ -112,15 +112,18 @@ class ResilientSession(Session):
"%s while doing %s %s [%s]" % (e, verb.upper(), url, kwargs))
exception ... | Do not try to recover if we're not going to do the retry. | pycontribs_jira | train | py |
94313ea4447217e4c0283cd731f1e8b5ef2f8ec3 | diff --git a/lib/commit.js b/lib/commit.js
index <HASH>..<HASH> 100644
--- a/lib/commit.js
+++ b/lib/commit.js
@@ -146,7 +146,7 @@ Commit.prototype.amendWithSignature = function(
);
})
.then(function(commitContentResult) {
- commitContent = commitContentResult + "\n";
+ commitConten... | Do not append an additional newline to `amend` commit buffers | nodegit_nodegit | train | js |
fe28cfbe515749a2a61b27e0f314422f131f12f1 | diff --git a/ttkwidgets/color/colorpicker.py b/ttkwidgets/color/colorpicker.py
index <HASH>..<HASH> 100644
--- a/ttkwidgets/color/colorpicker.py
+++ b/ttkwidgets/color/colorpicker.py
@@ -46,9 +46,12 @@ FR = {"Red": "Rouge", "Green": "Vert", "Blue": "Bleu",
"Cancel": "Annuler", "Color Chooser": "Sélecteur de coul... | Catch ValueError raised by getdefaultlocale
The way the default locale is formatted is sometimes not understood by
the locale module, triggering a ValueError, which is now caught by the
program. | RedFantom_ttkwidgets | train | py |
5255577a93de5086c937d3fa3cabf575d8077793 | diff --git a/spec/samples/literals.rb b/spec/samples/literals.rb
index <HASH>..<HASH> 100644
--- a/spec/samples/literals.rb
+++ b/spec/samples/literals.rb
@@ -13,7 +13,6 @@
### Numbers
1_234
1.23e4
- 42i
### Symbols
:hello
:"he#{'l'*2}o" | Remove Complex literal for Travis / Ruby <I> | deep-cover_deep-cover | train | rb |
a3c09e0c09d9167b6a383428d744c7d4aa380024 | diff --git a/src/Awjudd/FeedReader/FeedReader.php b/src/Awjudd/FeedReader/FeedReader.php
index <HASH>..<HASH> 100644
--- a/src/Awjudd/FeedReader/FeedReader.php
+++ b/src/Awjudd/FeedReader/FeedReader.php
@@ -16,7 +16,7 @@ class FeedReader
$sp = new SimplePie();
// Configure it
- if($cache = $t... | Fixing the bug where the configuration reader wasn't actually grabbing the correct information | awjudd_l4-feed-reader | train | php |
abe4b272b818365fd12602eb107352850f5286cd | diff --git a/tests/test_find_and_modify.py b/tests/test_find_and_modify.py
index <HASH>..<HASH> 100644
--- a/tests/test_find_and_modify.py
+++ b/tests/test_find_and_modify.py
@@ -23,8 +23,6 @@ mongo_port = 27017
class TestFindAndModify(unittest.TestCase):
- timeout = 5
-
@defer.inlineCallbacks
def set... | timeout=5 removed from test_find_and_modify.py | twisted_txmongo | train | py |
29170857f6e7ff124db03aae6d2a981d9b3ec29b | diff --git a/livetests.py b/livetests.py
index <HASH>..<HASH> 100755
--- a/livetests.py
+++ b/livetests.py
@@ -52,7 +52,7 @@ def _initialize(api):
api.get("/changes/")
-@pytest.fixture(scope="module", params=["2.13.11", "2.14.13", "2.15.3"])
+@pytest.fixture(scope="module", params=["2.13.11", "2.14.14", "2.15.... | Run livetests against <I> and <I>
Change-Id: I<I>e<I>a0d<I>ce8e9ae7ffa9fdb<I>b8 | dpursehouse_pygerrit2 | train | py |
d4f82339c2aa8b6d4627567b870341568590f10a | diff --git a/backbone.layoutmanager.js b/backbone.layoutmanager.js
index <HASH>..<HASH> 100644
--- a/backbone.layoutmanager.js
+++ b/backbone.layoutmanager.js
@@ -9,7 +9,7 @@
// AMD. Register as an anonymous module. Wrap in function so we have access
// to root via `this`.
if (typeof define === "function" && ... | Updated the conditional AMD define() wrapper - Removed return statement that was causing issues for AMDclean users: <URL> | tbranyen_backbone.layoutmanager | train | js |
c1cfed21eb2169666b842d839f507c5652a475b9 | diff --git a/shared/lib/wpcom-undocumented/lib/me.js b/shared/lib/wpcom-undocumented/lib/me.js
index <HASH>..<HASH> 100644
--- a/shared/lib/wpcom-undocumented/lib/me.js
+++ b/shared/lib/wpcom-undocumented/lib/me.js
@@ -1,6 +1,8 @@
/**
* Module dependencies.
*/
+import Me from 'wpcom-unpublished/dist/lib/me';
+impo... | wpcom-undocumented: inherits `Me` from WPCOMUnpublished#Me | Automattic_wp-calypso | train | js |
d64bbd00facd348376875db16075eeb38b4de40c | diff --git a/typedload/dataloader.py b/typedload/dataloader.py
index <HASH>..<HASH> 100644
--- a/typedload/dataloader.py
+++ b/typedload/dataloader.py
@@ -63,6 +63,13 @@ class Loader:
If you know that your original data is encoded
properly, it is better to disable this.
+ dictequivalence: Enabled... | Convert argparse.Namespace→dict
This allows to load them directly into Namedtuple or
any other handler that expects a dictionary as input.
The functionality has a flag which can be disabled if so
desired. | ltworf_typedload | train | py |
5076f985293e271a93b2b6d44fd841bd6e5ea634 | diff --git a/src/index.js b/src/index.js
index <HASH>..<HASH> 100644
--- a/src/index.js
+++ b/src/index.js
@@ -13,6 +13,7 @@ import commonjs from "rollup-plugin-commonjs"
import jsonPlugin from "rollup-plugin-json"
import yamlPlugin from "rollup-plugin-yaml"
import replacePlugin from "rollup-plugin-replace"
+import ... | Added executable plugin for rollup to make binary executable. | sebastian-software_preppy | train | js |
e3056ef3781622793ecc75c98646bc0bcea6066a | diff --git a/manifest.php b/manifest.php
index <HASH>..<HASH> 100755
--- a/manifest.php
+++ b/manifest.php
@@ -29,7 +29,6 @@ use oat\taoQtiTest\scripts\install\RegisterTestImporters;
use oat\taoQtiTest\scripts\install\SetSynchronisationService;
use oat\taoQtiTest\scripts\install\SetupEventListeners;
use oat\taoQtiTe... | Deleted unused 'use' statement | oat-sa_extension-tao-testqti | train | php |
74650a5392c69b0c043a397e56f289cfef1c8bf5 | diff --git a/acra/src/main/java/org/acra/ACRA.java b/acra/src/main/java/org/acra/ACRA.java
index <HASH>..<HASH> 100644
--- a/acra/src/main/java/org/acra/ACRA.java
+++ b/acra/src/main/java/org/acra/ACRA.java
@@ -249,7 +249,11 @@ public class ACRA {
return disableAcra;
}
- private static void checkC... | When dynamically changing the ReportingInteractionMode, check that all required configuration items have been provided. | ACRA_acra | train | java |
a568917db9fd378ea5f092f9754504ed1bd517e9 | diff --git a/py_expression_eval/tests.py b/py_expression_eval/tests.py
index <HASH>..<HASH> 100755
--- a/py_expression_eval/tests.py
+++ b/py_expression_eval/tests.py
@@ -70,6 +70,7 @@ class ParserTestCase(unittest.TestCase):
self.assertEqual(parser.parse("(a**2-b**2)==((a+b)*(a-b))").evaluate({'a': 4859, 'b':... | add test with variable name starting with "or" | Axiacore_py-expression-eval | train | py |
86b6658029625e6a789defe61efedf6d2b71fa28 | diff --git a/admin/views/sidebar.php b/admin/views/sidebar.php
index <HASH>..<HASH> 100755
--- a/admin/views/sidebar.php
+++ b/admin/views/sidebar.php
@@ -10,7 +10,7 @@ $user = Yii::$app->user->getIdentity();
<?php if( $core->hasModule( 'newsletter' ) && $user->isPermitted( 'core' ) ) { ?>
<div id="sidebar-newslette... | Re-factored to match with recent changes in core, cms. | cmsgears_module-newsletter | train | php |
434b25d68f15df2d9bcb3631a32039a3f40ad24c | diff --git a/__mocks__/@shopgate/pwa-common/context/index.js b/__mocks__/@shopgate/pwa-common/context/index.js
index <HASH>..<HASH> 100644
--- a/__mocks__/@shopgate/pwa-common/context/index.js
+++ b/__mocks__/@shopgate/pwa-common/context/index.js
@@ -22,6 +22,6 @@ export const RouteContext = ({
export const FormCont... | PWA-<I>: Changed automock of the FormContext provider which is used by the form builder. | shopgate_pwa | train | js |
95a32c3dda4d7f0962d51bddbd103ca988affd0d | diff --git a/pydot.py b/pydot.py
index <HASH>..<HASH> 100644
--- a/pydot.py
+++ b/pydot.py
@@ -1829,8 +1829,9 @@ class Dot(Graph):
then you may want to give the absolute path to the
executable (for example, to `dot.exe`) in `prog`.
"""
- default_names = {'dot', 'twopi', 'neato',
- ... | BUG: define set with `set([...])` for python <I>
compatibility, to avoid breaking older code
without significant reason. This change is not
motivated by any other reason.
Support for python < <I> will **not** be
actively maintained. | pydot_pydot | train | py |
81577533ba58877a2d9d12551d4d1e41b67e8c86 | diff --git a/lib/hermes-bus.js b/lib/hermes-bus.js
index <HASH>..<HASH> 100644
--- a/lib/hermes-bus.js
+++ b/lib/hermes-bus.js
@@ -47,9 +47,6 @@ function getEventHandler(busline, event) {
observerBusLines[busline].forEach(function(element) {
if (element.event === event && element.active === true... | lib/hermes-bus.js: Removed resolve cb from getEventHandler | jahnestacado_hermes-bus | train | js |
c442a009b641241de0d26d0ff8d1ba811f6a6849 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -48,7 +48,7 @@ setup(
'redis==2.10.5',
'pytz==2015.7',
'django-rest-hooks==1.3.1',
- 'seed-services-client>=0.21.0',
+ 'seed-services-client>=0.31.0',
'drfdocs==0.0.11',
... | Upgrade seed-services-client dependency | praekeltfoundation_seed-identity-store | train | py |
f01d55fa19eabb209b028a1852fe1e7102d0af15 | diff --git a/test/util.py b/test/util.py
index <HASH>..<HASH> 100644
--- a/test/util.py
+++ b/test/util.py
@@ -37,6 +37,18 @@ def check_call(cmd, expected_retcode=0, stdin_str="", **kwargs):
try:
if 'stdout' in kwargs or 'stderr' in kwargs or 'stdin' in kwargs:
raise Exception("Don't pass stdout or stder... | Making transitfeed nosetests run on Windows 7
On Windows 7 we have to make sure that our custom 'env' contains 'SystemRoot' as some code in transitfeed is using os.urandom() which requires this system variable. See thread "is this a bug? no environment variables" at <URL> because passing a custom 'env' in kwargs this ... | google_transitfeed | train | py |
f3f689b9d9831e43f510472375581d9c776995e7 | diff --git a/java/server/src/org/openqa/selenium/remote/server/DefaultDriverSessions.java b/java/server/src/org/openqa/selenium/remote/server/DefaultDriverSessions.java
index <HASH>..<HASH> 100644
--- a/java/server/src/org/openqa/selenium/remote/server/DefaultDriverSessions.java
+++ b/java/server/src/org/openqa/seleniu... | DanielWagnerHall: Enable the SafariDriver through the RemoteWebDriver
r<I> | SeleniumHQ_selenium | train | java |
bbb2069d40df9cbc462ce657fe67d3b0fe5cdbda | diff --git a/Configuration/TCA/tx_bootstrappackage_timeline_item.php b/Configuration/TCA/tx_bootstrappackage_timeline_item.php
index <HASH>..<HASH> 100644
--- a/Configuration/TCA/tx_bootstrappackage_timeline_item.php
+++ b/Configuration/TCA/tx_bootstrappackage_timeline_item.php
@@ -187,7 +187,7 @@ return [
... | [BUGFIX] Make datefield required again | benjaminkott_bootstrap_package | train | php |
92aceac766ab18828d1345440e17c018b3f9992c | diff --git a/lib/arjdbc/postgresql/adapter.rb b/lib/arjdbc/postgresql/adapter.rb
index <HASH>..<HASH> 100644
--- a/lib/arjdbc/postgresql/adapter.rb
+++ b/lib/arjdbc/postgresql/adapter.rb
@@ -706,6 +706,7 @@ module ActiveRecord::ConnectionAdapters
remove_const(:PostgreSQLAdapter) if const_defined?(:PostgreSQLAdapter)... | [postgres] add missing class attribute to make tests run | jruby_activerecord-jdbc-adapter | train | rb |
5f9b1fa287477a1435226ad74854ae99a2e5b63a | diff --git a/can/interface.py b/can/interface.py
index <HASH>..<HASH> 100644
--- a/can/interface.py
+++ b/can/interface.py
@@ -27,17 +27,6 @@ BACKENDS = {
}
-hookimpl = HookimplMarker('pythoncan')
-
-
-@hookimpl(trylast=True)
-def pythoncan_interface(interface):
- """This hook is used to process the initial con... | Remove the usage of plugin for internal interfaces | hardbyte_python-can | train | py |
df5688153f2eef828156f5e5b3d5908b1b72928a | diff --git a/lib/vault/api/secret.rb b/lib/vault/api/secret.rb
index <HASH>..<HASH> 100644
--- a/lib/vault/api/secret.rb
+++ b/lib/vault/api/secret.rb
@@ -1,6 +1,7 @@
-require_relative "../response"
require "time"
+require_relative "../response"
+
module Vault
# Secret is a representation of a secret from Vault.... | reorder requires to conform with directory style | hashicorp_vault-ruby | train | rb |
d919879e77dc9371e4ac62e85f9d1486efb987c0 | diff --git a/tests/unit/DbTest.php b/tests/unit/DbTest.php
index <HASH>..<HASH> 100644
--- a/tests/unit/DbTest.php
+++ b/tests/unit/DbTest.php
@@ -1716,5 +1716,19 @@ class DbTest extends TestCase
$this->assertNotNull($member['id']);
}
+
+ public function testNullAsCollectionKey()
+ {
+ ... | added test for null as collection key | twinh_wei | train | php |
38a27b75c2384f28648047898fdf3b53429eac18 | diff --git a/spec/lib/chamber_spec.rb b/spec/lib/chamber_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/lib/chamber_spec.rb
+++ b/spec/lib/chamber_spec.rb
@@ -71,7 +71,7 @@ only_namespaced_sub_settings:
HEREDOC
end
-describe Chamber do
+describe 'Chamber' do
before(:each) { Chamber.load(basepath: '/tmp/chamber... | Tests: Don't try to call to_s on Chamber class | thekompanee_chamber | train | rb |
2ff671ab2dcfc283fa1fc39a45c450da0c0ca74d | 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
@@ -1,6 +1,7 @@
require 'taskmapper-kanbanpad'
require 'rspec'
require 'fakeweb'
+require 'cgi'
FakeWeb.allow_net_connect = false | Require CGI to fix broken tests on <I> | hybridgroup_taskmapper-kanbanpad | train | rb |
23ef13b7dfe4366cb7ac789e3a33e28f5fd730da | diff --git a/core/cas-server-core-util-api/src/main/java/org/apereo/cas/util/RandomUtils.java b/core/cas-server-core-util-api/src/main/java/org/apereo/cas/util/RandomUtils.java
index <HASH>..<HASH> 100644
--- a/core/cas-server-core-util-api/src/main/java/org/apereo/cas/util/RandomUtils.java
+++ b/core/cas-server-core-u... | Changes the SecureRandom class to use an non-blocking algorithm. (#<I>) | apereo_cas | train | java |
38a23f66a8373f1dbbe8154b5780da37cfb84cfb | diff --git a/dev/release-pypi.py b/dev/release-pypi.py
index <HASH>..<HASH> 100644
--- a/dev/release-pypi.py
+++ b/dev/release-pypi.py
@@ -36,10 +36,10 @@ def retrieve(url, filename=None):
return urlretrieve(url, filename, reporthook=show_progress)
-def lastest_hash() -> str:
+def latest_hash() -> str:
"G... | Fix typo in release script. [skip ci] (#<I>) | dmlc_xgboost | train | py |
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.