hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
2abc6f88e0e7bbc80afd20c6c13b7a60dbfb5e29
diff --git a/ansible/modules/hashivault/hashivault_token_lookup.py b/ansible/modules/hashivault/hashivault_token_lookup.py index <HASH>..<HASH> 100644 --- a/ansible/modules/hashivault/hashivault_token_lookup.py +++ b/ansible/modules/hashivault/hashivault_token_lookup.py @@ -3,7 +3,7 @@ DOCUMENTATION = ''' --- module...
Bumping version number. Setting types for accessor and wrap_ttl
TerryHowe_ansible-modules-hashivault
train
e573901d5983b2e14459414525ea24cb186af974
diff --git a/iavl_nodedb.go b/iavl_nodedb.go index <HASH>..<HASH> 100644 --- a/iavl_nodedb.go +++ b/iavl_nodedb.go @@ -18,25 +18,25 @@ import ( var ( // All node keys are prefixed with this. This ensures no collision is // possible with the other keys, and makes them easier to traverse. - nodesPrefix = "nodes/" - ...
Use shorter key prefixes This gives us a gain of about <I>% in dataset size.
tendermint_iavl
train
ce250323b4383d2c664d394afe4b25b0a7013e47
diff --git a/udiskie/mount.py b/udiskie/mount.py index <HASH>..<HASH> 100644 --- a/udiskie/mount.py +++ b/udiskie/mount.py @@ -108,7 +108,7 @@ class Mounter(object): # prompt user for password prompt = prompt or self.prompt password = prompt and prompt( - 'Enter password for %s...
Use device presentation file names for user interaction
coldfix_udiskie
train
7c4b1e0ec12cab7f62b19bf85acc0b6ffae8da86
diff --git a/src/main/java/net/seninp/jmotif/sax/motif/BruteForceMotifImplementation.java b/src/main/java/net/seninp/jmotif/sax/motif/BruteForceMotifImplementation.java index <HASH>..<HASH> 100644 --- a/src/main/java/net/seninp/jmotif/sax/motif/BruteForceMotifImplementation.java +++ b/src/main/java/net/seninp/jmotif/sa...
better docs for the new code
jMotif_SAX
train
d1064e633d54c7fb806df783ff83d0aaec2bd33f
diff --git a/encoding/big_encoder.go b/encoding/big_encoder.go index <HASH>..<HASH> 100644 --- a/encoding/big_encoder.go +++ b/encoding/big_encoder.go @@ -38,7 +38,7 @@ func (valenc bigFloatEncoder) Encode(enc *Encoder, v interface{}) { } func (bigFloatEncoder) Write(enc *Encoder, v interface{}) { - WriteBigFloat(e...
Change WriteBigFloat from func to method
hprose_hprose-golang
train
fa7767256fa665b9d7b54d12ba2486afee256e31
diff --git a/fix-allin-actions.js b/fix-allin-actions.js index <HASH>..<HASH> 100644 --- a/fix-allin-actions.js +++ b/fix-allin-actions.js @@ -19,7 +19,7 @@ function fixAllinActions(actions) { a.raiseTo = a.amount a.amount = null } else { - a.action = 'call' + a.type = 'call' ...
fix-allin-actions: call type
thlorenz_hhp-util
train
9563640e2c5d94f672449c3a599ab191f4b0b57c
diff --git a/eth/tools/fixtures/fillers/_utils.py b/eth/tools/fixtures/fillers/_utils.py index <HASH>..<HASH> 100644 --- a/eth/tools/fixtures/fillers/_utils.py +++ b/eth/tools/fixtures/fillers/_utils.py @@ -1,6 +1,5 @@ import copy import random - from typing import ( Any, Dict, @@ -9,30 +8,29 @@ from typin...
Update calc_state_root for new state API
ethereum_py-evm
train
5beea5076d4087438c3c3eb534d436503e57353a
diff --git a/src/NumPHP/Core/NumArray/String.php b/src/NumPHP/Core/NumArray/String.php index <HASH>..<HASH> 100644 --- a/src/NumPHP/Core/NumArray/String.php +++ b/src/NumPHP/Core/NumArray/String.php @@ -32,7 +32,7 @@ class String protected static function toStringRecursive($data, $level = 0) { $repea...
make __toString more readable
NumPHP_NumPHP
train
d0f7e42568b4182881b07db5c681429e026246f0
diff --git a/chorus/src/main/java/org/chorusbdd/chorus/results/ExecutionToken.java b/chorus/src/main/java/org/chorusbdd/chorus/results/ExecutionToken.java index <HASH>..<HASH> 100644 --- a/chorus/src/main/java/org/chorusbdd/chorus/results/ExecutionToken.java +++ b/chorus/src/main/java/org/chorusbdd/chorus/results/Execu...
Add new fields to clone methods
Chorus-bdd_Chorus
train
6748cd2301db82f6815a831e3d6aaca05612915f
diff --git a/django_misaka/templatetags/markdown.py b/django_misaka/templatetags/markdown.py index <HASH>..<HASH> 100644 --- a/django_misaka/templatetags/markdown.py +++ b/django_misaka/templatetags/markdown.py @@ -1,21 +1,26 @@ from django import template import misaka as m from pygments import highlight +from pygm...
feat: handle ClassNotFound exception when language is not supported
chiehtu_django-misaka
train
0d7dd1396e2f25ece6648619ccff32345bc306a1
diff --git a/micromongo/__init__.py b/micromongo/__init__.py index <HASH>..<HASH> 100644 --- a/micromongo/__init__.py +++ b/micromongo/__init__.py @@ -6,7 +6,7 @@ from models import * from spec import Field -VERSION = (0, 1, 3) +VERSION = (0, 1, 4) __all__ = ['connect', 'clean_connection', 'Model', 'Field', 'VER...
fix the setup.py file so it'l work when pymongo is not installed, version bump
jmoiron_micromongo
train
135639cc3d3c7f7c09c798aca704858f44ad6731
diff --git a/lib/planet/modules/state.js b/lib/planet/modules/state.js index <HASH>..<HASH> 100644 --- a/lib/planet/modules/state.js +++ b/lib/planet/modules/state.js @@ -36,6 +36,7 @@ function set(object, path, value){ object = current in object ? object[current] : (object[current] = {}); } object[key] = value;...
make seting opject at path not alter original path array
thisconnect_planet
train
272de3a2e8754801642f05a64d5b1d7038a6da82
diff --git a/spec/resources/product_family_component_spec.rb b/spec/resources/product_family_component_spec.rb index <HASH>..<HASH> 100644 --- a/spec/resources/product_family_component_spec.rb +++ b/spec/resources/product_family_component_spec.rb @@ -11,7 +11,8 @@ describe Chargify::ProductFamily::Component do r...
Ignore PF::Component specs, which are incompatible with FakeResource These specs will be re-introduced in <I>, when <URL>
chargify_chargify_api_ares
train
27dec29f4ef5b0253adb6f694ee9c1fb7ac1db73
diff --git a/client/state/data-layer/wpcom/theme-filters/index.js b/client/state/data-layer/wpcom/theme-filters/index.js index <HASH>..<HASH> 100644 --- a/client/state/data-layer/wpcom/theme-filters/index.js +++ b/client/state/data-layer/wpcom/theme-filters/index.js @@ -10,29 +10,30 @@ import i18n from 'i18n-calypso'; ...
Framework: `dispatchRequest` update (theme filters) (#<I>) See #<I> In this patch we're replacing the use of dispatchRequest() in the data layer handler to use the newer API exposed as dispatchRequestEx() This should have no change in actual effect or interaction.
Automattic_wp-calypso
train
ead19288bd38a8fd5753b713b1fbeab61fee4209
diff --git a/src/main/java/edu/ksu/canvas/CanvasApiFactory.java b/src/main/java/edu/ksu/canvas/CanvasApiFactory.java index <HASH>..<HASH> 100644 --- a/src/main/java/edu/ksu/canvas/CanvasApiFactory.java +++ b/src/main/java/edu/ksu/canvas/CanvasApiFactory.java @@ -186,7 +186,6 @@ public class CanvasApiFactory { ...
Removing duplicated writer class entry
kstateome_canvas-api
train
2851e1d919ee07cc52dc9ac947e279d92376a261
diff --git a/py/doc/conftest.py b/py/doc/conftest.py index <HASH>..<HASH> 100644 --- a/py/doc/conftest.py +++ b/py/doc/conftest.py @@ -35,7 +35,8 @@ def get_docpath(): return pypkgdir.join(path, abs=True) def get_apigen_relpath(): - return relpath(get_apigenpath().strpath, get_docpath().strpath) + return ...
[svn r<I>] Fixed api and source link role relative paths. --HG-- branch : trunk
pytest-dev_pytest
train
f96c9e4ad32355aeb9fc58f139ffd4c7eb293d1f
diff --git a/app/models/travel_advice_edition.rb b/app/models/travel_advice_edition.rb index <HASH>..<HASH> 100644 --- a/app/models/travel_advice_edition.rb +++ b/app/models/travel_advice_edition.rb @@ -40,7 +40,7 @@ class TravelAdviceEdition scope :published, where(:state => "published") class << self; attr_ac...
Add image_id and document_id to @fields_to_clone
alphagov_govuk_content_models
train
206e106b03d971aee8bde15df49f99f00d5c0e38
diff --git a/telehash.js b/telehash.js index <HASH>..<HASH> 100644 --- a/telehash.js +++ b/telehash.js @@ -211,9 +211,10 @@ function meshSeen(self) } // drop hn into it's appropriate bucket -function bucketize(self, hn) +function bucketize(self, hn, force) { - if(!hn.bucket) hn.bucket = self.hash.distanceTo(hn.ha...
load into bucket on the fly for faster meshing, and encode to in the open to prevent reply
telehash_telehash-js
train
699c67c1aad978b0108c74994faca3f630ff06b9
diff --git a/test/acceptance/ssh_test.rb b/test/acceptance/ssh_test.rb index <HASH>..<HASH> 100644 --- a/test/acceptance/ssh_test.rb +++ b/test/acceptance/ssh_test.rb @@ -34,4 +34,13 @@ class SSHTest < AcceptanceTest assert_equal("hello", result.stdout.chomp, "Vagrant should bring up a virtual ma...
Test: Able to pass a command to execute via `vagrant ssh` command
hashicorp_vagrant
train
9541ccc546cafaa11cd0125674265d9359798922
diff --git a/gio/gio.go b/gio/gio.go index <HASH>..<HASH> 100644 --- a/gio/gio.go +++ b/gio/gio.go @@ -1,19 +1,26 @@ -// +build !cgocheck - package gio // #include "gio.go.h" // #cgo pkg-config: gtk+-2.0 import "C" +import ( + "unsafe" -type GFile struct { - GFile *C.GFile -} + "github.com/mattn/go-gtk/glib" +)...
some fixes to gio, and added all GtkIconLookupFlags constants
mattn_go-gtk
train
1f950da7518475dbc4aaa7eb89d5e032f2a0ec26
diff --git a/packet_packer.go b/packet_packer.go index <HASH>..<HASH> 100644 --- a/packet_packer.go +++ b/packet_packer.go @@ -295,7 +295,9 @@ func (p *packetPacker) PackRetransmission(packet *ackhandler.Packet) ([]*packedP frames = append(frames, frameToAdd) } if sf, ok := frames[len(frames)-1].(*wire.Stream...
fix calculation of the length of retransmitted STREAM frames
lucas-clemente_quic-go
train
9c5e6bd3b3fff116cd7952fece46511b5fa52de9
diff --git a/hazelcast/src/test/java/com/hazelcast/internal/partition/impl/MigrationCommitServiceTest.java b/hazelcast/src/test/java/com/hazelcast/internal/partition/impl/MigrationCommitServiceTest.java index <HASH>..<HASH> 100644 --- a/hazelcast/src/test/java/com/hazelcast/internal/partition/impl/MigrationCommitServic...
migrationCommitServiceTest: shall wait until all replicas have owner (#<I>)
hazelcast_hazelcast
train
220e17bd4efc8ab48e7bc24a8c32fef7765e4d42
diff --git a/pyrsistent/_pvector.py b/pyrsistent/_pvector.py index <HASH>..<HASH> 100644 --- a/pyrsistent/_pvector.py +++ b/pyrsistent/_pvector.py @@ -76,10 +76,10 @@ class PythonPVector(object): return iter(self.tolist()) def __ne__(self, other): - return compare_pvector(self, other, operator.ne...
Added length check to PythonPVector equality check.
tobgu_pyrsistent
train
62f3017393e2775eb81ca629201cb3b27afe5fc2
diff --git a/openquake/engine/tests/export/hazard_test.py b/openquake/engine/tests/export/hazard_test.py index <HASH>..<HASH> 100644 --- a/openquake/engine/tests/export/hazard_test.py +++ b/openquake/engine/tests/export/hazard_test.py @@ -37,7 +37,8 @@ def check_export(output_id, target): Call export by checking t...
Restored export of hazard curves and maps Former-commit-id: <I>d<I>b<I>d9cfc6be<I>fcc<I>c<I>e<I>a3b<I>
gem_oq-engine
train
129357d208f70ff7ce5184ea92a938c78a86d6ff
diff --git a/bcbio/workflow/template.py b/bcbio/workflow/template.py index <HASH>..<HASH> 100644 --- a/bcbio/workflow/template.py +++ b/bcbio/workflow/template.py @@ -60,7 +60,7 @@ def _prep_items_from_base(base, in_files): ".fastq": "fastq", ".txt": "fastq", ".fastq.gz": "fastq", ...
limit inclusion of fastq/bam files in input dirs it's just a suggestion moving forward, I wonder what's the best way to handle template creation for standard bcl2fastq output where fastq of each sample is kept in a single folder and the fastq files are split for every x number of reads
bcbio_bcbio-nextgen
train
67eda3e2ae56e969e5f1f772e7e253bbb17e128f
diff --git a/lib/OpenLayers/Events.js b/lib/OpenLayers/Events.js index <HASH>..<HASH> 100644 --- a/lib/OpenLayers/Events.js +++ b/lib/OpenLayers/Events.js @@ -563,6 +563,9 @@ OpenLayers.Events = OpenLayers.Class({ * element - {HTMLDOMElement} a DOM element to attach browser events to */ attachToElement...
Re-adding accidently removed "if" block.
openlayers_openlayers
train
757442dfa5fefa5b5b0387fe82f7a2e4fb3dcc06
diff --git a/lib/flor/unit/taskers.rb b/lib/flor/unit/taskers.rb index <HASH>..<HASH> 100644 --- a/lib/flor/unit/taskers.rb +++ b/lib/flor/unit/taskers.rb @@ -23,6 +23,15 @@ module Flor def exid; @message['exid']; end def nid; @message['nid']; end + def payload; @message['payload']; end + alias fields...
Bring in helper methods to BasicTasker
floraison_flor
train
10c9391013709847d548e97b645f3d888b8d44ba
diff --git a/minion/renderers.py b/minion/renderers.py index <HASH>..<HASH> 100644 --- a/minion/renderers.py +++ b/minion/renderers.py @@ -13,14 +13,17 @@ class JSON(object): """ + def __init__(self, **kwargs): + self._dumps = partial(json.dumps, **kwargs) + def render(self, request, jsonable): ...
Allow customizing renders.JSON too.
Julian_Minion
train
7d02c4a371ce29366dcc5b8517d14049b181309a
diff --git a/src/ol/format/gmlformat.js b/src/ol/format/gmlformat.js index <HASH>..<HASH> 100644 --- a/src/ol/format/gmlformat.js +++ b/src/ol/format/gmlformat.js @@ -103,7 +103,7 @@ ol.format.GML.FEATURE_COLLECTION_PARSERS_ = { /** * @param {Node} node Node. * @param {Array.<*>} objectStack Object stack. - * @ret...
Handle undefined value at readGeometryFromNode instead
openlayers_openlayers
train
6cb34d443df3c88e4246cd0b25c71216ac3124c3
diff --git a/mod/glossary/lib.php b/mod/glossary/lib.php index <HASH>..<HASH> 100644 --- a/mod/glossary/lib.php +++ b/mod/glossary/lib.php @@ -803,7 +803,7 @@ function glossary_print_entry_icons($course, $cm, $glossary, $entry, $mode='',$h } - if (has_capability('mod/glossary:write', $context) or (!empty($U...
merged replacing studentcanpost with capability
moodle_moodle
train
abbb9291484e4d4e8252b0ecb1e608d05fc273fa
diff --git a/export_test.go b/export_test.go index <HASH>..<HASH> 100644 --- a/export_test.go +++ b/export_test.go @@ -17,3 +17,7 @@ package ebiten var ( ImageToBytes = imageToBytes ) + +func PanicOnErrorAtImageAt() { + panicOnErrorAtImageAt = true +} diff --git a/image.go b/image.go index <HASH>..<HASH> 100644 ---...
ebiten: Bug fix: Wrong uniform type was used This change also includes PanicOnErrorAtImageAt, which panics when an error is detected at (*Image).At. This function is only for testing. Fixes #<I>
hajimehoshi_ebiten
train
2d321e2f01a1cc92a2816d55b54fef4321f67afb
diff --git a/core/client/controllers/posts/post.js b/core/client/controllers/posts/post.js index <HASH>..<HASH> 100644 --- a/core/client/controllers/posts/post.js +++ b/core/client/controllers/posts/post.js @@ -2,10 +2,6 @@ import {parseDateString, formatDate} from 'ghost/utils/date-formatting'; var PostController ...
Removed holdover popover code in PostsPostController Ref #<I> -Removed unused isEditingSettings and isViewingSaveTypes from PostsPostController
TryGhost_Ghost
train
4b689e63aa4ad108c66dea5235ef974f1ee8105e
diff --git a/lib/chef/provider/ifconfig/aix.rb b/lib/chef/provider/ifconfig/aix.rb index <HASH>..<HASH> 100644 --- a/lib/chef/provider/ifconfig/aix.rb +++ b/lib/chef/provider/ifconfig/aix.rb @@ -22,7 +22,7 @@ class Chef class Provider class Ifconfig class Aix < Chef::Provider::Ifconfig - Aix.provi...
Remove unnecessary "ClassName." from "ClassName.provides"
chef_chef
train
868f203718eda7577946f91b0566e4da0f4e394f
diff --git a/client/my-sites/checkout/checkout/composite-checkout.js b/client/my-sites/checkout/checkout/composite-checkout.js index <HASH>..<HASH> 100644 --- a/client/my-sites/checkout/checkout/composite-checkout.js +++ b/client/my-sites/checkout/checkout/composite-checkout.js @@ -157,6 +157,7 @@ export default functi...
composite-checkout: Fill in site name or domain name in summary (#<I>) * Show domain in summary if one is in cart * Export isLineItemADomain * Show siteUrl if domain is not in cart * Hide tax/credits from WPCheckoutOrderSummary
Automattic_wp-calypso
train
e24e1f1299f38849f21c8f9099a1aad87437a8ad
diff --git a/lib/endpoints/class-wp-json-attachments-controller.php b/lib/endpoints/class-wp-json-attachments-controller.php index <HASH>..<HASH> 100644 --- a/lib/endpoints/class-wp-json-attachments-controller.php +++ b/lib/endpoints/class-wp-json-attachments-controller.php @@ -319,10 +319,14 @@ class WP_JSON_Attachmen...
Fix bugs in `upload_from_file()` with some TDD
WP-API_WP-API
train
cdabadf12fca0cb0d38322ab4c045669346f64d6
diff --git a/cirq-core/cirq/contrib/quil_import/quil.py b/cirq-core/cirq/contrib/quil_import/quil.py index <HASH>..<HASH> 100644 --- a/cirq-core/cirq/contrib/quil_import/quil.py +++ b/cirq-core/cirq/contrib/quil_import/quil.py @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # l...
Fix call signature on Gate to show that it takes Qids. (#<I>) This makes the API documentation for our gate constants better. Not sure why it trips the type notation. ![image](<URL>) Fixes <URL>
quantumlib_Cirq
train
51fdb2174424f33e441a6b257bb1d45fb8aab2f3
diff --git a/src/hamster/lib/datetime.py b/src/hamster/lib/datetime.py index <HASH>..<HASH> 100644 --- a/src/hamster/lib/datetime.py +++ b/src/hamster/lib/datetime.py @@ -370,7 +370,8 @@ class datetime(pdt.datetime): (?P<relative> -- # double dash: None ...
handle +mmm times, relative to ref
projecthamster_hamster
train
080b79338d8039d68eadacaa98695bf7ee2e5c82
diff --git a/moto/swf/models.py b/moto/swf/models.py index <HASH>..<HASH> 100644 --- a/moto/swf/models.py +++ b/moto/swf/models.py @@ -22,8 +22,10 @@ class Domain(object): self.retention = retention self.description = description self.status = "REGISTERED" - self.activity_types = defau...
Simplify how we store SWF types inside a SWF domain
spulec_moto
train
ff22944dd6ccc43426f6b53695e6605f22e61a57
diff --git a/pyxel/cli.py b/pyxel/cli.py index <HASH>..<HASH> 100644 --- a/pyxel/cli.py +++ b/pyxel/cli.py @@ -5,6 +5,7 @@ import shutil import sys import tempfile import zipfile +import multiprocessing import pyxel import pyxel.editor @@ -67,7 +68,10 @@ def _play_pyxel_app(pyxel_app_file): ...
Fix PermissionError to delete tempdirectory (#<I>)
kitao_pyxel
train
a3ecd655ad2d562d21261ecdcf37f24fdf5706cb
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -10,14 +10,13 @@ with io.open('README.rst', encoding='utf8') as readme: setup( name='django-improved-user', - version='0.1.0', + version='0.1.1', description='A custom Django user model for best practices em...
Release <I> - remove email (#8)
jambonsw_django-improved-user
train
63a94cc01a5c76917fca0cea3e9e8354857a157d
diff --git a/examples/javascript/features/fibonacci.feature b/examples/javascript/features/fibonacci.feature index <HASH>..<HASH> 100644 --- a/examples/javascript/features/fibonacci.feature +++ b/examples/javascript/features/fibonacci.feature @@ -18,10 +18,12 @@ Feature: Fibonacci | 100 | [1, 1, 2, 3, 5, 8, 13, ...
Handle PyString with multiple lines. Support tables and pystrings when using Transform
cucumber_cucumber-ruby
train
4f3fd5c2c92826ecec64741b12e41aafa98d411a
diff --git a/yotta/lib/target.py b/yotta/lib/target.py index <HASH>..<HASH> 100644 --- a/yotta/lib/target.py +++ b/yotta/lib/target.py @@ -165,28 +165,92 @@ class Target(pack.Pack): hint = self.hintForCMakeGenerator(args.cmake_generator, component) if hint: logging.info(hint) + + def f...
intelligently search for the program specified to 'yotta debug'
ARMmbed_yotta
train
a110200498261d23d5c0ac1c2ff57e15f05867ac
diff --git a/packages/webiny-app-security/src/admin/views/EntitiesForm.js b/packages/webiny-app-security/src/admin/views/EntitiesForm.js index <HASH>..<HASH> 100644 --- a/packages/webiny-app-security/src/admin/views/EntitiesForm.js +++ b/packages/webiny-app-security/src/admin/views/EntitiesForm.js @@ -22,10 +22,40 @@ c...
WIP(forms): implement authorization forms. affects: webiny-app-security
Webiny_webiny-js
train
176a4eb458f79a0c9df3ab1e02a1fb945aaa8145
diff --git a/server/webapp/WEB-INF/rails.new/app/assets/javascripts/analytics.js b/server/webapp/WEB-INF/rails.new/app/assets/javascripts/analytics.js index <HASH>..<HASH> 100644 --- a/server/webapp/WEB-INF/rails.new/app/assets/javascripts/analytics.js +++ b/server/webapp/WEB-INF/rails.new/app/assets/javascripts/analyt...
Analytics.js was using viewPath instead of view_path
gocd_gocd
train
58c639abec4110038294af627b6836b9d2749c8a
diff --git a/p2p/host/peerstore/pstoremem/addr_book.go b/p2p/host/peerstore/pstoremem/addr_book.go index <HASH>..<HASH> 100644 --- a/p2p/host/peerstore/pstoremem/addr_book.go +++ b/p2p/host/peerstore/pstoremem/addr_book.go @@ -55,8 +55,8 @@ func (segments *addrSegments) get(p peer.ID) *addrSegment { type memoryAddrBoo...
implement a clean shutdown for the memory address book
libp2p_go-libp2p
train
d88e4cf14846f8d123183c66781bffe90c237e5f
diff --git a/lib/act/command.rb b/lib/act/command.rb index <HASH>..<HASH> 100644 --- a/lib/act/command.rb +++ b/lib/act/command.rb @@ -15,7 +15,7 @@ module Act def self.arguments [ - ['PATH', :optional], + CLAide::Argument.new('PATH', false), ] end
[Command] Fix running under claide <I>
fabiopelosin_act
train
190975909ac4b9367f1cdd002ec67d6a72b5fa20
diff --git a/Eloquent/Model.php b/Eloquent/Model.php index <HASH>..<HASH> 100755 --- a/Eloquent/Model.php +++ b/Eloquent/Model.php @@ -554,6 +554,11 @@ abstract class Model implements ArrayAccess, Arrayable, Jsonable, JsonSerializab */ public static function forceCreate(array $attributes) { + if (static::$ungua...
Don't mess with unguarded state on force create.
illuminate_database
train
678ce934539094c661fb181b50f7eae09c3670a0
diff --git a/parsl/dataflow/dflow.py b/parsl/dataflow/dflow.py index <HASH>..<HASH> 100644 --- a/parsl/dataflow/dflow.py +++ b/parsl/dataflow/dflow.py @@ -453,6 +453,9 @@ class DataFlowKernel(object): if not self._executors_managed: return + logger.debug("Terminating flow_control and stra...
Adding code for kill event for flowControl threads. Fixes #<I> Currently, the flowControl threads are not properly terminated along with dfk.cleanup and this creates a situation where the strategy methods are called event after the DFK has shutdown resources. This commit adds an kill event that the timer thread waits ...
Parsl_parsl
train
05300f9c4cd88cb9a15298cb959629de3cce2a43
diff --git a/js/sideNav.js b/js/sideNav.js index <HASH>..<HASH> 100644 --- a/js/sideNav.js +++ b/js/sideNav.js @@ -126,7 +126,7 @@ var menuOut = false; $('.drag-target').hammer({ - prevent_default: false + prevent_default: true }).bind('tap', function(e) { // ca...
Allow user to fling the sidenav away Clearly originally intended, the flinging ability of sidenavs wasn't working. This fixed the issue and allows the user to fling the sidenav.
Dogfalo_materialize
train
7726a5ddad85f428ef4a1cdf018316a57d521921
diff --git a/eventsource.js b/eventsource.js index <HASH>..<HASH> 100755 --- a/eventsource.js +++ b/eventsource.js @@ -242,7 +242,7 @@ } } - if (xhr.setRequestHeader) { // XDomainRequest doesn�t support setRequestHeader + if (xhr.setRequestHeader) { // XDomainRequest doesn�t support setR...
Add Accept header "text/event-stream". This header may be used for filtering by EventSource server.
Yaffle_EventSource
train
431074e039e8f582c9ddeee9a8282effcd47ef4f
diff --git a/.gitignore b/.gitignore index <HASH>..<HASH> 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ *.pyc dist/ build/ +test_out.py +tmp_test.py diff --git a/pypreprocessor/__init__.py b/pypreprocessor/__init__.py index <HASH>..<HASH> 100644 --- a/pypreprocessor/__init__.py +++ b/pypreprocessor/__init...
Changing Test Cases Own version needs: #endif everywhere —> may include Warning for not closed #ifdefs and so on ? same problem with #excludes ?
interpreters_pypreprocessor
train
8f6d6e88d6637107bfb2b349f511d00d5a68ef1d
diff --git a/libkbfs/disk_quota_cache.go b/libkbfs/disk_quota_cache.go index <HASH>..<HASH> 100644 --- a/libkbfs/disk_quota_cache.go +++ b/libkbfs/disk_quota_cache.go @@ -355,6 +355,7 @@ func (cache *DiskQuotaCacheLocal) Shutdown(ctx context.Context) { select { case <-cache.shutdownCh: cache.log.CWarningf(ctx, "...
disk_quota_cache: return early in Shutdown if already shut down Suggested by songgao. Issue: #<I>
keybase_client
train
7be97497682c2e431e1d4728c053ba7d716158c6
diff --git a/src/java/arjdbc/sqlite3/SQLite3RubyJdbcConnection.java b/src/java/arjdbc/sqlite3/SQLite3RubyJdbcConnection.java index <HASH>..<HASH> 100644 --- a/src/java/arjdbc/sqlite3/SQLite3RubyJdbcConnection.java +++ b/src/java/arjdbc/sqlite3/SQLite3RubyJdbcConnection.java @@ -110,7 +110,9 @@ public class SQLite3RubyJ...
[sqlite3] should call next() on ResulSet always
jruby_activerecord-jdbc-adapter
train
ff11bee7df918db21e351ddb336aaf094e54a3bc
diff --git a/graceful-fs.js b/graceful-fs.js index <HASH>..<HASH> 100644 --- a/graceful-fs.js +++ b/graceful-fs.js @@ -2,6 +2,7 @@ // fs operations wait until some have closed before trying to open more. var fs = require("fs") + , mkdirp = require("mkdirp") // there is such a thing as TOO graceful. if (fs.open...
Handle fs.read EAGAIN errors by trying again
isaacs_node-graceful-fs
train
8b6e49504f91f11803b3897c43745c7c8adfbb7d
diff --git a/src/AmazonPaymentServiceProvider.php b/src/AmazonPaymentServiceProvider.php index <HASH>..<HASH> 100644 --- a/src/AmazonPaymentServiceProvider.php +++ b/src/AmazonPaymentServiceProvider.php @@ -21,7 +21,7 @@ class AmazonPaymentServiceProvider extends ServiceProvider { { $this->app['amazonpayment'] = $...
change laravel config location to match the laravel conventional place to store services
tuurbo_amazon-payment
train
536d6faa9bff6b65b8c92e782844f62869afaa34
diff --git a/lib/double_entry/reporting/aggregate_array.rb b/lib/double_entry/reporting/aggregate_array.rb index <HASH>..<HASH> 100644 --- a/lib/double_entry/reporting/aggregate_array.rb +++ b/lib/double_entry/reporting/aggregate_array.rb @@ -53,8 +53,8 @@ module DoubleEntry scope = LineAggregate. ...
Fix a small bug with aggregate arrays so we look for NULL instead of empty string when code is not provided
envato_double_entry
train
067c80c6aff788db87c748f10242602eb0189bff
diff --git a/perf/www/index.js b/perf/www/index.js index <HASH>..<HASH> 100644 --- a/perf/www/index.js +++ b/perf/www/index.js @@ -7,7 +7,7 @@ if (!global.Promise) { var PouchDB = require('pouchdb'); -var opts = {adapter: 'websql', size: 50000000, location: 'default'}; +var opts = {adapter: 'websql', size: 50, loc...
streamline perf tests [skip ci]
nolanlawson_cordova-plugin-sqlite-2
train
91c4264f6c79be6f4a5e7169a29239313cc89ce1
diff --git a/safe_qgis/exceptions.py b/safe_qgis/exceptions.py index <HASH>..<HASH> 100644 --- a/safe_qgis/exceptions.py +++ b/safe_qgis/exceptions.py @@ -163,3 +163,8 @@ class InvalidAggregatorError(Exception): class AggregatioError(Exception): """Raised if aggregator state is not valid when trying to run it."""...
Improve help so that it looks for local file first and then resorts to online help if not present.
inasafe_inasafe
train
b76fd12368a0e5c8c8602587b39008769f1943c5
diff --git a/pyvisa-py/usb.py b/pyvisa-py/usb.py index <HASH>..<HASH> 100644 --- a/pyvisa-py/usb.py +++ b/pyvisa-py/usb.py @@ -172,6 +172,20 @@ class USBSession(Session): raise UnknownAttribute(attribute) + def after_parsing(self): + self.interface = self._intf_cls(int(self.parsed.manufacturer_id...
usb: fix after_parsing logic We need to set the timeout to get the proper values but the other attributes should only be added to attrs.
pyvisa_pyvisa-py
train
3a6eb3240f354cd7a6de08e7e1d463c5328e19e4
diff --git a/examples/natural_language_understanding.v1.js b/examples/natural_language_understanding.v1.js index <HASH>..<HASH> 100644 --- a/examples/natural_language_understanding.v1.js +++ b/examples/natural_language_understanding.v1.js @@ -1,7 +1,9 @@ const fs = require('fs'); const NaturalLanguageUnderstandingV1 ...
add error if version_date isn't passed in on construction
watson-developer-cloud_node-sdk
train
0ececa6adee476af85f7b3b4ee87893f40f18fff
diff --git a/benchexec/containerexecutor.py b/benchexec/containerexecutor.py index <HASH>..<HASH> 100644 --- a/benchexec/containerexecutor.py +++ b/benchexec/containerexecutor.py @@ -871,6 +871,16 @@ class ContainerExecutor(baseexecutor.BaseExecutor): received = os.read(from_grandchild_copy, 1024) ...
Fix bug in container mode if executed command does not exist Previously, "runexec --container -- /foo" produced an EOFError if "foo" is not a valid command. Now it just returns "terminationreason=failed".
sosy-lab_benchexec
train
647498757bbc1aee74008d6993c477fdf68fcbe9
diff --git a/querydsl-jpa/src/main/java/com/mysema/query/jpa/JPQLSerializer.java b/querydsl-jpa/src/main/java/com/mysema/query/jpa/JPQLSerializer.java index <HASH>..<HASH> 100644 --- a/querydsl-jpa/src/main/java/com/mysema/query/jpa/JPQLSerializer.java +++ b/querydsl-jpa/src/main/java/com/mysema/query/jpa/JPQLSerialize...
#<I> join is now internally mapped to inner join
querydsl_querydsl
train
28433ea85db99366dfe697ffdfb37c17f03b9a35
diff --git a/drivers/amazonec2/amazonec2.go b/drivers/amazonec2/amazonec2.go index <HASH>..<HASH> 100644 --- a/drivers/amazonec2/amazonec2.go +++ b/drivers/amazonec2/amazonec2.go @@ -45,7 +45,8 @@ const ( ) const ( - keypairNotFoundCode = "InvalidKeyPair.NotFound" + keypairNotFoundCode = "InvalidKeyPair...
Wait for eventual consistency on AWS spot instances Also requesting a spot instance is subject to eventual consistency, this patch implements a retry method around spot instance waiter.
docker_machine
train
98e33049a5b0cc81db9c33139f3ad9b3203059c3
diff --git a/web/src/main/java/com/caucho/v5/http/protocol/ProtocolHttp.java b/web/src/main/java/com/caucho/v5/http/protocol/ProtocolHttp.java index <HASH>..<HASH> 100644 --- a/web/src/main/java/com/caucho/v5/http/protocol/ProtocolHttp.java +++ b/web/src/main/java/com/caucho/v5/http/protocol/ProtocolHttp.java @@ -73,10...
baratine tcp/pipeline issues
baratine_baratine
train
840c1f6135d4c9d3278a3311caaa97b24982024e
diff --git a/bin/cli.js b/bin/cli.js index <HASH>..<HASH> 100755 --- a/bin/cli.js +++ b/bin/cli.js @@ -85,6 +85,6 @@ function outputUpgradeWarning (latest) { 'This version is outdated! Latest version: ' + colors.bold.green(latest), 'To upgrade, run: ' + colors.grey('npm install -g ' + pkg.name + '@' + latest)...
change es6 let declaration for var
blockchain_service-my-wallet-v3
train
2299f4cf50a07b2cb82ebae57f3f2c9b9b7541ba
diff --git a/spec/support/actor_examples.rb b/spec/support/actor_examples.rb index <HASH>..<HASH> 100644 --- a/spec/support/actor_examples.rb +++ b/spec/support/actor_examples.rb @@ -136,18 +136,18 @@ shared_context "a Celluloid Actor" do |included_module| actor = actor_class.new "Al Pacino" e = nil - li...
[CS] More refactor-safe checking of backtrace in aborted exceptions
celluloid_celluloid
train
bc98a54b1466892ebd1af81a2e62112772a2529a
diff --git a/History.md b/History.md index <HASH>..<HASH> 100644 --- a/History.md +++ b/History.md @@ -1,6 +1,7 @@ unreleased ========== + * Display error on console formatted like `throw` * Escape HTML with `escape-html` module * Escape HTML in stack trace * Set `X-Content-Type-Options: nosniff` header d...
Display error on console like throw fixes #5
expressjs_errorhandler
train
b8640d47907876d43335628fea40da03df0e84cd
diff --git a/activerecord/lib/active_record/relation/finder_methods.rb b/activerecord/lib/active_record/relation/finder_methods.rb index <HASH>..<HASH> 100644 --- a/activerecord/lib/active_record/relation/finder_methods.rb +++ b/activerecord/lib/active_record/relation/finder_methods.rb @@ -79,6 +79,19 @@ module ActiveR...
explaining ActiveRecord#first in rails 3 and 4
rails_rails
train
c8a233b971a2922cb75a55e31b18f0bb050d72cf
diff --git a/condoor/drivers/NX-OS.py b/condoor/drivers/NX-OS.py index <HASH>..<HASH> 100644 --- a/condoor/drivers/NX-OS.py +++ b/condoor/drivers/NX-OS.py @@ -17,6 +17,8 @@ class Driver(Generic): families = { "Nexus9": "Nexus9000", "N9K-C9": "Nexus9000", + "Nexus7000": "Nexus7000", + ...
Nexus<I> and NX-OSv added
kstaniek_condoor
train
d86dd000305a40cc0649ea9b3eb04fe0da19f42e
diff --git a/Gemfile.lock b/Gemfile.lock index <HASH>..<HASH> 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - ruby_reportable (0.0.2) + ruby_reportable (0.1.2) GEM remote: http://rubygems.org/ diff --git a/lib/ruby_reportable/report.rb b/lib/ruby_reportable/report...
add the ability to selectively hide an output field by passing :hidden => true in the options hash
asceth_ruby_reportable
train
c0e9e819a02a3a2423738bee242f14bed7b9ef36
diff --git a/fatbotslim/irc/__init__.py b/fatbotslim/irc/__init__.py index <HASH>..<HASH> 100644 --- a/fatbotslim/irc/__init__.py +++ b/fatbotslim/irc/__init__.py @@ -32,5 +32,8 @@ def u(s, errors='ignore'): :return: decoded string :rtype: unicode """ - encoding = chardet.detect(s)['encoding'] - re...
try first to decode strings using utf8, and use chardet only if this fails
mdeous_fatbotslim
train
5ba590d890f04e313c037fe989289fe52f9e1727
diff --git a/go/client/cmd_team_edit.go b/go/client/cmd_team_edit.go index <HASH>..<HASH> 100644 --- a/go/client/cmd_team_edit.go +++ b/go/client/cmd_team_edit.go @@ -110,6 +110,11 @@ func (c *CmdTeamEdit) applySettings(cli keybase1.TeamsClient) error { err := cli.TeamSetSettings(context.Background(), arg) if err...
Introduce NoOpError, make team settings service return it If sig was not posted because client decided it would not change anything in the team, return NoOpError. Client can treat it as a non-error and tell the user that "team was already ___".
keybase_client
train
c7e77d688ff0a724f64a35f2fa3cc93a1188e513
diff --git a/aiorun.py b/aiorun.py index <HASH>..<HASH> 100644 --- a/aiorun.py +++ b/aiorun.py @@ -160,12 +160,18 @@ def run( "exclusive. (Just make your own uvloop and pass it in)." ) - if use_uvloop: - import uvloop + loop_was_supplied = bool(loop) - asyncio.set_event_loo...
Do not change polices in the case of custom loop provided. (#<I>)
cjrh_aiorun
train
de8f18dcd346288c2da7983a4aff5cf8ff890377
diff --git a/parsedmarc/cli.py b/parsedmarc/cli.py index <HASH>..<HASH> 100644 --- a/parsedmarc/cli.py +++ b/parsedmarc/cli.py @@ -358,6 +358,8 @@ def _main(): opts.chunk_size = general_config.getint("chunk_size") if "ip_db_path" in general_config: opts.ip_db_path = genera...
Fix CLI that was broken by the new ip_db_path option
domainaware_parsedmarc
train
21130de5be2507df607dbe05c0a5cf9be758e575
diff --git a/lib/app-wrapper.js b/lib/app-wrapper.js index <HASH>..<HASH> 100644 --- a/lib/app-wrapper.js +++ b/lib/app-wrapper.js @@ -62,8 +62,10 @@ h.attach(AppWrapper, function closure() { this.appDefFunc(app); last.call(this, app); - app.listen(this.port); + var ser...
Added support for shutting down the server/cluster programmatically
pixelsandbytes_h2o
train
c6b842c7c80b1a06e693321ffe3ca32da07dc686
diff --git a/expression/builtin_math_vec.go b/expression/builtin_math_vec.go index <HASH>..<HASH> 100644 --- a/expression/builtin_math_vec.go +++ b/expression/builtin_math_vec.go @@ -229,6 +229,24 @@ func (b *builtinCotSig) vectorized() bool { return true } +func (b *builtinDegreesSig) vecEvalReal(input *chunk.Chu...
expression: implement vectorized evaluation for builtinDegreesSig (#<I>)
pingcap_tidb
train
e2118fbc252e0517b6736b9925d25bc0d8805e5b
diff --git a/module/communication/controller/src/main/java/org/openbase/jul/communication/controller/AbstractRemoteClient.java b/module/communication/controller/src/main/java/org/openbase/jul/communication/controller/AbstractRemoteClient.java index <HASH>..<HASH> 100644 --- a/module/communication/controller/src/main/ja...
internalRequestStatus of AbtractRemoteClient passes through RPCResponse
openbase_jul
train
c9138daacced47f117cc337e228a05aed5c27d44
diff --git a/builtin/providers/azurerm/config.go b/builtin/providers/azurerm/config.go index <HASH>..<HASH> 100644 --- a/builtin/providers/azurerm/config.go +++ b/builtin/providers/azurerm/config.go @@ -4,6 +4,7 @@ import ( "fmt" "log" "net/http" + "net/http/httputil" "github.com/Azure/azure-sdk-for-go/arm/cd...
provider/azurerm: dump entire Request/Response in autorest Decorator (#<I>)
hashicorp_terraform
train
68ef08b807715061349d107d3304c89afcd0ba6d
diff --git a/packages/string-camel-case/index.js b/packages/string-camel-case/index.js index <HASH>..<HASH> 100644 --- a/packages/string-camel-case/index.js +++ b/packages/string-camel-case/index.js @@ -15,11 +15,14 @@ module.exports = camelCase; var wordSeparators = /[\s\u2000-\u206F\u2E00-\u2E7F\\'!"#$%&()*+,\-.\/:;...
fix camel-case for leading punctuation
angus-c_just
train
68bada9d03400ca823c88b0fd5ea71c9ddd3a9dd
diff --git a/src/test/java/com/twilio/twiml/DialTest.java b/src/test/java/com/twilio/twiml/DialTest.java index <HASH>..<HASH> 100644 --- a/src/test/java/com/twilio/twiml/DialTest.java +++ b/src/test/java/com/twilio/twiml/DialTest.java @@ -67,13 +67,12 @@ public class DialTest { .timeout(8) ...
Ordering from hashmap is not guaranteed
twilio_twilio-java
train
8d614b6683a780f8064cf989e31a8226433c0e54
diff --git a/src/ossos/core/ossos/ssos.py b/src/ossos/core/ossos/ssos.py index <HASH>..<HASH> 100644 --- a/src/ossos/core/ossos/ssos.py +++ b/src/ossos/core/ossos/ssos.py @@ -21,7 +21,7 @@ requests.packages.urllib3.disable_warnings() __author__ = 'Michele Bannister, JJ Kavelaars' # SSOS_URL = "http://www.cadc-ccda....
Changed SSOIS URL in ssos.py to https Changing the SSOIS URL from http to https will allow the requests.post() command to work properly. The command had trouble calling the SSOIS API using the old URL.
OSSOS_MOP
train
166006178a6295500e9d14e6540cbe77c4bb94e4
diff --git a/llvmlite/ir/values.py b/llvmlite/ir/values.py index <HASH>..<HASH> 100644 --- a/llvmlite/ir/values.py +++ b/llvmlite/ir/values.py @@ -103,6 +103,12 @@ class _Undefined(object): """ 'undef': a value for undefined values. """ + def __new__(cls): + try: + return Undefined +...
Ensure Undefined to be a singleton that survives copying, deepcopying and pickling.
numba_llvmlite
train
a38242c6a4ff40e999d730607e5764020d87058a
diff --git a/src/org/opencms/jsp/search/controller/CmsSearchControllerDidYouMean.java b/src/org/opencms/jsp/search/controller/CmsSearchControllerDidYouMean.java index <HASH>..<HASH> 100644 --- a/src/org/opencms/jsp/search/controller/CmsSearchControllerDidYouMean.java +++ b/src/org/opencms/jsp/search/controller/CmsSearc...
Added escaping of special characters in the query string for the "Did you mean?" feature. Not configurable.
alkacon_opencms-core
train
6801e8204178fb5244761317083e94290f267360
diff --git a/test.js b/test.js index <HASH>..<HASH> 100644 --- a/test.js +++ b/test.js @@ -9,7 +9,7 @@ describe('markdown-it-attrs.utils', function() { var src = '{.red #head key=val}'; var expected = [['class', 'red'], ['id', 'head'], ['key', 'val']]; var res = utils.getAttrs(src, 1, src.length-1); - ...
deepStrictEqual not avaiable in node <I> and <I>
arve0_markdown-it-attrs
train
6842cf0751ab0aa40410fa313fc701ff1890f56d
diff --git a/src/FormFields/After/DescriptionHandler.php b/src/FormFields/After/DescriptionHandler.php index <HASH>..<HASH> 100644 --- a/src/FormFields/After/DescriptionHandler.php +++ b/src/FormFields/After/DescriptionHandler.php @@ -21,6 +21,7 @@ class DescriptionHandler extends AbstractHandler ...
Html tooltips for fields description (#<I>) Add possibility to have html tooltips for fields description on BREAD
the-control-group_voyager
train
e45ea2f5d5429fb65794efa6e4cf8f6e8bb08c96
diff --git a/restcomm/restcomm.rvd/src/main/webapp/controllers.js b/restcomm/restcomm.rvd/src/main/webapp/controllers.js index <HASH>..<HASH> 100644 --- a/restcomm/restcomm.rvd/src/main/webapp/controllers.js +++ b/restcomm/restcomm.rvd/src/main/webapp/controllers.js @@ -613,6 +613,18 @@ App.controller('designerCtrl', f...
RESTCOMM-<I> #comment Fixed packState() in controllers.js so that property say model is transmitted to server (cherry picked from commit <I>b<I>f<I>ee6ffe<I>bc<I>f<I>ef)
RestComm_Restcomm-Connect
train
dd08898a158e70798a3bde320535b209e2ec9b94
diff --git a/seleniumbase/fixtures/base_case.py b/seleniumbase/fixtures/base_case.py index <HASH>..<HASH> 100755 --- a/seleniumbase/fixtures/base_case.py +++ b/seleniumbase/fixtures/base_case.py @@ -2301,6 +2301,8 @@ class BaseCase(unittest.TestCase): self.__highlight_with_assert_success(messenger_post, "h...
Improve reliability for the html_inspector
seleniumbase_SeleniumBase
train
309da391d7b779ae4257acf1ec6b300048106bce
diff --git a/mockserver-client-java/src/main/java/org/mockserver/client/MockServerClient.java b/mockserver-client-java/src/main/java/org/mockserver/client/MockServerClient.java index <HASH>..<HASH> 100644 --- a/mockserver-client-java/src/main/java/org/mockserver/client/MockServerClient.java +++ b/mockserver-client-java...
#<I> fixed minor typo in javadoc
jamesdbloom_mockserver
train
815fea369bb090019acbd6ab65445dde7524f070
diff --git a/tests/Utils/BuildClientSchemaTest.php b/tests/Utils/BuildClientSchemaTest.php index <HASH>..<HASH> 100644 --- a/tests/Utils/BuildClientSchemaTest.php +++ b/tests/Utils/BuildClientSchemaTest.php @@ -14,7 +14,10 @@ use GraphQL\Utils\BuildClientSchema; use GraphQL\Utils\BuildSchema; use GraphQL\Utils\Schema...
Fix phpunit deprecation (#<I>) * fix phpunit deprecation * switch on phpunit version * lock version * check for method
webonyx_graphql-php
train
fb646335ccf43c9796af30ecf437bc777d72e698
diff --git a/kdcount/correlate.py b/kdcount/correlate.py index <HASH>..<HASH> 100644 --- a/kdcount/correlate.py +++ b/kdcount/correlate.py @@ -187,7 +187,7 @@ class Binning(object): ------- linearlized bin index """ - N = len(tobin[tobin.keys()[0]]) + N = len(tobin[list(tobin.k...
dict.keys() needs to be a list in python 3
rainwoodman_kdcount
train
3029ece301ecc2382d63e24dad2ec31f2ea37ece
diff --git a/acceptance/ui/features/steps/applications_steps.rb b/acceptance/ui/features/steps/applications_steps.rb index <HASH>..<HASH> 100644 --- a/acceptance/ui/features/steps/applications_steps.rb +++ b/acceptance/ui/features/steps/applications_steps.rb @@ -113,7 +113,7 @@ end def checkActive(entry) within(p...
Fix selector for new healthcheck stylename
control-center_serviced
train
1a910f931514050681af173b345a42af12dff4e0
diff --git a/test/forks/btg/transaction_builder.js b/test/forks/btg/transaction_builder.js index <HASH>..<HASH> 100644 --- a/test/forks/btg/transaction_builder.js +++ b/test/forks/btg/transaction_builder.js @@ -8,7 +8,7 @@ const { networks, ECPair, script, - crypto, + crypto } = require('..') describe('T...
Make code pass `standard` linter Due to alert fatigue this was missed earlier
BitGo_bitgo-utxo-lib
train
7744d83526f5aa0672e99202339ce0ab302c9f6b
diff --git a/salt/modules/boto_ec2.py b/salt/modules/boto_ec2.py index <HASH>..<HASH> 100644 --- a/salt/modules/boto_ec2.py +++ b/salt/modules/boto_ec2.py @@ -453,8 +453,6 @@ def find_instances(instance_id=None, name=None, tags=None, region=None, ''' conn = _get_conn(region=region, key=key, keyid=keyid, profi...
Update boto_ec2.find_instances() to always return values as described… (#<I>) * Update boto_ec2.find_instances() to always return values as described in docstring. * Fixup logic flow - instance creation was aborting in certain cases when an instance with the same name had been terminated but still showed in boto_ec...
saltstack_salt
train
8fd38c02c499890f24d04f3ad9b7ee704a63a06c
diff --git a/ignite-base/App/Containers/RootContainer.js b/ignite-base/App/Containers/RootContainer.js index <HASH>..<HASH> 100644 --- a/ignite-base/App/Containers/RootContainer.js +++ b/ignite-base/App/Containers/RootContainer.js @@ -28,8 +28,9 @@ class RootContainer extends Component { } } -const mapStateToDisp...
Renames a function that was clearly named under the influence.
infinitered_ignite
train
8f9ab471e9246ae9c4764f3b4f21d497dff32c3a
diff --git a/src/cache-service.js b/src/cache-service.js index <HASH>..<HASH> 100644 --- a/src/cache-service.js +++ b/src/cache-service.js @@ -628,7 +628,7 @@ function getServiceConstructor( name, configuration ) { return self.__cacheMaintain( self.entityCache, entityToCache, "update", true ); }; - CacheService....
[FIX] Lint/typo
oliversalzburg_absync
train
f8de9b33b023bb0dff51dc69cd37851f76e04108
diff --git a/src/tile.js b/src/tile.js index <HASH>..<HASH> 100644 --- a/src/tile.js +++ b/src/tile.js @@ -336,15 +336,18 @@ $.Tile.prototype = { * @return {Float} */ getScaleForEdgeSmoothing: function() { - if (!this.cacheImageRecord) { + var context; + if (this.cacheImageRecord) ...
Fix getScaleForEdgeSmoothing with image tile source.
openseadragon_openseadragon
train
64aecab0a73332330197ca40665e586dd135a7a6
diff --git a/src/Symfony/Component/Security/Http/Firewall/SwitchUserListener.php b/src/Symfony/Component/Security/Http/Firewall/SwitchUserListener.php index <HASH>..<HASH> 100644 --- a/src/Symfony/Component/Security/Http/Firewall/SwitchUserListener.php +++ b/src/Symfony/Component/Security/Http/Firewall/SwitchUserListen...
Don't let falsey usernames slip through
symfony_symfony
train
8d782c8fa9b76fe42c5470ce049e36858d323dfc
diff --git a/lib/chronuscop_client/synchronizer.rb b/lib/chronuscop_client/synchronizer.rb index <HASH>..<HASH> 100644 --- a/lib/chronuscop_client/synchronizer.rb +++ b/lib/chronuscop_client/synchronizer.rb @@ -96,7 +96,7 @@ module ChronuscopClient end end - + puts "Writing the last_update_value ...
I have coded but not tested intelligent sync.
ajeychronus_chronuscop_client
train
c4c4c017e97cdc63d62ed78fad954a7112557d13
diff --git a/mbed/mbed_cdc.py b/mbed/mbed_cdc.py index <HASH>..<HASH> 100644 --- a/mbed/mbed_cdc.py +++ b/mbed/mbed_cdc.py @@ -1,4 +1,24 @@ +#!/usr/bin/env python2 + +# Copyright (c) 2016 ARM Limited, All Rights Reserved +# SPDX-License-Identifier: Apache-2.0 + +# Licensed under the Apache License, Version 2.0 (the "...
Address comments in PR #<I>
ARMmbed_mbed-cli
train
81b919f01275fa7e1d92511cc52ff1b3dbf9b0cb
diff --git a/src/AbstractBaseCommonExpressionTemplate.php b/src/AbstractBaseCommonExpressionTemplate.php index <HASH>..<HASH> 100644 --- a/src/AbstractBaseCommonExpressionTemplate.php +++ b/src/AbstractBaseCommonExpressionTemplate.php @@ -30,14 +30,9 @@ abstract class AbstractBaseCommonExpressionTemplate extends Abstra...
Fixed doc for inherited abstract method
Dhii_expression-renderer-base
train