hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
6531e883e7d66f6bd4be8e90d6e8f83def8f4e83
diff --git a/pypeaks/data.py b/pypeaks/data.py index <HASH>..<HASH> 100644 --- a/pypeaks/data.py +++ b/pypeaks/data.py @@ -3,7 +3,6 @@ import pickle from warnings import warn import numpy as np -import pylab as p from scipy.ndimage.filters import gaussian_filter import slope @@ -284,6 +283,9 @@ class Data: ...
moved pylab import to plot function
gopalkoduri_pypeaks
train
e2de81f9bf7f787e1a3c799bde45167e72ab4576
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -186,7 +186,12 @@ module.exports = function(options) { mainPath = path.dirname(file.path); mainName = path.basename(file.path); - processHtml(String(file.contents), this.push.bind(this), callback); + ...
Fixed uncatched global PluginError on missing paths and rerouted to the gulp error pipeline
zont_gulp-usemin
train
9449dfb8d123b4d8cfda40942f92ec4cb50ee537
diff --git a/Grid/Source/Entity.php b/Grid/Source/Entity.php index <HASH>..<HASH> 100644 --- a/Grid/Source/Entity.php +++ b/Grid/Source/Entity.php @@ -21,6 +21,7 @@ use Doctrine\ORM\QueryBuilder; use Symfony\Component\HttpKernel\Kernel; use Doctrine\ORM\Query\ResultSetMapping; use Doctrine\ORM\Tools\Pagination\Count...
use doctrine paginator to get results
APY_APYDataGridBundle
train
92322384e37e6c99d8ce106f7db325d421131f37
diff --git a/test/irc.js b/test/irc.js index <HASH>..<HASH> 100755 --- a/test/irc.js +++ b/test/irc.js @@ -53,21 +53,8 @@ describe('capabilities event', function () { setup(); Events.once('key.capabilities', function(o) { o.should.have.property('channel'); - o.channel.should.have.property('idlength'); -...
Consolidated all the should.have.property into should.have.properties
ircanywhere_irc-factory
train
302d97587ea89e5ee3ada5e3fc5e3746cff25a4c
diff --git a/drools-core/src/main/java/org/drools/reteoo/ReteooToJungVisitor.java b/drools-core/src/main/java/org/drools/reteoo/ReteooToJungVisitor.java index <HASH>..<HASH> 100644 --- a/drools-core/src/main/java/org/drools/reteoo/ReteooToJungVisitor.java +++ b/drools-core/src/main/java/org/drools/reteoo/ReteooToJungVi...
-Made it worked with EvalConditionNodes git-svn-id: <URL>
kiegroup_drools
train
5ae81455381cdf6a92b30ae6e38d654bd6d09892
diff --git a/source.go b/source.go index <HASH>..<HASH> 100644 --- a/source.go +++ b/source.go @@ -103,6 +103,12 @@ func (s *SCP) SendDir(srcDir, destDir string, acceptFn AcceptFunc) error { prevDir := srcDir myWalkFn := func(path string, info os.FileInfo, err error) error { + // We must check err is not nil ...
Check err passed to walk function is not nil
hnakamur_go-scp
train
1f453f792e8d99110e80164943d7f910b82772f1
diff --git a/CHANGELOG.md b/CHANGELOG.md index <HASH>..<HASH> 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 0.1.4 - Nov 17 2018 +- More verbose output to make it easier to catch ERB errors. + ## 0.1.3 - Nov 12 2018 - Added helper method `file_sha256(file)` to return the SHA256 of `fi...
More verbose output to make it easier to catch ERB errors.
parruda_tflat
train
96e4f764a3a46a164fea5d5edfff7a9126ae1a36
diff --git a/perceval/backends/core/gitlab.py b/perceval/backends/core/gitlab.py index <HASH>..<HASH> 100644 --- a/perceval/backends/core/gitlab.py +++ b/perceval/backends/core/gitlab.py @@ -81,7 +81,7 @@ class GitLab(Backend): :param sleep_time: time to sleep in case :param blacklist_ids: ids of items that m...
[gitlab] Fix `has_resuming` method This code fixes the return value of the `has_resuming` method, which now is set to true.
chaoss_grimoirelab-perceval
train
2166ed415f0155055554e2d70aa738e082f30399
diff --git a/gui/src/main/java/org/jboss/as/console/client/domain/runtime/DomainRuntimePresenter.java b/gui/src/main/java/org/jboss/as/console/client/domain/runtime/DomainRuntimePresenter.java index <HASH>..<HASH> 100644 --- a/gui/src/main/java/org/jboss/as/console/client/domain/runtime/DomainRuntimePresenter.java +++ ...
HAL-<I>: Add 'Force Shutdown' command to server actions
hal_core
train
4cef3046369879ffa0ecd6f71834c8a4f30ee836
diff --git a/src/DependencyInjection/EventDispatcherAwareInterface.php b/src/DependencyInjection/EventDispatcherAwareInterface.php index <HASH>..<HASH> 100644 --- a/src/DependencyInjection/EventDispatcherAwareInterface.php +++ b/src/DependencyInjection/EventDispatcherAwareInterface.php @@ -2,7 +2,7 @@ namespace Acco...
Updated EventDispatcherAwareInterface to use Accompli\EventDispatcher\EventDispatcherInterface
accompli_accompli
train
1d48ba9e7d79d44c54375a7d317f310d1fb5f527
diff --git a/README.md b/README.md index <HASH>..<HASH> 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,38 @@ composer require --dev bound1ess/essence ## Cheatsheet -... +### Links + +- of +- have +- be +- at +- to + +### Matchers + +| Name | Aliases | +-------|---------- +| TypeMatcher | an, a, type ...
Fix coverage issues, write Cheatsheet.
bound1ess_essence
train
72378c2035c74a2776d0ee5aafce8cc02dc874ca
diff --git a/testsuite/domain/src/test/java/org/jboss/as/test/integration/domain/AbstractSSLMasterSlaveTestCase.java b/testsuite/domain/src/test/java/org/jboss/as/test/integration/domain/AbstractSSLMasterSlaveTestCase.java index <HASH>..<HASH> 100644 --- a/testsuite/domain/src/test/java/org/jboss/as/test/integration/do...
[WFCORE-<I>] Intermittent failures in SSLMasterSlaveOneWayTestCase fixed
wildfly_wildfly-core
train
a4bef26bd42391935fe3d2796cc677cad6dd1050
diff --git a/modis/discord_modis/modules/rocketleague/on_message.py b/modis/discord_modis/modules/rocketleague/on_message.py index <HASH>..<HASH> 100644 --- a/modis/discord_modis/modules/rocketleague/on_message.py +++ b/modis/discord_modis/modules/rocketleague/on_message.py @@ -20,6 +20,10 @@ async def on_message(messa...
Added aliases for platform names Can type in a variety of platform names to access a platform.
ModisWorks_modis
train
d3105b275ee40f87ce7845bd5d6db67cd9fe7bf2
diff --git a/pkg/cmd/server/bootstrappolicy/constants.go b/pkg/cmd/server/bootstrappolicy/constants.go index <HASH>..<HASH> 100644 --- a/pkg/cmd/server/bootstrappolicy/constants.go +++ b/pkg/cmd/server/bootstrappolicy/constants.go @@ -53,22 +53,23 @@ const ( // Roles const ( - ClusterAdminRoleName = "cluster-...
Aggregate cluster-reader role Turn cluster-reader into an aggregate-able role and aggregate view into it. The aggregation of view results in adding the following rules to cluster-reader: - imagestreammappings: get list watch - imagestreammappings.image.openshift.io: get list watch - jenkins.build.openshift.io: view
openshift_origin
train
d381a62b9f636a3072768e9bd90905a7fadc4e4f
diff --git a/organizations/forms.py b/organizations/forms.py index <HASH>..<HASH> 100644 --- a/organizations/forms.py +++ b/organizations/forms.py @@ -95,7 +95,7 @@ class OrganizationAddForm(forms.ModelForm): Form class for creating a new organization, complete with new owner, including a User instance, Organ...
Increase OrganizationAddForm email max_length to <I> In keeping with email field length in OrganizationUserAddForm
bennylope_django-organizations
train
cee94f52d52806885fbd63d63addc3708b25f409
diff --git a/lib/chef/formatters/error_inspectors/resource_failure_inspector.rb b/lib/chef/formatters/error_inspectors/resource_failure_inspector.rb index <HASH>..<HASH> 100644 --- a/lib/chef/formatters/error_inspectors/resource_failure_inspector.rb +++ b/lib/chef/formatters/error_inspectors/resource_failure_inspector....
CHEF-<I> fix sensitive data output on failure provide a way to supprese sensitive attribute for a resource * add sensitive attribute to the resource class * fix output in resource_failure_inspector if sensitive attribute set * add spec tests for resource fix implementation based on PR reivew * suppres to_text ouptut ...
chef_chef
train
68bc92e4b11118919f623e9bda0284cee748a11a
diff --git a/api/src/test/java/io/opencensus/trace/export/SpanDataTest.java b/api/src/test/java/io/opencensus/trace/export/SpanDataTest.java index <HASH>..<HASH> 100644 --- a/api/src/test/java/io/opencensus/trace/export/SpanDataTest.java +++ b/api/src/test/java/io/opencensus/trace/export/SpanDataTest.java @@ -34,9 +34,...
Use ArrayList instead of LinkedList in SpanDataTest.java to fix warning.
census-instrumentation_opencensus-java
train
d1deb3c6af2ef399f39a6735e3f89f45b93cc3a5
diff --git a/ores/wsgi/routes/v1/scores.py b/ores/wsgi/routes/v1/scores.py index <HASH>..<HASH> 100644 --- a/ores/wsgi/routes/v1/scores.py +++ b/ores/wsgi/routes/v1/scores.py @@ -65,7 +65,7 @@ def configure(config, bp, scoring_system): try: score_doc = scoring_system.score( contex...
Reverts to old v1 format for requests that parameterize model.
wikimedia_ores
train
c26c22d74b68122d08894accfaa77c69672993cb
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -63,8 +63,12 @@ class VersionInfo(type): def __str__(cls): return '.'.join(map(str, cls.info)) +# Hack for metaclass support in both Py2 and Py3 +class VersionInfo_metaclass(VersionInfo): + def __new__(cls, *ba...
🐛 Switched setup's metaclass to py2 syntax To make py2 parse correctly the file and show the nice "use python3" error. Added a hack to have a py2/py3 support for metaclass on Version, to avoid the new `metaclass=` syntax in setup.py. * Fixes issue #<I>
guyzmo_git-repo
train
afea467352eee229d9c70dd81902b76c90829372
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup setup( name='AIKIF', - version='0.1.2', + version='0.1.3', author='Duncan Murray', author_email='djmurray@acutesoftware.com.au', packages=['aikif', 'aikif....
setup updated with correct classifiers and new version <I>
acutesoftware_AIKIF
train
491070ac6da72f81b952eb4959365b9788223dcf
diff --git a/coursera/coursera_dl.py b/coursera/coursera_dl.py index <HASH>..<HASH> 100644 --- a/coursera/coursera_dl.py +++ b/coursera/coursera_dl.py @@ -72,7 +72,7 @@ except ImportError: from .cookies import ( AuthenticationFailed, ClassNotFound, get_cookies_for_class, make_cookie_values, login, TLSAdapter...
Optionally use keyring to store credentials Note from Rogério Theodoro de Brito: > I resolved many conflicts against the following files: > > README.md > coursera/coursera_dl.py > coursera/test/test_credentials.py > requirements.txt
coursera-dl_coursera-dl
train
e4394890ed6b9f6d90f9f8ab9ee87066d68926ab
diff --git a/lib/loops/cli/options.rb b/lib/loops/cli/options.rb index <HASH>..<HASH> 100644 --- a/lib/loops/cli/options.rb +++ b/lib/loops/cli/options.rb @@ -238,8 +238,8 @@ module Loops ENV['RAILS_ENV'] = Loops.environment # Bootstrap Rails - require Loops.root + 'config/boot' -...
Fail gracefully when executed from outside a Rails project directory
kovyrin_loops
train
15db8346748f9cb449c81c3895cfbeb83ac8b3eb
diff --git a/app.js b/app.js index <HASH>..<HASH> 100644 --- a/app.js +++ b/app.js @@ -21,28 +21,40 @@ app.configure(function(){ app.use(express.methodOverride()); }); +var githubJson = { repos: [] }; + app.get("/", function(req, res) { - jf.readFile(__dirname + '/public/github.json', function(err, github) { - ...
In-memory caching (for Heroku read only file system) with disk caching fallback (for development)
webuildorg_webuild-repos
train
d9cc01be2f37b01257d15497885718c631742c2a
diff --git a/src/Filesystem/Entity.php b/src/Filesystem/Entity.php index <HASH>..<HASH> 100644 --- a/src/Filesystem/Entity.php +++ b/src/Filesystem/Entity.php @@ -345,6 +345,11 @@ class Entity extends Obj { if (isset($this->filename)) { + // If it is a dotfile the filename is '' and the extension will be the ...
[fix] Fix displayName for dotfiles (#<I>) Dotfiles come through with an empty filename and a populated extension
hubzero_framework
train
93383a99192ad87df118cd2a4235b4c33d7488a6
diff --git a/test/runtime/chaos.go b/test/runtime/chaos.go index <HASH>..<HASH> 100644 --- a/test/runtime/chaos.go +++ b/test/runtime/chaos.go @@ -85,7 +85,7 @@ var _ = Describe("RuntimeChaos", func() { originalEndpointList := vm.Exec(endpointListCmd) err := vm.RestartCilium() - Expect(err).Should(BeNil()) + ...
test: Add a description to every Cilium restart check
cilium_cilium
train
5e0cc2c699de5a5492b74392ca1439334acb902f
diff --git a/hilbert/static/js/jquery.dj.hilbert.js b/hilbert/static/js/jquery.dj.hilbert.js index <HASH>..<HASH> 100644 --- a/hilbert/static/js/jquery.dj.hilbert.js +++ b/hilbert/static/js/jquery.dj.hilbert.js @@ -0,0 +1 @@ +if(!window.console) console = {log: function() {}};
Ensure console.log is defined.
mlavin_django-hilbert
train
fd64f1af5ad651edf4e99fc0922d6e97ff175a50
diff --git a/migrations/20150223121338_notices_table.php b/migrations/20150223121338_notices_table.php index <HASH>..<HASH> 100644 --- a/migrations/20150223121338_notices_table.php +++ b/migrations/20150223121338_notices_table.php @@ -19,8 +19,8 @@ class NoticesTable extends AbstractMigration ->addColumn...
Improve migration for notices to include default value
FelixOnline_BaseApp
train
1ea536b894c28995671cd77afdff8d76a69199bc
diff --git a/Gruntfile.js b/Gruntfile.js index <HASH>..<HASH> 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -210,7 +210,9 @@ module.exports = function(grunt) { ]); grunt.registerTask( "default", [ - "jshint:grunt:source:test", + "jshint:grunt", + "jshint:source", + "jshint:test", "test", "requirejs", ...
Split jshint:grunt:source:test Apparently, the joint form doesn't work.
rxaviers_cldrjs
train
8f1b860c6010a886c3b347b5f933e6c71c76c2e4
diff --git a/lib/sprockets/context.rb b/lib/sprockets/context.rb index <HASH>..<HASH> 100644 --- a/lib/sprockets/context.rb +++ b/lib/sprockets/context.rb @@ -31,14 +31,14 @@ module Sprockets @content_type = input[:content_type] @_required_paths = [] - @_stubbed_assets = Set.new + @_stubbe...
Consistent naming for stubbed paths
rails_sprockets
train
d923c73076e03281304c994dc368690c4aaa2f91
diff --git a/src/Http/Controllers/WebhookController.php b/src/Http/Controllers/WebhookController.php index <HASH>..<HASH> 100644 --- a/src/Http/Controllers/WebhookController.php +++ b/src/Http/Controllers/WebhookController.php @@ -51,7 +51,7 @@ class WebhookController extends Controller * @param \Braintree\Webho...
Remove return types from WebhookController
laravel_cashier-braintree
train
2a0d6c1b47df2ebf6e6182142ad8c10a7044fdda
diff --git a/caspo/analyze/__init__.py b/caspo/analyze/__init__.py index <HASH>..<HASH> 100644 --- a/caspo/analyze/__init__.py +++ b/caspo/analyze/__init__.py @@ -48,5 +48,5 @@ reg.register('caspo.analyze.diff', os.path.join(root, 'encodings/gringo4/dif reg = component.getUtility(asp.IArgumentRegistry) reg.regist...
no need to create new clingo utility for child processes
bioasp_caspo
train
8bd62346cf8b5e9e24aacfb739d419052651ca92
diff --git a/internal/config/config.go b/internal/config/config.go index <HASH>..<HASH> 100644 --- a/internal/config/config.go +++ b/internal/config/config.go @@ -94,14 +94,20 @@ func filePath() (string, error) { } func moveConfig(from, to string) error { + // read the config b, err := ioutil.ReadFile(from) if ...
fix moveConfig by deleting file
micro_micro
train
e762a61dbf6b9ac489ccbcfdeee992a92557db68
diff --git a/custodian/vasp/handlers.py b/custodian/vasp/handlers.py index <HASH>..<HASH> 100644 --- a/custodian/vasp/handlers.py +++ b/custodian/vasp/handlers.py @@ -1302,6 +1302,12 @@ class PositiveEnergyErrorHandler(ErrorHandler): "action": {"_set": {"ALGO": "Normal"}}}] VaspMod...
decrease POTIM for PositiveEnergyHandler if current fix does not work
materialsproject_custodian
train
76a0f97a9cbf2ff67195e4bab6ccbc8e2064dbd3
diff --git a/shap/plots/_text.py b/shap/plots/_text.py index <HASH>..<HASH> 100644 --- a/shap/plots/_text.py +++ b/shap/plots/_text.py @@ -696,15 +696,31 @@ def saliency_plot(shap_values): uuid = ''.join(random.choices(string.ascii_lowercase, k=20)) + clustering = getattr(shap_values, "clustering", ...
Saliency Plot inputs clustered
slundberg_shap
train
b8a4c742bb32d48e26de1a0a0da82fdb096f6472
diff --git a/Resources/public/js/sequence/Common/Services/CommonService.js b/Resources/public/js/sequence/Common/Services/CommonService.js index <HASH>..<HASH> 100644 --- a/Resources/public/js/sequence/Common/Services/CommonService.js +++ b/Resources/public/js/sequence/Common/Services/CommonService.js @@ -153,10 +153,1...
[ExoBundle] Fix solutions problem on the papers page
claroline_Distribution
train
c4b3f1a3c57e33924f78377f271f8c8c368cbbc4
diff --git a/test/Models/RegionProviderListSpec.js b/test/Models/RegionProviderListSpec.js index <HASH>..<HASH> 100644 --- a/test/Models/RegionProviderListSpec.js +++ b/test/Models/RegionProviderListSpec.js @@ -27,17 +27,17 @@ describe('RegionProviderList', function() { it('can find region SA4 by alias', function(...
Make tests expect undefined, not null.
TerriaJS_terriajs
train
ffc3ab2d19eb1eb40bfd6376061689b5887defc3
diff --git a/war/src/main/webapp/scripts/behavior.js b/war/src/main/webapp/scripts/behavior.js index <HASH>..<HASH> 100644 --- a/war/src/main/webapp/scripts/behavior.js +++ b/war/src/main/webapp/scripts/behavior.js @@ -58,7 +58,8 @@ var Behaviour = { Behaviour.list._each(function(sheet) { for (var...
To simplify creating a break point on rule application
jenkinsci_jenkins
train
550fb4e0ec20081416b1842a0210c59328ef9d23
diff --git a/Tests/js/views/services/assets/ez-locationviewviewservice-tests.js b/Tests/js/views/services/assets/ez-locationviewviewservice-tests.js index <HASH>..<HASH> 100644 --- a/Tests/js/views/services/assets/ez-locationviewviewservice-tests.js +++ b/Tests/js/views/services/assets/ez-locationviewviewservice-tests....
Fix EZP-<I>: Missing code coverage in ez-locationviewviewservice.js
ezsystems_PlatformUIBundle
train
f413b720c0a05915f2bc12661625e9af97cf88af
diff --git a/lib/amqp_client.js b/lib/amqp_client.js index <HASH>..<HASH> 100644 --- a/lib/amqp_client.js +++ b/lib/amqp_client.js @@ -137,14 +137,6 @@ AMQPClient.prototype.connect = function(url) { self._session.connection = self._connection; } else { self._session = self._newSession(c); - ...
Moving event bindings to newSession/newConnection
noodlefrenzy_node-amqp10
train
3d3c2b1f240f97f79ca02e50f8f902e80515e763
diff --git a/core/server/src/main/java/alluxio/master/file/meta/MountTable.java b/core/server/src/main/java/alluxio/master/file/meta/MountTable.java index <HASH>..<HASH> 100644 --- a/core/server/src/main/java/alluxio/master/file/meta/MountTable.java +++ b/core/server/src/main/java/alluxio/master/file/meta/MountTable.ja...
Mark member variable mMountTable "final" in class MountTable
Alluxio_alluxio
train
f7691c957f73c029a203f521058664cc7b067356
diff --git a/ELiDE/ELiDE/board/board.py b/ELiDE/ELiDE/board/board.py index <HASH>..<HASH> 100644 --- a/ELiDE/ELiDE/board/board.py +++ b/ELiDE/ELiDE/board/board.py @@ -244,11 +244,16 @@ class Board(RelativeLayout): Logger.debug("Board: selecting " + repr(candidate)) if hasattr(self.sele...
Be more consistent about telling the selection it's selected I don't remember exactly why I have separate properties 'selected' and 'hit'. Maybe I'll remove one eventually.
LogicalDash_LiSE
train
b0604f40034f07620f9afcf9d54450d977dfadf2
diff --git a/pulsar/managers/stateful.py b/pulsar/managers/stateful.py index <HASH>..<HASH> 100644 --- a/pulsar/managers/stateful.py +++ b/pulsar/managers/stateful.py @@ -32,7 +32,7 @@ class StatefulManagerProxy(ManagerProxy): def __init__(self, manager, **manager_options): super(StatefulManagerProxy, s...
Interval must be treated as a number Otherwise it gets passed to a timedelta somewhere which is unhappy with having a str passed to it.
galaxyproject_pulsar
train
3f882cb9cc7364e4f170816584f55fa077362406
diff --git a/salt/cli/caller.py b/salt/cli/caller.py index <HASH>..<HASH> 100644 --- a/salt/cli/caller.py +++ b/salt/cli/caller.py @@ -202,7 +202,7 @@ class ZeroMQCaller(object): ''' channel = salt.transport.Channel.factory(self.opts, usage='salt_call') load = {'cmd': '_return', 'id': self.op...
List call not needed. Changing it back to what it was
saltstack_salt
train
4ba61c7ed0320a64608f412b400b0082cfa27f49
diff --git a/build.py b/build.py index <HASH>..<HASH> 100755 --- a/build.py +++ b/build.py @@ -223,6 +223,7 @@ CTX.INPUT['executors'] = """ distinctexecutor.cpp executorutil.cpp indexscanexecutor.cpp + indexcountexecutor.cpp insertexecutor.cpp limitexecutor.cpp materializeexecutor.cpp @@ -253,6 +254,7 @@ CT...
Add new node and executor to the python file to generate makefiles for them
VoltDB_voltdb
train
932fba030b0db86b79aace9851c1ac7217402f11
diff --git a/trunk/JLanguageTool/src/java/de/danielnaber/languagetool/tools/StringTools.java b/trunk/JLanguageTool/src/java/de/danielnaber/languagetool/tools/StringTools.java index <HASH>..<HASH> 100644 --- a/trunk/JLanguageTool/src/java/de/danielnaber/languagetool/tools/StringTools.java +++ b/trunk/JLanguageTool/src/j...
keep API column stable (start counting from 0) but fix the numbering for the text output to make it compatible with normal text editors that start column counting from 1
languagetool-org_languagetool
train
9d44eff3ccd73b5b8824e9f2a5eae165885834ae
diff --git a/src/org/opencms/workplace/CmsFrameset.java b/src/org/opencms/workplace/CmsFrameset.java index <HASH>..<HASH> 100644 --- a/src/org/opencms/workplace/CmsFrameset.java +++ b/src/org/opencms/workplace/CmsFrameset.java @@ -1,7 +1,7 @@ /* * File : $Source: /alkacon/cvs/opencms/src/org/opencms/workplace/CmsF...
Added html segments for start / end builders
alkacon_opencms-core
train
6671cba42796860bfc0dbe240142d3d91fdcdd08
diff --git a/lib/accounting/booking.rb b/lib/accounting/booking.rb index <HASH>..<HASH> 100644 --- a/lib/accounting/booking.rb +++ b/lib/accounting/booking.rb @@ -25,7 +25,9 @@ module Accounting # Returns array of all years we have bookings for def self.fiscal_years - find(:all, :select => "year(value_...
Use exclusive scope in Booking.fiscal_years
huerlisi_has_accounts
train
283cf7f7c8a7166c527601c78a910dd5be3f2d8f
diff --git a/lib/compiler.js b/lib/compiler.js index <HASH>..<HASH> 100644 --- a/lib/compiler.js +++ b/lib/compiler.js @@ -259,7 +259,7 @@ var partials = []; var result = "{main: function (c,p,i) { " + Hogan.wrapMain(codeObj.code) + " }, partials: {"; for (var key in codeObj.partials) { - partials.p...
Add an easy way to override the template object in use, fix a bug in partial serialization. Fix the test that should have caught the serialization bug.
twitter_hogan.js
train
94462dc4e9b147e86b2f0033a83fac829c243441
diff --git a/packages/razzle/config/createConfigAsync.js b/packages/razzle/config/createConfigAsync.js index <HASH>..<HASH> 100644 --- a/packages/razzle/config/createConfigAsync.js +++ b/packages/razzle/config/createConfigAsync.js @@ -896,13 +896,15 @@ module.exports = ( }), webpackMajor === 5 ? n...
fix(razzle): update copy plugin options to patterns
jaredpalmer_razzle
train
1574123c45b3a795aa2095793398842264f7bd6b
diff --git a/s3upload/forms.py b/s3upload/forms.py index <HASH>..<HASH> 100644 --- a/s3upload/forms.py +++ b/s3upload/forms.py @@ -166,31 +166,33 @@ class S3UploadForm(StorageMixin, forms.Form): class ValidateS3UploadForm(StorageMixin, forms.Form): """Form used to validate callback params.""" - bucket = form...
Better naming for fields on ValidateS3UploadForm.
mattaustin_django-storages-s3upload
train
94c92f09cb283b9847e9b5a6301149547cd32b00
diff --git a/tests/test_TblXsec.py b/tests/test_TblXsec.py index <HASH>..<HASH> 100644 --- a/tests/test_TblXsec.py +++ b/tests/test_TblXsec.py @@ -1,5 +1,4 @@ from AlphaTwirl import TblXsec -import pandas import unittest import cStringIO
remove an unnecessary import statement in TblXsec
alphatwirl_alphatwirl
train
4479c9d9cd9846f819510d70b032a6ca6652966d
diff --git a/lib/socket.js b/lib/socket.js index <HASH>..<HASH> 100644 --- a/lib/socket.js +++ b/lib/socket.js @@ -33,7 +33,7 @@ , 'reconnection limit': Infinity , 'reopen delay': 3000 , 'max reconnection attempts': 10 - , 'sync disconnect on unload': true + , 'sync disconnect on unload':...
socket: disable disconnect on unload by default
tsjing_socket.io-client
train
23f9bc312ec1a8dc7bda07024179b83ba267bb52
diff --git a/message.go b/message.go index <HASH>..<HASH> 100644 --- a/message.go +++ b/message.go @@ -16,11 +16,14 @@ const ( prefixHost byte = 0x40 // Hostname space byte = 0x20 // Separator - cutset string = "\r\n\x20\x00" // Characters to trim from prefixes/messages. - maxLength = 510 // Maximum length...
Use strings.TrimFunc instead of strings.Trim. The latter is just a wrapper around the former, but creating a function on every call, which requires a memory allocation.
sorcix_irc
train
c5821091b5351ed99e433a25445f8f14cb633d60
diff --git a/tests/JWTTest.php b/tests/JWTTest.php index <HASH>..<HASH> 100644 --- a/tests/JWTTest.php +++ b/tests/JWTTest.php @@ -3,6 +3,7 @@ namespace Ahc\Jwt\Test; use Ahc\Jwt\JWT; +use Ahc\Jwt\JWTException; /** @coversDefaultClass \Ahc\Jwt\JWT */ class JWTTest extends \PHPUnit\Framework\TestCase @@ -27,7 +2...
test: expect JWTException instead
adhocore_php-jwt
train
719d4d650895b8019e36c0863dc3dc3e552271b2
diff --git a/lib/jellyfish.rb b/lib/jellyfish.rb index <HASH>..<HASH> 100644 --- a/lib/jellyfish.rb +++ b/lib/jellyfish.rb @@ -155,7 +155,7 @@ module Jellyfish } if handler ctrl.block_call(e, handler) - elsif self.class.handle_exceptions + elsif !self.class.handle_exceptions raise e e...
jellyfish.rb: hey! what was i doing?? i should add tests soon
godfat_jellyfish
train
89dc0e5635ae79f3c8f56acfa915b7d2f421a687
diff --git a/scripts/parse-build-args.js b/scripts/parse-build-args.js index <HASH>..<HASH> 100644 --- a/scripts/parse-build-args.js +++ b/scripts/parse-build-args.js @@ -3,14 +3,19 @@ const minimist = require('minimist'); module.exports = function parseBuildArgs() { const args = minimist(process.argv.slice(2), {...
Create a way to test with the optimized bundle
Shopify_js-buy-sdk
train
a2ecd6b67696367e88cbf9418ec8be89c98f3dfe
diff --git a/clientv3/integration/dial_test.go b/clientv3/integration/dial_test.go index <HASH>..<HASH> 100644 --- a/clientv3/integration/dial_test.go +++ b/clientv3/integration/dial_test.go @@ -79,20 +79,15 @@ func TestDialTLSNoConfig(t *testing.T) { DialTimeout: time.Second, DialOptions: []grpc.DialOption{grpc....
clientv3: Simplify TestDialTLSNoConfig now that dial with grpc.WithBlock correctly results in a client timeout error
etcd-io_etcd
train
e1c0ae15496da97d4a29b3e03df893bad1e55fa8
diff --git a/hpOneView/resources/servers/server_profile_templates.py b/hpOneView/resources/servers/server_profile_templates.py index <HASH>..<HASH> 100644 --- a/hpOneView/resources/servers/server_profile_templates.py +++ b/hpOneView/resources/servers/server_profile_templates.py @@ -235,23 +235,22 @@ class ServerProfile...
Updated doc string of get_available_networks method
HewlettPackard_python-hpOneView
train
36cf96fc996f9963e35a38d3ceb174fae35ff421
diff --git a/syntax/filetests_test.go b/syntax/filetests_test.go index <HASH>..<HASH> 100644 --- a/syntax/filetests_test.go +++ b/syntax/filetests_test.go @@ -1721,33 +1721,24 @@ var fileTests = []testCase{ }, }, { - Strs: []string{`${foo/b1/b2}`}, + Strs: []string{`${foo/a/b}`}, bash: &ParamExp{ Param:...
syntax: fix use of / in a replace word This was unintentionally broken in 5e<I>f. Make it work again, and add a regression test.
mvdan_sh
train
939811ee38edfd697a1cda88c95fb16f0568a51e
diff --git a/src/main/java/io/vlingo/actors/plugin/mailbox/concurrentqueue/ConcurrentQueueMailboxSettings.java b/src/main/java/io/vlingo/actors/plugin/mailbox/concurrentqueue/ConcurrentQueueMailboxSettings.java index <HASH>..<HASH> 100644 --- a/src/main/java/io/vlingo/actors/plugin/mailbox/concurrentqueue/ConcurrentQue...
Ensure throttling is never 0.
vlingo_vlingo-actors
train
26418a39b222db8c2abe59ef3eb4c72bd07814f4
diff --git a/simulator/src/main/java/com/hazelcast/simulator/coordinator/Coordinator.java b/simulator/src/main/java/com/hazelcast/simulator/coordinator/Coordinator.java index <HASH>..<HASH> 100644 --- a/simulator/src/main/java/com/hazelcast/simulator/coordinator/Coordinator.java +++ b/simulator/src/main/java/com/hazelc...
Fixed IllegalStateException in AgentSmokeTest due to double start of PokeThread (RemoteClient is re-used between tests).
hazelcast_hazelcast-simulator
train
ecd5ca93f5cda9117995dc575766db978af61eaa
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from distutils.core import setup setup( name='neat-python', - version='0.1.3', + version='0.1', author='cesar.gomes, mirrorballu2', author_email='nobody@nowhere.com', maintainer='CodeR...
This revision was submitted to PyPI as release <I>.
CodeReclaimers_neat-python
train
2d29732f403770d281232e1b08ebe41812600903
diff --git a/cli/command/manifest/cmd.go b/cli/command/manifest/cmd.go index <HASH>..<HASH> 100644 --- a/cli/command/manifest/cmd.go +++ b/cli/command/manifest/cmd.go @@ -20,6 +20,7 @@ func NewManifestCommand(dockerCli command.Cli) *cobra.Command { Run: func(cmd *cobra.Command, args []string) { fmt.Fprintf(docke...
Mark docker-manifest command as experimental (cli)
docker_cli
train
a65ccb8cc08fa76f50f264fd5dce15349abc2842
diff --git a/combine/core.py b/combine/core.py index <HASH>..<HASH> 100644 --- a/combine/core.py +++ b/combine/core.py @@ -13,11 +13,9 @@ class Combine: self.config_path = config_path self.content_paths = content_paths self.output_path = output_path - self.reload() - - def reload(se...
only watch files in config or content paths
dropseed_combine
train
c9232a5f56f40f29b5b7d12b2bb73429e2b055d4
diff --git a/geoviews/element/geo.py b/geoviews/element/geo.py index <HASH>..<HASH> 100644 --- a/geoviews/element/geo.py +++ b/geoviews/element/geo.py @@ -24,6 +24,11 @@ try: except: WMTSTileSource = None +try: + from owslib.wmts import WebMapTileService +except: + WebMapTileService = None + geographic_t...
Allow passing bokeh tile source URL to WMTS
pyviz_geoviews
train
2a5a1bdb272fddef1a98c3134cdb3b49f28493a8
diff --git a/util/configv3/config_test.go b/util/configv3/config_test.go index <HASH>..<HASH> 100644 --- a/util/configv3/config_test.go +++ b/util/configv3/config_test.go @@ -43,7 +43,17 @@ var _ = Describe("Config", func() { defer os.Setenv("LANG", oldLang) defer os.Setenv("LC_ALL", oldLCAll) + // specific...
Unset and reset environment variables during config unit tests [finishes #<I>]
cloudfoundry_cli
train
463b422340041b1fdf50f116a7d521f0674a4fb3
diff --git a/lib/celerity/elements/select_list.rb b/lib/celerity/elements/select_list.rb index <HASH>..<HASH> 100644 --- a/lib/celerity/elements/select_list.rb +++ b/lib/celerity/elements/select_list.rb @@ -47,7 +47,7 @@ module Celerity next unless matches_option?(option, value) selected ||= option....
Work around change in HtmlUnit behaviour.
jarib_celerity
train
2624703ea7119bbb127dea2fb76a8075710200d2
diff --git a/plugins/org.eclipse.xtext.junit4/src/org/eclipse/xtext/junit4/ui/ContentAssistProcessorTestBuilder.java b/plugins/org.eclipse.xtext.junit4/src/org/eclipse/xtext/junit4/ui/ContentAssistProcessorTestBuilder.java index <HASH>..<HASH> 100755 --- a/plugins/org.eclipse.xtext.junit4/src/org/eclipse/xtext/junit4/u...
[xbase][contentAssist] Fix: Representation of function types Only native function types should be represented by function type references, e.g. Iterable<String> is not ()=>Iterator<String> see <URL>
eclipse_xtext-core
train
52ae3a7b82d75d580da0422068256604bdbf0097
diff --git a/src/Comment.php b/src/Comment.php index <HASH>..<HASH> 100644 --- a/src/Comment.php +++ b/src/Comment.php @@ -13,7 +13,7 @@ class Comment extends Model public function author() { - return $this->belongsTo(config('auth.model')); + return $this->belongsTo(config('auth.providers.user...
fix changes in Laravel <I> in guards at auth config
laravolt_mural
train
9dfc47c60f65408c6d0b5bab5253d9d7222117b7
diff --git a/kie-remote/kie-services-remote/src/main/java/org/kie/services/remote/jms/RequestMessageBean.java b/kie-remote/kie-services-remote/src/main/java/org/kie/services/remote/jms/RequestMessageBean.java index <HASH>..<HASH> 100644 --- a/kie-remote/kie-services-remote/src/main/java/org/kie/services/remote/jms/Requ...
BZ-<I> - CompleteTaskCommand via JMS throws NullPointerException (cherry picked from commit <I>e<I>b7bb4c<I>bb2ec<I>f<I>eb6a<I>)
kiegroup_droolsjbpm-integration
train
d4a63ad494b28e75b5de80dd2409c60cf340910a
diff --git a/lib/exposed.js b/lib/exposed.js index <HASH>..<HASH> 100644 --- a/lib/exposed.js +++ b/lib/exposed.js @@ -129,7 +129,7 @@ Exposed.prototype._getApplicableNamespaces = function () { // This deduping keeps the set of exposed values as small as possible by // not including items which will be logica...
Tweak conditional in lib/exposed.js for carity
yahoo_express-state
train
c25c81646ece1b8321745ff9c6237ac675325269
diff --git a/src/Category.php b/src/Category.php index <HASH>..<HASH> 100644 --- a/src/Category.php +++ b/src/Category.php @@ -4,6 +4,7 @@ namespace CultuurNet\UDB3; use Broadway\Serializer\SerializableInterface; use CultuurNet\UDB3\Model\ValueObject\Taxonomy\Category\Category as Udb3ModelCategory; +use InvalidArgu...
Import classnames/functions in root level
cultuurnet_udb3-php
train
7d8ac24aa6f71ea790dc750bef2ffd62f88ec7d8
diff --git a/src/Type/Symfony/ParameterDynamicReturnTypeExtension.php b/src/Type/Symfony/ParameterDynamicReturnTypeExtension.php index <HASH>..<HASH> 100644 --- a/src/Type/Symfony/ParameterDynamicReturnTypeExtension.php +++ b/src/Type/Symfony/ParameterDynamicReturnTypeExtension.php @@ -15,6 +15,7 @@ use PHPStan\Type\Co...
Improved compatibility with PHPStan <I>
phpstan_phpstan-symfony
train
affddfc38287efc95897d1302083ec1abc065269
diff --git a/pmml-evaluator/src/main/java/org/jpmml/evaluator/association/AssociationModelEvaluator.java b/pmml-evaluator/src/main/java/org/jpmml/evaluator/association/AssociationModelEvaluator.java index <HASH>..<HASH> 100644 --- a/pmml-evaluator/src/main/java/org/jpmml/evaluator/association/AssociationModelEvaluator....
Fixed the serializability of AssociationModelEvaluator instances
jpmml_jpmml-evaluator
train
92f7039ff502d05164eba277ead7bd6d333066e2
diff --git a/src/org/joml/Matrix4d.java b/src/org/joml/Matrix4d.java index <HASH>..<HASH> 100644 --- a/src/org/joml/Matrix4d.java +++ b/src/org/joml/Matrix4d.java @@ -5294,33 +5294,13 @@ public class Matrix4d implements Externalizable { * <code>false</code> otherwise */ public boolean isSpher...
Massively improve performance of Matrix4.isSphereInsideFrustum Performance improvement by <I>x (<I>,<I>,<I> invocations took <I> ms. before and now only about 9 ms.)
JOML-CI_JOML
train
ec07eccc7d61a77ca3c0463f67bcde18b9943fea
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -110,7 +110,7 @@ _deps = [ "fastapi", "filelock", "flake8>=3.8.3", - "flax>=0.3.5", + "flax>=0.4.1", "ftfy", "fugashi>=1.0", "GitPython<3.1.19", diff --git a/src/transformers/dependency_vers...
[Flax] Bump to <I> (#<I>)
huggingface_pytorch-pretrained-BERT
train
18f2271774bd3318411da1bd8824ca627fc26ccc
diff --git a/resource_aws_elb.go b/resource_aws_elb.go index <HASH>..<HASH> 100644 --- a/resource_aws_elb.go +++ b/resource_aws_elb.go @@ -104,12 +104,12 @@ func resource_aws_elb_update( var toAdd []string for _, instanceId := range mergedInstances { - for _, prevId := range previousInstances { + for _, p...
providers/aws/aws_instance: user_data diffs properly
terraform-providers_terraform-provider-aws
train
af85e8a987ace926a5d0c21b87a68e2664cfba19
diff --git a/railties/lib/rails/test_unit/reporter.rb b/railties/lib/rails/test_unit/reporter.rb index <HASH>..<HASH> 100644 --- a/railties/lib/rails/test_unit/reporter.rb +++ b/railties/lib/rails/test_unit/reporter.rb @@ -21,18 +21,17 @@ module Rails def record(result) super - color = COLOR_CODES_FO...
Remove local variable color. Focus `color_output`'s intent on coloring output by a result. We aren't meant to pass it arbitrary codes to color output.
rails_rails
train
040780ea053bd30f1e8cf6bc2970b88d9babac18
diff --git a/lib/transport.js b/lib/transport.js index <HASH>..<HASH> 100644 --- a/lib/transport.js +++ b/lib/transport.js @@ -10,7 +10,7 @@ var nodeRequest = require('request'), canvas = require('./browser/canvas'), jsonp = require('./browser/jsonp'); -var request; +var request, baseUrl; if (typeof window...
convert to absolute url when requesting proxy transport
jsforce_jsforce
train
6905daedd760743addc96c2424888d184bdd74d6
diff --git a/src/Psalm/Internal/Type/Comparator/UnionTypeComparator.php b/src/Psalm/Internal/Type/Comparator/UnionTypeComparator.php index <HASH>..<HASH> 100644 --- a/src/Psalm/Internal/Type/Comparator/UnionTypeComparator.php +++ b/src/Psalm/Internal/Type/Comparator/UnionTypeComparator.php @@ -485,7 +485,9 @@ class Uni...
handle the case where the expansion was not successful
vimeo_psalm
train
33036f03ac480d5a2d18af56fccae9da5832b14e
diff --git a/ratcave/utils/texture.py b/ratcave/utils/texture.py index <HASH>..<HASH> 100644 --- a/ratcave/utils/texture.py +++ b/ratcave/utils/texture.py @@ -58,7 +58,6 @@ class Texture(object): gl.glTexParameterf(self.target, gl.GL_TEXTURE_WRAP_T, gl.GL_CLAMP_TO_EDGE) - class TextureCube(Texture): ...
added more texture types, for (in theory) easier texture creation
ratcave_ratcave
train
1444467d40a46521d10745394c960e9967f1a28c
diff --git a/features/repository/processing/has_ready_processing.feature b/features/repository/processing/has_ready_processing.feature index <HASH>..<HASH> 100644 --- a/features/repository/processing/has_ready_processing.feature +++ b/features/repository/processing/has_ready_processing.feature @@ -3,8 +3,8 @@ Feature: ...
Implemented Repository's has_ready_processing acceptance tests
mezuro_kalibro_client_py
train
0d1d41a52d1d65048a152b23c8c1237e440369f9
diff --git a/Gruntfile.js b/Gruntfile.js index <HASH>..<HASH> 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -515,12 +515,15 @@ module.exports = function(grunt) { grunt.log.writeln(''); grunt.log.oklns('releasing: ', grunt.config('bump.increment')); - if (! grunt.option('no-tests') ) { grunt.task.run(['releas...
make sure dist runs after bump has run.
ExactTarget_fuelux
train
596265a7ec38807e55a75c05ed1cb772c68b9364
diff --git a/charmhelpers/contrib/openstack/amulet/utils.py b/charmhelpers/contrib/openstack/amulet/utils.py index <HASH>..<HASH> 100644 --- a/charmhelpers/contrib/openstack/amulet/utils.py +++ b/charmhelpers/contrib/openstack/amulet/utils.py @@ -367,13 +367,36 @@ class OpenStackAmuletUtils(AmuletUtils): ...
Add code to retrieve keystone session and client (#<I>) * Refactor authenticate_keystone * Add get_keystone_session for creating v2 or v3 session object depending on api version * Add get_default_keystone_session as the standard way to retrieve a keystone session and client.
juju_charm-helpers
train
a6e591574d16e1f34a0f46880434b8a225808af0
diff --git a/tests/providers/test_address.py b/tests/providers/test_address.py index <HASH>..<HASH> 100644 --- a/tests/providers/test_address.py +++ b/tests/providers/test_address.py @@ -491,6 +491,25 @@ class TestEnUS(unittest.TestCase): assert isinstance(military_dpo, string_types) +class TestHRHR(unitte...
Unit Tests: Address Provider hr_HR (#<I>)
joke2k_faker
train
efb70317cd17117432af43a2c2ec3492c88a296d
diff --git a/gulp/util.js b/gulp/util.js index <HASH>..<HASH> 100644 --- a/gulp/util.js +++ b/gulp/util.js @@ -84,13 +84,15 @@ function autoprefix () { ]}); } -function minifyCss() { - return nano({ +function minifyCss(extraOptions) { + var options = { autoprefixer: false, reduceTransforms: false, ...
fix(theming): match preceding selectors as well (#<I>) * The theming service currently only matches from the beginning of the `md-default-theme`, but all preceding selectors are being ignored. Fixes #<I>
angular_material
train
714a18093b38661508737a6849fc7168f28829a1
diff --git a/lib/rake/task.rb b/lib/rake/task.rb index <HASH>..<HASH> 100644 --- a/lib/rake/task.rb +++ b/lib/rake/task.rb @@ -141,7 +141,8 @@ module Rake # Reenable the task, allowing its tasks to be executed if the task # is invoked again. def reenable - @already_invoked = false + @already_in...
Fixed bug: Task raises previous exception on second invokation after beeing reenable-d.
ruby_rake
train
04515a48809f2f55cacec3897a38bba3c3018a55
diff --git a/CHANGES.md b/CHANGES.md index <HASH>..<HASH> 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -13,6 +13,10 @@ * When rendering using Tilt, Fortitude now properly supplies the file and line to the call to `eval` the source code of the widget. This, in turn, means that `__FILE__`, `__LINE__`, and `caller` wil...
Fix issue where we'd return a widget class Foo::Baz instead of Foo::Bar::Baz when looking at a completely normal declaration of Foo::Bar::Baz, if Foo::Baz existed.
ageweke_fortitude
train
306b15399bea90617f8cd3e1c1d82e82f5722836
diff --git a/perceval/backends/jira.py b/perceval/backends/jira.py index <HASH>..<HASH> 100644 --- a/perceval/backends/jira.py +++ b/perceval/backends/jira.py @@ -85,7 +85,7 @@ class Jira(Backend): :param tag: label used to mark the data :param cache: cache object to store raw data """ - version = '0....
[jira] Fix error fetching items in random order So far, items were fetching without an specific order. This made resuming impossible. This patch fixes this problem, fetching items ordered by the time they were updated in ascending order (oldest first). Backend version bumped to '<I>'. Fixes #<I>
chaoss_grimoirelab-perceval
train
281e27327a10f1c67cae37293650c03761e2b0ea
diff --git a/galpy/potential_src/MovingObjectPotential.py b/galpy/potential_src/MovingObjectPotential.py index <HASH>..<HASH> 100644 --- a/galpy/potential_src/MovingObjectPotential.py +++ b/galpy/potential_src/MovingObjectPotential.py @@ -67,7 +67,7 @@ class MovingObjectPotential(Potential): if normalize: ...
dR and dphi in other potentials
jobovy_galpy
train
3917eadf0e6dd65a6c5934cd22019834952e81b7
diff --git a/lib/ok_slang.js b/lib/ok_slang.js index <HASH>..<HASH> 100644 --- a/lib/ok_slang.js +++ b/lib/ok_slang.js @@ -4,6 +4,7 @@ _s = require('underscore.string') unhtml = require('unhtml') special = require('special-html') HTML_E = require('entities') +URI_js = require('uri-js') ; var Ok...
Added: .escape_uri
da99_www_app
train
24fd0f7b1b78ebcb71de37851c312241f00f5671
diff --git a/lib/Widget/Validator/File.php b/lib/Widget/Validator/File.php index <HASH>..<HASH> 100644 --- a/lib/Widget/Validator/File.php +++ b/lib/Widget/Validator/File.php @@ -161,26 +161,44 @@ class File extends AbstractRule } } - if ($this->mimeTypes) { - if (!...
added wildcard support for file mimeType validation
twinh_wei
train
4add17cfd3903e0ca446306e6603a89a843d17a0
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -75,7 +75,7 @@ var graph = module.exports = function (table, opts) { var colours = ['red', 'blue', 'green', 'yellow'] function round (n) { - return parseFloat(n.toPrecision(5)) + return parseFloat(n.toPrecision(3...
okay, got log axis looking right, but not automatically adjusting yet
dominictarr_line-graph
train
529b81dadb3134005d3851ae8a163f43822bef01
diff --git a/params/version.go b/params/version.go index <HASH>..<HASH> 100644 --- a/params/version.go +++ b/params/version.go @@ -21,10 +21,10 @@ import ( ) const ( - VersionMajor = 1 // Major version component of the current release - VersionMinor = 9 // Minor version component of the current releas...
params: begin <I> release cycle
ethereum_go-ethereum
train
5c8aaceb148eec2ead1107300d5ee7cf673834fd
diff --git a/lib/doesfacebook/config.rb b/lib/doesfacebook/config.rb index <HASH>..<HASH> 100644 --- a/lib/doesfacebook/config.rb +++ b/lib/doesfacebook/config.rb @@ -15,14 +15,14 @@ module DoesFacebook if app_settings app_name, app_config = app_settings if app_config - Rails.logger.de...
increase loglevel for config loader
awexome_doesfacebook
train
d4cf2d9a2d82548b7e4f1dc04802c526eba68b65
diff --git a/src/FileInfo.php b/src/FileInfo.php index <HASH>..<HASH> 100644 --- a/src/FileInfo.php +++ b/src/FileInfo.php @@ -38,6 +38,24 @@ class FileInfo } /** + * Handle calls to deprecated methods + * + * @param string $name + * @param array $arguments + * @return mixed + */ + ...
renamed FileInfo::match() to FileInfo::matchExpression() In PHP8, `match` is a reserved keyword. In preparation this renames the method. A fallback via __call() is provided which will trigger a E_USER_NOTICE.
splitbrain_php-archive
train
cc91a5faf43426b10bfe7d50c3b837af7ae745c3
diff --git a/handlers/jobs.js b/handlers/jobs.js index <HASH>..<HASH> 100644 --- a/handlers/jobs.js +++ b/handlers/jobs.js @@ -194,9 +194,8 @@ let handlers = { } else if (req.body.status === job.agave.status) { res.send(job); } else if (req.body.status === 'FINISHED' || req.bo...
Remove exit_code file work around and add data to job returns for front page data requirements
OpenNeuroOrg_openneuro
train
5639a6706818be674ad91b9f203ba8ea00f1e4f2
diff --git a/src-gwt/org/opencms/gwt/client/util/CmsDebugLog.java b/src-gwt/org/opencms/gwt/client/util/CmsDebugLog.java index <HASH>..<HASH> 100644 --- a/src-gwt/org/opencms/gwt/client/util/CmsDebugLog.java +++ b/src-gwt/org/opencms/gwt/client/util/CmsDebugLog.java @@ -59,7 +59,6 @@ public final class CmsDebugLog exte...
Removed not used suppress annotations.
alkacon_opencms-core
train
3ddb0a3903cd47fcbeee8ebf3ecd7275db87ef5e
diff --git a/telethon/client/uploads.py b/telethon/client/uploads.py index <HASH>..<HASH> 100644 --- a/telethon/client/uploads.py +++ b/telethon/client/uploads.py @@ -699,7 +699,8 @@ class UploadMethods: force_document=force_document and not is_image, voice_note=voice_note, ...
Fix thumbnail for TDesktop and Telegram X users (#<I>)
LonamiWebs_Telethon
train
9f5cece5b5795075637c5256970de982f3e49908
diff --git a/src/runners/CollectionRunner.js b/src/runners/CollectionRunner.js index <HASH>..<HASH> 100644 --- a/src/runners/CollectionRunner.js +++ b/src/runners/CollectionRunner.js @@ -22,8 +22,8 @@ var CollectionRunner = jsface.Class(AbstractRunner, { _und.each(this.collection, function(postmanRequest) { Requ...
Updated PR comments - working test cases
postmanlabs_newman
train