hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
abb9f94de2d1259f5cb477674ea37bf7c4b2a7a7
diff --git a/spikeextractors/extractors/nwbextractors/nwbextractors.py b/spikeextractors/extractors/nwbextractors/nwbextractors.py index <HASH>..<HASH> 100644 --- a/spikeextractors/extractors/nwbextractors/nwbextractors.py +++ b/spikeextractors/extractors/nwbextractors/nwbextractors.py @@ -183,29 +183,29 @@ class NwbRe...
differentiate between es.electrodes.data and electrodes.id.data
SpikeInterface_spikeextractors
train
46e8dc06aa31426ec3bf5203e46107d72a9ba398
diff --git a/lib/puppet/provider/package/appdmg.rb b/lib/puppet/provider/package/appdmg.rb index <HASH>..<HASH> 100644 --- a/lib/puppet/provider/package/appdmg.rb +++ b/lib/puppet/provider/package/appdmg.rb @@ -55,18 +55,19 @@ Puppet::Type.type(:package).provide(:appdmg, :parent => Puppet::Provider::Packag require...
(#<I>) Use mktmpdir when downloading packages This fixes a security vulnerability in the appdmg and pkgdmg providers where they would curl packages directly into /tmp and the install them, allowing an attacker to craft a symlink and overwrite arbitrary files or install arbitrary packages.
puppetlabs_puppet
train
3788c968eb40c9bba5801e06811afe968b1861f3
diff --git a/api/server/version.go b/api/server/version.go index <HASH>..<HASH> 100644 --- a/api/server/version.go +++ b/api/server/version.go @@ -7,7 +7,7 @@ import ( ) // Version of IronFunctions -var Version = "0.1.24" +var Version = "0.1.25" func handleVersion(c *gin.Context) { c.JSON(http.StatusOK, gin.H{...
functions: <I> release [skip ci]
iron-io_functions
train
17b059a124fdd04169ad541075a1f1472c5e26b1
diff --git a/schema.py b/schema.py index <HASH>..<HASH> 100644 --- a/schema.py +++ b/schema.py @@ -155,7 +155,7 @@ class Schema(object): defaults = set(k for k in s if type(k) is Optional and hasattr(k, 'default')) - covered_optionals for default in defaults: - ...
Refuse to construct a defaulted Optional for which we can't compute a single, static key.
keleshev_schema
train
cad40a9f3b14e4774f486d4da71535b1ec611e18
diff --git a/src/Kunstmaan/NodeBundle/EventListener/NodeTranslationListener.php b/src/Kunstmaan/NodeBundle/EventListener/NodeTranslationListener.php index <HASH>..<HASH> 100644 --- a/src/Kunstmaan/NodeBundle/EventListener/NodeTranslationListener.php +++ b/src/Kunstmaan/NodeBundle/EventListener/NodeTranslationListener.p...
[NodeBundle] Check for mapping exception when multiple entity managers are involved (#<I>)
Kunstmaan_KunstmaanBundlesCMS
train
e871b559678e6ff6033467bf4df86bf1758abfd5
diff --git a/code/models/Section.php b/code/models/Section.php index <HASH>..<HASH> 100644 --- a/code/models/Section.php +++ b/code/models/Section.php @@ -49,6 +49,8 @@ class Section extends DataObject implements PermissionProvider 'Pages' => 'Page' ); + private static $base_class = 'section'; + ...
Added option to change the base section class
PlatoCreative_silverstripe-sections
train
333b7a0001a503b0026b76c4813656f5adbf7851
diff --git a/spec/routemaster/receiver/basic_spec.rb b/spec/routemaster/receiver/basic_spec.rb index <HASH>..<HASH> 100644 --- a/spec/routemaster/receiver/basic_spec.rb +++ b/spec/routemaster/receiver/basic_spec.rb @@ -5,7 +5,7 @@ require 'spec/support/write_expectation' describe Routemaster::Receiver::Basic do l...
Factors out stub app in tests
deliveroo_routemaster-drain
train
f8575457c9f88f216089e2f62f625de8957b6d8c
diff --git a/src/Event/Events/EventCopied.php b/src/Event/Events/EventCopied.php index <HASH>..<HASH> 100644 --- a/src/Event/Events/EventCopied.php +++ b/src/Event/Events/EventCopied.php @@ -3,7 +3,6 @@ namespace CultuurNet\UDB3\Event\Events; use CultuurNet\UDB3\Calendar; -use CultuurNet\UDB3\CalendarInterface; us...
No need to use CalendarInterface here There is only one implementation and it's relying on methods not specified on the interface
cultuurnet_udb3-php
train
735055ae622a450b964e46a8cc57030db43cc745
diff --git a/fgivenx.py b/fgivenx.py index <HASH>..<HASH> 100644 --- a/fgivenx.py +++ b/fgivenx.py @@ -2,6 +2,8 @@ from scipy.interpolate import interp1d import numpy as np import matplotlib.pyplot as plt +import statsmodels.nonparametric.kde as KDETOOLS + # Definition of pi pi = 4*np.arctan(1) @@ -21,13 +23,13...
Much faster kde * Using statsmodels (which may be slightly difficult to install) makes for a very fast kde (using fft's) * In addition, it makes sense to compute all of the slices ahead of time (otherwise we become dominated by calling classes) To investigate: - Do we need to use statsmodels? It was a little diff...
williamjameshandley_fgivenx
train
110ab746ba50e9febcdd246671f258036c71e59a
diff --git a/daemon/graphdriver/devmapper/deviceset.go b/daemon/graphdriver/devmapper/deviceset.go index <HASH>..<HASH> 100644 --- a/daemon/graphdriver/devmapper/deviceset.go +++ b/daemon/graphdriver/devmapper/deviceset.go @@ -1785,7 +1785,7 @@ func (devices *DeviceSet) initDevmapper(doInit bool) error { hasData :=...
In error, the first letter is low-case letter
moby_moby
train
60da2df23f3f37fad21f4427cb9bb65d01fbe779
diff --git a/lib/swag_dev/project.rb b/lib/swag_dev/project.rb index <HASH>..<HASH> 100644 --- a/lib/swag_dev/project.rb +++ b/lib/swag_dev/project.rb @@ -1,5 +1,7 @@ # frozen_string_literal: true +require 'pathname' + unless Kernel.const_defined?('SwagDev') module SwagDev end @@ -7,6 +9,36 @@ end class Sw...
project (lib) major changes and improvements
SwagDevOps_kamaze-project
train
ccd1c04c637476e80c7cd6de817616b88ceda5ce
diff --git a/spacy/lang/hr/stop_words.py b/spacy/lang/hr/stop_words.py index <HASH>..<HASH> 100644 --- a/spacy/lang/hr/stop_words.py +++ b/spacy/lang/hr/stop_words.py @@ -6,10 +6,25 @@ from __future__ import unicode_literals STOP_WORDS = set(""" a +ah +aha +aj ako +al ali +arh +au +avaj +bar +baš +bez bi bih +b...
Update stop_words.py Added more words
explosion_spaCy
train
eef94be62dc0b2af62c0818f492cd20ca8c7a31d
diff --git a/src/libs/_ajax.js b/src/libs/_ajax.js index <HASH>..<HASH> 100644 --- a/src/libs/_ajax.js +++ b/src/libs/_ajax.js @@ -60,7 +60,7 @@ $AjaxDict.send = function(self,params){ else if(isinstance(params,str)){ res = params }else if(isinstance(params,dict)){ - for(i=0;i<params.$keys.len...
modifications to cache for loops to improve performance, see <URL>
brython-dev_brython
train
c16c60ec7a46f11c1dab049a1f943bbf7c94e89b
diff --git a/modules/components/Field.js b/modules/components/Field.js index <HASH>..<HASH> 100644 --- a/modules/components/Field.js +++ b/modules/components/Field.js @@ -12,6 +12,7 @@ type FieldProps = { // public API fieldId: string, initialData: FieldType, + initialState: Object, render: Function, ...
add the ability to mutate state on a field basis
rofrischmann_react-controlled-form
train
378e8aeea8c08d096da00549dcb0e10075b54153
diff --git a/tensorbase/base.py b/tensorbase/base.py index <HASH>..<HASH> 100644 --- a/tensorbase/base.py +++ b/tensorbase/base.py @@ -746,10 +746,22 @@ class Model: self.sess.run(tf.local_variables_initializer()) if self.flags['restore'] is True: self._restore() - elif self.flags[...
Only unitialized variables are initialized after a tf_slim restore
dancsalo_TensorBase
train
11e36f4e58e45f5c80cebabe316648c772cbb3ce
diff --git a/src/main/java/org/altbeacon/beacon/BeaconManager.java b/src/main/java/org/altbeacon/beacon/BeaconManager.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/altbeacon/beacon/BeaconManager.java +++ b/src/main/java/org/altbeacon/beacon/BeaconManager.java @@ -95,7 +95,7 @@ import android.util.Log; @Targ...
throw an exception if service is not declared properly
AltBeacon_android-beacon-library
train
b9031e96db9c7e62f47da8c5df15fb280dd2d61b
diff --git a/commands/themebuider.js b/commands/themebuider.js index <HASH>..<HASH> 100644 --- a/commands/themebuider.js +++ b/commands/themebuider.js @@ -18,8 +18,7 @@ const createPath = filePath => { }; const readFile = fileName => new Promise((resolve, reject) => { - fileName = path.join(__dirname,"../node...
Change cli themebuilder reader (#7)
DevExpress_devextreme-cli
train
157af9395d4c0e1cf42e21735bbf43d994b703b3
diff --git a/src/datetime.js b/src/datetime.js index <HASH>..<HASH> 100644 --- a/src/datetime.js +++ b/src/datetime.js @@ -1226,7 +1226,7 @@ export default class DateTime { * @return {DateTime} */ toLocal() { - return this.setZone(new LocalZone()); + return this.setZone(Settings.defaultZone || new Loca...
changes made for toLocal to accept the default locale
moment_luxon
train
2cfa46758ec8ba6ff60615803c7b18fa58ca6879
diff --git a/lib/howitzer/capybara/settings.rb b/lib/howitzer/capybara/settings.rb index <HASH>..<HASH> 100644 --- a/lib/howitzer/capybara/settings.rb +++ b/lib/howitzer/capybara/settings.rb @@ -202,9 +202,9 @@ module Capybara project: settings.bs_project, build: settings.bs_build, reso...
Removed .true? statement in settings.rb
strongqa_howitzer
train
f2b7b088683f2000b6c1a1d5de94d254b0875107
diff --git a/src/resources/Tiled.js b/src/resources/Tiled.js index <HASH>..<HASH> 100644 --- a/src/resources/Tiled.js +++ b/src/resources/Tiled.js @@ -68,9 +68,9 @@ class Tiled extends Resource data.charCodeAt(index + 2) << 16 | data.charCodeAt(index + 3) << 24 index += 4 - } + } ...
FIX: Tiled JSON parsing with and without TSX tilesets
tenjou_meta2d
train
72fb220bfd5fd2eff47218d049e68a30c1224ac6
diff --git a/fixtures/computeStats.js b/fixtures/computeStats.js index <HASH>..<HASH> 100644 --- a/fixtures/computeStats.js +++ b/fixtures/computeStats.js @@ -12,17 +12,22 @@ Ping.find().asc('date').findOne(function(err, ping) { var date = ping.date.valueOf(); var now = Date.now(); nbDates = 0; - while (date ...
Updated fixtures populator using nextTick() for better performance.
fzaninotto_uptime
train
ce8d518166a7ab8785d863a6e1bc644c20bdf570
diff --git a/lib/go/thrift/json_protocol.go b/lib/go/thrift/json_protocol.go index <HASH>..<HASH> 100644 --- a/lib/go/thrift/json_protocol.go +++ b/lib/go/thrift/json_protocol.go @@ -442,7 +442,11 @@ func (p *TJSONProtocol) ReadBinary() ([]byte, error) { } func (p *TJSONProtocol) Flush() (err error) { - return NewT...
THRIFT-<I> TJSONProtocol.Flush() does not really flush the transport Patch: Jens Geyer
limingxinleo_thrift
train
b5bfca605f08748967fea713d3b2c791bdc2534e
diff --git a/indy-repository-manager/src/main/java/org/jboss/pnc/indyrepositorymanager/IndyRepositorySession.java b/indy-repository-manager/src/main/java/org/jboss/pnc/indyrepositorymanager/IndyRepositorySession.java index <HASH>..<HASH> 100644 --- a/indy-repository-manager/src/main/java/org/jboss/pnc/indyrepositoryman...
Fix handling of generic http downloads when processing tracking reports
project-ncl_pnc
train
0f6d184c00fff3f875d4bee8e861b6085edafad0
diff --git a/protempa-framework/src/main/java/org/protempa/query/handler/AbstractQueryResultsHandler.java b/protempa-framework/src/main/java/org/protempa/query/handler/AbstractQueryResultsHandler.java index <HASH>..<HASH> 100644 --- a/protempa-framework/src/main/java/org/protempa/query/handler/AbstractQueryResultsHandl...
Initial commit of the gather statistics functionality.
eurekaclinical_protempa
train
ad3a05cf89f1cb8020ac757cde08356f9328584a
diff --git a/base/src/main/java/uk/ac/ebi/atlas/utils/ExperimentInfo.java b/base/src/main/java/uk/ac/ebi/atlas/utils/ExperimentInfo.java index <HASH>..<HASH> 100644 --- a/base/src/main/java/uk/ac/ebi/atlas/utils/ExperimentInfo.java +++ b/base/src/main/java/uk/ac/ebi/atlas/utils/ExperimentInfo.java @@ -9,8 +9,10 @@ impo...
Comment outlaying my future vision of how to improve ExperimentInfo
ebi-gene-expression-group_atlas
train
3af54154ad4eb3c8da2f0ccd0202477a989a3671
diff --git a/cloudmesh/common/StopWatch.py b/cloudmesh/common/StopWatch.py index <HASH>..<HASH> 100644 --- a/cloudmesh/common/StopWatch.py +++ b/cloudmesh/common/StopWatch.py @@ -236,7 +236,8 @@ class StopWatch(object): # print(Printer.attribute(data_timers, header=["Command", "Time/s"])) - ...
check if the key exists in stop watch timer deletion
cloudmesh_cloudmesh-common
train
331b961819b324c92ea13d6a12ec154117f2d513
diff --git a/plugins/snowflake/dbt/adapters/snowflake/connections.py b/plugins/snowflake/dbt/adapters/snowflake/connections.py index <HASH>..<HASH> 100644 --- a/plugins/snowflake/dbt/adapters/snowflake/connections.py +++ b/plugins/snowflake/dbt/adapters/snowflake/connections.py @@ -38,6 +38,7 @@ class SnowflakeCredenti...
add query tag to snoflake connection dataclass and set tag on new connection if query_tag value is present
fishtown-analytics_dbt
train
2f203275c8aabf3bc289831a18d5b162ffaba221
diff --git a/lib/Models/SensorObservationServiceCatalogItem.js b/lib/Models/SensorObservationServiceCatalogItem.js index <HASH>..<HASH> 100644 --- a/lib/Models/SensorObservationServiceCatalogItem.js +++ b/lib/Models/SensorObservationServiceCatalogItem.js @@ -494,7 +494,7 @@ SensorObservationServiceCatalogItem.prototype...
Apparently Number.parseFloat is a synonym for parseFloat - but not in IE
TerriaJS_terriajs
train
fbd742c54d4cfda54d50890e5bccc80af7a31a75
diff --git a/lib/social_snippet/repository/repository_manager.rb b/lib/social_snippet/repository/repository_manager.rb index <HASH>..<HASH> 100644 --- a/lib/social_snippet/repository/repository_manager.rb +++ b/lib/social_snippet/repository/repository_manager.rb @@ -49,7 +49,7 @@ module SocialSnippet::Repository #...
repository_manager: receive methods from repository factory class
social-snippet_social-snippet
train
5bba768cb91bc47a5a2bc72b5b03c018eaf09b11
diff --git a/custodian/qchem/jobs.py b/custodian/qchem/jobs.py index <HASH>..<HASH> 100644 --- a/custodian/qchem/jobs.py +++ b/custodian/qchem/jobs.py @@ -62,7 +62,7 @@ class QchemJob(Job): "half_cpus": ["qchem", "-np", "12"]} large_static_mem: use ultra large static memory ...
adopt command to correct form in the initializer
materialsproject_custodian
train
f3efc370a747cba5994a7f9a9986d014fce60779
diff --git a/librosa/core/spectrum.py b/librosa/core/spectrum.py index <HASH>..<HASH> 100644 --- a/librosa/core/spectrum.py +++ b/librosa/core/spectrum.py @@ -761,7 +761,7 @@ def perceptual_weighting(S, frequencies, **kwargs): @cache -def fmt(y, t_min=1, n_fmt=None, kind='slinear', beta=0.5, axis=-1): +def fmt(y, ...
fmt added over-sampling factor, dc component
librosa_librosa
train
86195bb68bb8b03365117497540260ad31396345
diff --git a/lib/services/amt-obm-service.js b/lib/services/amt-obm-service.js index <HASH>..<HASH> 100644 --- a/lib/services/amt-obm-service.js +++ b/lib/services/amt-obm-service.js @@ -63,7 +63,7 @@ function amtObmServiceFactory(Promise, BaseObmService, _) { command: 'amttool-tng', args: sub...
attempting to match the change from #<I>
RackHD_on-tasks
train
c46f1dfea5722a2fa936bd37e3443e4bb3713e4a
diff --git a/tests/test_target_convert.py b/tests/test_target_convert.py index <HASH>..<HASH> 100644 --- a/tests/test_target_convert.py +++ b/tests/test_target_convert.py @@ -20,12 +20,14 @@ """ import unittest +from unittest.mock import patch from ospd.network import ( target_str_to_list, get_hostname...
Mock socket.getfqdn to return "localhost". In case getfqdn("<I>") does not return localhost.
greenbone_ospd
train
3fcf6380dae6a37175e621d181d2b603cc3e0723
diff --git a/lib/action_subscriber/march_hare/subscriber.rb b/lib/action_subscriber/march_hare/subscriber.rb index <HASH>..<HASH> 100644 --- a/lib/action_subscriber/march_hare/subscriber.rb +++ b/lib/action_subscriber/march_hare/subscriber.rb @@ -4,7 +4,8 @@ module ActionSubscriber include ::ActionSubscriber::Lo...
Fix march_hare consumer cancellation and cleanup
mxenabled_action_subscriber
train
2ef607eaf4c1063eeddf39e57f0b5e41cfc763f1
diff --git a/assembly/preprocess.py b/assembly/preprocess.py index <HASH>..<HASH> 100644 --- a/assembly/preprocess.py +++ b/assembly/preprocess.py @@ -92,7 +92,7 @@ def alignextend(args): cmd += " -noindex" cmd += " -threads {0}".format(opts.cpus) offset = guessoffset([r1]) - if offset == 33: + ...
fix -I in assembly.preprocess.alignextend()
tanghaibao_jcvi
train
c6ab5cf91fc61aa57cb8c5a93dcfc2d9a6bd7084
diff --git a/runtime/classes/propel/util/BasePeer.php b/runtime/classes/propel/util/BasePeer.php index <HASH>..<HASH> 100644 --- a/runtime/classes/propel/util/BasePeer.php +++ b/runtime/classes/propel/util/BasePeer.php @@ -473,7 +473,11 @@ class BasePeer } } - Propel::log("Binding " . var_export(...
Added better logging for PDO param binding.
propelorm_Propel
train
9a38fed171d94a499c31a6cea3a0e3945f5d3204
diff --git a/stubs/site/bootstrap.php b/stubs/site/bootstrap.php index <HASH>..<HASH> 100644 --- a/stubs/site/bootstrap.php +++ b/stubs/site/bootstrap.php @@ -1,5 +1,17 @@ <?php +use TightenCo\Jigsaw\Jigsaw; + /** @var $container \Illuminate\Container\Container */ /** @var $events \TightenCo\Jigsaw\Events\EventBus...
Clarify Jigsaw variable/event syntax in bootstrap.php
tightenco_jigsaw
train
2cd03e4414e010ad7d96963c479c838d1a6be1ef
diff --git a/lib/presets/uglify.js b/lib/presets/uglify.js index <HASH>..<HASH> 100644 --- a/lib/presets/uglify.js +++ b/lib/presets/uglify.js @@ -4,7 +4,13 @@ module.exports = function (nitro) { var uglify = nitro.require('uglify-js'), _ = nitro.tools, - color = require('../color'); + color = req...
better uglify logs
nitrojs_nitro
train
ad54429ed09b16f0b62c1890fc98f7577ed85276
diff --git a/google_compute_engine/metadata_scripts/script_retriever.py b/google_compute_engine/metadata_scripts/script_retriever.py index <HASH>..<HASH> 100644 --- a/google_compute_engine/metadata_scripts/script_retriever.py +++ b/google_compute_engine/metadata_scripts/script_retriever.py @@ -135,7 +135,9 @@ class Scr...
Try to download files on Google Storage with curl. (#<I>)
GoogleCloudPlatform_compute-image-packages
train
2279276c9cbd1367cd01f19038f7958dd07697ce
diff --git a/solvebio/test/test_object.py b/solvebio/test/test_object.py index <HASH>..<HASH> 100644 --- a/solvebio/test/test_object.py +++ b/solvebio/test/test_object.py @@ -206,15 +206,15 @@ class ObjectTests(SolveBioTestCase): for tag in tags: self.assertTrue(file_.has_tag(tag)) - tags...
Add minor changes to test_object_untag unit test
solvebio_solvebio-python
train
c79a75453cd95d2b1c03b77bce4d62c37312ad2c
diff --git a/src/DateTime.php b/src/DateTime.php index <HASH>..<HASH> 100644 --- a/src/DateTime.php +++ b/src/DateTime.php @@ -139,7 +139,7 @@ class DateTime extends NetteDateTime */ public function getFirstDayOfWeek(): self { - return $this->modifyClone('first day of this week') + return $this->modifyClone('t...
Fix: Datetime:getFirstDayOfWeek, Datetime:getLastDayOfWeek. Methods now returns first/last day of week instead of first/last day of month.
contributte_utils
train
cfc1c7efca8503952d72e2ddb81f25b54824d92b
diff --git a/csg.js b/csg.js index <HASH>..<HASH> 100644 --- a/csg.js +++ b/csg.js @@ -133,7 +133,8 @@ CSG.Matrix4x4 = require('./src/math/Matrix4') CAG.Side = require('./src/math/Side') -CSG.Connector = require('./src/connectors') +CSG.Connector = require('./src/connectors').Connector +CSG.ConnectorList = require...
fix(ConnectorsList): add back missing ConnectorsList (#<I>) * fix(ConnectorList): added missing ConnectorList export * test(connectors): added very basic check for ConnectorList objects
jscad_csg.js
train
21872c92485b71e13cf7bce018f8e7578720b5dc
diff --git a/definitions/npm/mousetrap_v1.x.x/flow_v0.21.x-/mousetrap_v1.x.x.js b/definitions/npm/mousetrap_v1.x.x/flow_v0.21.x-/mousetrap_v1.x.x.js index <HASH>..<HASH> 100644 --- a/definitions/npm/mousetrap_v1.x.x/flow_v0.21.x-/mousetrap_v1.x.x.js +++ b/definitions/npm/mousetrap_v1.x.x/flow_v0.21.x-/mousetrap_v1.x.x....
Mousetrap update: Enable unbinding Array<string> (#<I>) * Update mousetrap definition Mousetrap's unbind function can accept an array of strings. This updates the flowtype accordingly. * Update mousetrap test Updates the mousetrap test to test taking an array of strings.
flow-typed_flow-typed
train
9d33d472ae7bea61ad38e51a800e41209d5bc0f7
diff --git a/store/tikv/gc_worker.go b/store/tikv/gc_worker.go index <HASH>..<HASH> 100644 --- a/store/tikv/gc_worker.go +++ b/store/tikv/gc_worker.go @@ -23,8 +23,10 @@ import ( "github.com/ngaut/log" "github.com/pingcap/kvproto/pkg/kvrpcpb" "github.com/pingcap/tidb" + "github.com/pingcap/tidb/context" "github...
store/tikv: use RestrictedSQLExecutor to execute sql in GC worker. (#<I>) Internal SQL query should use RestrictedSQLExecutor.
pingcap_tidb
train
eb8447766e2264065d8f8f704964fbc74a41d5c7
diff --git a/lib/common.js b/lib/common.js index <HASH>..<HASH> 100644 --- a/lib/common.js +++ b/lib/common.js @@ -306,6 +306,11 @@ TestFile.prototype.runTests = function(callback) { function(callback) { var queue; + if (exportedFunctionsNames.length === 0) { + callback(); + return; + ...
Don't timeout and immediately return if no test function is exported.
cloudkick_whiskey
train
7af8c6acc446b9870860c1ec6cc8786348249062
diff --git a/pkg/util/node/node.go b/pkg/util/node/node.go index <HASH>..<HASH> 100644 --- a/pkg/util/node/node.go +++ b/pkg/util/node/node.go @@ -64,13 +64,6 @@ func GetPreferredNodeAddress(node *v1.Node, preferredAddressTypes []v1.NodeAddre return address.Address, nil } } - // If hostname was requested a...
Make node status addresses authoritative for kube-apiserver -> kubelet connections
kubernetes_kubernetes
train
ee85ff0e5e7050d262e88681e4c807a10d0f4a54
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -19,6 +19,7 @@ import os import sys from setuptools import setup +from setuptools import find_packages LONG_DESCRIPTION = """django-ca is a tool to manage TLS certificate authorities and easily issue and revoke certifi...
use find_packages() to make sure all packages are included (fixes #<I>)
mathiasertl_django-ca
train
2e1cff5d91f5be56ad0d95e01277d4974571b78b
diff --git a/src/org/opencms/search/solr/CmsSolrIndexWriter.java b/src/org/opencms/search/solr/CmsSolrIndexWriter.java index <HASH>..<HASH> 100644 --- a/src/org/opencms/search/solr/CmsSolrIndexWriter.java +++ b/src/org/opencms/search/solr/CmsSolrIndexWriter.java @@ -151,7 +151,7 @@ public class CmsSolrIndexWriter imple...
Escaping special characters in Solr queries.
alkacon_opencms-core
train
5c3dee84a6323d2f09543409378f8629be6f1108
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -47,14 +47,9 @@ var e = Deployor.exec = function (cmd) { return sh.exec(cmd); }; -Deployor.cloneRepoBranch = function cloneRepoBranch(branchName, destPath, options) { +Deployor.cloneRepoBranch = function cloneRepoBranch(...
refacto(clone): prefer using one argument method
douglasduteil_node-git-deployor
train
e1d6a3bb7ee5c3c3e4143434d00d38ad31d3b3da
diff --git a/desktop/ui/src/main/java/org/datacleaner/util/GraphUtils.java b/desktop/ui/src/main/java/org/datacleaner/util/GraphUtils.java index <HASH>..<HASH> 100644 --- a/desktop/ui/src/main/java/org/datacleaner/util/GraphUtils.java +++ b/desktop/ui/src/main/java/org/datacleaner/util/GraphUtils.java @@ -49,7 +49,7 @@...
Made arrow in JobGraph slightly smaller
datacleaner_DataCleaner
train
fe6e2afba4cf058536f2f178eba1c75de28afc19
diff --git a/Classes/Cache/StaticFileBackend.php b/Classes/Cache/StaticFileBackend.php index <HASH>..<HASH> 100644 --- a/Classes/Cache/StaticFileBackend.php +++ b/Classes/Cache/StaticFileBackend.php @@ -53,7 +53,10 @@ class StaticFileBackend extends StaticDatabaseBackend implements TransientBacken ]; ...
Fix #<I> - Add the explanation cache entry only, if there is no valid one with the same URI
lochmueller_staticfilecache
train
eac93825e4b1cdcc935363dede706b9f90628c10
diff --git a/gh-pages.js b/gh-pages.js index <HASH>..<HASH> 100755 --- a/gh-pages.js +++ b/gh-pages.js @@ -58,19 +58,26 @@ const download = async (baseDir, url) => { await page.goto(url, {waitUntil: 'networkidle0'}) await page.evaluate(async () => { - return Promise.all( - [...document.querySelectorAll(...
do also download nested embed assets
heiseonline_embetty
train
650a4b8d66257466fe85ab44d62b9b62b4828605
diff --git a/cmd/client-url.go b/cmd/client-url.go index <HASH>..<HASH> 100644 --- a/cmd/client-url.go +++ b/cmd/client-url.go @@ -207,8 +207,11 @@ func firstURL2Stat(ctx context.Context, prefix string, timeRef time.Time) (clien return nil, nil, err.Trace(prefix) } content = <-client.List(ctx, ListOptions{Recurs...
cp: Fix crash with recursive copy with non existant resource (#<I>) Fixing a recent regression introduced when copying a non existent bucket or prefix when --recursive flag is passed.
minio_mc
train
2ae0f929606a997da46b2923a3069b714f45729a
diff --git a/src/Psalm/Internal/Provider/FileReferenceCacheProvider.php b/src/Psalm/Internal/Provider/FileReferenceCacheProvider.php index <HASH>..<HASH> 100644 --- a/src/Psalm/Internal/Provider/FileReferenceCacheProvider.php +++ b/src/Psalm/Internal/Provider/FileReferenceCacheProvider.php @@ -30,6 +30,7 @@ use Psalm\C...
Store files-referencing-classes between runs to enable unreferenced code --diff mode
vimeo_psalm
train
c2df37ad91ba623ade6a3b7c9b27dbfb0ab92c3a
diff --git a/test/unit/autoNumeric.spec.js b/test/unit/autoNumeric.spec.js index <HASH>..<HASH> 100644 --- a/test/unit/autoNumeric.spec.js +++ b/test/unit/autoNumeric.spec.js @@ -529,6 +529,18 @@ describe(`autoNumeric 'set' method`, () => { aNInput.autoNumeric('set', '6789012.345'); expect(aNInput.aut...
Add tests to check if `set()` respect the `vMin` and `vMax` settings.
autoNumeric_autoNumeric
train
06c93d97899c56953c8b79a200a13429fd07865b
diff --git a/static/lib/composer/uploads.js b/static/lib/composer/uploads.js index <HASH>..<HASH> 100644 --- a/static/lib/composer/uploads.js +++ b/static/lib/composer/uploads.js @@ -227,6 +227,8 @@ define('composer/uploads', [ var filenameMapping = []; for (var i = 0; i < files.length; ++i) { + // The filena...
fix: client-side filename should also not contain iterator or timestamp closes nodebb/nodebb#<I>
NodeBB_nodebb-plugin-composer-default
train
b7dd3a02c70ac4034dcca3ba46c716e8a7c55474
diff --git a/tables/table.py b/tables/table.py index <HASH>..<HASH> 100644 --- a/tables/table.py +++ b/tables/table.py @@ -3,7 +3,7 @@ from .metatable import MetaTable -from .urls import parse +from .urls import extract class Table(object): @@ -16,7 +16,7 @@ class Table(object): if request is not N...
renamed tables.urls.parse to 'extract'. it wasn't parsing anything.
adammck_djtables
train
f6ef51927a556b8b3a64723bb4a3df375782bb9a
diff --git a/lib/grape_token_auth/apis/registration_api.rb b/lib/grape_token_auth/apis/registration_api.rb index <HASH>..<HASH> 100644 --- a/lib/grape_token_auth/apis/registration_api.rb +++ b/lib/grape_token_auth/apis/registration_api.rb @@ -3,13 +3,21 @@ module GrapeTokenAuth format :json helpers do - ...
Modify registration API to respect url whitelist
mcordell_grape_token_auth
train
54fe03788ae912faf03f26c594adcf005d261dbe
diff --git a/src/Response.php b/src/Response.php index <HASH>..<HASH> 100644 --- a/src/Response.php +++ b/src/Response.php @@ -155,7 +155,7 @@ class Response implements ResponseInterface * corresponding value will be used. * @return void */ - public function setStatus($code, $reasonPhrase = nul...
Refactored Response to use new mutator verbiage
phly_http
train
c520856b39524e74cd8b0af9a08d7ccca6cda02d
diff --git a/alot/account.py b/alot/account.py index <HASH>..<HASH> 100644 --- a/alot/account.py +++ b/alot/account.py @@ -42,8 +42,8 @@ class Account(object): def __init__(self, dbman, address=None, aliases=None, realname=None, gpg_key=None, signature=None, signature_filename=None, - ...
Hard code 'sent' and 'draft' as default tags for sent mails and drafts
pazz_alot
train
9fee7c831b8bd1606c5bfed329df9d5bab87cd02
diff --git a/lex.go b/lex.go index <HASH>..<HASH> 100644 --- a/lex.go +++ b/lex.go @@ -55,8 +55,6 @@ func (x *hclLex) Lex(yylval *hclSymType) int { } switch c { - case ':': - return COLON case ',': return COMMA case '=': diff --git a/lex_test.go b/lex_test.go index <HASH>..<HASH> 100644 --- a/lex_t...
Remove colons from the normal lexer
hashicorp_hcl
train
a27c4a603a49c23c70956c7195bb7aac2439319e
diff --git a/src/Composer/Autoload/NamespaceAutoloader.php b/src/Composer/Autoload/NamespaceAutoloader.php index <HASH>..<HASH> 100644 --- a/src/Composer/Autoload/NamespaceAutoloader.php +++ b/src/Composer/Autoload/NamespaceAutoloader.php @@ -22,4 +22,9 @@ abstract class NamespaceAutoloader implements Autoloader {...
Different apporach to this reverted commit, same outcome Revert "All class directories will now be prefixed with vendor/package" This reverts commit c<I>d<I>c<I>d<I>dea<I>e5d<I>bbdba2.
coenjacobs_mozart
train
30595af6e48b05dbbda0681ff7da5b377f02897e
diff --git a/examples/src/main/java/org/bitcoinj/examples/ForwardingService.java b/examples/src/main/java/org/bitcoinj/examples/ForwardingService.java index <HASH>..<HASH> 100644 --- a/examples/src/main/java/org/bitcoinj/examples/ForwardingService.java +++ b/examples/src/main/java/org/bitcoinj/examples/ForwardingServic...
ForwardingService: use collectingAndThen() to simplify forwardingCoinSelector()
bitcoinj_bitcoinj
train
08eceb5eafe482ebb4423fdf6525a3fa2d3adba3
diff --git a/ns1/rest/zones.py b/ns1/rest/zones.py index <HASH>..<HASH> 100644 --- a/ns1/rest/zones.py +++ b/ns1/rest/zones.py @@ -13,6 +13,7 @@ class Zones(resource.BaseResource): INT_FIELDS = ['ttl', 'retry', 'refresh', 'expiry', 'nx_ttl'] PASSTHRU_FIELDS = ['secondary', 'hostmaster', 'meta', 'networks', ...
Add dnssec flag to BOOL_FIELDS for zones
ns1_ns1-python
train
11fb14115ea47d53a61fa666a94e60d585fb3a4d
diff --git a/lib/plugins/aws/invokeLocal/index.js b/lib/plugins/aws/invokeLocal/index.js index <HASH>..<HASH> 100644 --- a/lib/plugins/aws/invokeLocal/index.js +++ b/lib/plugins/aws/invokeLocal/index.js @@ -633,9 +633,8 @@ class AwsInvokeLocal { const javaBridgePath = await this.resolveRuntimeWrapperPath('java'); ...
fix: Properly handle error if Java bridge is not present
serverless_serverless
train
cff5e70a8edad21340d2bd36f49c67f90d285a5c
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -24,6 +24,8 @@ setup( version=VERSION, author="Informatika Mihelac", author_email="bmihelac@mihelac.org", + license='BSD License', + platforms=['OS Independent'], url="https://github.com/bmihelac/djan...
Add license and platforms to setup.py
django-import-export_django-import-export
train
7d1230c008e86bd989b6875b3cd3901f38f4ff75
diff --git a/lib/fog/storage/requests/rackspace/head_object.rb b/lib/fog/storage/requests/rackspace/head_object.rb index <HASH>..<HASH> 100644 --- a/lib/fog/storage/requests/rackspace/head_object.rb +++ b/lib/fog/storage/requests/rackspace/head_object.rb @@ -12,7 +12,7 @@ module Fog def head_object(container, ...
Rackspace Storage's head_object method uses the HEAD HTTP method, not GET
fog_fog
train
65b0968f40986f1d4b51f11ef196b37fbd918a4e
diff --git a/core/server/data/schema.js b/core/server/data/schema.js index <HASH>..<HASH> 100644 --- a/core/server/data/schema.js +++ b/core/server/data/schema.js @@ -8,7 +8,7 @@ var db = { html: {type: 'text', maxlength: 16777215, fieldtype: 'medium', nullable: true}, image: {type: 'text', ma...
Change validation for posts 'page' attribute. issue #<I> - changed validation for 'page' to expect '0' or '1', rather than 'true' or 'false' - Added a 'can change a post to static page' test - Added a 'can change a static page to a post' test
TryGhost_Ghost
train
163ae38c056e579268c124347de483776badb65a
diff --git a/js/poloniex.js b/js/poloniex.js index <HASH>..<HASH> 100644 --- a/js/poloniex.js +++ b/js/poloniex.js @@ -312,7 +312,7 @@ module.exports = class poloniex extends Exchange { let side = trade['type']; let fee = undefined; let cost = this.safeFloat (trade, 'total'); - let amo...
removed excessive this. typo preceding parseFloat in poloniex
ccxt_ccxt
train
a950bb73c5587b886137d35c2b204f43870a0801
diff --git a/spyder/widgets/panels/tests/test_scrollflag.py b/spyder/widgets/panels/tests/test_scrollflag.py index <HASH>..<HASH> 100644 --- a/spyder/widgets/panels/tests/test_scrollflag.py +++ b/spyder/widgets/panels/tests/test_scrollflag.py @@ -15,6 +15,7 @@ import pytest # Local imports from spyder.widgets.sourc...
Commenting and skip if PyQt4 Explained how the action of holding the alt key is simulated in the test.
spyder-ide_spyder
train
767b76df1f5ef940314e643007a1d4c264d9c7fd
diff --git a/rawdisk/filesystems/ntfs/mft.py b/rawdisk/filesystems/ntfs/mft.py index <HASH>..<HASH> 100644 --- a/rawdisk/filesystems/ntfs/mft.py +++ b/rawdisk/filesystems/ntfs/mft.py @@ -20,7 +20,7 @@ MFT_ENTRY_UPCASE = 0xA MFT_ENTRY_EXTEND = 0xB -class MFT_Entry_Header(RawStruct): +class MftEntryHeader(RawStruct)...
Renamed mft classes
dariusbakunas_rawdisk
train
c12f83b0e2e8aa12c428df2949232ff08537ae9d
diff --git a/lib/https/index.js b/lib/https/index.js index <HASH>..<HASH> 100644 --- a/lib/https/index.js +++ b/lib/https/index.js @@ -427,8 +427,8 @@ function resolveWebsocket(socket, callback, wss) { var forwardedFor = util.getMatcherValue(_rules.forwardedFor); if (forwardedFor) { h...
refactor: custom x-forwarded-for
avwo_whistle
train
5d62ed84e0273786fc3aee998609ea8a9d53a4b7
diff --git a/floyd/cli/run.py b/floyd/cli/run.py index <HASH>..<HASH> 100644 --- a/floyd/cli/run.py +++ b/floyd/cli/run.py @@ -3,6 +3,7 @@ import click from tabulate import tabulate from time import sleep import webbrowser +import sys from floyd.constants import DEFAULT_ENV from floyd.client.data import DataClie...
fix: hint user to create new project on legacy cli config
floydhub_floyd-cli
train
1cc0e42a86aff44d8e6c542803f2b0e81f9072c1
diff --git a/backup/converter/moodle1/lib.php b/backup/converter/moodle1/lib.php index <HASH>..<HASH> 100644 --- a/backup/converter/moodle1/lib.php +++ b/backup/converter/moodle1/lib.php @@ -341,10 +341,11 @@ class moodle1_converter extends base_converter { $element = $this->pathelements[$path]; $po...
The current element's data are passed to the on_element_end() event handler
moodle_moodle
train
376f15f7dbe7dcbabf03fd1baa992e584e351f3f
diff --git a/src/main/java/com/box/sdk/BoxCollaboration.java b/src/main/java/com/box/sdk/BoxCollaboration.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/box/sdk/BoxCollaboration.java +++ b/src/main/java/com/box/sdk/BoxCollaboration.java @@ -69,13 +69,13 @@ public class BoxCollaboration extends BoxResource { ...
Remove generics from Info types Generics are unnecessary because Java supports return type covariance! The original intent of having a generic Info base type was so that BoxResource subclasses could return a more specific Info object (this is what you'd have to do in C#).
box_box-java-sdk
train
1c12ead951c0bac3d8847470d8f84e438ada7a2b
diff --git a/builtin/providers/github/resource_github_membership.go b/builtin/providers/github/resource_github_membership.go index <HASH>..<HASH> 100644 --- a/builtin/providers/github/resource_github_membership.go +++ b/builtin/providers/github/resource_github_membership.go @@ -53,11 +53,9 @@ func resourceGithubMembers...
provider/github: Remove unsafe ptr dereferencing (#<I>)
hashicorp_terraform
train
b141efea0660617584868fbf857af436992d6824
diff --git a/mplotqueries/mplotqueries.py b/mplotqueries/mplotqueries.py index <HASH>..<HASH> 100755 --- a/mplotqueries/mplotqueries.py +++ b/mplotqueries/mplotqueries.py @@ -35,18 +35,21 @@ class MongoPlotQueries(object): else: self._group(self.args['group']) - if self.args['reset']: + ...
changed interface for overlays slightly. now use the following: --overlay or --overlay add to add an overlay --overlay list to list existing overlays --overlay reset to reset overlays This is cleaner than the --reset command before and allows for more overlay commands without clu...
rueckstiess_mtools
train
6dda5c4963207d308464d54e9187a317bf344a6b
diff --git a/src/virtual-machine.js b/src/virtual-machine.js index <HASH>..<HASH> 100644 --- a/src/virtual-machine.js +++ b/src/virtual-machine.js @@ -478,6 +478,9 @@ class VirtualMachine extends EventEmitter { // Clear the current runtime this.clear(); + if (typeof performance !== 'undefined...
use performance.mark to measure deserialize time
LLK_scratch-vm
train
3ba2daf504e966f9ac234ea80a5b3663371aa589
diff --git a/src/main/java/org/jboss/pressgang/ccms/contentspec/Node.java b/src/main/java/org/jboss/pressgang/ccms/contentspec/Node.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/jboss/pressgang/ccms/contentspec/Node.java +++ b/src/main/java/org/jboss/pressgang/ccms/contentspec/Node.java @@ -8,7 +8,7 @@ packa...
Fixed the Content Spec Transformer to set line numbers.
pressgang-ccms_PressGangCCMSContentSpec
train
9f53ca680cf161b2283ceea9bede9be1d043d6fa
diff --git a/tests/test_table_css.py b/tests/test_table_css.py index <HASH>..<HASH> 100644 --- a/tests/test_table_css.py +++ b/tests/test_table_css.py @@ -69,9 +69,19 @@ class TableTest(TestCase): </html> """ - context = pisaParser(BytesIO(html.encode('utf-8')), pisaContext(None)) - - ...
Keep tests quieter (#<I>) - Asserts for one intentional warning on empty tables - Fixes width to "None" to avoid another warning where an empty string results in a warning
xhtml2pdf_xhtml2pdf
train
93c6d9642fdd40c005b2c86a6480309c446ee3e5
diff --git a/test/spec/LanguageManager-test.js b/test/spec/LanguageManager-test.js index <HASH>..<HASH> 100644 --- a/test/spec/LanguageManager-test.js +++ b/test/spec/LanguageManager-test.js @@ -54,6 +54,7 @@ define(function (require, exports, module) { } function validateLanguage(expected, ...
Fixed language manager unit test. Issue #<I>
adobe_brackets
train
7649c286f0cd642476c0210d881d5831e2d6c48b
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -1,4 +1,3 @@ - try: from setuptools import setup except ImportError: @@ -6,7 +5,7 @@ except ImportError: setup(name='ImageScraper', version='2.0.5', - install_requires=['lxml', 'requests'], + install_r...
Added future version <I> to setup.py and requirements.txt and mentioned this additional dependency in the readme. Added environment folder and test image folders to .gitignore. Fixed some typos in command line argument help.
sananth12_ImageScraper
train
99b90f83de872bbc014661494548447879fdb138
diff --git a/src/baguetteBox.js b/src/baguetteBox.js index <HASH>..<HASH> 100644 --- a/src/baguetteBox.js +++ b/src/baguetteBox.js @@ -38,6 +38,8 @@ var baguetteBox = (function() { var touchStartX; // If set to true ignore touch events because animation was already fired var touchFlag = false; + // Re...
Ignore elements that don't link to an image. Resolves #4
feimosi_baguetteBox.js
train
1e83f91781fa30ea725a4bcec38022a37a956160
diff --git a/ide/debug/src/main/java/org/overture/ide/debug/core/launching/VdmLaunchConfigurationDelegate.java b/ide/debug/src/main/java/org/overture/ide/debug/core/launching/VdmLaunchConfigurationDelegate.java index <HASH>..<HASH> 100644 --- a/ide/debug/src/main/java/org/overture/ide/debug/core/launching/VdmLaunchConf...
Brings the VDM console of a launch to the front of the view When a launch is made requesting an interactive session, the VDM console does not always appear in the Eclipse console view. Instead the Interpreter console is shown. This commit introduces a bring to front call after the Interpreter has connected, thus its c...
overturetool_overture
train
ebab25b1dfe496ff2564935c75bdd179b711caea
diff --git a/CHANGELOG.md b/CHANGELOG.md index <HASH>..<HASH> 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ * SQL: index vertex columns on edge table * Elasticsearch: Load field mapping on startup * Search: Add CalendarFieldAggregation +* StreamingPropertyValue: Add `readToString` method with offset a...
StreamingPropertyValue: Add method with offset and limit
visallo_vertexium
train
1cef084f763676d75e4a684ea341af7b4bcc2dfe
diff --git a/azurerm/internal/services/compute/windows_virtual_machine_scale_set_extensions_test.go b/azurerm/internal/services/compute/windows_virtual_machine_scale_set_extensions_test.go index <HASH>..<HASH> 100644 --- a/azurerm/internal/services/compute/windows_virtual_machine_scale_set_extensions_test.go +++ b/azur...
r/windows_virtual_machine_scale_set: adding an "extension only settings" test This matches the Linux VMSS resource
terraform-providers_terraform-provider-azurerm
train
068c0375f9929e69fafd1589e8db40ba54ed944f
diff --git a/cmd/ipfs/ipfs.go b/cmd/ipfs/ipfs.go index <HASH>..<HASH> 100644 --- a/cmd/ipfs/ipfs.go +++ b/cmd/ipfs/ipfs.go @@ -149,7 +149,11 @@ type cmdContext struct { // setupCmdContext initializes a cmdContext structure from a given command. func setupCmdContext(c *commander.Command, online bool) (cc cmdContext,...
bugfix: get to root cmd for config flag
ipfs_go-ipfs
train
d6341d05913510743aecd2560641e2283b5e54a2
diff --git a/lib/simple_navigation/controller_methods.rb b/lib/simple_navigation/controller_methods.rb index <HASH>..<HASH> 100644 --- a/lib/simple_navigation/controller_methods.rb +++ b/lib/simple_navigation/controller_methods.rb @@ -56,6 +56,7 @@ module SimpleNavigation # # The specified symbol must mat...
+ added deprecation warning for explicit highlighting in controllers
codeplant_simple-navigation
train
4a6fcfc2cd04b12ef65598861d74fc0193aab4fa
diff --git a/bin/phantomas.js b/bin/phantomas.js index <HASH>..<HASH> 100755 --- a/bin/phantomas.js +++ b/bin/phantomas.js @@ -98,7 +98,7 @@ child = phantomas(url, options, function(err, res) { reporter = require('../core/reporter')(results, options); debug('Emitting results...'); - console.log(reporter.render...
Reporters: don't force additional newline
macbre_phantomas
train
a9f1d6bb3be3b167393d914a724d577aa848b8ee
diff --git a/demos/3.x/src/router/index.js b/demos/3.x/src/router/index.js index <HASH>..<HASH> 100644 --- a/demos/3.x/src/router/index.js +++ b/demos/3.x/src/router/index.js @@ -97,7 +97,7 @@ const router = createRouter({ name: 'error-403', component: loadView('error/403'), }, { - ...
Update router <I> catch all route.
websanova_vue-auth
train
53c6939f8c7573d38e30c85f510b20cc3657d660
diff --git a/lib/koa-json-logger.js b/lib/koa-json-logger.js index <HASH>..<HASH> 100644 --- a/lib/koa-json-logger.js +++ b/lib/koa-json-logger.js @@ -45,6 +45,14 @@ module.exports = function koaLogger(opts) { var config = _.extend(configDefaults, opts), env = process.env.NODE_ENV; + var outStream = { level:...
Set path option to null to stream to stdout/stderr
rudijs_koa-json-logger
train
6fa610d65d88b1560244e2b79225f789583fcea2
diff --git a/lib/sandi_meter/calculator.rb b/lib/sandi_meter/calculator.rb index <HASH>..<HASH> 100644 --- a/lib/sandi_meter/calculator.rb +++ b/lib/sandi_meter/calculator.rb @@ -145,7 +145,7 @@ module SandiMeter @data[:classes].select { |c| c.controller? }.each do |klass| total_controllers_amount += ...
FIX #<I> check if controllers has actions and only than check if there is instance variables
makaroni4_sandi_meter
train
535af50a1ca597fcc6a1b52a912a36affede0f12
diff --git a/tests/python/pants_test/tasks/test_changed_target_integration.py b/tests/python/pants_test/tasks/test_changed_target_integration.py index <HASH>..<HASH> 100644 --- a/tests/python/pants_test/tasks/test_changed_target_integration.py +++ b/tests/python/pants_test/tasks/test_changed_target_integration.py @@ -6...
xfail test broken by shallow clone Hopefully a better long term solution is to follow, but at least this should get CI green. Reviewed at <URL>
pantsbuild_pants
train
ad0feb2f67f0d5e1ad348f84da286a0aa9732986
diff --git a/tests/FluentDOM/Serializer/Json/RabbitFishTest.php b/tests/FluentDOM/Serializer/Json/RabbitFishTest.php index <HASH>..<HASH> 100644 --- a/tests/FluentDOM/Serializer/Json/RabbitFishTest.php +++ b/tests/FluentDOM/Serializer/Json/RabbitFishTest.php @@ -60,6 +60,10 @@ namespace FluentDOM\Serializer\Json { ...
Tested: FluentDOM\Serializer\Json\RabbitFish with attributes in element with mixed content
ThomasWeinert_FluentDOM
train
eda093137e9c39aebcf1c6aa7383654bccc8d8e6
diff --git a/telemetry/telemetry/page/page_measurement_results.py b/telemetry/telemetry/page/page_measurement_results.py index <HASH>..<HASH> 100644 --- a/telemetry/telemetry/page/page_measurement_results.py +++ b/telemetry/telemetry/page/page_measurement_results.py @@ -58,8 +58,6 @@ class PageMeasurementResults(page_t...
[Telemetry]: Move assert on page measurement results name into Value object. The use of a '.' in a trace name only breaks the telemetry value result if it occurs in a value which does not have a trace_name. This CL moves the assert into the Value object so that the assert doesn't fire in other situations (such as the...
catapult-project_catapult
train
66b6a4c6c420580a8567f75572837e579c216f5f
diff --git a/lib/Model/Base.php b/lib/Model/Base.php index <HASH>..<HASH> 100644 --- a/lib/Model/Base.php +++ b/lib/Model/Base.php @@ -401,7 +401,7 @@ abstract class Base */ public function singularize($word) { - return $this->getFormatter()->getInflector()->pluralize($word); + return $thi...
fix bug - Model\Base singularize method is calling the pluralize method from Doctrine Inflector
mysql-workbench-schema-exporter_mysql-workbench-schema-exporter
train
e9e3488eeca4c9e4483bbea6ad9e707afa5261e8
diff --git a/lib/formtastic/helpers/inputs_helper.rb b/lib/formtastic/helpers/inputs_helper.rb index <HASH>..<HASH> 100644 --- a/lib/formtastic/helpers/inputs_helper.rb +++ b/lib/formtastic/helpers/inputs_helper.rb @@ -273,16 +273,15 @@ module Formtastic options[:as] ||= default_input_type(method...
refactor the input class detection (with thanks to pixeltrix)
justinfrench_formtastic
train
db35f9a8053d238cf270c8a482d788946cc3b1a9
diff --git a/test/moneyflow_tests.js b/test/moneyflow_tests.js index <HASH>..<HASH> 100644 --- a/test/moneyflow_tests.js +++ b/test/moneyflow_tests.js @@ -216,7 +216,7 @@ contract('Moneyflow', (accounts) => { token = await StdDaoToken.new("StdToken","STDT",18, true, true, true, 1000000000000000000000000000); - ...
Update StdDaoToken - copy balances when voting begins v <I>
Thetta_Thetta-DAO-Framework
train
4a0a15e100e844c08ff06e2d735126783e3e7379
diff --git a/pwkit/fk10.py b/pwkit/fk10.py index <HASH>..<HASH> 100755 --- a/pwkit/fk10.py +++ b/pwkit/fk10.py @@ -233,20 +233,12 @@ def do_figure9_calc_highlevel(shlib_path): """Reproduce the calculation used to produce Figure 9 of the Fleischman & Kuznetsov (2010) paper, using our high-level interfaces. +...
pwkit/fk<I>.py: add quick way to set up a useful Calculator
pkgw_pwkit
train
274f1ba90717466bdca2732e935a6cd2e28c22c1
diff --git a/core/client/mixins/editor-base-controller.js b/core/client/mixins/editor-base-controller.js index <HASH>..<HASH> 100644 --- a/core/client/mixins/editor-base-controller.js +++ b/core/client/mixins/editor-base-controller.js @@ -9,9 +9,9 @@ var EditorControllerMixin = Ember.Mixin.create({ * Only with a ...
Fix Editor Save Button not allowing unpublish Closes #<I>
TryGhost_Ghost
train