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
703d2e9bf240d4b38b443a71595e1ab83cdcc49f
diff --git a/lib/ReactViews/Custom/registerCustomComponentTypes.js b/lib/ReactViews/Custom/registerCustomComponentTypes.js index <HASH>..<HASH> 100644 --- a/lib/ReactViews/Custom/registerCustomComponentTypes.js +++ b/lib/ReactViews/Custom/registerCustomComponentTypes.js @@ -153,7 +153,7 @@ const registerCustomComponent...
change to fix lint warning
TerriaJS_terriajs
train
js
59075befadc05d1e1c0ae7833d737d60a7ee50f8
diff --git a/lib/sassc/engine.rb b/lib/sassc/engine.rb index <HASH>..<HASH> 100644 --- a/lib/sassc/engine.rb +++ b/lib/sassc/engine.rb @@ -50,7 +50,7 @@ module SassC end def sass? - @options[:syntax] == "sass" + @options[:syntax] && @options[:syntax].to_sym == :sass end def load_paths ...
test sass syntax variation, allow to be string or symbol
sass_sassc-ruby
train
rb,rb
2eeaecaa32a5d38bb41f7bf0c8258c2242f98585
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -44,7 +44,7 @@ import sys data = dict( name='python-datetime-tz', - version='0.3', + version='0.5.1', author='Tim Ansell', author_email='mithro@mithis.com', url='http://github.com/mithro/python-dat...
Bump to <I>, with windows timezone mapping fixes
mithro_python-datetime-tz
train
py
14c0a00d39fba85fc6d779ea5d5b1549be338e29
diff --git a/src/Cli/BaseCommand.php b/src/Cli/BaseCommand.php index <HASH>..<HASH> 100644 --- a/src/Cli/BaseCommand.php +++ b/src/Cli/BaseCommand.php @@ -111,18 +111,17 @@ abstract class BaseCommand extends Command } /** - * @param $sources - * @param bool $withInternals - * @param bool $onlyNa...
Replace imperative with functional array_reduce
mihaeu_dephpend
train
php
390a170c510a4b3a1580a07fe71f816df689a10f
diff --git a/iraj/src/main/java/com/iorga/iraj/message/Messages.java b/iraj/src/main/java/com/iorga/iraj/message/Messages.java index <HASH>..<HASH> 100644 --- a/iraj/src/main/java/com/iorga/iraj/message/Messages.java +++ b/iraj/src/main/java/com/iorga/iraj/message/Messages.java @@ -21,6 +21,7 @@ import java.io.OutputSt...
Adding an util method in order to return a StreamingOutput from Messages
iorga-group_iraj
train
java
86d0f3e9d16edc3be11772b1de2dee14d3190043
diff --git a/rkt/path.go b/rkt/path.go index <HASH>..<HASH> 100644 --- a/rkt/path.go +++ b/rkt/path.go @@ -10,7 +10,7 @@ const ( stage1Dir = "/stage1" stage1Init = stage1Dir + "/init" stage2Dir = stage1Dir + "/opt/stage2" - servicesDir = stage1Dir + "/run/systemd/system" + servicesDir = stage1Dir + "/usr/lib...
rkt: move service files into /usr
rkt_rkt
train
go
870af0679e1a8a1b19053f1d559df5b74af4669f
diff --git a/railties/lib/rails/backtrace_cleaner.rb b/railties/lib/rails/backtrace_cleaner.rb index <HASH>..<HASH> 100644 --- a/railties/lib/rails/backtrace_cleaner.rb +++ b/railties/lib/rails/backtrace_cleaner.rb @@ -16,7 +16,7 @@ module Rails add_filter { |line| line.sub(DOT_SLASH, SLASH) } # for tests ...
Update backtrace cleaner to use `Regexp#match?`
rails_rails
train
rb
90d1e7579d126c091a552766103a94da30d984a7
diff --git a/h5p.classes.php b/h5p.classes.php index <HASH>..<HASH> 100644 --- a/h5p.classes.php +++ b/h5p.classes.php @@ -2509,7 +2509,11 @@ class H5PCore { 'h5p_version' => $platform['h5pVersion'], 'disabled' => $fetchingDisabled ? 1 : 0, 'local_id' => hash('crc32', $this->fullPluginPath), - ...
HFP-<I> Add api core version to requests to api.h5p.org
h5p_h5p-php-library
train
php
aa2d3e34510016c4a944d4e1869ee008066a9829
diff --git a/drf_fsm_transitions/viewset_mixins.py b/drf_fsm_transitions/viewset_mixins.py index <HASH>..<HASH> 100644 --- a/drf_fsm_transitions/viewset_mixins.py +++ b/drf_fsm_transitions/viewset_mixins.py @@ -7,7 +7,7 @@ def get_transition_viewset_method(transition_name, **kwargs): Create a viewset method for th...
Update viewset_mixins.py
jacobh_drf-fsm-transitions
train
py
49c04e2b66c3b2f3b5e53513d492c03785de7882
diff --git a/plugins/org.eclipse.xtext.xbase/src/org/eclipse/xtext/xbase/interpreter/impl/XbaseInterpreter.java b/plugins/org.eclipse.xtext.xbase/src/org/eclipse/xtext/xbase/interpreter/impl/XbaseInterpreter.java index <HASH>..<HASH> 100644 --- a/plugins/org.eclipse.xtext.xbase/src/org/eclipse/xtext/xbase/interpreter/i...
[xbase interpreter] make sure to invoke the overloaded method if existent
eclipse_xtext-extras
train
java
ed1514c2f6cdecc1d1519e1e1c1892a522347e82
diff --git a/lib/models/Role.js b/lib/models/Role.js index <HASH>..<HASH> 100644 --- a/lib/models/Role.js +++ b/lib/models/Role.js @@ -9,7 +9,8 @@ const BaseRole = { permissions: 0, position: -1, hoist: false, - color: 0 + color: 0, + managed: false }; class Role extends BaseModel {
Roles now have a 'managed' field (Twitch integration)
qeled_discordie
train
js
20cf949fc694bc9ca088cb6e55e1ee7e2abc023b
diff --git a/src/Map.php b/src/Map.php index <HASH>..<HASH> 100644 --- a/src/Map.php +++ b/src/Map.php @@ -177,6 +177,8 @@ class Map implements IteratorAggregate * * @param string $name The route name. * + * @throws Exception\RouteNotFound + * * @return Route * */ diff --git ...
Add missing @throws doc block information
auraphp_Aura.Router
train
php,php
2e82c902ec28b9e996d82e84f072ba77a0250327
diff --git a/choria.go b/choria.go index <HASH>..<HASH> 100644 --- a/choria.go +++ b/choria.go @@ -57,6 +57,7 @@ type ChoriaPluginConfig struct { NetworkAllowedClientHosts []string `confkey:"plugin.choria.network.client_hosts" type:"comma_split"` NetworkAccountOperator string `confkey:"plugin.choria....
(#<I>) Add config option for broker TLS timeout value
choria-io_go-choria
train
go
be41c3d0756f8bb9a3c878e51e857e37c1a76eb4
diff --git a/docker/docker_client.go b/docker/docker_client.go index <HASH>..<HASH> 100644 --- a/docker/docker_client.go +++ b/docker/docker_client.go @@ -265,8 +265,21 @@ func (c *dockerClient) setupRequestAuth(req *http.Request) error { } chs := parseAuthHeader(res.Header) if res.StatusCode != http.StatusUna...
docker: set basic auth when requesting bearer token
containers_image
train
go
4209242e36600a3fa00debbd7f06e43bb6724e38
diff --git a/spec/support/actor_examples.rb b/spec/support/actor_examples.rb index <HASH>..<HASH> 100644 --- a/spec/support/actor_examples.rb +++ b/spec/support/actor_examples.rb @@ -784,7 +784,11 @@ shared_context "a Celluloid Actor" do |included_module| end context :proxy_class do - class ExampleProxy < Ce...
Test the behaviour of the proxy_class rather that the class object
celluloid_celluloid
train
rb
445d9a51cf844cc76a2ce02ab3bd9ef8e3ff8653
diff --git a/lib/discordrb/events/reactions.rb b/lib/discordrb/events/reactions.rb index <HASH>..<HASH> 100644 --- a/lib/discordrb/events/reactions.rb +++ b/lib/discordrb/events/reactions.rb @@ -35,6 +35,11 @@ module Discordrb::Events def channel @channel ||= @bot.channel(@channel_id) end + + # @ret...
Added ReactionEvent#server helper method
meew0_discordrb
train
rb
9791f8b185f89c62356aec4a5d89c17ab16ef346
diff --git a/src/MetaModels/Attribute/File/FileOrder.php b/src/MetaModels/Attribute/File/FileOrder.php index <HASH>..<HASH> 100644 --- a/src/MetaModels/Attribute/File/FileOrder.php +++ b/src/MetaModels/Attribute/File/FileOrder.php @@ -28,6 +28,8 @@ use MetaModels\IMetaModel; * FileOrder is a helper attribute for the ...
Suppress warning in FileOrder We can not refactor unles refactoring the core interfaces.
MetaModels_attribute_file
train
php
9642a6bdb83f9085d6e3485dc63fc18422a988a6
diff --git a/tests/compute/models/aws/volume_tests.rb b/tests/compute/models/aws/volume_tests.rb index <HASH>..<HASH> 100644 --- a/tests/compute/models/aws/volume_tests.rb +++ b/tests/compute/models/aws/volume_tests.rb @@ -4,6 +4,8 @@ Shindo.tests("AWS::Compute | volume", ['aws']) do @server.wait_for { ready? } ...
[compute|aws] wait for volume before attaching
fog_fog
train
rb
f032df8f135040b27cfb77f24d56401543ce2add
diff --git a/plugin/math/math.js b/plugin/math/math.js index <HASH>..<HASH> 100755 --- a/plugin/math/math.js +++ b/plugin/math/math.js @@ -7,7 +7,7 @@ var RevealMath = window.RevealMath || (function(){ var options = Reveal.getConfig().math || {}; - options.mathjax = options.mathjax || 'http://cdn.mathjax.org/mathj...
default to https mathjax #<I>
hakimel_reveal.js
train
js
8680aa0f59419b250191f5b4e3cef79faa5010ce
diff --git a/src/viz.js b/src/viz.js index <HASH>..<HASH> 100644 --- a/src/viz.js +++ b/src/viz.js @@ -567,16 +567,16 @@ d3plus.viz = function() { function check_object(object,property,depth) { - if (object[property].key !== undefined) var key_type = "key" - else if (obj...
fixed bug setting nested object in method
alexandersimoes_d3plus
train
js
70758aad18c598645fcaf66265738f70f36ca844
diff --git a/lib/xcode/builder.rb b/lib/xcode/builder.rb index <HASH>..<HASH> 100644 --- a/lib/xcode/builder.rb +++ b/lib/xcode/builder.rb @@ -106,11 +106,11 @@ module Xcode cmd << "-v \"#{app_path}\"" cmd << "-o \"#{ipa_path}\"" - cmd << "OTHER_CODE_SIGN_FLAGS=\"--keychain #{@keychain.path}\...
Dont resign app on package
rayh_xcoder
train
rb,rb
204b89b7d9102be95a53acd8208162bd7b229930
diff --git a/wigle/__init__.py b/wigle/__init__.py index <HASH>..<HASH> 100644 --- a/wigle/__init__.py +++ b/wigle/__init__.py @@ -73,7 +73,7 @@ class Wigle(object): 'variance': str(variance) or "0.01", 'netid': bssid or "", 'ssid': ssid or "", - 'lastupdt': last_update...
Last update should be a datetime
viraptor_wigle
train
py
df00baea5a766685c3108bf8fa308fc848e645a2
diff --git a/core/src/main/java/hudson/Util.java b/core/src/main/java/hudson/Util.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/hudson/Util.java +++ b/core/src/main/java/hudson/Util.java @@ -678,7 +678,7 @@ public class Util { for (int i = 0; i < s.length(); i++) { int c = s....
Revert changes in method encode too.
jenkinsci_jenkins
train
java
7c4da4e3fdd72b31920871fce57351a409a9da50
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ from distutils.core import setup setup(name='pinject', - version='0.10.2', + version='0.11.0', description='A pythonic dependency injection library', author='Kurt Steinkraus', ...
Close <I> and prepare <I> For stability sale, <I> will be closed. The development version becomes <I>. This latest version will contain considerable changes that may break consumers such as support for Python 3.
google_pinject
train
py
ea5453b02e9c8e713db01f3e1a976da0198d53c0
diff --git a/bin/run-types-tests.js b/bin/run-types-tests.js index <HASH>..<HASH> 100755 --- a/bin/run-types-tests.js +++ b/bin/run-types-tests.js @@ -1,7 +1,6 @@ #!/usr/bin/env node const execa = require('execa'); -const chalk = require('chalk'); const yaml = require('js-yaml'); /**
bin/run-types-tests: Remove unused `chalk` import
glimmerjs_glimmer-vm
train
js
0da85201e1c1da8d50630d21f1b09c4e9beaa84a
diff --git a/src/Table/Grid.php b/src/Table/Grid.php index <HASH>..<HASH> 100644 --- a/src/Table/Grid.php +++ b/src/Table/Grid.php @@ -233,6 +233,24 @@ class Grid extends BaseGrid implements GridContract } /** + * Find column that match the given id. + * + * @param string $name + * + *...
Add option to find for Table Grid.
orchestral_html
train
php
7dfc43cddc1c2d39e2905980a13756bc6b40249a
diff --git a/lib/node.io/processor.js b/lib/node.io/processor.js index <HASH>..<HASH> 100644 --- a/lib/node.io/processor.js +++ b/lib/node.io/processor.js @@ -291,6 +291,7 @@ Processor.prototype.loadJob = function (job, callback) { try { callback(null, job, require(job)); } ca...
Output --debug info when a job fails to load
node-js-libs_node.io
train
js
6346dfc17291b9983079cc8221c1089dabc8e82b
diff --git a/java/ch/sbs/jhyphen/Hyphenator.java b/java/ch/sbs/jhyphen/Hyphenator.java index <HASH>..<HASH> 100644 --- a/java/ch/sbs/jhyphen/Hyphenator.java +++ b/java/ch/sbs/jhyphen/Hyphenator.java @@ -166,6 +166,13 @@ public class Hyphenator { for(char c = iter.first(); c != CharacterIterator.DONE; c = iter.next()...
Add hyphen points after hard hyphens This was moved from liblouis-javabindings to jhyphen
daisy_jhyphen
train
java
ad902c5d8043bde451b954dad47ae4be7773d333
diff --git a/lib/danger/commands/init.rb b/lib/danger/commands/init.rb index <HASH>..<HASH> 100644 --- a/lib/danger/commands/init.rb +++ b/lib/danger/commands/init.rb @@ -249,7 +249,7 @@ module Danger ui.header "Useful info" ui.say "- One of the best ways to test out new rules locally is via " + "bundle e...
Added missing space after `--verbose` #trivial
danger_danger
train
rb
14908e9120b4c38448848a6b35ff3e6acbadc6de
diff --git a/lib/quality/rake/task.rb b/lib/quality/rake/task.rb index <HASH>..<HASH> 100644 --- a/lib/quality/rake/task.rb +++ b/lib/quality/rake/task.rb @@ -1,5 +1,18 @@ #!/usr/bin/env ruby +# XXX: There's an underlying issue with bundler, and knowing my luck, +# probably RVM that is causing confusion on which ver...
Put in a workaround for persistent rvm/bundler/rake issues I seem to be having
apiology_quality
train
rb
802035ac1a8a83cf9dec0bba9c7169329ab88ee9
diff --git a/lib/flipper/gates/percentage_of_actors.rb b/lib/flipper/gates/percentage_of_actors.rb index <HASH>..<HASH> 100644 --- a/lib/flipper/gates/percentage_of_actors.rb +++ b/lib/flipper/gates/percentage_of_actors.rb @@ -10,17 +10,13 @@ module Flipper end def open?(thing) - percentage = tog...
Fixing typecasting for percentage toggle values - fixes previous failures, should behave exactly the same while simplifying the logic to boot
jnunemaker_flipper
train
rb,rb
8735378d33fdec8155709d2eeb44ad933a3b3936
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 @@ -435,7 +435,7 @@ public class Sane...
Empty records are perfectly valid, they do not signify an end of stream. JFreeSane incorrectly thought they signified an end of stream.
sjamesr_jfreesane
train
java
58100ed223de98af93f2e1a4e6a3c57e958ef94c
diff --git a/lib/puppet/file_serving/fileset.rb b/lib/puppet/file_serving/fileset.rb index <HASH>..<HASH> 100644 --- a/lib/puppet/file_serving/fileset.rb +++ b/lib/puppet/file_serving/fileset.rb @@ -59,7 +59,7 @@ class Puppet::FileServing::Fileset end def initialize(path, options = {}) - raise Argume...
Relax path qualification check on FileServing::Fileset
puppetlabs_puppet
train
rb
4437caedc2bd300e59bfba7e15fd71cec69db438
diff --git a/numina/array/distortion.py b/numina/array/distortion.py index <HASH>..<HASH> 100644 --- a/numina/array/distortion.py +++ b/numina/array/distortion.py @@ -128,8 +128,8 @@ def compute_distortion(x_orig, y_orig, x_rect, y_rect, order, debugplot): raise ValueError("Invalid order=" + str(order)) p...
Define cut-off behavior to avoid a numpy FutureWarning
guaix-ucm_numina
train
py
b50775ad9be187dc050de8a7a6920354e7191c5a
diff --git a/txaio/tx.py b/txaio/tx.py index <HASH>..<HASH> 100644 --- a/txaio/tx.py +++ b/txaio/tx.py @@ -133,10 +133,9 @@ def _no_op(*args, **kwargs): class _TxLogger(Logger): def __init__(self, *args, **kw): super(_TxLogger, self).__init__(*args, **kw) + self._set_log_level(_log_level) ...
always set log level to global log level initially
crossbario_txaio
train
py
4a494d9659a6032598de017c2d8b3eec6a02fec2
diff --git a/lib/csi.js b/lib/csi.js index <HASH>..<HASH> 100644 --- a/lib/csi.js +++ b/lib/csi.js @@ -84,7 +84,7 @@ exports.exec = function(term, data) { console.log('Not implemented ' + match.cmd); break; case 'X': // ECH - term.deleteCharacter(n || 1); + term.eraseCharacters(n || 1); break; case 'Z':...
CSI X should erase instead of delete characters.
Gottox_terminal.js
train
js,js
6acd88860968444d85228b7acbab16c35f06bdb1
diff --git a/src/Charcoal/Email/EmailQueueItem.php b/src/Charcoal/Email/EmailQueueItem.php index <HASH>..<HASH> 100644 --- a/src/Charcoal/Email/EmailQueueItem.php +++ b/src/Charcoal/Email/EmailQueueItem.php @@ -254,15 +254,15 @@ class EmailQueueItem extends AbstractModel implements QueueItemInterface try { ...
refactor(queue-item-interface): rename status constants
locomotivemtl_charcoal-email
train
php
aef08ec47666dede08ca3b0c54a1d10ef2caea2a
diff --git a/lib/vagrant-vbguest/version.rb b/lib/vagrant-vbguest/version.rb index <HASH>..<HASH> 100644 --- a/lib/vagrant-vbguest/version.rb +++ b/lib/vagrant-vbguest/version.rb @@ -1,3 +1,3 @@ module VagrantVbguest - VERSION = "0.3.4" + VERSION = "0.3.5" end
Version bump. Fixes: * ISO detection on windows hosts
dotless-de_vagrant-vbguest
train
rb
cb9100f0725dae0a869a90d4514be2658850dfc9
diff --git a/src/internal/modalManager.spec.js b/src/internal/modalManager.spec.js index <HASH>..<HASH> 100644 --- a/src/internal/modalManager.spec.js +++ b/src/internal/modalManager.spec.js @@ -71,5 +71,10 @@ describe('internal/modalManager', () => { const idx = modalManager.remove(modal1); assert.strict...
Add test coverage for removal of non-exiting modal in ModalManager (#<I>)
mui-org_material-ui
train
js
f26fa0e4338f2a20e699d09c0cc50fef393e1c41
diff --git a/src/Codeception/Module/WPDb.php b/src/Codeception/Module/WPDb.php index <HASH>..<HASH> 100644 --- a/src/Codeception/Module/WPDb.php +++ b/src/Codeception/Module/WPDb.php @@ -186,9 +186,8 @@ class WPDb extends ExtendedDb { Please, check path for sql file: " . $this->config['dump']); ...
do not load sql file at all if using populator
lucatume_wp-browser
train
php
3256ce28272407a37e5f32207e41562bebbf7f1c
diff --git a/ddl/column.go b/ddl/column.go index <HASH>..<HASH> 100644 --- a/ddl/column.go +++ b/ddl/column.go @@ -329,6 +329,12 @@ func (d *ddl) onDropColumn(t *meta.Meta, job *model.Job) error { } } +// How to backfill column data in reorganization state? +// 1, Generate a snapshot with special version. +// 2,...
ddl: address comment.
pingcap_tidb
train
go
44df7b7c0e3aaf030b496659cd6ce52d3dc75876
diff --git a/lib/fastlane/actions/snapshot.rb b/lib/fastlane/actions/snapshot.rb index <HASH>..<HASH> 100644 --- a/lib/fastlane/actions/snapshot.rb +++ b/lib/fastlane/actions/snapshot.rb @@ -21,7 +21,7 @@ module Fastlane ENV['SNAPSHOT_SKIP_OPEN_SUMMARY'] = "1" # it doesn't make sense to show the HTML page here...
Added support providing a custom path to snapshot action
fastlane_fastlane
train
rb
72a624eaf872d26eb8aa39fd55bbcc1f66246981
diff --git a/gruntfile.js b/gruntfile.js index <HASH>..<HASH> 100644 --- a/gruntfile.js +++ b/gruntfile.js @@ -374,7 +374,7 @@ module.exports = function(grunt) { // create a build for development grunt.registerTask('dev', ['clean:dev', 'lodash', 'concat:dev', 'concat:devFull', 'copy:modulesDev']); - grun...
add jshint to dev test
wellcaffeinated_PhysicsJS
train
js
db3f0044819bf750957572f32580f3bb6b07ef1d
diff --git a/sphinx_gallery/gen_rst.py b/sphinx_gallery/gen_rst.py index <HASH>..<HASH> 100644 --- a/sphinx_gallery/gen_rst.py +++ b/sphinx_gallery/gen_rst.py @@ -480,6 +480,10 @@ def execute_code_block(compiler, block, example_globals, try: dont_inherit = 1 + if sys.version_info >= (3, 8): + ...
MAINT: Fix for <I> (#<I>)
sphinx-gallery_sphinx-gallery
train
py
fe8263e02a8961015033a839042dcd57ebe4f360
diff --git a/master/buildbot/schedulers/filter.py b/master/buildbot/schedulers/filter.py index <HASH>..<HASH> 100644 --- a/master/buildbot/schedulers/filter.py +++ b/master/buildbot/schedulers/filter.py @@ -56,3 +56,17 @@ class ChangeFilter(ComparableMixin): if filt_fn is not None and not filt_fn(chg_val):...
change filter: have a repr()
buildbot_buildbot
train
py
c61806c1c838d3ea3d18a638eb352c14320ae9fa
diff --git a/core/server/api.js b/core/server/api.js index <HASH>..<HASH> 100644 --- a/core/server/api.js +++ b/core/server/api.js @@ -15,7 +15,6 @@ var Ghost = require('../ghost'), tags, notifications, settings, - themes, requestHandler, settingsObject, settingsCollection, @@ -2...
Removed unused variables and updated commenting
TryGhost_Ghost
train
js
417a2329b210a92298a6ee12250a70fd3a572ec2
diff --git a/src/DefaultLogWriter.php b/src/DefaultLogWriter.php index <HASH>..<HASH> 100644 --- a/src/DefaultLogWriter.php +++ b/src/DefaultLogWriter.php @@ -16,13 +16,16 @@ class DefaultLogWriter implements LogWriter $uri = $request->getPathInfo(); $bodyAsJson = json_encode($request->except(config...
Update DefaultLogWriter.php
spatie_laravel-http-logger
train
php
ea695d24cb2b2ff74ea5f12528d7967c59e957f0
diff --git a/ella/newman/media/js/generic.suggest.js b/ella/newman/media/js/generic.suggest.js index <HASH>..<HASH> 100644 --- a/ella/newman/media/js/generic.suggest.js +++ b/ella/newman/media/js/generic.suggest.js @@ -12,6 +12,7 @@ GenericSuggestLib = {}; var URL_VAR_SEPARATOR = '&'; var URL_FIELD_DENOTER = ...
Suggestions now collected after <I>ms delay. Fixes #<I>
ella_ella
train
js
89b2638a68952a8f0dc0f00f76e32fb5e5cba234
diff --git a/bin/php/ezsqldiff.php b/bin/php/ezsqldiff.php index <HASH>..<HASH> 100755 --- a/bin/php/ezsqldiff.php +++ b/bin/php/ezsqldiff.php @@ -101,7 +101,7 @@ $matchType = $options['match-type'] ? $options['match-type'] : $options['type']; $matchDBHost = $options['match-host'] ? $options['match-host'] : $options['...
- Fixed wrong arguments parsing in ezsqldiff: empty match db name was sometimes used. git-svn-id: file:///home/patrick.allaert/svn-git/ezp-repo/ezpublish/trunk@<I> a<I>eee8c-daba-<I>-acae-fa<I>f<I>
ezsystems_ezpublish-legacy
train
php
dce8d59765cc8c6d2a220094efbb8fc0e550dcef
diff --git a/great_expectations/core/usage_statistics/package_dependencies.py b/great_expectations/core/usage_statistics/package_dependencies.py index <HASH>..<HASH> 100644 --- a/great_expectations/core/usage_statistics/package_dependencies.py +++ b/great_expectations/core/usage_statistics/package_dependencies.py @@ -7...
[BUGFIX] Remove `ipywidgets` from dev package dependencies (#<I>) * ipywidgets not required for dev since it is in requirements.txt
great-expectations_great_expectations
train
py
b51d2243a78f8e3a169d7793176e607259425feb
diff --git a/state/application.go b/state/application.go index <HASH>..<HASH> 100644 --- a/state/application.go +++ b/state/application.go @@ -45,14 +45,18 @@ type Application struct { // applicationDoc represents the internal state of an application in MongoDB. // Note the correspondence with ApplicationInfo in apis...
Add comment about moving CharmURL and channel to Origin
juju_juju
train
go
0ff1ed12d1ca0681b15f790ef08d796c14a70afc
diff --git a/patchwork/connection.py b/patchwork/connection.py index <HASH>..<HASH> 100644 --- a/patchwork/connection.py +++ b/patchwork/connection.py @@ -35,7 +35,7 @@ class Connection(): else: look_for_keys = True self.cli.connect(hostname=self.private_hostname, username=username, key_f...
make terminal <I>-symbols width (pretty logging)
RedHatQE_python-stitches
train
py
7b544f5f8d074174975f6dc9a16e9088147c552d
diff --git a/spec/e2e/directions-spec.js b/spec/e2e/directions-spec.js index <HASH>..<HASH> 100644 --- a/spec/e2e/directions-spec.js +++ b/spec/e2e/directions-spec.js @@ -22,7 +22,7 @@ var stringMatching = jasmine.stringMatching; describe('directions client library', function() { var googleMaps = require('./service...
Update directions-spec.js time changed from milliseconds to seconds in departure_time and arrival_time
googlemaps_google-maps-services-js
train
js
6f1971997066161ebf53a16fa6fb1ea450aad19e
diff --git a/lib/mailer.js b/lib/mailer.js index <HASH>..<HASH> 100644 --- a/lib/mailer.js +++ b/lib/mailer.js @@ -50,11 +50,14 @@ Mailer.sendEmail = function(props, callback) { var message = _.extend({"from": from}, props); + maillog.info({to: message.to || null, + subject: message.subject...
Add a little more logging to mail sending
pump-io_pump.io
train
js
0691fc921eb6e27e51b341a772c60c83669edb84
diff --git a/jogger.js b/jogger.js index <HASH>..<HASH> 100644 --- a/jogger.js +++ b/jogger.js @@ -51,6 +51,7 @@ self.filter = null; self.level = Jogger.Level.d; self.port = 0; + self._class = Jogger; if (typeof process !== 'undefined') { self.coloriz...
add a _class attribute to Jogger instances that reference to the Jogger class
francoiscolas_jogger
train
js
6d5645907e7e5b769e0392f40e94d764000470a5
diff --git a/proselint/checks/garner/redundancy.py b/proselint/checks/garner/redundancy.py index <HASH>..<HASH> 100644 --- a/proselint/checks/garner/redundancy.py +++ b/proselint/checks/garner/redundancy.py @@ -41,6 +41,7 @@ def check(text): ["collaborate", ["collaborate together"]], ["collabora...
Add rule on the redundant 'collocated together'
amperser_proselint
train
py
d23896b524e1150a1791f99120d2e82ea9d709aa
diff --git a/app/controllers/profiles_controller.rb b/app/controllers/profiles_controller.rb index <HASH>..<HASH> 100644 --- a/app/controllers/profiles_controller.rb +++ b/app/controllers/profiles_controller.rb @@ -60,7 +60,7 @@ class ProfilesController < ApplicationController def new @profile = Profile.new ...
fixed setting user_group next-l/enju_leaf#<I>
next-l_enju_leaf
train
rb
ad84c9a897a5db04dba8c1756991c3e5404c9c29
diff --git a/lib/passive_record/associations.rb b/lib/passive_record/associations.rb index <HASH>..<HASH> 100644 --- a/lib/passive_record/associations.rb +++ b/lib/passive_record/associations.rb @@ -50,5 +50,9 @@ module PassiveRecord associate!(association) end end + + def has_and_belongs_to_man...
add habtm to spec helper models
deepcerulean_passive_record
train
rb,rb
0fc70ce0a062d436f894b44e03c34bb1ed98023b
diff --git a/welly/project.py b/welly/project.py index <HASH>..<HASH> 100644 --- a/welly/project.py +++ b/welly/project.py @@ -228,6 +228,9 @@ class Project(object): uwis = uwis or self.uwis wells = [w for w in self.__list if w.uwi in uwis] + if not isinstance(exclude, (list, tuple, set,)): +...
a warning for the wrong type for exclude
agile-geoscience_welly
train
py
a1f89bb70be791a6b9937c4bb9c03bb5233c9898
diff --git a/loky/backend/_win_wait.py b/loky/backend/_win_wait.py index <HASH>..<HASH> 100644 --- a/loky/backend/_win_wait.py +++ b/loky/backend/_win_wait.py @@ -23,9 +23,9 @@ def wait(connections, processes, timeout=None): """Backward compat for python2.7 This function wait for either: - * one connecti...
FIX better docstring in win wait
tomMoral_loky
train
py
2eaf57253bcd43c196090ec38f66635e2941b59f
diff --git a/bin/cli.js b/bin/cli.js index <HASH>..<HASH> 100755 --- a/bin/cli.js +++ b/bin/cli.js @@ -105,7 +105,8 @@ }, followAllRedirects: true, body: body, - jar: false + jar: false, + strictSSL: ...
Update the CLI server to work with non-strict SSL
splunk_splunk-sdk-javascript
train
js
4dd78bd83591310f30c1c6a9c925a99858e67669
diff --git a/test/simple/addListener.js b/test/simple/addListener.js index <HASH>..<HASH> 100644 --- a/test/simple/addListener.js +++ b/test/simple/addListener.js @@ -1,6 +1,6 @@ - var simpleEvents = require('nodeunit').testCase; var file = '../../lib/eventemitter2'; +var EventEmitter2; if(typeof require !== 'unde...
Update test, don't leak variable
EventEmitter2_EventEmitter2
train
js
c2c75dd6a09f484f5cac52d1918de372c2eff58d
diff --git a/lxd/storage/utils.go b/lxd/storage/utils.go index <HASH>..<HASH> 100644 --- a/lxd/storage/utils.go +++ b/lxd/storage/utils.go @@ -469,7 +469,7 @@ var StorageVolumeConfigKeys = map[string]func(value string) ([]string, error){ }, "size": func(value string) ([]string, error) { if value == "" { - retu...
lxd/storage/utils: Makes dir driver allowed to translate the size property
lxc_lxd
train
go
c53006b1a2cb286d841aefdf137e325dd07592cd
diff --git a/test/e2e/network/service.go b/test/e2e/network/service.go index <HASH>..<HASH> 100644 --- a/test/e2e/network/service.go +++ b/test/e2e/network/service.go @@ -2634,6 +2634,21 @@ var _ = SIGDescribe("Services", func() { framework.ExpectNoError(err) e2eservice.WaitForServiceUpdatedWithFinalizer(cs, svc....
Add: test for finding service from listing all namespaces
kubernetes_kubernetes
train
go
80ddbb1c3c8e5507271a4553e52d03ab3238e2be
diff --git a/src/Installer.php b/src/Installer.php index <HASH>..<HASH> 100644 --- a/src/Installer.php +++ b/src/Installer.php @@ -59,7 +59,7 @@ class Installer extends LibraryInstaller { //Override the old version with a reference to the version being installed file_put_contents( $this->ddToolsDeprecatedP...
* Fixed an error within the ddTools relative path.
DivanDesign_composer.plugin.MODXEvo.library.ddTools.installer
train
php
f8255e9b170d73adf54cd44eaab232baccd5ba7f
diff --git a/Kwc/Form/Dynamic/Component.php b/Kwc/Form/Dynamic/Component.php index <HASH>..<HASH> 100644 --- a/Kwc/Form/Dynamic/Component.php +++ b/Kwc/Form/Dynamic/Component.php @@ -10,7 +10,6 @@ class Kwc_Form_Dynamic_Component extends Kwc_Abstract_Composite_Component $ret['generators']['child']['component']...
Remove editComponent paragraphs, because extconfig contains tabs for paragraphs and form. therefore no need to add extra button to edit-dropdown
koala-framework_koala-framework
train
php
aa9001f3a7c8978b2febed49ff4126a52bed030e
diff --git a/conf_d/__init__.py b/conf_d/__init__.py index <HASH>..<HASH> 100644 --- a/conf_d/__init__.py +++ b/conf_d/__init__.py @@ -70,7 +70,7 @@ class Configuration(): def parse(self): configs = self._parse_section(path=self._path, defaults=self._main_defaults, parser=self._main_parser, only_section...
Fix issue where main section was not always created
python-beaver_python-conf_d
train
py
783854246494b1797a8ba09f2adb583329be8879
diff --git a/db-migrator-integration-test/src/test/java/org/javalite/db_migrator/AbstractIntegrationSpec.java b/db-migrator-integration-test/src/test/java/org/javalite/db_migrator/AbstractIntegrationSpec.java index <HASH>..<HASH> 100644 --- a/db-migrator-integration-test/src/test/java/org/javalite/db_migrator/AbstractI...
#<I> - db-migrator-integration-test not passing on Travis due to security
javalite_activejdbc
train
java
6fa7ed1276284c7840e73089054ce75dadcce3d1
diff --git a/master/buildbot/process/properties.py b/master/buildbot/process/properties.py index <HASH>..<HASH> 100644 --- a/master/buildbot/process/properties.py +++ b/master/buildbot/process/properties.py @@ -428,7 +428,7 @@ class Interpolate(util.ComparableMixin, object): implements(IRenderable) compare_at...
allow '.'s and '_'s in properties Interpolate understands the current situation is bad since GerritChangeSource produces properties that contain '.'s and Interpolate does not allow to use them
buildbot_buildbot
train
py
62652296f0d27b50bb0b3910c27ecf418c2335f6
diff --git a/src/Ddeboer/Imap/Message/Headers.php b/src/Ddeboer/Imap/Message/Headers.php index <HASH>..<HASH> 100644 --- a/src/Ddeboer/Imap/Message/Headers.php +++ b/src/Ddeboer/Imap/Message/Headers.php @@ -29,7 +29,7 @@ class Headers } if (isset($this->array['date'])) { - $this->array['d...
Fixed regex parsing the date header (allowing multiple brackets)
ddeboer_imap
train
php
8ed381ed1668098c4446fb9ab5a76245590f0fab
diff --git a/openfisca_core/simulations.py b/openfisca_core/simulations.py index <HASH>..<HASH> 100644 --- a/openfisca_core/simulations.py +++ b/openfisca_core/simulations.py @@ -158,6 +158,7 @@ class Simulation(object): for (_name, _period) in self.invalidated_caches: holder = self.get_holder(_na...
Empty invalidated_caches once deleted
openfisca_openfisca-core
train
py
b77173e9fbe1b4305e07c3fae8c4e3554af9c31a
diff --git a/service/systemd/conf.go b/service/systemd/conf.go index <HASH>..<HASH> 100644 --- a/service/systemd/conf.go +++ b/service/systemd/conf.go @@ -282,7 +282,6 @@ func deserializeOptions(opts []*unit.UnitOption) (common.Conf, error) { default: return conf, errors.NotSupportedf("Service directive %q", u...
Drop a superfluous blank line.
juju_juju
train
go
28106e528503f5e65450a4e18190969bbe859f50
diff --git a/claripy/ast/bv.py b/claripy/ast/bv.py index <HASH>..<HASH> 100644 --- a/claripy/ast/bv.py +++ b/claripy/ast/bv.py @@ -140,6 +140,8 @@ BV.widen = op('widen', (BV, BV), BV, extra_check=length_same_check, calc_length= BV.intersection = op('intersection', (BV, BV), BV, extra_check=length_same_check, calc_leng...
Fixed a bug that results in the loss of eager-evaluation for BVVs
angr_claripy
train
py
d17394be319ef4c8629f1053c88af65d659e696d
diff --git a/chisel/api.py b/chisel/api.py index <HASH>..<HASH> 100644 --- a/chisel/api.py +++ b/chisel/api.py @@ -222,7 +222,7 @@ class Application: # Send the response if jsonpFunction is not None: return self._httpResponse(start_response, actionContext, status, "application/json", - ...
Ensure all WSGI response parts are str type
craigahobbs_chisel
train
py,py
24009fc226eeafd0208193927923e3dfe4698447
diff --git a/tests/test_command__devenv.py b/tests/test_command__devenv.py index <HASH>..<HASH> 100644 --- a/tests/test_command__devenv.py +++ b/tests/test_command__devenv.py @@ -66,6 +66,7 @@ class DevEnvTestCase(TestCase): def test_build_in_virtualenv(self): from infi.execute import ExecutionError ...
HOSTDEV-<I> fix python missing shared object during test on linux (fixed for the correct path per platform)
Infinidat_infi.projector
train
py
3b729d95b7a2ed2fc08d55159849f8552ddc170d
diff --git a/tests/transformation_test.py b/tests/transformation_test.py index <HASH>..<HASH> 100644 --- a/tests/transformation_test.py +++ b/tests/transformation_test.py @@ -252,6 +252,7 @@ def test_pdf_info(transform): result = transform.pdf_info(colorinfo=True) assert result.url == target_url + def test...
addressed feedback : reverted the removed space between tests
filestack_filestack-python
train
py
72eaa3c9168bfc1115f3e58d301c6f80b131be7e
diff --git a/mod/forum/classes/task/refresh_forum_post_counts.php b/mod/forum/classes/task/refresh_forum_post_counts.php index <HASH>..<HASH> 100644 --- a/mod/forum/classes/task/refresh_forum_post_counts.php +++ b/mod/forum/classes/task/refresh_forum_post_counts.php @@ -54,9 +54,12 @@ class refresh_forum_post_counts ex...
MDL-<I> mod_forum: Changed invalid count() to loop counter.
moodle_moodle
train
php
fae56d02c75063a071ad7a40474283cb42dcb8c0
diff --git a/salt/client/ssh/__init__.py b/salt/client/ssh/__init__.py index <HASH>..<HASH> 100644 --- a/salt/client/ssh/__init__.py +++ b/salt/client/ssh/__init__.py @@ -372,7 +372,11 @@ class SSH: roster_data = self.__parsed_rosters[roster_filename] if not isinstance(roster_data, boo...
Fix #<I>: salt-ssh error when targetting IPs or hostnames directly
saltstack_salt
train
py
fa652b9a9fc4c5ffd8d5a53d48f510e74b940ed9
diff --git a/src/Rapkg/Cli/Router.php b/src/Rapkg/Cli/Router.php index <HASH>..<HASH> 100644 --- a/src/Rapkg/Cli/Router.php +++ b/src/Rapkg/Cli/Router.php @@ -69,19 +69,12 @@ class Router private function resolveCommandClassName($command) { - $cmdSegments = explode('/', $command); - - $ha...
Modified: resolveCommandClassName()
raframework_rapkg
train
php
55048c17f92c6045fefe9f66445a5461758c128f
diff --git a/vdf/__init__.py b/vdf/__init__.py index <HASH>..<HASH> 100644 --- a/vdf/__init__.py +++ b/vdf/__init__.py @@ -89,7 +89,7 @@ def parse(fp, mapper=dict, merge_duplicate_keys=True, escaped=True): re_keyvalue = re.compile(r'^("(?P<qkey>(?:\\.|[^\\"])+)"|(?P<key>#?[a-z0-9\-\_\\\?$%]+))' ...
Added support for $ in unquoted values
ValvePython_vdf
train
py
31c9400d06ca0d270e97fe485baef231225ce4ee
diff --git a/lxd/storage_zfs.go b/lxd/storage_zfs.go index <HASH>..<HASH> 100644 --- a/lxd/storage_zfs.go +++ b/lxd/storage_zfs.go @@ -667,7 +667,10 @@ func (s *storageZfs) ImageDelete(fingerprint string) error { } if shared.PathExists(shared.VarPath(fs + ".zfs")) { - os.Remove(shared.VarPath(fs + ".zfs")) + er...
zfs: Don't ignore errors
lxc_lxd
train
go
91f10a467af3b16788ac5dad3536673809e594ae
diff --git a/driver-testsuite/tests/Basic/ErrorHandlingTest.php b/driver-testsuite/tests/Basic/ErrorHandlingTest.php index <HASH>..<HASH> 100644 --- a/driver-testsuite/tests/Basic/ErrorHandlingTest.php +++ b/driver-testsuite/tests/Basic/ErrorHandlingTest.php @@ -10,7 +10,7 @@ class ErrorHandlingTest extends TestCase ...
Except any exception when non-existing element is being searched
minkphp_Mink
train
php
608c8b48e601d2a49e1c5fed3916ee404ffa7b04
diff --git a/spec/ethereum/contract_blockchain_spec.rb b/spec/ethereum/contract_blockchain_spec.rb index <HASH>..<HASH> 100644 --- a/spec/ethereum/contract_blockchain_spec.rb +++ b/spec/ethereum/contract_blockchain_spec.rb @@ -14,13 +14,14 @@ describe Ethereum do tx_address = @works.transact_and_wait.set("some4key...
move event expectations to the bottom of blockchain test, hopefully to eliminate random CI fails
EthWorks_ethereum.rb
train
rb
246538be2e55a48a674ba3ff66025205ba3de020
diff --git a/spacy/about.py b/spacy/about.py index <HASH>..<HASH> 100644 --- a/spacy/about.py +++ b/spacy/about.py @@ -4,7 +4,7 @@ # fmt: off __title__ = "spacy-nightly" -__version__ = "2.1.0a6.dev0" +__version__ = "2.1.0a6.dev1" __summary__ = "Industrial-strength Natural Language Processing (NLP) with Python and ...
Set version to <I>a6.dev1
explosion_spaCy
train
py
1a955acf4cf5eb6bd4fb22e9edb04a279ca733f6
diff --git a/lib/netsuite/records/deposit_cash_back_list.rb b/lib/netsuite/records/deposit_cash_back_list.rb index <HASH>..<HASH> 100644 --- a/lib/netsuite/records/deposit_cash_back_list.rb +++ b/lib/netsuite/records/deposit_cash_back_list.rb @@ -1,32 +1,9 @@ module NetSuite module Records - class DepositCashBac...
Update DepositCashBackList to inherit from sublist
NetSweet_netsuite
train
rb
6e977cd81089c91c4847ef169eb579ec968cb6b0
diff --git a/TYPO3.Flow/Classes/TYPO3/Flow/Security/Cryptography/RsaWalletServicePhp.php b/TYPO3.Flow/Classes/TYPO3/Flow/Security/Cryptography/RsaWalletServicePhp.php index <HASH>..<HASH> 100644 --- a/TYPO3.Flow/Classes/TYPO3/Flow/Security/Cryptography/RsaWalletServicePhp.php +++ b/TYPO3.Flow/Classes/TYPO3/Flow/Securit...
TASK: Remove leftover from first attempt of fallback decryption
neos_flow-development-collection
train
php
417b043c6507048c0f5b211134328de483e4220e
diff --git a/tofu/tests/tests02_data/tests03_core.py b/tofu/tests/tests02_data/tests03_core.py index <HASH>..<HASH> 100644 --- a/tofu/tests/tests02_data/tests03_core.py +++ b/tofu/tests/tests02_data/tests03_core.py @@ -383,6 +383,7 @@ class Test01_DataCam12D(object): for oo in self.lobj: if oo.dge...
Identified buggy line in data tests strip_nbytes()
ToFuProject_tofu
train
py,py
f666dda63137a66f6d619529d79c9238dfbae94d
diff --git a/command/install_scripts.py b/command/install_scripts.py index <HASH>..<HASH> 100644 --- a/command/install_scripts.py +++ b/command/install_scripts.py @@ -50,7 +50,7 @@ class install_scripts (Command): if self.dry_run: self.announce("changing mode of %s" % file) ...
Restrict the mode to the lowest four octal positions; higher positions contain the type of the file (regular file, socket, link, &c.). This means that install_scripts will now print "changing mode of <file> to <I>" instead of "... to <I>". <I> bugfix candidate, I suppose, though this isn't actually fixing a b...
pypa_setuptools
train
py
ff714fbd77f6e5c50118046a8c2413746b323444
diff --git a/core/src/main/java/com/google/bitcoin/core/PeerAddress.java b/core/src/main/java/com/google/bitcoin/core/PeerAddress.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/com/google/bitcoin/core/PeerAddress.java +++ b/core/src/main/java/com/google/bitcoin/core/PeerAddress.java @@ -99,6 +99,14 @@ public...
Add a PeerAddress.localhost() helper.
bitcoinj_bitcoinj
train
java
14316f2934e474cd93692bae005ce3f5a2bff196
diff --git a/src/commands/index.js b/src/commands/index.js index <HASH>..<HASH> 100644 --- a/src/commands/index.js +++ b/src/commands/index.js @@ -147,17 +147,21 @@ module.exports = () => { const event = opts && opts.event; const sel = ed.getSelected(); const toolbarStyle = ed.Canvas.ge...
Fix freezed class on drag of components
artf_grapesjs
train
js
5f79d9cb4c414c0739ab1d2ab3580892a3647817
diff --git a/action/concrete_factory.go b/action/concrete_factory.go index <HASH>..<HASH> 100755 --- a/action/concrete_factory.go +++ b/action/concrete_factory.go @@ -43,7 +43,7 @@ func NewConcreteFactory(softLayerClient sl.Client, options ConcreteFactoryOption "delete_vm": NewDeleteVM(vmFinder), "has_...
added vmFinder as argument to set_metadata action
cloudfoundry_bosh-softlayer-cpi-release
train
go,go
f7bf38c90c5dbbf0377d11179b017a626a48d3ef
diff --git a/gen/android/templates/org/hopjs/JSObject.java b/gen/android/templates/org/hopjs/JSObject.java index <HASH>..<HASH> 100644 --- a/gen/android/templates/org/hopjs/JSObject.java +++ b/gen/android/templates/org/hopjs/JSObject.java @@ -30,6 +30,9 @@ public class JSObject implements Serializable { } public...
Minor fixes for nulls and JSObject lookups
celer_hopjs
train
java
c5e92d0061214a7fd1cdc1e931e1b9d8f4e0453f
diff --git a/openxc-it/src/main/java/com/openxc/BoundVehicleServiceTest.java b/openxc-it/src/main/java/com/openxc/BoundVehicleServiceTest.java index <HASH>..<HASH> 100644 --- a/openxc-it/src/main/java/com/openxc/BoundVehicleServiceTest.java +++ b/openxc-it/src/main/java/com/openxc/BoundVehicleServiceTest.java @@ -18,6 ...
Kill RVS to flush the cache before running tests.
openxc_openxc-android
train
java
30a2928518fc968fd4dce0e1adabccd885e8caf8
diff --git a/src/Utility/Export.php b/src/Utility/Export.php index <HASH>..<HASH> 100644 --- a/src/Utility/Export.php +++ b/src/Utility/Export.php @@ -401,7 +401,6 @@ final class Export */ private static function getDisplayValueFromAssociation(Association $association, string $field, $value) { - ...
Remove empty line (Task #<I>)
QoboLtd_cakephp-search
train
php
f0111a3471e9f72bbee5c4d95666c20c8216b08b
diff --git a/error_test.go b/error_test.go index <HASH>..<HASH> 100644 --- a/error_test.go +++ b/error_test.go @@ -20,7 +20,7 @@ import ( ) func TestPathError(t *testing.T) { - _, err := NewEnforcerSafe("", "") + _, err := NewEnforcerSafe("hope_this_path_wont_exist", "") if err == nil { t.Errorf("Should be err...
Fix the error in wrong model path test.
casbin_casbin
train
go
bd2bd6ce6ae584dc68f18f1eb2425e5cf275a8ac
diff --git a/packages/side-runtime/__tests__/playback.spec.js b/packages/side-runtime/__tests__/playback.spec.js index <HASH>..<HASH> 100644 --- a/packages/side-runtime/__tests__/playback.spec.js +++ b/packages/side-runtime/__tests__/playback.spec.js @@ -1455,7 +1455,7 @@ describe('Playback', () => { await psetT...
Increasing the timeout in the abort mid-delay test due some external computation which is slowing it down.
SeleniumHQ_selenium-ide
train
js
a4594305e89c9a2a976eb872c48a089f213bd2c1
diff --git a/openquake/calculators/ebrisk.py b/openquake/calculators/ebrisk.py index <HASH>..<HASH> 100644 --- a/openquake/calculators/ebrisk.py +++ b/openquake/calculators/ebrisk.py @@ -193,10 +193,11 @@ class EbriskCalculator(event_based.EventBasedCalculator): nr = 0 for grp_id, rlzs_by_gsim in csm_...
Split in RUPTURES_PER_BLOCK in ebrisk [skip CI]
gem_oq-engine
train
py
75383f118319f660388e4e3f73c92334f5c73afc
diff --git a/src/styles/text/text.js b/src/styles/text/text.js index <HASH>..<HASH> 100644 --- a/src/styles/text/text.js +++ b/src/styles/text/text.js @@ -437,7 +437,19 @@ Object.assign(TextStyle, { } // label priority (lower is higher) - let priority = (rule.priority !== undefine...
label priority can be tied to a feature property, or computed by JS function
tangrams_tangram
train
js
1685152944f3fea8e7b01ce10788b4a710463f62
diff --git a/tools/fontbakery-setup.py b/tools/fontbakery-setup.py index <HASH>..<HASH> 100755 --- a/tools/fontbakery-setup.py +++ b/tools/fontbakery-setup.py @@ -226,7 +226,7 @@ args = parser.parse_args() directory = UpstreamDirectory(args.directory) -process_files = directory.ALL_FONTS +process_files = [x for x ...
ignore sfd for fontbakery-setup as we dont support it
googlefonts_fontbakery
train
py
d40148cf3906b1248e4e7f41d2f9f173945bec9c
diff --git a/lib/aruba/cucumber/file.rb b/lib/aruba/cucumber/file.rb index <HASH>..<HASH> 100644 --- a/lib/aruba/cucumber/file.rb +++ b/lib/aruba/cucumber/file.rb @@ -180,7 +180,7 @@ Then(/^(?:a|the) file(?: named)? "([^"]*)" should (not )?be equal to file "([^"] end end -Then(/^the (?:file|directory)(?: named)? ...
Allow both 'a' and 'the' in step, as documented
cucumber_aruba
train
rb