hash stringlengths 40 40 | diff stringlengths 131 114k | message stringlengths 7 980 | project stringlengths 5 67 | split stringclasses 1
value |
|---|---|---|---|---|
798de7be11959545d3832edb4ff7fbecf12cc8ca | diff --git a/modules/activiti-engine/src/test/java/org/activiti/engine/test/bpmn/event/timer/StartTimerEventTest.java b/modules/activiti-engine/src/test/java/org/activiti/engine/test/bpmn/event/timer/StartTimerEventTest.java
index <HASH>..<HASH> 100644
--- a/modules/activiti-engine/src/test/java/org/activiti/engine/tes... | Raising poll-time for asserting condition (process instance count) | Activiti_Activiti | train |
3c89a3fc1672ad47c9e8eff950d9d8e37ebe56a6 | diff --git a/presto-main/src/main/java/com/facebook/presto/execution/SqlStageExecution.java b/presto-main/src/main/java/com/facebook/presto/execution/SqlStageExecution.java
index <HASH>..<HASH> 100644
--- a/presto-main/src/main/java/com/facebook/presto/execution/SqlStageExecution.java
+++ b/presto-main/src/main/java/co... | Fix to add bufferIds for the tasks created during waitForFreeNode
Fixes #<I> | prestodb_presto | train |
9246bcb469a2076ce28d3698ed9027a7ff81e32f | diff --git a/biz/webui/cgi-bin/composer.js b/biz/webui/cgi-bin/composer.js
index <HASH>..<HASH> 100644
--- a/biz/webui/cgi-bin/composer.js
+++ b/biz/webui/cgi-bin/composer.js
@@ -63,8 +63,8 @@ function handleConnect(options) {
if (options.body) {
socket.write(options.body);
}
- var sendData = functi... | refactor: encode body with charset | avwo_whistle | train |
09eaa2039167a748a1df44458c945349b5f96ffa | diff --git a/spec/image_spec.rb b/spec/image_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/image_spec.rb
+++ b/spec/image_spec.rb
@@ -78,6 +78,21 @@ describe Image, "Image" do
end
end
+ def self.test_negative_portion(width, height, x, y, part_width, part_height)
+ source_image = rand_image(width,height)
... | added test for negative porition (<I> failing tests) | tario_imageruby | train |
4d13eab70c5346692661799b9c27e943b4aadf76 | diff --git a/elki-logging/src/main/java/de/lmu/ifi/dbs/elki/logging/progress/AbstractProgress.java b/elki-logging/src/main/java/de/lmu/ifi/dbs/elki/logging/progress/AbstractProgress.java
index <HASH>..<HASH> 100755
--- a/elki-logging/src/main/java/de/lmu/ifi/dbs/elki/logging/progress/AbstractProgress.java
+++ b/elki-lo... | Reduce logging rate, and learning rate, for better ETA. | elki-project_elki | train |
2a6c9a762a587baf8cdeb40caf400683b0a7694c | diff --git a/lib/vagrant.rb b/lib/vagrant.rb
index <HASH>..<HASH> 100644
--- a/lib/vagrant.rb
+++ b/lib/vagrant.rb
@@ -11,10 +11,10 @@ end
# The vagrant specific files which must be loaded prior to the rest
%w{vagrant/util vagrant/actions/base vagrant/downloaders/base vagrant/actions/runner
vagrant/config vagrant/... | Fixed expand pathing to work properly in vagrant.rb | hashicorp_vagrant | train |
051fa1cb263a7a984e91d4e3c8308858eea5758b | diff --git a/tests/test_modules/test_pmac/test_beamselectorpart.py b/tests/test_modules/test_pmac/test_beamselectorpart.py
index <HASH>..<HASH> 100644
--- a/tests/test_modules/test_pmac/test_beamselectorpart.py
+++ b/tests/test_modules/test_pmac/test_beamselectorpart.py
@@ -1,4 +1,3 @@
-
from malcolm.testutil import C... | Replaced integer with float division. | dls-controls_pymalcolm | train |
dc132213a1ecdc55d08157f49fe0788735450652 | diff --git a/demo/js/demo.js b/demo/js/demo.js
index <HASH>..<HASH> 100644
--- a/demo/js/demo.js
+++ b/demo/js/demo.js
@@ -1,6 +1,6 @@
/* eslint no-console: 0 */
// eslint-disable-next-line import/no-extraneous-dependencies
-import 'babel-polyfill';
+import '@babel/polyfill';
import React from 'react';
import React... | Replace babel-polyfill with @babel/polyfill | springload_react-accessible-accordion | train |
bac0fd9b97b93bcee1a9bd9a0f69b5a32def39aa | diff --git a/docs/_ext/aws/__init__.py b/docs/_ext/aws/__init__.py
index <HASH>..<HASH> 100644
--- a/docs/_ext/aws/__init__.py
+++ b/docs/_ext/aws/__init__.py
@@ -170,6 +170,22 @@ class ServiceIntro(Directive):
include_lines, os.path.abspath(__file__))
return []
+ def get_doc_link(self, name,... | Cleaning up generation of links and locator names | aws_aws-sdk-php | train |
6c3891a25f192aaad8e5c1ed1fe5580662805d53 | diff --git a/pkg/apis/admissionregistration/v1/defaults.go b/pkg/apis/admissionregistration/v1/defaults.go
index <HASH>..<HASH> 100644
--- a/pkg/apis/admissionregistration/v1/defaults.go
+++ b/pkg/apis/admissionregistration/v1/defaults.go
@@ -48,10 +48,6 @@ func SetDefaults_ValidatingWebhook(obj *admissionregistrationv... | Remove default admissionReviewVersions in v1, make required in validation | kubernetes_kubernetes | train |
8b51a2cfd5018332fdd892f58333e32cd713e870 | diff --git a/project_generator/exporters/board_definitions.py b/project_generator/exporters/board_definitions.py
index <HASH>..<HASH> 100644
--- a/project_generator/exporters/board_definitions.py
+++ b/project_generator/exporters/board_definitions.py
@@ -25,14 +25,17 @@ class boardDefinitions():
board_def = {
... | GCC using CPU type, which is deduced from the board | project-generator_project_generator | train |
8321084bb2ac6782a466ebb83d32e8dbe45929fd | diff --git a/app/controllers/api/boards_controller.rb b/app/controllers/api/boards_controller.rb
index <HASH>..<HASH> 100644
--- a/app/controllers/api/boards_controller.rb
+++ b/app/controllers/api/boards_controller.rb
@@ -3,7 +3,7 @@ class Api::BoardsController < ApiBaseController
before_action :assign_user
de... | test for GET /api/boards pass | adonespitogo_unsakini | train |
d00d5be54e4e55a1ea83408f6d961fd174d0874e | diff --git a/zones/canjs/cleanup.js b/zones/canjs/cleanup.js
index <HASH>..<HASH> 100644
--- a/zones/canjs/cleanup.js
+++ b/zones/canjs/cleanup.js
@@ -1,4 +1,5 @@
module.exports = function(data){
+ var later = setTimeout;
function getEither(propName, moduleName) {
return (data.modules && data.modules[propName])... | Ensure the canjs cleanup doesn't trigger a DOM mutation in IR
Fixes #<I> | donejs_done-ssr | train |
e5fdc542d50373c1a7adde35445f3769f2d613b0 | diff --git a/zipline/core/devsimulator.py b/zipline/core/devsimulator.py
index <HASH>..<HASH> 100644
--- a/zipline/core/devsimulator.py
+++ b/zipline/core/devsimulator.py
@@ -3,9 +3,18 @@ Simulator hosts all the components necessary to execute a simluation.
See :py:method""
"""
+import logbook
import threading
fr... | Update test_optimize with devel flag. | quantopian_zipline | train |
c7474d7e671c309d5c2fc27e8fe7bd2a4dab87ec | diff --git a/lib/custom/src/MShop/Service/Provider/Payment/Mpay24.php b/lib/custom/src/MShop/Service/Provider/Payment/Mpay24.php
index <HASH>..<HASH> 100644
--- a/lib/custom/src/MShop/Service/Provider/Payment/Mpay24.php
+++ b/lib/custom/src/MShop/Service/Provider/Payment/Mpay24.php
@@ -30,7 +30,7 @@ class Mpay24
*/
... | Loads address of order so details can be passed to mpay<I> | aimeoscom_ai-payments | train |
7255fde588bfa42314d3be4c5d1fd54e44268552 | diff --git a/py3status/modules/battery_level.py b/py3status/modules/battery_level.py
index <HASH>..<HASH> 100644
--- a/py3status/modules/battery_level.py
+++ b/py3status/modules/battery_level.py
@@ -192,8 +192,6 @@ class Py3status:
battery["time_remaining"] = ''.join(findall(
"(?<=, )(\d+:... | Fix hide_seconds when a user has two batteries | ultrabug_py3status | train |
e42610437e709a869146fa8f1eb40c3f815a5594 | diff --git a/src/Sylius/Bundle/ApiBundle/ApiPlatform/Metadata/Property/Factory/ExtractorPropertyMetadataFactory.php b/src/Sylius/Bundle/ApiBundle/ApiPlatform/Metadata/Property/Factory/ExtractorPropertyMetadataFactory.php
index <HASH>..<HASH> 100644
--- a/src/Sylius/Bundle/ApiBundle/ApiPlatform/Metadata/Property/Factory... | [API] Suppress all psalm issue from resolving container parameters method | Sylius_Sylius | train |
1f7da9e3356074d5f6d97179e2603a3bcf052090 | diff --git a/lib/smartsheet/api/endpoint_spec.rb b/lib/smartsheet/api/endpoint_spec.rb
index <HASH>..<HASH> 100644
--- a/lib/smartsheet/api/endpoint_spec.rb
+++ b/lib/smartsheet/api/endpoint_spec.rb
@@ -13,7 +13,7 @@ module Smartsheet
# added as literal segments, while symbols are mapped to corresponding value... | Tweak the spec docs a bit. | smartsheet-platform_smartsheet-ruby-sdk | train |
af14c06b0a8443f28d92c6eee884d125b2504b00 | diff --git a/examples/loader_spin.py b/examples/loader_spin.py
index <HASH>..<HASH> 100644
--- a/examples/loader_spin.py
+++ b/examples/loader_spin.py
@@ -14,7 +14,7 @@ spinner = Halo(text='Downloading dataset.zip', spinner='dots')
try:
spinner.start()
- for i in xrange(100):
+ for i in range(100):
... | Fix xrange to range for supporting python3 | manrajgrover_halo | train |
ac486bb8f60e91063739979f8b7de82216345f81 | diff --git a/controllers/base.php b/controllers/base.php
index <HASH>..<HASH> 100644
--- a/controllers/base.php
+++ b/controllers/base.php
@@ -389,7 +389,7 @@ abstract class Decoy_Base_Controller extends Controller {
self::unset_file_edit_inputs();
// Remove special key-value pairs that inform logic but won't... | Combining the json and regular input, requires updating BKWLD bundle | BKWLD_decoy | train |
d533ad4ab2403699a038d9ecc8a8e841844d8f47 | diff --git a/src/notebook/actions/index.js b/src/notebook/actions/index.js
index <HASH>..<HASH> 100644
--- a/src/notebook/actions/index.js
+++ b/src/notebook/actions/index.js
@@ -140,9 +140,10 @@ export function removeCell(id) {
};
}
-export function createCellAfter(cellType, id) {
+export function createCellAfte... | Allow setting source in createCellAfter | nteract_nteract | train |
05715eaf207a9a45c59f38e929b54685affbb3f1 | diff --git a/js/coinegg.js b/js/coinegg.js
index <HASH>..<HASH> 100644
--- a/js/coinegg.js
+++ b/js/coinegg.js
@@ -164,9 +164,6 @@ module.exports = class coinegg extends Exchange {
'info': market,
});
}
- if (b === 0) {
- this.sleep (500);
- ... | coinegg: only js has .sleep | ccxt_ccxt | train |
9ee630d46381e226e7a5be0c89720764cab7064e | diff --git a/spec/oauth_policy_spec.rb b/spec/oauth_policy_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/oauth_policy_spec.rb
+++ b/spec/oauth_policy_spec.rb
@@ -48,7 +48,7 @@ describe OAuthPolicy do
authorized_request = OAuthPolicy.authorize request
- authorized_request.headers["Authorization"].... | fixing oauth signature tests
These tests started failing when the consumer key and secret were added
in <I>e<I>b7b<I>aeeda3a<I>e<I>
Everything works as expected, but the generated keys in the tests needed
to be updated. | jeremytregunna_ruby-trello | train |
89c2a93825a6e30b466c711443087147ee33b304 | diff --git a/src/autobahn.js b/src/autobahn.js
index <HASH>..<HASH> 100644
--- a/src/autobahn.js
+++ b/src/autobahn.js
@@ -15,7 +15,7 @@ var ab = window.ab = {};
// version number of Autobahn WebSockets JS is (now) numbered
// independently of Autobahn Websockets for Python (and others)!
-ab.version = "0.6.0";
+ab.... | consistent API: shrink/resolve | crossbario_autobahn-js | train |
39d90c5a07a8d0b161cce64940458e2a86beaf58 | diff --git a/pypd/models/schedule.py b/pypd/models/schedule.py
index <HASH>..<HASH> 100644
--- a/pypd/models/schedule.py
+++ b/pypd/models/schedule.py
@@ -5,3 +5,10 @@ from .entity import Entity
class Schedule(Entity):
"""PagerDuty schedule entity."""
+
+ def get_oncall(self, **kwargs):
+ """Retrieve ... | adding ability to query a Schedule's oncall users | PagerDuty_pagerduty-api-python-client | train |
b0907bb3fb96d5f9bbd22d6c5ca644af9ad2d719 | diff --git a/src/Aimeos/Shop/Base/Context.php b/src/Aimeos/Shop/Base/Context.php
index <HASH>..<HASH> 100644
--- a/src/Aimeos/Shop/Base/Context.php
+++ b/src/Aimeos/Shop/Base/Context.php
@@ -70,7 +70,7 @@ class Context
$dbm = new \MW_DB_Manager_PDO( $config );
$context->setDatabaseManager( $dbm );
- $mail =... | Delay creating mail object for performance reasons | aimeos_aimeos-laravel | train |
67ae9fbac54875c36ff38a460cefcd60aeeebf96 | diff --git a/resource_aws_autoscaling_lifecycle_hook.go b/resource_aws_autoscaling_lifecycle_hook.go
index <HASH>..<HASH> 100644
--- a/resource_aws_autoscaling_lifecycle_hook.go
+++ b/resource_aws_autoscaling_lifecycle_hook.go
@@ -33,6 +33,7 @@ func resourceAwsAutoscalingLifecycleHook() *schema.Resource {
"default_... | Change ASG Lifecycle Default Result to be computed and added a test to record what the default value is | terraform-providers_terraform-provider-aws | train |
78c25aab33bbdaae7b6d031006535d363eaacda5 | diff --git a/proxy/handler_test.go b/proxy/handler_test.go
index <HASH>..<HASH> 100644
--- a/proxy/handler_test.go
+++ b/proxy/handler_test.go
@@ -37,7 +37,7 @@ func Test_NewHandlerFunc_Panic(t *testing.T) {
}
}()
- config := types.FaaSConfig{ReadTimeout: time.Second}
+ config := types.FaaSConfig{ReadTimeout: 10... | User getters to unify default value behavior for FaaSConfig
**What**
- Add getters for ReadTimeout MaxIdleConns and MaxIdleConnsPerHost so
that the usage with support for the defaults can be used consistently | openfaas_faas-provider | train |
f1d10765087e6ebcb29e822bdae2613ee02c5a79 | diff --git a/main/cloudfoundry_client/v3/buildpacks.py b/main/cloudfoundry_client/v3/buildpacks.py
index <HASH>..<HASH> 100644
--- a/main/cloudfoundry_client/v3/buildpacks.py
+++ b/main/cloudfoundry_client/v3/buildpacks.py
@@ -54,5 +54,12 @@ class BuildpackManager(EntityManager):
}
return super(Buildp... | Make buildpack.upload synchronous by default | cloudfoundry-community_cf-python-client | train |
8547fdf2c22e79105548b0a032fcf68b92b49993 | diff --git a/salt/modules/saltutil.py b/salt/modules/saltutil.py
index <HASH>..<HASH> 100644
--- a/salt/modules/saltutil.py
+++ b/salt/modules/saltutil.py
@@ -1071,7 +1071,7 @@ def refresh_matchers():
def refresh_pillar(wait=False, timeout=30):
'''
- Signal the minion to refresh the pillar data.
+ Signal ... | Docs: Add link from saltutil.refresh_pillar to pillar topic. | saltstack_salt | train |
75cb417e2edbf21427d778b4675c806bdb312b3f | diff --git a/lib/chef/key.rb b/lib/chef/key.rb
index <HASH>..<HASH> 100644
--- a/lib/chef/key.rb
+++ b/lib/chef/key.rb
@@ -159,12 +159,18 @@ class Chef
self.class.generate_fingerprint(@public_key)
end
- def update
- if @name.nil?
- raise Chef::Exceptions::MissingKeyAttribute, "the name fiel... | Changes Chef::Key update to allow updating the name of a key. | chef_chef | train |
781d791e03fcf829b9d77b7d4df77b6f7f4d46d5 | diff --git a/src/wormhole/_rendezvous.py b/src/wormhole/_rendezvous.py
index <HASH>..<HASH> 100644
--- a/src/wormhole/_rendezvous.py
+++ b/src/wormhole/_rendezvous.py
@@ -77,6 +77,7 @@ class RendezvousConnector(object):
ep = self._make_endpoint(p.hostname, p.port or 80)
# TODO: change/wrap ClientServi... | test server-reconnection: it worked already
Cool, it actually worked without changes. Closes #<I> | warner_magic-wormhole | train |
b8baf4f6f181f29e6b0ec1772e879a176c215989 | diff --git a/src/Leevel/Console/Make.php b/src/Leevel/Console/Make.php
index <HASH>..<HASH> 100644
--- a/src/Leevel/Console/Make.php
+++ b/src/Leevel/Console/Make.php
@@ -169,13 +169,12 @@ abstract class Make extends Command
{
$templateSource = $this->getTemplatePath();
if (!is_file($templateSour... | fix(console): fix for phpstan level 7 | hunzhiwange_framework | train |
9118e825f46addfb6b902c5c3013b1eef0b0c2c0 | diff --git a/src/main/java/eu/hansolo/tilesfx/skins/WeatherTileSkin.java b/src/main/java/eu/hansolo/tilesfx/skins/WeatherTileSkin.java
index <HASH>..<HASH> 100644
--- a/src/main/java/eu/hansolo/tilesfx/skins/WeatherTileSkin.java
+++ b/src/main/java/eu/hansolo/tilesfx/skins/WeatherTileSkin.java
@@ -45,7 +45,7 @@ public ... | The WeatherTileSkin needs to be updated manually when running=false | HanSolo_tilesfx | train |
4bdae47a4476e4616304bbbab02fad28c3687d09 | diff --git a/salt/modules/win_servermanager.py b/salt/modules/win_servermanager.py
index <HASH>..<HASH> 100644
--- a/salt/modules/win_servermanager.py
+++ b/salt/modules/win_servermanager.py
@@ -4,6 +4,7 @@ Manage Windows features via the ServerManager powershell module
'''
from __future__ import absolute_import
imp... | Added checks for Windows <I> R2 | saltstack_salt | train |
a75bc3b621337e93d899c011f3f8a260e6cb13e4 | diff --git a/tests/PHPUnit/Framework/Mock/TestConfig.php b/tests/PHPUnit/Framework/Mock/TestConfig.php
index <HASH>..<HASH> 100644
--- a/tests/PHPUnit/Framework/Mock/TestConfig.php
+++ b/tests/PHPUnit/Framework/Mock/TestConfig.php
@@ -31,7 +31,7 @@ class TestConfig extends Config
public function reload($pathLoca... | Fix order of parent class call in TestConfig. | matomo-org_matomo | train |
87152f302c83c845f68c2cb03e43975a1ac54471 | diff --git a/spoon/src/main/java/com/squareup/spoon/SpoonUtils.java b/spoon/src/main/java/com/squareup/spoon/SpoonUtils.java
index <HASH>..<HASH> 100644
--- a/spoon/src/main/java/com/squareup/spoon/SpoonUtils.java
+++ b/spoon/src/main/java/com/squareup/spoon/SpoonUtils.java
@@ -169,9 +169,9 @@ final class SpoonUtils {
... | Use increasing waits for ADB up to <I>s. | square_spoon | train |
b224ac389d00161b77df5e204bd39d67335ec766 | diff --git a/ospd/ospd.py b/ospd/ospd.py
index <HASH>..<HASH> 100644
--- a/ospd/ospd.py
+++ b/ospd/ospd.py
@@ -504,11 +504,6 @@ class OSPDaemon:
stream.close()
- def calculate_progress(self, scan_id: str) -> float:
- """ Calculate the total scan progress. """
-
- return self.scan_collectio... | Remove wrapper and access scan_collection method directly | greenbone_ospd | train |
2e2fde0dcd0a2c13e46a759ea1fe30f180d3ee3d | diff --git a/spring-boot/src/main/java/org/springframework/boot/context/embedded/undertow/JarResourceManager.java b/spring-boot/src/main/java/org/springframework/boot/context/embedded/undertow/JarResourceManager.java
index <HASH>..<HASH> 100644
--- a/spring-boot/src/main/java/org/springframework/boot/context/embedded/u... | Stop using URLResource API that was deprecated in Undertow <I>
Closes gh-<I> | spring-projects_spring-boot | train |
ae311e4ce6c0e09cab3520e7f01ff0a890e96a4b | diff --git a/desktop/ui/src/main/java/org/datacleaner/connection/DatastoreDescriptors.java b/desktop/ui/src/main/java/org/datacleaner/connection/DatastoreDescriptors.java
index <HASH>..<HASH> 100644
--- a/desktop/ui/src/main/java/org/datacleaner/connection/DatastoreDescriptors.java
+++ b/desktop/ui/src/main/java/org/da... | Fixing icons for datastores discovered from the driver catalog. | datacleaner_DataCleaner | train |
286c3bd56e14afe4cf8a4267f68a3206bd6d44d5 | diff --git a/salt/minion.py b/salt/minion.py
index <HASH>..<HASH> 100644
--- a/salt/minion.py
+++ b/salt/minion.py
@@ -4,6 +4,7 @@ Routines to set up a minion
'''
# Import python libs
from __future__ import absolute_import, print_function, with_statement, unicode_literals
+import functools
import os
import re
imp... | Adding RequestContext to minion.py so we can get the JID logging in the minion logs as well. | saltstack_salt | train |
8dc11fbc0cad35a0cc90f42211f6d27101775eb8 | diff --git a/holoviews/plotting/chart.py b/holoviews/plotting/chart.py
index <HASH>..<HASH> 100644
--- a/holoviews/plotting/chart.py
+++ b/holoviews/plotting/chart.py
@@ -770,8 +770,6 @@ class BarPlot(ElementPlot):
ranges = self.compute_ranges(self.map, key, ranges)
ranges = self.match_range(element... | Removed unused attributes from BarPlot | pyviz_holoviews | train |
c4eac5310e1f4070ad05acf6dc0200e9fc025636 | diff --git a/dev/BulkLoader.php b/dev/BulkLoader.php
index <HASH>..<HASH> 100644
--- a/dev/BulkLoader.php
+++ b/dev/BulkLoader.php
@@ -101,7 +101,7 @@ abstract class BulkLoader extends ViewableData {
*
* {@see Member::$unique_identifier_field}.
*
- * If multiple checks are specified, the first one "wins".
+... | FIX: Instead of CsvBulkLoader->findExistingRecord out right failing (i.e. no duplicate found) when the duplicate check field is empty, it will now continue on to check other duplicateCheck fields.
Added extra testing data to CSVBulkLoaderTest so that it fails. | silverstripe_silverstripe-framework | train |
8ac6b27082689cf82f23e38658370b8a85073175 | diff --git a/src/shared/js/Content.js b/src/shared/js/Content.js
index <HASH>..<HASH> 100644
--- a/src/shared/js/Content.js
+++ b/src/shared/js/Content.js
@@ -72,7 +72,14 @@
* @private
*/
function setContent(content) {
- that._content.innerHTML = content;
+
+ if (conte... | #<I> Content.js, changed outerHTML to appendChild to support the element as a reference | mercadolibre_chico | train |
9617f22fcdcc6941910946eaae50bdf05ef2c7cc | diff --git a/vendor/github.com/minio/minio-go/API.md b/vendor/github.com/minio/minio-go/API.md
index <HASH>..<HASH> 100644
--- a/vendor/github.com/minio/minio-go/API.md
+++ b/vendor/github.com/minio/minio-go/API.md
@@ -157,7 +157,7 @@ __Arguments__
__Example__
```go
-err := s3Client.SetBucketPolicy("mybucket", "myp... | pipe: Avoid double copy of buffers in minio-go
Disallows multiple copies being referenced internally leads
to OOM conditions on certain low memory devices and systems.
Fixes #<I> | minio_mc | train |
ff15651fd8492c2b2bea8316b6e552985d26fb59 | diff --git a/packages/openneuro-server/src/datalad/snapshots.js b/packages/openneuro-server/src/datalad/snapshots.js
index <HASH>..<HASH> 100644
--- a/packages/openneuro-server/src/datalad/snapshots.js
+++ b/packages/openneuro-server/src/datalad/snapshots.js
@@ -233,28 +233,21 @@ export const deleteSnapshot = (datasetI... | refactor(server): Return HEAD for latestSnapshot for draft only datasets | OpenNeuroOrg_openneuro | train |
7517d08c010f1c73ef30c2f223ce9113699e4e9c | diff --git a/lib/seahorse/client/http/response.rb b/lib/seahorse/client/http/response.rb
index <HASH>..<HASH> 100644
--- a/lib/seahorse/client/http/response.rb
+++ b/lib/seahorse/client/http/response.rb
@@ -23,25 +23,24 @@ module Seahorse
# @param [Integer] code
# @param [Hash] headers ({})
d... | Refactored Http::Request to remove uneeded #code= method now that it is required by the constructor. | aws_aws-sdk-ruby | train |
1dc7486d93f86a7867e5febc5638f3df40759acf | diff --git a/pkg/cmd/cli/describe/helpers.go b/pkg/cmd/cli/describe/helpers.go
index <HASH>..<HASH> 100644
--- a/pkg/cmd/cli/describe/helpers.go
+++ b/pkg/cmd/cli/describe/helpers.go
@@ -154,7 +154,7 @@ func webhookURL(c *buildapi.BuildConfig, cli client.BuildConfigsNamespacer) map[
}
func formatImageStreamTags(out... | Fixed how tags are being printed when describing ImageStream. Previously the image.Spec.Tags was ignored, which resulted in not showing the tags for which there were errors during imports. | openshift_origin | train |
41c3d638718756c9eb3a3b0f872be80b4efeda14 | diff --git a/app/models/manager_refresh/save_collection/saver/sql_helper.rb b/app/models/manager_refresh/save_collection/saver/sql_helper.rb
index <HASH>..<HASH> 100644
--- a/app/models/manager_refresh/save_collection/saver/sql_helper.rb
+++ b/app/models/manager_refresh/save_collection/saver/sql_helper.rb
@@ -4,7 +4,7 ... | Quote all column names used
Quote all column names used
(transferred from ManageIQ/manageiq@<I>ee<I>c<I>fbeb<I>ce<I>ef<I>a<I>a3a2ddc) | ManageIQ_inventory_refresh | train |
262ead64b15cdc40ac3919053ae3d52c74b73509 | diff --git a/modules/orionode/index.js b/modules/orionode/index.js
index <HASH>..<HASH> 100755
--- a/modules/orionode/index.js
+++ b/modules/orionode/index.js
@@ -47,36 +47,36 @@ function startServer(options) {
maxAge: options.maxAge
}));
- app.use(function (req, res, next) {
+ function checkAuthenticated(re... | node: fix exception req.user is undefined | eclipse_orion.client | train |
b620157a393a86ce2b10c823e569ea1ef069165c | diff --git a/py3status/__init__.py b/py3status/__init__.py
index <HASH>..<HASH> 100755
--- a/py3status/__init__.py
+++ b/py3status/__init__.py
@@ -206,11 +206,15 @@ def transform(j, **kwargs):
- update the 'time' object so that it's updated at INTERVAL seconds
- update the 'run_watch' objects so that we rely on the... | fix time transformation thx to Lujeni | ultrabug_py3status | train |
cd9fd129604e0161bdd564b1cf70b0a53b347c5d | diff --git a/test/integration/job/job_test.go b/test/integration/job/job_test.go
index <HASH>..<HASH> 100644
--- a/test/integration/job/job_test.go
+++ b/test/integration/job/job_test.go
@@ -540,7 +540,7 @@ func TestOrphanPodsFinalizersClearedWithGC(t *testing.T) {
jobObj, err := createJobWithDefaults(ctx, client... | Reduce number of pods in Job+GC tests
To reduce the load of the integration tests. This change reduces the runtime of each test in half.
Change-Id: I<I>bcaadf<I>c<I>bb0f6b<I>c<I>d<I>d<I> | kubernetes_kubernetes | train |
fe02caeb9a17b3309c20a74fef1f0a4c3f06606e | diff --git a/src/lib/Supra/Uri/PathConverter.php b/src/lib/Supra/Uri/PathConverter.php
index <HASH>..<HASH> 100644
--- a/src/lib/Supra/Uri/PathConverter.php
+++ b/src/lib/Supra/Uri/PathConverter.php
@@ -2,7 +2,7 @@
namespace Supra\Uri;
-use \Supra\Loader\Loader;
+use Supra\Loader\Loader;
class PathConverter
{
... | Path converter – strings are treated as classnames now | sitesupra_sitesupra | train |
98f984f093c9c63c05bf849037819e83c7947d6e | diff --git a/src/frontend/org/voltdb/ExecutionSite.java b/src/frontend/org/voltdb/ExecutionSite.java
index <HASH>..<HASH> 100644
--- a/src/frontend/org/voltdb/ExecutionSite.java
+++ b/src/frontend/org/voltdb/ExecutionSite.java
@@ -2119,12 +2119,11 @@ implements Runnable, SiteTransactionConnection, SiteProcedureConnecti... | Add executePlanFragment to the SiteProcedureConnection interface.
- Add it to ExecutionSite and Iv2ExecutionSite and wire it up | VoltDB_voltdb | train |
e87b090cb706b495b6c48e960d6c059c7fbddbd9 | diff --git a/src/attributes.js b/src/attributes.js
index <HASH>..<HASH> 100644
--- a/src/attributes.js
+++ b/src/attributes.js
@@ -171,9 +171,7 @@ jQuery.fn.extend({
var values = jQuery.makeArray(val);
jQuery( "option", this ).each(function() {
- // IE 6 will return "" for the value if one isn't specifi... | The logic for specified option values was already handled by .val(), removed the unnecessary code. | jquery_jquery | train |
373af82cebee874709662257df6831977d2b9cae | diff --git a/CONTRIBUTORS b/CONTRIBUTORS
index <HASH>..<HASH> 100644
--- a/CONTRIBUTORS
+++ b/CONTRIBUTORS
@@ -29,7 +29,7 @@ Significant contributors
* Craig Blaszczyk <masterjakul@gmail.com>
* Jan Pieter Waagmeester <jieter@jieter.nl>
* Jelo Agnasin <jelo@icannhas.com>
-* Karol Werner <karol.werner@codete.co>
+* Ka... | Fixes #<I> and add iterator to VersionInfo (#<I>)
* Add Karl to CONTRIBUTORS
* Use version fixture in test function test_version_info_should_be_iterable
based on the work of Karol Werner in PR #<I> | k-bx_python-semver | train |
35436bf154d36131788da1542e0afeb09fcd2db6 | diff --git a/tests/test_data.py b/tests/test_data.py
index <HASH>..<HASH> 100644
--- a/tests/test_data.py
+++ b/tests/test_data.py
@@ -123,3 +123,9 @@ class TestData(object):
dallinger.data.export("12345-12345-12345-12345", local=True)
assert os.path.isfile("data/12345-12345-12345-12345-data.zip")
... | Failing test for experiment export zip format | Dallinger_Dallinger | train |
5c9a4585ccd5ae824fd9f925c753bd11153f90d6 | diff --git a/src/visualizers/widgets/CodeEditor/CodeEditorWidget.js b/src/visualizers/widgets/CodeEditor/CodeEditorWidget.js
index <HASH>..<HASH> 100644
--- a/src/visualizers/widgets/CodeEditor/CodeEditorWidget.js
+++ b/src/visualizers/widgets/CodeEditor/CodeEditorWidget.js
@@ -398,6 +398,7 @@ define([
... | WIP #<I> better handling of drop down selection events for new merge view and properly un-watch when destroying. | finger563_webgme-codeeditor | train |
e3f861210b0d6e7020ed98f8474268f39c8c89e4 | diff --git a/tests/test_integration.py b/tests/test_integration.py
index <HASH>..<HASH> 100644
--- a/tests/test_integration.py
+++ b/tests/test_integration.py
@@ -27,11 +27,12 @@ class TestSpec(object):
('StructArray', '-v0.1 -b2', 'python-StructArray.spec'),
('Sphinx', '-v1.5 -r python-sphinx', 'pyth... | Update tests
- update names of rpm packages in DNF convertor tests
- remove test case dependent on virtualenv extraction
- add webtest marker to integration tests requiring connection | fedora-python_pyp2rpm | train |
d0fb0c29d119135277209bc98bffea82f590f5b6 | diff --git a/test/extended/single_node/topology.go b/test/extended/single_node/topology.go
index <HASH>..<HASH> 100644
--- a/test/extended/single_node/topology.go
+++ b/test/extended/single_node/topology.go
@@ -105,10 +105,6 @@ func isAllowedToFail(deployment appsv1.Deployment) bool {
"openshift-image-registry": {
... | test/extended/single_node: update for monitoring components
The cluster monitoring operator should honor the topology configuration
since [1] has been merged.
[1] <URL> | openshift_origin | train |
cc6a0d8759a91566b5c39dca7c1fe1bc56087b38 | diff --git a/sonar-server/src/main/webapp/WEB-INF/app/controllers/resource_controller.rb b/sonar-server/src/main/webapp/WEB-INF/app/controllers/resource_controller.rb
index <HASH>..<HASH> 100644
--- a/sonar-server/src/main/webapp/WEB-INF/app/controllers/resource_controller.rb
+++ b/sonar-server/src/main/webapp/WEB-INF/... | SONAR-<I> Remove no more used code displaying some measures on removed metric "conditions_by_line" | SonarSource_sonarqube | train |
732315ebfa95ac309ec48d69f7b18a29c62705c1 | diff --git a/zorg_network_camera/adaptor.py b/zorg_network_camera/adaptor.py
index <HASH>..<HASH> 100644
--- a/zorg_network_camera/adaptor.py
+++ b/zorg_network_camera/adaptor.py
@@ -1,11 +1,12 @@
from zorg.adaptor import Adaptor
-import urlparse
import os
# Check urllib for Python 2 or 3 compatability
try:
+ ... | Added urlparse to python 2 and 3 import check. | zorg_zorg-network-camera | train |
ecd7177ec38d86a650c3bc6a453671f86b74c2c6 | diff --git a/phy/__init__.py b/phy/__init__.py
index <HASH>..<HASH> 100644
--- a/phy/__init__.py
+++ b/phy/__init__.py
@@ -28,7 +28,7 @@ from .gui.qt import enable_qt, qt_app
__author__ = 'Kwik team'
__email__ = 'cyrille.rossant at gmail.com'
__version__ = '0.2.0.dev0'
-__version_git__ = _git_version() or __version_... | Bugfix and change __version_git__ to include __version__ | kwikteam_phy | train |
e57a7e48385953585e903f73d04383a3ab6624b5 | diff --git a/actor-system.js b/actor-system.js
index <HASH>..<HASH> 100644
--- a/actor-system.js
+++ b/actor-system.js
@@ -476,11 +476,15 @@ class ActorSystem {
/**
* Serializes a given actor behaviour definition for transferring to other process.
*
- * @param {Object|Function} behaviour Actor behaviour de... | (saymon) mqtt-actor-integration: Fixed behaviour array serialization. | untu_comedy | train |
5135c11f259885a3736b771abd68ad191bb46544 | diff --git a/src/main/java/com/mebigfatguy/fbcontrib/utils/Values.java b/src/main/java/com/mebigfatguy/fbcontrib/utils/Values.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/mebigfatguy/fbcontrib/utils/Values.java
+++ b/src/main/java/com/mebigfatguy/fbcontrib/utils/Values.java
@@ -146,7 +146,7 @@ public final ... | oops, fix over aggressive find and replace | mebigfatguy_fb-contrib | train |
23c41e4657a507c574e555339821f545c819e602 | diff --git a/activesupport/test/core_ext/object/instance_variables_test.rb b/activesupport/test/core_ext/object/instance_variables_test.rb
index <HASH>..<HASH> 100644
--- a/activesupport/test/core_ext/object/instance_variables_test.rb
+++ b/activesupport/test/core_ext/object/instance_variables_test.rb
@@ -19,7 +19,7 @@... | These strings should already be frozen where ruby accepts the magic-comment | rails_rails | train |
1376da970622bcc5f28bebeb7411958c18208bb0 | diff --git a/salt/client.py b/salt/client.py
index <HASH>..<HASH> 100644
--- a/salt/client.py
+++ b/salt/client.py
@@ -317,34 +317,19 @@ class LocalClient(object):
Execute a salt command and return.
'''
arg = condition_kwarg(arg, kwarg)
- if timeout is None:
- timeout = self... | Refactored out repeated code in the various cmd_* LocalClient methods | saltstack_salt | train |
a4412b5673cb5e75fd88dff4e8edaa97acfbdc9c | diff --git a/src/connection.js b/src/connection.js
index <HASH>..<HASH> 100644
--- a/src/connection.js
+++ b/src/connection.js
@@ -47,7 +47,8 @@ var Connection = function(server, userName, password, options, callback) {
self.activeRequest = {
info: {
infos: [],
- errors: []
+ errors: []... | Make envChanges available to callbacks. | tediousjs_tedious | train |
9c24ed0150ec065d35fa52eadf58213b400c7ca1 | diff --git a/api/v1/users/factories/UserFactory.php b/api/v1/users/factories/UserFactory.php
index <HASH>..<HASH> 100644
--- a/api/v1/users/factories/UserFactory.php
+++ b/api/v1/users/factories/UserFactory.php
@@ -20,7 +20,7 @@ class UserFactory implements IUserFactory
* @param \DateTime $dateCreated The date th... | We now do not connect to the SQL database unless absolutely necessary. Fixed bug that caused SQLRepo to not record datecreated for users. Updated comments. | opulencephp_Opulence | train |
92762b4522dbddd5f81a88296c2bf59bcf6c38f4 | diff --git a/animators/src/main/java/jp/wasabeef/recyclerview/animators/OvershootInLeftAnimator.java b/animators/src/main/java/jp/wasabeef/recyclerview/animators/OvershootInLeftAnimator.java
index <HASH>..<HASH> 100644
--- a/animators/src/main/java/jp/wasabeef/recyclerview/animators/OvershootInLeftAnimator.java
+++ b/a... | add tension in OvershootAnimators | wasabeef_recyclerview-animators | train |
76811a992e5557fdd8c406de266fa90de8bd7386 | diff --git a/util/util.go b/util/util.go
index <HASH>..<HASH> 100644
--- a/util/util.go
+++ b/util/util.go
@@ -98,7 +98,7 @@ func RetryUntilSucceed(action func() error, desc string, ctx context.Context, ti
log.Debugf("Start %s", desc)
err := action()
if err == nil {
- log.Infof("Completed %s", desc)
+ log.... | Change loggin level in util function to Debug (#<I>) | argoproj_argo-cd | train |
fdfcd8d321ebda9bb7ac3514f02180a7944c7861 | diff --git a/chef/spec/unit/formatters/error_inspectors/compile_error_inspector_spec.rb b/chef/spec/unit/formatters/error_inspectors/compile_error_inspector_spec.rb
index <HASH>..<HASH> 100644
--- a/chef/spec/unit/formatters/error_inspectors/compile_error_inspector_spec.rb
+++ b/chef/spec/unit/formatters/error_inspecto... | CHEF-<I>: Guess at why jenkins is failing.. | chef_chef | train |
aafec58fab020370cf304c2844152fc60062ed63 | diff --git a/app/models/katello/candlepin/content.rb b/app/models/katello/candlepin/content.rb
index <HASH>..<HASH> 100644
--- a/app/models/katello/candlepin/content.rb
+++ b/app/models/katello/candlepin/content.rb
@@ -228,8 +228,9 @@ module Katello
end
def feed_url
+ cdn_uri = URI.parse(product.... | Fixes #<I> - Uses cdn url scheme for docker repo feeds
Basically we need some code that says if cdn uses http, then make the
upstram feed url also http else use https. We are assuming the cdn's
protocol scheme and redhats registrys proto schemes are identical. | Katello_katello | train |
77827d022777d5f89e93764f9fc42033e9cd0287 | diff --git a/src/Ractive/fullscreen/fullscreen.js b/src/Ractive/fullscreen/fullscreen.js
index <HASH>..<HASH> 100644
--- a/src/Ractive/fullscreen/fullscreen.js
+++ b/src/Ractive/fullscreen/fullscreen.js
@@ -10,6 +10,7 @@
if ( !Ractive.fullscreenEnabled ) {
Ractive.requestFullscreen = Ractive.cancelFullscreen = n... | define Ractive.isFullscreen even if fullscreen is disabled (always returns false) | ractivejs_ractive | train |
20b791075e8af27af2dc14c6a94bd64a2c17f0c6 | diff --git a/src/paperwork/backend/pdf/page.py b/src/paperwork/backend/pdf/page.py
index <HASH>..<HASH> 100644
--- a/src/paperwork/backend/pdf/page.py
+++ b/src/paperwork/backend/pdf/page.py
@@ -28,7 +28,7 @@ from ..util import surface2image
# By default, PDF are too small for a good image rendering
# so we increas... | PDF: Increase the rendering factor to almost match the size of A4 pages scanned at <I>dpi (default resolution in Paperwork) | openpaperwork_paperwork-backend | train |
d1e9da9f8a0f17caad135e8baca63829b343d448 | diff --git a/pkg/scheduler/framework/interface.go b/pkg/scheduler/framework/interface.go
index <HASH>..<HASH> 100644
--- a/pkg/scheduler/framework/interface.go
+++ b/pkg/scheduler/framework/interface.go
@@ -307,10 +307,13 @@ type QueueSortPlugin interface {
}
// EnqueueExtensions is an optional interface that plugi... | update comment with EnqueueExtensions | kubernetes_kubernetes | train |
afca034026c2f9b4f610ddbb9a2b14d10198d0d9 | diff --git a/pcef/core/editor.py b/pcef/core/editor.py
index <HASH>..<HASH> 100644
--- a/pcef/core/editor.py
+++ b/pcef/core/editor.py
@@ -183,7 +183,7 @@ class QCodeEdit(QtGui.QPlainTextEdit):
def lineCount(self):
""" Returns the document line count """
- return self.document().lineCount()
+ ... | Fix lineCount method + prevent double addition of decorations | pyQode_pyqode.core | train |
3fc81de2fe8f920c402a7dce49a9ba22be50d885 | diff --git a/src/test/java/org/graphast/knn/KNNSearchTest.java b/src/test/java/org/graphast/knn/KNNSearchTest.java
index <HASH>..<HASH> 100755
--- a/src/test/java/org/graphast/knn/KNNSearchTest.java
+++ b/src/test/java/org/graphast/knn/KNNSearchTest.java
@@ -1,7 +1,6 @@
package org.graphast.knn;
import static org.j... | KNNSearchTest improve. Still not working | InsightLab_graphast | train |
6a37f247e8963c68cb9fdefd20c444b96f661757 | diff --git a/CHANGELOG.md b/CHANGELOG.md
index <HASH>..<HASH> 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,14 @@
+# Version 1.0.0-beta10
+
+## Bugfixes
+
+* None
+
+## Features
+
+* Refactory ConfigurationFactory::factory() method from static non-static
+* ConfigurationFactory now implements ConfigurationFac... | Refactory ConfigurationFactory::factory() method from static non-static + ConfigurationFactory now implements ConfigurationFactoryInterface | techdivision_import-configuration-jms | train |
80a1f8e7c1f60ae279509c5b188e385ff7f9e1ea | diff --git a/ansible/modules/hashivault/hashivault_audit_enable.py b/ansible/modules/hashivault/hashivault_audit_enable.py
index <HASH>..<HASH> 100644
--- a/ansible/modules/hashivault/hashivault_audit_enable.py
+++ b/ansible/modules/hashivault/hashivault_audit_enable.py
@@ -90,6 +90,7 @@ def hashivault_audit_enable(par... | Fix tests for list audit backends | TerryHowe_ansible-modules-hashivault | train |
729131511920cbe4aa7e93c20f636fef0ee8f665 | diff --git a/src/system/modules/metamodelsattribute_langcode/MetaModelAttributeLangCode.php b/src/system/modules/metamodelsattribute_langcode/MetaModelAttributeLangCode.php
index <HASH>..<HASH> 100644
--- a/src/system/modules/metamodelsattribute_langcode/MetaModelAttributeLangCode.php
+++ b/src/system/modules/metamodel... | Changed width of data field to be of 5 char width instead 2 chars to allow sub lang codes. | MetaModels_attribute_langcode | train |
508f5f562cfea27bd77aefe2b7d7c4afe3e23658 | diff --git a/lib/adapter.js b/lib/adapter.js
index <HASH>..<HASH> 100644
--- a/lib/adapter.js
+++ b/lib/adapter.js
@@ -39,11 +39,16 @@ class TerminalAdapter {
* (Defined inside the constructor to keep interfaces separated between
* instances)
*
- * @param {Array} questions
- * @param {Function} callback... | Add support to prompt with prefilled answers | yeoman_environment | train |
e2b77fafcfb76a8de42b12d2c55768318db8f4f7 | diff --git a/presto-main/src/main/java/com/facebook/presto/sql/planner/optimizations/AddExchanges.java b/presto-main/src/main/java/com/facebook/presto/sql/planner/optimizations/AddExchanges.java
index <HASH>..<HASH> 100644
--- a/presto-main/src/main/java/com/facebook/presto/sql/planner/optimizations/AddExchanges.java
+... | Disable index join single partition redistribute when streaming
Index joins will try to redistribute single execution streams, but now we disable that redistribution if the user requested streaming semantics. | prestodb_presto | train |
3ad8ac2dbc99fdfabdcef47b852476dd2894ef6e | diff --git a/lib/imgRegExp.js b/lib/imgRegExp.js
index <HASH>..<HASH> 100644
--- a/lib/imgRegExp.js
+++ b/lib/imgRegExp.js
@@ -4,5 +4,5 @@ module.exports = function (config) {
var suffixes = config.images.types.join('|'),
folders = config.images.folders.join('|');
- return new RegExp('([^a-zA-Z0-9_-]... | Adjusted regexp to handle matches with hyphens and underscores at end.
Extra test check added. | mattyod_srcy | train |
ca99b51a130a73693acf7641d813772075731c2c | diff --git a/spec/elastic_apm/central_config_spec.rb b/spec/elastic_apm/central_config_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/elastic_apm/central_config_spec.rb
+++ b/spec/elastic_apm/central_config_spec.rb
@@ -10,7 +10,8 @@ module ElasticAPM
req_stub = stub_response(transaction_sample_rate: '0.5')
... | Intercept events at the transport level in specs using :intercept (#<I>) | elastic_apm-agent-ruby | train |
c5041159f83528f5231bce343eee1a1401aedc53 | diff --git a/src/main/java/multi/activity/ActivityNetworkSolver.java b/src/main/java/multi/activity/ActivityNetworkSolver.java
index <HASH>..<HASH> 100644
--- a/src/main/java/multi/activity/ActivityNetworkSolver.java
+++ b/src/main/java/multi/activity/ActivityNetworkSolver.java
@@ -144,7 +144,7 @@ public class Activity... | Comment relative to the previous commit: removed ovverriden methods removeVariable(s)Sub in ActivityNetworkSolver. They hindered the removal of variables in the underlying constraintsolvers. In removeVariables I have substituted the launch of the exception IllegalRemoveVariable with a 'continue': please verify whether ... | FedericoPecora_meta-csp-framework | train |
3548b6cc7425bc80335d3dc250125e98ad301ef7 | diff --git a/socketio/transports.py b/socketio/transports.py
index <HASH>..<HASH> 100644
--- a/socketio/transports.py
+++ b/socketio/transports.py
@@ -99,7 +99,8 @@ class JSONPolling(XHRPollingTransport):
def _request_body(self):
data = super(JSONPolling, self)._request_body()
- return urlparse.u... | Fix the JSONP transport, removing d=" and the trailing ". Also, converting \" to ", which seemed to be missing. | abourget_gevent-socketio | train |
c48e83e43ffbd359640560b1503e6368ec876763 | diff --git a/airflow/config_templates/default_airflow.cfg b/airflow/config_templates/default_airflow.cfg
index <HASH>..<HASH> 100644
--- a/airflow/config_templates/default_airflow.cfg
+++ b/airflow/config_templates/default_airflow.cfg
@@ -319,6 +319,12 @@ default_dag_run_display_number = 25
# Enable werkzeug `ProxyFix... | [AIRFLOW-<I>] Upgrade flask and set cookie security flags. (#<I>) | apache_airflow | train |
e7633b4e612ff2f68e5d4dcec50c2c92a58c3497 | diff --git a/pumpp/task/chord.py b/pumpp/task/chord.py
index <HASH>..<HASH> 100644
--- a/pumpp/task/chord.py
+++ b/pumpp/task/chord.py
@@ -9,6 +9,7 @@ import numpy as np
from sklearn.preprocessing import LabelBinarizer, LabelEncoder
from sklearn.preprocessing import MultiLabelBinarizer
+from librosa import time_to_... | Added confidence ratings on chord tag inversion | bmcfee_pumpp | train |
07c9ff0b4adc41ebcb1116e4ed8ad89f1445d95f | diff --git a/railties/test/application/assets_test.rb b/railties/test/application/assets_test.rb
index <HASH>..<HASH> 100644
--- a/railties/test/application/assets_test.rb
+++ b/railties/test/application/assets_test.rb
@@ -8,7 +8,7 @@ module ApplicationTests
include Rack::Test::Methods
def setup
- buil... | add test checking that precompiling assets performs caching | rails_rails | train |
476e7eae6a8f34eb2d911821de5e6a62744f651a | diff --git a/kerncraft/kernel.py b/kerncraft/kernel.py
index <HASH>..<HASH> 100755
--- a/kerncraft/kernel.py
+++ b/kerncraft/kernel.py
@@ -964,7 +964,14 @@ class KernelCode(Kernel):
if type_ == 'likwid':
# Instrument the outer for-loop with likwid
- ast.block_items.insert(-2, c_ast.Fu... | FIX #<I> finding for loop and pragma before inserting likwid markers | RRZE-HPC_kerncraft | train |
a88df1237eafcc0596824e2fa113151a0b1a5f4f | diff --git a/doc/source/conf.py b/doc/source/conf.py
index <HASH>..<HASH> 100644
--- a/doc/source/conf.py
+++ b/doc/source/conf.py
@@ -62,8 +62,8 @@ intersphinx_mapping = {
'numpy': ('https://docs.scipy.org/doc/numpy/', None),
'scipy': ('https://docs.scipy.org/doc/scipy/reference/', None),
'matplotlib': ... | update intersphinx_mapping URLs for pyFFTW and PyWavelets | odlgroup_odl | train |
50aaf6fed6093a6cc73644e31d5c3f9aa4e89dd7 | diff --git a/mod/glossary/lib.php b/mod/glossary/lib.php
index <HASH>..<HASH> 100644
--- a/mod/glossary/lib.php
+++ b/mod/glossary/lib.php
@@ -1197,6 +1197,10 @@ foreach ($data as $tab) {
$row = array();
}
}
+//Add the last row! if it contains anything!
+if (!empty($row)) {
+ $tabrows[] = $row;
+}
... | Now some potential tab missing problem is solved. It causes some
problems with loooong tabs but Martin is solving it just now (long
images). | moodle_moodle | train |
c2db227e234b6c8c5ccdda67d403caa4c1256dd5 | diff --git a/stubs/src/main/java/org/freedesktop/wayland/util/InterfaceMeta.java b/stubs/src/main/java/org/freedesktop/wayland/util/InterfaceMeta.java
index <HASH>..<HASH> 100644
--- a/stubs/src/main/java/org/freedesktop/wayland/util/InterfaceMeta.java
+++ b/stubs/src/main/java/org/freedesktop/wayland/util/InterfaceMet... | use struct by reference instead of pointer | udevbe_wayland-java-bindings | train |
6a2d5da5febcfacaaba0309b354cd32447841c10 | diff --git a/spring-cloud-netflix-eureka-client/src/main/java/org/springframework/cloud/netflix/eureka/config/EurekaClientConfigServerAutoConfiguration.java b/spring-cloud-netflix-eureka-client/src/main/java/org/springframework/cloud/netflix/eureka/config/EurekaClientConfigServerAutoConfiguration.java
index <HASH>..<HA... | A small fix to avoid overriding a metapmap configpath that is … (#<I>)
Avoid overriding a metapmap configpath | spring-cloud_spring-cloud-netflix | train |
13c4502a22b50539fb655cd1b948325b6a12e9d8 | diff --git a/models/classes/TestSessionService.php b/models/classes/TestSessionService.php
index <HASH>..<HASH> 100644
--- a/models/classes/TestSessionService.php
+++ b/models/classes/TestSessionService.php
@@ -23,6 +23,7 @@ namespace oat\taoQtiTest\models;
use oat\oatbox\service\ConfigurableService;
use oat\taoDeliv... | Fix the TestSessionService: use the right storage class, update cache from the regular test runner service | oat-sa_extension-tao-testqti | train |
ac24213d535b5712aeef506c67700dbf067c30c4 | diff --git a/lib/gollum/markup.rb b/lib/gollum/markup.rb
index <HASH>..<HASH> 100644
--- a/lib/gollum/markup.rb
+++ b/lib/gollum/markup.rb
@@ -98,7 +98,7 @@ module Gollum
def process_tex(data)
@texmap.each do |id, spec|
type, tex = *spec
- out = %{<img src="/_tex.png?type=#{type}&data=#{Base... | Link to tex image at wiki base path | gollum_gollum-lib | train |
d54f5f3bfd79ea5f75001c778fecf72b657c968a | diff --git a/il2fb/ds/middleware/console/client.py b/il2fb/ds/middleware/console/client.py
index <HASH>..<HASH> 100644
--- a/il2fb/ds/middleware/console/client.py
+++ b/il2fb/ds/middleware/console/client.py
@@ -140,10 +140,13 @@ class ConsoleClient(asyncio.Protocol):
LOG.debug(f"dat <-- {repr(data)}")
... | Guard invocations of data callbacks | IL2HorusTeam_il2fb-ds-middleware | train |
319668040329f6e26655c1dce6c20f9691dbaf13 | diff --git a/morphia/src/main/java/dev/morphia/aggregation/experimental/Aggregation.java b/morphia/src/main/java/dev/morphia/aggregation/experimental/Aggregation.java
index <HASH>..<HASH> 100644
--- a/morphia/src/main/java/dev/morphia/aggregation/experimental/Aggregation.java
+++ b/morphia/src/main/java/dev/morphia/agg... | add $set which delegates to $addFields | MorphiaOrg_morphia | train |
da1e16335072210bce166692b370b882a65eafe9 | diff --git a/src/validate.js b/src/validate.js
index <HASH>..<HASH> 100644
--- a/src/validate.js
+++ b/src/validate.js
@@ -3,6 +3,7 @@ const validators = require(__dirname + '/validators.js')
const merge = require('setthings').merge
module.exports = (obj, documentSchema, options) => {
+ // TODO make sure options i... | testing for missing validation if type is unkonwn | martianfield_iceworm | train |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.