hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
54504f25756d2f7caf23236df1698e0f8f51a2fe
diff --git a/test/jws.test.js b/test/jws.test.js index <HASH>..<HASH> 100644 --- a/test/jws.test.js +++ b/test/jws.test.js @@ -58,7 +58,6 @@ BITS.forEach(function (bits) { const parts = jws.decode(jwsObj); t.ok(jws.verify(jwsObj, alg, secret), 'should verify'); t.notOk(jws.verify(jwsObj, alg, 'something ...
remove "non-matching algorithm" assert in HS tests while on older nodes (<I>-) passing a bad key to RS/ES just printed a message, in newer nodes this is an error. easiest to just not include that type of assertion in the test
brianloveswords_node-jws
train
44d54359ddfb52d7844914f46b5b8bce75150f10
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -1,7 +1,4 @@ #!/usr/bin/env python -import os -import shutil -import sys from setuptools import setup, find_packages VERSION = '0.1.1'
Remove unused imports in setup.py
pytorch_text
train
97935c7e6e94402e727767ffd830f115b8108901
diff --git a/CHANGELOG.md b/CHANGELOG.md index <HASH>..<HASH> 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.1.2 (2014-03-11) + +* Fix quiet option cli setting + ## 0.1.1 (2014-03-06) New Features: diff --git a/lib/racker/cli.rb b/lib/racker/cli.rb index <HASH>..<HASH> 100644 --- a/lib/racker/cl...
Small cleanup on the --quiet command line option
aspring_racker
train
cf65567e6591ce610d105bcd1fe4af5dd17fab08
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from distutils.core import setup setup( name='py-canary', - version='0.4.0', + version='0.4.1', packages=['canary'], url='https://github.com/snjoetw/py-canary', license='MIT',
Bumped up version to <I>
snjoetw_py-canary
train
5aa1776149eb275f1e029d05d450cafd6f05f22d
diff --git a/spec/lib/uservoice/client_spec.rb b/spec/lib/uservoice/client_spec.rb index <HASH>..<HASH> 100644 --- a/spec/lib/uservoice/client_spec.rb +++ b/spec/lib/uservoice/client_spec.rb @@ -197,7 +197,7 @@ describe UserVoice::Client do # this recreates somebody somebody = subject.login_as('somebodyther...
Deleting and recreating a user nowadays reuses same row.
uservoice_uservoice-ruby
train
59a5816083041ebedd0260f10f77c2be41bdf148
diff --git a/src/Interface.py b/src/Interface.py index <HASH>..<HASH> 100755 --- a/src/Interface.py +++ b/src/Interface.py @@ -14,24 +14,15 @@ def get_ip_address(ifname): get_ip_address | <interface> e.g. get_ip_address | eth0 """ - cmd = [_get_ifconfig_cmd()] - if platform in WINDOWS: - cmd...
Refactored interface handling a bit. Still need to get rid of some repetition. All tests (except gtpv2) pass in every environment.
robotframework_Rammbock
train
f09545313fa065df077be071a30563c306b9106e
diff --git a/tests/testapp/tests/test_can_classify_queries_into_read_and_write_other.py b/tests/testapp/tests/test_can_classify_queries_into_read_and_write_other.py index <HASH>..<HASH> 100644 --- a/tests/testapp/tests/test_can_classify_queries_into_read_and_write_other.py +++ b/tests/testapp/tests/test_can_classify_qu...
rename test name to match code's terminology
PaesslerAG_django-performance-testing
train
865e285ec33644b4bfe6d04dabc8e9c7e98a7c33
diff --git a/ui/app/routes/csi/plugins/plugin.js b/ui/app/routes/csi/plugins/plugin.js index <HASH>..<HASH> 100644 --- a/ui/app/routes/csi/plugins/plugin.js +++ b/ui/app/routes/csi/plugins/plugin.js @@ -15,8 +15,8 @@ export default Route.extend(WithWatchers, { args: ['csi.plugins'], }, { - label: ...
Use the correct plugin property for the breadcrumb
hashicorp_nomad
train
195a5bd73079f8f78ce2260a213d28451ddce0d0
diff --git a/parser.js b/parser.js index <HASH>..<HASH> 100644 --- a/parser.js +++ b/parser.js @@ -150,6 +150,12 @@ Parser.readable('dual', function dual(licenses) { }); /** + * Tokenizer for the license files so we can figure how much lines of text from + * the given license matches against a string. + * + * @para...
[codestyle] Added missing jsdoc
3rd-Eden_licenses
train
5a74aa3698154f50298bf2290a878457d89afb1c
diff --git a/plugins/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/antlr/AbstractContentAssistParser.java b/plugins/org.eclipse.xtext.ide/src/org/eclipse/xtext/ide/editor/contentassist/antlr/AbstractContentAssistParser.java index <HASH>..<HASH> 100644 --- a/plugins/org.eclipse.xtext.ide/src/org/e...
Expose accessors for new properties in AbstractContentAssistParser
eclipse_xtext-core
train
cb8bee447746b37606493926d3b47a923c55f3fd
diff --git a/cdm/src/main/java/ucar/nc2/ft/point/writer/WriterCFPointDataset.java b/cdm/src/main/java/ucar/nc2/ft/point/writer/WriterCFPointDataset.java index <HASH>..<HASH> 100644 --- a/cdm/src/main/java/ucar/nc2/ft/point/writer/WriterCFPointDataset.java +++ b/cdm/src/main/java/ucar/nc2/ft/point/writer/WriterCFPointDa...
use double instead of int for time
Unidata_thredds
train
f54c265695f307410ab3814fedb0619426058425
diff --git a/src/com/google/javascript/jscomp/AstValidator.java b/src/com/google/javascript/jscomp/AstValidator.java index <HASH>..<HASH> 100644 --- a/src/com/google/javascript/jscomp/AstValidator.java +++ b/src/com/google/javascript/jscomp/AstValidator.java @@ -471,6 +471,8 @@ public class AstValidator implements Comp...
Fixed transpilation for classes with semicolons after class members. ------------- Created by MOE: <URL>
google_closure-compiler
train
404b7af74fb65299aa9c14e0e40541e3a4a68285
diff --git a/setuptools/command/bdist_wininst.py b/setuptools/command/bdist_wininst.py index <HASH>..<HASH> 100755 --- a/setuptools/command/bdist_wininst.py +++ b/setuptools/command/bdist_wininst.py @@ -2,10 +2,14 @@ from distutils.command.bdist_wininst import bdist_wininst as _bdist_wininst class bdist_wininst(_bdi...
Update workaround to reference filed ticket.
pypa_setuptools
train
a84c1578c058ac071f47c925ebe7b4b0886d214a
diff --git a/dist/list-to-tree.js b/dist/list-to-tree.js index <HASH>..<HASH> 100644 --- a/dist/list-to-tree.js +++ b/dist/list-to-tree.js @@ -51,7 +51,7 @@ module.exports = class LTT{ const { key_child, empty_children } = this.options; return this.tree.toJson({ key_children: key_child, - empty_ch...
fix(list-to-tree): respect empty_children option pass in empty_children option instead of always passing false
DenQ_list-to-tree
train
97548cea182451a8ed9b49d17586b666890b5837
diff --git a/functional/pool_growth_shrink_tests.js b/functional/pool_growth_shrink_tests.js index <HASH>..<HASH> 100644 --- a/functional/pool_growth_shrink_tests.js +++ b/functional/pool_growth_shrink_tests.js @@ -107,8 +107,14 @@ exports['Destroyed connection should only affect operations on the particular co ...
don't flush all connections on pool having no connections
mongodb_node-mongodb-native
train
02a9d682244e48eff5b4788ff2316f6f7275f8c3
diff --git a/fixtures b/fixtures index <HASH>..<HASH> 160000 --- a/fixtures +++ b/fixtures @@ -1 +1 @@ -Subproject commit 52e174b1f7fcd5bcc7fa1f134b9cd085a24ff642 +Subproject commit d0440eef25d63e3f862433bfc68c93f21b18cd0e diff --git a/tests/test_state.py b/tests/test_state.py index <HASH>..<HASH> 100644 --- a/tests/te...
rm: tlogging form tests
ethereum_pyethereum
train
a428f0e5628c43ad750f22a1fcf5b8412a6d1766
diff --git a/MAVProxy/modules/mavproxy_console.py b/MAVProxy/modules/mavproxy_console.py index <HASH>..<HASH> 100644 --- a/MAVProxy/modules/mavproxy_console.py +++ b/MAVProxy/modules/mavproxy_console.py @@ -23,6 +23,7 @@ class ConsoleModule(mp_module.MPModule): self.total_time = 0.0 self.speed = 0 ...
console: added announcement of RC failure
ArduPilot_MAVProxy
train
06646544d356245ff94a5dc79de60fe6c9f640f1
diff --git a/lib/fetch/file.js b/lib/fetch/file.js index <HASH>..<HASH> 100644 --- a/lib/fetch/file.js +++ b/lib/fetch/file.js @@ -312,4 +312,16 @@ function convertLineEndingsNative (s) { return s.replace(/\r?\n/g, nativeLineEnding) } -module.exports = { File, FileLike } +// If this function is moved to ./util.js...
fix: circular dependencies in fetch (#<I>)
mcollina_undici
train
6871b52a04a7ea53713dad8f3f3e54eda5b81e3d
diff --git a/lib/rigor/adapters/redis_adapter.rb b/lib/rigor/adapters/redis_adapter.rb index <HASH>..<HASH> 100644 --- a/lib/rigor/adapters/redis_adapter.rb +++ b/lib/rigor/adapters/redis_adapter.rb @@ -9,8 +9,8 @@ module Rigor::Adapters redis.sadd("experiments:#{experiment.id}:treatments:#{treatment.index}:subj...
Change event recording strategy The new strategy uses a hash for each (experiment, treatment, event) tuple. Keys are subject identifiers, values are number of event occurrences during the experiment. This approach enables the following analyses: - Total occurrences (sum of HKEYS values) - Unique occurrences (HLEN) - A...
paulrosania_rigor
train
2725fb3b4821543f2e17f5eaf51d9a95fa177f38
diff --git a/lib/puppet/provider/package/pkgutil.rb b/lib/puppet/provider/package/pkgutil.rb index <HASH>..<HASH> 100755 --- a/lib/puppet/provider/package/pkgutil.rb +++ b/lib/puppet/provider/package/pkgutil.rb @@ -47,9 +47,9 @@ Puppet::Type.type(:package).provide :pkgutil, :parent => :sun, :source => :sun d ...
Add comments that explain what we are ignoring in the package and remove legacy output
puppetlabs_puppet
train
9cedc61d6b0bfef762e9f44e5e25081498aab4f7
diff --git a/mina.netty/src/main/java/org/jboss/netty/channel/socket/nio/AbstractNioSelector.java b/mina.netty/src/main/java/org/jboss/netty/channel/socket/nio/AbstractNioSelector.java index <HASH>..<HASH> 100644 --- a/mina.netty/src/main/java/org/jboss/netty/channel/socket/nio/AbstractNioSelector.java +++ b/mina.netty...
Parking the thread for <I>mills instead of <I>micros Conflicts: mina.netty/src/main/java/org/jboss/netty/channel/socket/nio/AbstractNioSelector.java
kaazing_gateway
train
ceaf2e122b6882f82c445e13502b6d45a16b5cdf
diff --git a/app/models/redirect_rule.rb b/app/models/redirect_rule.rb index <HASH>..<HASH> 100644 --- a/app/models/redirect_rule.rb +++ b/app/models/redirect_rule.rb @@ -2,7 +2,7 @@ class RedirectRule < ActiveRecord::Base extend Redirector::RegexAttribute regex_attribute :source - has_many :request_environmen...
Destroy RequestEnvironmentRules when the parent RedirectRule is destroyed
vigetlabs_redirector
train
2dc6f52a5b7884db18e25d7337ac5731e2de4839
diff --git a/src/app/n2n/web/http/controller/ControllingPlan.php b/src/app/n2n/web/http/controller/ControllingPlan.php index <HASH>..<HASH> 100644 --- a/src/app/n2n/web/http/controller/ControllingPlan.php +++ b/src/app/n2n/web/http/controller/ControllingPlan.php @@ -324,7 +324,7 @@ class ControllingPlan { function ex...
Call to undefined method BUG FIX
n2n_n2n-web
train
fa005342d80994ad740880464c65f437da57a066
diff --git a/src/frontend/org/voltdb/utils/KafkaLoader.java b/src/frontend/org/voltdb/utils/KafkaLoader.java index <HASH>..<HASH> 100644 --- a/src/frontend/org/voltdb/utils/KafkaLoader.java +++ b/src/frontend/org/voltdb/utils/KafkaLoader.java @@ -285,6 +285,10 @@ public class KafkaLoader { Properties props...
Eng <I> (#<I>) * ENG-<I>: Add group id property to be picked up from config. * Update
VoltDB_voltdb
train
7865cc5d574e8b2fa61b3cf3374c53f030ead85e
diff --git a/pages/app/models/refinery/page.rb b/pages/app/models/refinery/page.rb index <HASH>..<HASH> 100644 --- a/pages/app/models/refinery/page.rb +++ b/pages/app/models/refinery/page.rb @@ -300,11 +300,11 @@ module Refinery Rails.cache.fetch(path_cache_key) { ['', nested_url].join('/') } end - def...
Fix adding link to page when switch locale in administration
refinery_refinerycms
train
3c9b5301c25cbf1c335cb6f8dc76b551385949df
diff --git a/p2p/host/autonat/autonat.go b/p2p/host/autonat/autonat.go index <HASH>..<HASH> 100644 --- a/p2p/host/autonat/autonat.go +++ b/p2p/host/autonat/autonat.go @@ -186,18 +186,22 @@ func (as *AmbientAutoNAT) autodetect() { as.mx.Lock() if public > 0 { log.Debugf("NAT status is public") - as.status = NATS...
reset confidence when there is a public<->private transition
libp2p_go-libp2p
train
734121b38486ddf0b744b5f24f9bc220bf1d6f5a
diff --git a/dialogs/ErMagicBuilder.py b/dialogs/ErMagicBuilder.py index <HASH>..<HASH> 100755 --- a/dialogs/ErMagicBuilder.py +++ b/dialogs/ErMagicBuilder.py @@ -174,9 +174,10 @@ class MagIC_model_builder3(wx.Frame): actual_age_headers = list(self.contribution.tables['ages'].df.columns) else: ...
make sure added columns actually show up in the grid
PmagPy_PmagPy
train
f838471c9343005ab0ce7aeebeb1a5ccadcea387
diff --git a/lib/schemas.js b/lib/schemas.js index <HASH>..<HASH> 100644 --- a/lib/schemas.js +++ b/lib/schemas.js @@ -225,6 +225,18 @@ Type.prototype.getFingerprint = function (algorithm) { return hash.read(); }; +Type.prototype.inspect = function () { + var obj = JSON.parse(this.getSchema(true)); // Slow, but ...
Add back `inspect` methods. Not exposing internals as much, to not make it incorrectly appear like some properties are available (as `toJSON` did).
cdapio_ui-schema-parser
train
cfb19b930c823c126bb98b43dc9d5cb3bb6a5c6f
diff --git a/agent/api/eniattachment.go b/agent/api/eniattachment.go index <HASH>..<HASH> 100644 --- a/agent/api/eniattachment.go +++ b/agent/api/eniattachment.go @@ -34,8 +34,7 @@ type ENIAttachment struct { // MACAddress is the mac address of eni MACAddress string `json:"macAddress"` // Status is the status of ...
agent/api: switch to using a common lock for accessing all of api.ENIAttachment struct
aws_amazon-ecs-agent
train
05db96d308ac29cdcfdbf87025b76d4c129a3961
diff --git a/Tests/Auth/OpenID/StoreTest.php b/Tests/Auth/OpenID/StoreTest.php index <HASH>..<HASH> 100644 --- a/Tests/Auth/OpenID/StoreTest.php +++ b/Tests/Auth/OpenID/StoreTest.php @@ -39,7 +39,6 @@ function _Auth_OpenID_mkdtemp() return Auth_OpenID_FileStore::_mkdtemp($dir); } - /** * This is the host whe...
[project @ Fixed typo and minor formatting changes for StoreTest.] - Removed extra newline. - Changed comment in test_sqlitestore() to read 'sqlite' instead of 'postgres'.
openid_php-openid
train
095e1e25e274c9deda162dec02fdd8cda07a7992
diff --git a/src/Persister/ElasticSearchPersister.php b/src/Persister/ElasticSearchPersister.php index <HASH>..<HASH> 100644 --- a/src/Persister/ElasticSearchPersister.php +++ b/src/Persister/ElasticSearchPersister.php @@ -30,9 +30,10 @@ class ElasticSearchPersister implements PersisterInterface */ public fu...
Adding support for one index per day and generating mapping templates
lorenzo_audit-stash
train
0501db419ff979f691e26d454b496b5b17d726d4
diff --git a/benchexec/tablegenerator/react-table/src/components/QuantilePlot.js b/benchexec/tablegenerator/react-table/src/components/QuantilePlot.js index <HASH>..<HASH> 100644 --- a/benchexec/tablegenerator/react-table/src/components/QuantilePlot.js +++ b/benchexec/tablegenerator/react-table/src/components/QuantileP...
Refactor calculation of x values in Quantile Plot
sosy-lab_benchexec
train
5fbf5247b6d5d935e415702f839ab159fa1be62e
diff --git a/README.md b/README.md index <HASH>..<HASH> 100644 --- a/README.md +++ b/README.md @@ -38,8 +38,7 @@ from craftai import client as craftai ```python config = { "owner": '{owner}', - "token": '{token}', - "url": "https://beta.craft.ai" + "token": '{token}' } client = craftai.CraftAIClient(c...
Changing URL exposition * The craft URL doesn't need to be specified in the client's config since it should always be the same. Thus, it defaults to <URL>
craft-ai_craft-ai-client-python
train
dda122ee487bca5d326810568045421be4584a94
diff --git a/modopt/opt/cost.py b/modopt/opt/cost.py index <HASH>..<HASH> 100644 --- a/modopt/opt/cost.py +++ b/modopt/opt/cost.py @@ -29,7 +29,7 @@ class costObj(object): tolerance : float, optional Tolerance threshold for convergence (default is "1e-4") cost_interval : int, optional - Iterat...
Revert cost_interval to 1 in docs
CEA-COSMIC_ModOpt
train
4521cd5ee579be973cd441391f7b6090711bd0bf
diff --git a/src/Admin/Updater.php b/src/Admin/Updater.php index <HASH>..<HASH> 100755 --- a/src/Admin/Updater.php +++ b/src/Admin/Updater.php @@ -99,12 +99,13 @@ class Updater return 0; } + // Have DB already? + new MigrationEntityRepository; + // Check we have DB structu...
Auto-create table before first migration to prevent error
devp-eu_tmcms-core
train
a8bcedfec64b1edf1c36d528c8e05ffe97fb4a57
diff --git a/lib/ronin/ui/command_line/commands/overlay.rb b/lib/ronin/ui/command_line/commands/overlay.rb index <HASH>..<HASH> 100644 --- a/lib/ronin/ui/command_line/commands/overlay.rb +++ b/lib/ronin/ui/command_line/commands/overlay.rb @@ -39,8 +39,10 @@ module Ronin def initialize @name = nil ...
Added more options and tags to the Overlay XML file.
ronin-ruby_ronin
train
39f0bf7f3b407d244e55d26adc28a0e7a4f458ae
diff --git a/src/index.js b/src/index.js index <HASH>..<HASH> 100644 --- a/src/index.js +++ b/src/index.js @@ -80,13 +80,16 @@ module.exports.makeMiddleware = options => { logger(DEBUG, `[pupperender middleware] puppeterize url: ${incomingUrl}`); if (useCache && cache[incomingUrl]) { + logger(DEBUG, `Cache ...
Adds a few more debug logs for the cache feature
LasaleFamine_pupperender
train
93e2e4e0d79475305fbe16a5e3ffa57009ccdb97
diff --git a/main.go b/main.go index <HASH>..<HASH> 100644 --- a/main.go +++ b/main.go @@ -38,8 +38,6 @@ import ( "syscall" "time" - "strings" - "code.cloudfoundry.org/gorouter/metrics" "github.com/tedsuo/ifrit" "github.com/tedsuo/ifrit/grouper" @@ -74,7 +72,7 @@ func main() { logger.Fatal("dropsonde-ini...
Change formatting for iso seg logging. [#<I>]
cloudfoundry_gorouter
train
38eabb82f59d8f996c9debfe7878ce1601f034a1
diff --git a/nodeconductor/server/admin/menu.py b/nodeconductor/server/admin/menu.py index <HASH>..<HASH> 100644 --- a/nodeconductor/server/admin/menu.py +++ b/nodeconductor/server/admin/menu.py @@ -45,6 +45,7 @@ class CustomMenu(Menu): 'nodeconductor_aws.*', 'nodeconductor_digitalocean.*', '...
Move batch packages under provider menu - WAL-<I>
opennode_waldur-core
train
5ab5e377e1adc46882c4f0746cd64c1317844a15
diff --git a/api.js b/api.js index <HASH>..<HASH> 100644 --- a/api.js +++ b/api.js @@ -39,11 +39,14 @@ module.exports = function (model, options) { */ router.get('/', function list(req, res, next) { var pageLimit = parseInt(req.query.perPage || options.defaultPerPage); - model.list(req.query, pageLim...
Mongo.list() now includes total count
RenatoXSR_crudEasy
train
694e532ae7ca6583719ce04a30cb99c7fa1984f0
diff --git a/Library/oxAcceptanceTestCase.php b/Library/oxAcceptanceTestCase.php index <HASH>..<HASH> 100644 --- a/Library/oxAcceptanceTestCase.php +++ b/Library/oxAcceptanceTestCase.php @@ -3,11 +3,14 @@ * #PHPHEADER_OXID_LICENSE_INFORMATION# */ -require_once 'library/oxMinkWrapper.php'; -require_once 'library/o...
Add comments about TestCase class deprecation
OXID-eSales_testing_library
train
0739d9c587d4aeb5c708058ea4c626933c8fddbe
diff --git a/src/AudioManager/Adapter/Ivona.php b/src/AudioManager/Adapter/Ivona.php index <HASH>..<HASH> 100644 --- a/src/AudioManager/Adapter/Ivona.php +++ b/src/AudioManager/Adapter/Ivona.php @@ -63,7 +63,7 @@ class Ivona extends AbstractAdapter implements AdapterInterface } /** - * @param $text + ...
Scrutinizer Auto-Fixes This commit consists of patches automatically generated for this project on <URL>
newage_AudioManager
train
5f22b1f4c2079c693e802a21e19c30bbf1ecabb8
diff --git a/src/Bootstrap.php b/src/Bootstrap.php index <HASH>..<HASH> 100644 --- a/src/Bootstrap.php +++ b/src/Bootstrap.php @@ -18,8 +18,8 @@ namespace Zest; use Zest\Common\AliasLoader; use Zest\Common\TimeZone; -use Zest\Router\App; use Zest\http\Request; +use Zest\Router\App; class Bootstrap {
Apply fixes from StyleCI (#<I>)
zestframework_Zest_Framework
train
582bf31148b16db8f2bb963cdf65bec715c18598
diff --git a/gwpy/plotter/filter.py b/gwpy/plotter/filter.py index <HASH>..<HASH> 100644 --- a/gwpy/plotter/filter.py +++ b/gwpy/plotter/filter.py @@ -89,8 +89,8 @@ class BodePlot(Plot): # parse plotting arguments figargs = dict() - for key in ['figsize', 'dpi', 'facecolor', 'edgecolor', 'lin...
BodePlot: misc improvements
gwpy_gwpy
train
ce55dd7bb6def027783099efe41999641c868cc5
diff --git a/releaf-content/spec/builders/content/nodes/toolbox_builder_spec.rb b/releaf-content/spec/builders/content/nodes/toolbox_builder_spec.rb index <HASH>..<HASH> 100644 --- a/releaf-content/spec/builders/content/nodes/toolbox_builder_spec.rb +++ b/releaf-content/spec/builders/content/nodes/toolbox_builder_spec....
Fix incorrect stubbing in toolbox builder tests
cubesystems_releaf
train
bd23bb2f0ac0a45fc564a2ecdb79611b66ad69f9
diff --git a/code/extensions/BlogPostFilter.php b/code/extensions/BlogPostFilter.php index <HASH>..<HASH> 100644 --- a/code/extensions/BlogPostFilter.php +++ b/code/extensions/BlogPostFilter.php @@ -18,7 +18,7 @@ class BlogPostFilter extends DataExtension { $stage = Versioned::current_stage(); - ...
Prevent user_error when querying object from Solr
silverstripe_silverstripe-blog
train
a486a70a5968a787337fbffab3813fb451d3a9b0
diff --git a/lib/settlement/utils.js b/lib/settlement/utils.js index <HASH>..<HASH> 100644 --- a/lib/settlement/utils.js +++ b/lib/settlement/utils.js @@ -5,11 +5,13 @@ const {EthereumAddress} = require('nahmii-ethereum-address'); /** * Checks whether it is an expected revert contract exception. - * @param {Error}...
Update the handling of go-ethereum contract method revert exceptions
hubiinetwork_nahmii-sdk
train
70235b422173701d76dbedebab21fc942e0318ca
diff --git a/CHANGELOG b/CHANGELOG index <HASH>..<HASH> 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -30,6 +30,7 @@ * Adyen: Set blank state to N/A [therufs] #3252 * MiGS: Add tx_source gateway specific field [leila-alderman] #3264 * NMI: Correct password scrubber to scrub symbols [hdeters] #3267 +* Global Collect: Onl...
Global Collect: Only add name if present Closes #<I> Remote: <I> tests, <I> assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications <I>% passed Unit: <I> tests, <I> assertions, 0 failures, 0 errors, 0 pendings, 0 omissions, 0 notifications <I>% passed
activemerchant_active_merchant
train
7ed537cf4827860ff84fbeb77042bf1c2a556645
diff --git a/test/index.js b/test/index.js index <HASH>..<HASH> 100644 --- a/test/index.js +++ b/test/index.js @@ -47,4 +47,19 @@ tape('through + end', function (t) { ) }) +tape('range error', function (t) { + var n = 0 + pull( + pull.count(1000000), + through(function (data) { + n += data + }),...
test that RangeError doesn't occur
pull-stream_pull-through
train
e9e6edf35ae7f3f01ad38ed5adcbedaa23b247a5
diff --git a/controller/src/main/java/org/jboss/as/controller/remote/TransactionalProtocolClientImpl.java b/controller/src/main/java/org/jboss/as/controller/remote/TransactionalProtocolClientImpl.java index <HASH>..<HASH> 100644 --- a/controller/src/main/java/org/jboss/as/controller/remote/TransactionalProtocolClientIm...
[AS7-<I>] Minor tweaks was: <I>d7c6a9fb9ef<I>c<I>be8d8e6f<I>dbb<I>df
wildfly_wildfly-core
train
e36ac676dff74a06cc587ed0ad3afc607c194b73
diff --git a/statefulj-framework/statefulj-framework-core/src/main/java/org/statefulj/framework/core/StatefulFactory.java b/statefulj-framework/statefulj-framework-core/src/main/java/org/statefulj/framework/core/StatefulFactory.java index <HASH>..<HASH> 100644 --- a/statefulj-framework/statefulj-framework-core/src/main...
Allow either Resource or Autowired to define a StatefulController
statefulj_statefulj
train
f92f7b6f29cb17ad1bd6512fd398795392ff4aed
diff --git a/examples/simple.php b/examples/simple.php index <HASH>..<HASH> 100644 --- a/examples/simple.php +++ b/examples/simple.php @@ -12,18 +12,16 @@ use Gdbots\Pbjc\Compiler\JsonCompiler; SchemaStore::addDir(__DIR__.'/schemas'); -echo '<pre>'; - -$compile = new PhpCompiler(__DIR__.'/src'); -$files = $compile...
RE #3: Cleanup simple.php
gdbots_pbjc-php
train
9fc51d9df835d0cba403ec09259e0281bffe8f17
diff --git a/packages/node_modules/@webex/test-helper-appid/src/create-user.js b/packages/node_modules/@webex/test-helper-appid/src/create-user.js index <HASH>..<HASH> 100644 --- a/packages/node_modules/@webex/test-helper-appid/src/create-user.js +++ b/packages/node_modules/@webex/test-helper-appid/src/create-user.js @...
chore(test-helper-appid): use polyfilled version of buffer
webex_spark-js-sdk
train
24d2b55f6b3abee396d410a45143d0922f620ac7
diff --git a/lib/Checkout.php b/lib/Checkout.php index <HASH>..<HASH> 100644 --- a/lib/Checkout.php +++ b/lib/Checkout.php @@ -95,6 +95,13 @@ class Checkout extends SumupObject self::API_ENDPOINT, new Checkout($params) ); + + $code = $response->raw->getStatusCode(); + ...
Update Checkout.php SUMUP throw predefined errors: <I>,<I>,<I>,<I> and <I>. This turns the Http errors to be visible outside.
alexcode_sumup-php
train
0dba46ce1e77001f24baf8aa72738ba915210d52
diff --git a/tests/CMDBDialogTest.php b/tests/CMDBDialogTest.php index <HASH>..<HASH> 100644 --- a/tests/CMDBDialogTest.php +++ b/tests/CMDBDialogTest.php @@ -56,6 +56,58 @@ class CMDBDialogTest extends BaseTest { /** * @throws \Exception on error + * @todo At the moment this only works the demo.i-doit...
Check whether new value can be created for a custom multi dialog+ attribute Tested with API add-on >= <I>
bheisig_i-doit-api-client-php
train
9a906cb22d2025ca5a60431058a43721d835e4bb
diff --git a/traffic/data/adsb/opensky.py b/traffic/data/adsb/opensky.py index <HASH>..<HASH> 100644 --- a/traffic/data/adsb/opensky.py +++ b/traffic/data/adsb/opensky.py @@ -1,4 +1,5 @@ -from datetime import datetime, timedelta +from datetime import datetime, timedelta, timezone +from typing import Optional, Set, Tupl...
switch opensky API to tz-aware timestamps fix #<I>
xoolive_traffic
train
7b4ccc57ee16a56dae1ab7a42d8c6d72e2350b01
diff --git a/test/DeleteCommandTest.py b/test/DeleteCommandTest.py index <HASH>..<HASH> 100644 --- a/test/DeleteCommandTest.py +++ b/test/DeleteCommandTest.py @@ -1,5 +1,5 @@ # Topydo - A todo.txt client written in Python. -# Copyright (C) 2014 Bram Schoenmakers <me@bramschoenmakers.nl> +# Copyright (C) 2014 - 2015 Br...
Use global prompt functions instead of (re)defining lambdas all the time.
bram85_topydo
train
5eea9f7c077a7ce1ea196c0f43a03d71a6227761
diff --git a/lib/remote_syslog_logger/udp_sender.rb b/lib/remote_syslog_logger/udp_sender.rb index <HASH>..<HASH> 100644 --- a/lib/remote_syslog_logger/udp_sender.rb +++ b/lib/remote_syslog_logger/udp_sender.rb @@ -6,6 +6,7 @@ module RemoteSyslogLogger def initialize(remote_hostname, remote_port, options = {}) ...
Added option for gracefully handling UDP transmit errors Pass `:whinyerrors => true` to raise exceptions.
papertrail_remote_syslog_logger
train
20ccc0df86d28a0199a40d8b36a7b4526caf04b6
diff --git a/src/Model/Behavior/FootprintBehavior.php b/src/Model/Behavior/FootprintBehavior.php index <HASH>..<HASH> 100644 --- a/src/Model/Behavior/FootprintBehavior.php +++ b/src/Model/Behavior/FootprintBehavior.php @@ -50,10 +50,14 @@ class FootprintBehavior extends Behavior return; } - ...
Improved a way to set created_by and modified_by in the FootprintBehavior - task #<I>
QoboLtd_cakephp-utils
train
0d7f09f0351f510500d8ea7688be6f40aa14fb8a
diff --git a/h2o-algos/src/main/java/hex/deepwater/DeepWater.java b/h2o-algos/src/main/java/hex/deepwater/DeepWater.java index <HASH>..<HASH> 100755 --- a/h2o-algos/src/main/java/hex/deepwater/DeepWater.java +++ b/h2o-algos/src/main/java/hex/deepwater/DeepWater.java @@ -262,7 +262,7 @@ public class DeepWater extends Mo...
Remove call to MXNotifyShutdown (wouldn't work with JUnits). Cosmetics.
h2oai_h2o-3
train
5c819cd27bb2a897f0f6ac3aa548604f88793dbd
diff --git a/lib/generators/evnt/event_generator.rb b/lib/generators/evnt/event_generator.rb index <HASH>..<HASH> 100644 --- a/lib/generators/evnt/event_generator.rb +++ b/lib/generators/evnt/event_generator.rb @@ -15,7 +15,7 @@ module Evnt path = informations.first.split('::') @event_class = path.last.ca...
added todo remember for event generator
ideonetwork_evnt
train
d4342fcacfceacd253da89ae2c5258aafb58f8e8
diff --git a/src/ORM/BehaviorRegistry.php b/src/ORM/BehaviorRegistry.php index <HASH>..<HASH> 100644 --- a/src/ORM/BehaviorRegistry.php +++ b/src/ORM/BehaviorRegistry.php @@ -60,7 +60,7 @@ class BehaviorRegistry extends ObjectRegistry * * @param \Cake\ORM\Table $table The table this registry is attached to....
Removed Table typehint from a constructor
cakephp_cakephp
train
6eb665df37a4254a469ca3c053b195fbbf0b9b35
diff --git a/lib/lhm/sql_helper.rb b/lib/lhm/sql_helper.rb index <HASH>..<HASH> 100644 --- a/lib/lhm/sql_helper.rb +++ b/lib/lhm/sql_helper.rb @@ -28,7 +28,7 @@ module Lhm [statements].flatten.each do |statement| connection.execute(tagged(statement)) end - rescue ActiveRecord::StatementInvalid...
Remove exception dependency on Mysql and ActiveRecord, and make it work with mysql2 (by not using fetch_row)
soundcloud_lhm
train
8103a5b70b807afb95f25af95ce3f8f6f7cdc994
diff --git a/evm/chains/chain.py b/evm/chains/chain.py index <HASH>..<HASH> 100644 --- a/evm/chains/chain.py +++ b/evm/chains/chain.py @@ -76,11 +76,12 @@ class Chain(Configurable): self.gas_estimator = get_gas_estimator() @classmethod - def configure(cls, name, vm_configuration, **overrides): + ...
Make vm_configuration optional to allow multi-step configuration (#<I>)
ethereum_py-evm
train
2a541007fff89214e3fe5a6c09d9d81ae81ca2b7
diff --git a/category_encoders/binary.py b/category_encoders/binary.py index <HASH>..<HASH> 100644 --- a/category_encoders/binary.py +++ b/category_encoders/binary.py @@ -258,7 +258,7 @@ class BinaryEncoder(BaseEstimator, TransformerMixin): bin_cols.append(str(col) + '_%d' % (dig,)) outp...
Issue #<I>: compatibility with pandas<<I> in binary.py
scikit-learn-contrib_categorical-encoding
train
57cc980791dd72cefc3fb5188d04099cc7da20e4
diff --git a/db/migrate/20160509134401_create_pathology_labs.rb b/db/migrate/20160509134401_create_pathology_labs.rb index <HASH>..<HASH> 100644 --- a/db/migrate/20160509134401_create_pathology_labs.rb +++ b/db/migrate/20160509134401_create_pathology_labs.rb @@ -1,7 +1,7 @@ class CreatePathologyLabs < ActiveRecord::Mi...
make pathology_labs.name NOT NULL and fail loudly in request algorithm world find_by calls
airslie_renalware-core
train
f6d2ce91eccb92ab7e4c63dd799d7e0f6a9df9bf
diff --git a/flink-optimizer/src/main/java/org/apache/flink/optimizer/util/Utils.java b/flink-optimizer/src/main/java/org/apache/flink/optimizer/util/Utils.java index <HASH>..<HASH> 100644 --- a/flink-optimizer/src/main/java/org/apache/flink/optimizer/util/Utils.java +++ b/flink-optimizer/src/main/java/org/apache/flink...
[FLINK-<I>] InputStream should be closed in EnvironmentInformation#getRevisionInformation() This closes #<I>
apache_flink
train
0cbf126b8024087c5c387856f32cb78d5232272e
diff --git a/internal/restorable/image.go b/internal/restorable/image.go index <HASH>..<HASH> 100644 --- a/internal/restorable/image.go +++ b/internal/restorable/image.go @@ -479,6 +479,7 @@ func (i *Image) restore() { // Dispose the internal image after getting its size for safety. i.image.Dispose() + i.image = ...
restorable: Set nil to the image after disposing This prevents a bug that a disposed image is used by clearImage.
hajimehoshi_ebiten
train
fafbfba33efbc1f99c0748a6642e910381d07f92
diff --git a/scapy/packet.py b/scapy/packet.py index <HASH>..<HASH> 100644 --- a/scapy/packet.py +++ b/scapy/packet.py @@ -345,6 +345,8 @@ class Packet(BasePacket): pl = [] q="" for f in self.fields_desc: + if isinstance(f, ConditionalField) and not f._evalcond(self): + ...
Only show ConditionalField if the evaluation is True for psdump() and pdfdump() methods - by Martin Gallo --HG-- branch : PR#<I> refactored
secdev_scapy
train
257469476ed672fe8811da0364505124ae6a4dae
diff --git a/fr/auth.php b/fr/auth.php index <HASH>..<HASH> 100644 --- a/fr/auth.php +++ b/fr/auth.php @@ -10,6 +10,6 @@ return [ | these language lines according to your application's requirements. | */ - 'failed' => 'Ces certificats ne correspondent pas à nos enregistrements', + 'failed' => 'Ces ...
Correct a wrong word Hi, "identifiants" is the correct word for this situation.
caouecs_Laravel-lang
train
6d47768c2e0918e9c0325c0c23aaf7b03cbeb1a4
diff --git a/dipper/sources/ZFIN.py b/dipper/sources/ZFIN.py index <HASH>..<HASH> 100644 --- a/dipper/sources/ZFIN.py +++ b/dipper/sources/ZFIN.py @@ -795,27 +795,30 @@ class ZFIN(Source): effective_genotype_id = self.make_id(genotype_id+'_'+env_id) #FIXME: Need to pass in labels for...
ZFIN.py: Fixed effective genotype labels. Now only creates effective genotypes when extrinsic genotype is present.
monarch-initiative_dipper
train
239ed46bfbae6d18b1fc2bc4921a47c2ddb386f5
diff --git a/word2vec/wordvectors.py b/word2vec/wordvectors.py index <HASH>..<HASH> 100644 --- a/word2vec/wordvectors.py +++ b/word2vec/wordvectors.py @@ -236,7 +236,7 @@ class WordVectors(object): vocab = np.empty(vocab_size, dtype='<U%s' % vocabUnicodeSize) vectors = np.empty((vocab_size, ve...
handle empty character (like fullwidth space) (#<I>)
danielfrg_word2vec
train
99beb343b14e17c8e299d735128b2aafb7d0fb9d
diff --git a/mopidy_youtube/apis/youtube_bs4api.py b/mopidy_youtube/apis/youtube_bs4api.py index <HASH>..<HASH> 100644 --- a/mopidy_youtube/apis/youtube_bs4api.py +++ b/mopidy_youtube/apis/youtube_bs4api.py @@ -26,6 +26,24 @@ class bs4API(scrAPI): if result.status_code == 200: soup = BeautifulSo...
insert missing "</script>" tags, strip out ads, and try harder to force desktop site.
mopidy_mopidy-youtube
train
e5fbc6b3ed792a1392b34a087bc2a932e6c1b710
diff --git a/mutex.go b/mutex.go index <HASH>..<HASH> 100644 --- a/mutex.go +++ b/mutex.go @@ -18,7 +18,6 @@ package gcslock import ( "bytes" - "errors" "fmt" "net/http" "net/url" @@ -49,10 +48,9 @@ type ContextLocker interface { } type mutex struct { - project string - bucket string - object string - ...
fixed review comments from x1ddos
marcacohen_gcslock
train
31658a6484c2bf792d73e86ab51f02d8ef5fd5c3
diff --git a/aiomysql/pool.py b/aiomysql/pool.py index <HASH>..<HASH> 100644 --- a/aiomysql/pool.py +++ b/aiomysql/pool.py @@ -10,14 +10,14 @@ from .utils import (PY_35, _PoolContextManager, _PoolConnectionContextManager, _PoolAcquireContextManager) -def create_pool(minsize=10, maxsize=10, echo...
Set default minsize for pool to 1
aio-libs_aiomysql
train
7779e0325d346238f4baea6eddf7fb6b4261adff
diff --git a/test/e2e/restart.go b/test/e2e/restart.go index <HASH>..<HASH> 100644 --- a/test/e2e/restart.go +++ b/test/e2e/restart.go @@ -48,9 +48,9 @@ const ( restartPodReadyAgainTimeout = 5 * time.Minute ) -// TODO(ihmccreery): This is skipped because it was previously in -// REBOOT_SKIP_TESTS, dates back befor...
Don't skip Restart tests, just mark as [Feature:Restart] to start stabilizing
kubernetes_kubernetes
train
b704964e47ad7a3cddacde5aac20fda86400c0bc
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -49,15 +49,17 @@ setup (name = "gmpy", # download_url = "http://http://prdownloads.sourceforge.net/gmpy/gmpy-sources-101.zip?download", classifiers = [ - 'Development Status :: 4 - Beta', + 'D...
Updated classifier information in setup.py. It should be ready to submit to pypi.python.org.
aleaxit_gmpy
train
10546a043ba2d7ed1b386033fbd8336abec9b2e6
diff --git a/man_docs.go b/man_docs.go index <HASH>..<HASH> 100644 --- a/man_docs.go +++ b/man_docs.go @@ -200,7 +200,7 @@ func genMarkdown(cmd *Command, header *GenManHeader) []byte { if cmd.HasParent() { parentPath := cmd.Parent().CommandPath() dashParentPath := strings.Replace(parentPath, " ", "-", -1) - ...
Remove extraneous comma at the end of SEE ALSO list
spf13_cobra
train
af030a4bc207ca1b52a10b60f92c5717c1a605cf
diff --git a/frontends/default/javascripts/jquery/active_scaffold.js b/frontends/default/javascripts/jquery/active_scaffold.js index <HASH>..<HASH> 100644 --- a/frontends/default/javascripts/jquery/active_scaffold.js +++ b/frontends/default/javascripts/jquery/active_scaffold.js @@ -616,7 +616,7 @@ var ActiveScaffold = ...
Bugfix: edit_associated should replace existing one and not creating a new row
activescaffold_active_scaffold
train
79ba52db92b569aec80b7317f9669fa16970bcec
diff --git a/grab/base.py b/grab/base.py index <HASH>..<HASH> 100644 --- a/grab/base.py +++ b/grab/base.py @@ -163,7 +163,7 @@ class Grab(LXMLExtension, FormExtension, PyqueryExtension, # Attributes which should be processed when clone # of Grab instance is creating - clonable_attributes = ('request_head...
Refactor response_headers into lazy property
lorien_grab
train
0b45952cf9f8fece53a5efd1cf40466b5714c17f
diff --git a/src/pluggy/_hooks.py b/src/pluggy/_hooks.py index <HASH>..<HASH> 100644 --- a/src/pluggy/_hooks.py +++ b/src/pluggy/_hooks.py @@ -58,6 +58,8 @@ class HookspecMarker: if the :py:class:`.PluginManager` uses the same project_name. """ + __slots__ = ("project_name",) + def __init__(self, pr...
Add `__slots__` to most classes A bit more efficient, and prevents typo mistakes.
pytest-dev_pluggy
train
71319e42443ef1b840df21036e39ddf362a7ff5f
diff --git a/lib/lemonad.js b/lib/lemonad.js index <HASH>..<HASH> 100644 --- a/lib/lemonad.js +++ b/lib/lemonad.js @@ -97,6 +97,12 @@ return _.uniq(arguments); }; + L.existy = function(x) { return x != null; }; + + L.truthy = function(x) { + return (x !== false) && exists(x); + }; + // Array select...
Adding the 'Just a sketch' functions
fogus_lemonad
train
02fa84a4d2e7276061eb9342dc7c1d423c45cc42
diff --git a/lib/appsignal/version.rb b/lib/appsignal/version.rb index <HASH>..<HASH> 100644 --- a/lib/appsignal/version.rb +++ b/lib/appsignal/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Appsignal - VERSION = "2.5.3".freeze + VERSION = "2.6.0.beta.1".freeze end
Bump to <I>.beta<I> [ci skip]
appsignal_appsignal-ruby
train
51c709aba7cfc9169ad2fe525d3dd19cc717bafb
diff --git a/openxc/sources/base.py b/openxc/sources/base.py index <HASH>..<HASH> 100644 --- a/openxc/sources/base.py +++ b/openxc/sources/base.py @@ -203,19 +203,25 @@ class BytestreamDataSource(DataSource): elif message.type == message.TRANSLATED: translated_message = message.translated_message ...
Fix parsing of protobuf format - needs some unit tests!
openxc_openxc-python
train
b6917f85c307e0fc4596a4a9b5a220be056652a1
diff --git a/lib/logging.rb b/lib/logging.rb index <HASH>..<HASH> 100644 --- a/lib/logging.rb +++ b/lib/logging.rb @@ -1,7 +1,7 @@ # Equivalent to a header guard in C/C++ # Used to prevent the class/module from being loaded more than once -unless defined? Logging +unless defined? ::Logging::RailsCompat require F...
Be more explicit about which symbol we use as a gatekeeper so that other gems can use 'Logging' module namespace also.
TwP_logging
train
2448d9ee3b8cccda3510b34aa8700da51e7df835
diff --git a/spec/derelict/instance_spec.rb b/spec/derelict/instance_spec.rb index <HASH>..<HASH> 100644 --- a/spec/derelict/instance_spec.rb +++ b/spec/derelict/instance_spec.rb @@ -133,33 +133,94 @@ describe Derelict::Instance do end end - describe "#execute" do - let(:arg) { "/foo/bar/bin/vagra...
Improve test coverage in Derelict::Instance
bradfeehan_derelict
train
501ec6b191180135fc8a5612592f1fe3636aa5c8
diff --git a/salt/modules/win_pkg.py b/salt/modules/win_pkg.py index <HASH>..<HASH> 100644 --- a/salt/modules/win_pkg.py +++ b/salt/modules/win_pkg.py @@ -14,6 +14,11 @@ try: except ImportError: pass +import logging + +log = logging.getLogger(__name__) + + def __virtual__(): ''' Set the virtual pkg m...
Make win_pkg.py act like other pkg providers Where applicable, rather than returning a string noting that a function is not implemented, instead return an empty version of the expected return data type, and log a message at loglevel "warning" to note that the function has not been implemented.
saltstack_salt
train
47c3bd668e463947751c030d785bf1c1bc60ad1d
diff --git a/lib/inline_forms/version.rb b/lib/inline_forms/version.rb index <HASH>..<HASH> 100644 --- a/lib/inline_forms/version.rb +++ b/lib/inline_forms/version.rb @@ -1,3 +1,3 @@ module InlineForms - VERSION = "1.2.6" + VERSION = "1.2.7" end
same as previous, release broke due to internet connectivity problems.
acesuares_inline_forms
train
942b04bfce1350c5b1d06fcca26f63eb8fd0dbbc
diff --git a/spadespipeline/reporter.py b/spadespipeline/reporter.py index <HASH>..<HASH> 100755 --- a/spadespipeline/reporter.py +++ b/spadespipeline/reporter.py @@ -121,11 +121,17 @@ class Reporter(object): data += ';'.join(sorted(sample.vtyper.profile)) + ',' except KeyError: ...
Changed AMR reporting to use resfinder_assembled attribute, and included an AMR Resistant/Sensitive column
lowandrew_OLCTools
train
25ce984b8ba8cfb875498d66d903c097544fe1e7
diff --git a/tests/Tree/TreeTest.php b/tests/Tree/TreeTest.php index <HASH>..<HASH> 100644 --- a/tests/Tree/TreeTest.php +++ b/tests/Tree/TreeTest.php @@ -316,6 +316,20 @@ eot; $this->assertTrue( $tree->hasChildren(3, [5, 100000], false) ); + + // 第二个元素为空 + $this->assertFals...
Tree component <I>% unit tests coverage
hunzhiwange_framework
train
0b01b6e09f48383364799372981545a265cabadc
diff --git a/spec/client_spec.rb b/spec/client_spec.rb index <HASH>..<HASH> 100644 --- a/spec/client_spec.rb +++ b/spec/client_spec.rb @@ -3,75 +3,77 @@ require 'spec_helper' require 'em-http' describe Pusher do - before :each do - @client = Pusher::Client.new - end - - describe 'default configuration' do - ...
Sharing the tests between default Pusher client and testing new instances.
pusher_pusher-http-ruby
train
5b86d76c5f17634d37cdd3d9f75fe177d2ec5bd9
diff --git a/tests/test_twitter.py b/tests/test_twitter.py index <HASH>..<HASH> 100644 --- a/tests/test_twitter.py +++ b/tests/test_twitter.py @@ -25,6 +25,7 @@ import unittest from base import TestBaseBackend from grimoire_elk.enriched.utils import REPO_LABELS +from grimoire_elk.raw.twitter import TwitterOcean ...
[tests] Increase test coverage for raw twitter
chaoss_grimoirelab-elk
train
e4f391f312e98d7604db8611839eca9316e2e4a3
diff --git a/src/Spryker/Zed/ProductPackagingUnitDataImport/Business/Model/DataSet/ProductPackagingUnitDataSetInterface.php b/src/Spryker/Zed/ProductPackagingUnitDataImport/Business/Model/DataSet/ProductPackagingUnitDataSetInterface.php index <HASH>..<HASH> 100644 --- a/src/Spryker/Zed/ProductPackagingUnitDataImport/Bu...
CC-<I> Rename isVariable to isAmountVariable
spryker_product-packaging-unit-data-import
train
e2d46e7d8dcd83ecf0c1b91f4c39fdfc1109c674
diff --git a/src/sb/Application/Debugger.php b/src/sb/Application/Debugger.php index <HASH>..<HASH> 100644 --- a/src/sb/Application/Debugger.php +++ b/src/sb/Application/Debugger.php @@ -38,9 +38,9 @@ class Debugger /** * Handles acceptions and turns them into strings - * @param Exception $e + * @p...
Removed the type hinting on exceptionHandler method for PHP7 compatibility Updated the phpDoc to reflect changes in the arguments Closes #4
surebert_surebert-framework
train
ddae12be9133804ae3461dbf9bda02212f16a2b7
diff --git a/Templating/TwigThemeLoader.php b/Templating/TwigThemeLoader.php index <HASH>..<HASH> 100644 --- a/Templating/TwigThemeLoader.php +++ b/Templating/TwigThemeLoader.php @@ -60,6 +60,11 @@ class TwigThemeLoader extends FilesystemLoader implements Twig_LoaderInterface, return $this->innerFilesystemLoa...
Fix exception when loading themes and Twig namespaces Exception message was: ``` Twig_Error_Loader: Template "@Twig/Exception/exception_full.html.twig" is not defined (There are no registered paths for namespace "Twig".). at /Users/lolautruche/workspace/onisep/ezpublish/vendor/twig/twig/lib/Twig/Loader/Chain.php line ...
lolautruche_EzCoreExtraBundle
train
501494acea6811e8f2f459bb0eebe1725521e038
diff --git a/provider/gce/google/raw.go b/provider/gce/google/raw.go index <HASH>..<HASH> 100644 --- a/provider/gce/google/raw.go +++ b/provider/gce/google/raw.go @@ -164,7 +164,7 @@ func returnNotFoundOperationErrors(operation *compute.Operation) error { result := waitError{operation, nil} for _, err := range op...
Merge branch '<I>' into merge-<I>-<I>-<I> # Conflicts: # worker/provisioner/provisioner_task.go
juju_juju
train
f005a2d144fea58ccf8c814a074baa44ba565059
diff --git a/src/videojs.ima.js b/src/videojs.ima.js index <HASH>..<HASH> 100644 --- a/src/videojs.ima.js +++ b/src/videojs.ima.js @@ -1093,6 +1093,10 @@ adsLoader.getSettings().setLocale(settings.locale); } + if (settings.numRedirects) { + adsLoader.getSettings().setNumRedirects(settings.numRedir...
passing through numRedirects setting to ima-sdk
googleads_videojs-ima
train
529a255335df43b7f8cfe435eac45cc1d8781fdd
diff --git a/examples/handover-test-server.py b/examples/handover-test-server.py index <HASH>..<HASH> 100755 --- a/examples/handover-test-server.py +++ b/examples/handover-test-server.py @@ -66,7 +66,17 @@ class BluetoothAdapter(object): record.simple_pairing_rand = bytearray(sp_rand) return recor...
reworking local bluetooth adapter support
nfcpy_nfcpy
train
74cb28dbd8f97168d16abd124fd7c5ef9afac031
diff --git a/tests/library/CM/EmoticonTest.php b/tests/library/CM/EmoticonTest.php index <HASH>..<HASH> 100644 --- a/tests/library/CM/EmoticonTest.php +++ b/tests/library/CM/EmoticonTest.php @@ -14,12 +14,23 @@ class CM_EmoticonTest extends CMTest_TestCase { try { $emoticonClass->newInstance(['non...
add unit test for data-injection in the constructor
cargomedia_cm
train
08b5046e02cf473d07d7288bdc942f4f765e3c1d
diff --git a/psamm/commands/excelexport.py b/psamm/commands/excelexport.py index <HASH>..<HASH> 100644 --- a/psamm/commands/excelexport.py +++ b/psamm/commands/excelexport.py @@ -51,6 +51,18 @@ class ExcelExportCommand(Command): ' ("pip install xlsxwriter")') workbook = xlsxwriter.Workbook(s...
Small updates to tableexport and excelexport commands
zhanglab_psamm
train