hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
4065ed9dfa8572e97d03091c7cd46b5f48f98187
diff --git a/com.io7m.jproperties.monad/src/main/java/com/io7m/jproperties/monad/JPropertyParsing.java b/com.io7m.jproperties.monad/src/main/java/com/io7m/jproperties/monad/JPropertyParsing.java index <HASH>..<HASH> 100644 --- a/com.io7m.jproperties.monad/src/main/java/com/io7m/jproperties/monad/JPropertyParsing.java +...
Do more rigorous null checking at API boundaries
io7m_jproperties
train
d1d6b3109341a1236393f57e7acd4e6ae51f6032
diff --git a/ca/django_ca/management/commands/init_ca.py b/ca/django_ca/management/commands/init_ca.py index <HASH>..<HASH> 100644 --- a/ca/django_ca/management/commands/init_ca.py +++ b/ca/django_ca/management/commands/init_ca.py @@ -67,6 +67,12 @@ class Command(BaseCommand, CertificateAuthorityDetailMixin): ...
Add support for the nameConstraints extensions
mathiasertl_django-ca
train
c6e74a2ee97fa02b0cd6c7c83ca84c2f635a7cc5
diff --git a/pysswords/db/database.py b/pysswords/db/database.py index <HASH>..<HASH> 100644 --- a/pysswords/db/database.py +++ b/pysswords/db/database.py @@ -51,3 +51,7 @@ class Database(object): crypt_options=crypt_options ) return database + + + def add_credential(self, credential):...
Adding add_credential method to Database
marcwebbie_passpie
train
6a22ab32c11603ae98d0430703c09b00c897b840
diff --git a/pymatgen/io/pwscf.py b/pymatgen/io/pwscf.py index <HASH>..<HASH> 100644 --- a/pymatgen/io/pwscf.py +++ b/pymatgen/io/pwscf.py @@ -150,7 +150,7 @@ class PWInput: out.append("ATOMIC_POSITIONS crystal") if self.pseudo is not None: for site in self.structure: - out...
allow to distinguish same element with different oxidation date, which could have different pseudopotential
materialsproject_pymatgen
train
33818434ee7ee1c8febe3ce3a791b8cf8293f5c7
diff --git a/src/main/java/com/imsweb/seerapi/client/SeerApi.java b/src/main/java/com/imsweb/seerapi/client/SeerApi.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/imsweb/seerapi/client/SeerApi.java +++ b/src/main/java/com/imsweb/seerapi/client/SeerApi.java @@ -117,19 +117,16 @@ public final class SeerApi { ...
Stop throwing exception when configuration file is missed. If the file is missing, read API key from environment variable "SEER_API_KEY".
imsweb_seerapi-client-java
train
65738938b15f04ac8bb3af36631aca9c4cd08c47
diff --git a/tests/Klein/Tests/RoutingTest.php b/tests/Klein/Tests/RoutingTest.php index <HASH>..<HASH> 100644 --- a/tests/Klein/Tests/RoutingTest.php +++ b/tests/Klein/Tests/RoutingTest.php @@ -486,6 +486,8 @@ class RoutingTest extends AbstractKleinTest $this->klein_app->dispatch( MockRequestFact...
Now testing <I> and <I> response codes from the <I>x routes
klein_klein.php
train
2eebe0f5a5c07ac6529255b102d2f92554f234a7
diff --git a/openquake/calculators/base.py b/openquake/calculators/base.py index <HASH>..<HASH> 100644 --- a/openquake/calculators/base.py +++ b/openquake/calculators/base.py @@ -718,12 +718,9 @@ class HazardCalculator(BaseCalculator): 'sampling it', R) # save a composite array with fields (...
Stored rlzs_by_grp differently [skip hazardlib] Former-commit-id: f<I>e9c<I>b<I>f<I>fb<I>f<I>e<I>c<I>
gem_oq-engine
train
d2081900b55d301c9859d7caa146ca6c3f316e5b
diff --git a/doc/conf.py b/doc/conf.py index <HASH>..<HASH> 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -274,16 +274,18 @@ texinfo_documents = [ # Example configuration for intersphinx: refer to the Python standard library. intersphinx_mapping = {'http://docs.python.org/': None} +examples_dirs = ['../examples', '...
Use plural for configuration folders since you can specify multiple folders where examples can be run from. Fix #<I>
sphinx-gallery_sphinx-gallery
train
b270122d445e868ec4b42ca393848f3bfe45816b
diff --git a/tests/TestCase.php b/tests/TestCase.php index <HASH>..<HASH> 100644 --- a/tests/TestCase.php +++ b/tests/TestCase.php @@ -111,12 +111,46 @@ class TestCase extends \PHPUnit_Framework_TestCase } $tempDir = $this->getTempDir(); - $fullPath = $tempDir . '/' . $newPath; + $ful...
Add new fixture provisioning methods in test case
tenside_core
train
8dd058b11a0a55cd157315b311de979610b7047d
diff --git a/resources/js/directives.js b/resources/js/directives.js index <HASH>..<HASH> 100644 --- a/resources/js/directives.js +++ b/resources/js/directives.js @@ -1041,6 +1041,29 @@ $scope.serverProcessing = false; $scope.uploadResults = null; + + $scope.editFolder = null; + + ...
only one edit mode (delete/edit name) is visible at one time this closes #<I>
luyadev_luya-module-admin
train
236072c2b9ae20290a570558874842940561f5db
diff --git a/iamine/_version.py b/iamine/_version.py index <HASH>..<HASH> 100644 --- a/iamine/_version.py +++ b/iamine/_version.py @@ -1 +1 @@ -__version__ = '0.1.6' +__version__ = '0.1.7' diff --git a/iamine/core.py b/iamine/core.py index <HASH>..<HASH> 100644 --- a/iamine/core.py +++ b/iamine/core.py @@ -2,10 +2,12 @...
Added rate limiting, can be tuned here: <URL>
jjjake_iamine
train
6067aed48eb458cf1c8c01fd26949957b166e6c9
diff --git a/kernel/classes/ezcontentobject.php b/kernel/classes/ezcontentobject.php index <HASH>..<HASH> 100644 --- a/kernel/classes/ezcontentobject.php +++ b/kernel/classes/ezcontentobject.php @@ -2613,7 +2613,7 @@ class eZContentObject extends eZPersistentObject $lastRelationType = 0; $db->begin(...
Fixed: version no 1 not recognized as draft
ezsystems_ezpublish-legacy
train
042e1fef575b17bb46084d9d57f629eaef540303
diff --git a/classic.py b/classic.py index <HASH>..<HASH> 100644 --- a/classic.py +++ b/classic.py @@ -115,10 +115,11 @@ class ClassicRequest(Request, ClassicBaseRequest): repr(self.media)) class ClassicUser(User): - def __init__(self, coll, key, realName, level): + def __init__(self, coll, key, realName...
classic: add check_password to ClassicUser
bwesterb_mirte
train
8a5e42ad2ea091ccc88e02993927f9dd9d4c8205
diff --git a/transport/src/main/java/io/netty/channel/socket/oio/OioDatagramChannel.java b/transport/src/main/java/io/netty/channel/socket/oio/OioDatagramChannel.java index <HASH>..<HASH> 100644 --- a/transport/src/main/java/io/netty/channel/socket/oio/OioDatagramChannel.java +++ b/transport/src/main/java/io/netty/chan...
Correct fail write with NotYetConnectedException when OioDatagramChannel is not connected yet. Motivation: NioDatagramChannel fails a write with NotYetConnectedException when the DatagramChannel was not yet connected and a ByteBuf is written. The same should be done for OioDatagramChannel as well. Modifications: Ma...
netty_netty
train
d0ad1508dcdd6cf9d285731782d97f185ec82e45
diff --git a/src/Sylius/Bundle/SearchBundle/Finder/ElasticsearchFinder.php b/src/Sylius/Bundle/SearchBundle/Finder/ElasticsearchFinder.php index <HASH>..<HASH> 100644 --- a/src/Sylius/Bundle/SearchBundle/Finder/ElasticsearchFinder.php +++ b/src/Sylius/Bundle/SearchBundle/Finder/ElasticsearchFinder.php @@ -297,6 +297,12...
filter out empty facets for elasticsearch
Sylius_Sylius
train
6339308e604845d91f8ac1c19314b2f2d809b0ca
diff --git a/CHANGELOG.md b/CHANGELOG.md index <HASH>..<HASH> 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Change Log ## [Unreleased] +### Added +- Filters - Users want the OR filter operator with their conditions (restricted to simple conditions). ## RELEASE 0.2.39 - 2016-09-29 ### Fixed diff...
Filters - Users want the OR filter operator with their conditions (restricted to simple conditions). (#<I>)
ForestAdmin_forest-express-sequelize
train
307c2eedbc338c0c18f1ffc022ad3561d9b7b278
diff --git a/PySimpleGUI.py b/PySimpleGUI.py index <HASH>..<HASH> 100644 --- a/PySimpleGUI.py +++ b/PySimpleGUI.py @@ -1,5 +1,5 @@ #!/usr/bin/python3 -version = __version__ = "4.34.0.1 Unreleased\nSDK Help Expanded to init & update parms" +version = __version__ = "4.34.0.2 Unreleased\nSDK Help Expanded to init & updat...
Expanded SDK Help with function search - find all functions containing a string
PySimpleGUI_PySimpleGUI
train
7ee478148528c7196d5edf94b4a7c485a10a1810
diff --git a/imagen/image.py b/imagen/image.py index <HASH>..<HASH> 100644 --- a/imagen/image.py +++ b/imagen/image.py @@ -282,6 +282,11 @@ class GenericImage(PatternGenerator): def _get_image(self,p): + """ + If necessary as indicated by the parameters, get a new image, + assign it to sel...
Cleaned up documentation and comments, and moved parameter setting from NumpyFile's constructor to a parameter declaration
pyviz_imagen
train
848938ad48ca7f6416e9f55a0263cdcfaf6d510c
diff --git a/agent/txn_endpoint.go b/agent/txn_endpoint.go index <HASH>..<HASH> 100644 --- a/agent/txn_endpoint.go +++ b/agent/txn_endpoint.go @@ -69,9 +69,11 @@ func (s *HTTPServer) convertOps(resp http.ResponseWriter, req *http.Request) (st sizeStr := req.Header.Get("Content-Length") if sizeStr != "" { if size...
Output proper HTTP status codes for Txn requests that are too large (#<I>)
hashicorp_consul
train
e054897fe2874080601d67cfc5b1521cb45e415c
diff --git a/testsrc/org/mozilla/javascript/tests/harmony/SymbolTest.java b/testsrc/org/mozilla/javascript/tests/harmony/SymbolTest.java index <HASH>..<HASH> 100644 --- a/testsrc/org/mozilla/javascript/tests/harmony/SymbolTest.java +++ b/testsrc/org/mozilla/javascript/tests/harmony/SymbolTest.java @@ -8,7 +8,7 @@ impor...
Dummy symbol implementation (cherry picked from commit <I>cd3a)
mozilla_rhino
train
28629e0e7fa0ba8334e96a7b34f0de9a71b82c33
diff --git a/smack-core/src/main/java/org/jivesoftware/smack/AbstractXMPPConnection.java b/smack-core/src/main/java/org/jivesoftware/smack/AbstractXMPPConnection.java index <HASH>..<HASH> 100644 --- a/smack-core/src/main/java/org/jivesoftware/smack/AbstractXMPPConnection.java +++ b/smack-core/src/main/java/org/jivesoft...
Fix wrong boolean condition in async API inverse boolean condition, correct is: "if packetListener has been removed, then we received no response" and add check for exceptionCallback being null.
igniterealtime_Smack
train
1c133bf5f1ecd0dbd80f4dc39f48dea5a0ccb361
diff --git a/spec/analysis_specs/symbol_spec.rb b/spec/analysis_specs/symbol_spec.rb index <HASH>..<HASH> 100644 --- a/spec/analysis_specs/symbol_spec.rb +++ b/spec/analysis_specs/symbol_spec.rb @@ -24,4 +24,17 @@ describe SexpAnalysis::Symbol do sym.value.should == value end end + + context '#<=>' do...
Forgot to add a spec for symbol comparisons (which enforce name comparison)
michaeledgar_laser
train
de7d68d2519269c901ba9149da0214f87c44aff3
diff --git a/getpeers.go b/getpeers.go index <HASH>..<HASH> 100644 --- a/getpeers.go +++ b/getpeers.go @@ -95,7 +95,7 @@ func (me *peerDiscovery) gotNodeAddr(addr dHTAddr) { if me.triedAddrs.Test([]byte(addr.String())) { return } - if me.server.ipBlocked(util.AddrIP(addr)) { + if me.server.ipBlocked(addr.UDPAddr...
dht: Avoid allocation(s) testing if an IP is blocked
anacrolix_dht
train
0a55fd746223a3b146fe4252da69a221a6cf7343
diff --git a/src/scs_core/client/http_client.py b/src/scs_core/client/http_client.py index <HASH>..<HASH> 100644 --- a/src/scs_core/client/http_client.py +++ b/src/scs_core/client/http_client.py @@ -131,7 +131,7 @@ class HTTPClient(object): return self.__conn.getresponse() except (socket...
Changed UDSWriter write(..) wait_for_availability to True
south-coast-science_scs_core
train
bded28bebc89460fac1f5bf3b84876f311981ff3
diff --git a/lib/dotenv.rb b/lib/dotenv.rb index <HASH>..<HASH> 100644 --- a/lib/dotenv.rb +++ b/lib/dotenv.rb @@ -2,12 +2,24 @@ require 'dotenv/environment' module Dotenv def self.load(*filenames) - filenames << '.env' if filenames.empty? - filenames.inject({}) do |hash, filename| - hash.update Enviro...
add Dotenv.load! `Dotenv.load!` is exactly the same as `Dotenv.load` except it fails fast and hard by raising an instance of `Errno::ENOENT` if any of the filename arguments don't exist. This changeset also includes some small refactoring to dotenv.rb since there was shared functionality between the two methods (DRY ...
bkeepers_dotenv
train
fdf80c226f7f9dbbd42d66cc48feeebad2751180
diff --git a/lib/aruba/processes/basic_process.rb b/lib/aruba/processes/basic_process.rb index <HASH>..<HASH> 100644 --- a/lib/aruba/processes/basic_process.rb +++ b/lib/aruba/processes/basic_process.rb @@ -24,6 +24,26 @@ module Aruba stdout + stderr end + def write(*) + NotImplementedErro...
Make sure, that we raise an error if an not implemented method in process launcher is used
cucumber_aruba
train
3c727a3413977be9a92b58ede13113510297dab3
diff --git a/Arr.php b/Arr.php index <HASH>..<HASH> 100755 --- a/Arr.php +++ b/Arr.php @@ -313,17 +313,9 @@ class Arr */ public static function has($array, $keys) { - if (is_null($keys)) { - return false; - } - $keys = (array) $keys; - if (! $array) { - ...
[<I>] Arr::has code clean up (#<I>) * Null value are coerced to an empty array, we do not need this check. * Combine the two if blocks. * Added more tests for edge cases
illuminate_support
train
eb49f6858519f4e25bc8a18fbf931b2be2622de9
diff --git a/plugin/src/main/java/com/stratio/cassandra/lucene/query/BiTemporalCondition.java b/plugin/src/main/java/com/stratio/cassandra/lucene/query/BiTemporalCondition.java index <HASH>..<HASH> 100644 --- a/plugin/src/main/java/com/stratio/cassandra/lucene/query/BiTemporalCondition.java +++ b/plugin/src/main/java/c...
Changed default spatialOperation in BiTemporalCondition to iswithin
Stratio_cassandra-lucene-index
train
9aabfd417a70b79b79ce2ef7cd7e237e30bcfb21
diff --git a/presto-hive/src/test/java/com/facebook/presto/hive/AbstractTestHiveFileFormats.java b/presto-hive/src/test/java/com/facebook/presto/hive/AbstractTestHiveFileFormats.java index <HASH>..<HASH> 100644 --- a/presto-hive/src/test/java/com/facebook/presto/hive/AbstractTestHiveFileFormats.java +++ b/presto-hive/s...
Add test cases for comparable Char in presto-hive
prestodb_presto
train
4c864152f0aed130bbd3f3ccd107ef004b3d9e2a
diff --git a/lib/Model/Field.php b/lib/Model/Field.php index <HASH>..<HASH> 100644 --- a/lib/Model/Field.php +++ b/lib/Model/Field.php @@ -1,6 +1,6 @@ <?php -class Model_Field extends AbstractModel { +class Field extends AbstractModel { public $system=false; public $hidden=false; public $editable=true...
Rename Model_Filed into simply Field
atk4_atk4
train
c389ad0fc2fdea9e66c464681835e59e5224ff09
diff --git a/flink-end-to-end-tests/flink-end-to-end-tests-common-kafka/src/main/java/org/apache/flink/tests/util/kafka/KafkaResource.java b/flink-end-to-end-tests/flink-end-to-end-tests-common-kafka/src/main/java/org/apache/flink/tests/util/kafka/KafkaResource.java index <HASH>..<HASH> 100644 --- a/flink-end-to-end-te...
[FLINK-<I>] Make number of expected messages explicit in StreamingKafkaITCase Before, it could happen that we time out and return early, which would lead to a test failure. Now, we would fail at the source of the problem.
apache_flink
train
e71d4ec0fa5c2fead91ad3c5ea3f832e27aa0dec
diff --git a/lib/stupidedi/builder/generation.rb b/lib/stupidedi/builder/generation.rb index <HASH>..<HASH> 100644 --- a/lib/stupidedi/builder/generation.rb +++ b/lib/stupidedi/builder/generation.rb @@ -32,7 +32,7 @@ module Stupidedi instructions = state.instructions.matches(segment_tok) if inst...
Fixed some YARD tags: they need to be indented after the first line Removed dead an unused method, other minor cleanup
irobayna_stupidedi
train
fe7e43f43044cc072bcf381cd4016f7b5979a270
diff --git a/question/type/calculated/questiontype.php b/question/type/calculated/questiontype.php index <HASH>..<HASH> 100644 --- a/question/type/calculated/questiontype.php +++ b/question/type/calculated/questiontype.php @@ -1425,19 +1425,29 @@ class question_calculated_qtype extends default_questiontype { fun...
MDL-<I> setting get_correct_responses() for calculated regular and multichoice
moodle_moodle
train
3d7c32eef967f9cb5f5c5400b31fb24596e3a697
diff --git a/lib/gemrat/arguments.rb b/lib/gemrat/arguments.rb index <HASH>..<HASH> 100644 --- a/lib/gemrat/arguments.rb +++ b/lib/gemrat/arguments.rb @@ -57,16 +57,6 @@ module Gemrat self.gemfile = Gemfile.new(options.gemfile) end - def extract_options - options = arguments - gem_names -...
Remove the extract options method from arguments.rb
DruRly_gemrat
train
ed5ea6ab3ae8d2889372780a869f6d9db0155fcb
diff --git a/spec/integration/repository_spec.rb b/spec/integration/repository_spec.rb index <HASH>..<HASH> 100644 --- a/spec/integration/repository_spec.rb +++ b/spec/integration/repository_spec.rb @@ -142,6 +142,21 @@ RSpec.describe 'ROM repository' do end end + describe 'projecting virtual attributes' do ...
Add a spec for auto-mapping with virtual attributes
rom-rb_rom
train
628f09375a84d062f7ace368cb968533d141ab47
diff --git a/gflags/flag.py b/gflags/flag.py index <HASH>..<HASH> 100644 --- a/gflags/flag.py +++ b/gflags/flag.py @@ -29,12 +29,13 @@ """Contains Flag class - information about single command-line flag.""" - +from functools import total_ordering from gflags import _helpers from gflags import argument_parser fr...
Class Flag defines __eq__ and __lt__ but does not define other relations. Since there are no implied relationships among the comparison operators, to automatically generate ordering operations from a single root operation functools.total_ordering() used. <URL>
google_python-gflags
train
cdc714e0d42d9e6044a79e3001eada7d9400f5c1
diff --git a/app/controllers/api/ping_controller.rb b/app/controllers/api/ping_controller.rb index <HASH>..<HASH> 100644 --- a/app/controllers/api/ping_controller.rb +++ b/app/controllers/api/ping_controller.rb @@ -13,14 +13,16 @@ class Api::PingController < Api::ApiController skip_before_filter :authorize # ok -...
<I> - additional fix for ping controller
Katello_katello
train
7e4decac84578130d6aabf0f3a6ef7b4a9bbd498
diff --git a/example/webpack.config.js b/example/webpack.config.js index <HASH>..<HASH> 100644 --- a/example/webpack.config.js +++ b/example/webpack.config.js @@ -13,8 +13,8 @@ module.exports = { }, module: { loaders: [ - { test: /\.css$/, loader: ExtractTextPlugin.extract({ - notExtractLoader: "style-loade...
fix - Fix example syntax It was using `notExtractLoader` and `loader`. Closes #<I>.
webpack-contrib_extract-text-webpack-plugin
train
a8a26d1d90f6c8fcc244966347e5242c44e74fef
diff --git a/dnode/rpc/client.go b/dnode/rpc/client.go index <HASH>..<HASH> 100644 --- a/dnode/rpc/client.go +++ b/dnode/rpc/client.go @@ -5,6 +5,7 @@ import ( "errors" "koding/newkite/dnode" "net/url" + "sync" "time" ) @@ -50,6 +51,9 @@ type Client struct { // connect/disconnect. onConnectHandlers []...
kite: protect access over onConnect/onDisconnect handlers
koding_kite
train
621ca431ad8f92a00b7b8349fd891e9ee863f630
diff --git a/statistics/table.go b/statistics/table.go index <HASH>..<HASH> 100644 --- a/statistics/table.go +++ b/statistics/table.go @@ -403,7 +403,7 @@ func (t *Table) ColumnEqualRowCount(sc *stmtctx.StatementContext, value types.Da func (coll *HistColl) GetRowCountByIntColumnRanges(sc *stmtctx.StatementContext, co...
stats, plan: return row count 0 for empty range on handle (#<I>)
pingcap_tidb
train
33342c0d1bdb9d4f74417984f414f9cc1e4d5b28
diff --git a/lib/rails_admin/config/fields/types/active_record_enum.rb b/lib/rails_admin/config/fields/types/active_record_enum.rb index <HASH>..<HASH> 100644 --- a/lib/rails_admin/config/fields/types/active_record_enum.rb +++ b/lib/rails_admin/config/fields/types/active_record_enum.rb @@ -28,7 +28,12 @@ module RailsAd...
ActiveRecord Enum fields could not be updated correctly. Fixes #<I>, Closes #<I>
sferik_rails_admin
train
3a480a7d9a6190815049bfe68f186ca0ef5704d2
diff --git a/lib/crono/job.rb b/lib/crono/job.rb index <HASH>..<HASH> 100644 --- a/lib/crono/job.rb +++ b/lib/crono/job.rb @@ -107,7 +107,23 @@ module Crono end def perform_before_interval? - self.last_performed_at.present? && self.last_performed_at > execution_interval.ago + return true if self.l...
Add ability to define minimal time between job executions to support multiple corno nodes, so two different nodes will not execute the same job Add Locking for the case that two nodes start perform job together.
plashchynski_crono
train
aef05f4b95a7c7c128ff4721000e21a96392008f
diff --git a/docs/views.py b/docs/views.py index <HASH>..<HASH> 100644 --- a/docs/views.py +++ b/docs/views.py @@ -93,8 +93,6 @@ def serve_docs(request, path, **kwargs): class DocsRootView(RedirectView): def get_redirect_url(self, **kwargs): - viewname = 'docs_files' - if self.request.resolver_mat...
conditional statement replaced by cleaner join/filter statement
littlepea_django-docs
train
2b601613e67c2903053ee6a565eee45e9999eea4
diff --git a/algoliasearch/src/main/java/com/algolia/search/saas/Client.java b/algoliasearch/src/main/java/com/algolia/search/saas/Client.java index <HASH>..<HASH> 100644 --- a/algoliasearch/src/main/java/com/algolia/search/saas/Client.java +++ b/algoliasearch/src/main/java/com/algolia/search/saas/Client.java @@ -675,6...
Fix null stream exception when reading an errored connection Similar to #<I> in the `v2` branch.
algolia_algoliasearch-client-android
train
c7cda1a0c9d48ebaa503301c4dc689f3b7cc4e32
diff --git a/session/bootstrap.go b/session/bootstrap.go index <HASH>..<HASH> 100644 --- a/session/bootstrap.go +++ b/session/bootstrap.go @@ -314,12 +314,14 @@ func bootstrap(s Session) { } const ( + // varTrue is the true value in mysql.TiDB table for boolean columns. + varTrue = "True" + // varFalse is the false...
session: fix unexpect '0' written to `new_collation_enabled` value. (#<I>)
pingcap_tidb
train
689e3056faf4a724006a97b51f0cd4777be19282
diff --git a/src/Composer/Plugin/PluginManager.php b/src/Composer/Plugin/PluginManager.php index <HASH>..<HASH> 100644 --- a/src/Composer/Plugin/PluginManager.php +++ b/src/Composer/Plugin/PluginManager.php @@ -95,7 +95,7 @@ class PluginManager protected function loadRepository(RepositoryInterface $repo) { ...
Plugin API requirements should be for plugins only, not installers
mothership-ec_composer
train
dc08518704648e6436d328b14eac960acc9dbd5e
diff --git a/Kwf_js/Kwf.js b/Kwf_js/Kwf.js index <HASH>..<HASH> 100644 --- a/Kwf_js/Kwf.js +++ b/Kwf_js/Kwf.js @@ -167,6 +167,7 @@ Kwf.callOnContentReady = function(el, options) { Kwf.contentReadyHandlers.sort(function(a, b) { return a.options.priority - b.options.priority; }); + if (el instanceof...
never pass Ext.Element to onContentReady handlers
koala-framework_koala-framework
train
7c490ad190b421be78c35dca1762f11e7cf28b30
diff --git a/plaso/cli/pinfo_tool.py b/plaso/cli/pinfo_tool.py index <HASH>..<HASH> 100644 --- a/plaso/cli/pinfo_tool.py +++ b/plaso/cli/pinfo_tool.py @@ -337,6 +337,7 @@ class PinfoTool( """ for session_number, session in enumerate(storage.GetSessions()): session_identifier = uuid.UUID(hex=session.ide...
Changes to ensure session identifier passed as string in pinfo (#<I>)
log2timeline_plaso
train
55b7dffaf4b8a6df0203c5978aa8e35d2bd563d1
diff --git a/features/bootstrap/FeatureContext.php b/features/bootstrap/FeatureContext.php index <HASH>..<HASH> 100644 --- a/features/bootstrap/FeatureContext.php +++ b/features/bootstrap/FeatureContext.php @@ -17,6 +17,8 @@ require_once __DIR__ . '/../../php/utils.php'; */ class FeatureContext extends BehatContext ...
add ability to save result from previous command
wp-cli_wp-cli-tests
train
4d1cfa887ce6c7e21f9a0c9a4be03ac0ee4d5900
diff --git a/tsdb/meta.go b/tsdb/meta.go index <HASH>..<HASH> 100644 --- a/tsdb/meta.go +++ b/tsdb/meta.go @@ -387,11 +387,15 @@ func (d *DatabaseIndex) Measurements() Measurements { return measurements } -// DropMeasurement removes the measurement and all of its underlying series from the database index +// DropM...
Ensure measurement dropped when no more series
influxdata_influxdb
train
70968a0f1fc6d7396afaabf1ad74156442d705a1
diff --git a/resources/lang/pt-PT/cachet.php b/resources/lang/pt-PT/cachet.php index <HASH>..<HASH> 100644 --- a/resources/lang/pt-PT/cachet.php +++ b/resources/lang/pt-PT/cachet.php @@ -53,7 +53,7 @@ return [ // Service Status 'service' => [ - 'good' => '[0,1] Sistema operacional|[2,Inf] Todos os s...
New translations cachet.php (Portuguese)
CachetHQ_Cachet
train
b9100f9dbcdf808321138425129f5b28eda03695
diff --git a/creamas/ds.py b/creamas/ds.py index <HASH>..<HASH> 100644 --- a/creamas/ds.py +++ b/creamas/ds.py @@ -165,7 +165,7 @@ class DistributedEnvironment(MultiEnvironment): :param logger: Optional logger for this simulation. ''' - super.__init__(addr, env_cls, mgr_cls=mgr_cls...
examples/grid to new architecture.
assamite_creamas
train
28051dac55e04dd1f4a3efc780eb7d1d7ad578b4
diff --git a/bin/ontobio-parse-assocs.py b/bin/ontobio-parse-assocs.py index <HASH>..<HASH> 100755 --- a/bin/ontobio-parse-assocs.py +++ b/bin/ontobio-parse-assocs.py @@ -27,6 +27,7 @@ from ontobio.io.gpadparser import GpadParser from ontobio.io.hpoaparser import HpoaParser from ontobio.io.assocwriter import GafWrite...
adding option to give ontobio-parse-assocs a gaf inferences file
biolink_ontobio
train
4fb83b6080870f4fedd20882ec984020242a8d74
diff --git a/pep517/build.py b/pep517/build.py index <HASH>..<HASH> 100644 --- a/pep517/build.py +++ b/pep517/build.py @@ -78,12 +78,12 @@ parser.add_argument( help="A directory containing pyproject.toml", ) parser.add_argument( - '--binary', + '--binary', '-b', action='store_true', default=False...
Add -s and -b short options
pypa_pep517
train
a4178ee16c7c649afe7ae18d0e5bc530df111b88
diff --git a/lib/multi_db/active_record_extensions.rb b/lib/multi_db/active_record_extensions.rb index <HASH>..<HASH> 100644 --- a/lib/multi_db/active_record_extensions.rb +++ b/lib/multi_db/active_record_extensions.rb @@ -20,7 +20,9 @@ module MultiDb end def reload_with_master(*args, &block) - con...
fixed AR::B#reload and added spec
schoefmann_multi_db
train
683146fba18bff91b01751f6512ceb92ca2e3024
diff --git a/lib/faraday/adapter/typhoeus.rb b/lib/faraday/adapter/typhoeus.rb index <HASH>..<HASH> 100644 --- a/lib/faraday/adapter/typhoeus.rb +++ b/lib/faraday/adapter/typhoeus.rb @@ -23,8 +23,9 @@ module Faraday :headers => env[:request_headers], :disable_ssl_peer_verification => (env[:ssl][:v...
Use the correct hash for timeouts.
lostisland_faraday
train
b056d4d944f2d4345076691b0f9e23df0cadd741
diff --git a/cb4j-quartz/src/main/java/net/benas/cb4j/quartz/BatchScheduler.java b/cb4j-quartz/src/main/java/net/benas/cb4j/quartz/BatchScheduler.java index <HASH>..<HASH> 100644 --- a/cb4j-quartz/src/main/java/net/benas/cb4j/quartz/BatchScheduler.java +++ b/cb4j-quartz/src/main/java/net/benas/cb4j/quartz/BatchSchedule...
update BatchScheduler API : replace method scheduleNowWithInterval by scheduleAtWithInterval to start execution at a fixed point of time and repeat with interval period. One can have the same behavior of scheduleNowWithInterval using scheduleAtWithInterval(new Date(), x).
j-easy_easy-batch
train
4cad1a455fbeb427a8f8f495f7c13569fcbfa3fb
diff --git a/core/src/main/java/hudson/util/ProcessTree.java b/core/src/main/java/hudson/util/ProcessTree.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/hudson/util/ProcessTree.java +++ b/core/src/main/java/hudson/util/ProcessTree.java @@ -958,9 +958,9 @@ public abstract class ProcessTree implements Iterable...
use try with resources instead of try finally
jenkinsci_jenkins
train
aa6cc716f853f4302e3d5106e31a0ff61e4ab2be
diff --git a/underfs/s3a/src/test/java/alluxio/underfs/s3a/S3AUnderFileSystemTest.java b/underfs/s3a/src/test/java/alluxio/underfs/s3a/S3AUnderFileSystemTest.java index <HASH>..<HASH> 100644 --- a/underfs/s3a/src/test/java/alluxio/underfs/s3a/S3AUnderFileSystemTest.java +++ b/underfs/s3a/src/test/java/alluxio/underfs/s...
Improve code style in S3AUnderFileSystemTest (#<I>)
Alluxio_alluxio
train
70e3ef04cf6e8cba4c585ecb69d53294807dfbbc
diff --git a/src/Database/Expression/TupleComparison.php b/src/Database/Expression/TupleComparison.php index <HASH>..<HASH> 100644 --- a/src/Database/Expression/TupleComparison.php +++ b/src/Database/Expression/TupleComparison.php @@ -88,7 +88,8 @@ class TupleComparison extends Comparison { $type = $this->_type; ...
Fixing various faling tests. The problem was not closing the statements, among other things
cakephp_cakephp
train
c189e4d255f4ef93ada8e6b4d2b2014c13c6c7b8
diff --git a/lib/vagrant/action/builtin/mixin_provisioners.rb b/lib/vagrant/action/builtin/mixin_provisioners.rb index <HASH>..<HASH> 100644 --- a/lib/vagrant/action/builtin/mixin_provisioners.rb +++ b/lib/vagrant/action/builtin/mixin_provisioners.rb @@ -90,20 +90,23 @@ module Vagrant # Add :each and :all pr...
Redo how each provisioners are sorted
hashicorp_vagrant
train
1d8dc0296baa9671dafa328e75f46d576b40ae31
diff --git a/doc-src/SASS_CHANGELOG.md b/doc-src/SASS_CHANGELOG.md index <HASH>..<HASH> 100644 --- a/doc-src/SASS_CHANGELOG.md +++ b/doc-src/SASS_CHANGELOG.md @@ -11,6 +11,9 @@ * Allow `@keyframes` selectors to use arbitrary identifiers to support libraries like Skrollr. +* `sass-convert` now preserves double-sta...
Preserve double-star comments in sass-convert. Closes #<I>
sass_ruby-sass
train
d93a81a21acec32fc2962c7cef5f0108de26b457
diff --git a/dist/diffhtml.js b/dist/diffhtml.js index <HASH>..<HASH> 100644 --- a/dist/diffhtml.js +++ b/dist/diffhtml.js @@ -1262,7 +1262,7 @@ function process(element, patches) { var attachedTransitionAndTitle = function attachedTransitionAndTitle(el) { var element = (0, _elementGet2['default'])(el).element;...
Trigger textChanged for SVG text elements
tbranyen_diffhtml
train
e781e2615045b10fc19cd2e68f69bebc6311a962
diff --git a/src/Http/Response.php b/src/Http/Response.php index <HASH>..<HASH> 100644 --- a/src/Http/Response.php +++ b/src/Http/Response.php @@ -16,6 +16,7 @@ namespace Cake\Http; use Cake\Core\Configure; use Cake\Filesystem\File; +use Cake\Filesystem\Folder; use Cake\Http\Cookie\Cookie; use Cake\Http\Cookie\Co...
Deprecate serving files by relative paths. Relative paths assume that cwd is 'safe'. Instead we should require people to be more explicit in their paths. Refs #<I> Refs #<I>
cakephp_cakephp
train
617b745e40ffdc01a4a95b669f9b2cc99a076df5
diff --git a/doxypypy/doxypypy.py b/doxypypy/doxypypy.py index <HASH>..<HASH> 100755 --- a/doxypypy/doxypypy.py +++ b/doxypypy/doxypypy.py @@ -16,7 +16,7 @@ doctests. from ast import NodeVisitor, parse, iter_fields, AST, Name, get_docstring from re import compile as regexpCompile, IGNORECASE, MULTILINE from types im...
Fix for issue #<I> Found a better solution which allows all unit tests to pass.
Feneric_doxypypy
train
d9c5543bbb0b1949de208ef96cdbe260ae119b70
diff --git a/src/lib/Behat/PageElement/LanguagePicker.php b/src/lib/Behat/PageElement/LanguagePicker.php index <HASH>..<HASH> 100644 --- a/src/lib/Behat/PageElement/LanguagePicker.php +++ b/src/lib/Behat/PageElement/LanguagePicker.php @@ -22,8 +22,8 @@ class LanguagePicker extends Element { parent::__cons...
[Behat] Adjusted language picker selector
ezsystems_ezplatform-admin-ui
train
58b11a63732e3066ad38dc1e63a733f4cce6425f
diff --git a/xarray/tests/test_formatting_html.py b/xarray/tests/test_formatting_html.py index <HASH>..<HASH> 100644 --- a/xarray/tests/test_formatting_html.py +++ b/xarray/tests/test_formatting_html.py @@ -130,5 +130,5 @@ def test_repr_of_dataset(dataset): assert ( formatted.count("class='xr-section-summ...
Let test_repr_of_dataset pass on big-endian systems (#<I>)
pydata_xarray
train
cdc06f24aa3eebf2438b309647718cd7123ae329
diff --git a/manager/config/environments/test.rb b/manager/config/environments/test.rb index <HASH>..<HASH> 100644 --- a/manager/config/environments/test.rb +++ b/manager/config/environments/test.rb @@ -10,6 +10,9 @@ Devops::Application.configure do # disabled for spork/simplecov config.cache_classes = false + ...
disable all caching for test env
chetan_bixby-agent
train
8ec52ff2c0b7aa550606eb8ca97f670714a91a27
diff --git a/src/pnDistArray.py b/src/pnDistArray.py index <HASH>..<HASH> 100644 --- a/src/pnDistArray.py +++ b/src/pnDistArray.py @@ -16,7 +16,7 @@ from functools import reduce def distArrayFactory(BaseClass): """ Returns a distributed array class that derives from BaseClass - @param BaseClass base class...
+ adding support for bool arrays
pletzer_pnumpy
train
5b3e81662058cb7de7fed01bfdf14c87a0e6e92a
diff --git a/src/wormhole/test/test_machines.py b/src/wormhole/test/test_machines.py index <HASH>..<HASH> 100644 --- a/src/wormhole/test/test_machines.py +++ b/src/wormhole/test/test_machines.py @@ -4,13 +4,15 @@ import mock from zope.interface import directlyProvides, implementer from twisted.trial import unittest ...
tests: cover enough of RendezvousConnector to exercise that last fix
warner_magic-wormhole
train
4a71ae988472c676f0a40b120368fc0569f53d6b
diff --git a/lib/heroku/command/pg_backups.rb b/lib/heroku/command/pg_backups.rb index <HASH>..<HASH> 100644 --- a/lib/heroku/command/pg_backups.rb +++ b/lib/heroku/command/pg_backups.rb @@ -513,16 +513,19 @@ EOF db = shift_argument validate_arguments! + if db.nil? + abort("Must specify database to ...
Fix unscheduling backups for some config var configurations For some applications with aliased config vars, it's possible that the unschedule command can be too stringent in verifying the database to unschedule, making it impossible to unschedule backups without manually calling the API. This makes the unschedule ver...
heroku_legacy-cli
train
fe9d9df73420b11f0b18682babc0c3c54afe854e
diff --git a/src/org/zaproxy/zap/extension/anticsrf/AntiCsrfDetectScanner.java b/src/org/zaproxy/zap/extension/anticsrf/AntiCsrfDetectScanner.java index <HASH>..<HASH> 100644 --- a/src/org/zaproxy/zap/extension/anticsrf/AntiCsrfDetectScanner.java +++ b/src/org/zaproxy/zap/extension/anticsrf/AntiCsrfDetectScanner.java @...
Issue <I> - NullPointerException after sending/proxying a HTTP request with ExtensionAntiCSRF disabled Changed to check if the extension ExtensionAntiCSRF is enabled before using it.
zaproxy_zaproxy
train
a7b6b0afcdc58240b72e3a7f1bd10d6e27678ebd
diff --git a/src/kba/pipeline/test_dedup.py b/src/kba/pipeline/test_dedup.py index <HASH>..<HASH> 100644 --- a/src/kba/pipeline/test_dedup.py +++ b/src/kba/pipeline/test_dedup.py @@ -18,7 +18,7 @@ logger.addHandler(ch) from _test_data import get_test_chunk_path, get_test_chunk -def test_dedup_debugging_config(): +...
Fix test to use temporary directory All tests that need temporary storage should use this (or equivalent.) See: <URL>
trec-kba_streamcorpus-pipeline
train
5f6dd5dda1342823ae31980e0173e707e1936cda
diff --git a/src/Leevel/Protocol/Server.php b/src/Leevel/Protocol/Server.php index <HASH>..<HASH> 100755 --- a/src/Leevel/Protocol/Server.php +++ b/src/Leevel/Protocol/Server.php @@ -411,7 +411,7 @@ abstract class Server implements IServer */ protected function initSwooleServer(): void { - $this-...
fix(protocol): Fix Uncaught ErrorException: unsupported option [xxx] in @swoole-src/library/core/Server/Helper.php:<I>
hunzhiwange_framework
train
67de46730f5ae2386ef250741935995095cbc93b
diff --git a/labelImg.py b/labelImg.py index <HASH>..<HASH> 100755 --- a/labelImg.py +++ b/labelImg.py @@ -1,5 +1,5 @@ #!/usr/bin/env python -# -*- coding: utf8 -*- +# -*- coding: utf-8 -*- import codecs import os.path import re
Enhance compatibility With Anaconda3-<I>-Windows-x<I>_<I> in Win 8 & <I>, encoding name "utf8" will lead to error. We change the encoding name to "utf-8", it's OK. Very strange, we do not know why.
tzutalin_labelImg
train
8c6e7ae465bd214b005ed8475de7f7efce239ece
diff --git a/landsat/gs_helper.py b/landsat/gs_helper.py index <HASH>..<HASH> 100644 --- a/landsat/gs_helper.py +++ b/landsat/gs_helper.py @@ -12,11 +12,11 @@ from zipfile import ZipFile import tarfile from general_helper import check_create_folder - +import settings class GsHelper(object): - def __init__(s...
Removed settings from init req. of gs_helper
developmentseed_landsat-util
train
358975ea0ce81b7bbe53f17e2a6a06cfae70af05
diff --git a/admin/code/LeftAndMain.php b/admin/code/LeftAndMain.php index <HASH>..<HASH> 100644 --- a/admin/code/LeftAndMain.php +++ b/admin/code/LeftAndMain.php @@ -177,7 +177,7 @@ class LeftAndMain extends Controller { $cssFiles = 'sapphire/admin/css/editor.css'; // Use theme from the site config - if...
MINOR Conditional checks on SiteConfig existence in LeftAndMain->init()
silverstripe_silverstripe-framework
train
799754f5d9b7d10d48d48f1c7e1f58ecb81853d1
diff --git a/lib/intersect/intersect-line.js b/lib/intersect/intersect-line.js index <HASH>..<HASH> 100644 --- a/lib/intersect/intersect-line.js +++ b/lib/intersect/intersect-line.js @@ -35,7 +35,7 @@ function intersectLine(p1, p2, q1, q2) { c2 = (q2.x * q1.y) - (q1.x * q2.y); // Compute r1 and r2 - r1 = (a2 *...
Fix typo in intersect-line Fixes #<I>
dagrejs_dagre-d3
train
04e795640717460da5df9d1efab88a5f4e0ca09f
diff --git a/tools/grammars/compiler/data.go b/tools/grammars/compiler/data.go index <HASH>..<HASH> 100644 --- a/tools/grammars/compiler/data.go +++ b/tools/grammars/compiler/data.go @@ -27,4 +27,5 @@ var KnownFields = map[string]bool{ "foldingEndMarker": true, "limitLineLength": true, "hideFromUser": ...
Whitelist injectionSelector in grammars (#<I>)
github_linguist
train
3386bf8069c3c95131bb4c31731481aca6711d43
diff --git a/lib/inspectors/data.js b/lib/inspectors/data.js index <HASH>..<HASH> 100644 --- a/lib/inspectors/data.js +++ b/lib/inspectors/data.js @@ -5,6 +5,7 @@ var config = require('../config'); var MAX_BODY_SIZE = 360 * 1024; var MAX_SIZE = (config.strict ? 256 : 512) * 1024; +var MAX_REQ_BODY_SIZE = (config.st...
refactor: relaxing packet capture restrictions
avwo_whistle
train
a97c7cc011bee869799d5eacbfcd2ed43651f79f
diff --git a/type_specific_codegen.go b/type_specific_codegen.go index <HASH>..<HASH> 100644 --- a/type_specific_codegen.go +++ b/type_specific_codegen.go @@ -131,10 +131,14 @@ func (v *Value) CollectInter(collector func(int, interface{}) interface{}) *Valu // MSI gets the value as a map[string]interface{}, returns ...
Fixed incorrect result for obj.Value().MSI() getter (#<I>) * Fixed incorrect result for obj.Value().MSI() getter * Cleanup * Added todo for a better fix. * Restored indentation. * Fix indentation
stretchr_objx
train
3b6bc3daaf0927c59c08a08dac2e578406e604f6
diff --git a/size.go b/size.go index <HASH>..<HASH> 100644 --- a/size.go +++ b/size.go @@ -7,6 +7,15 @@ import ( "strings" ) +var sizeRegex *regexp.Regexp + +func init() { + var err error + if sizeRegex, err = regexp.Compile("^(\\d+)([kKmMgGtTpP])?[bB]?$"); err != nil { + panic("Failed to compile the 'size' regul...
pkg/units: Refactor regexp.Compile to init() No need to recompile a fixed regular expression each time the function executes. Abstracting it to the `init()` method. Docker-DCO-<I>-
docker_go-units
train
217bb330e657ed25df2ed96dc386b3902f9bfb61
diff --git a/robots.txt-check/main.go b/robots.txt-check/main.go index <HASH>..<HASH> 100644 --- a/robots.txt-check/main.go +++ b/robots.txt-check/main.go @@ -2,7 +2,7 @@ package main import ( "flag" - "github.com/temoto/robotstxt.go" + "github.com/temoto/robotstxt" "log" "net/http" "strings"
Repository was renamed to github.com/temoto/robotstxt <URL>
temoto_robotstxt
train
9f52ba2441b6a3f9b407db8b851309b900c8dfb4
diff --git a/bw-util-http/src/main/java/org/bedework/util/http/BasicHttpClient.java b/bw-util-http/src/main/java/org/bedework/util/http/BasicHttpClient.java index <HASH>..<HASH> 100644 --- a/bw-util-http/src/main/java/org/bedework/util/http/BasicHttpClient.java +++ b/bw-util-http/src/main/java/org/bedework/util/http/Ba...
make ssldisable flag static. Add some extra tracing
Bedework_bw-util
train
a6edc27fd341ae16ce22d9cacf3915ed2e577498
diff --git a/Examples/JSONAPI/APP/Controllers/TestController.php b/Examples/JSONAPI/APP/Controllers/TestController.php index <HASH>..<HASH> 100644 --- a/Examples/JSONAPI/APP/Controllers/TestController.php +++ b/Examples/JSONAPI/APP/Controllers/TestController.php @@ -36,9 +36,15 @@ class TestController extends \Examples...
Fix Model Fix Examples\JSONAPI to include newest JSONAPI features
phramework_phramework
train
dd8c9c4772fd794f0c426099d70d621469d73c75
diff --git a/lib/nrser/refinements.rb b/lib/nrser/refinements.rb index <HASH>..<HASH> 100644 --- a/lib/nrser/refinements.rb +++ b/lib/nrser/refinements.rb @@ -1,5 +1,15 @@ -# Declare the module -module NRSER::Refinements; end +# TODO Remove me -# Require all refinements -require_relative './refinements/types' +requir...
Don't auto-req type refmnts, and warn when req 'nrser/refinements'
nrser_nrser.rb
train
18de56c3d3278582d5788a39a1091ca3156458ee
diff --git a/lib/mangopay/authorization_token.rb b/lib/mangopay/authorization_token.rb index <HASH>..<HASH> 100644 --- a/lib/mangopay/authorization_token.rb +++ b/lib/mangopay/authorization_token.rb @@ -22,7 +22,7 @@ module MangoPay req.basic_auth cfg.client_id, cfg.client_passphrase req.b...
lower authorisation token validity duration by <I> seconds
Mangopay_mangopay2-ruby-sdk
train
8801facd3882e010e523c2a364792b4ef32581d4
diff --git a/lib/nugrant/config.rb b/lib/nugrant/config.rb index <HASH>..<HASH> 100644 --- a/lib/nugrant/config.rb +++ b/lib/nugrant/config.rb @@ -14,7 +14,7 @@ module Nugrant def self.system_base_path() if Config.on_windows? - return ENV['PROGRAMDATA'] || ENV['ALLUSERSPROFILE'] + return Fil...
Fixed how system base path is returned on Windows * Now expanding the path so it will have unix separator. This fix the test on Windows.
maoueh_nugrant
train
d8bd6262b8d799a066a102b00e26a9bb191b9be5
diff --git a/core/src/main/java/org/infinispan/statetransfer/StateTransferManagerImpl.java b/core/src/main/java/org/infinispan/statetransfer/StateTransferManagerImpl.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/org/infinispan/statetransfer/StateTransferManagerImpl.java +++ b/core/src/main/java/org/infinisp...
ISPN-<I> StateTransferManager is not exposed as JMX MBean Add @MBean annotation to StateTransferManagerImpl to expose it as MBean as it used to be before NBST.
infinispan_infinispan
train
e4e1228bc32f4694398f18710b85dac3a42eb8cc
diff --git a/Zebra_cURL.php b/Zebra_cURL.php index <HASH>..<HASH> 100644 --- a/Zebra_cURL.php +++ b/Zebra_cURL.php @@ -604,7 +604,7 @@ class Zebra_cURL { 'callback' => $callback, // additional arguments to pass to the callback function, if any - 'arguments' ...
Fixed bug where when passing an associative array as an extra argument to any of the main methods, it would be incorrectly passed forward to the callback function
stefangabos_Zebra_cURL
train
2b764cdec170a4f6961b134b6a1988b8ad5cb74a
diff --git a/plugins/org.eclipse.xtext/src/org/eclipse/xtext/resource/XtextResourceSet.java b/plugins/org.eclipse.xtext/src/org/eclipse/xtext/resource/XtextResourceSet.java index <HASH>..<HASH> 100644 --- a/plugins/org.eclipse.xtext/src/org/eclipse/xtext/resource/XtextResourceSet.java +++ b/plugins/org.eclipse.xtext/sr...
Minor fix: NewXtextProjectWizard shows Progressbar, added copyrightinfo
eclipse_xtext-core
train
d5dd34acad95e92c0e79882172efaea1088fa93a
diff --git a/src/TargetEventHandlers.js b/src/TargetEventHandlers.js index <HASH>..<HASH> 100644 --- a/src/TargetEventHandlers.js +++ b/src/TargetEventHandlers.js @@ -10,85 +10,85 @@ function ensureCanMutateNextEventHandlers(eventHandlers) { export default function TargetEventHandlers(target) { this.target = target...
Move TargetEventHandlers methods to prototype This will reduce memory across multiple instantiations.
lencioni_consolidated-events
train
c4a602baacd4837b6b2e06526e369b30754e9e6f
diff --git a/pysis/commands.py b/pysis/commands.py index <HASH>..<HASH> 100644 --- a/pysis/commands.py +++ b/pysis/commands.py @@ -120,3 +120,9 @@ class IsisPool(Isis): self.close() self.join() + def __enter__(self): + return self + + def __exit__(self, exc_type, exc_value, traceback): ...
Added enter and exit methods for using an isis pool with a `with` statement.
wtolson_pysis
train
fe1d9503f2abeb1a5945903ea804478eb251b457
diff --git a/API.md b/API.md index <HASH>..<HASH> 100644 --- a/API.md +++ b/API.md @@ -117,7 +117,7 @@ Then we can say the following, Schwifty performs a few important routines during server initialization. #### Binding models to knex -First, models are bound to instances of knex on a per-plugin basis. Each model ...
Implement, test, and documenting Schwifty.bindKnex for opting out of automatic knex-binding
hapipal_schwifty
train
caa6efd891aa51ceff1ba5830e0399fa4eafc9fd
diff --git a/lib/fresh_connection/active_record/relation.rb b/lib/fresh_connection/active_record/relation.rb index <HASH>..<HASH> 100644 --- a/lib/fresh_connection/active_record/relation.rb +++ b/lib/fresh_connection/active_record/relation.rb @@ -5,7 +5,7 @@ module ActiveRecord def exec_queries_with_slave_connecti...
FreshConnection::SlaveConnection.ignore_models is available to include class object
tsukasaoishi_fresh_connection
train
043612ef8ebd5471594ea3d0e94561506424c39c
diff --git a/presto-main/src/test/java/com/facebook/presto/type/TestArrayOperators.java b/presto-main/src/test/java/com/facebook/presto/type/TestArrayOperators.java index <HASH>..<HASH> 100644 --- a/presto-main/src/test/java/com/facebook/presto/type/TestArrayOperators.java +++ b/presto-main/src/test/java/com/facebook/p...
Add test for ArrayContains on [null]
prestodb_presto
train
ee0e016fef41e73d42097dbcfbeda24b0ef7abef
diff --git a/src/js/components/Menu.js b/src/js/components/Menu.js index <HASH>..<HASH> 100644 --- a/src/js/components/Menu.js +++ b/src/js/components/Menu.js @@ -64,15 +64,7 @@ class MenuDrop extends Component { continue; } menuItems[i].setAttribute('role', 'menuitem'); - - if (!menuItems[i...
Menu: removed dropId support.
grommet_grommet
train
d32102a83b66f685f6fa5de18eadf09b4def0baa
diff --git a/delphi/core.py b/delphi/core.py index <HASH>..<HASH> 100644 --- a/delphi/core.py +++ b/delphi/core.py @@ -1,5 +1,6 @@ from itertools import permutations, cycle -from typing import List, Tuple, Callable, Optional, Any, Dict, IO +from typing import (List, Tuple, Callable, Optional, Any, Dict, IO, Union, + ...
added docstrings for deltas and export_node function
ml4ai_delphi
train
e9b881ae0bc31ef934ff141406665ab4a2c8766f
diff --git a/cirq/sim/clifford/clifford_simulator.py b/cirq/sim/clifford/clifford_simulator.py index <HASH>..<HASH> 100644 --- a/cirq/sim/clifford/clifford_simulator.py +++ b/cirq/sim/clifford/clifford_simulator.py @@ -346,7 +346,21 @@ class CliffordState(): def apply_single_qubit_unitary(self, op: 'cirq.Operati...
Speed up clifford simulator by short circuiting on known gates (#<I>) This brings run-time down from <I>s to <I>s on a particular circuit I was investigating
quantumlib_Cirq
train
14558895d3fc180c4d66d8cc34b2fae0e8275c5e
diff --git a/src/containers/IntlTelInputApp.js b/src/containers/IntlTelInputApp.js index <HASH>..<HASH> 100644 --- a/src/containers/IntlTelInputApp.js +++ b/src/containers/IntlTelInputApp.js @@ -31,8 +31,6 @@ export default class IntlTelInputApp extends Component { formatOnInit: true, // display the country d...
Removed duplicated placeholder callback function
patw0929_react-intl-tel-input
train