hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
7b301144921d6c0d20d240cad58c97910e4924ba
diff --git a/hawkbit-repository/hawkbit-repository-jpa/src/main/java/org/eclipse/hawkbit/repository/jpa/rollout/condition/StartNextGroupRolloutGroupSuccessAction.java b/hawkbit-repository/hawkbit-repository-jpa/src/main/java/org/eclipse/hawkbit/repository/jpa/rollout/condition/StartNextGroupRolloutGroupSuccessAction.ja...
fix log-statement of large rolloutgroup (#<I>)
eclipse_hawkbit
train
1c02476a48dbd9299c5e4ea91c2ad300fb2510b0
diff --git a/test/fuzz_fusil/runner.py b/test/fuzz_fusil/runner.py index <HASH>..<HASH> 100644 --- a/test/fuzz_fusil/runner.py +++ b/test/fuzz_fusil/runner.py @@ -149,6 +149,15 @@ class FuzzedHttpServer(HttpServer): return mangler.data +class WatchProcessSpecificStatusCode(WatchProcess): + def computeSc...
Change fuzzers to check for specific exit codes.
ArchiveTeam_wpull
train
2d472f82d3998f716323189f2e6a8efc4da3ce69
diff --git a/lib/pgp/decryptor.rb b/lib/pgp/decryptor.rb index <HASH>..<HASH> 100644 --- a/lib/pgp/decryptor.rb +++ b/lib/pgp/decryptor.rb @@ -1,6 +1,57 @@ module PGP class Decryptor + include_package "org.bouncycastle.openpgp" + java_import 'java.io.ByteArrayOutputStream' + + def self.decrypt(encrypted_...
Add a pure-Ruby decryptor method. TODO: Will be replaced by a pure Java Decryptor class (soon).
sgonyea_jruby-pgp
train
0e108a662f3da257d41461270f16342f424eaf38
diff --git a/trezorlib/tests/device_tests/test_msg_nem_signtx.py b/trezorlib/tests/device_tests/test_msg_nem_signtx.py index <HASH>..<HASH> 100644 --- a/trezorlib/tests/device_tests/test_msg_nem_signtx.py +++ b/trezorlib/tests/device_tests/test_msg_nem_signtx.py @@ -21,6 +21,7 @@ from trezorlib import messages as proto...
tests/device/nem: mosaic_creation basic test
trezor_python-trezor
train
654a5a56aadafb8fa4c420529856f855389d3387
diff --git a/lib/fluent/command/plugin_generator.rb b/lib/fluent/command/plugin_generator.rb index <HASH>..<HASH> 100644 --- a/lib/fluent/command/plugin_generator.rb +++ b/lib/fluent/command/plugin_generator.rb @@ -189,7 +189,7 @@ BANNER puts "License: #{license_name}" license_class = self.class.lookup_licens...
Stop generating LICENSE file when no license
fluent_fluentd
train
de153404c84e86901b81dfee37037ee7d52b80c4
diff --git a/js/shared/query.js b/js/shared/query.js index <HASH>..<HASH> 100644 --- a/js/shared/query.js +++ b/js/shared/query.js @@ -115,9 +115,10 @@ _Query = Class(function() { this._redisCommandClient.get(itemPropKey, bind(this, function(err, valueBytes) { if (err) { throw logger.error('Could not retriev...
Since property values can be numbers, rather than compare for a string check that it is not a deep object to determine if it's a literal condition matching
marcuswestin_fin
train
3fd3f6b9e2caff6e7439371b2c27c59562151662
diff --git a/src/server/pachyderm_test.go b/src/server/pachyderm_test.go index <HASH>..<HASH> 100644 --- a/src/server/pachyderm_test.go +++ b/src/server/pachyderm_test.go @@ -98,12 +98,17 @@ func TestSimplePipeline(t *testing.T) { commitInfos, err := c.WaitCommitSetAll(commitInfo.Commit.ID) require.NoError(t, err) ...
Deflake TestSimplePipeline (#<I>) Commit ordering is not entirely deterministic.
pachyderm_pachyderm
train
ee1444c0a1eee1fab143c28c9ab0e85e63ae7d94
diff --git a/gulpfile.js b/gulpfile.js index <HASH>..<HASH> 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -16,18 +16,14 @@ gulp.task('lint', function (done) { .pipe(plumber()) .pipe(jshint(config)) .pipe(jshint.reporter(stylish)) - .on('end', function () { - done(); - }); + .on('end', done)...
updated manner in which async tasks were completed
oddjobsman_gulp-sloc
train
571ef59c0bb21503c8131e419f8fc19f7e697597
diff --git a/.php_cs b/.php_cs index <HASH>..<HASH> 100644 --- a/.php_cs +++ b/.php_cs @@ -1,31 +1,15 @@ <?php -return PhpCsFixer\Config::create() - ->setRules([ - '@Symfony' => true, - '@Symfony:risky' => true, - 'concat_space' => ['spacing' => 'one'], - 'array_syntax' => false, - ...
EZP-<I>: Imported code style rules from ezplatform-code-style
ezsystems_ezplatform-cron
train
eeed5500ccb370de96a65ba6581e55be7b1991f1
diff --git a/bika/lims/browser/worksheet.py b/bika/lims/browser/worksheet.py index <HASH>..<HASH> 100644 --- a/bika/lims/browser/worksheet.py +++ b/bika/lims/browser/worksheet.py @@ -34,6 +34,7 @@ from zope.interface import implements from bika.lims.browser.referenceanalysis import AnalysesRetractedListReport from Da...
Prevent WS' additional tabs from being accessed by foreign analysts
senaite_senaite.core
train
cc212d2683cd8fd7639d7a2dae2cde7f845fa9f1
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -26,12 +26,12 @@ braingular.directive('braintreePaypal', function() { options: '=' }, template: '<div id="bt-paypal"></div>', - controller: function($scope, $braintree) { + controller: ['$scope', '$brain...
fixed bug so that the lib works after minification
jeffcarp_braintree-angular
train
b0c2aee3350b6fa25f66ebc76f55d7d2982e3df2
diff --git a/src/main/java/picocli/CommandLine.java b/src/main/java/picocli/CommandLine.java index <HASH>..<HASH> 100644 --- a/src/main/java/picocli/CommandLine.java +++ b/src/main/java/picocli/CommandLine.java @@ -2457,7 +2457,7 @@ public class CommandLine { * a subset of the command line arguments to this f...
#<I> bugfix: positional parameters in @Command methods should get their starting index from their method parameter position, but their max index from the type
remkop_picocli
train
c06a38c0c9581a216d56e0ccefe1d7944835390a
diff --git a/web/src/main/java/uk/ac/ebi/atlas/search/BioentitiesSearchController.java b/web/src/main/java/uk/ac/ebi/atlas/search/BioentitiesSearchController.java index <HASH>..<HASH> 100644 --- a/web/src/main/java/uk/ac/ebi/atlas/search/BioentitiesSearchController.java +++ b/web/src/main/java/uk/ac/ebi/atlas/search/Bi...
Changed identifier for queryparams in the jsp.
ebi-gene-expression-group_atlas
train
06e408fdff243794d59baa2f8734f397ca96ea49
diff --git a/lib/main.js b/lib/main.js index <HASH>..<HASH> 100644 --- a/lib/main.js +++ b/lib/main.js @@ -139,8 +139,7 @@ function makeHtmlGenerator(serverScripts, prepContext, clientScripts, template, // starts as an array, and then flattened into a string below var initShim = []; - initShim.push('<sc...
Hide the HTML snapshot from JS-aware browsers using a fake script. Previously we were trying to asynchronously overwrite the document with a new document, but that caused glitchy behavior in various browsers, including crashing Google Chrome altogether. This approach seems to make browsers happier. (Tested in Google ...
saymedia_angularjs-server
train
fec9a930c634a8d87069d4402aeecbff031e1f9b
diff --git a/gromacs/cbook.py b/gromacs/cbook.py index <HASH>..<HASH> 100644 --- a/gromacs/cbook.py +++ b/gromacs/cbook.py @@ -990,7 +990,7 @@ class IndexBuilder(object): Structure file (tpr, pdb, ...) selections : list - The list must contain strings, which must be be one of +...
added simple ranges to IndexBuilder
Becksteinlab_GromacsWrapper
train
4a1e29c33a090fffb31313bdc573d843d27b6069
diff --git a/cellbase-mongodb/src/main/java/org/opencb/cellbase/mongodb/db/variation/VariantAnnotationMongoDBAdaptor.java b/cellbase-mongodb/src/main/java/org/opencb/cellbase/mongodb/db/variation/VariantAnnotationMongoDBAdaptor.java index <HASH>..<HASH> 100644 --- a/cellbase-mongodb/src/main/java/org/opencb/cellbase/mo...
mongodb: Variant model represents indels with empty strings. Previous model "GenomicVariant" stored a dash "-" to represent indels
opencb_cellbase
train
f5904f07cac9ae8f007366c4124a0ef66b08915a
diff --git a/master/buildbot/data/builds.py b/master/buildbot/data/builds.py index <HASH>..<HASH> 100644 --- a/master/buildbot/data/builds.py +++ b/master/buildbot/data/builds.py @@ -146,12 +146,12 @@ class Build(base.ResourceType): buildslaveid=buildslaveid, masterid=self.master.masterid, ...
build.py: split addBuild in addBuild/generateNewBuildEvent To be able to observe the events related to one build (by means of the method startConsuming) before the 'new' build event is triggered, this commit splits the addBuild method in two. Change-Id: I6d4ddbcbd<I>fab<I>a3affee7dfba5bf7b<I>ec0
buildbot_buildbot
train
470d9f9bdfc3d507ead31c6172ad05218c4cfaa9
diff --git a/spec/lib/puppet_spec/files.rb b/spec/lib/puppet_spec/files.rb index <HASH>..<HASH> 100644 --- a/spec/lib/puppet_spec/files.rb +++ b/spec/lib/puppet_spec/files.rb @@ -17,15 +17,15 @@ module PuppetSpec::Files end end - def make_absolute(path) PuppetSpec::Files.make_absolute(path) end - def self.m...
(maint) Cleanup PuppetSpec::Files with module_function This has nearly the same effect as all the manual aliasing that was in place and is already used elsewhere.
puppetlabs_puppet
train
9bef9e066f4f78b8f204846bc77f0182a8c4ec51
diff --git a/tools/gen.py b/tools/gen.py index <HASH>..<HASH> 100644 --- a/tools/gen.py +++ b/tools/gen.py @@ -162,9 +162,6 @@ deleted_actions = { 'mobilehub': [ 'ValidateProject', ], - 'mobilehub': [ - 'ValidateProject', - ], 'mobiletargeting': [ 'DeleteAdmChannel', 'Delet...
Remove redundent mobilehub from deleted actions
cloudtools_awacs
train
083f2d3d72bb5d4ae32829618ecb2c27369b8a7f
diff --git a/safe/impact_function/impact_function.py b/safe/impact_function/impact_function.py index <HASH>..<HASH> 100644 --- a/safe/impact_function/impact_function.py +++ b/safe/impact_function/impact_function.py @@ -2509,7 +2509,7 @@ class ImpactFunction(object): set_provenance( self._p...
set requested extent as wkt polygon (#<I>)
inasafe_inasafe
train
ffab98eaba095d46f9ce178baacb3b67c7fe40e7
diff --git a/napalm_logs/utils/__init__.py b/napalm_logs/utils/__init__.py index <HASH>..<HASH> 100644 --- a/napalm_logs/utils/__init__.py +++ b/napalm_logs/utils/__init__.py @@ -8,6 +8,7 @@ from __future__ import unicode_literals # Import pythond stdlib import ssl import socket +import logging # Import python st...
Add logging to utils `log` is used but not imported and defined
napalm-automation_napalm-logs
train
d99ccaa4503e88dd61c615443d729323a502a81b
diff --git a/asyncpg/prepared_stmt.py b/asyncpg/prepared_stmt.py index <HASH>..<HASH> 100644 --- a/asyncpg/prepared_stmt.py +++ b/asyncpg/prepared_stmt.py @@ -15,7 +15,7 @@ class PreparedStatement: def get_attributes(self): return self._state._get_attributes() - def __call__(self, *args): + def ge...
PreparedStatement.__call__() -> PreparedStatement.get_aiter() It's decided to not to use __call__ for now, as it can be used either for get_list() or get_aiter().
MagicStack_asyncpg
train
912d8b84fedbc9eece258702010031d1802efe9f
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ if __name__ == "__main__": name='museval', # Version - version="0.2.0", + version="0.2.1", # Description description='Evaluation tools for the SIGSEP MUS datab...
make compatibility with musdb <I>.x
sigsep_sigsep-mus-eval
train
31a6c1c16974320cdb39e34c25e974f82499e4bc
diff --git a/lib/Bitbucket/API/Api.php b/lib/Bitbucket/API/Api.php index <HASH>..<HASH> 100644 --- a/lib/Bitbucket/API/Api.php +++ b/lib/Bitbucket/API/Api.php @@ -225,7 +225,7 @@ class Api * Process response received from API * * @access protected - * @param \Buzz\Message\MessageInterface $respon...
removed FQN from processResponse
gentlero_bitbucket-api
train
11081f627bbc0bd515ac75aa64e633618245b7eb
diff --git a/src/Builder/BuilderInterface.php b/src/Builder/BuilderInterface.php index <HASH>..<HASH> 100644 --- a/src/Builder/BuilderInterface.php +++ b/src/Builder/BuilderInterface.php @@ -24,7 +24,7 @@ interface BuilderInterface /** * Adds missing information to the given field description and the given a...
Improve phpdoc (#<I>)
sonata-project_SonataAdminBundle
train
d1e975e0844f87b3313c7d4fdb14a0443ad768eb
diff --git a/lib/tetra/project_initer.rb b/lib/tetra/project_initer.rb index <HASH>..<HASH> 100644 --- a/lib/tetra/project_initer.rb +++ b/lib/tetra/project_initer.rb @@ -81,7 +81,7 @@ module Tetra Tetra::Tar.new end - Dir.glob("*").each { |f| FileUtils.rm_rf(f) } ...
Bugfix: don't delete *, delete src/*!
moio_tetra
train
43e757229e7aac66209a7a06efe1a36b9570daa4
diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index <HASH>..<HASH> 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -1,10 +1,11 @@ # Release Notes -## PyMC3 vNext (on deck) +## PyMC3 vNext (3.11.1) ### Breaking Changes ### New Features ++ Automatic imputations now also work with `ndarray` data, not j...
Support imputations with ndarray data (#<I>) * Support imputations with ndarray data (closes #<I>)
pymc-devs_pymc
train
b8a9bc09baacf69d515e1cdb934da86e0f60ca42
diff --git a/shared/tracker2/bio/index.js b/shared/tracker2/bio/index.js index <HASH>..<HASH> 100644 --- a/shared/tracker2/bio/index.js +++ b/shared/tracker2/bio/index.js @@ -91,6 +91,9 @@ const styles = Styles.styleSheetCreate({ isElectron: { wordBreak: 'break-word', }, + isMobile: { + lineHei...
increase bio lineHeight slightly on mobile to accommodate emojis (#<I>)
keybase_client
train
39026da50cad8d1eb2b424bc08bbaafb71056355
diff --git a/trinity/protocol/common/managers.py b/trinity/protocol/common/managers.py index <HASH>..<HASH> 100644 --- a/trinity/protocol/common/managers.py +++ b/trinity/protocol/common/managers.py @@ -176,13 +176,17 @@ class ResponseCandidateStream( if self.pending_request is not None: self.logg...
Log more info when peer is lost during request
ethereum_py-evm
train
f9a7dfa14390eb4dbe61d749a5c2cb0051f97643
diff --git a/src/bots/actions.js b/src/bots/actions.js index <HASH>..<HASH> 100644 --- a/src/bots/actions.js +++ b/src/bots/actions.js @@ -36,10 +36,12 @@ var config = function (cwd) { } }.bind(this), start: function (url, next) { + var failTimeout; // Template the...
fix(start, navigate): add a timeout to handle long requests
damonjs_damon
train
6c9a718d0f74d0270f8d9e4cdaccd8101f274c8b
diff --git a/Str.php b/Str.php index <HASH>..<HASH> 100644 --- a/Str.php +++ b/Str.php @@ -96,6 +96,19 @@ class Str protected static $ascii; /** + * Returns the character at the specified $index (0-indexed). + * + * @see Str::sub() + * @param int $index The requested index. If a n...
[Utils/Str] Added Str::at() and made Str::sub() much more verbose.
unyx_utils
train
5205c95b0c714f31b740aa2e0aa06101f25579fb
diff --git a/openquake/hazardlib/gsim/sadigh_1997.py b/openquake/hazardlib/gsim/sadigh_1997.py index <HASH>..<HASH> 100644 --- a/openquake/hazardlib/gsim/sadigh_1997.py +++ b/openquake/hazardlib/gsim/sadigh_1997.py @@ -149,7 +149,7 @@ class SadighEtAl1997(GMPE): #: Required distance measure is RRup (eq. 1). R...
Vectorized sadigh_<I>
gem_oq-engine
train
cf268869e9c1c4328f070dcf86ea59f17bef10d3
diff --git a/pyani/aniblastall.py b/pyani/aniblastall.py index <HASH>..<HASH> 100644 --- a/pyani/aniblastall.py +++ b/pyani/aniblastall.py @@ -60,7 +60,10 @@ def get_version(blast_exe: Path = pyani_config.BLASTALL_DEFAULT) -> str: This is concatenated with the OS name. """ - cmdline = [blast_exe, "-versi...
Switch commandline for obtaining `blastall`'s version based on OS I tried just removing the `"-version"` part of the commandline build, as discussed in #<I>, but then I get an error on MacOS.
widdowquinn_pyani
train
bb7617b1c9f9d2cb1c4bb3e7ba849fff306fc2ba
diff --git a/lib/Resource.js b/lib/Resource.js index <HASH>..<HASH> 100644 --- a/lib/Resource.js +++ b/lib/Resource.js @@ -16,10 +16,28 @@ merge(Resource.prototype, { initialize: function() {}, - retrieve: function() { - return this.client.get(this.path).then(function(response) { + all: function(params) { +...
Update SurveyResponse inheritance and methods
delighted_delighted-node
train
cc0e5c707b318e2fb236b8927bb71eabd9e716c8
diff --git a/src/finalisers/es.js b/src/finalisers/es.js index <HASH>..<HASH> 100644 --- a/src/finalisers/es.js +++ b/src/finalisers/es.js @@ -46,11 +46,16 @@ export default function es ( bundle, magicString, { intro, outro } ) { } return specifiersList - .map( specifiers => - specifiers.length ? - ...
dont include empty imports for reexported external modules
rollup_rollup
train
df9727904b2d817e9af30095672cfbd905615b75
diff --git a/lib/micro_spider.rb b/lib/micro_spider.rb index <HASH>..<HASH> 100644 --- a/lib/micro_spider.rb +++ b/lib/micro_spider.rb @@ -6,6 +6,7 @@ Capybara.run_server = false Capybara.current_driver = :webkit require 'logger' +require 'set' require 'spider_core' class MicroSpider @@ -16,14 +17,16 @@ class M...
Add visited_paths and broken_paths.
zires_micro-spider
train
5e06e8be14cd9a9687c316fdd547ca4a4986e94a
diff --git a/lib/scorpio/json/node.rb b/lib/scorpio/json/node.rb index <HASH>..<HASH> 100644 --- a/lib/scorpio/json/node.rb +++ b/lib/scorpio/json/node.rb @@ -135,22 +135,27 @@ module Scorpio else car = subpath[0] cdr = subpath[1..-1] - if subdocument.respond_to?(...
refactor JSON::Node #modified_copy to correctly handle incorrect subscripting - check to_hash / to_ary responsiveness before accessing subdocument[car]
notEthan_jsi
train
5e921542d6654fc6b59d5c3b1e1284d4d4fdbfa8
diff --git a/tests/TaxonomyArchiveGeneratorTest.php b/tests/TaxonomyArchiveGeneratorTest.php index <HASH>..<HASH> 100644 --- a/tests/TaxonomyArchiveGeneratorTest.php +++ b/tests/TaxonomyArchiveGeneratorTest.php @@ -50,7 +50,7 @@ class TaxonomyArchiveGeneratorTest extends CommandTestBase $this->assertTrue($misc...
:bug: fixed bug in test introduced by #<I> and #<I>
tapestry-cloud_tapestry
train
522d73bb135efc8e619f2aea02f0728e5bd1a888
diff --git a/main.go b/main.go index <HASH>..<HASH> 100644 --- a/main.go +++ b/main.go @@ -193,25 +193,18 @@ func fetchRoutingGroupGUID(logger goRouterLogger.Logger, c *config.Config, routi return } - routerGroups, err := routingAPIClient.RouterGroups() + rg, err := routingAPIClient.RouterGroupWithName(c.RouterG...
Use query param to get router group guid [#<I>]
cloudfoundry_gorouter
train
a9e43b1356f082687ce4714642b2eda48ae94936
diff --git a/MAVProxy/modules/mavproxy_map/__init__.py b/MAVProxy/modules/mavproxy_map/__init__.py index <HASH>..<HASH> 100644 --- a/MAVProxy/modules/mavproxy_map/__init__.py +++ b/MAVProxy/modules/mavproxy_map/__init__.py @@ -618,8 +618,11 @@ class MapModule(mp_module.MPModule): if abs(lat) < 1.0e-3 and abs(l...
map: display height of 2nd vehicle
ArduPilot_MAVProxy
train
6238fecf1583ad5f112b060931d0f7ea832618bb
diff --git a/js/huobipro.js b/js/huobipro.js index <HASH>..<HASH> 100644 --- a/js/huobipro.js +++ b/js/huobipro.js @@ -3,7 +3,7 @@ // --------------------------------------------------------------------------- const Exchange = require ('./base/Exchange'); -const { AuthenticationError, ExchangeError, PermissionDeni...
huobi: use NetworkError for empty tick response This error is transient.
ccxt_ccxt
train
2e780bca91da0277b07dfac5765172a2450ba6cd
diff --git a/src/Model/Behavior/TranslateBehavior.php b/src/Model/Behavior/TranslateBehavior.php index <HASH>..<HASH> 100644 --- a/src/Model/Behavior/TranslateBehavior.php +++ b/src/Model/Behavior/TranslateBehavior.php @@ -19,6 +19,7 @@ use Cake\Event\Event; use Cake\ORM\Behavior; use Cake\ORM\Entity; use Cake\ORM\T...
Re-implementing TranslateBehavior to use joins istead, this give somewhat more freedom to the developer for modifying the query, for example for sorting on a translated field
cakephp_cakephp
train
f74153cd1cfee6bef9a8628937fa2eee7d2da4c5
diff --git a/setuptools/tests/test_easy_install.py b/setuptools/tests/test_easy_install.py index <HASH>..<HASH> 100644 --- a/setuptools/tests/test_easy_install.py +++ b/setuptools/tests/test_easy_install.py @@ -444,7 +444,7 @@ class TestScriptHeader: assert candidate == '#!"%s"\n' % self.exe_with_spaces ...
Test is passing when LC_CTYPE isn't present. According to the original ticket, Distribute <I>, this test was only failing for "C" and "POSIX", so only expect the failure there.
pypa_setuptools
train
0bb75ae231e45aa2a3a53d699f21d99cfef8dfad
diff --git a/MapCore/src/main/java/org/wwarn/mapcore/client/components/customwidgets/map/GenericMarker.java b/MapCore/src/main/java/org/wwarn/mapcore/client/components/customwidgets/map/GenericMarker.java index <HASH>..<HASH> 100644 --- a/MapCore/src/main/java/org/wwarn/mapcore/client/components/customwidgets/map/Gener...
simplify calculation, need just a fixed space
WorldwideAntimalarialResistanceNetwork_WWARN-Maps-Surveyor
train
43e6a4103ad88daed0ae606a9e5e4f57c8767c88
diff --git a/annis-gui/src/main/java/annis/gui/resultview/AnnisResultQuery.java b/annis-gui/src/main/java/annis/gui/resultview/AnnisResultQuery.java index <HASH>..<HASH> 100644 --- a/annis-gui/src/main/java/annis/gui/resultview/AnnisResultQuery.java +++ b/annis-gui/src/main/java/annis/gui/resultview/AnnisResultQuery.ja...
forgot to set offset when quering for results
korpling_ANNIS
train
cd75a22764d0fcf8be3d8fc74da1fb3063c11ae9
diff --git a/src/components/connect.js b/src/components/connect.js index <HASH>..<HASH> 100644 --- a/src/components/connect.js +++ b/src/components/connect.js @@ -16,15 +16,16 @@ const empty = {} function verify(displayName, methodName, func) { if (process.env.NODE_ENV === 'production') return func - + let hasVe...
Move subscribe from willMount to didMount to avoid serverside memory leaks
reduxjs_react-redux
train
688ac7d71434c408dc227dd1357ec8c09c8630fa
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -30,10 +30,11 @@ from distutils.extension import Extension from Cython.Distutils import build_ext def find_libxml2_include(): + include_dirs = [] for d in ['/usr/include/libxml2', '/usr/local/include/libxml2']: ...
Don't raise an error in find_libxml2_include if libraries aren't found
dragnet-org_dragnet
train
1c91c7bb7b23b2e619fca4ae36d62e57fd53c5fb
diff --git a/lib/rails/generators/passbook/config/templates/initializer.rb b/lib/rails/generators/passbook/config/templates/initializer.rb index <HASH>..<HASH> 100644 --- a/lib/rails/generators/passbook/config/templates/initializer.rb +++ b/lib/rails/generators/passbook/config/templates/initializer.rb @@ -6,7 +6,7 @@ P...
Fix generator The generator for initializer.rb was calling passbook.p<I>_cert and the correct method name is p<I>_certificate
frozon_passbook
train
6eb70eeebf27225486fb01d948114cc0f51e5682
diff --git a/src/DocBlox/Core/Abstract.php b/src/DocBlox/Core/Abstract.php index <HASH>..<HASH> 100644 --- a/src/DocBlox/Core/Abstract.php +++ b/src/DocBlox/Core/Abstract.php @@ -27,7 +27,7 @@ abstract class DocBlox_Core_Abstract { /** @var string The actual version number of DocBlox. */ - const VERSION = '0....
RELEASE: Updated version number to <I>
phpDocumentor_phpDocumentor2
train
7ea116e32e97f115de256ccd1b355a13a0b8986e
diff --git a/birdfeeder/spider.py b/birdfeeder/spider.py index <HASH>..<HASH> 100644 --- a/birdfeeder/spider.py +++ b/birdfeeder/spider.py @@ -34,7 +34,7 @@ def write_datasets(url, depth=0, filename='out.csv', batch_size=1000): fieldnames = ['url', 'name', 'last_modified', 'size'] writer = csv.DictWri...
using index_lookup in parse_page ... skipped head request
bird-house_bird-feeder
train
b8b98cd6c466bd3477be82d5cb782320c8733393
diff --git a/embark-ui/src/reducers/index.js b/embark-ui/src/reducers/index.js index <HASH>..<HASH> 100644 --- a/embark-ui/src/reducers/index.js +++ b/embark-ui/src/reducers/index.js @@ -1,6 +1,5 @@ import {combineReducers} from 'redux'; import {REQUEST, SUCCESS} from "../actions"; -//import entitiesDefaultState from...
Remove ‘async’ from function name and remove comments
embark-framework_embark
train
d17624ad8255f81fdeed578ad370600b6fd3b487
diff --git a/test/e2e/windows/gmsa_full.go b/test/e2e/windows/gmsa_full.go index <HASH>..<HASH> 100644 --- a/test/e2e/windows/gmsa_full.go +++ b/test/e2e/windows/gmsa_full.go @@ -245,7 +245,8 @@ func deployGmsaWebhook(f *framework.Framework, deployScriptPath string) (func(), "--file", manifestsFile, "--name", nam...
Amending the GMSA e2e test to allow it to run against Windows-only clusters e2e Windows tests can be run against Windows-only clusters, which currently will cause the GMSA test to fail, as it needs to be able to deploy pods to at least one Linux node, for the GMSA webhook; this patch leverages the new `--tolerate-mast...
kubernetes_kubernetes
train
164147ddad7c5dd5abc6d6bd737268635bbdc450
diff --git a/src/EntityFinder.php b/src/EntityFinder.php index <HASH>..<HASH> 100644 --- a/src/EntityFinder.php +++ b/src/EntityFinder.php @@ -506,7 +506,7 @@ class EntityFinder return $this->manager ->getResultProcessor() ->processRecords( - $this->metadata, + ...
Fix for cases when empty relations are initialized with incorrect values
bugadani_ORMiny
train
81caea4665c0d5e90235905acf1883ab59437712
diff --git a/sdk/src/main/java/com/wonderpush/sdk/WonderPushService.java b/sdk/src/main/java/com/wonderpush/sdk/WonderPushService.java index <HASH>..<HASH> 100644 --- a/sdk/src/main/java/com/wonderpush/sdk/WonderPushService.java +++ b/sdk/src/main/java/com/wonderpush/sdk/WonderPushService.java @@ -233,8 +233,8 @@ publi...
Fix starting of an external activity on top of existing activity
wonderpush_wonderpush-android-sdk
train
70c982ba11e2a1c5dfc1eb0b8698b5e383546377
diff --git a/examples/webpack/config/paths.js b/examples/webpack/config/paths.js index <HASH>..<HASH> 100644 --- a/examples/webpack/config/paths.js +++ b/examples/webpack/config/paths.js @@ -56,5 +56,5 @@ module.exports = { appNodeModules: resolveApp( 'node_modules' ), publicUrl: getPublicUrl( resolveApp( 'package....
Compile typescript in our webpack example
Yoast_YoastSEO.js
train
41df6fbee2705307ad7b44f614d70b5d801e0114
diff --git a/lib/plugins/aws/provider.js b/lib/plugins/aws/provider.js index <HASH>..<HASH> 100644 --- a/lib/plugins/aws/provider.js +++ b/lib/plugins/aws/provider.js @@ -1323,7 +1323,7 @@ class AwsProvider { const serviceOptions = { name: service, params: { - credentials, + ...credenti...
fix(AWS Credentials): Fix credentials resolution (right way)
serverless_serverless
train
baa50a405ed5878a07bce07080a40595dd6eafda
diff --git a/jaraco/filesystem/__init__.py b/jaraco/filesystem/__init__.py index <HASH>..<HASH> 100644 --- a/jaraco/filesystem/__init__.py +++ b/jaraco/filesystem/__init__.py @@ -7,7 +7,7 @@ jaraco.filesystem: Copyright © 2004, 2011 Jason R. Coombs """ -from __future__ import division +from __future__ import di...
All modules now use unicode literals for Python 3 compatibility.
jaraco_jaraco.path
train
5d94a3905e00bd5d86cc9ba5ebbe1de2bcadfc2b
diff --git a/lib/puppet/resource.rb b/lib/puppet/resource.rb index <HASH>..<HASH> 100644 --- a/lib/puppet/resource.rb +++ b/lib/puppet/resource.rb @@ -190,40 +190,80 @@ class Puppet::Resource # @api public def initialize(type, title = nil, attributes = {}) @parameters = {} - if type.is_a?(Class) && type <...
(PUP-<I>) Add optimized copy-constructor for Resource. The Resource::copy_as_resource first created a new Resource instance with all bells and whistles which means extracting title, munching, and tagging. This commit ensures that these fields are more effiently initialized when the source is known to be a Resource.
puppetlabs_puppet
train
8a8b85a821d56fc438894d0d51a4a4cee006f7a9
diff --git a/lib/master.js b/lib/master.js index <HASH>..<HASH> 100644 --- a/lib/master.js +++ b/lib/master.js @@ -98,7 +98,7 @@ class Master extends BaseService { return this._ratelimiter.setup() .then(() => this._startWorkers(this.config.num_workers)) .tap(() => { - this._logger....
Normalize the logging messages for easier filtering in kibana The additional information has been moved to separate fields in logs, like this we can easily filter out mesages about worker deaths and filter a sequence of events that lead to the death of a particular worker. Bug: <URL>
wikimedia_service-runner
train
3952f86ee523edd1464c41423a5091f64e3a5579
diff --git a/src/lib/AutoComplete.js b/src/lib/AutoComplete.js index <HASH>..<HASH> 100644 --- a/src/lib/AutoComplete.js +++ b/src/lib/AutoComplete.js @@ -42,11 +42,12 @@ class AutoComplete { // eslint-disable-line no-unused-vars offsetTop: 1, cache: 1, menuClass: '', - ...
using dom operations than innerHTML in AutoComplete
nimiq_keyguard-next
train
cfa2a98fe7baef1c28ce7b0c33bdfa29db6b5e69
diff --git a/components-mojarra/src/main/java/de/larmic/butterfaces/component/renderkit/html_basic/table/TableToolbarRenderer.java b/components-mojarra/src/main/java/de/larmic/butterfaces/component/renderkit/html_basic/table/TableToolbarRenderer.java index <HASH>..<HASH> 100644 --- a/components-mojarra/src/main/java/de...
BUT-<I> Refactoring for fixing toolbar model
ButterFaces_ButterFaces
train
866fd1aa33b7e761c1ee90fa2e81846bd8607d2b
diff --git a/ngDraggable.js b/ngDraggable.js index <HASH>..<HASH> 100644 --- a/ngDraggable.js +++ b/ngDraggable.js @@ -14,6 +14,7 @@ angular.module("ngDraggable", []) var _pressEvents = 'touchstart mousedown'; var _moveEvents = 'touchmove mousemove'; var _r...
Allow for drag handle(s) to be specified as child element -- Allow ng-drop to specify arbitrary object data that will be passed as third param to drop callback.
fatlinesofcode_ngDraggable
train
708985d7e3876642d3a2ebacbf10d86999bc3a3f
diff --git a/transfuse/src/main/java/org/androidtransfuse/gen/IntentFactoryStrategyGenerator.java b/transfuse/src/main/java/org/androidtransfuse/gen/IntentFactoryStrategyGenerator.java index <HASH>..<HASH> 100644 --- a/transfuse/src/main/java/org/androidtransfuse/gen/IntentFactoryStrategyGenerator.java +++ b/transfuse/...
Fixes NPE when handling optinoal Parceler instances by routing them through the Parcels.unwrap method
johncarl81_transfuse
train
387edb92fcc26eef15b9e654b12e1aaedd8b3479
diff --git a/src/resources/views/auth/login.blade.php b/src/resources/views/auth/login.blade.php index <HASH>..<HASH> 100644 --- a/src/resources/views/auth/login.blade.php +++ b/src/resources/views/auth/login.blade.php @@ -22,8 +22,8 @@ <div class="login-box-body"> <p class="login-box-msg">Sign ...
Change URL to follows Laravel <I>
syahzul_admin-theme
train
80dc72f5737871fa6c771aef5ccc9ba3bfed66db
diff --git a/src/spec/gocli/integration/config_server/config_server_cloud_config_spec.rb b/src/spec/gocli/integration/config_server/config_server_cloud_config_spec.rb index <HASH>..<HASH> 100644 --- a/src/spec/gocli/integration/config_server/config_server_cloud_config_spec.rb +++ b/src/spec/gocli/integration/config_ser...
integration tests to confirm only absolute placeholders are allowed for cloud-config [#<I>] (<URL>)
cloudfoundry_bosh
train
eb91a279714cf03b1cb7ce8a3d1a943dcb3ceb6d
diff --git a/src/Core/Plugin.php b/src/Core/Plugin.php index <HASH>..<HASH> 100644 --- a/src/Core/Plugin.php +++ b/src/Core/Plugin.php @@ -475,7 +475,7 @@ class Plugin extends CakePlugin { } if ($current) { - if (!static::checkIncompatibility(static::parseDependency($required), $current)) { + if (!stat...
fix Plugin::checkReverseDependency() disabled plugins should not be considered: A plugin can be disabled if it's required for a second plugin, but only if that second plugin is disabled
quickapps_cms
train
3ae0d633b26f9efc3a4fbd8da24d6737802d898e
diff --git a/cqlengine/models.py b/cqlengine/models.py index <HASH>..<HASH> 100644 --- a/cqlengine/models.py +++ b/cqlengine/models.py @@ -258,7 +258,7 @@ class BaseModel(object): __queryset__ = ModelQuerySet __dmlquery__ = DMLQuery - #__ttl__ = None # this doesn't seem to be used + __default_ttl__ = ...
Changed DEFAULT_TTL to __default_ttl__ and added tests.
cqlengine_cqlengine
train
7afbf2fa2408dbcffa102f1c24c8b49bbf8503b3
diff --git a/src/main/java/com/marklogic/client/impl/JerseyServices.java b/src/main/java/com/marklogic/client/impl/JerseyServices.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/marklogic/client/impl/JerseyServices.java +++ b/src/main/java/com/marklogic/client/impl/JerseyServices.java @@ -1936,13 +1936,16 @@ p...
fix #<I>, though a future change to the REST API would also have resolved it
marklogic_java-client-api
train
171c8a89c26587027c9d9297395de506202bfbb5
diff --git a/dashboard/app/lib/javascripts/dashboard/stores/app-deploy.js b/dashboard/app/lib/javascripts/dashboard/stores/app-deploy.js index <HASH>..<HASH> 100644 --- a/dashboard/app/lib/javascripts/dashboard/stores/app-deploy.js +++ b/dashboard/app/lib/javascripts/dashboard/stores/app-deploy.js @@ -45,18 +45,31 @@ v...
dashboard: "crashed" and "failed" job states are now part of "down"
flynn_flynn
train
32bf8938107ecc5531ef9ea13dac94914861a978
diff --git a/drivers/storage/efs/storage/efs_storage.go b/drivers/storage/efs/storage/efs_storage.go index <HASH>..<HASH> 100644 --- a/drivers/storage/efs/storage/efs_storage.go +++ b/drivers/storage/efs/storage/efs_storage.go @@ -657,18 +657,44 @@ func (d *driver) VolumeAttach( // No mount targets were found if ma...
EFS SecurityGroup Warning This patch fixes #<I> by sending an instance's full SG list to the remote service where the EFS storage driver examines the server-side SG list with the client-side list. If any of the server-side SGs are not present in the client-side list a warning will be logged in order to assist with deb...
thecodeteam_libstorage
train
bef2d617b7f862cfb74375d8ff519edda7e098e1
diff --git a/src/org/jgroups/blocks/ConnectionTable.java b/src/org/jgroups/blocks/ConnectionTable.java index <HASH>..<HASH> 100644 --- a/src/org/jgroups/blocks/ConnectionTable.java +++ b/src/org/jgroups/blocks/ConnectionTable.java @@ -1,11 +1,9 @@ -// $Id: ConnectionTable.java,v 1.62 2007/11/06 17:13:50 vlada Exp $ +//...
TCP ConnectionTable threads should be started after TP threads <URL>
belaban_JGroups
train
0e8d48e9d525bbd081c59201e413be10878d059e
diff --git a/mod/resource/type/ims/resize.js b/mod/resource/type/ims/resize.js index <HASH>..<HASH> 100644 --- a/mod/resource/type/ims/resize.js +++ b/mod/resource/type/ims/resize.js @@ -73,7 +73,12 @@ function resizeiframe (hasNav) { var iframeWidth = '99%'; } - document.getElementById('ims-contentf...
Now the resize script supports both resources with and without navigation menu.
moodle_moodle
train
5ef14116bc61adf49e956111c20278446af9f7c1
diff --git a/uPortal-persondir/src/main/java/org/apereo/portal/RDBMUserIdentityStore.java b/uPortal-persondir/src/main/java/org/apereo/portal/RDBMUserIdentityStore.java index <HASH>..<HASH> 100644 --- a/uPortal-persondir/src/main/java/org/apereo/portal/RDBMUserIdentityStore.java +++ b/uPortal-persondir/src/main/java/or...
fix: correct a mistake in JDBC code when new users are provisioned
Jasig_uPortal
train
6205d47c05811942fb0b502b116437c7d48e58e1
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -5,6 +5,7 @@ const BbPromise = require('bluebird'); const initialize = require('./lib/initialize'); const createHttpServer = require('./lib/createHttpServer'); const openAuthorizationUri = require('./lib/openAuthorizationUr...
Add getToken as member of AlexaSkills object Doing this as a pre-refactor because we’ll need to access the `oauth2` member to be able to parse the token.
marcy-terui_serverless-alexa-skills
train
69a8dd3336544b48a9f9d784950448faf1d1c10d
diff --git a/lib/origami/stream.rb b/lib/origami/stream.rb index <HASH>..<HASH> 100644 --- a/lib/origami/stream.rb +++ b/lib/origami/stream.rb @@ -592,11 +592,7 @@ module Origami load! if @objects.nil? object.no, object.generation = @document.allocate_new_object_number if object.no == 0 - - ...
stream: private method store_object for ObjectStream
gdelugre_origami
train
3bb928fa19e9e94c426746addff09f68cac1fec0
diff --git a/nodeconductor/cost_tracking/serializers.py b/nodeconductor/cost_tracking/serializers.py index <HASH>..<HASH> 100644 --- a/nodeconductor/cost_tracking/serializers.py +++ b/nodeconductor/cost_tracking/serializers.py @@ -119,7 +119,6 @@ class DefaultPriceListItemSerializer(serializers.HyperlinkedModelSerializ...
Remove leftover (NC-<I>)
opennode_waldur-core
train
b11e48e53fe762bbb115a11dfb0921b95f0b91a3
diff --git a/src/main/java/org/elasticsearch/river/twitter/TwitterRiver.java b/src/main/java/org/elasticsearch/river/twitter/TwitterRiver.java index <HASH>..<HASH> 100644 --- a/src/main/java/org/elasticsearch/river/twitter/TwitterRiver.java +++ b/src/main/java/org/elasticsearch/river/twitter/TwitterRiver.java @@ -550,7...
Potential NPE when closing a river When closing the river if the bulk processor has not been initialized, closing the river could throw a NPE. Closes #<I>.
elastic_elasticsearch-river-twitter
train
878dcb6ae8ad4cbb00c42cdef1db348307a822fe
diff --git a/pyecharts/charts/base.py b/pyecharts/charts/base.py index <HASH>..<HASH> 100644 --- a/pyecharts/charts/base.py +++ b/pyecharts/charts/base.py @@ -7,7 +7,7 @@ from jinja2 import Environment from ..commons import utils from ..datasets import FILENAMES -from ..globals import CurrentConfig, NotebookType, T...
update some code (#<I>)
pyecharts_pyecharts
train
dbf7b17050644fe90c3e81759525702255c34ba2
diff --git a/paperclip.js b/paperclip.js index <HASH>..<HASH> 100644 --- a/paperclip.js +++ b/paperclip.js @@ -69,7 +69,7 @@ module.exports = klass(function(options) { this.fileSystem = storage.load(options.storage); } else { this.storage = 's3'; - this.fileSystem ...
Now you can convert an image to jpg, png or bmp.
ballantyne_node-paperclip
train
a3273f09c7a810b10b356983434d5e7867b14c3e
diff --git a/Testing/Fakes/MailFake.php b/Testing/Fakes/MailFake.php index <HASH>..<HASH> 100644 --- a/Testing/Fakes/MailFake.php +++ b/Testing/Fakes/MailFake.php @@ -153,7 +153,7 @@ class MailFake implements Mailer return true; }; - return $this->mailablesOf($mailable, true)->filter(func...
add queuedMailablesOf method and use the same implementation for send and queue
illuminate_support
train
58ed88892912c10af27f539fb9813172e8a90c21
diff --git a/integration-tests/src/test/java/tachyon/master/file/FileSystemMasterIntegrationTest.java b/integration-tests/src/test/java/tachyon/master/file/FileSystemMasterIntegrationTest.java index <HASH>..<HASH> 100644 --- a/integration-tests/src/test/java/tachyon/master/file/FileSystemMasterIntegrationTest.java +++ ...
Remove unneeded defensive setting of static field
Alluxio_alluxio
train
9e014df4db804f2d039489d682e3134b244a03d3
diff --git a/resource_aws_route.go b/resource_aws_route.go index <HASH>..<HASH> 100644 --- a/resource_aws_route.go +++ b/resource_aws_route.go @@ -15,8 +15,8 @@ import ( ) // How long to sleep if a limit-exceeded event happens -var routeTargetValidationError = errors.New("Error: more than 1 target specified. Only 1...
Minor typo fixes (#<I>)
terraform-providers_terraform-provider-aws
train
9109ff930e19160ec10dbf08f4a678a72d6b46c6
diff --git a/lib/role.js b/lib/role.js index <HASH>..<HASH> 100644 --- a/lib/role.js +++ b/lib/role.js @@ -9,30 +9,24 @@ const ROLE_ATTR_NAME = 'role' const ROLE_SEPARATOR = ' ' const UNIQUE_ID_MULTIPLIER = 1e10 -/** - * @param {*} object - * @param {String} name - * @returns {Boolean} - */ -function hasOwnProperty...
RoleAttrAssembler.name: setter and getter
aristov_ariamodule
train
d8452fecf9451c0fa0efcd37d6fa96e4424a3cc8
diff --git a/pymc/MAP.py b/pymc/MAP.py index <HASH>..<HASH> 100644 --- a/pymc/MAP.py +++ b/pymc/MAP.py @@ -13,7 +13,7 @@ def find_MAP( model, chain_state, vars = None, minalg = fmin_bfgs, disp = False, Current default of fmin_bfgs does not deal well with optimizing close to sharp edges, especially if they are the ...
use only continuous vars for derivs
pymc-devs_pymc
train
720df757399c82af2b62f15dfef6fd564af59b9f
diff --git a/tests/fake_model.py b/tests/fake_model.py index <HASH>..<HASH> 100644 --- a/tests/fake_model.py +++ b/tests/fake_model.py @@ -4,8 +4,6 @@ from django.db import models, connection, migrations from django.db.migrations.executor import MigrationExecutor from django.contrib.postgres.operations import HStoreE...
Remove unused imports from fake_model.py
SectorLabs_django-postgres-extra
train
abccbc3a72f4cd06ebd6ea9de70c6eb3b505a09c
diff --git a/fireplace/card.py b/fireplace/card.py index <HASH>..<HASH> 100644 --- a/fireplace/card.py +++ b/fireplace/card.py @@ -134,7 +134,7 @@ class PlayableCard(BaseCard, Entity, TargetableByAuras): @property def events(self): if self.zone == Zone.HAND: - return self.data.scripts.in_hand + return self.d...
Replace in_hand script by a Hand subclass with an events attribute
jleclanche_fireplace
train
193a465e0d83e808151688e618738f03693c4215
diff --git a/lib/auth/init.go b/lib/auth/init.go index <HASH>..<HASH> 100644 --- a/lib/auth/init.go +++ b/lib/auth/init.go @@ -595,6 +595,21 @@ func (i *Identity) HasPrincipals(additionalPrincipals []string) bool { return true } +// HasDNSNames returns true if TLS certificate has required DNS names +func (i *Ident...
Reduce the polling period for rotation. This commit reduces traffic consumed by the teleport cluster by polling for CA status less frequently. It also addresses a bug in cert regeneration that checked for the wrong principals
gravitational_teleport
train
5eefab75a0dd1fa2b741c2be1435f0a8d4db50a3
diff --git a/tests/test_funcargparse.py b/tests/test_funcargparse.py index <HASH>..<HASH> 100755 --- a/tests/test_funcargparse.py +++ b/tests/test_funcargparse.py @@ -101,6 +101,7 @@ class ParserTest(unittest.TestCase): args = parser.parse_args( '-a test sp1 -t sp11 -b okay sp12 -c sp2'.split())...
Test-wise print-out of additional information
Chilipp_funcargparse
train
fe4a63e444207e96ff76939c53b8cd090221ab0b
diff --git a/rest-servlet/src/main/java/org/rhq/metrics/restServlet/InfluxHandler.java b/rest-servlet/src/main/java/org/rhq/metrics/restServlet/InfluxHandler.java index <HASH>..<HASH> 100644 --- a/rest-servlet/src/main/java/org/rhq/metrics/restServlet/InfluxHandler.java +++ b/rest-servlet/src/main/java/org/rhq/metrics/...
Grafana <I> puts quotes around the metric name, that we need to strip before asking the backend.
hawkular_hawkular-metrics
train
a39aedf95daea38e69a08863cb988b6201ddc25b
diff --git a/form-submission-handler.js b/form-submission-handler.js index <HASH>..<HASH> 100644 --- a/form-submission-handler.js +++ b/form-submission-handler.js @@ -86,6 +86,7 @@ xhr.onreadystatechange = function() { console.log(xhr.status, xhr.statusText); console.log(xhr.responseText); ...
Reset the web form on successful submission, fixes #<I>
dwyl_learn-to-send-email-via-google-script-html-no-server
train
80061aa28c8a6a66231568837a4ed14caa1604d5
diff --git a/examples/sagas/app/reducer.js b/examples/sagas/app/reducer.js index <HASH>..<HASH> 100644 --- a/examples/sagas/app/reducer.js +++ b/examples/sagas/app/reducer.js @@ -2,9 +2,20 @@ import { combineReducers } from 'redux' import { reducer as component } from '../component' import { namespaced } from '../../...
Use runSaga instead of sagaMiddleware.run
ioof-holdings_redux-subspace
train
b4f8d3df148ad2adda50e43666ceacfc7674f8e7
diff --git a/holoviews/ipython/magics.py b/holoviews/ipython/magics.py index <HASH>..<HASH> 100644 --- a/holoviews/ipython/magics.py +++ b/holoviews/ipython/magics.py @@ -61,10 +61,9 @@ html_blue = '#00008e' @magics_class class ViewMagic(Magics): """ - Magic to allow easy control over the display of holoviews...
Updated class docstrings for all magics
pyviz_holoviews
train
6eeeec864f81cf5eeef16c9371f0267b5731f301
diff --git a/core/workflow/src/main/java/org/openengsb/core/workflow/internal/WorkflowServiceImpl.java b/core/workflow/src/main/java/org/openengsb/core/workflow/internal/WorkflowServiceImpl.java index <HASH>..<HASH> 100644 --- a/core/workflow/src/main/java/org/openengsb/core/workflow/internal/WorkflowServiceImpl.java +...
initialize osgiHelper global in the workflowServiceImpl, rather than relying through an outside service
openengsb_openengsb
train
57768a0f74f5c63a6682010e2f60e36d5fe2288f
diff --git a/framework/RedKiteCms/Configuration/ConfigurationHandler.php b/framework/RedKiteCms/Configuration/ConfigurationHandler.php index <HASH>..<HASH> 100755 --- a/framework/RedKiteCms/Configuration/ConfigurationHandler.php +++ b/framework/RedKiteCms/Configuration/ConfigurationHandler.php @@ -46,7 +46,6 @@ use Sym...
improved the configuration algorithm to merge configurations for the whole website
redkite-labs_redkitecms-framework
train
a7e7877eab57f8a8ff2d8ae6dd9862aa5fae1e12
diff --git a/src/RollbarLogger.php b/src/RollbarLogger.php index <HASH>..<HASH> 100644 --- a/src/RollbarLogger.php +++ b/src/RollbarLogger.php @@ -118,7 +118,7 @@ class RollbarLogger extends AbstractLogger $this->verboseLogger()->error('Occurrence rejected by the SDK: ' . $response); } elseif ($re...
Fix Error when handling invalid reponses from rollbar in php<I>. Mitigating Array-style access of non-arrays in php <I> Prevents ErrorException: Trying to access array offset on value of type null.
rollbar_rollbar-php
train
fef337475ac28327b2bb135c2de9cfa224e38b54
diff --git a/pyrtl/rtllib/barrel.py b/pyrtl/rtllib/barrel.py index <HASH>..<HASH> 100644 --- a/pyrtl/rtllib/barrel.py +++ b/pyrtl/rtllib/barrel.py @@ -2,10 +2,8 @@ from __future__ import absolute_import import pyrtl import math - def barrel_shifter(bits_to_shift, bit_in, direction, shift_dist, wrap_around=0): - ...
fixes #<I>, removes restriction on shamt size
UCSBarchlab_PyRTL
train
8d27a545f4e7de5a8faca5de6bdbb1a6c1e41f5c
diff --git a/lib/index.js b/lib/index.js index <HASH>..<HASH> 100644 --- a/lib/index.js +++ b/lib/index.js @@ -143,6 +143,8 @@ RpcClient.callspec = { getAccount: '', getAccountAddress: 'str', getAddedNodeInfo: '', + getAddressMempool: 'obj', + getAddressUtxos: 'obj', getAddressBalance: 'obj', getAddres...
added getaddressmempool method
bitpay_bitcoind-rpc
train
efc782e94cd1ee3bbed2d35d406331c6f7c94862
diff --git a/astral.py b/astral.py index <HASH>..<HASH> 100644 --- a/astral.py +++ b/astral.py @@ -992,145 +992,6 @@ class Astral(object): return {'start': start.astimezone(tz), 'end': end.astimezone(tz)} - def solar_elevation(self, dateandtime, latitude, longitude): - """Calculate the el...
Removed :meth:`solar_elevation` method from :class:`Astral`.
sffjunkie_astral
train
74b5aec5e9d57ce7aec2c74c498b8c146bea51c6
diff --git a/CHANGELOG_CURRENT b/CHANGELOG_CURRENT index <HASH>..<HASH> 100644 --- a/CHANGELOG_CURRENT +++ b/CHANGELOG_CURRENT @@ -0,0 +1 @@ +Added two methods `com.milaboratory.core.alignment.Alignment#convertToSeq1Range` and `com.milaboratory.core.alignment.Alignment#convertToSeq2Range` \ No newline at end of file di...
convertToSeq1Range and convertToSeq2Range for Alignment class. Not tested yet.
milaboratory_milib
train
e628bfbf78c60dcbe949779f7ff2b26e917cec64
diff --git a/cell/cell_suite_test.go b/cell/cell_suite_test.go index <HASH>..<HASH> 100644 --- a/cell/cell_suite_test.go +++ b/cell/cell_suite_test.go @@ -135,11 +135,11 @@ func CompileTestedExecutables() world.BuiltExecutables { builtExecutables["router"], err = gexec.BuildIn(os.Getenv("ROUTER_GOPATH"), "github.com/...
Update import location for diego-ssh [#<I>]
cloudfoundry_inigo
train