hash
stringlengths
40
40
diff
stringlengths
131
26.7k
message
stringlengths
7
694
project
stringlengths
5
67
split
stringclasses
1 value
diff_languages
stringlengths
2
24
9362251270082c659d302684bf76389ca56ab842
diff --git a/code/libraries/koowa/database/adapter/mysqli.php b/code/libraries/koowa/database/adapter/mysqli.php index <HASH>..<HASH> 100644 --- a/code/libraries/koowa/database/adapter/mysqli.php +++ b/code/libraries/koowa/database/adapter/mysqli.php @@ -168,8 +168,8 @@ class KDatabaseAdapterMysqli extends KDatabaseAda...
Supress errors generated by ping method.
joomlatools_joomlatools-framework
train
php
80d8c180466c3229318950504267f9a628b6ff64
diff --git a/src/GrumPHP/Console/Command/ConfigureCommand.php b/src/GrumPHP/Console/Command/ConfigureCommand.php index <HASH>..<HASH> 100644 --- a/src/GrumPHP/Console/Command/ConfigureCommand.php +++ b/src/GrumPHP/Console/Command/ConfigureCommand.php @@ -246,9 +246,12 @@ class ConfigureCommand extends Command prot...
Add all basic tasks to the configure command.
phpro_grumphp
train
php
b6f31c27ef14aaabd99cce4028c436e2a6ecee2d
diff --git a/imutils/face_utils/facealigner.py b/imutils/face_utils/facealigner.py index <HASH>..<HASH> 100644 --- a/imutils/face_utils/facealigner.py +++ b/imutils/face_utils/facealigner.py @@ -1,5 +1,6 @@ # import the necessary packages -from .helpers import FACIAL_LANDMARKS_IDXS +from .helpers import FACIAL_LANDMAR...
Added support for Dlib’s 5-point facial landmark detector
jrosebr1_imutils
train
py
5ada0bdab29135193f68029f2f8e27595847f932
diff --git a/nano.js b/nano.js index <HASH>..<HASH> 100644 --- a/nano.js +++ b/nano.js @@ -49,6 +49,9 @@ module.exports = exports = nano = function database_module(cfg) { if(cfg.proxy) { request = request.defaults({proxy: cfg.proxy}); // proxy support } + if(!cfg.jar) { + request = request.defaults({jar:...
Add ability to enable / disable cookie jar (global or per request)
cloudant_nodejs-cloudant
train
js
71048e9b3b67d864e6d03eac3db9993277d02893
diff --git a/rope/base/fscommands.py b/rope/base/fscommands.py index <HASH>..<HASH> 100644 --- a/rope/base/fscommands.py +++ b/rope/base/fscommands.py @@ -203,20 +203,21 @@ def read_str_coding(source): return _find_coding(source[:second]) -def _find_coding(first_two_lines): +def _find_coding(text): coding...
fscommands: better encoding extraction in _find_coding()
python-rope_rope
train
py
b8e2800aa6887fddc2ca2e2ba9c890ffa8448e92
diff --git a/monolithe/specifications/repositorymanager.py b/monolithe/specifications/repositorymanager.py index <HASH>..<HASH> 100644 --- a/monolithe/specifications/repositorymanager.py +++ b/monolithe/specifications/repositorymanager.py @@ -148,7 +148,7 @@ class RepositoryManager (object): path = os.path.nor...
do not use io, there are some bugs with future
nuagenetworks_monolithe
train
py
c6e75ac3e5099a32e5ff0bbc087c1458246ff8b4
diff --git a/lib/jsonapi/link_builder.rb b/lib/jsonapi/link_builder.rb index <HASH>..<HASH> 100644 --- a/lib/jsonapi/link_builder.rb +++ b/lib/jsonapi/link_builder.rb @@ -127,12 +127,11 @@ module JSONAPI end def resource_path(source) - url = "#{resources_path(source.class)}" - - unless source.clas...
Optimize resource_path generation to reduce string allocations
cerebris_jsonapi-resources
train
rb
9032c2a7df6af08ea5e9d556c98516e3d3f9ec87
diff --git a/awslimitchecker/services/lambdafunc.py b/awslimitchecker/services/lambdafunc.py index <HASH>..<HASH> 100644 --- a/awslimitchecker/services/lambdafunc.py +++ b/awslimitchecker/services/lambdafunc.py @@ -117,16 +117,16 @@ class _LambdaService(_AwsService): return self.connect() ...
PR #<I> - make order match between _construct_limits and _update_limits_from_api because I'm horribly pedantic
jantman_awslimitchecker
train
py
f73412bde045d5d85e1ddb334a56dcd836f5fada
diff --git a/tests/Concise/Matcher/BooleanTest.php b/tests/Concise/Matcher/BooleanTest.php index <HASH>..<HASH> 100644 --- a/tests/Concise/Matcher/BooleanTest.php +++ b/tests/Concise/Matcher/BooleanTest.php @@ -22,4 +22,21 @@ class BooleanTest extends AbstractMatcherTestCase 'b is false' ); } + + public functi...
Failed messages for boolean matchers
elliotchance_concise
train
php
d5498a390935ed5ffa31398cf56cff6f68bd6b29
diff --git a/chess/pgn.py b/chess/pgn.py index <HASH>..<HASH> 100644 --- a/chess/pgn.py +++ b/chess/pgn.py @@ -1354,10 +1354,10 @@ def read_game(handle: TextIO, *, Visitor: Any = GameBuilder) -> Any: By using text mode, the parser does not need to handle encodings. It is the caller's responsibility to open ...
User does not have to handle BOM anymore
niklasf_python-chess
train
py
aa28a8b4f1a72d86130cf2ee8ffbc81d4f3c5aab
diff --git a/lib/snapshot/collector.rb b/lib/snapshot/collector.rb index <HASH>..<HASH> 100644 --- a/lib/snapshot/collector.rb +++ b/lib/snapshot/collector.rb @@ -20,7 +20,8 @@ module Snapshot language_folder = File.join(Snapshot.config[:output_directory], language) FileUtils.mkdir_p(language_folder) ...
Updated naming of screenshots to not have spaces
fastlane_fastlane
train
rb
7f60882f945ee593fb8789f21cc8a113c57bef39
diff --git a/test_project/test_project/urls.py b/test_project/test_project/urls.py index <HASH>..<HASH> 100644 --- a/test_project/test_project/urls.py +++ b/test_project/test_project/urls.py @@ -1,5 +1,6 @@ import time +from django.conf import settings from django.conf.urls import patterns, include, url # Uncomm...
Get rid of the annoying 'Not Found: /favicon.ico' during test
yourlabs_django-session-security
train
py
e6510a854b10faf9c31d48eb5a4908d1612865df
diff --git a/pydle/async.py b/pydle/async.py index <HASH>..<HASH> 100644 --- a/pydle/async.py +++ b/pydle/async.py @@ -104,7 +104,7 @@ class EventLoop: self.run_thread = None self.handlers = {} self.future_timeout = FUTURE_TIMEOUT - self._registered_events = False + self._regist...
Fix issue with tracking event loop handler registration per FD.
Shizmob_pydle
train
py
e594e07e8c7e4c629da5a2fedfaed0d7730a0b23
diff --git a/lib/jaysus/base.rb b/lib/jaysus/base.rb index <HASH>..<HASH> 100644 --- a/lib/jaysus/base.rb +++ b/lib/jaysus/base.rb @@ -170,6 +170,18 @@ module Jaysus "#{send(self.class.model_base.primary_key)}" end + def to_json + {}.tap do |outer_hash| + outer_hash[self.class.store_fil...
overload to_json to only provide methods if they exist
paulca_jaysus
train
rb
ec8ba5ab3c11ca5100f1f85e41ae22d3944b8838
diff --git a/lib/wed/wed.js b/lib/wed/wed.js index <HASH>..<HASH> 100644 --- a/lib/wed/wed.js +++ b/lib/wed/wed.js @@ -559,6 +559,11 @@ Editor.prototype._postInitialize = log.wrap(function () { this.decorator.startListening(this.$gui_root); + // Drag and drop not supported. + this.$gui_root.on("dragente...
Turn off drag and drop in the editing area.
mangalam-research_wed
train
js
51253b0f8bf1b224b289a6c3f8160b137b47c251
diff --git a/spyderlib/widgets/externalshell/monitor.py b/spyderlib/widgets/externalshell/monitor.py index <HASH>..<HASH> 100644 --- a/spyderlib/widgets/externalshell/monitor.py +++ b/spyderlib/widgets/externalshell/monitor.py @@ -23,7 +23,7 @@ from spyderlib.baseconfig import get_conf_path, get_supported_types, DEBUG ...
External Console: Prevent pandas from being imported too early when creating a console - This was making pandas to set an incorrect encoding for the console - See this SO question for the problem: <URL>
spyder-ide_spyder
train
py
9b9ebc8b5537cb4184836ac8e3db8d1618c38b59
diff --git a/lib/sdl.rb b/lib/sdl.rb index <HASH>..<HASH> 100644 --- a/lib/sdl.rb +++ b/lib/sdl.rb @@ -23,7 +23,7 @@ end module SDL - VERSION = "1.2.0" + VERSION = "1.3.0" class PixelFormat
change constant SDL::VERSION
ohai_rubysdl
train
rb
d49b041c3adccad014ac387e9d9411ec8a98523f
diff --git a/lib/chefspec/policyfile.rb b/lib/chefspec/policyfile.rb index <HASH>..<HASH> 100644 --- a/lib/chefspec/policyfile.rb +++ b/lib/chefspec/policyfile.rb @@ -23,7 +23,6 @@ module ChefSpec # def setup! policyfile_path = File.join(Dir.pwd, 'Policyfile.rb') - cbdir = File.join(@tmpdir, 'cook...
Use both cookbooks and cookbook_artifacts as cookbook_dir in policyfile integration to support newer versions of chef-dk.
chefspec_chefspec
train
rb
b491e261c8bc82dd96002272c5771c223357dc6e
diff --git a/js/cw/unittest.js b/js/cw/unittest.js index <HASH>..<HASH> 100644 --- a/js/cw/unittest.js +++ b/js/cw/unittest.js @@ -615,7 +615,11 @@ cw.UnitTest.TestCase = function(methodName) {}; * Test cases subclass cw.UnitTest.TestCase with cw.Class. */ cw.Class.subclass(cw.UnitTest, 'TestCase', true/*overwrite...
js/cw/unittest.js: fix compiler warnings about 'global this'
ludiosarchive_Coreweb
train
js
afccf1e5f88b385db278c4a2d4385566e758a627
diff --git a/tests/test_cli.py b/tests/test_cli.py index <HASH>..<HASH> 100644 --- a/tests/test_cli.py +++ b/tests/test_cli.py @@ -11,12 +11,14 @@ class TestCli(unittest.TestCase): self.captured_output = io.StringIO() sys.stdout = self.captured_output + def tearDown(self): + sys.stdout = s...
test: Reset redirect in teardown
HttpRunner_HttpRunner
train
py
c534b9733ec0600a38bbb669c865d73f5b9e3ec5
diff --git a/lib/locomotive/coal/resources/concerns/request.rb b/lib/locomotive/coal/resources/concerns/request.rb index <HASH>..<HASH> 100644 --- a/lib/locomotive/coal/resources/concerns/request.rb +++ b/lib/locomotive/coal/resources/concerns/request.rb @@ -51,7 +51,7 @@ module Locomotive::Coal::Resources par...
Fixed adding of faraday basic_auth param, fixed request headers
locomotivecms_coal
train
rb
3dcfcc53d751f808aeffaae61b5aa68d7e851aba
diff --git a/sprd/model/Delivery.js b/sprd/model/Delivery.js index <HASH>..<HASH> 100644 --- a/sprd/model/Delivery.js +++ b/sprd/model/Delivery.js @@ -97,9 +97,15 @@ define(["sprd/data/SprdModel", "js/data/Entity", "sprd/entity/Address", "sprd/mo errorCode: "atLeast8Digits", regEx: /(....
DEV-<I> - Email field limited to <I> chars in new checkout
spreadshirt_rAppid.js-sprd
train
js
f6bfe0885a6f57673b6a9a29396f71ae2d9dc79a
diff --git a/config/styleguide.config.js b/config/styleguide.config.js index <HASH>..<HASH> 100644 --- a/config/styleguide.config.js +++ b/config/styleguide.config.js @@ -6,7 +6,9 @@ const toggle = (newComponentPath, oldComponentPath) => ( process.env.NODE_ENV === 'production' ? oldComponentPath : newComponentPath ...
feat(link): untoggle display of Link Components for staging and production
telus_tds-core
train
js
b38f7a5cb07fc700d36111f6596376a6b0a0c1cd
diff --git a/src/Subfission/Cas/CasManager.php b/src/Subfission/Cas/CasManager.php index <HASH>..<HASH> 100644 --- a/src/Subfission/Cas/CasManager.php +++ b/src/Subfission/Cas/CasManager.php @@ -203,7 +203,7 @@ class CasManager { */ public function isAuthenticated() { - return phpCAS::isAuthentic...
Fixing bug referenced by issue #<I> (#<I>)
subfission_cas
train
php
b61c2c198b40ef0ecfcc78fdaab73e54f90bcebc
diff --git a/crypto/rsautil/rsautil.go b/crypto/rsautil/rsautil.go index <HASH>..<HASH> 100644 --- a/crypto/rsautil/rsautil.go +++ b/crypto/rsautil/rsautil.go @@ -1,7 +1,7 @@ package rsautil import ( - "crypto/md5" + "crypto/md5" // #nosec G501 "crypto/rand" "crypto/rsa" "encoding/base64" diff --git a/encodin...
lint: golangci: add point includes for `gosec.G<I>`
grokify_gotilla
train
go,go,go
cb928fd582bd2ceb5db572bf841dd04fbfa00556
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -4,8 +4,16 @@ module.exports = function (statusCode) { statusCode || (statusCode = 301); return function (req, res, next) { - var routes = req.app.routes[req.method.toLowerCase()], - url, pathname...
Only attempt to handle GET and HEAD requests The way in which this middleware is attempting to handle requests by sending "blind" redirect responses only makes sense when the original request is either a GET or HEAD.
ericf_express-slash
train
js
2f806acc927ac334541f77455b3a51a879649aeb
diff --git a/engineio/client.py b/engineio/client.py index <HASH>..<HASH> 100644 --- a/engineio/client.py +++ b/engineio/client.py @@ -335,8 +335,8 @@ class Client(object): """Establish or upgrade to a WebSocket connection with the server.""" if websocket is None: # pragma: no cover # no...
Report missing websocket client as an error in log (Fixes <URL>)
miguelgrinberg_python-engineio
train
py
95b69d70e83facb55b4970de32fd49e00e173419
diff --git a/duradmin/src/main/webapp/js/spaces-manager.js b/duradmin/src/main/webapp/js/spaces-manager.js index <HASH>..<HASH> 100644 --- a/duradmin/src/main/webapp/js/spaces-manager.js +++ b/duradmin/src/main/webapp/js/spaces-manager.js @@ -1173,7 +1173,7 @@ $(function() { }).fail(function() { if (ret...
Fixes a minor null pointer exception.
duracloud_duracloud
train
js
c2ec8b27ca070a3f8cb1e80b1e3c860d75be1422
diff --git a/dvc/repo/experiments/run.py b/dvc/repo/experiments/run.py index <HASH>..<HASH> 100644 --- a/dvc/repo/experiments/run.py +++ b/dvc/repo/experiments/run.py @@ -63,4 +63,6 @@ def run( ) except UnchangedExperimentError: # If experiment contains no changes, just run regular repro + ...
exp: fix bug where repro with run-cached stages may fail (#<I>)
iterative_dvc
train
py
0cd4b0591a74067f51b37f390113f4636f47997a
diff --git a/simple_settings/core.py b/simple_settings/core.py index <HASH>..<HASH> 100644 --- a/simple_settings/core.py +++ b/simple_settings/core.py @@ -70,7 +70,7 @@ class _Settings(object): strategy = self._get_strategy_by_file(settings_file) if not strategy: raise Runtime...
fix a simple typo in core file
drgarcia1986_simple-settings
train
py
2ddf1310a7de8a40734e0090c487b9b694212679
diff --git a/src/oidcmsg/configure.py b/src/oidcmsg/configure.py index <HASH>..<HASH> 100644 --- a/src/oidcmsg/configure.py +++ b/src/oidcmsg/configure.py @@ -105,12 +105,12 @@ class Base(dict): return default def __setattr__(self, key, value): - if key in self and self.key: + if key i...
Allow an attribute to be set to None before being assigning a value.
openid_JWTConnect-Python-OidcMsg
train
py
2bd5eb9d7c765a9d36dbab9e0640cfcaafac1f28
diff --git a/docs/session.go b/docs/session.go index <HASH>..<HASH> 100644 --- a/docs/session.go +++ b/docs/session.go @@ -53,7 +53,7 @@ func NewSession(authConfig *AuthConfig, factory *requestdecorator.RequestFactory if err != nil { return nil, err } - if info.Standalone { + if info.Standalone && authConfi...
What if authConfig or factory is Null?
docker_distribution
train
go
44f92b9b9f6607408a25901acef9e61f09df1f30
diff --git a/devassistant/assistants/commands.py b/devassistant/assistants/commands.py index <HASH>..<HASH> 100644 --- a/devassistant/assistants/commands.py +++ b/devassistant/assistants/commands.py @@ -103,7 +103,8 @@ class GitHubCommand(object): if reponame in map(lambda x: x.name, user.get_repos()): ...
Output GH repo name after creation
devassistant_devassistant
train
py
c2d03550c8a062bf49f23e773264d21c88f230fa
diff --git a/chef/lib/chef/provider/service/redhat.rb b/chef/lib/chef/provider/service/redhat.rb index <HASH>..<HASH> 100644 --- a/chef/lib/chef/provider/service/redhat.rb +++ b/chef/lib/chef/provider/service/redhat.rb @@ -49,11 +49,11 @@ class Chef end def enable_service() - run_command(:c...
Use accepted method to enable/disable services. This will withstand package upgrades.
chef_chef
train
rb
1c12c4b290a63380c543374ea54da613787927c2
diff --git a/java/client/src/org/openqa/selenium/firefox/FirefoxDriver.java b/java/client/src/org/openqa/selenium/firefox/FirefoxDriver.java index <HASH>..<HASH> 100644 --- a/java/client/src/org/openqa/selenium/firefox/FirefoxDriver.java +++ b/java/client/src/org/openqa/selenium/firefox/FirefoxDriver.java @@ -131,7 +13...
Restoring ability to use system property to force legacy mode or marionette. If we want to delete it we should deprecate it first.
SeleniumHQ_selenium
train
java
26c64778f7c0dd2210f796b5f1377aac18c0e6a4
diff --git a/src/PhpTokenizer.php b/src/PhpTokenizer.php index <HASH>..<HASH> 100644 --- a/src/PhpTokenizer.php +++ b/src/PhpTokenizer.php @@ -148,7 +148,6 @@ class PhpTokenizer implements TokenStreamProviderInterface { T_CONTINUE => TokenKind::ContinueKeyword, T_DECLARE => TokenKind::DeclareKeyword, ...
Remove duplicate array keys from PhpTokenizer.php Detected via static analysis When there are duplicate array keys, the last entry takes precedence (e.g. the removed T_EXIT line had the wrong value)
Microsoft_tolerant-php-parser
train
php
2192d1dd952b67d76c98b9427d65edfd72929102
diff --git a/monodeploy.config.js b/monodeploy.config.js index <HASH>..<HASH> 100644 --- a/monodeploy.config.js +++ b/monodeploy.config.js @@ -2,7 +2,7 @@ module.exports = { access: 'infer', autoCommit: false, - changelogFilename: './CHANGELOG.md', + changelogFilename: 'CHANGELOG.md', // changesetFilename: ...
refactor: updates changelog path
Availity_availity-workflow
train
js
ebb250fcad9758d392cfc28f35d892acc89b23ed
diff --git a/test/util/fonts/getCssRulesByProperty.js b/test/util/fonts/getCssRulesByProperty.js index <HASH>..<HASH> 100644 --- a/test/util/fonts/getCssRulesByProperty.js +++ b/test/util/fonts/getCssRulesByProperty.js @@ -112,7 +112,16 @@ describe('util/fonts/getCssRulesByProperty', function () { }); descr...
Add test for dealing with invalid font shorthands
assetgraph_assetgraph
train
js
1eb292397f04629b735d451ed89d25fa0fdee972
diff --git a/src/SQL/SQLStatement.php b/src/SQL/SQLStatement.php index <HASH>..<HASH> 100644 --- a/src/SQL/SQLStatement.php +++ b/src/SQL/SQLStatement.php @@ -181,6 +181,12 @@ class SQLStatement $join = new Join(); $closure($join); + if ($table instanceof Closure) { + $expr = new E...
Add support for closures in joins and orderBy
opis_database
train
php
2036eaf3c9f6a23fb942c4f29969c8f88726f168
diff --git a/src/FormElement/Checkbox.php b/src/FormElement/Checkbox.php index <HASH>..<HASH> 100644 --- a/src/FormElement/Checkbox.php +++ b/src/FormElement/Checkbox.php @@ -14,9 +14,7 @@ class Checkbox extends AbstractFormElement protected function attachDefaultValidators(InputInterface $input, DOMElement $eleme...
Checkbox should always check the submitted value
xtreamwayz_html-form-validator
train
php
f890bc9a1605b35b3abfdec837b0c48441e5ec7d
diff --git a/sharding-core/sharding-core-rewrite/src/main/java/org/apache/shardingsphere/core/rewrite/placeholder/EncryptUpdateItemColumnPlaceholder.java b/sharding-core/sharding-core-rewrite/src/main/java/org/apache/shardingsphere/core/rewrite/placeholder/EncryptUpdateItemColumnPlaceholder.java index <HASH>..<HASH> 10...
delete @SuppressWarnings("all")
apache_incubator-shardingsphere
train
java
edaaa2225d4445ddc639a0663640e71c9b0535bd
diff --git a/php/quail.php b/php/quail.php index <HASH>..<HASH> 100644 --- a/php/quail.php +++ b/php/quail.php @@ -163,7 +163,7 @@ class QuailTest { } function reportSingleSelector($selector) { - foreach(pq($selector) as $object) { + foreach($this->q($selector) as $object) { $this->objects[] = pq...
Added case-insensitivity to main selector.
quailjs_quail
train
php
5eaf043b18c044b0c9a517a359296390e6e73ac6
diff --git a/core/src/ons/platform.js b/core/src/ons/platform.js index <HASH>..<HASH> 100644 --- a/core/src/ons/platform.js +++ b/core/src/ons/platform.js @@ -116,8 +116,6 @@ class Platform { window.screen.width === 812 && window.screen.height === 375 || // X, XS landscape window.screen.width === 414 &&...
fix(platform): Remove incorrect sizes for <I> Mini in `isIPhoneX` The screen dimensions of the iPhone <I> Mini are <I> and <I>, but we were checking for <I> and <I>.
OnsenUI_OnsenUI
train
js
4b8abc06ecf1898391716d24e261183e190baa10
diff --git a/src/Administration/Resources/app/administration/test/e2e/cypress/integration/catalogue/sw-category/create.spec.js b/src/Administration/Resources/app/administration/test/e2e/cypress/integration/catalogue/sw-category/create.spec.js index <HASH>..<HASH> 100644 --- a/src/Administration/Resources/app/administra...
NEXT-<I> - Added @package tag to create a subcategory in create.spec.js
shopware_platform
train
js
82f8780f40ed8a2bdacb0c0299f9b219a4363cd4
diff --git a/tests/config.js b/tests/config.js index <HASH>..<HASH> 100644 --- a/tests/config.js +++ b/tests/config.js @@ -8,6 +8,7 @@ var testPages = [ , 'specs/extensible' , 'specs/extensible/plugin-debug' + , 'specs/misc/bootstrap-async' , 'specs/misc/data-api' , 'specs/misc/ie-cache' , 'specs/misc...
Add test specs for async bootstrap
seajs_seajs
train
js
2c6a048d55569ded1f5f5a624453d88937a23bba
diff --git a/src/Image/Transformation/Canvas.php b/src/Image/Transformation/Canvas.php index <HASH>..<HASH> 100644 --- a/src/Image/Transformation/Canvas.php +++ b/src/Image/Transformation/Canvas.php @@ -70,7 +70,7 @@ class Canvas extends Transformation implements InputSizeConstraint { $this->imagick->new...
Use the correct method to properly set the colorspace of the canvas Resolves #<I>
imbo_imbo
train
php
70de6a63c1d8975a62b4f8138d6b0abeb785df6f
diff --git a/jenkins/plugin/src/main/java/com/hp/octane/plugins/jenkins/bridge/BridgesService.java b/jenkins/plugin/src/main/java/com/hp/octane/plugins/jenkins/bridge/BridgesService.java index <HASH>..<HASH> 100644 --- a/jenkins/plugin/src/main/java/com/hp/octane/plugins/jenkins/bridge/BridgesService.java +++ b/jenkins...
tech: fixing the java doc format
hpsa_hpe-application-automation-tools-plugin
train
java
83d4def03f38411d9b3550126662ffadaa2287ee
diff --git a/collections_extended/range_map.py b/collections_extended/range_map.py index <HASH>..<HASH> 100644 --- a/collections_extended/range_map.py +++ b/collections_extended/range_map.py @@ -168,12 +168,14 @@ class RangeMap(Container): start_index -= 1 start = prev_key if stop is None: - stop = _last...
test_delitem_consecutive test passes.
mlenzen_collections-extended
train
py
82ecd6de19e289f15e6cfb09d250c4a617b256da
diff --git a/src/dataviews/histogram-dataview-model.js b/src/dataviews/histogram-dataview-model.js index <HASH>..<HASH> 100644 --- a/src/dataviews/histogram-dataview-model.js +++ b/src/dataviews/histogram-dataview-model.js @@ -60,7 +60,7 @@ module.exports = DataviewModelBase.extend({ this._updateURLBinding(); ...
Revert sync to change:data
CartoDB_carto.js
train
js
f5217bf8414b957297a9f1ce506d32616b349fd1
diff --git a/core-bundle/contao/library/Contao/Image.php b/core-bundle/contao/library/Contao/Image.php index <HASH>..<HASH> 100644 --- a/core-bundle/contao/library/Contao/Image.php +++ b/core-bundle/contao/library/Contao/Image.php @@ -354,10 +354,13 @@ class Image break; } - // Resizing will most likely fail...
[Core] Add the "viewBox" attribute if not present (see #<I>)
contao_contao
train
php
6b388ee07e5f0d24e687b4fdc3f3c7a4a9231f48
diff --git a/archunit/src/main/java/com/tngtech/archunit/core/domain/JavaClass.java b/archunit/src/main/java/com/tngtech/archunit/core/domain/JavaClass.java index <HASH>..<HASH> 100644 --- a/archunit/src/main/java/com/tngtech/archunit/core/domain/JavaClass.java +++ b/archunit/src/main/java/com/tngtech/archunit/core/dom...
Review: Unify Javadoc Issue: #<I>
TNG_ArchUnit
train
java
cc5662283f508b1053159c36e21ade51920ccf40
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100755 --- a/setup.py +++ b/setup.py @@ -25,11 +25,11 @@ class TestCommand(Command): suite = unittest.TestSuite() if self.test == '*': print('Running all tests') - import test - for tst in test.__all__: - ...
fix for running unit tests in py versions < 3
jasonrbriggs_stomp.py
train
py
b295febd6279f1243aa90e238d719ff46623bce1
diff --git a/tracer/tracer.py b/tracer/tracer.py index <HASH>..<HASH> 100644 --- a/tracer/tracer.py +++ b/tracer/tracer.py @@ -742,7 +742,8 @@ class Tracer(object): args, stdin=subprocess.PIPE, stdout=stdout_f, - stderr=de...
Patched in environment variable support for the call to qemu. This allows the caller to do things like set LD_PRELOAD before tracing. In some cases this is required in order to run the target binary
angr_angr
train
py
954b922f8513e3cfdb3bf4e6a9272675f012d9a7
diff --git a/lib/jasmine_rails/runner.rb b/lib/jasmine_rails/runner.rb index <HASH>..<HASH> 100644 --- a/lib/jasmine_rails/runner.rb +++ b/lib/jasmine_rails/runner.rb @@ -7,6 +7,8 @@ module JasmineRails # raises an exception if any errors are encountered while running the testsuite def run(spec_filter = n...
Fixes the fact the gem was never required
searls_jasmine-rails
train
rb
74749972d3ac526c665875ab617dec641cace19d
diff --git a/valohai_yaml/validation.py b/valohai_yaml/validation.py index <HASH>..<HASH> 100644 --- a/valohai_yaml/validation.py +++ b/valohai_yaml/validation.py @@ -34,11 +34,9 @@ class LocalRefResolver(RefResolver): def resolve_from_url(self, url): local_match = self.local_scope_re.match(url) ...
Use `get_schema` in the resolver too
valohai_valohai-yaml
train
py
0f0e66663879104aa40caed6e718037e5102d553
diff --git a/src/helper/Links.php b/src/helper/Links.php index <HASH>..<HASH> 100644 --- a/src/helper/Links.php +++ b/src/helper/Links.php @@ -35,7 +35,9 @@ class Links extends AbstractHelper public function add(array $attribs = array()) { $attr = $this->attribs($attribs); - $this->links[] = "...
if there is no $attr , then no need of <link />
auraphp_Aura.View
train
php
e5ded3a9d1698c9c653b7e262edd51c23b7e51a4
diff --git a/request-server.go b/request-server.go index <HASH>..<HASH> 100644 --- a/request-server.go +++ b/request-server.go @@ -174,6 +174,15 @@ func (rs *RequestServer) packetWorker( request = NewRequest("Stat", request.Filepath) rpkt = request.call(rs.Handlers, pkt) } + case *sshFxpExtendedPacket: +...
sftp: support rename extension for server Previously if a client makes an unsupported operation, like a POSIX rename, it would exit the server. Both support POSIX rename, and do not abort the connection if there is an unsupported operation is made by the client.
pkg_sftp
train
go
3ccb8882f049e53650953d8622333b1957941d96
diff --git a/generators/dbh-constants.js b/generators/dbh-constants.js index <HASH>..<HASH> 100644 --- a/generators/dbh-constants.js +++ b/generators/dbh-constants.js @@ -11,8 +11,8 @@ const constants = { filesWithNamingStrategy: [ './pom.xml', './src/main/resources/config/application.yml', - ...
Comment out ref to gradle file while refactoring search&replace
bastienmichaux_generator-jhipster-db-helper
train
js
147476a039ec8a22945b461a0b8659bb8a0754cd
diff --git a/internal/service/networkfirewall/logging_configuration_test.go b/internal/service/networkfirewall/logging_configuration_test.go index <HASH>..<HASH> 100644 --- a/internal/service/networkfirewall/logging_configuration_test.go +++ b/internal/service/networkfirewall/logging_configuration_test.go @@ -745,13 +7...
tests/networkfirewall: update to aws_s3_bucket_acl
terraform-providers_terraform-provider-aws
train
go
2747f907cb5804601cefe4179c7c6bb9b9d71260
diff --git a/peer.py b/peer.py index <HASH>..<HASH> 100644 --- a/peer.py +++ b/peer.py @@ -77,10 +77,6 @@ from .constants import ( ) -_ReceivedMsgCallbackType = Callable[ - ['BasePeer', protocol.Command, protocol._DecodedMsgType], None] - - async def handshake(remote: Node, privkey: dataty...
p2p: New Peer methods to check if it's finished
ethereum_asyncio-cancel-token
train
py
41243f482780809163e51009b15bc53485bfa849
diff --git a/source/lib/workbook/builder.js b/source/lib/workbook/builder.js index <HASH>..<HASH> 100644 --- a/source/lib/workbook/builder.js +++ b/source/lib/workbook/builder.js @@ -19,10 +19,14 @@ let addRootContentTypesXML = (promiseObj) => { let contentTypesAdded = []; promiseObj.wb.sheets.forEach...
fixed issue where workbook would fail to open if more than one image with the same extension had been added
natergj_excel4node
train
js
1ecea41f03c03e5584f1d28e1be8950c5576ba73
diff --git a/src/test/java/net/snowflake/client/jdbc/ConnectionIT.java b/src/test/java/net/snowflake/client/jdbc/ConnectionIT.java index <HASH>..<HASH> 100644 --- a/src/test/java/net/snowflake/client/jdbc/ConnectionIT.java +++ b/src/test/java/net/snowflake/client/jdbc/ConnectionIT.java @@ -166,14 +166,15 @@ public clas...
Fix testDataCompletenessInLowMemory test on jenkins (#<I>)
snowflakedb_snowflake-jdbc
train
java
3e2181184b846435a685cd7267a68172ac494a99
diff --git a/tests/AlgoliaSearch/Tests/SearchFacetTest.php b/tests/AlgoliaSearch/Tests/SearchFacetTest.php index <HASH>..<HASH> 100644 --- a/tests/AlgoliaSearch/Tests/SearchFacetTest.php +++ b/tests/AlgoliaSearch/Tests/SearchFacetTest.php @@ -75,8 +75,9 @@ class SearchFacetTest extends AlgoliaSearchTestCase ...
test(facets): Add waitTask for setSettings
algolia_algoliasearch-client-php
train
php
3a1ce455e825be10ed01ebdd9a26a2524bb2acae
diff --git a/command/agent/command.go b/command/agent/command.go index <HASH>..<HASH> 100644 --- a/command/agent/command.go +++ b/command/agent/command.go @@ -241,6 +241,12 @@ func (c *Command) setupAgent(config *Config, logOutput io.Writer) *Agent { serfConfig.QuiescentPeriod = time.Second serfConfig.UserCoalesceP...
agent: Actually pass-through the reconnect configs
hashicorp_serf
train
go
01769a15753e9163be2900fdbe50121f4d0e1ac5
diff --git a/lib/nydp/version.rb b/lib/nydp/version.rb index <HASH>..<HASH> 100644 --- a/lib/nydp/version.rb +++ b/lib/nydp/version.rb @@ -1,3 +1,3 @@ module Nydp - VERSION = "0.2.1" + VERSION = "0.2.2" end
version: bump to <I>
conanite_nydp
train
rb
523cf3e71a7009c986713e32ca689f8bdd2a378d
diff --git a/app/index.js b/app/index.js index <HASH>..<HASH> 100644 --- a/app/index.js +++ b/app/index.js @@ -62,16 +62,14 @@ function Generator(args, options, config) { } util.inherits(Generator, BBBGenerator); -util.inherits(Generator, InitGenerator); /** * Command prompt questions + * Note: Directly extend...
Simplify inheriting Init generator methods in the app generator
backbone-boilerplate_generator-bbb
train
js
481d9b429102a61b91609a1374280b18b70f2021
diff --git a/pkg_test.go b/pkg_test.go index <HASH>..<HASH> 100644 --- a/pkg_test.go +++ b/pkg_test.go @@ -241,7 +241,7 @@ func TestLevel(t *testing.T) { func TestSettings(t *testing.T) { RegisterDurationFunc(func(d time.Duration) string { - return fmt.Sprintf("%ds", d.Seconds()) + return fmt.Sprintf("%gs", d.Se...
get <I>% go vet
go-playground_log
train
go
9644d4329b74b6e84337822df7408a9cb22ecb23
diff --git a/integration/pvtdata/pvtdata_test.go b/integration/pvtdata/pvtdata_test.go index <HASH>..<HASH> 100644 --- a/integration/pvtdata/pvtdata_test.go +++ b/integration/pvtdata/pvtdata_test.go @@ -68,16 +68,16 @@ var _ bool = Describe("PrivateData", func() { testCleanup(network, process) }) - Describe("Dis...
[FAB-<I>] Fix CI flake due to unexpected pvtdata reconciliation In private data dissemination test, a test flake may happen if unexpected pvtdata reconciliation is triggered (timing issue) so that additional peers receive the private data.
hyperledger_fabric
train
go
dc9acf3a3dc49142963dc456333b118e80929a4b
diff --git a/ctz_go1.9.go b/ctz_go1.9.go index <HASH>..<HASH> 100644 --- a/ctz_go1.9.go +++ b/ctz_go1.9.go @@ -1,3 +1,5 @@ +// +build go1.9 + package roaring import "math/bits" diff --git a/popcnt_go1.9.go b/popcnt_go1.9.go index <HASH>..<HASH> 100644 --- a/popcnt_go1.9.go +++ b/popcnt_go1.9.go @@ -1,3 +1,5 @@ +// ...
Attempt to fix build constraints for _go<I>.go files
RoaringBitmap_roaring
train
go,go
c7dc3539566dac1fbc82661b432ee26c4731548a
diff --git a/spec/compiler.js b/spec/compiler.js index <HASH>..<HASH> 100644 --- a/spec/compiler.js +++ b/spec/compiler.js @@ -38,6 +38,22 @@ describe('compiler', function() { }, Error, 'You must pass a string or Handlebars AST to Handlebars.compile. You passed [object Object]'); }); + it('should inclu...
Testcase to verify that compile-errors have a column-property Related to #<I> The test ensures that the property is there, because it is important to some people.
wycats_handlebars.js
train
js
5fe44441b0da7e820bc9cf2c128a96de1c8a026e
diff --git a/tests/unit/test_dwave_sampler.py b/tests/unit/test_dwave_sampler.py index <HASH>..<HASH> 100644 --- a/tests/unit/test_dwave_sampler.py +++ b/tests/unit/test_dwave_sampler.py @@ -143,12 +143,10 @@ class TestDwaveSampler(unittest.TestCase): self.assertEqual(len(w), 0) MockClient.reset...
Simplify dwave sample deprecation test
dwavesystems_dwave-system
train
py
36104f544b00740599ff602efbc7c7089bba1118
diff --git a/internal/service/ds/shared_directory.go b/internal/service/ds/shared_directory.go index <HASH>..<HASH> 100644 --- a/internal/service/ds/shared_directory.go +++ b/internal/service/ds/shared_directory.go @@ -153,7 +153,6 @@ func resourceSharedDirectoryDelete(ctx context.Context, d *schema.ResourceData, U...
ds/shared_directory: Remove comment
terraform-providers_terraform-provider-aws
train
go
38f6007f4a329bfba74acf353250ff2e2b14f288
diff --git a/spec/lib/guard/rspec/command_spec.rb b/spec/lib/guard/rspec/command_spec.rb index <HASH>..<HASH> 100644 --- a/spec/lib/guard/rspec/command_spec.rb +++ b/spec/lib/guard/rspec/command_spec.rb @@ -52,7 +52,7 @@ describe Guard::RSpec::Command do end context "with cmd_additional_args" do - let(...
Change quotes to appease Hound.
guard_guard-rspec
train
rb
74a03cc1412f887fafcf62739734ab434979c09b
diff --git a/lib/i18n/locale/fallbacks.rb b/lib/i18n/locale/fallbacks.rb index <HASH>..<HASH> 100644 --- a/lib/i18n/locale/fallbacks.rb +++ b/lib/i18n/locale/fallbacks.rb @@ -66,6 +66,7 @@ module I18n def [](locale) raise InvalidLocale.new(locale) if locale.nil? + raise Disabled.new('fallback#[...
Raise disabled during boot inside fallback
ruby-i18n_i18n
train
rb,rb
9fa13a2b17b6cd54a438f02490ac49827994ee77
diff --git a/randomized-runner/src/main/java/com/carrotsearch/randomizedtesting/ThreadLeakControl.java b/randomized-runner/src/main/java/com/carrotsearch/randomizedtesting/ThreadLeakControl.java index <HASH>..<HASH> 100644 --- a/randomized-runner/src/main/java/com/carrotsearch/randomizedtesting/ThreadLeakControl.java +...
Added macosx system thread.
randomizedtesting_randomizedtesting
train
java
ffbd3b819fecce6d278c679aabb2887ad043522c
diff --git a/spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-jta-atomikos/src/main/java/smoketest/atomikos/SampleAtomikosApplication.java b/spring-boot-tests/spring-boot-smoke-tests/spring-boot-smoke-test-jta-atomikos/src/main/java/smoketest/atomikos/SampleAtomikosApplication.java index <HASH>..<HASH> ...
Update copyright year of changed file See gh-<I>
spring-projects_spring-boot
train
java
531d1beaee6fde3dc498f26d45dcfdc9a6079c9c
diff --git a/examples/manage-shorty.py b/examples/manage-shorty.py index <HASH>..<HASH> 100755 --- a/examples/manage-shorty.py +++ b/examples/manage-shorty.py @@ -1,9 +1,12 @@ #!/usr/bin/env python +import os +import tempfile from werkzeug import script def make_app(): from shorty.application import Shorty - ...
Fixed DB path so that shorty runs on Windows
pallets_werkzeug
train
py
71bb2790e6c78799ea756fb7685539c1e91e501b
diff --git a/tests/AesCtrTest.php b/tests/AesCtrTest.php index <HASH>..<HASH> 100644 --- a/tests/AesCtrTest.php +++ b/tests/AesCtrTest.php @@ -1,7 +1,7 @@ <?php use Dcrypt\Aes; use Dcrypt\Mcrypt; -class AesTest extends PHPUnit_Framework_TestCase +class AesCtrTest extends PHPUnit_Framework_TestCase { public f...
Update AesCtrTest.php
mmeyer2k_dcrypt
train
php
81289cf3fc15e72c3b4e25895a2533ceb804bdab
diff --git a/s3backup/sync.py b/s3backup/sync.py index <HASH>..<HASH> 100644 --- a/s3backup/sync.py +++ b/s3backup/sync.py @@ -209,7 +209,7 @@ def get_actions(client_1, client_2): client_1_actions = client_1.get_actions(all_keys) client_2_actions = client_2.get_actions(all_keys) - for key in all_keys: + ...
Order keys before they are called for easier debugging
MichaelAquilina_S4
train
py
c9235d7ae5dfeed465562b0756d8dd24187506bc
diff --git a/src/GitHub_Updater/Base.php b/src/GitHub_Updater/Base.php index <HASH>..<HASH> 100644 --- a/src/GitHub_Updater/Base.php +++ b/src/GitHub_Updater/Base.php @@ -674,15 +674,17 @@ class Base { ? array_slice( $rollback, 0, 1 ) : array_splice( $rollback, 0, $num_rollbacks, true ); - /** - * Filt...
only run if a release asset needed
afragen_github-updater
train
php
5edd8dc619878bb4aee07d5bf3bbbf7a64f8b16d
diff --git a/src/geshi/vbnet.php b/src/geshi/vbnet.php index <HASH>..<HASH> 100644 --- a/src/geshi/vbnet.php +++ b/src/geshi/vbnet.php @@ -167,7 +167,7 @@ 0 => 'color: #FF0000;' ), 'METHODS' => array( - 0 => 'color: #0000FF;' + 1 => 'color: #0000FF;' ), 'SYMBOLS' => array( 0 => 'color: #008000...
Fixed my stupid oops with vbnet.
GeSHi_geshi-1.0
train
php
3863d09d62cc38bb10a7becdde4da7123f25f3eb
diff --git a/latools/helpers/plot.py b/latools/helpers/plot.py index <HASH>..<HASH> 100644 --- a/latools/helpers/plot.py +++ b/latools/helpers/plot.py @@ -509,16 +509,15 @@ def autorange_plot(t, sig, gwin=7, swin=None, win=30, ------- fig, axes """ - if swin is None: - swin = gwin // 2 - - s...
bring autorange_plot in line with autorange
oscarbranson_latools
train
py
fc9cdcb095324ea7b44042353d80f6d351e7e3ef
diff --git a/lib/mwlib/src/MW/Mail/Zend.php b/lib/mwlib/src/MW/Mail/Zend.php index <HASH>..<HASH> 100644 --- a/lib/mwlib/src/MW/Mail/Zend.php +++ b/lib/mwlib/src/MW/Mail/Zend.php @@ -62,6 +62,6 @@ class MW_Mail_Zend implements MW_Mail_Interface public function __clone() { $this->_object = clone $this->_object; -...
Tests for Zend transport object before trying to clone
Arcavias_arcavias-core
train
php
753bb8ae0648d1dedb8d05ecbd4e96c9c2d12108
diff --git a/src/main/org/openscience/cdk/smiles/SmilesGenerator.java b/src/main/org/openscience/cdk/smiles/SmilesGenerator.java index <HASH>..<HASH> 100644 --- a/src/main/org/openscience/cdk/smiles/SmilesGenerator.java +++ b/src/main/org/openscience/cdk/smiles/SmilesGenerator.java @@ -71,7 +71,8 @@ public final class ...
Rename arbitrary to generic - correct description.
cdk_cdk
train
java
f6c455cea90dad43e597cff44f915423e3c746b0
diff --git a/src/js/select2/dropdown/closeOnSelect.js b/src/js/select2/dropdown/closeOnSelect.js index <HASH>..<HASH> 100644 --- a/src/js/select2/dropdown/closeOnSelect.js +++ b/src/js/select2/dropdown/closeOnSelect.js @@ -21,7 +21,7 @@ define([ var originalEvent = evt.originalEvent; // Don't close if the c...
Do not close on select if Ctrl or Meta (Cmd) keys are being held as described in #<I> (#<I>) Fixes #<I>
select2_select2
train
js
d79696cb2882ccfb147fe65a5697391f26181909
diff --git a/src/Listener/CoroutineCompleteListener.php b/src/Listener/CoroutineCompleteListener.php index <HASH>..<HASH> 100644 --- a/src/Listener/CoroutineCompleteListener.php +++ b/src/Listener/CoroutineCompleteListener.php @@ -32,7 +32,7 @@ class CoroutineCompleteListener implements EventHandlerInterface publi...
up: remove throw container exception doc from server
swoft-cloud_swoft-framework
train
php
ea9d24185760ac4a95e3e452ed04a734823648a4
diff --git a/knxip/core.py b/knxip/core.py index <HASH>..<HASH> 100644 --- a/knxip/core.py +++ b/knxip/core.py @@ -91,7 +91,8 @@ class KNXException(Exception): E_TUNNELING_LAYER: "tunneling layer error", } - return super().__str__() + msg.get(self.errorcode, "unknown error code") + ...
- Formating of the KNXException text
open-homeautomation_pknx
train
py
5a5dbe32661c4e4cf4c7b7114f8550c09a618cbe
diff --git a/Kwf/Util/ClearCache.php b/Kwf/Util/ClearCache.php index <HASH>..<HASH> 100644 --- a/Kwf/Util/ClearCache.php +++ b/Kwf/Util/ClearCache.php @@ -59,7 +59,7 @@ class Kwf_Util_ClearCache } $tables = Zend_Registry::get('db')->fetchCol('SHOW TABLES'); foreach ($tables as $table) { - ...
clear view cache if less than <I> entries exist for easier development
koala-framework_koala-framework
train
php
0e288dc7412b936eac3c485f6b37d1a6a5cd60c1
diff --git a/gossipsub.go b/gossipsub.go index <HASH>..<HASH> 100644 --- a/gossipsub.go +++ b/gossipsub.go @@ -248,10 +248,11 @@ func (gs *GossipSubRouter) Leave(topic string) { return } + delete(gs.mesh, topic) + for p := range gmap { gs.sendPrune(p, topic) } - delete(gs.mesh, topic) } func (gs *Goss...
delete mesh before sending prunes on leave
libp2p_go-libp2p-pubsub
train
go
cf571038d24ef0c01d7d07ff6196057e55bb0c81
diff --git a/lib/parser.js b/lib/parser.js index <HASH>..<HASH> 100644 --- a/lib/parser.js +++ b/lib/parser.js @@ -54,6 +54,7 @@ var headings = { 'prts?': 'partNumber', 'manuf#': 'partNumber', 'ma?n?fr part.*': 'partNumber', + 'manu\\.? p/?n': 'partNumber', mfpn: 'partNumber', 'mfg.?part.*': 'partNumber...
Add an alias for "manuf. p/n"
kitspace_npm-1-click-bom
train
js,js
ba7b0e04cbf4b5d8b17eae054b023988f5393d8f
diff --git a/examples/vdom-bench/main.js b/examples/vdom-bench/main.js index <HASH>..<HASH> 100644 --- a/examples/vdom-bench/main.js +++ b/examples/vdom-bench/main.js @@ -14,11 +14,6 @@ }, tag: 'div', isComponent: false, - hasAttrs: false, - hasHooks: false, - hasEvents: false, - hasClassName: false, - ha...
removed some bp related code from vdom bench
infernojs_inferno
train
js
4b44ae74f1c1bea9061422d775778233b95b2c7d
diff --git a/angr/exploration_techniques/crash_monitor.py b/angr/exploration_techniques/crash_monitor.py index <HASH>..<HASH> 100644 --- a/angr/exploration_techniques/crash_monitor.py +++ b/angr/exploration_techniques/crash_monitor.py @@ -112,16 +112,23 @@ class CrashMonitor(ExplorationTechnique): stat...
Fix instruction count in crashing block step
angr_angr
train
py
35ca3d44eac25225fd0f2a685f93376941141ac8
diff --git a/src/js/base/module/Buttons.js b/src/js/base/module/Buttons.js index <HASH>..<HASH> 100644 --- a/src/js/base/module/Buttons.js +++ b/src/js/base/module/Buttons.js @@ -561,7 +561,7 @@ export default class Buttons { $catcher.css({ width: this.options.insertTableMaxSize.col + 'em', ...
dimension-picker insertTable on mouseup
summernote_summernote
train
js,js
5d19ca4b7d79ca6452139eedf8c6b19e2b039fe7
diff --git a/src/Kernel/Application.php b/src/Kernel/Application.php index <HASH>..<HASH> 100755 --- a/src/Kernel/Application.php +++ b/src/Kernel/Application.php @@ -2,12 +2,9 @@ namespace Encore\Kernel; -use Encore\Testing\Testing; use Encore\Container\Container; -use Encore\Config\Loader; use Symfony\Co...
Config is now a service provider
encorephp_kernel
train
php
968a0d8f0242d398279defb7d86b034e4f2dbb43
diff --git a/src/java/com/samskivert/jdbc/depot/PersistenceContext.java b/src/java/com/samskivert/jdbc/depot/PersistenceContext.java index <HASH>..<HASH> 100644 --- a/src/java/com/samskivert/jdbc/depot/PersistenceContext.java +++ b/src/java/com/samskivert/jdbc/depot/PersistenceContext.java @@ -416,8 +416,9 @@ public cl...
I'm assuming it's valid for a CachedValue to exist but have a null value as we properly ignore those elsewhere, so we should ignore them when traversing the cache as well. git-svn-id: <URL>
samskivert_samskivert
train
java
3e98179cfdc150b0c973f05e0f29b4b849c148b0
diff --git a/Form/Type/AvatarUploadType.php b/Form/Type/AvatarUploadType.php index <HASH>..<HASH> 100755 --- a/Form/Type/AvatarUploadType.php +++ b/Form/Type/AvatarUploadType.php @@ -5,6 +5,7 @@ namespace CampaignChain\CoreBundle\Form\Type; use Symfony\Component\Form\AbstractType; +use Symfony\Component\Form\Exten...
CampaignChain/campaignchain#<I> Upgrade to Symfony 3.x
CampaignChain_core
train
php,php
c90a88bfb7e52b514ccd20cc8ddada85ff6aa21e
diff --git a/mod/workshop/allocation/manual/lib.php b/mod/workshop/allocation/manual/lib.php index <HASH>..<HASH> 100644 --- a/mod/workshop/allocation/manual/lib.php +++ b/mod/workshop/allocation/manual/lib.php @@ -357,11 +357,25 @@ class workshop_manual_allocator implements workshop_allocator { * @see workshop_manua...
MDL-<I> improving the docs for workshopallocation_manual_allocations class
moodle_moodle
train
php
238d589f6e6b9b84edc706c53bcf63e03f77886c
diff --git a/examples/tp/tm_high_order.py b/examples/tp/tm_high_order.py index <HASH>..<HASH> 100644 --- a/examples/tp/tm_high_order.py +++ b/examples/tp/tm_high_order.py @@ -40,8 +40,8 @@ def accuracy(current, predicted): Computes the accuracy of the TM at time-step t based on the prediction at time-step t-1 and...
Corrections to examples in tm_high_order.py
numenta_nupic
train
py
434fa14f3d25febd29ae3783bbe7bca6f6d4856f
diff --git a/walker_test.go b/walker_test.go index <HASH>..<HASH> 100644 --- a/walker_test.go +++ b/walker_test.go @@ -9,6 +9,24 @@ import ( "github.com/stretchr/testify/assert" ) +func TestWalkReturnsCorrectlyPopulatedWalker(t *testing.T) { + mock, err := newFtpMock(t, "127.0.0.1") + if err != nil { + t.Fatal(er...
Added test to check the creation of the walker is
jlaffaye_ftp
train
go
59b0a8ea06879e453abffc4eeb758054b8e3c9c7
diff --git a/grimoire/arthur.py b/grimoire/arthur.py index <HASH>..<HASH> 100755 --- a/grimoire/arthur.py +++ b/grimoire/arthur.py @@ -86,7 +86,9 @@ def feed_backend(url, clean, fetch_cache, backend_name, backend_params, if backend: logging.error("Error feeding ocean from %s (%s): %s" % ...
[arthur] Don't propogate exception not managed yet in p2o. Makes cauldron.io fails.
chaoss_grimoirelab-elk
train
py