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
dbd87ba97dc5d5f7ec03d331724989718521816b
diff --git a/lib/chamber/file.rb b/lib/chamber/file.rb index <HASH>..<HASH> 100644 --- a/lib/chamber/file.rb +++ b/lib/chamber/file.rb @@ -73,7 +73,7 @@ class File < Pathname def secure secure_settings = to_settings.secure - ::File.write self, YAML.dump(secure_settings.to_hash) + ::File.open(self, 'w'...
Ruby <I> does not have a `.write` method on `IO`
thekompanee_chamber
train
rb
409e3d8c265f1a9d46f8a2bd675b93322c2534c9
diff --git a/src/Actions/Action.php b/src/Actions/Action.php index <HASH>..<HASH> 100644 --- a/src/Actions/Action.php +++ b/src/Actions/Action.php @@ -51,20 +51,17 @@ abstract class Action protected function getResourceClass() { - $class = class_basename(get_called_class()); - - return 'Signif...
DRYed up base Action class a bit.
signifly_shopify-php-sdk
train
php
2b5c5b5aa3bf70fd59f61dc4c76ba528dfab5cbd
diff --git a/razorpay/client.py b/razorpay/client.py index <HASH>..<HASH> 100644 --- a/razorpay/client.py +++ b/razorpay/client.py @@ -1,4 +1,5 @@ import os +import sys import json import requests import pkg_resources @@ -88,10 +89,15 @@ class Client: app_details = self.get_app_details() + if sy...
[app details] For python3 checking app details for str or bytes
razorpay_razorpay-python
train
py
f8edceb2ec828fbc179514492e147e868f75b16c
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -56,7 +56,7 @@ This project provides a collection of miscellaneous Python utilities.\ setup( name='smoke-zephyr', - version='1.3.4', + version='1.3.5', author='Spencer McIntyre', author_email='zeroSteiner@gmail.com', ...
Bump the version to <I>
zeroSteiner_smoke-zephyr
train
py,py
384b57bd2b22bf1cac7f5c0ae7c1877c398ff441
diff --git a/lib/authem/controller_support.rb b/lib/authem/controller_support.rb index <HASH>..<HASH> 100644 --- a/lib/authem/controller_support.rb +++ b/lib/authem/controller_support.rb @@ -25,7 +25,7 @@ module Authem::ControllerSupport end def require_user - unless current_user + unless signed_in? ...
ControllerSupport#require_user is now looking at #signed_in? instead of #current_user [fixes #<I>] <URL>
paulelliott_authem
train
rb
474eecab09b9797e8cfc3329b0ef7171b5e1b415
diff --git a/bootable-jar/runtime/src/main/java/org/wildfly/core/jar/runtime/CmdUsage.java b/bootable-jar/runtime/src/main/java/org/wildfly/core/jar/runtime/CmdUsage.java index <HASH>..<HASH> 100644 --- a/bootable-jar/runtime/src/main/java/org/wildfly/core/jar/runtime/CmdUsage.java +++ b/bootable-jar/runtime/src/main/j...
Fix for WFCORE-<I>, cli-script option help text is missing a placeholder
wildfly_wildfly-core
train
java
511089829c2061e1d3e6cffe4f58af3298956a9d
diff --git a/mama_cas/mixins.py b/mama_cas/mixins.py index <HASH>..<HASH> 100644 --- a/mama_cas/mixins.py +++ b/mama_cas/mixins.py @@ -215,3 +215,4 @@ class LogoutUser(object): logout(request) messages.success(request, _("You have been successfully logged out")) + LOG.debug("Singl...
Explicitly log user logout event
jbittel_django-mama-cas
train
py
7f33d942f4d20608ac499aee4130c4ceeb2ff917
diff --git a/spring-boot/src/main/java/org/springframework/boot/ResourceBanner.java b/spring-boot/src/main/java/org/springframework/boot/ResourceBanner.java index <HASH>..<HASH> 100644 --- a/spring-boot/src/main/java/org/springframework/boot/ResourceBanner.java +++ b/spring-boot/src/main/java/org/springframework/boot/R...
Fix banner NPE when when using the default package Update ResourceBanner to protect against a null application package. Fixes gh-<I>
spring-projects_spring-boot
train
java
051dbdee2f69e1a5b67b126bdf736a32005605b9
diff --git a/lib/adapter/base.js b/lib/adapter/base.js index <HASH>..<HASH> 100644 --- a/lib/adapter/base.js +++ b/lib/adapter/base.js @@ -212,6 +212,16 @@ class Adapter { commit() { return Promise.reject( new Error( "There is no running transaction to be committed." ) ); } + + /** + * Indicates if adapter is c...
revising adapter API to indicate whether connected data storage is capable of saving binary property values
hitchyjs_odem
train
js
2551690d2ed7d951833a9f46c8616fddd6ba1caa
diff --git a/test/system/repository.test.js b/test/system/repository.test.js index <HASH>..<HASH> 100644 --- a/test/system/repository.test.js +++ b/test/system/repository.test.js @@ -54,7 +54,7 @@ describe('project repository', function () { }); it('must ignore applicable dependencies for Gr...
Updated GreenKeeper ignore config system test :white_check_mark:
postmanlabs_newman
train
js
8a2ff56f73afe0d6e8e8ecede9666b8d65817fa3
diff --git a/lib/thredded/engine.rb b/lib/thredded/engine.rb index <HASH>..<HASH> 100644 --- a/lib/thredded/engine.rb +++ b/lib/thredded/engine.rb @@ -19,10 +19,8 @@ module Thredded Thredded.user_class.send(:include, Thredded::UserExtender) end - unless Thredded.standalone_layout? - # Dele...
Always include MainAppRouteDelegator Refs #<I> #<I>
thredded_thredded
train
rb
863a1ecd9d1e02d4af1aa832e9c3de95d94e2d9d
diff --git a/src/com/mebigfatguy/fbcontrib/detect/BloatedAssignmentScope.java b/src/com/mebigfatguy/fbcontrib/detect/BloatedAssignmentScope.java index <HASH>..<HASH> 100755 --- a/src/com/mebigfatguy/fbcontrib/detect/BloatedAssignmentScope.java +++ b/src/com/mebigfatguy/fbcontrib/detect/BloatedAssignmentScope.java @@ -5...
add nanoTime() as a method to ignore in BAS
mebigfatguy_fb-contrib
train
java
b6be697fda10ffdd330b1d8b238282aeec6920a5
diff --git a/bika/lims/content/analysisservice.py b/bika/lims/content/analysisservice.py index <HASH>..<HASH> 100644 --- a/bika/lims/content/analysisservice.py +++ b/bika/lims/content/analysisservice.py @@ -24,7 +24,8 @@ from bika.lims import PMF, bikaMessageFactory as _ from bika.lims.utils import to_utf8 as _c from...
LIMS-<I> AS Setup. File attachment field tag is missing
senaite_senaite.core
train
py
9cfa9491a99b738fb43cbdf9a118d62dcce083f9
diff --git a/resilience4j-micrometer/src/test/java/io/github/resilience4j/micrometer/tagged/TaggedThreadPoolBulkheadMetricsTest.java b/resilience4j-micrometer/src/test/java/io/github/resilience4j/micrometer/tagged/TaggedThreadPoolBulkheadMetricsTest.java index <HASH>..<HASH> 100644 --- a/resilience4j-micrometer/src/tes...
Depending on the number of cpus, the default core threadpool size can be less than <I> which causes the test to fail. (#<I>)
resilience4j_resilience4j
train
java
84e7d0ce920513cd3b7a55a4931c30b7a0d0a85a
diff --git a/lib/active_zuora/generator.rb b/lib/active_zuora/generator.rb index <HASH>..<HASH> 100644 --- a/lib/active_zuora/generator.rb +++ b/lib/active_zuora/generator.rb @@ -167,6 +167,12 @@ module ActiveZuora :second_token_id, :skip_validation, :token_id end + customize 'ProductRatePlan' ...
Lazy load Active Currencies on Product Rate Plans Product Rate Plans must query for the Active Currencies field by itself. This excludes the field from normal queries and lazy loads it instead.
sportngin_active_zuora
train
rb
b4cef37bb5e5f1fb8facb9fb873b9d46648573c7
diff --git a/tests/properties/BaseClass.php b/tests/properties/BaseClass.php index <HASH>..<HASH> 100644 --- a/tests/properties/BaseClass.php +++ b/tests/properties/BaseClass.php @@ -11,7 +11,6 @@ class BaseClass extends TestCase { * CSV * The parseCSV object * - * @access protected * @var C...
Simplyfied BaseClass.php: @access annotations are not needed
parsecsv_parsecsv-for-php
train
php
e06687a1b76234e66af6a92e642c45bd3ea4dc84
diff --git a/bitex/__init__.py b/bitex/__init__.py index <HASH>..<HASH> 100644 --- a/bitex/__init__.py +++ b/bitex/__init__.py @@ -1,4 +1,4 @@ from bitex import api from bitex.interfaces import Kraken, Bitfinex, Bitstamp, CCEX, Coincheck from bitex.interfaces import Cryptopia, Gemini, ItBit, OKCoin, RockTradingLtd -...
added Quoine and Quadriga to inits
Crypto-toolbox_bitex
train
py,py
6d368b978a1b43a0b69fba37d304bea1eb165960
diff --git a/aws/data_source_aws_backup_plan_test.go b/aws/data_source_aws_backup_plan_test.go index <HASH>..<HASH> 100644 --- a/aws/data_source_aws_backup_plan_test.go +++ b/aws/data_source_aws_backup_plan_test.go @@ -5,6 +5,7 @@ import ( "regexp" "testing" + "github.com/aws/aws-sdk-go/service/backup" "github....
tests/ds/backup_plan: Add ErrorCheck
terraform-providers_terraform-provider-aws
train
go
8c854b23eaece799c73ad582af52efdf91fb5204
diff --git a/lib/blazer/adapters/mongodb_adapter.rb b/lib/blazer/adapters/mongodb_adapter.rb index <HASH>..<HASH> 100644 --- a/lib/blazer/adapters/mongodb_adapter.rb +++ b/lib/blazer/adapters/mongodb_adapter.rb @@ -28,7 +28,7 @@ module Blazer protected def client - @client ||= Mongo::Client.new(s...
Added connect timeouts to MongoDB
ankane_blazer
train
rb
a3a3e32e2153dd8ef384575848a1e4eb0cb327db
diff --git a/src/crypto/index.js b/src/crypto/index.js index <HASH>..<HASH> 100644 --- a/src/crypto/index.js +++ b/src/crypto/index.js @@ -769,6 +769,15 @@ Crypto.prototype.encryptEvent = function(event, room) { * is a problem decrypting the event. */ Crypto.prototype.decryptEvent = function(event) { + if (eve...
don't try to decrypt a redacted message (fixes vector-im/riot-web#<I>) set the decrypted data to an empty message
matrix-org_matrix-js-sdk
train
js
81572ec236fdfe38729e4e4734c91ea90f060bcf
diff --git a/core/core.go b/core/core.go index <HASH>..<HASH> 100644 --- a/core/core.go +++ b/core/core.go @@ -2,7 +2,10 @@ Package core implements the IpfsNode object and related methods. Packages underneath core/ provide a (relatively) stable, low-level API -to carry out most IPFS-related tasks. +to carry out mos...
core/core: Refer back to the main go-ipfs docs So folks looking in core can figure out how it fits into the repository as a whole.
ipfs_go-ipfs
train
go
8843cd9aaef60a690df6cb011e9c6a492b9efd14
diff --git a/bokeh/sampledata/__init__.py b/bokeh/sampledata/__init__.py index <HASH>..<HASH> 100644 --- a/bokeh/sampledata/__init__.py +++ b/bokeh/sampledata/__init__.py @@ -19,7 +19,7 @@ def _bokeh_dir(create=False): raise RuntimeError("%s exists but is not a directory" % bokeh_dir) return bokeh_dir...
Allow to join file_name in _data_dir()
bokeh_bokeh
train
py
bd9e8cad811df115b9787b7748fcdfa07fc32dd0
diff --git a/src/Illuminate/Database/Query/Grammars/Grammar.php b/src/Illuminate/Database/Query/Grammars/Grammar.php index <HASH>..<HASH> 100755 --- a/src/Illuminate/Database/Query/Grammars/Grammar.php +++ b/src/Illuminate/Database/Query/Grammars/Grammar.php @@ -128,6 +128,8 @@ class Grammar extends BaseGrammar { { ...
Fixed cloning queries with join bindings being broken Commit aedc6eb0 had the unfortunate side effect of breaking cloned queries which contained "join" bindings: executing one of the clones made all the other clones fail. This should fix the issue.
laravel_framework
train
php
7b22a74a707e04ed5b542b57e1be0955a3a80ef7
diff --git a/plugin/es_modules.js b/plugin/es_modules.js index <HASH>..<HASH> 100644 --- a/plugin/es_modules.js +++ b/plugin/es_modules.js @@ -7,6 +7,8 @@ })(function(infer, tern, walk) { "use strict" + var WG_IMPORT_DEFAULT_FALLBACK = 80 + function connectModule(file, out) { var modules = infer.cx().par...
[es_modules plugin] Propagate whole module as a fallback for default imports Issue tern_for_sublime#<I>
ternjs_tern
train
js
1a922660462ff0e30dd0f404438688bd1b847566
diff --git a/manifest.php b/manifest.php index <HASH>..<HASH> 100755 --- a/manifest.php +++ b/manifest.php @@ -36,7 +36,7 @@ return array( 'label' => 'Tao base', 'description' => 'TAO meta-extension', 'license' => 'GPL-2.0', - 'version' => '13.7.1', + 'version' => '13.7.2', 'author' => 'Open A...
Bump to version <I>
oat-sa_tao-core
train
php,php
45721ec69b50c8b1c70fb853fae63cda9c38f245
diff --git a/src/main/java/com/aoindustries/website/framework/WebPage.java b/src/main/java/com/aoindustries/website/framework/WebPage.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/aoindustries/website/framework/WebPage.java +++ b/src/main/java/com/aoindustries/website/framework/WebPage.java @@ -126,12 +126,6...
Removed unused remnant of old content caching.
aoindustries_aoweb-framework
train
java
0f46ef3374c9c0666ac4bf6acfd4c21bb0e96a97
diff --git a/test/1_process_engine/boundary_event_chaining_test.js b/test/1_process_engine/boundary_event_chaining_test.js index <HASH>..<HASH> 100644 --- a/test/1_process_engine/boundary_event_chaining_test.js +++ b/test/1_process_engine/boundary_event_chaining_test.js @@ -5,6 +5,8 @@ const should = require('should');...
:X: Disable unstable tests for chained BoundaryEvents These tests are currently very much unstable and are in urgend need of fixing. Until this is done, they are disabled to prevent the other tests from failing on Jenkins.
process-engine_process_engine_runtime
train
js
999fe5094ad294055c05c78f93800f0192301002
diff --git a/openquake/calculators/tests/__init__.py b/openquake/calculators/tests/__init__.py index <HASH>..<HASH> 100644 --- a/openquake/calculators/tests/__init__.py +++ b/openquake/calculators/tests/__init__.py @@ -64,8 +64,8 @@ def columns(line): class CalculatorTestCase(unittest.TestCase): OVERWRITE_EXPEC...
Added two comments [skip CI]
gem_oq-engine
train
py
e81b681605ca311f147109bcf6f17e4bcb094b38
diff --git a/zhihu/author.py b/zhihu/author.py index <HASH>..<HASH> 100644 --- a/zhihu/author.py +++ b/zhihu/author.py @@ -259,7 +259,7 @@ class Author(BaseZhihu): else: res = self.soup.find( 'span', class_=t) - if res: + if res and 'title' in res: ...
fix bug when try to get login user's location and which is not exist, remove mix use return and yield in topic.py lead to old python syntax error
7sDream_zhihu-py3
train
py,py
32e2c9307d448094f2e5d79404b88eab49a0c4f8
diff --git a/Api/Model/Channel.php b/Api/Model/Channel.php index <HASH>..<HASH> 100755 --- a/Api/Model/Channel.php +++ b/Api/Model/Channel.php @@ -319,11 +319,11 @@ class Channel implements BaseModel } $this->owner_id = $v; - if ($this->owner_id !== null) { + /*if ($this->owner_id !== ...
When setOwnerId is called the user isn't loaded from api
antwebes_ChateaClientBundle
train
php
61855e68dbb195b22e24b9a6aff8d473aea330cc
diff --git a/galpy/orbit_src/integratePlanarOrbit.py b/galpy/orbit_src/integratePlanarOrbit.py index <HASH>..<HASH> 100644 --- a/galpy/orbit_src/integratePlanarOrbit.py +++ b/galpy/orbit_src/integratePlanarOrbit.py @@ -70,6 +70,14 @@ def _parse_pot(pot): and isinstance(p._RZPot,potential.MiyamotoNagai...
added C extension for LopsidedDiskPotential
jobovy_galpy
train
py
170f5e6205afc81d9c545a2457934093af1ff619
diff --git a/src/Jobs/Options/ModuleOptions.php b/src/Jobs/Options/ModuleOptions.php index <HASH>..<HASH> 100644 --- a/src/Jobs/Options/ModuleOptions.php +++ b/src/Jobs/Options/ModuleOptions.php @@ -5,7 +5,7 @@ * @filesource * @copyright (c) 2013-2015 Cross Solution (http://cross-solution.de) * @author cbleek - *...
[Auth] Create ModuleOptions Factory and Unittest. Removes obsolet UserProfile.php and Mail/RegisterConfirmation.php. The confirmation mail is sent as an Html formatted mail
yawik_jobs
train
php
4f73063120045bf2e096f531f27a512de0a1b3ae
diff --git a/screamshot/utils.py b/screamshot/utils.py index <HASH>..<HASH> 100644 --- a/screamshot/utils.py +++ b/screamshot/utils.py @@ -31,7 +31,6 @@ def casperjs_command(): builds the whole capture command. """ cmd = app_settings['CASPERJS_CMD'] - # status, sys_path = None if cmd is None: ...
ref #<I> add PHANTOMJS_CMD to help manually setup phantomjs bin as it defers from distributions
makinacorpus_django-screamshot
train
py
0f697b394b7c09e3ab025dcf708abc5c09ad3b76
diff --git a/cpio/stream.go b/cpio/stream.go index <HASH>..<HASH> 100644 --- a/cpio/stream.go +++ b/cpio/stream.go @@ -65,6 +65,6 @@ func (fs *file_stream) Read(p []byte) (n int, err error) { } n, err = fs.stream.Read(p) fs.curr_pos += int64(n) - log.Debugf("read %v", p) + //log.Debugf("read %v", p) return }
decreate debugging verbosity
sassoftware_go-rpmutils
train
go
97a70b971b052fd4396d53ea6484a1c6cb44c43b
diff --git a/app/src/main/java/com/mikpenz/iconics/sample/PlaygroundActivity.java b/app/src/main/java/com/mikpenz/iconics/sample/PlaygroundActivity.java index <HASH>..<HASH> 100644 --- a/app/src/main/java/com/mikpenz/iconics/sample/PlaygroundActivity.java +++ b/app/src/main/java/com/mikpenz/iconics/sample/PlaygroundAct...
* use new functionality of the new IconicsDrawable
mikepenz_Android-Iconics
train
java
2d31ac95121d426d853bbf23ce8c0734e095f87d
diff --git a/chef/lib/chef/knife/cookbook_list.rb b/chef/lib/chef/knife/cookbook_list.rb index <HASH>..<HASH> 100644 --- a/chef/lib/chef/knife/cookbook_list.rb +++ b/chef/lib/chef/knife/cookbook_list.rb @@ -39,7 +39,6 @@ class Chef env = config[:environment] num_versions = config[:all_version...
[CHEF-<I>] remove confusing message about showing all versions
chef_chef
train
rb
a4c7894425ec11859f6c8b0cb970f01842dcf8a4
diff --git a/pygubu/uidesigner/widgeteditor.py b/pygubu/uidesigner/widgeteditor.py index <HASH>..<HASH> 100644 --- a/pygubu/uidesigner/widgeteditor.py +++ b/pygubu/uidesigner/widgeteditor.py @@ -315,8 +315,8 @@ class WidgetsTreeEditor: selection = tree.selection() if selection: selected_i...
Fix exception when clipboard is empty.
alejandroautalan_pygubu
train
py
bae1080f8d0fd55f43c5bbd4fd5e65e750195558
diff --git a/h2o-py/tests/testdir_hdfs/maprfs/pyunit_INTERNAL_HDFS_maprfs_IO.py b/h2o-py/tests/testdir_hdfs/maprfs/pyunit_INTERNAL_HDFS_maprfs_IO.py index <HASH>..<HASH> 100644 --- a/h2o-py/tests/testdir_hdfs/maprfs/pyunit_INTERNAL_HDFS_maprfs_IO.py +++ b/h2o-py/tests/testdir_hdfs/maprfs/pyunit_INTERNAL_HDFS_maprfs_IO....
use hdfs instead of maprfs for model saving
h2oai_h2o-3
train
py
b9843345a117e55ad8ce1a800e25c092b78cf326
diff --git a/src/sos/targets.py b/src/sos/targets.py index <HASH>..<HASH> 100644 --- a/src/sos/targets.py +++ b/src/sos/targets.py @@ -902,9 +902,9 @@ class RuntimeInfo: self.step_md5 = step_md5 self.script = script - self.input_files = input_files - self.dependent_files = dependent_fi...
Stop saving sos_steps in signatures #<I>
vatlab_SoS
train
py
b99c21d0fb549fda6777ebe36b7eb8310d156472
diff --git a/spec/test_node.rb b/spec/test_node.rb index <HASH>..<HASH> 100644 --- a/spec/test_node.rb +++ b/spec/test_node.rb @@ -40,6 +40,7 @@ class TestActor end def suicide(delay, sig=:TERM) + sig = sig.to_sym SimpleCov.result.format! if sig == :KILL # avoid scheduling if no delay if delay...
spec:test-node: args compressed with msgpack loose symbol type
celluloid_dcell
train
rb
95aa681d3b30b80444a5bc9dc86a5996dbcf9ce2
diff --git a/endless_pagination/__init__.py b/endless_pagination/__init__.py index <HASH>..<HASH> 100644 --- a/endless_pagination/__init__.py +++ b/endless_pagination/__init__.py @@ -1 +1 @@ -VERSION = (0, "6a1") \ No newline at end of file +VERSION = (0, "6a2") \ No newline at end of file
Bumped version up a little.
frankban_django-endless-pagination
train
py
80a68bae586ee5efd3896c8920fe39763bf78b80
diff --git a/lib/rpush/cli.rb b/lib/rpush/cli.rb index <HASH>..<HASH> 100644 --- a/lib/rpush/cli.rb +++ b/lib/rpush/cli.rb @@ -135,7 +135,7 @@ module Rpush end def check_ruby_version - STDERR.puts(yellow('WARNING: ') + "You are using an old and unsupported version of Ruby.") if RUBY_VERSION <= '1.9.3' ...
Only perform version check on MRI.
rpush_rpush
train
rb
d57aadd777e946642a10e4976a1f68abe58f3146
diff --git a/lib/rib/extra/debugger.rb b/lib/rib/extra/debugger.rb index <HASH>..<HASH> 100644 --- a/lib/rib/extra/debugger.rb +++ b/lib/rib/extra/debugger.rb @@ -6,7 +6,7 @@ module Rib::Debugger Shell.use(self) ExcludedCommands = %w[irb quit exit backtrace eval p pp ps] - WrappedCommands = %w[help list where...
debugger.rb: list command would destroy the proper state, no idea why
godfat_rib
train
rb
15357a5e0a4172f1ddecb6fdd94786b52e86e28c
diff --git a/src/Rocketeer/Binaries/Scm/Svn.php b/src/Rocketeer/Binaries/Scm/Svn.php index <HASH>..<HASH> 100644 --- a/src/Rocketeer/Binaries/Scm/Svn.php +++ b/src/Rocketeer/Binaries/Scm/Svn.php @@ -80,7 +80,7 @@ class Svn extends AbstractBinary implements ScmInterface $branch = $repository->branch; $...
added a dot in regex for repository string
rocketeers_rocketeer
train
php
153e55685ad58c8f0f93b362c35d1a1c70dbc761
diff --git a/src/transformers/CraftTransformer.php b/src/transformers/CraftTransformer.php index <HASH>..<HASH> 100644 --- a/src/transformers/CraftTransformer.php +++ b/src/transformers/CraftTransformer.php @@ -458,7 +458,7 @@ class CraftTransformer extends Component implements TransformerInterface $tempFi...
Fixes error that would occur when using cwebp and the path had a space.
aelvan_Imager-Craft
train
php
552122ab1c5bc5f42a43232f6ac5ecfc124f0ce1
diff --git a/textx/export.py b/textx/export.py index <HASH>..<HASH> 100644 --- a/textx/export.py +++ b/textx/export.py @@ -263,6 +263,8 @@ def metamodel_export_tofile(metamodel, f, renderer=None): for attr in cls._tx_attrs.values(): if attr.ref and attr.cls.__name__ != 'OBJECT': ...
Render target rule from referenced languages
textX_textX
train
py
41f04eb4266c56bcc59f4f96410b612671e7ba29
diff --git a/src/css_composer/index.js b/src/css_composer/index.js index <HASH>..<HASH> 100644 --- a/src/css_composer/index.js +++ b/src/css_composer/index.js @@ -282,10 +282,9 @@ module.exports = () => { */ setIdStyle(name, style = {}, opts = {}) { const state = opts.state || ''; - const...
Add `_getCurrentMedia` in CssComposer
artf_grapesjs
train
js
559b67d82138d75a8cfd9419ec4e4064c8b3197b
diff --git a/src/Router/Router.php b/src/Router/Router.php index <HASH>..<HASH> 100644 --- a/src/Router/Router.php +++ b/src/Router/Router.php @@ -111,7 +111,7 @@ class Router { } } - private function log($msg, $type = "[Strata::Router]") + private function log($msg, $type = "[Strata:Router]") ...
we only want one ":" because two is one char too many in the long run
strata-mvc_strata
train
php
34fa320f0c809d15d834f1d6a228131d2f84c2cb
diff --git a/escpos/impl/bematech.py b/escpos/impl/bematech.py index <HASH>..<HASH> 100644 --- a/escpos/impl/bematech.py +++ b/escpos/impl/bematech.py @@ -64,6 +64,11 @@ class _ESCBematech(_CommandSet): MP-4200 TH Programmer’s Manual, revision 1.0. """ + def set_expanded(self, flag): + onoff = '\x...
Added set_expanded for Bematech ESC/Bematech
base4sistemas_pyescpos
train
py
2ecac69af3004b19151f046190c6ad2d0ad59bc4
diff --git a/packages/colony-js-contract-loader-http/src/__tests__/index.js b/packages/colony-js-contract-loader-http/src/__tests__/index.js index <HASH>..<HASH> 100644 --- a/packages/colony-js-contract-loader-http/src/__tests__/index.js +++ b/packages/colony-js-contract-loader-http/src/__tests__/index.js @@ -53,7 +53,...
Fix: minor linting problem (prettier) Which for some reason wasn't caught by `lint-stanged`
JoinColony_colonyJS
train
js
8d50275174d5ca9ddba14ebe6e7ffb9c60ac792a
diff --git a/stick/access.go b/stick/access.go index <HASH>..<HASH> 100644 --- a/stick/access.go +++ b/stick/access.go @@ -95,6 +95,11 @@ func Set(acc Accessible, name string, value interface{}) bool { // get value value valueValue := reflect.ValueOf(value) + // correct untyped nil values + if fieldValue.Type().K...
stick: handle untyped nil assignment
256dpi_fire
train
go,go
f2d1829ad0a4c29450f06ca0b5f64a93c10da004
diff --git a/src/Database.php b/src/Database.php index <HASH>..<HASH> 100644 --- a/src/Database.php +++ b/src/Database.php @@ -190,6 +190,8 @@ FOOT; // todo - reset db --- how many time should we do this? 1 - 1000? Should we microtime in c6 $inRefreshStack = $e; + ...
updated db to reset the connection oof
RichardTMiles_CarbonPHP
train
php
2668e9b147e2d79822b6fc991c9a2cf825a723b7
diff --git a/Twig/GridExtension.php b/Twig/GridExtension.php index <HASH>..<HASH> 100644 --- a/Twig/GridExtension.php +++ b/Twig/GridExtension.php @@ -43,12 +43,4 @@ final class GridExtension extends \Twig_Extension new \Twig_SimpleFunction('sylius_grid_render_filter', [$this->gridHelper, 'renderFilter'], ...
Remove unused "getName" method from Twig extensions
Sylius_SyliusGridBundle
train
php
912b806a23f9498c0a78ae9a3ffc4562853fd6eb
diff --git a/lib/pingdom.js b/lib/pingdom.js index <HASH>..<HASH> 100644 --- a/lib/pingdom.js +++ b/lib/pingdom.js @@ -69,7 +69,7 @@ function init(config) { var removeApi = removeResources.map(function(removeResource) { return [ 'remove' + capitalizeFirstLetterAndRemovePeriod(removeResource), - temp...
Fixes issue related to calling remove methods which now bind to 'delMethodName' not 'deleteMethodName'
bebraw_pingdom-api
train
js
144324587f29e9a7457c91b7d2134e4c950eeaaf
diff --git a/salt/modules/cmdmod.py b/salt/modules/cmdmod.py index <HASH>..<HASH> 100644 --- a/salt/modules/cmdmod.py +++ b/salt/modules/cmdmod.py @@ -1388,9 +1388,9 @@ def exec_code(lang, code, cwd=None): with salt.utils.fopen(codefile, 'w+t') as fp_: fp_.write(code) cmd = [lang, codefile] - ret ...
- changed name of internal variable for better readabiility (ret-->stdout)
saltstack_salt
train
py
f7ca0e590e7155da6f78adae55df13e6fd107553
diff --git a/src/FormObject/Support/Laravel/Http/InputRequestProvider.php b/src/FormObject/Support/Laravel/Http/InputRequestProvider.php index <HASH>..<HASH> 100644 --- a/src/FormObject/Support/Laravel/Http/InputRequestProvider.php +++ b/src/FormObject/Support/Laravel/Http/InputRequestProvider.php @@ -19,14 +19,11 @@ c...
Simplified code for better readability
mtils_formobject
train
php
75246709e5c1c8e67aa6d7e3c06c38ec4917e02f
diff --git a/lib/allergies.js b/lib/allergies.js index <HASH>..<HASH> 100644 --- a/lib/allergies.js +++ b/lib/allergies.js @@ -25,6 +25,7 @@ var updateObservation = function (xmlDoc, observation, index) { typeCode: "SUBJ", inversionInd: "true" }); + //js2xml.fillUsingTemplate(e...
allergyIntoleranceObservation fully implemented
amida-tech_blue-button-generate
train
js
1799295a6ae6c2a29ce9a256338a716be77d1fc9
diff --git a/library/rampage/core/resource/ModuleResourcePublishingStrategy.php b/library/rampage/core/resource/ModuleResourcePublishingStrategy.php index <HASH>..<HASH> 100644 --- a/library/rampage/core/resource/ModuleResourcePublishingStrategy.php +++ b/library/rampage/core/resource/ModuleResourcePublishingStrategy.p...
Added option to filter file extensions for resource publishing strategies.
tux-rampage_rampage-php
train
php
4335285a646bf772e87838476257ea5b3146dcbf
diff --git a/cmd/syncthing/cli/show.go b/cmd/syncthing/cli/show.go index <HASH>..<HASH> 100644 --- a/cmd/syncthing/cli/show.go +++ b/cmd/syncthing/cli/show.go @@ -35,6 +35,11 @@ var showCommand = cli.Command{ Usage: "Report about connections to other devices", Action: expects(0, indexDumpOutput("system/connect...
cmd/syncthing/cli: Add show discovery command (fixes #<I>) (#<I>)
syncthing_syncthing
train
go
44afc3d7923eaad883c798f326c68a6061010788
diff --git a/spring-boot-admin-server-ui/app/js/app.js b/spring-boot-admin-server-ui/app/js/app.js index <HASH>..<HASH> 100644 --- a/spring-boot-admin-server-ui/app/js/app.js +++ b/spring-boot-admin-server-ui/app/js/app.js @@ -122,6 +122,7 @@ springBootAdmin.config(function ($stateProvider, $urlRouterProvider) { sprin...
Fix needed page refresh when first app showed up When an empty application list was initially returned the events wasn't pushed into the applications array, because the Applications.query returned no array. This issue made a page refresh necessary.
codecentric_spring-boot-admin
train
js
bba90d2b35129efd322b471a341479b483287ac1
diff --git a/src/models/StyleSheet.js b/src/models/StyleSheet.js index <HASH>..<HASH> 100644 --- a/src/models/StyleSheet.js +++ b/src/models/StyleSheet.js @@ -22,6 +22,9 @@ class StyleSheet { reset() { if (this.styleSheet.sheet) this.styleSheet.flush() } + rules() { + return this.styleSheet.rules() + } ...
the warning-too-many-rules needs this low-level api
styled-components_styled-components
train
js
f20f9cdfd01491baa96edaf0163f68e9c1e3c359
diff --git a/source/application/controllers/admin/genexport_do.php b/source/application/controllers/admin/genexport_do.php index <HASH>..<HASH> 100644 --- a/source/application/controllers/admin/genexport_do.php +++ b/source/application/controllers/admin/genexport_do.php @@ -93,6 +93,6 @@ class GenExport_Do extends DynE...
Update genexport_do.php What sense does it make to first replace all line break chars with newline and then output everything with additional carriage return + newline? we should either simply stick to the newline we chose before or make this configurable.
OXID-eSales_oxideshop_ce
train
php
ee41260d33e561fd91db00276674dd46080e0ddb
diff --git a/salt/states/file.py b/salt/states/file.py index <HASH>..<HASH> 100644 --- a/salt/states/file.py +++ b/salt/states/file.py @@ -2205,7 +2205,8 @@ def replace(name, .. versionadded:: 0.17.0 - Params are identical to :py:func:`~salt.modules.file.replace`. + Params are identical to the remote exe...
Clarify a couple links in the docs
saltstack_salt
train
py
b69aea7c5cbc721374c21b6643b56811f5bf6599
diff --git a/DependencyInjection/Configuration.php b/DependencyInjection/Configuration.php index <HASH>..<HASH> 100644 --- a/DependencyInjection/Configuration.php +++ b/DependencyInjection/Configuration.php @@ -25,15 +25,17 @@ class Configuration implements ConfigurationInterface */ public function getConfig...
moved supportedDrivers to top and use implode instead of json
pix-digital_pixSortableBehaviorBundle
train
php
24928b2dd83e3640cf57ea82c1e07989eace91a1
diff --git a/Components/Export/Continuous/Entity/PlentymarketsExportEntityOrder.php b/Components/Export/Continuous/Entity/PlentymarketsExportEntityOrder.php index <HASH>..<HASH> 100644 --- a/Components/Export/Continuous/Entity/PlentymarketsExportEntityOrder.php +++ b/Components/Export/Continuous/Entity/PlentymarketsExp...
FIX Order export (parcel service id)
plentymarkets_plentymarkets-shopware-connector
train
php
6dadd10a22b761a3e4a2d29652ed6b5d049ce59f
diff --git a/lib/string.rb b/lib/string.rb index <HASH>..<HASH> 100644 --- a/lib/string.rb +++ b/lib/string.rb @@ -1,12 +1,12 @@ class String def dc_expand columns = (0...size).to_a - return [self] unless self.include? ArtDecomp::DontCare + return [self] unless include? ArtDecomp::DontCare offsets = co...
refactor String#dc_expand a bit
chastell_art-decomp
train
rb
bbd9c83545491bf9288e70555eae6316b26e127d
diff --git a/lib/tty/color/mode.rb b/lib/tty/color/mode.rb index <HASH>..<HASH> 100644 --- a/lib/tty/color/mode.rb +++ b/lib/tty/color/mode.rb @@ -3,7 +3,7 @@ module TTY module Color class Mode - TERM_256 = /iTerm.app/x + TERM_256 = /iTerm(\s\d+){0,1}.app/x TERM_64 = /^(hpterm-color|wy370|wy...
support iTerm 2.app for <I> color mode detection
piotrmurach_tty-color
train
rb,rb
47c84268e15b646d86572d4748246e5ba8ceac24
diff --git a/bingmaps/location/location_by_point.py b/bingmaps/location/location_by_point.py index <HASH>..<HASH> 100644 --- a/bingmaps/location/location_by_point.py +++ b/bingmaps/location/location_by_point.py @@ -8,7 +8,9 @@ class LocationByPoint(LocationApi): if not bool(data): raise TypeError(...
Assigned filename variable to 'locationByPoint'. Passed filename to the parent class LocationApi. Moved get_data() call to class initialization.
bharadwajyarlagadda_bingmaps
train
py
03d1784607ee33f3a2018bcd9099336f9556f048
diff --git a/src/main/java/au/com/southsky/jfreesane/SaneSession.java b/src/main/java/au/com/southsky/jfreesane/SaneSession.java index <HASH>..<HASH> 100644 --- a/src/main/java/au/com/southsky/jfreesane/SaneSession.java +++ b/src/main/java/au/com/southsky/jfreesane/SaneSession.java @@ -183,14 +183,13 @@ public final cl...
Don't leave stream in a bad state when session.open() throws (#<I>)
sjamesr_jfreesane
train
java
0af9b74fc627d16c8e14b4eb2165f4bbe1866079
diff --git a/lib/helper/WebDriver.js b/lib/helper/WebDriver.js index <HASH>..<HASH> 100644 --- a/lib/helper/WebDriver.js +++ b/lib/helper/WebDriver.js @@ -1966,9 +1966,13 @@ class WebDriver extends Helper { * I.openNewTab(); * ``` */ - async openNewTab() { + async openNewTab(url = 'about:blank', windowNam...
fix #<I> Can not open more than one tab with webdriver helper (#<I>) * fix openNewTab * Remove uuid dependency * use crypto to generate randow window name * random to string
Codeception_CodeceptJS
train
js
61a5775c83bf0d8429117037f083d407fd6c74c0
diff --git a/examples/ApplicationList.php b/examples/ApplicationList.php index <HASH>..<HASH> 100644 --- a/examples/ApplicationList.php +++ b/examples/ApplicationList.php @@ -37,7 +37,7 @@ if ((!$result) && (count($result))) throw new Exception("phpari error occured", 503); - print_r (jso...
conform back to legacy phpari interface - don't break backward compatibility
greenfieldtech-nirs_phpari
train
php,php
a0e09f3b65711db8d44eedc5b85db9855ed4c055
diff --git a/spec/watoki/scrut/RunStaticTestSuite.php b/spec/watoki/scrut/RunStaticTestSuite.php index <HASH>..<HASH> 100644 --- a/spec/watoki/scrut/RunStaticTestSuite.php +++ b/spec/watoki/scrut/RunStaticTestSuite.php @@ -95,7 +95,7 @@ class RunStaticTestSuite_Foo extends StaticTestSuite { } public functio...
Added pass() method to StaticTestSuite
rtens_scrut
train
php,php
36ca0d3a28059f89bc17e4716e7974169466b30c
diff --git a/dropwizard-jetty/src/main/java/io/dropwizard/jetty/setup/ServletEnvironment.java b/dropwizard-jetty/src/main/java/io/dropwizard/jetty/setup/ServletEnvironment.java index <HASH>..<HASH> 100644 --- a/dropwizard-jetty/src/main/java/io/dropwizard/jetty/setup/ServletEnvironment.java +++ b/dropwizard-jetty/src/m...
Added a setBaseResource() method which was removed in <I> but existed in <I>
dropwizard_dropwizard
train
java
07ee615764179bfa233d10d7553036ff84aabcc6
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ Flask-Login provides jwt endpoint protection for Flask. from setuptools import setup setup(name='Flask-JWT-Extended', - version='0.0.9', + version='1.0.1', url='https://github.com/vimalloc/fla...
Upadte to <I>, switch to semantic versioning
vimalloc_flask-jwt-extended
train
py
0a22e3f43dfc94c7a310e5ebfdade06caaeda53f
diff --git a/test/runner/filters/unified_filter.js b/test/runner/filters/unified_filter.js index <HASH>..<HASH> 100644 --- a/test/runner/filters/unified_filter.js +++ b/test/runner/filters/unified_filter.js @@ -17,7 +17,7 @@ class UnifiedTopologyFilter { return ( typeof unifiedTopology !== 'boolean' || - ...
test: allow values other than `true` for unified filter
mongodb_node-mongodb-native
train
js
0bf62f392f41fc74daab5b5ab6bdd46ee51100d1
diff --git a/internal/shareable/shareable.go b/internal/shareable/shareable.go index <HASH>..<HASH> 100644 --- a/internal/shareable/shareable.go +++ b/internal/shareable/shareable.go @@ -141,7 +141,7 @@ func (i *Image) ensureNotShared() { func (i *Image) forceShared() { if i.backend == nil { - i.allocate(false) +...
shareable: Bug fix: forceShared should allocate backend as shareable
hajimehoshi_ebiten
train
go
74933563232753b0f5e57c225a0bec95ec3d9734
diff --git a/src/Controller/PageSeoController.php b/src/Controller/PageSeoController.php index <HASH>..<HASH> 100644 --- a/src/Controller/PageSeoController.php +++ b/src/Controller/PageSeoController.php @@ -298,7 +298,13 @@ class PageSeoController extends AbstractActionController private function cleanURL(string $...
fixed issue of url format in seo
melisplatform_melis-cms
train
php
35628a44b2b8ccf6d1931222447c5ab27b19c7e7
diff --git a/railties/lib/rails/generators/erb/mailer/mailer_generator.rb b/railties/lib/rails/generators/erb/mailer/mailer_generator.rb index <HASH>..<HASH> 100644 --- a/railties/lib/rails/generators/erb/mailer/mailer_generator.rb +++ b/railties/lib/rails/generators/erb/mailer/mailer_generator.rb @@ -1,8 +1,10 @@ -req...
MailerGenerator should inherit from Base.
rails_rails
train
rb
903d542da1a1428e5f7a144c746e7b19b3adec0d
diff --git a/ns_api.py b/ns_api.py index <HASH>..<HASH> 100644 --- a/ns_api.py +++ b/ns_api.py @@ -714,6 +714,7 @@ class NSAPI(object): files=None, auth=HTTPBasicAuth(self.username, self.apikey)) + r.encoding = 'utf-8' r.raise_for_status() ...
Fix NS response encoding by explicity setting utf-8 If encoding is not set, encoding is determined as ISO-<I>-1 (latin-1). This results in wrong decoding of some station names, and possibly other characters.
aquatix_ns-api
train
py
1a856e19ac42c646740d878fc60a098698a7bda4
diff --git a/packages/cozy-client/src/queries/optimize.js b/packages/cozy-client/src/queries/optimize.js index <HASH>..<HASH> 100644 --- a/packages/cozy-client/src/queries/optimize.js +++ b/packages/cozy-client/src/queries/optimize.js @@ -1,7 +1,9 @@ import mapValues from 'lodash/mapValues' import groupBy from 'lodas...
feat(client): Optimize queries by deduplicating ✨
cozy_cozy-client
train
js
76a31e72d73e532a0e5def6c1521ac65085f6c56
diff --git a/tinylog-impl/src/test/java/org/tinylog/path/FileTupleTest.java b/tinylog-impl/src/test/java/org/tinylog/path/FileTupleTest.java index <HASH>..<HASH> 100644 --- a/tinylog-impl/src/test/java/org/tinylog/path/FileTupleTest.java +++ b/tinylog-impl/src/test/java/org/tinylog/path/FileTupleTest.java @@ -226,9 +22...
Fix JUnit test for deletion warnings on POSIX compatible OSs
pmwmedia_tinylog
train
java
5a55a41297015bcff5353b11efdc04ab2a603e1b
diff --git a/urwid_datatable/listbox.py b/urwid_datatable/listbox.py index <HASH>..<HASH> 100644 --- a/urwid_datatable/listbox.py +++ b/urwid_datatable/listbox.py @@ -96,6 +96,8 @@ class ScrollingListBox(urwid.WidgetWrap): self.requery = False self.height = 0 + self.queued_keypress = None + ...
Queue keypress event when loading more data.
tonycpsu_panwid
train
py
b88395ca16c043a94e9f42667c8a34d612b1a678
diff --git a/internetarchive/session.py b/internetarchive/session.py index <HASH>..<HASH> 100644 --- a/internetarchive/session.py +++ b/internetarchive/session.py @@ -331,6 +331,7 @@ class ArchiveSession(requests.sessions.Session): def send(self, request, **kwargs): # Catch urllib3 warnings for HTTPS re...
local variable 'insecure' referenced before assignment. Fixes #<I>
jjjake_internetarchive
train
py
6f2aaa5ee4b0b17ef3ff457aabbb5e3bf87c33f0
diff --git a/lib/waterline/query/dql/update.js b/lib/waterline/query/dql/update.js index <HASH>..<HASH> 100644 --- a/lib/waterline/query/dql/update.js +++ b/lib/waterline/query/dql/update.js @@ -98,7 +98,7 @@ function prepareArguments(criteria, values) { function createBelongsTo(valuesObject, cb) { var self = this;...
Fix callback being called multiple times when updating model with associations
balderdashy_waterline
train
js
e6c01c904201776cd4c2c809efad70f42fc41a21
diff --git a/lib/api.rb b/lib/api.rb index <HASH>..<HASH> 100644 --- a/lib/api.rb +++ b/lib/api.rb @@ -3,7 +3,11 @@ require 'ffi' module Proj module Api extend FFI::Library - ffi_lib ['libproj', 'libproj-15', 'libproj-12'] + ffi_lib ['libproj', + 'libproj-15', # Proj 6 + 'libproj-...
Update api search path to work with MacPorts.
cfis_proj4rb
train
rb
1a7d0a97dafc861a9088408cf65d4635bf4abb76
diff --git a/addon/serializers/osf-serializer.js b/addon/serializers/osf-serializer.js index <HASH>..<HASH> 100644 --- a/addon/serializers/osf-serializer.js +++ b/addon/serializers/osf-serializer.js @@ -68,6 +68,7 @@ export default DS.JSONAPISerializer.extend({ serialize: function(snapshot, options) { v...
Change serialized data type to underscore version of type.
CenterForOpenScience_ember-osf
train
js
e012ea29816efeedcfb8e242702bbb925c092794
diff --git a/Resources/skeleton/app/check.php b/Resources/skeleton/app/check.php index <HASH>..<HASH> 100644 --- a/Resources/skeleton/app/check.php +++ b/Resources/skeleton/app/check.php @@ -25,8 +25,13 @@ echo "* from your web server using the web/config.php script.\n"; echo_title('Mandatory requirements'); +$ch...
app/config.php was out of sync with symfony/symfony-standard
sensiolabs_SensioDistributionBundle
train
php
4ab4f788cad08d8ac1456cc0bd28a5fc5c408198
diff --git a/src/test/java/org/mariadb/jdbc/ConnectionPoolTest.java b/src/test/java/org/mariadb/jdbc/ConnectionPoolTest.java index <HASH>..<HASH> 100644 --- a/src/test/java/org/mariadb/jdbc/ConnectionPoolTest.java +++ b/src/test/java/org/mariadb/jdbc/ConnectionPoolTest.java @@ -60,7 +60,8 @@ public class ConnectionPool...
[misc] ensuring test effectiveness
MariaDB_mariadb-connector-j
train
java
fbaa3e93905ebe62788d1509f74bff847701ba3f
diff --git a/djes/management/commands/bulk_index.py b/djes/management/commands/bulk_index.py index <HASH>..<HASH> 100644 --- a/djes/management/commands/bulk_index.py +++ b/djes/management/commands/bulk_index.py @@ -41,7 +41,7 @@ def bulk_index(es, index=None, version=1, out=None): for model in indexable_registry...
I guess I can't use __class__.__name__ with these objects
theonion_djes
train
py,py
d9542a3adcee7c152e5f2ec45bc305f4ead7193d
diff --git a/src/expresso24Tracker.js b/src/expresso24Tracker.js index <HASH>..<HASH> 100644 --- a/src/expresso24Tracker.js +++ b/src/expresso24Tracker.js @@ -22,7 +22,8 @@ expresso.getInfo = function (id, callback) { form: { ref_cliente: id }, - timeout: 30000 + timeout: 30...
Fixed encoding in expresso<I> tracker
hdnpt_geartrack
train
js
eebac112a2f77c2427e17f79f7c5bfee1450a7ad
diff --git a/pyzotero/tests.py b/pyzotero/tests.py index <HASH>..<HASH> 100644 --- a/pyzotero/tests.py +++ b/pyzotero/tests.py @@ -82,7 +82,9 @@ def mock_response(req):     </content>   </entry> </feed>""" - resp = urllib2.addinfourl(StringIO(test_item), 'This is a mocked URI!', req.get_full_url()) + ...
Breaking up some over-long lines
urschrei_pyzotero
train
py
1741a55895c164d75736283cf16135e0388078b6
diff --git a/Exception/ApiException.php b/Exception/ApiException.php index <HASH>..<HASH> 100644 --- a/Exception/ApiException.php +++ b/Exception/ApiException.php @@ -87,6 +87,11 @@ class ApiException extends \RuntimeException const OPERATION_NOT_ALLOWED = 155; /** + * Не позволяется изменение архивных ...
Added constant for error with code <I>
biplane_yandex-direct
train
php
55200c5d211e2e20fc4b8645e666c59c1e31ab4e
diff --git a/Propel/ElasticaToModelTransformer.php b/Propel/ElasticaToModelTransformer.php index <HASH>..<HASH> 100644 --- a/Propel/ElasticaToModelTransformer.php +++ b/Propel/ElasticaToModelTransformer.php @@ -131,7 +131,7 @@ class ElasticaToModelTransformer extends AbstractElasticaToModelTransformer retu...
Fixed PropelCollection to array casting error The ElasticaToModelTransformer failed when fetching propel results.
FriendsOfSymfony_FOSElasticaBundle
train
php
35b011eef105e253de14dcb43f0ae27cc2271b60
diff --git a/output/html/theme.php b/output/html/theme.php index <HASH>..<HASH> 100644 --- a/output/html/theme.php +++ b/output/html/theme.php @@ -74,8 +74,9 @@ class QM_Output_Html_Theme extends QM_Output_Html { if ( $data['count_template_parts'][ $filename ] > 1 ) { $count = sprintf( - __( 'Included...
Correct i<I>n and plural form for the template part count.
johnbillion_query-monitor
train
php
b9439df0dd103e1b4bf3419e1bd91d3592ca863e
diff --git a/src/sap.ui.table/test/sap/ui/table/qunit/TableScrollExtension.qunit.js b/src/sap.ui.table/test/sap/ui/table/qunit/TableScrollExtension.qunit.js index <HASH>..<HASH> 100644 --- a/src/sap.ui.table/test/sap/ui/table/qunit/TableScrollExtension.qunit.js +++ b/src/sap.ui.table/test/sap/ui/table/qunit/TableScroll...
[INTERNAL][FIX] sap.ui.table.*: Fix horizontal scroll synchronization test failures. The delay before the assertions are evaluated, after synchronization is performed, was too low for Chrome and Edge and has been increased. Change-Id: If1be2a0e<I>f<I>d<I>ae<I>a<I>b3
SAP_openui5
train
js
783a2ea6f64f3ffab01b42268445f6c91b376fe1
diff --git a/tests/framework/db/ar/CActiveRecordTest.php b/tests/framework/db/ar/CActiveRecordTest.php index <HASH>..<HASH> 100644 --- a/tests/framework/db/ar/CActiveRecordTest.php +++ b/tests/framework/db/ar/CActiveRecordTest.php @@ -1416,6 +1416,7 @@ class CActiveRecordTest extends CTestCase /** * @see https:/...
"CActiveRecordTest::testCountWithHavingRelational()" has been updated exposing issue #<I>
yiisoft_yii
train
php
5afb4c6857451affdb4a28503116fb3e4584bd67
diff --git a/src/lib/sync.js b/src/lib/sync.js index <HASH>..<HASH> 100644 --- a/src/lib/sync.js +++ b/src/lib/sync.js @@ -19,6 +19,8 @@ define([ var settings = util.getSettingStore('remotestorage_sync'); + // hack! set from remoteStorage via setAccess. + var access; // Section: How to configure sync /...
(temporarily) passing the 'access' object to sync via sync.setAccess
remotestorage_remotestorage.js
train
js
ddfc4b914e3a8b42cf927cf7e2ff99e5003e5738
diff --git a/test/func/advanced.spec.js b/test/func/advanced.spec.js index <HASH>..<HASH> 100644 --- a/test/func/advanced.spec.js +++ b/test/func/advanced.spec.js @@ -43,7 +43,7 @@ describe('Functional: Advanced usage', function () { expect(sevenWindows._args).to.includes('-ssc') }) - it('should be able to c...
fix: Add debug statement for Windows
quentinrossetti_node-7z
train
js
17d584fc0e6ee59f5a1dec316b0904186998ef43
diff --git a/lib/Packager/options.js b/lib/Packager/options.js index <HASH>..<HASH> 100644 --- a/lib/Packager/options.js +++ b/lib/Packager/options.js @@ -15,6 +15,11 @@ module.exports = { 'working directory. Cannot be defined in configuration.', position: 0 }, + name: { + help: 'In rare cases you may want to...
allow overriding the provided name from a configuration file Enyo-DCO-<I>-
enyojs_enyo-dev
train
js,js
51b5db11997dfe4b117655a050b09e3ef7b0747a
diff --git a/activerecord/lib/active_record/aggregations.rb b/activerecord/lib/active_record/aggregations.rb index <HASH>..<HASH> 100644 --- a/activerecord/lib/active_record/aggregations.rb +++ b/activerecord/lib/active_record/aggregations.rb @@ -75,7 +75,7 @@ module ActiveRecord # # customer.balance = Mone...
Fixed indentation error caused by the last commit.
rails_rails
train
rb