hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
f02669f7005e324b0945991fe4a7383acccea331
diff --git a/lib/read_source/version.rb b/lib/read_source/version.rb index <HASH>..<HASH> 100644 --- a/lib/read_source/version.rb +++ b/lib/read_source/version.rb @@ -1,3 +1,3 @@ module ReadSource - VERSION = "0.2.3" + VERSION = "0.2.4" end diff --git a/lib/read_source/vim_source.rb b/lib/read_source/vim_source.rb ...
Add server support for VIM & keep Ruby running
danielpclark_read_source
train
71f416f788f5d117bc511a51dc446d60ad4ebf23
diff --git a/controller/DeliveryServer.php b/controller/DeliveryServer.php index <HASH>..<HASH> 100755 --- a/controller/DeliveryServer.php +++ b/controller/DeliveryServer.php @@ -50,7 +50,6 @@ use oat\taoDelivery\models\classes\ReturnUrlService; use oat\taoDelivery\model\authorization\UnAuthorizedException; use oat\t...
chore: Remove dependency from "taoDeliveryRdf" extension in DeliveryServer.php
oat-sa_extension-tao-delivery
train
974d540dc2b37df5fe6459b107ae1a589aa12f61
diff --git a/lib/dalli/server.rb b/lib/dalli/server.rb index <HASH>..<HASH> 100644 --- a/lib/dalli/server.rb +++ b/lib/dalli/server.rb @@ -207,7 +207,17 @@ module Dalli def verify_state failure!(RuntimeError.new('Already writing to socket')) if @inprogress - failure!(RuntimeError.new('Cannot share cl...
Do not treat socket sharing as a failure, fixes #<I>
petergoldstein_dalli
train
7f0f76c93944d814924d24dddf0e3d26aecd9f71
diff --git a/codenerix_products/views.py b/codenerix_products/views.py index <HASH>..<HASH> 100644 --- a/codenerix_products/views.py +++ b/codenerix_products/views.py @@ -660,7 +660,7 @@ class ProductDetails(GenProductUrl, GenDetail): class ProductForeign(GenForeignKey): model = Product - label = '{name} - {...
Representation of products in GenForeignKey
codenerix_django-codenerix-products
train
48bca6d11bf42e911d71e03df93d3a435952bb0b
diff --git a/lib/webpagetest.js b/lib/webpagetest.js index <HASH>..<HASH> 100644 --- a/lib/webpagetest.js +++ b/lib/webpagetest.js @@ -586,11 +586,6 @@ function runTestAndWait(what, options, callback) { (!data || (data && data.data && data.statusCode !== 200)) && !(typeof err === "number" && data === unde...
removed the commented statement for testing against travis-ci
marcelduran_webpagetest-api
train
dc36170a782ab145a4a6aaa7a3f4d4cc360b3137
diff --git a/src/Doctrine/Instantiator/Instantiator.php b/src/Doctrine/Instantiator/Instantiator.php index <HASH>..<HASH> 100644 --- a/src/Doctrine/Instantiator/Instantiator.php +++ b/src/Doctrine/Instantiator/Instantiator.php @@ -107,12 +107,10 @@ final class Instantiator implements InstantiatorInterface } ...
Typehint getReflectionClass There is no BC since it is a private method and from the onlye caller method (buildFactory) it is asserted that className is `string` already
doctrine_instantiator
train
b2781f753793b38f42946cfeaa3a65673f5a6a41
diff --git a/src/Pool.php b/src/Pool.php index <HASH>..<HASH> 100644 --- a/src/Pool.php +++ b/src/Pool.php @@ -63,7 +63,10 @@ class Pool implements FutureInterface * @param ClientInterface $client Client used to send the requests. * @param array|\Iterator $requests Requests to send in parallel * @pa...
Allow dynamic pool sizing. Allows the number of requests allowed in a pool to vary over time by retrieving the current pool size from a callback instead of a single constant number. This allows us to amend the number of requests ongoing according to our needs, e.g. by responding to rate limiting information provided ...
guzzle_guzzle
train
2fee6a9bc1b042efb98022531819bdd82e42b922
diff --git a/src/Delta/Html/Delta.php b/src/Delta/Html/Delta.php index <HASH>..<HASH> 100644 --- a/src/Delta/Html/Delta.php +++ b/src/Delta/Html/Delta.php @@ -47,6 +47,11 @@ abstract class Delta protected $close = false; /** + * @var boolean $new_line + */ + protected $new_line = false; + + /*...
New line * Added new line to base `Delta` class
deanblackborough_php-quill-renderer
train
d8ea9d6f88999f2270c6f4c4229d5ae3b2ecc48f
diff --git a/cluster.go b/cluster.go index <HASH>..<HASH> 100644 --- a/cluster.go +++ b/cluster.go @@ -149,6 +149,8 @@ type ClusterConfig struct { DisableNodeStatusEvents bool // disable registering for topology events (node added/removed/moved) DisableTopologyEvents bool + // disable registering for schema e...
register for schema events Register for schema change events and clear the prepared statement cache so we don't use stale schema information for queries.
gocql_gocql
train
9135ad8b190ca83f008cafe52ecb49cc0622e006
diff --git a/src/cluster/cluster_server.go b/src/cluster/cluster_server.go index <HASH>..<HASH> 100644 --- a/src/cluster/cluster_server.go +++ b/src/cluster/cluster_server.go @@ -71,6 +71,5 @@ func (self *ClusterServer) Connect() { } func (self *ClusterServer) MakeRequest(request *protocol.Request, responseStream c...
Make request shouldn't call connect. This happens when the server is added to the cluster config.
influxdata_influxdb
train
32390d2232290ed6622b86a7c4bbbeabb0ba58d5
diff --git a/plugins/Admin/src/Controller/OrderDetailsController.php b/plugins/Admin/src/Controller/OrderDetailsController.php index <HASH>..<HASH> 100644 --- a/plugins/Admin/src/Controller/OrderDetailsController.php +++ b/plugins/Admin/src/Controller/OrderDetailsController.php @@ -394,9 +394,6 @@ class OrderDetailsCon...
products of bulk manufacturers not shown as deactivated
foodcoopshop_foodcoopshop
train
9d00f71f72dd99eac4709e3c4b19cd10949b3adb
diff --git a/src/sqlite3History.py b/src/sqlite3History.py index <HASH>..<HASH> 100644 --- a/src/sqlite3History.py +++ b/src/sqlite3History.py @@ -58,14 +58,12 @@ class Sqlite3History(Module): if not name in self.pc2id_lut: self.c.execute("INSERT INTO pcs (name) VALUES ( ? )", (name,)) ...
sqlite3History: commit less often and fix a bug in the worker thread
bwesterb_tkbd
train
506ccb890619df7e7c13fe837c6d8583a8a402a8
diff --git a/pkg/datapath/linux/node.go b/pkg/datapath/linux/node.go index <HASH>..<HASH> 100644 --- a/pkg/datapath/linux/node.go +++ b/pkg/datapath/linux/node.go @@ -479,16 +479,11 @@ func (n *linuxNodeHandler) enableIPsec(newNode *node.Node) { } } else { if ciliumInternalIPv6 := newNode.GetCiliumInternalIP...
cilium: ipsec, wildcard out rules and remove localhost rules Currently, OUT xfrm rules use full (src,dst,spi) tuple. The original thinking on this was that we wanted to ensure matches only on relavent IP addresses. However now both state and policy are further restricted by mark values we can drop the src piece withou...
cilium_cilium
train
71682fc95c00b94e9c7394b232a59b628f90e128
diff --git a/python/dllib/src/test/bigdl/nnframes/test_nn_classifier.py b/python/dllib/src/test/bigdl/nnframes/test_nn_classifier.py index <HASH>..<HASH> 100644 --- a/python/dllib/src/test/bigdl/nnframes/test_nn_classifier.py +++ b/python/dllib/src/test/bigdl/nnframes/test_nn_classifier.py @@ -29,6 +29,8 @@ from pyspar...
support multi input models for nnframes (#<I>) * support multi input for nnframes * update ut * add doc and unit test * doc update * scala style
intel-analytics_BigDL
train
f9f0d0a393721fb2dc457182e5e6b86ab1f974ed
diff --git a/jsonfield/fields.py b/jsonfield/fields.py index <HASH>..<HASH> 100644 --- a/jsonfield/fields.py +++ b/jsonfield/fields.py @@ -12,27 +12,40 @@ try: except ImportError: from django.utils import simplejson as json -from django.forms.fields import Field +from django.forms import fields from django.for...
Fix bug where JSONCharField wasn't showing in admin
dmkoch_django-jsonfield
train
15f256c19329bc3de95db5702c79cff432a5e5c1
diff --git a/custodian/vasp/handlers.py b/custodian/vasp/handlers.py index <HASH>..<HASH> 100644 --- a/custodian/vasp/handlers.py +++ b/custodian/vasp/handlers.py @@ -510,7 +510,7 @@ class WalltimeHandler(ErrorHandler): # itself naturally with the STOPCAR. is_terminating = False - def __init__(self, wall...
Modified WalltimeErrorHandler so that it is able to stop for an electronic step (if asked for it). Default behavior is to stop at the next ionic step. Stopping at electronic steps can be useful in case of large systems or HSE computations (in which one scf step can last long)
materialsproject_custodian
train
4f64d2dc02df60ce6e7d2c9d82280dfc77b4cc20
diff --git a/servers/src/main/java/tachyon/worker/block/BlockLockManager.java b/servers/src/main/java/tachyon/worker/block/BlockLockManager.java index <HASH>..<HASH> 100644 --- a/servers/src/main/java/tachyon/worker/block/BlockLockManager.java +++ b/servers/src/main/java/tachyon/worker/block/BlockLockManager.java @@ -1...
Update BlockLockManager to assign new lockId each time
Alluxio_alluxio
train
aaa5ac15065db7140a39687818c972acd78b809a
diff --git a/lib/staccato/tracker.rb b/lib/staccato/tracker.rb index <HASH>..<HASH> 100644 --- a/lib/staccato/tracker.rb +++ b/lib/staccato/tracker.rb @@ -174,13 +174,11 @@ module Staccato # Useful in testing class NoopTracker attr_writer :adapter - # (see Tracker#initialize) - def initialize(id = ni...
align noop behavior to better match tracker
tpitale_staccato
train
a03281504979a0a61a3fa6ef19eb10e34508c18f
diff --git a/leonardo/module/web/models.py b/leonardo/module/web/models.py index <HASH>..<HASH> 100644 --- a/leonardo/module/web/models.py +++ b/leonardo/module/web/models.py @@ -249,7 +249,7 @@ class Widget(FeinCMSBase): feincms_item_editor_inline = WidgetInline prerendered_content = models.TextField( -...
render preprended content in delete dialog
django-leonardo_django-leonardo
train
81fc9dcb7ed3186e288b9bdafcd576bf7e04e006
diff --git a/typescript-generator-core/src/main/java/cz/habarta/typescript/generator/parser/Jackson2Parser.java b/typescript-generator-core/src/main/java/cz/habarta/typescript/generator/parser/Jackson2Parser.java index <HASH>..<HASH> 100644 --- a/typescript-generator-core/src/main/java/cz/habarta/typescript/generator/p...
Catching error thrown when determining enum value (#<I>)
vojtechhabarta_typescript-generator
train
a12fa399ab71a39c224a727923d4e3ba4a497c80
diff --git a/interp/builtin.go b/interp/builtin.go index <HASH>..<HASH> 100644 --- a/interp/builtin.go +++ b/interp/builtin.go @@ -25,12 +25,11 @@ func isBuiltin(name string) bool { return false } -func (r *Runner) builtin(pos syntax.Pos, name string, args []string) { - exit := 0 +func (r *Runner) builtinCode(pos ...
interp: simplify builtin exit code logic
mvdan_sh
train
1a40ba65308e148e2948e08063f2efa37fc77c74
diff --git a/lib/config.php b/lib/config.php index <HASH>..<HASH> 100644 --- a/lib/config.php +++ b/lib/config.php @@ -13,7 +13,7 @@ add_theme_support('jquery-cdn'); // Enable to load jQuery from the Go * Configuration values */ define('GOOGLE_ANALYTICS_ID', ''); // UA-XXXXX-Y -define('POST_EXCERPT_LENG...
Comment config.php excerpt length is in words Add comment to POST_EXCERPT_LENGTH to indicate it is in words, not characters.
roots_sage
train
e0e9152e554ea3d5cdf571f6c08f57fb106dde4e
diff --git a/core-bundle/src/Resources/contao/dca/tl_form.php b/core-bundle/src/Resources/contao/dca/tl_form.php index <HASH>..<HASH> 100644 --- a/core-bundle/src/Resources/contao/dca/tl_form.php +++ b/core-bundle/src/Resources/contao/dca/tl_form.php @@ -497,7 +497,7 @@ class tl_form extends Contao\Backend // Genera...
Use the jumpTo value from POST data if set (see #<I>) Description ----------- Currently, if you create a new form, set the title and select a jumpTo page the slug settings from the selected root page are not used. This PR fixes that issue. Commits ------- ad<I>e<I> Use the jumpTo value from post data if set
contao_contao
train
2aafc237a2e8f4b9dce4702437bc3531110f7015
diff --git a/depsolver.js b/depsolver.js index <HASH>..<HASH> 100644 --- a/depsolver.js +++ b/depsolver.js @@ -15,7 +15,6 @@ function resolveRpath (libs, file, lib) { return x.substring(0, x.lastIndexOf('/')); })); rpaths.forEach((x) => { - console.log(file); try { const paz = x + realLib; ...
Add tools.findInPath() and use named method
nowsecure_node-applesign
train
ee1fcee77349d02f714ddfa91fe7ca0d05f7e8be
diff --git a/lib/cidr.js b/lib/cidr.js index <HASH>..<HASH> 100644 --- a/lib/cidr.js +++ b/lib/cidr.js @@ -15,7 +15,6 @@ * */ -var net = require('net'); var Buffer = require('buffer').Buffer; var ipv6 = require('ipv6').v6; @@ -80,7 +79,10 @@ var makeAddr = function(ad, ver) { * @param {*} y second paramater...
Remove use of net.isIP from cidr
racker_node-swiz
train
9aca0ab77294fdf00a55f7429c09e8278e7b6aed
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -10,13 +10,11 @@ if platform.system() == "Windows": elif platform.system() == "Darwin": extras_require = { 'cocoa': ['pyobjc'], - 'qt4': ['PyQt4'], 'qt5': ['PyQt5'], } elif platform.s...
Remove pyqt4 from requires in setup.py
r0x0r_pywebview
train
15d599c8e6188c94591ec85f9deb7aba1a696991
diff --git a/code/libraries/koowa/libraries/dispatcher/behavior/persistable.php b/code/libraries/koowa/libraries/dispatcher/behavior/persistable.php index <HASH>..<HASH> 100644 --- a/code/libraries/koowa/libraries/dispatcher/behavior/persistable.php +++ b/code/libraries/koowa/libraries/dispatcher/behavior/persistable.p...
re #<I>: Do not persist internal states
timble_kodekit
train
209bc436fa517e961a6dd77658457c2187474757
diff --git a/phe/paillier.py b/phe/paillier.py index <HASH>..<HASH> 100644 --- a/phe/paillier.py +++ b/phe/paillier.py @@ -29,8 +29,9 @@ except ImportError: from phe.util import invert, powmod, getprimeover +DEFAULT_KEYSIZE = 2048 -def generate_paillier_keypair(private_keyring=None, n_length=1024): +def generate...
Add longer keys to tests. Increase default key size to <I> bits
n1analytics_python-paillier
train
39fcf2150f5a925f56ef57923857fd90ce36d748
diff --git a/client.go b/client.go index <HASH>..<HASH> 100644 --- a/client.go +++ b/client.go @@ -465,10 +465,14 @@ func (self *Client) Describe() (streams []av.CodecData, err error) { } func (self *Client) Options() (err error) { - if err = self.WriteRequest(Request{ + req := Request{ Method: "OPTIONS", - Uri...
more camera check Session keep-alive fix keep-alive add Session
nareix_joy4
train
e467a7ca52924540e46ea99908446cd9bd021595
diff --git a/lib/comfortable_mexican_sofa/view_methods.rb b/lib/comfortable_mexican_sofa/view_methods.rb index <HASH>..<HASH> 100644 --- a/lib/comfortable_mexican_sofa/view_methods.rb +++ b/lib/comfortable_mexican_sofa/view_methods.rb @@ -35,7 +35,7 @@ module ComfortableMexicanSofa::ViewMethods end retu...
sanitizes irb when calling cms_page_content or cms_snippet_content
comfy_comfortable-mexican-sofa
train
8a58f10cee3fda71be64b2332b19d150556ef203
diff --git a/FormulaParser.php b/FormulaParser.php index <HASH>..<HASH> 100644 --- a/FormulaParser.php +++ b/FormulaParser.php @@ -282,36 +282,41 @@ class FormulaParser implements IFormulaParser } else { $j = $i+3; } - while (true) { - if (isset($str[...
Improved: parsing an expression containing INF
denissimon_formula-parser
train
675cbc7397cc445f8a161671ff440aa039c3501d
diff --git a/safe/metadata/test/test_aggregation_metadata.py b/safe/metadata/test/test_aggregation_metadata.py index <HASH>..<HASH> 100644 --- a/safe/metadata/test/test_aggregation_metadata.py +++ b/safe/metadata/test/test_aggregation_metadata.py @@ -37,12 +37,12 @@ class TestAggregationMetadata(TestCase): met...
Revert changes related to new key for aggregation metadata.
inasafe_inasafe
train
668e62cac2495e8fcadb10b2cc787d63d52ee1c5
diff --git a/aegean.py b/aegean.py index <HASH>..<HASH> 100644 --- a/aegean.py +++ b/aegean.py @@ -653,12 +653,13 @@ def make_bkg_rms_image(data,beam,mesh_size=20,forced_rms=None): xcen=int(img_x/2) ycen=int(img_y/2) - width_x = mesh_size*int(math.cos(beam.pa)*beam.b + math.sin(beam.pa)*beam.a) - widt...
#<I> Aegean crashes with particular beams when calculating variable background
PaulHancock_Aegean
train
6a26d50f390360ef25c1091d0d266a04bacb8139
diff --git a/presto-main/src/main/java/com/facebook/presto/execution/QueryStateMachine.java b/presto-main/src/main/java/com/facebook/presto/execution/QueryStateMachine.java index <HASH>..<HASH> 100644 --- a/presto-main/src/main/java/com/facebook/presto/execution/QueryStateMachine.java +++ b/presto-main/src/main/java/co...
Fix race condition in Query canncel state change The failure cause must be recorded before the query state is changed or a user can observe the FAILED state without any failure information.
prestodb_presto
train
32a8bbea92bfe2a6fc1948f8c0d2207cd230bf0c
diff --git a/spec/support/sandbox.rb b/spec/support/sandbox.rb index <HASH>..<HASH> 100644 --- a/spec/support/sandbox.rb +++ b/spec/support/sandbox.rb @@ -26,12 +26,13 @@ module Bosh MIGRATIONS_PATH = File.join(DIRECTOR_PATH, "db", "migrations") attr_reader :name - alias_method :db_name, :name - ...
made more sandbox methods private
cloudfoundry_bosh
train
258ce1acf54d91beaab87783bb0cced8daff8a9a
diff --git a/blueprints/ember-cli-visual-acceptance/index.js b/blueprints/ember-cli-visual-acceptance/index.js index <HASH>..<HASH> 100644 --- a/blueprints/ember-cli-visual-acceptance/index.js +++ b/blueprints/ember-cli-visual-acceptance/index.js @@ -18,7 +18,7 @@ module.exports = { {name: 'resemblejs', targ...
bind 'this' to blueprint
ciena-blueplanet_ember-cli-visual-acceptance
train
7d989c2461cb335881c9fc2455f6ede8cdf6a882
diff --git a/coinkit/address.py b/coinkit/address.py index <HASH>..<HASH> 100644 --- a/coinkit/address.py +++ b/coinkit/address.py @@ -13,8 +13,8 @@ from .b58check import b58check_encode def bin_hash160_to_address(bin_hash160, version_byte=0): return b58check_encode(bin_hash160, version_byte=version_byte) -def ...
add support for creating public keys without verifying them against the ecdsa curve; fix import bug in hash module
blockstack_pybitcoin
train
e74e60d4581e6bfc1702420ccdd15b7065027be6
diff --git a/src/Storage/Field/Type/RepeaterType.php b/src/Storage/Field/Type/RepeaterType.php index <HASH>..<HASH> 100644 --- a/src/Storage/Field/Type/RepeaterType.php +++ b/src/Storage/Field/Type/RepeaterType.php @@ -192,17 +192,38 @@ class RepeaterType extends FieldTypeBase // This block separately handle...
Fix for field type blocks with translation extension
bolt_bolt
train
62f2c0443f6fe780e64a4740d8e681f8a8298edf
diff --git a/visualops/cmd/app/list.py b/visualops/cmd/app/list.py index <HASH>..<HASH> 100755 --- a/visualops/cmd/app/list.py +++ b/visualops/cmd/app/list.py @@ -16,10 +16,12 @@ class List(Lister): def take_action(self, parsed_args): + region_name = parsed_args.region_name + filter_name = parsed...
[feature/first-release] improve cmd "app list", support filter app
VisualOps_cli
train
2366a70f05485eb43f50f434eeb8da56129b730c
diff --git a/stronghold/tests/middleware.py b/stronghold/tests/middleware.py index <HASH>..<HASH> 100644 --- a/stronghold/tests/middleware.py +++ b/stronghold/tests/middleware.py @@ -55,14 +55,14 @@ class LoginRequiredMiddlewareTests(TestCase): self.assertEqual(response, None) - def test_redirects_to_lo...
refactor public urls test names
mgrouchy_django-stronghold
train
7b9dffe426d9ba7e3a97e72e20b546410100d713
diff --git a/test/com/google/javascript/jscomp/CheckSideEffectsTest.java b/test/com/google/javascript/jscomp/CheckSideEffectsTest.java index <HASH>..<HASH> 100644 --- a/test/com/google/javascript/jscomp/CheckSideEffectsTest.java +++ b/test/com/google/javascript/jscomp/CheckSideEffectsTest.java @@ -130,6 +130,10 @@ publ...
Added test to verify that <URL> was actually caught by our compiler. Closes #<I> ------------- Created by MOE: <URL>
google_closure-compiler
train
a177375c25cfc26c0c4c27632d06524ab0fcd3f8
diff --git a/elasticsearch/helpers/__init__.py b/elasticsearch/helpers/__init__.py index <HASH>..<HASH> 100644 --- a/elasticsearch/helpers/__init__.py +++ b/elasticsearch/helpers/__init__.py @@ -105,10 +105,6 @@ def streaming_bulk(client, actions, chunk_size=500, raise_on_error=True, for chunk in _chunk_actions(...
Don't keep the data twice in bulk helper
elastic_elasticsearch-py
train
4807ad5b9d76d6706dd32806f1c837635ec61ed8
diff --git a/openquake/calculators/tests/__init__.py b/openquake/calculators/tests/__init__.py index <HASH>..<HASH> 100644 --- a/openquake/calculators/tests/__init__.py +++ b/openquake/calculators/tests/__init__.py @@ -93,6 +93,7 @@ class CalculatorTestCase(unittest.TestCase): self.edir = tempfile.mkdtemp() ...
Printed information about hazard/risk times
gem_oq-engine
train
339131c660950cef894b13bc0422c8ae49f7766b
diff --git a/transport/src/main/java/io/netty/channel/DefaultChannelPipeline.java b/transport/src/main/java/io/netty/channel/DefaultChannelPipeline.java index <HASH>..<HASH> 100644 --- a/transport/src/main/java/io/netty/channel/DefaultChannelPipeline.java +++ b/transport/src/main/java/io/netty/channel/DefaultChannelPip...
DefaultChannelPipeline.estimatorHandle needs to be volatile Motivation: DefaultChannelPipeline.estimatorHandle needs to be volatile as its accessed from different threads. Modifications: Make DefaultChannelPipeline.estimatorHandle volatile and correctly init it via CAS Result: No more race.
netty_netty
train
8617e1d27349fe55ca9748d85ebdda42fe49345d
diff --git a/tests/InvoiceTest.php b/tests/InvoiceTest.php index <HASH>..<HASH> 100644 --- a/tests/InvoiceTest.php +++ b/tests/InvoiceTest.php @@ -27,9 +27,15 @@ class InvoiceTest extends PHPUnit_Framework_TestCase { */ function __construct() { + $this->newId1 = '2015-02-14-0001'; + $this-...
test: create a new invoice with a new ID
QuanticTelecom_invoices
train
d37d0a9829a76333c29d3416f53a15b7bf058167
diff --git a/generators/entity/prompts.js b/generators/entity/prompts.js index <HASH>..<HASH> 100644 --- a/generators/entity/prompts.js +++ b/generators/entity/prompts.js @@ -580,7 +580,7 @@ function askForField(done) { return false; }, type: 'input', - name: 'field...
Fix enum prompt not asking for type. (#<I>)
jhipster_generator-jhipster
train
7cc4fd6191d8e49b1fba6bd43495df905745b9c3
diff --git a/lib/alchemy/resource.rb b/lib/alchemy/resource.rb index <HASH>..<HASH> 100644 --- a/lib/alchemy/resource.rb +++ b/lib/alchemy/resource.rb @@ -115,7 +115,11 @@ module Alchemy def attributes @_attributes ||= self.model.columns.collect do |col| unless self.skip_attributes.include?(col.nam...
Fix search for resources having a postgresql array column.
AlchemyCMS_alchemy_cms
train
f057073552bbd4f2f76f1164ac68d07eefcd0522
diff --git a/core/block_dragger.js b/core/block_dragger.js index <HASH>..<HASH> 100644 --- a/core/block_dragger.js +++ b/core/block_dragger.js @@ -189,18 +189,12 @@ Blockly.BlockDragger.prototype.dragBlock = function(e, currentDragDeltaXY) { this.deleteArea_ = this.workspace_.isDeleteArea(e); var isOutside = th...
Move style change to block css
LLK_scratch-blocks
train
5c53c58169a35b9fc5f795a401137b5613216ff4
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -10,20 +10,20 @@ function isEmpty(object) { } module.exports = function(url, callback) { - if (url.length <= 0 || typeof url != 'string') { + if (url.length <= 0 || typeof url !== 'string') { throw Error("A valid UR...
uses strict equality operators and adds explicit return
johncrisostomo_get-ssl-certificate
train
a5f913b6b1643443f14aafce5f73fc20ec0a95fa
diff --git a/spec/Suite/Reporter/Coverage/MetricsSpec.php b/spec/Suite/Reporter/Coverage/MetricsSpec.php index <HASH>..<HASH> 100644 --- a/spec/Suite/Reporter/Coverage/MetricsSpec.php +++ b/spec/Suite/Reporter/Coverage/MetricsSpec.php @@ -242,7 +242,7 @@ describe("Metrics", function () { }); - it("d...
Stop collecting coverage data for interfaces.
kahlan_kahlan
train
3b3ca9f8261c9e8810f5ae1e29afa98de1c98f3e
diff --git a/tests/MultiRequestTest.php b/tests/MultiRequestTest.php index <HASH>..<HASH> 100644 --- a/tests/MultiRequestTest.php +++ b/tests/MultiRequestTest.php @@ -13,14 +13,18 @@ namespace chillerlan\TinyCurlTest; use chillerlan\TinyCurl\{MultiRequest, MultiRequestOptions, URL}; use PHPUnit\Framework\TestCase; ...
reactivated MultiRequestTest
chillerlan_php-curl
train
c7f705b201c068d205de09a7a3911bccbf9e8916
diff --git a/demo/demoPages/components/TimePickerPage.js b/demo/demoPages/components/TimePickerPage.js index <HASH>..<HASH> 100644 --- a/demo/demoPages/components/TimePickerPage.js +++ b/demo/demoPages/components/TimePickerPage.js @@ -63,22 +63,20 @@ class TimePickerPage extends Component { <h2>TimePicker (b...
refactor: Consolidate labelText and timeFormat into one prop
Pearson-Higher-Ed_elements-sdk
train
a1fa1fa421cb5ddeeafa2f6d5c830da186e3618b
diff --git a/lib/dentaku/bulk_expression_solver.rb b/lib/dentaku/bulk_expression_solver.rb index <HASH>..<HASH> 100644 --- a/lib/dentaku/bulk_expression_solver.rb +++ b/lib/dentaku/bulk_expression_solver.rb @@ -39,7 +39,7 @@ module Dentaku def load_results(&block) variables_in_resolve_order.each_with_object...
allow arbitrary keys for systems of equations
rubysolo_dentaku
train
d1d1c37807d6f9959b13414f50fcc283b244e711
diff --git a/lib/actions/ActionChangeElement.js b/lib/actions/ActionChangeElement.js index <HASH>..<HASH> 100644 --- a/lib/actions/ActionChangeElement.js +++ b/lib/actions/ActionChangeElement.js @@ -9,13 +9,22 @@ const Action = require('./Action'); class ActionChangeElement extends Action { async perform () { -...
- ActionChangeElement - added ability to change style and attr of any element :goose:
redco_goose-parser
train
d369821027459197020cb07639cecc50c847632b
diff --git a/src/Rollerworks/Bundle/MultiUserBundle/DependencyInjection/Factory/UserServicesFactory.php b/src/Rollerworks/Bundle/MultiUserBundle/DependencyInjection/Factory/UserServicesFactory.php index <HASH>..<HASH> 100644 --- a/src/Rollerworks/Bundle/MultiUserBundle/DependencyInjection/Factory/UserServicesFactory.ph...
fix wrong configuration usage for registration-confirmation
rollerworks-graveyard_RollerworksMultiUserBundle
train
22364d154c9d0a721f7e47b62df5b89a19e3e07b
diff --git a/lib/lhc/response.rb b/lib/lhc/response.rb index <HASH>..<HASH> 100644 --- a/lib/lhc/response.rb +++ b/lib/lhc/response.rb @@ -4,8 +4,6 @@ require 'typhoeus' # In this case we abstract the thphoues response. class LHC::Response - @raw - attr_accessor :request def initialize(raw, request) @@ -61...
refactor attr_accessor raw
local-ch_lhc
train
ca53e70c3b46d5876a30ebe8cf2e0e2c656a9e27
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -99,27 +99,25 @@ NodeID3.prototype.read = function(filebuffer) { filebuffer = fs.readFileSync(filebuffer); var header = new Buffer(10); filebuffer.copy(header, 0, getID3Start(filebuffer)) - frameSize =...
FIX: Stop read() mutating the TIF object. The tags variable is a reference to the TIF object. As tags updated with the results from the file so does the TIF object. Further calls to read search the buffer for the last tag results instead of the correct frame information.
Zazama_node-id3
train
b3ba986d5c03085100dee86f6731b7d05f7891d2
diff --git a/python/orca/src/bigdl/orca/tfpark/__init__.py b/python/orca/src/bigdl/orca/tfpark/__init__.py index <HASH>..<HASH> 100644 --- a/python/orca/src/bigdl/orca/tfpark/__init__.py +++ b/python/orca/src/bigdl/orca/tfpark/__init__.py @@ -13,3 +13,6 @@ # See the License for the specific language governing permissi...
TFPark follow up (#<I>) * address comments * fix style
intel-analytics_BigDL
train
b6773373d4bfc50a1c9a2233618154b3b8904613
diff --git a/shared/api/event_lifecycle.go b/shared/api/event_lifecycle.go index <HASH>..<HASH> 100644 --- a/shared/api/event_lifecycle.go +++ b/shared/api/event_lifecycle.go @@ -96,6 +96,12 @@ const ( EventLifecycleStoragePoolCreated = "storage-pool-created" EventLifecycleStoragePoolDeleted ...
shared/api/event/lifecycle: Add bucket constants
lxc_lxd
train
1d9f2a2b984913e2e50f4a2eea2943739fecfc24
diff --git a/tests/Application/ApplicationTest.php b/tests/Application/ApplicationTest.php index <HASH>..<HASH> 100644 --- a/tests/Application/ApplicationTest.php +++ b/tests/Application/ApplicationTest.php @@ -55,6 +55,7 @@ class ApplicationTest extends \PHPUnit_Framework_TestCase $this->route->isMatch('/')...
Add missing instance of ViodLogger to tests
phOnion_framework
train
3af80accb9595b9cb84a888d160eb8a29759824c
diff --git a/src/org/zaproxy/zap/view/table/HistoryReferencesTable.java b/src/org/zaproxy/zap/view/table/HistoryReferencesTable.java index <HASH>..<HASH> 100644 --- a/src/org/zaproxy/zap/view/table/HistoryReferencesTable.java +++ b/src/org/zaproxy/zap/view/table/HistoryReferencesTable.java @@ -239,10 +239,15 @@ public ...
Set focus back to table after displaying a message Change class HistoryReferencesTable.DisplayMessageOnSelectionValueChange to request focus back to the table after displaying a message to allow navigate the table entries with the keyboard more easily. The table could lose focus if the message panel displayed a big re...
zaproxy_zaproxy
train
7a647a702c8af81ccf5d37b09c11529c6c0cb1b7
diff --git a/src/org/mockito/internal/util/reflection/GenericMaster.java b/src/org/mockito/internal/util/reflection/GenericMaster.java index <HASH>..<HASH> 100644 --- a/src/org/mockito/internal/util/reflection/GenericMaster.java +++ b/src/org/mockito/internal/util/reflection/GenericMaster.java @@ -17,7 +17,12 @@ public...
Fixed issue <I> @Captor annotation should work OK with nested parametrized type --HG-- extra : convert_revision : svn%3Aaa2aecf3-ea3e-<I>-9d<I>-<I>e7c<I>/trunk%<I>
mockito_mockito
train
6ccc4f4c1f8ecef7876a8949364cc29d894603a9
diff --git a/Qt.py b/Qt.py index <HASH>..<HASH> 100644 --- a/Qt.py +++ b/Qt.py @@ -124,7 +124,7 @@ def _remap(object, name, value, safe=True): """ - if QT_TESTING is not None and safe: + if QT_TESTING and safe: # Cannot alter original binding. if hasattr(object, name): rais...
test QT_TESTING as boolean variable
mottosso_Qt.py
train
9c8602270df57b1a4929e253fd910d1fc0985f5f
diff --git a/ipyrad/analysis/bpp.py b/ipyrad/analysis/bpp.py index <HASH>..<HASH> 100644 --- a/ipyrad/analysis/bpp.py +++ b/ipyrad/analysis/bpp.py @@ -1546,10 +1546,11 @@ class Bpp(object): ) # do not allow any tips in node_dists: - for nidx in node_dists: - if ttre.idx_dict[nidx]....
allow empty node dist in bpp
dereneaton_ipyrad
train
d6aef1bc03e7cc64c2771314c607977d59996e4f
diff --git a/src/main/java/com/github/dockerjava/api/model/HostConfig.java b/src/main/java/com/github/dockerjava/api/model/HostConfig.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/github/dockerjava/api/model/HostConfig.java +++ b/src/main/java/com/github/dockerjava/api/model/HostConfig.java @@ -27,6 +27,9 @@...
Added ReadonlyFs option.
docker-java_docker-java
train
f5eb8aa563cb7acb06a96240350737d74e0aec6d
diff --git a/common/services/resources/TagService.php b/common/services/resources/TagService.php index <HASH>..<HASH> 100755 --- a/common/services/resources/TagService.php +++ b/common/services/resources/TagService.php @@ -91,14 +91,17 @@ class TagService extends \cmsgears\core\common\services\resources\TagService imp ...
Fixed missing model content when tags created by csv.
cmsgears_module-cms
train
7e03c1c0d77e0faf9de1822d8de3387655cd995c
diff --git a/lib/puppet/pops/adapters.rb b/lib/puppet/pops/adapters.rb index <HASH>..<HASH> 100644 --- a/lib/puppet/pops/adapters.rb +++ b/lib/puppet/pops/adapters.rb @@ -126,26 +126,26 @@ module Adapters # Finds the loader to use when loading originates from the source position of the given argument. # - ...
(PUP-<I>) Speed up how loaders are obtained when doing function calls Before this commit, profiling revealed a lot of calls involving the Pathname class. This was due to inefficient caching of loader names and adapters in the logic that locates a current loader for a particular AST element. This commit speeds things u...
puppetlabs_puppet
train
7077bbd783f808b4962fdbcd7241b395e9a0a3e5
diff --git a/pkg/util/flock/flock_unix.go b/pkg/util/flock/flock_unix.go index <HASH>..<HASH> 100644 --- a/pkg/util/flock/flock_unix.go +++ b/pkg/util/flock/flock_unix.go @@ -23,7 +23,7 @@ import "golang.org/x/sys/unix" // Acquire acquires a lock on a file for the duration of the process. This method // is reentrant....
Use O_CLOEXEC in util packages This prevents fd's from leaking to subprocesses.
kubernetes_kubernetes
train
0cc3d27bd30d855e1b6625a7e9f119316ad7549e
diff --git a/SoftLayer/CLI/licenses/cancel.py b/SoftLayer/CLI/licenses/cancel.py index <HASH>..<HASH> 100644 --- a/SoftLayer/CLI/licenses/cancel.py +++ b/SoftLayer/CLI/licenses/cancel.py @@ -16,4 +16,7 @@ def cli(env, key, immediate): licenses = SoftLayer.LicensesManager(env.client) - env.fout(licenses.canc...
Improved successful response to command - slcli licenses cancel
softlayer_softlayer-python
train
fe2e479e2397740daae0e565d44904869a37af14
diff --git a/lib/run.js b/lib/run.js index <HASH>..<HASH> 100644 --- a/lib/run.js +++ b/lib/run.js @@ -23,7 +23,7 @@ module.exports = function run(options) { meteorArguments = replaceCommand(meteorArguments, 'test-package', 'test-packages'); if (!meteorEnvironment.VELOCITY_USE_CHECKED_OUT_METEOR && !hasArgu...
Use velocity:METEOR@<I>_1 as default release
meteor-velocity_velocity-cli
train
62a1d576ddbe4b10c7e806df26d9dcaf0a241f47
diff --git a/wss-agent-hash-calculator/src/main/java/org/whitesource/agent/hash/FileHandler.java b/wss-agent-hash-calculator/src/main/java/org/whitesource/agent/hash/FileHandler.java index <HASH>..<HASH> 100644 --- a/wss-agent-hash-calculator/src/main/java/org/whitesource/agent/hash/FileHandler.java +++ b/wss-agent-has...
WSE - <I> PlatformDependent temporary folder is not uniquely created.
whitesource_agents
train
c5edd26effb9d0219794df51b1ed9dd3e28515c8
diff --git a/bin/server.js b/bin/server.js index <HASH>..<HASH> 100755 --- a/bin/server.js +++ b/bin/server.js @@ -48,11 +48,21 @@ io.sockets.on('connection', function (socket) { operation = Operation.fromJSON(operation); server.receiveOperation(operation); console.log("new operation: " + operation...
Fix sending new cursor position before operation (take 2)
Operational-Transformation_ot.js
train
4e2000abfe50b929a6a62f8131e7d509e66d3aa3
diff --git a/p2p/conn/connection_test.go b/p2p/conn/connection_test.go index <HASH>..<HASH> 100644 --- a/p2p/conn/connection_test.go +++ b/p2p/conn/connection_test.go @@ -339,8 +339,6 @@ func TestMConnectionTrySend(t *testing.T) { go func() { mconn.TrySend(0x01, msg) resultCh <- "TrySend" - }() - go func() { ...
control order by sending msgs from one goroutine
tendermint_tendermint
train
75ad6f7c2478c37e0bf424877e0b0ff9e23c14db
diff --git a/src/main/java/com/omertron/rottentomatoesapi/tools/WebBrowser.java b/src/main/java/com/omertron/rottentomatoesapi/tools/WebBrowser.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/omertron/rottentomatoesapi/tools/WebBrowser.java +++ b/src/main/java/com/omertron/rottentomatoesapi/tools/WebBrowser.ja...
No need to check for null before an instanceof
Omertron_api-rottentomatoes
train
218899a26dc0c2071b3dc65b65bce057173bd121
diff --git a/src/Exceptions/ClientException.php b/src/Exceptions/ClientException.php index <HASH>..<HASH> 100644 --- a/src/Exceptions/ClientException.php +++ b/src/Exceptions/ClientException.php @@ -12,7 +12,7 @@ class ClientException extends \RuntimeException /** * @var UnsuccessfulRequest */ - pro...
Don't define values that are already defined as such
unreal4u_telegram-api
train
5d3addb605654f694a3fcc90332fdc995902a346
diff --git a/spec/views/tandem/pages/edit.html.slim_spec.rb b/spec/views/tandem/pages/edit.html.slim_spec.rb index <HASH>..<HASH> 100644 --- a/spec/views/tandem/pages/edit.html.slim_spec.rb +++ b/spec/views/tandem/pages/edit.html.slim_spec.rb @@ -11,7 +11,7 @@ module Tandem # Run the generator again with the -...
Fix view spec after passing blank to radio_button instead of nil.
12spokes_tandem
train
ad0f1d2cc68f563524dff582dedcfa9001c016e4
diff --git a/workbench/clients/workbench_shell.py b/workbench/clients/workbench_shell.py index <HASH>..<HASH> 100644 --- a/workbench/clients/workbench_shell.py +++ b/workbench/clients/workbench_shell.py @@ -166,7 +166,7 @@ class WorkbenchShell(object): # Start up the shell with our namespace self.ipsh...
removing the test from the new workbench interactive shell
SuperCowPowers_workbench
train
68f1c95ddb19602c1d33deb5aacca68d7bae8ca4
diff --git a/src/ZipStreamer.php b/src/ZipStreamer.php index <HASH>..<HASH> 100644 --- a/src/ZipStreamer.php +++ b/src/ZipStreamer.php @@ -51,6 +51,8 @@ class ZipStreamer { private $extFileAttrFile; private $extFileAttrDir; + /** @var stream output stream zip file is written to */ + private $outStream; /**...
added option to switch to use arbitrary stream as output
McNetic_PHPZipStreamer
train
9897841911e6ab18b51e97861b0545ead0a7a7c0
diff --git a/cohorts/load.py b/cohorts/load.py index <HASH>..<HASH> 100644 --- a/cohorts/load.py +++ b/cohorts/load.py @@ -1056,9 +1056,7 @@ class Cohort(Collection): cache_provenance = None cache_warnings = "" this_cache_dir = path.join(self.cache_dir, cache_name) - if...
fix erroneous `next` usage
hammerlab_cohorts
train
66833c63634997f30a5247483b6ddeb654430a37
diff --git a/lib/congress/client.rb b/lib/congress/client.rb index <HASH>..<HASH> 100644 --- a/lib/congress/client.rb +++ b/lib/congress/client.rb @@ -123,7 +123,7 @@ module Congress options = args.last.is_a?(::Hash) ? args.pop : {} case [args.size, args.first.class] when [1, Fixnum] - optio...
Fix bug that breaks zip code lookup for any zip code that starts with a 0
codeforamerica_congress
train
1fe49d76765a11a776331aeb9931e3033bd318a2
diff --git a/test/runtest.py b/test/runtest.py index <HASH>..<HASH> 100644 --- a/test/runtest.py +++ b/test/runtest.py @@ -1181,6 +1181,7 @@ class ResourcesTest(unittest.TestCase): # to the correct local schedulers. address_info = ray.worker._init(start_ray_local=True, ...
Simplify testMultipleLocalSchedulers by having it start only one worker. (#<I>)
ray-project_ray
train
401433281c6fff8a1fd9c4d251ef258e87f53ded
diff --git a/forms.py b/forms.py index <HASH>..<HASH> 100644 --- a/forms.py +++ b/forms.py @@ -22,7 +22,8 @@ class RegistrationForm(forms.Form): username = forms.CharField(max_length=30, widget=forms.TextInput(attrs=attrs_dict), label=u'Username') - ...
Trying a better max_length on the email field
ubernostrum_django-registration
train
282fe36b7eae36e82a009dd0237936da07f44a9f
diff --git a/dddp/models.py b/dddp/models.py index <HASH>..<HASH> 100644 --- a/dddp/models.py +++ b/dddp/models.py @@ -214,10 +214,17 @@ class AleaIdField(models.CharField): def __init__(self, *args, **kwargs): """Assume max_length of 17 to match Meteor implementation.""" + kwargs['blank'] = True...
Set blank=True on AleaIdField, allowing adding items without inventing IDs yourself.
jazzband_django-ddp
train
f3b0dfc81bc561297a271cdcf6f3f8f7ea09cc36
diff --git a/infra/aws/docker/index.js b/infra/aws/docker/index.js index <HASH>..<HASH> 100644 --- a/infra/aws/docker/index.js +++ b/infra/aws/docker/index.js @@ -103,24 +103,24 @@ Object.assign(driver, dockerDriver); * @param options * @param cb */ -driver.deleteService = function(options, cb){ +driver.deleteSer...
added support for loadbalancer in list services when using aws. change the name of list VMS to list services.
soajs_soajs.core.drivers
train
52948c8875ca5fa0aa76c02d7ded0373b9b1c95d
diff --git a/cloudfoundry-client-reactor/src/main/java/org/cloudfoundry/reactor/TokenProvider.java b/cloudfoundry-client-reactor/src/main/java/org/cloudfoundry/reactor/TokenProvider.java index <HASH>..<HASH> 100644 --- a/cloudfoundry-client-reactor/src/main/java/org/cloudfoundry/reactor/TokenProvider.java +++ b/cloudfo...
Get Refresh Token A previous change removed the refresh token retrieval API that was used by the STS team. This API needed to be reinstated, but we took the opportunity to improve it a bit. This change makes that method return a `Flux` allowing a subscriber to be notified whenever the value changes rather than havin...
cloudfoundry_cf-java-client
train
7badd682bd58876b561c855c4185c84da405300f
diff --git a/lib/ransack/adapters/active_record/context.rb b/lib/ransack/adapters/active_record/context.rb index <HASH>..<HASH> 100644 --- a/lib/ransack/adapters/active_record/context.rb +++ b/lib/ransack/adapters/active_record/context.rb @@ -156,23 +156,18 @@ module Ransack join_dependency.alias_tracker.a...
Remove unneeded AR version conditional code It seems to be redundant, and tests pass after removing it…
activerecord-hackery_ransack
train
4f61a35844a1c41299421c71e61452039327e403
diff --git a/core.js b/core.js index <HASH>..<HASH> 100644 --- a/core.js +++ b/core.js @@ -732,7 +732,7 @@ const _makeRequestAnimationFrame = window => (fn, priority) => { const id = ++rafIndex; fn[symbols.idSymbol] = id; rafCbs[_findFreeSlot(rafCbs)] = fn; - rafCbs.sort((a, b) => b[symbols.prioritySymbol] - ...
Add null check to requestAnimationFrame sorting
exokitxr_exokit
train
8a3314c8cb83faab2ce44fbcf49e2d50b93d955d
diff --git a/variation/str.py b/variation/str.py index <HASH>..<HASH> 100644 --- a/variation/str.py +++ b/variation/str.py @@ -75,7 +75,7 @@ DYS635 DYS643 GATA-H4 class STRLine(object): - def __init__(self, line, named=False): + def __init__(self, line): args = line.split() self.seqid = arg...
[variation] consolidate lobSTR databases into a single db
tanghaibao_jcvi
train
7ff4b643199757f301b9d8f98fd4431044b219ea
diff --git a/daemon/logger/journald/read.go b/daemon/logger/journald/read.go index <HASH>..<HASH> 100644 --- a/daemon/logger/journald/read.go +++ b/daemon/logger/journald/read.go @@ -224,8 +224,6 @@ drain: } func (s *journald) followJournal(logWatcher *logger.LogWatcher, j *C.sd_journal, cursor *C.char, untilUnixMi...
logger/journald: simplify control flow
moby_moby
train
689eaec3b5ce8a8c8dc5d4c1654e5d845e6305aa
diff --git a/templates/default/consent.php b/templates/default/consent.php index <HASH>..<HASH> 100644 --- a/templates/default/consent.php +++ b/templates/default/consent.php @@ -3,12 +3,13 @@ $this->includeLanguageFile('consent.php'); $this->includeInlineTranslation('spname', $this->data['sp_name']); + $this->...
Made idp_name available for the consent template, translated it and used it as a replacement string for the 'consent_accept' string.
simplesamlphp_saml2
train
542b8f46daef16397d563247dc4719819c6bc61e
diff --git a/lib/mongo/repl_set_connection.rb b/lib/mongo/repl_set_connection.rb index <HASH>..<HASH> 100644 --- a/lib/mongo/repl_set_connection.rb +++ b/lib/mongo/repl_set_connection.rb @@ -224,7 +224,6 @@ module Mongo @manager = background_manager old_manager.close(:soft => true) @refresh_version...
RUBY-<I> added ReplSetConnection read preference :secondary_only
mongodb_mongo-ruby-driver
train
5b7b18773a2be873427ea7a33817aa9cab0bffb8
diff --git a/src/main/java/COSE/EncryptMessage.java b/src/main/java/COSE/EncryptMessage.java index <HASH>..<HASH> 100644 --- a/src/main/java/COSE/EncryptMessage.java +++ b/src/main/java/COSE/EncryptMessage.java @@ -40,6 +40,10 @@ public class EncryptMessage extends EncryptCommon { return recipientList.get(iRec...
Add functions to get count of recipients and signers
cose-wg_COSE-JAVA
train
32ce26a3562e0273eae3faf55b300ca7f89a13e1
diff --git a/src/Api/Formats/Json.php b/src/Api/Formats/Json.php index <HASH>..<HASH> 100644 --- a/src/Api/Formats/Json.php +++ b/src/Api/Formats/Json.php @@ -16,7 +16,7 @@ class Json extends Format { header('Content-Type: application/json'); } - public function format($data) { + public function f...
Json formatter needs blank name, not used but needs to match abstract definition
AyeAyeApi_Api
train
6945a0b4fd096bd378049fd175c6022a04efd02e
diff --git a/gitlab/__init__.py b/gitlab/__init__.py index <HASH>..<HASH> 100644 --- a/gitlab/__init__.py +++ b/gitlab/__init__.py @@ -561,7 +561,6 @@ class Gitlab(object): if request.status_code == 200: return json.loads((request.content).decode("utf-8")) else: - ...
added more project tests, some branch tests and deply keys tests
pyapi-gitlab_pyapi-gitlab
train
d07d78b0282f84dfcdf623855559c255be3f6fba
diff --git a/src/main/java/net/dv8tion/jda/entities/impl/GuildImpl.java b/src/main/java/net/dv8tion/jda/entities/impl/GuildImpl.java index <HASH>..<HASH> 100644 --- a/src/main/java/net/dv8tion/jda/entities/impl/GuildImpl.java +++ b/src/main/java/net/dv8tion/jda/entities/impl/GuildImpl.java @@ -16,20 +16,22 @@ package ...
Added PermissionExceptino to the create functions inside Guild
DV8FromTheWorld_JDA
train
b3f73c3aea28ee9cd43236b44f599687e5e91862
diff --git a/indra/tests/test_pathfinding.py b/indra/tests/test_pathfinding.py index <HASH>..<HASH> 100644 --- a/indra/tests/test_pathfinding.py +++ b/indra/tests/test_pathfinding.py @@ -50,7 +50,6 @@ def _digraph_setup(): all_ns.add(e[1][0].lower()) edge_by_hash = { 'HASH1': [ - ('A3'...
Add test for mesh-ids edge weighing
sorgerlab_indra
train
f30274310856758edce6e28d405a8e2bad4bcbce
diff --git a/allennlp/commands/serve.py b/allennlp/commands/serve.py index <HASH>..<HASH> 100644 --- a/allennlp/commands/serve.py +++ b/allennlp/commands/serve.py @@ -8,10 +8,11 @@ def add_subparser(parser: argparse._SubParsersAction) -> argparse.ArgumentParser 'serve', description=description, help='Run t...
Add a flag to configure the number of sanic workers. (#<I>)
allenai_allennlp
train
b887a8ce76a5a3c367bb284928717a11349270ff
diff --git a/kie-server-parent/kie-server-router/kie-server-router-proxy/src/main/java/org/kie/server/router/KieServerRouter.java b/kie-server-parent/kie-server-router/kie-server-router-proxy/src/main/java/org/kie/server/router/KieServerRouter.java index <HASH>..<HASH> 100644 --- a/kie-server-parent/kie-server-router/k...
JBPM-<I> - Kie Server Router should retry when updating controller config in case of controller's unavailability - fix random (#<I>)
kiegroup_droolsjbpm-integration
train
9faacb372f9576519125a3400c0474588da2e37a
diff --git a/SingularityService/src/main/java/com/hubspot/singularity/data/SingularityValidator.java b/SingularityService/src/main/java/com/hubspot/singularity/data/SingularityValidator.java index <HASH>..<HASH> 100644 --- a/SingularityService/src/main/java/com/hubspot/singularity/data/SingularityValidator.java +++ b/S...
Check bounce resources if not allowing bounce to same host
HubSpot_Singularity
train
871bdb11fb829161ed759c33048ddfcb15c51f21
diff --git a/src/pinch-it.js b/src/pinch-it.js index <HASH>..<HASH> 100644 --- a/src/pinch-it.js +++ b/src/pinch-it.js @@ -82,6 +82,7 @@ const pinchIt = (targets: string | Object, options: Object = {}) => { const touch = first(getTouches(e.target, Array.from(e.touches))); const dragOffset = drag(touch, ...
adds logic for keeping center when pinching
houseofradon_pinchit
train