hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
d2e3c8465780ec013df253d5a34d18e709105704
diff --git a/openstack_dashboard/dashboards/project/instances/tests.py b/openstack_dashboard/dashboards/project/instances/tests.py index <HASH>..<HASH> 100644 --- a/openstack_dashboard/dashboards/project/instances/tests.py +++ b/openstack_dashboard/dashboards/project/instances/tests.py @@ -47,7 +47,7 @@ INDEX_URL = rev...
Trust sql middleware value conversion and stick to the spec type.
openstack_horizon
train
61becf0538d00e620bf8ff1f2002037a45f5a799
diff --git a/kubernetes/models/v1/NodeStatus.py b/kubernetes/models/v1/NodeStatus.py index <HASH>..<HASH> 100644 --- a/kubernetes/models/v1/NodeStatus.py +++ b/kubernetes/models/v1/NodeStatus.py @@ -204,7 +204,7 @@ class NodeStatus(object): @volumes_attached.setter def volumes_attached(self, v): - if...
Fixing a bug in nodestatus.
mnubo_kubernetes-py
train
1664dc43ec558f311f930db1eb549021689fcabd
diff --git a/service/s3/unmarshal_error.go b/service/s3/unmarshal_error.go index <HASH>..<HASH> 100644 --- a/service/s3/unmarshal_error.go +++ b/service/s3/unmarshal_error.go @@ -23,6 +23,8 @@ func unmarshalError(r *request.Request) { defer r.HTTPResponse.Body.Close() defer io.Copy(ioutil.Discard, r.HTTPResponse.Bo...
service/s3: Ensure error code is always set Updates the S3 error unmarshaler to ensure the error code and message is always provided. The logic was expecting ContentLength to be 0 if not set, but this is incorrect. Removed the dependency on checking the ContentLength and switch to fallback if the body parse fails. Fi...
aws_aws-sdk-go
train
c2520cef218b7e07ffff5e4ab1ffb0a2729c0e14
diff --git a/spec/typhoeus/pool_spec.rb b/spec/typhoeus/pool_spec.rb index <HASH>..<HASH> 100644 --- a/spec/typhoeus/pool_spec.rb +++ b/spec/typhoeus/pool_spec.rb @@ -88,12 +88,14 @@ describe Typhoeus::Pool do context "when threaded access" do it "creates correct number of easies" do - array ...
Use Queue to avoid concurrency issues JRuby was failing because the Array used in the spec is not threadsafe. Switched to Queue.
typhoeus_typhoeus
train
9e486997e9ef3b5236092ee4d354155b6d093043
diff --git a/src/ploneintranet/workspace/browser/views.py b/src/ploneintranet/workspace/browser/views.py index <HASH>..<HASH> 100644 --- a/src/ploneintranet/workspace/browser/views.py +++ b/src/ploneintranet/workspace/browser/views.py @@ -62,5 +62,7 @@ class SharingView(BaseSharingView): ws = IWorkspace(self.c...
[administrator] is added to the admins of workspace in sharing tab
ploneintranet_ploneintranet.workspace
train
06ddef91ba784f60068efe179bbcc548bfe8e067
diff --git a/fileprovider/middleware.py b/fileprovider/middleware.py index <HASH>..<HASH> 100644 --- a/fileprovider/middleware.py +++ b/fileprovider/middleware.py @@ -34,10 +34,17 @@ class PythonFileProvider(FileProvider): response = HttpResponse(f.chunks()) return response +# Uses lightht...
add supports to caddy & lighthttpd
sideffect0_django-fileprovider
train
f71f5a6fa1197d9ed5a829e95e064ed6d1def225
diff --git a/server/watcher/stream.js b/server/watcher/stream.js index <HASH>..<HASH> 100644 --- a/server/watcher/stream.js +++ b/server/watcher/stream.js @@ -97,7 +97,6 @@ class WatchStream extends Readable { } async _destroy(err, next) { streams.delete(this.id) - this.push(null) // Unwatch only i...
stream: stop emitting the 'end' event The 'close' event is good enough.
aleclarson_wch
train
0a1deda8a2c8da143f2eabad0a4a49883f0674ef
diff --git a/model/ResultsService.php b/model/ResultsService.php index <HASH>..<HASH> 100644 --- a/model/ResultsService.php +++ b/model/ResultsService.php @@ -30,27 +30,25 @@ use oat\oatbox\filesystem\FileSystemService; use oat\oatbox\task\implementation\SyncQueue; use oat\oatbox\task\Queue; use oat\oatbox\task\Task...
Remove key file in report data and add context/label to the task
oat-sa_extension-tao-outcomeui
train
28c7b2f90481bcfe9dfe01eae94d366113cd0331
diff --git a/html/pfappserver/root/static.alt/src/globals/configuration/pfConfigurationRealms.js b/html/pfappserver/root/static.alt/src/globals/configuration/pfConfigurationRealms.js index <HASH>..<HASH> 100644 --- a/html/pfappserver/root/static.alt/src/globals/configuration/pfConfigurationRealms.js +++ b/html/pfappser...
Added configuration in the new admin gui
inverse-inc_packetfence
train
e44abd5fac904357e75e9b66d6ec5fb337f10cf7
diff --git a/lib/flapjack/gateways/pagerduty.rb b/lib/flapjack/gateways/pagerduty.rb index <HASH>..<HASH> 100644 --- a/lib/flapjack/gateways/pagerduty.rb +++ b/lib/flapjack/gateways/pagerduty.rb @@ -174,11 +174,16 @@ module Flapjack end def find_pagerduty_acknowledgements - @logger.debug("looking...
improve debug logging in pagerduty when looking for acks
flapjack_flapjack
train
fa724e6889e930cc42034709aaf79b838b25ae34
diff --git a/django-openstack/django_openstack/tests/view_tests/dash/instance_tests.py b/django-openstack/django_openstack/tests/view_tests/dash/instance_tests.py index <HASH>..<HASH> 100644 --- a/django-openstack/django_openstack/tests/view_tests/dash/instance_tests.py +++ b/django-openstack/django_openstack/tests/vie...
add test to make sure csv gets rendered in dash_usage
openstack_horizon
train
3fa08e9993faa65d029f1c3af2a53f5a86064445
diff --git a/src/library/utils/composeEventHandlers.js b/src/library/utils/composeEventHandlers.js index <HASH>..<HASH> 100644 --- a/src/library/utils/composeEventHandlers.js +++ b/src/library/utils/composeEventHandlers.js @@ -8,9 +8,12 @@ export default function composeEventHandlers(...handlers: Array<any>) { ret...
refactor(utils): Update composeEventHandlers - No longer returns a function that returns a boolean, which caused issues with user-defined handlers that returned undefined, e.g. `onClick: (event) => void`
mineral-ui_mineral-ui
train
54c59a5833ddaac711aa07db65787463d9abe043
diff --git a/Kwf/View/Helper/Link.php b/Kwf/View/Helper/Link.php index <HASH>..<HASH> 100644 --- a/Kwf/View/Helper/Link.php +++ b/Kwf/View/Helper/Link.php @@ -61,6 +61,6 @@ class Kwf_View_Helper_Link } } - return "<a{$attrs}><span>$text</span></a>"; + return "<a{$attrs}>$text</a>";...
removed span tag from helper link because w3c validator fails when there are elements in it
koala-framework_koala-framework
train
d6c89c3aa02c6262e053ef386c823b2559503298
diff --git a/pom.xml b/pom.xml index <HASH>..<HASH> 100644 --- a/pom.xml +++ b/pom.xml @@ -65,7 +65,7 @@ <dependency> <groupId>org.jpmml</groupId> <artifactId>pmml-evaluator-testing</artifactId> - <version>1.5.0</version> + <version>1.5.1</version> <scope>test</scope> </dependency> </dependencie...
Updated JPMML-Evaluator dependency
jpmml_jpmml-lightgbm
train
f10cdaf567391b218dfcc9e27cb69a73aa7db70f
diff --git a/src/Bipartit.php b/src/Bipartit.php index <HASH>..<HASH> 100644 --- a/src/Bipartit.php +++ b/src/Bipartit.php @@ -57,11 +57,28 @@ class Bipartit extends Base{ public function getColors(){ $colors = array(); - foreach($this->graph->getVertices() as $vid=>$vertex){ - if...
Use iterative breadth search instead of recursing
graphp_algorithms
train
2237f5269218d43d8f6ed12f912a62185ada4173
diff --git a/lib/commands/element.js b/lib/commands/element.js index <HASH>..<HASH> 100644 --- a/lib/commands/element.js +++ b/lib/commands/element.js @@ -1,6 +1,6 @@ import log from '../logger'; import _ from 'lodash'; -import { BaseDriver } from 'appium-base-driver'; +import { PROTOCOLS } from 'appium-base-driver';...
chore: update imports to use basedriver v4 (#<I>) * chore: update imports to use basedriver v4 * fix use of hostname param
appium_appium-uiautomator2-driver
train
e624c68c8b46945563641d86bf39bbf6b85d07c9
diff --git a/README.md b/README.md index <HASH>..<HASH> 100644 --- a/README.md +++ b/README.md @@ -207,7 +207,7 @@ angular.module('myModule') calendarConfig.allDateFormats.moment.title.day = 'ddd D MMM'; //this will configure the day view title to be shorter - calendarConfig.i18nStrings.eventsLabel = 'Event...
feat(dayView): remove the day view column header BREAKING CHANGE: the day view column header has been removed Closes #<I>
mattlewis92_angular-bootstrap-calendar
train
af7c1656bb4099362a18b39ec40dccc405606fab
diff --git a/lib/plugins/get-plugins.js b/lib/plugins/get-plugins.js index <HASH>..<HASH> 100644 --- a/lib/plugins/get-plugins.js +++ b/lib/plugins/get-plugins.js @@ -130,13 +130,17 @@ module.exports = function(callback) { return !util.excludePlugin(name.split('.')[1]); }); var len = list.length;...
refactor: ensure plugin loading order
avwo_whistle
train
2cc36657b18cea3408c7ece598969f0c1ee0629e
diff --git a/src/frontend/org/voltdb/RealVoltDB.java b/src/frontend/org/voltdb/RealVoltDB.java index <HASH>..<HASH> 100644 --- a/src/frontend/org/voltdb/RealVoltDB.java +++ b/src/frontend/org/voltdb/RealVoltDB.java @@ -31,6 +31,7 @@ import java.net.InetAddress; import java.net.InetSocketAddress; import java.net.URLDe...
For ENG-<I>, don't unfault a node until a truncation snapshot has been taken.
VoltDB_voltdb
train
a77742665c1b7b0df8affb27c8169a12f41b9180
diff --git a/app/controllers/discovers_controller.rb b/app/controllers/discovers_controller.rb index <HASH>..<HASH> 100644 --- a/app/controllers/discovers_controller.rb +++ b/app/controllers/discovers_controller.rb @@ -8,7 +8,7 @@ class DiscoversController < ::ApplicationController before_filter :find_by_name, :on...
Fix taxonomy scope to match core
theforeman_foreman_discovery
train
80a0dd4c970ce3cc1ab8cdc008f22508e3c371c7
diff --git a/src/Data/RepositoryManager.php b/src/Data/RepositoryManager.php index <HASH>..<HASH> 100644 --- a/src/Data/RepositoryManager.php +++ b/src/Data/RepositoryManager.php @@ -139,6 +139,11 @@ class RepositoryManager implements RepositoryManagerInterface */ private $languageRepository; + /** ...
[Fix] Final test to Tracker.php
antonioribeiro_tracker
train
f27f8b90192d11ec473a8b38d31390934dc6f5d0
diff --git a/tlsconfig/config.go b/tlsconfig/config.go index <HASH>..<HASH> 100644 --- a/tlsconfig/config.go +++ b/tlsconfig/config.go @@ -46,19 +46,23 @@ var acceptedCBCCiphers = []uint16{ // known weak algorithms removed. var DefaultServerAcceptedCiphers = append(clientCipherSuites, acceptedCBCCiphers...) -// Ser...
Update default TLS config so it is not copying mutexes Needed for govet in go<I>
docker_go-connections
train
c6a87de4e24b3f83407051c65e022336c81e130f
diff --git a/src/core/Transloadit.js b/src/core/Transloadit.js index <HASH>..<HASH> 100644 --- a/src/core/Transloadit.js +++ b/src/core/Transloadit.js @@ -60,11 +60,12 @@ export default class Transloadit { // plugins.push(plugin.run.bind(plugin)); - var pluginTypePack = []; - // function dummy(cb) { - ...
Going deeper into the async rabbit hole
transloadit_uppy
train
25cf0c440c5659c27474bc7b87aebcdcca1e4f48
diff --git a/vm/common.go b/vm/common.go index <HASH>..<HASH> 100644 --- a/vm/common.go +++ b/vm/common.go @@ -48,7 +48,7 @@ var ( S256 = ethutil.S256 ) -const MaxCallDepth = 1024 +const MaxCallDepth = 1025 func calcMemSize(off, l *big.Int) *big.Int { if l.Cmp(ethutil.Big0) == 0 {
Accidentally changed max depth during testing & committed
ethereum_go-ethereum
train
2df9bd01099e7a75f2338a85686e446133929a2d
diff --git a/src/Mapper/Dbal/StorageReflection/CamelCaseStorageReflection.php b/src/Mapper/Dbal/StorageReflection/CamelCaseStorageReflection.php index <HASH>..<HASH> 100644 --- a/src/Mapper/Dbal/StorageReflection/CamelCaseStorageReflection.php +++ b/src/Mapper/Dbal/StorageReflection/CamelCaseStorageReflection.php @@ -2...
mapper: fixed striping "id" suffix for foreign keys [closes #<I>]
nextras_orm
train
284ecdf26c934502322600fac4c199c71d83585d
diff --git a/Controller/Adminhtml/Studio/Index.php b/Controller/Adminhtml/Studio/Index.php index <HASH>..<HASH> 100755 --- a/Controller/Adminhtml/Studio/Index.php +++ b/Controller/Adminhtml/Studio/Index.php @@ -6,14 +6,9 @@ class Index extends \Magento\Backend\App\AbstractAction { /** * Execute method. - ...
fix for exception and redirect to config
dotmailer_dotmailer-magento2-extension
train
96b3068edff8a186aebbdc42f798d5806836f30f
diff --git a/kubetest/extract_k8s.go b/kubetest/extract_k8s.go index <HASH>..<HASH> 100644 --- a/kubetest/extract_k8s.go +++ b/kubetest/extract_k8s.go @@ -442,7 +442,7 @@ func (e extractStrategy) Extract(project, zone, region string, extractSrc bool) if err != nil { return fmt.Errorf("failed to get latest gke...
find GKE builds from a different bucket
kubernetes_test-infra
train
7ff3336ff1573854831da204bd62a8b53175ef84
diff --git a/eventsourcing/infrastructure/eventstore.py b/eventsourcing/infrastructure/eventstore.py index <HASH>..<HASH> 100644 --- a/eventsourcing/infrastructure/eventstore.py +++ b/eventsourcing/infrastructure/eventstore.py @@ -18,15 +18,15 @@ class AbstractEventStore(six.with_metaclass(ABCMeta)): @abstractmeth...
Improved test coverage. Added note to (re)move numpy stuff.
johnbywater_eventsourcing
train
2eaf44026be3da95ad1de4988fe5dd8db4a85fa7
diff --git a/src/Client.php b/src/Client.php index <HASH>..<HASH> 100644 --- a/src/Client.php +++ b/src/Client.php @@ -135,7 +135,7 @@ class Client */ public function sendMessage($message) { - if ($payload = $this->getPayload($message)) { + if ($payload = $this->getJsonPayload($message)) {...
rename to getJsonPayload
ElfSundae_bearychat
train
87d72eb4b30cc672db02f1e6d7ad1a1fb8b1a498
diff --git a/src/wtf/io/transports/blobwritetransport.js b/src/wtf/io/transports/blobwritetransport.js index <HASH>..<HASH> 100644 --- a/src/wtf/io/transports/blobwritetransport.js +++ b/src/wtf/io/transports/blobwritetransport.js @@ -37,11 +37,11 @@ wtf.io.transports.BlobWriteTransport = function(filename) { this.f...
Switching the blob writer to concat blobs instead of nest.
google_tracing-framework
train
bcd3da2be9f5c2b3fb5bf4ea702990e8654d543b
diff --git a/src/com/vmware/vim25/mo/ServiceInstance.java b/src/com/vmware/vim25/mo/ServiceInstance.java index <HASH>..<HASH> 100644 --- a/src/com/vmware/vim25/mo/ServiceInstance.java +++ b/src/com/vmware/vim25/mo/ServiceInstance.java @@ -131,6 +131,11 @@ public class ServiceInstance extends ManagedObject return (Ca...
Add getter methods to get hold of various new managed object attached to ServiceContent data object
yavijava_yavijava
train
5fb70d5c6f5b95d4a62e47aae7591f5c7c112e64
diff --git a/solvebio/resource/apiresource.py b/solvebio/resource/apiresource.py index <HASH>..<HASH> 100644 --- a/solvebio/resource/apiresource.py +++ b/solvebio/resource/apiresource.py @@ -245,7 +245,6 @@ class ListableAPIResource(APIResource): results = convert_to_solve_object(response, client=_client) ...
remove except statement that masked already handled error
solvebio_solvebio-python
train
963c7857a8b9f28921bb0621fcbce4638ab0f79a
diff --git a/lib/trie_node.rb b/lib/trie_node.rb index <HASH>..<HASH> 100644 --- a/lib/trie_node.rb +++ b/lib/trie_node.rb @@ -33,7 +33,7 @@ module Rambling end def as_word - throw InvalidTrieOperation.new unless @letter.nil? or terminal? + raise InvalidTrieOperation.new() unless @letter.nil? or t...
Tested exception thrown for non terminal node.
gonzedge_rambling-trie
train
32adae3930b9fe92d948a894f0e8c1f12c52eb37
diff --git a/client/index.js b/client/index.js index <HASH>..<HASH> 100644 --- a/client/index.js +++ b/client/index.js @@ -157,7 +157,15 @@ var socketUrl = url.format({ socket(socketUrl, onSocketMsg); +var isUnloading = false; +self.addEventListener("beforeunload", function() { + isUnloading = true; +}); + functi...
Added beforeunload check to index.js (#<I>) (#<I>)
webpack_webpack-dev-server
train
0511f432334e84f3a1f79a01e2ccb1aaac909644
diff --git a/blimpy/calib_utils/fluxcal.py b/blimpy/calib_utils/fluxcal.py index <HASH>..<HASH> 100644 --- a/blimpy/calib_utils/fluxcal.py +++ b/blimpy/calib_utils/fluxcal.py @@ -2,6 +2,8 @@ from blimpy import Waterfall import numpy as np import pylab as plt from scipy.integrate import trapz +from astropy import uni...
Added Tsys measurement for observations with no noise diode Former-commit-id: 5d<I>fedf9ba<I>b<I>a<I>d3e<I>ea1eaf5c2
UCBerkeleySETI_blimpy
train
b2f9c68a37bc6b61ba90110191da3bfdd9c0378a
diff --git a/tests/Integration/SimpleRelationshipEntityTest.php b/tests/Integration/SimpleRelationshipEntityTest.php index <HASH>..<HASH> 100644 --- a/tests/Integration/SimpleRelationshipEntityTest.php +++ b/tests/Integration/SimpleRelationshipEntityTest.php @@ -55,7 +55,7 @@ class SimpleRelationshipEntityTest extends ...
assert that RE can be removed via entity manager
graphaware_neo4j-php-ogm
train
ab509d9fe3ecddf8b4bb139a82fe07cb131975a4
diff --git a/lib/puppet/parser/ast/collexpr.rb b/lib/puppet/parser/ast/collexpr.rb index <HASH>..<HASH> 100644 --- a/lib/puppet/parser/ast/collexpr.rb +++ b/lib/puppet/parser/ast/collexpr.rb @@ -45,7 +45,6 @@ class CollExpr < AST::Branch if resource[match1].is_a?(Array) resource[match1].include?...
(maint) Remove call to debugger
puppetlabs_puppet
train
b0f0ee6770e14513360341f3e00ec14d71c6cf88
diff --git a/lib/entity-crud.js b/lib/entity-crud.js index <HASH>..<HASH> 100644 --- a/lib/entity-crud.js +++ b/lib/entity-crud.js @@ -43,6 +43,11 @@ var EntityCrud = module.exports = Entity.extend(function() { this.method('update', this._update.bind(this)); this.method('delete', this._delete.bind(this)); this...
Add event emissions for CRUD ops
thanpolas_entity
train
ef5710dfad143b22d32797bf23d44f7bbca53bec
diff --git a/gwpy/tests/test_array.py b/gwpy/tests/test_array.py index <HASH>..<HASH> 100644 --- a/gwpy/tests/test_array.py +++ b/gwpy/tests/test_array.py @@ -387,10 +387,11 @@ class Array2DTestCase(CommonTests, unittest.TestCase): a = self.create() self.assertEqual(a[0, 0], a[0][0]) nptest.a...
tests: modified Array2D tests for _{row,column}class
gwpy_gwpy
train
591c70de54795e28cfab7eff22165862c35690a9
diff --git a/fireplace/cards/brawl/whos_the_boss.py b/fireplace/cards/brawl/whos_the_boss.py index <HASH>..<HASH> 100644 --- a/fireplace/cards/brawl/whos_the_boss.py +++ b/fireplace/cards/brawl/whos_the_boss.py @@ -37,7 +37,7 @@ class BRMA07_2_2c_TB: # Open the Gates class BRMA09_2_TB: - play = Summon(CONTROLLER, "...
Fix Hero Powers with incorrect play scripts
jleclanche_fireplace
train
5b45312e45300b8b235d3529fa4247b9621b6a4f
diff --git a/text-to-speech/src/main/java/com/ibm/watson/developer_cloud/text_to_speech/v1/TextToSpeech.java b/text-to-speech/src/main/java/com/ibm/watson/developer_cloud/text_to_speech/v1/TextToSpeech.java index <HASH>..<HASH> 100644 --- a/text-to-speech/src/main/java/com/ibm/watson/developer_cloud/text_to_speech/v1/T...
fix(text to speech): Add manual tweaks
watson-developer-cloud_java-sdk
train
d90367379f36006aa54255f8e60bd6987cb1232e
diff --git a/sharding-jdbc-core/src/main/java/com/dangdang/ddframe/rdb/sharding/routing/router/ParsingSQLRouter.java b/sharding-jdbc-core/src/main/java/com/dangdang/ddframe/rdb/sharding/routing/router/ParsingSQLRouter.java index <HASH>..<HASH> 100644 --- a/sharding-jdbc-core/src/main/java/com/dangdang/ddframe/rdb/shard...
refactor parsing 8th version
apache_incubator-shardingsphere
train
5fd4a81969a44d0fc7e014c8232950381f4a9572
diff --git a/src/main/java/reactor/ipc/netty/http/server/HttpServerHandler.java b/src/main/java/reactor/ipc/netty/http/server/HttpServerHandler.java index <HASH>..<HASH> 100644 --- a/src/main/java/reactor/ipc/netty/http/server/HttpServerHandler.java +++ b/src/main/java/reactor/ipc/netty/http/server/HttpServerHandler.ja...
fix #<I> - drop out of sequence http client frames when server close
reactor_reactor-netty
train
0e3a249e843f291fc8fc84d43bd38c9849b77485
diff --git a/hamper/commander.py b/hamper/commander.py index <HASH>..<HASH> 100644 --- a/hamper/commander.py +++ b/hamper/commander.py @@ -5,9 +5,10 @@ import yaml from twisted.words.protocols import irc from twisted.internet import protocol, reactor +import sqlalchemy +from sqlalchemy import orm from bravo.plug...
Add some database stuff to the core.
hamperbot_hamper
train
4b37c34b247aa41c0a3b50e07ba86d068cad2b41
diff --git a/spring-social-twitter/src/main/java/org/springframework/social/twitter/api/TwitterProfile.java b/spring-social-twitter/src/main/java/org/springframework/social/twitter/api/TwitterProfile.java index <HASH>..<HASH> 100644 --- a/spring-social-twitter/src/main/java/org/springframework/social/twitter/api/Twitte...
Fix for Issue #<I> - Twitter userId is too large for JS serialization Twitter provides id and id_str in User Object. Id is of datatype long and that could get too long for some programming languages to handle. For such languages, API is modified to return id in String format using the method getIdStr().
spring-projects_spring-social-twitter
train
abcf7c2f6a20d2dcf596d84afc64020ceaf33a90
diff --git a/integration/client/container_test.go b/integration/client/container_test.go index <HASH>..<HASH> 100644 --- a/integration/client/container_test.go +++ b/integration/client/container_test.go @@ -1569,6 +1569,12 @@ func TestContainerLabels(t *testing.T) { } func TestContainerHook(t *testing.T) { + // OCI...
Disable TestContainerHook on Windows OCI hooks aren't implemented on Windows. The test will, and has been, actuallyrunning fine on Windows because the Github runners seem to have a 'ps' binary in the users PATH, but there's not any actual hook functionality being tested as any of the OCI fields are ignored for Windows...
containerd_containerd
train
9aff4e02c10d57d2ab0a5c5bd5ec05ebf348aa09
diff --git a/core/cache/resident.go b/core/cache/resident.go index <HASH>..<HASH> 100644 --- a/core/cache/resident.go +++ b/core/cache/resident.go @@ -50,7 +50,7 @@ type residentManager struct { resourceCount *counter // residents are all the residents of the cache indexed by ID. - // Access to this map should be...
Clarifies map lock guarding comments in cache resident and manager.
juju_juju
train
3868bfa159b0996f0c0a70758c82a2d7de874964
diff --git a/test/fs-util.js b/test/fs-util.js index <HASH>..<HASH> 100644 --- a/test/fs-util.js +++ b/test/fs-util.js @@ -7,7 +7,10 @@ describe('lib/fs-util', function() { beforeEach(function() { mockFs({ 'foo': { - 'bar.tpl': 'hello Edi' + '...
adds testcase for reading file with no permission
heinzelmannchen_heinzelmannchen-template
train
2308248b8c4384924012579674b3e982115c078b
diff --git a/scapy/modules/p0f.py b/scapy/modules/p0f.py index <HASH>..<HASH> 100644 --- a/scapy/modules/p0f.py +++ b/scapy/modules/p0f.py @@ -854,7 +854,7 @@ def p0f_impersonate(pkt, osgenre=None, osdetails=None, signature=None, if mss_hint and 0 <= mss_hint <= maxmss: options.app...
Fix p0f impersonation: MSS value too low
secdev_scapy
train
827a0b605f0b2f6f01158ada2828a532c7d0d6d9
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -299,9 +299,13 @@ */ _isTaskEnabled: function (task, options) { if (task.hasOwnProperty('on')) { - return utils.lang.isString(task.on) ? - !!this._replacePlaceh...
Support functions in the "on" attribute, closes #<I>.
IndigoUnited_automaton
train
99f2ec9a925a8415ee41f9362a145bcb2eaf7e3b
diff --git a/lenstronomy/Analysis/kinematics_api.py b/lenstronomy/Analysis/kinematics_api.py index <HASH>..<HASH> 100644 --- a/lenstronomy/Analysis/kinematics_api.py +++ b/lenstronomy/Analysis/kinematics_api.py @@ -231,19 +231,20 @@ class KinematicAPI(object): :return: velocity dispersion [km/s] """ ...
solving the error : need rough estimate of the Einstein radius before computing MGE
sibirrer_lenstronomy
train
6efc2be23af0f48de46da842e093f22e0d78f6cf
diff --git a/src/main/java/mil/nga/geopackage/tiles/TileBoundingBoxUtils.java b/src/main/java/mil/nga/geopackage/tiles/TileBoundingBoxUtils.java index <HASH>..<HASH> 100644 --- a/src/main/java/mil/nga/geopackage/tiles/TileBoundingBoxUtils.java +++ b/src/main/java/mil/nga/geopackage/tiles/TileBoundingBoxUtils.java @@ -1...
new tile grid with zoom increase or decrease methods
ngageoint_geopackage-core-java
train
6a7dd6064ae562d753c9a611bcdc20afa6ca9619
diff --git a/vraptor-core/src/main/java/br/com/caelum/vraptor/converter/ConversionException.java b/vraptor-core/src/main/java/br/com/caelum/vraptor/converter/ConversionException.java index <HASH>..<HASH> 100644 --- a/vraptor-core/src/main/java/br/com/caelum/vraptor/converter/ConversionException.java +++ b/vraptor-core/...
Changing order of params in ConversionMessage contructor, adding some contructor options
caelum_vraptor4
train
168b738282d95c9ed6c3387f8731d0b497205e19
diff --git a/test/unittests/study/test_multi.py b/test/unittests/study/test_multi.py index <HASH>..<HASH> 100644 --- a/test/unittests/study/test_multi.py +++ b/test/unittests/study/test_multi.py @@ -196,8 +196,9 @@ class TestMulti(TestCase): DatasetMatch('a', 'ones', mrtrix_format), Da...
added test of subject_id and visit_id to study.data method
MonashBI_arcana
train
76c1f6f9d6b455a6f50d5bb9fa93aec28859bed1
diff --git a/pkg/node/node.go b/pkg/node/node.go index <HASH>..<HASH> 100644 --- a/pkg/node/node.go +++ b/pkg/node/node.go @@ -309,5 +309,20 @@ func (n *Node) Marshal() ([]byte, error) { // Unmarshal parses the JSON byte slice and updates the node receiver func (n *Node) Unmarshal(data []byte) error { - return json...
node: Fix Unmarshal() of Node json.Unmarshal() does not overwrite all public field names, depending on the JSON provided, field values in the old object are preserved.
cilium_cilium
train
f5d46f8fd8e996d7e9810dfd2d1e8745c1c022a3
diff --git a/lib/dependency-manager-adapters/bower.js b/lib/dependency-manager-adapters/bower.js index <HASH>..<HASH> 100644 --- a/lib/dependency-manager-adapters/bower.js +++ b/lib/dependency-manager-adapters/bower.js @@ -75,7 +75,7 @@ module.exports = CoreObject.extend({ if (fs.existsSync(filename)) { ret...
Allow removing bower dependencies - Display 'Not installed' for removed dependencies - Fix: Used to throw exception if dependency wasn't found (both npm and bower)
ember-cli_ember-try
train
9888344b36a9a2c8c3174bdab5237a736ebed7fc
diff --git a/src/QCheck/Generator.php b/src/QCheck/Generator.php index <HASH>..<HASH> 100644 --- a/src/QCheck/Generator.php +++ b/src/QCheck/Generator.php @@ -261,8 +261,8 @@ class Generator { } static function negInts() { - return self::posInts()->fmap(function($x) { - return -$x; + ...
have mercy on the PHP interpreter and save a level of indirection
steos_php-quickcheck
train
2aa17af5bcf33849653d0c3c338e4a5cf5fdb198
diff --git a/dsn/dsn.go b/dsn/dsn.go index <HASH>..<HASH> 100644 --- a/dsn/dsn.go +++ b/dsn/dsn.go @@ -101,7 +101,7 @@ func (dsn DSN) AutoDetect() (DSN, error) { if defaults.Socket != "" { dsn.Socket = defaults.Socket } else { - socket, err := GetSocket() + socket, err := GetSocket(dsn.String()) if er...
PMM-<I>: GetSocketFromTCPConnection: Connect to TCP connection and `SELECT @@socket`
percona_go-mysql
train
214c13e174cb89d1cc4c682aeb99d3f3a2720afc
diff --git a/quadtree/quadtree.go b/quadtree/quadtree.go index <HASH>..<HASH> 100644 --- a/quadtree/quadtree.go +++ b/quadtree/quadtree.go @@ -36,6 +36,9 @@ type Quadtree struct { freeIndex int } +// A Filter is a function that returns a boolean value for a given geo.Pointer. +type Filter func(p geo.Pointer) bool ...
Add quadtree.FindMatching(Point, Filter) method It returns the Pointer nearest to the given Point, for which Filter(Pointer) returns true.
paulmach_go.geo
train
87dfcca0c3887db91827fd24e7f83688bc45aa29
diff --git a/src/test/java/org/zeroturnaround/javarebel/maven/RebelRemoteXmlTest.java b/src/test/java/org/zeroturnaround/javarebel/maven/RebelRemoteXmlTest.java index <HASH>..<HASH> 100644 --- a/src/test/java/org/zeroturnaround/javarebel/maven/RebelRemoteXmlTest.java +++ b/src/test/java/org/zeroturnaround/javarebel/mav...
JR-<I> rename test method name to be meaningful
zeroturnaround_maven-jrebel-plugin
train
839a17bedbbccefac8e536dc2ee61397c80d819f
diff --git a/cache_test.go b/cache_test.go index <HASH>..<HASH> 100644 --- a/cache_test.go +++ b/cache_test.go @@ -2,6 +2,7 @@ package ccache import ( "strconv" + "sync/atomic" "testing" "time" @@ -81,10 +82,10 @@ func (_ CacheTests) DeletesAFunc() { } func (_ CacheTests) OnDeleteCallbackCalled() { - onD...
Remove impossible race conditions from test This makes the output of go test --race less noisy.
karlseguin_ccache
train
5ec1cb384b594abb1430bbb58fa21aa60549b50e
diff --git a/gremlin-test/src/main/java/com/tinkerpop/gremlin/structure/strategy/StrategyGraphTest.java b/gremlin-test/src/main/java/com/tinkerpop/gremlin/structure/strategy/StrategyGraphTest.java index <HASH>..<HASH> 100644 --- a/gremlin-test/src/main/java/com/tinkerpop/gremlin/structure/strategy/StrategyGraphTest.jav...
Edge GraphWrapper tests working again.
apache_tinkerpop
train
dc6c58880365ba5a64d2b1d36722483dc49ad143
diff --git a/priv/python2/erlport/erlang.py b/priv/python2/erlport/erlang.py index <HASH>..<HASH> 100644 --- a/priv/python2/erlport/erlang.py +++ b/priv/python2/erlport/erlang.py @@ -29,7 +29,6 @@ from __future__ import with_statement __author__ = "Dmitry Vasiliev <dima@hlabs.org>" -from contextlib import contextm...
Removed contextmanagers and MessageId class
hdima_erlport
train
53b40396219530cd65bb7703d8cea235917f92e5
diff --git a/api.py b/api.py index <HASH>..<HASH> 100644 --- a/api.py +++ b/api.py @@ -207,7 +207,7 @@ def estimate_markov_model(dtrajs, lag, reversible=True, sparse=False, connectivi """ # transition matrix estimator tmestimator = _MSMEstimator(dtrajs, reversible=reversible, sparse=sparse, - ...
[msm.tests and msm.ui]: Fixed and debugged tests
markovmodel_msmtools
train
5e7fcbc8da60deefcb11c6152bd6a023b7fbb2c6
diff --git a/marrow/mailer/__init__.py b/marrow/mailer/__init__.py index <HASH>..<HASH> 100644 --- a/marrow/mailer/__init__.py +++ b/marrow/mailer/__init__.py @@ -54,7 +54,7 @@ class Delivery(object): self.Transport = Transport = self._load(config.transport, 'marrow.mailer.transport') if not...
Corrected a misleading typo in an error message.
marrow_mailer
train
8228ac6e4d4e047e413ec316fc2ee3f5022b9afd
diff --git a/flink-runtime/src/main/java/org/apache/flink/runtime/akka/FlinkUntypedActor.java b/flink-runtime/src/main/java/org/apache/flink/runtime/akka/FlinkUntypedActor.java index <HASH>..<HASH> 100644 --- a/flink-runtime/src/main/java/org/apache/flink/runtime/akka/FlinkUntypedActor.java +++ b/flink-runtime/src/main...
[FLINK-<I>] [logging] Log heartbeats on TRACE level
apache_flink
train
2deb392d064a7c378830c4b515fb30735b848f08
diff --git a/src/org/sqldroid/SQLDroidResultSet.java b/src/org/sqldroid/SQLDroidResultSet.java index <HASH>..<HASH> 100644 --- a/src/org/sqldroid/SQLDroidResultSet.java +++ b/src/org/sqldroid/SQLDroidResultSet.java @@ -638,6 +638,9 @@ public class SQLDroidResultSet implements ResultSet { @Override public boolea...
isFirst,isLast,isBeforeFirst,isAfterLast now all return false if the resultset is closed.
SQLDroid_SQLDroid
train
a59e8483b07612b665e73fe578d6f2358e04eb41
diff --git a/packages/@uppy/companion/src/standalone/index.js b/packages/@uppy/companion/src/standalone/index.js index <HASH>..<HASH> 100644 --- a/packages/@uppy/companion/src/standalone/index.js +++ b/packages/@uppy/companion/src/standalone/index.js @@ -178,7 +178,13 @@ app.use((req, res, next) => { if (app.get('env'...
companion: don't log redundant errors in production (#<I>) * companion: don't log redundant errors in production cc @kvz * companion: remove redundant condition * companion: if the error is a URIError from the requested URL we only log the error message
transloadit_uppy
train
a639f033a4d020ba820447efb081f8a987ff650b
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -54,7 +54,7 @@ setup( 'gunicorn>=19.3.0, <20.0', 'jinja2>=2.7.3, <3.0', 'markdown>=2.5.2, <3.0', - 'pandas>=0.15.2, <0.16', + 'pandas>=0.15.2, <1.0.0', 'pygments>=2.0.1, <3.0',...
Bump Pandas requirement to <<I>
apache_airflow
train
0c7eff3f74020ced18b00bafb0eeaa24f986ace9
diff --git a/templates/jquery/js/hierarchical-grid/hierarchical-grid-export/files/index.html b/templates/jquery/js/hierarchical-grid/hierarchical-grid-export/files/index.html index <HASH>..<HASH> 100644 --- a/templates/jquery/js/hierarchical-grid/hierarchical-grid-export/files/index.html +++ b/templates/jquery/js/hiera...
fix: Update igCombo data to export options.
IgniteUI_igniteui-cli
train
3782251ac68b4c416b6a91ead922ec70f55ef267
diff --git a/salt/minion.py b/salt/minion.py index <HASH>..<HASH> 100644 --- a/salt/minion.py +++ b/salt/minion.py @@ -966,10 +966,6 @@ class Minion(MinionBase): # python needs to be able to reconstruct the reference on the other # side. instance = self - # If we are running in multi-m...
Revert regression caused by #<I>
saltstack_salt
train
82089e6bb3e800981f96d1f6342043bd73c0ad67
diff --git a/states.js b/states.js index <HASH>..<HASH> 100644 --- a/states.js +++ b/states.js @@ -285,7 +285,14 @@ UnhealthyState.prototype.locked = false; UnhealthyState.prototype.onNewPeriod = function onNewPeriod(now) { var self = this; + var triedLastPeriod = self.triedThisPeriod; self.triedThisPer...
UnhealthyState: invalidate score out of period change
uber_tchannel-node
train
60ac71682bb0516b20b169a64e9a5df1380c95f3
diff --git a/arcanist/lib/WatchmanInstance.php b/arcanist/lib/WatchmanInstance.php index <HASH>..<HASH> 100644 --- a/arcanist/lib/WatchmanInstance.php +++ b/arcanist/lib/WatchmanInstance.php @@ -76,10 +76,15 @@ class WatchmanInstance { } while (true); } - function setLogLevel($level) { + function startLoggi...
improve isolation of tests that depend on logging Summary: Several tests use log output, but none of them reset it. This can lead to some tests influencing others. Design resetting log data into the API that tests use. Test Plan: `arc unit --everything` Reviewers: wez Reviewed By: wez Differential Revision: <URL>
facebook_watchman
train
4680e9b105047038a2cd687d49b53d6f53ea0eb2
diff --git a/src/converter/util/pruneText.js b/src/converter/util/pruneText.js index <HASH>..<HASH> 100644 --- a/src/converter/util/pruneText.js +++ b/src/converter/util/pruneText.js @@ -61,7 +61,7 @@ function _pruneWhiteSpace(el, xmlSchema) { child.textContent = text } else if (child.isElementNode()) { ...
Updates due to changes in substance.
substance_texture
train
6fb9c664a4e46cceeb7b3e125864d4c24eb0914f
diff --git a/src/components/dialogs/show/show.js b/src/components/dialogs/show/show.js index <HASH>..<HASH> 100644 --- a/src/components/dialogs/show/show.js +++ b/src/components/dialogs/show/show.js @@ -136,7 +136,7 @@ var Show = Dialog.extend({ showHideDeselect: function() { var show = this.model.state.entit...
When user deselect the selected countries the deselect button did not disappear (#<I>)
vizabi_vizabi
train
29465a9e25006611fce53eb20ad1bf627c0081a0
diff --git a/lib/chef/resource/build_essential.rb b/lib/chef/resource/build_essential.rb index <HASH>..<HASH> 100644 --- a/lib/chef/resource/build_essential.rb +++ b/lib/chef/resource/build_essential.rb @@ -40,7 +40,7 @@ class Chef declare_resource(:package, %w{ autoconf bison flex gcc gcc-c++ gettext kerne...
Don't try to install old GCC packages on Amazon Linux 2 This worked until Amazon released <I>
chef_chef
train
a4426d8dddd6063e918ec6e16ced18ad8c1c818b
diff --git a/xhtml2pdf/parser.py b/xhtml2pdf/parser.py index <HASH>..<HASH> 100644 --- a/xhtml2pdf/parser.py +++ b/xhtml2pdf/parser.py @@ -15,11 +15,16 @@ # limitations under the License. from html5lib import treebuilders, inputstream -from xhtml2pdf.default import * # TODO: Kill wild import! -from xhtml2pdf.tables...
Kill some wild imports and comment out debug variable.
xhtml2pdf_xhtml2pdf
train
2a88541fa202f6206b3781cbdcf8d7f429b6abe6
diff --git a/ui/mirage/factories/scale-event.js b/ui/mirage/factories/scale-event.js index <HASH>..<HASH> 100644 --- a/ui/mirage/factories/scale-event.js +++ b/ui/mirage/factories/scale-event.js @@ -17,4 +17,10 @@ export default Factory.extend({ 'nomad_autoscaler.reason_history': ['scaling down because facto...
Force mock error scale events to be annotations
hashicorp_nomad
train
e14f2cf171c677e8b57e6b44cd8754aec15d89cb
diff --git a/keylogger.go b/keylogger.go index <HASH>..<HASH> 100644 --- a/keylogger.go +++ b/keylogger.go @@ -60,7 +60,13 @@ func (k *KeyLogger) Read() chan InputEvent { event := make(chan InputEvent) go func(event chan InputEvent) { for { - e := k.read() + e, err := k.read() + if err != nil { + logrus...
Handle error when reading/parsing from file
MarinX_keylogger
train
91a7528a7e82b36979a0b0d04d32eafa7783364e
diff --git a/src/tuwien/auto/calimero/internal/UdpSocketLooper.java b/src/tuwien/auto/calimero/internal/UdpSocketLooper.java index <HASH>..<HASH> 100644 --- a/src/tuwien/auto/calimero/internal/UdpSocketLooper.java +++ b/src/tuwien/auto/calimero/internal/UdpSocketLooper.java @@ -55,6 +55,8 @@ public abstract class UdpSo...
Workaround for the case where ETS sends to the wrong UDP port. Continue loop after rebinding the socket.
calimero-project_calimero-core
train
b668d0d23f48a1bded1b9efabad9ba592b2c3437
diff --git a/lib/active_scaffold/data_structures/association/active_mongoid.rb b/lib/active_scaffold/data_structures/association/active_mongoid.rb index <HASH>..<HASH> 100644 --- a/lib/active_scaffold/data_structures/association/active_mongoid.rb +++ b/lib/active_scaffold/data_structures/association/active_mongoid.rb @...
reflect_on_all_associations needs to be public class method
activescaffold_active_scaffold
train
fe7ce50673d98da25bf00d42d84cb506d1f6f97a
diff --git a/dev/com.ibm.ws.concurrent.mp_fat/test-applications/MPConcurrentCDIApp/src/concurrent/mp/fat/cdi/web/MPConcurrentCDITestServlet.java b/dev/com.ibm.ws.concurrent.mp_fat/test-applications/MPConcurrentCDIApp/src/concurrent/mp/fat/cdi/web/MPConcurrentCDITestServlet.java index <HASH>..<HASH> 100644 --- a/dev/com...
Issue #<I> additional test to update per automatically setting rollback only
OpenLiberty_open-liberty
train
110659d93a1d7832c2631531437460224d736ffd
diff --git a/packages/sproutcore-datetime/lib/datetime.js b/packages/sproutcore-datetime/lib/datetime.js index <HASH>..<HASH> 100644 --- a/packages/sproutcore-datetime/lib/datetime.js +++ b/packages/sproutcore-datetime/lib/datetime.js @@ -405,7 +405,7 @@ SC.DateTime = SC.Object.extend(SC.Freezable, SC.Copyable, @r...
Modified SC.DateTime to invoke class methods using 'this' instead of 'SC.DateTime'. This allows SC.DateTime to be extended for use in other apps and frameworks. Additionally added unit tests to verify it.
emberjs_ember.js
train
f89a30c7417ea68f1fb518d51b4db6b8980f42f7
diff --git a/src/test/java/org/xerial/snappy/BitShuffleTest.java b/src/test/java/org/xerial/snappy/BitShuffleTest.java index <HASH>..<HASH> 100644 --- a/src/test/java/org/xerial/snappy/BitShuffleTest.java +++ b/src/test/java/org/xerial/snappy/BitShuffleTest.java @@ -29,7 +29,8 @@ import static org.junit.Assert.*; impo...
Add more tests for BitShuffle
xerial_snappy-java
train
20ed320011d700fe399b0a34185eb9866623a7ac
diff --git a/pyfakefs/fake_pathlib.py b/pyfakefs/fake_pathlib.py index <HASH>..<HASH> 100644 --- a/pyfakefs/fake_pathlib.py +++ b/pyfakefs/fake_pathlib.py @@ -123,7 +123,7 @@ class _FakeAccessor(accessor): FakeFilesystem.create_symlink(fs, file_path, link_target, create_m...
Do not remove pathlib.Path.link_to if pathlib2 is installed - will fail if pathlib2 is used a in real - see #<I>
jmcgeheeiv_pyfakefs
train
0051450635a662f5291435c5158e9360976ebd5b
diff --git a/conn_linux_integration_test.go b/conn_linux_integration_test.go index <HASH>..<HASH> 100644 --- a/conn_linux_integration_test.go +++ b/conn_linux_integration_test.go @@ -86,7 +86,55 @@ func TestIntegrationConn(t *testing.T) { } } -func TestIntegrationConnConcurrentRaceFree(t *testing.T) { +func TestIn...
netlink: restore 'many Conns' concurrency test
mdlayher_netlink
train
8b76077a2284a57f4e245ba4462c060f81faec78
diff --git a/client.go b/client.go index <HASH>..<HASH> 100644 --- a/client.go +++ b/client.go @@ -35,6 +35,9 @@ func (this *Client) Send(pn *PushNotification) (resp *PushNotificationResponse) resp.Error = err } + resp.Success = true + resp.Error = nil + return }
Setting response values accordingly at the end of the request.
Coccodrillo_apns
train
28d08b95c394dc1e404cf3eceeea531c3becd6f0
diff --git a/api/app/handler.go b/api/app/handler.go index <HASH>..<HASH> 100644 --- a/api/app/handler.go +++ b/api/app/handler.go @@ -47,6 +47,14 @@ func CloneRepositoryHandler(w http.ResponseWriter, r *http.Request) error { if err != nil { return &errors.Http{Code: http.StatusInternalServerError, Message: output...
api/webserver: listening only if it's not dry run
tsuru_tsuru
train
75a3cfee3412839cfd2c62c20955a0fc7ea94a59
diff --git a/docs/assets/js/src/docs.js b/docs/assets/js/src/docs.js index <HASH>..<HASH> 100644 --- a/docs/assets/js/src/docs.js +++ b/docs/assets/js/src/docs.js @@ -29,11 +29,12 @@ function addAnchors() { function addClipboard() { // Insert copy to clipboard button before .highlight $('.highlight').each(fu...
Make docs copy example buttons into real ones
cast-org_figuration
train
8e9a8c56de2ebdbe993867f17169930f1ea15c8d
diff --git a/test/test_markdownformat.rb b/test/test_markdownformat.rb index <HASH>..<HASH> 100644 --- a/test/test_markdownformat.rb +++ b/test/test_markdownformat.rb @@ -223,5 +223,29 @@ TEXT tree = BlockParser.parse(text.lines.to_a) assert_equal(md_text, @formatter.format(tree).to_s) end + + def test_do...
added a test to see if several tags can be used together.
nico-hn_PseudoHikiParser
train
c4692d590775830392709ae03e2c6c1b6e2b8871
diff --git a/common/data/caching/cache/cache.go b/common/data/caching/cache/cache.go index <HASH>..<HASH> 100644 --- a/common/data/caching/cache/cache.go +++ b/common/data/caching/cache/cache.go @@ -25,7 +25,9 @@ import ( "os" "path/filepath" "runtime" + "runtime/trace" "sync" + "time" "go.chromium.org/luci...
cache: introduce trace around AddFileWithoutValidation This is for <URL>
luci_luci-go
train
743c27939a79b383c0bcd5566907df08c8ede26e
diff --git a/templates/spec_helper.rb b/templates/spec_helper.rb index <HASH>..<HASH> 100644 --- a/templates/spec_helper.rb +++ b/templates/spec_helper.rb @@ -26,12 +26,12 @@ RSpec.configure do |config| config.order = 'random' config.use_transactional_fixtures = false - config.before(:each) do - Capybara.cu...
Update code to latest RSpec configs
subvisual_firestarter
train
be8396eb3e818697d9aa0041cddbbc8de50cb390
diff --git a/generators/cloudfoundry/index.js b/generators/cloudfoundry/index.js index <HASH>..<HASH> 100644 --- a/generators/cloudfoundry/index.js +++ b/generators/cloudfoundry/index.js @@ -84,6 +84,11 @@ module.exports = CloudFoundryGenerator.extend({ this.cloudfoundryProfile = props.cloudfoundryProfile;...
added h2 dev security warning, and added command line display to redeploy app
jhipster_generator-jhipster
train
4fc2806089b73513904336c19071e5ddc2036d25
diff --git a/spring-boot-project/spring-boot-cli/src/main/java/org/springframework/boot/cli/command/shell/CommandCompleter.java b/spring-boot-project/spring-boot-cli/src/main/java/org/springframework/boot/cli/command/shell/CommandCompleter.java index <HASH>..<HASH> 100644 --- a/spring-boot-project/spring-boot-cli/src/m...
Polish CommandCompleter Closes gh-<I>
spring-projects_spring-boot
train
8394a78f76ef9c8228cf859941361b64ea96cc30
diff --git a/src/pixi/renderers/webgl/WebGLRenderer.js b/src/pixi/renderers/webgl/WebGLRenderer.js index <HASH>..<HASH> 100644 --- a/src/pixi/renderers/webgl/WebGLRenderer.js +++ b/src/pixi/renderers/webgl/WebGLRenderer.js @@ -340,7 +340,6 @@ PIXI.WebGLRenderer.updateTextures = function() for (i = 0; i < PIXI.text...
Removed PIXI.texturesToUpdate No longer required
pixijs_pixi.js
train
fd81f11ec08a562d3314cf48620248389ccf3957
diff --git a/gflex/f1d.py b/gflex/f1d.py index <HASH>..<HASH> 100644 --- a/gflex/f1d.py +++ b/gflex/f1d.py @@ -40,6 +40,13 @@ class F1D(Flexure): print 'Time to solve [s]:', self.time_to_solve def finalize(self): + # If elastic thickness has been padded, return it to its original + # value, so thi...
Finalize returns Te grid to its original state (unpadded)
awickert_gFlex
train
7c1c9998d72a46d7172057de40dcfe9989e682a2
diff --git a/src/main/java/org/efaps/db/InstanceQuery.java b/src/main/java/org/efaps/db/InstanceQuery.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/efaps/db/InstanceQuery.java +++ b/src/main/java/org/efaps/db/InstanceQuery.java @@ -29,6 +29,7 @@ import java.util.Iterator; import java.util.List; import java...
- bugFix: the instancequery did not work in case of a type that uses more than one table (Childtable) git-svn-id: <URL>
eFaps_eFaps-Kernel
train
65903d882521faf084c55c0d5f8d07ade9a15118
diff --git a/atlassian/confluence.py b/atlassian/confluence.py index <HASH>..<HASH> 100644 --- a/atlassian/confluence.py +++ b/atlassian/confluence.py @@ -194,6 +194,24 @@ class Confluence(AtlassianRestAPI): status=sta...
Confluence: add other posibility to get draft pages
atlassian-api_atlassian-python-api
train
28395dc35dbb6d027171a7bafd6c0e7d58f0656d
diff --git a/aeron-system-tests/src/test/java/io/aeron/DriverNameResolverTest.java b/aeron-system-tests/src/test/java/io/aeron/DriverNameResolverTest.java index <HASH>..<HASH> 100644 --- a/aeron-system-tests/src/test/java/io/aeron/DriverNameResolverTest.java +++ b/aeron-system-tests/src/test/java/io/aeron/DriverNameRes...
[Java]: change asserts on cache entries into awaits to avoid race..
real-logic_aeron
train
f4951c5b4363eb57d654bc11eb584f38332735f3
diff --git a/document.go b/document.go index <HASH>..<HASH> 100644 --- a/document.go +++ b/document.go @@ -3,7 +3,10 @@ package arangolite // Document represents a basic ArangoDB document // Fields are pointers to allow null values in ArangoDB type Document struct { - ID *string `json:"_id,omitempty"` + // The docu...
Some comments added on the document/edge models.
solher_arangolite
train