hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
c2e074c79fad926c6d238138705c0181c2c78148
diff --git a/sdnotes.org b/sdnotes.org index <HASH>..<HASH> 100644 --- a/sdnotes.org +++ b/sdnotes.org @@ -1912,8 +1912,8 @@ problem is that explor movs dont activate muscles differentially -- all muscles *** got improved result (see above) - further manual tuning - THINGS TO TRY NEXT: --- something ot increase L2...
relatively good training to 2 individual targets with PMd input
Neurosim-lab_netpyne
train
bd2fa12df5d68599d1afcd3dabc373e11fbc2f84
diff --git a/lib/utils/headers.js b/lib/utils/headers.js index <HASH>..<HASH> 100644 --- a/lib/utils/headers.js +++ b/lib/utils/headers.js @@ -3,7 +3,11 @@ module.exports = { injectKey: (headers, key) => { let updatedHeaders = Object.assign({}, headers) - const accessKey = key || process.env.EVENT_GATEWAY_A...
Fix Access Key detection in the browser. Closes #<I> (#<I>)
serverless_event-gateway-sdk
train
194ce9d9905874d457d677ecc92401cd76fa66eb
diff --git a/packages/crawl-profile-tree/src/commands/crawl-profile-tree.js b/packages/crawl-profile-tree/src/commands/crawl-profile-tree.js index <HASH>..<HASH> 100644 --- a/packages/crawl-profile-tree/src/commands/crawl-profile-tree.js +++ b/packages/crawl-profile-tree/src/commands/crawl-profile-tree.js @@ -54,13 +54...
crawl-profile-tree checks suborganizations
Yodata_yodata
train
8337a9249357ba25ff18fd21b98dcc52c39def62
diff --git a/lib/ey-deploy/deploy.rb b/lib/ey-deploy/deploy.rb index <HASH>..<HASH> 100644 --- a/lib/ey-deploy/deploy.rb +++ b/lib/ey-deploy/deploy.rb @@ -114,13 +114,18 @@ module EY # task def rollback - puts "~> rolling back to previous release" - c.release_path = c.previous_release - run_w...
Don't rollback beyond the oldest release Change-Id: I<I>cc<I>a8b<I>f1b<I>d<I>dfda9b1da<I>e<I>
engineyard_engineyard-serverside
train
61747738c2b13267b9313e6c60e2e330ccba5706
diff --git a/Controller/HelperController.php b/Controller/HelperController.php index <HASH>..<HASH> 100644 --- a/Controller/HelperController.php +++ b/Controller/HelperController.php @@ -134,7 +134,7 @@ class HelperController extends Controller } $description = 'no description available'; - f...
Fix bug when no related admin is defined
sonata-project_SonataAdminBundle
train
9ada11465c270a3cc6127babdf75d4d4bc297390
diff --git a/tests/UrlTest.php b/tests/UrlTest.php index <HASH>..<HASH> 100644 --- a/tests/UrlTest.php +++ b/tests/UrlTest.php @@ -107,7 +107,7 @@ class UrlTest extends PHPUnit_Framework_TestCase * Test that invalid host is invalid. * * @expectedException DataTypes\Exceptions\UrlInvalidArgumentExcepti...
Adjust expected exception message in UrlTest
themichaelhall_datatypes
train
e8dab1fceea6e7afe51b8399c34a7ca413b0b0a0
diff --git a/lib/atdis/application.rb b/lib/atdis/application.rb index <HASH>..<HASH> 100644 --- a/lib/atdis/application.rb +++ b/lib/atdis/application.rb @@ -8,6 +8,7 @@ module ATDIS [:application, [ [:info, [ [:dat_id, [:dat_id, String]], + [:development_type, ...
Add new attribute from latest version of spec
openaustralia_atdis
train
26ff5c68d94f23ae5c0247267df9637265d71ab8
diff --git a/lib/Doctrine/ODM/CouchDB/Mapping/ClassMetadata.php b/lib/Doctrine/ODM/CouchDB/Mapping/ClassMetadata.php index <HASH>..<HASH> 100644 --- a/lib/Doctrine/ODM/CouchDB/Mapping/ClassMetadata.php +++ b/lib/Doctrine/ODM/CouchDB/Mapping/ClassMetadata.php @@ -233,20 +233,28 @@ class ClassMetadata implements IClassMe...
More fixes on mapped superclass handling
doctrine_couchdb-odm
train
2b88eee79a897337378c949e1cda08623811f192
diff --git a/plugins/org.eclipse.xtext/src/org/eclipse/xtext/xtext/XtextLinker.java b/plugins/org.eclipse.xtext/src/org/eclipse/xtext/xtext/XtextLinker.java index <HASH>..<HASH> 100644 --- a/plugins/org.eclipse.xtext/src/org/eclipse/xtext/xtext/XtextLinker.java +++ b/plugins/org.eclipse.xtext/src/org/eclipse/xtext/xtex...
Removed suppressed deprecation warning
eclipse_xtext-core
train
9452519ba397d0ddb2df72fb27350617787ce95b
diff --git a/BackofficeBundle/Resources/public/ecmascript/OpenOrchestra/Application/View/Menu/MenuView.js b/BackofficeBundle/Resources/public/ecmascript/OpenOrchestra/Application/View/Menu/MenuView.js index <HASH>..<HASH> 100644 --- a/BackofficeBundle/Resources/public/ecmascript/OpenOrchestra/Application/View/Menu/Menu...
replace nicescrollbar by perfect scrollbar (#<I>)
open-orchestra_open-orchestra-cms-bundle
train
83a9f81054bd902ad9a35f3975fef7103b709616
diff --git a/shared/actions/fs/platform-specific.desktop.js b/shared/actions/fs/platform-specific.desktop.js index <HASH>..<HASH> 100644 --- a/shared/actions/fs/platform-specific.desktop.js +++ b/shared/actions/fs/platform-specific.desktop.js @@ -16,7 +16,7 @@ import logger from '../../logger' import {spawn, execFileS...
[KBFS-<I>] fix broken conversations (#<I>) * fix broken conversations * fix lint
keybase_client
train
0cb1d63220cea9a1666805e820637f7bda0bb873
diff --git a/dist/commands/cd.js b/dist/commands/cd.js index <HASH>..<HASH> 100755 --- a/dist/commands/cd.js +++ b/dist/commands/cd.js @@ -14,7 +14,7 @@ var cd = { dir = !dir ? delimiter.getHomeDir() : dir; // Allow Windows drive letter changes - dir = dir && dir.length === 2 && dir[1] === "/" ? dir[0] +...
fix #<I> - better syntax for changing volumes
dthree_cash
train
240321acee48fca3737975ddea5da1d8a900135a
diff --git a/discovery/consul/consul.go b/discovery/consul/consul.go index <HASH>..<HASH> 100644 --- a/discovery/consul/consul.go +++ b/discovery/consul/consul.go @@ -55,6 +55,8 @@ const ( servicePortLabel = model.MetaLabelPrefix + "consul_service_port" // datacenterLabel is the name of the label containing the dat...
Add taggedAddress to the labels in ConsulSD (#<I>) Useful when multiple (tagged) addresses for a node are exposed on the catalog API Ref. <URL>
prometheus_prometheus
train
813cc73d4abb13886575f8f820cbaae0470202b1
diff --git a/bio/clustalo.py b/bio/clustalo.py index <HASH>..<HASH> 100644 --- a/bio/clustalo.py +++ b/bio/clustalo.py @@ -18,7 +18,7 @@ from tools.process import Popen as _Popen from tools import colortext from uniprot import pdb_to_uniparc from fasta import FASTA -from basics import SubstitutionScore, Sequence +fr...
The PDBUniParcSequenceAligner class now creates SequenceMaps to fit in with the other classes.
Kortemme-Lab_klab
train
ee21182ce8cb1b93326f5bb35e03e2967d162acb
diff --git a/src/Fyuze/Event/Emitter.php b/src/Fyuze/Event/Emitter.php index <HASH>..<HASH> 100644 --- a/src/Fyuze/Event/Emitter.php +++ b/src/Fyuze/Event/Emitter.php @@ -57,13 +57,22 @@ class Emitter */ public function emit($name, array $params = []) { + $count = 0; + foreach ($this->lo...
emitter: less errors more logs
fyuze_framework
train
374c04b2816b891a2a3488c352819b333a5d606e
diff --git a/src/oidcendpoint/__init__.py b/src/oidcendpoint/__init__.py index <HASH>..<HASH> 100755 --- a/src/oidcendpoint/__init__.py +++ b/src/oidcendpoint/__init__.py @@ -23,8 +23,8 @@ JSON_ENCODED = "application/json" JOSE_ENCODED = "application/jose" -def sanitize(str): - return str +def sanitize(txt): + ...
Added an endpoint that supports RFC<I>. - Cleaning.
IdentityPython_oidcendpoint
train
5eb2f39c1281bb258e2843085f49070039cf991c
diff --git a/openquake/hazardlib/tests/gsim/kotha_2016_test.py b/openquake/hazardlib/tests/gsim/kotha_2016_test.py index <HASH>..<HASH> 100644 --- a/openquake/hazardlib/tests/gsim/kotha_2016_test.py +++ b/openquake/hazardlib/tests/gsim/kotha_2016_test.py @@ -29,22 +29,12 @@ class KothaEtAl2016ItalyTestCase(BaseGSIMTest...
Ported some GMPE test
gem_oq-engine
train
75a0919d6d8c66b0a70386cac9c9f13d1eb129e9
diff --git a/lib/gym/package_command_generator.rb b/lib/gym/package_command_generator.rb index <HASH>..<HASH> 100644 --- a/lib/gym/package_command_generator.rb +++ b/lib/gym/package_command_generator.rb @@ -1,11 +1,17 @@ module Gym # Responsible for building the fully working xcodebuild command + # + # Because of...
Updated package command generator to use patched PackageApplication Perl script
fastlane_fastlane
train
d119ffc32ffd960d9f1835b1748bdaad654d2a78
diff --git a/src/server/pfs/server/driver.go b/src/server/pfs/server/driver.go index <HASH>..<HASH> 100644 --- a/src/server/pfs/server/driver.go +++ b/src/server/pfs/server/driver.go @@ -2273,9 +2273,9 @@ func (d *driver) getFile(ctx context.Context, file *pfs.File, offset int64, size thisDir := directories.Peek() ...
Add another glob test case And update driver to use less stack space when traversing directories
pachyderm_pachyderm
train
7f16c1f5bcc65c0830573ef2d6f58c575a921428
diff --git a/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php b/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php index <HASH>..<HASH> 100644 --- a/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php +++ b/src/Symfony/Bundle/FrameworkBundle/DependencyI...
[HttpKernel] Add DI extension configs as ressources when possible
symfony_symfony
train
f2306d05d8b4e77741145be5ce63a1270655fed2
diff --git a/railties/lib/rails/generators/app_base.rb b/railties/lib/rails/generators/app_base.rb index <HASH>..<HASH> 100644 --- a/railties/lib/rails/generators/app_base.rb +++ b/railties/lib/rails/generators/app_base.rb @@ -326,7 +326,7 @@ module Rails unless options[:skip_turbolinks] gems ...
Turbolinks has moved out All grown up and shit!
rails_rails
train
a75102ad571110659ce9545d184aa5658d2b4a06
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -9,9 +9,9 @@ module.exports = function attributes(md) { var l = tokens.length; for (var i = 0; i < l; ++i) { // fenced code blocks - if (tokens[i].type === 'fence' && hasCurly(tokens[i].info)) { + if...
support any block with {}-curlies in `token.info` **Note:** last char in `token.info` should be `}`
arve0_markdown-it-attrs
train
8f12449b8d25632847ea9b1af8067e4c4f1ac2e1
diff --git a/src/main/java/edu/ksu/canvas/model/assignment/Quiz.java b/src/main/java/edu/ksu/canvas/model/assignment/Quiz.java index <HASH>..<HASH> 100644 --- a/src/main/java/edu/ksu/canvas/model/assignment/Quiz.java +++ b/src/main/java/edu/ksu/canvas/model/assignment/Quiz.java @@ -5,6 +5,7 @@ import edu.ksu.canvas.ann...
Fixing types in the Quiz model
kstateome_canvas-api
train
c4ab01d63d9a4f1ac473d5c5de955402f2dbb90a
diff --git a/src/ocrmypdf/pdfinfo.py b/src/ocrmypdf/pdfinfo.py index <HASH>..<HASH> 100644 --- a/src/ocrmypdf/pdfinfo.py +++ b/src/ocrmypdf/pdfinfo.py @@ -286,7 +286,9 @@ class ImageInfo: self._origin = 'inline' self._width = inline.settings['/W'] self._height = inline.settings['/...
Fix "AttributeError: 'ImageInfo' object has no attribute '_type'" Also deal with 'fixme' imagemask comment. Also fix bpc incorrectly set to 8 by default on stencil masks.
jbarlow83_OCRmyPDF
train
67aa440330cb5a6b0f12ffdaf18f915696fbc162
diff --git a/ipmisim/ipmisim.py b/ipmisim/ipmisim.py index <HASH>..<HASH> 100644 --- a/ipmisim/ipmisim.py +++ b/ipmisim/ipmisim.py @@ -42,7 +42,9 @@ class IpmiServerContext(object): __instance = None - def __new__(cls): + def __new__(cls, *args, **kwargs): + if len(args) > 0 and args[0] == 'reset'...
ipmisim: allow method to reinitialize context
rhtyd_ipmisim
train
5e2dc05d2022a870acdb16f1a883ef06a8272208
diff --git a/lib/cms_scanner/target.rb b/lib/cms_scanner/target.rb index <HASH>..<HASH> 100644 --- a/lib/cms_scanner/target.rb +++ b/lib/cms_scanner/target.rb @@ -92,6 +92,9 @@ module CMSScanner # @yield [ Addressable::URI, Nokogiri::XML::Element ] The url and its associated tag # # @return [ Array<Addre...
Adds comment about potentially time consuming methods
wpscanteam_CMSScanner
train
9c00dc2b1cb091f84d45f45d02bc8866f18f1574
diff --git a/src/Illuminate/Validation/Validator.php b/src/Illuminate/Validation/Validator.php index <HASH>..<HASH> 100755 --- a/src/Illuminate/Validation/Validator.php +++ b/src/Illuminate/Validation/Validator.php @@ -15,6 +15,7 @@ use Illuminate\Support\Fluent; use Illuminate\Support\MessageBag; use Illuminate\Supp...
Add ability to throw a custom validation exceptions
laravel_framework
train
ff5b00ac6a0bc8fa06ae02b0d5c704a34520a62c
diff --git a/Braintree/src/main/java/com/braintreepayments/api/models/ThreeDSecureRequest.java b/Braintree/src/main/java/com/braintreepayments/api/models/ThreeDSecureRequest.java index <HASH>..<HASH> 100644 --- a/Braintree/src/main/java/com/braintreepayments/api/models/ThreeDSecureRequest.java +++ b/Braintree/src/main/...
Update 3DS Amount Docstring (#<I>) * Update ThreeDSecureRequest.amount docstring to explicity tell merchants to format with decimal
braintree_braintree_android
train
8d4f26aa4b590820511477c77ffc595c2e5ff81a
diff --git a/src/folder/Item.php b/src/folder/Item.php index <HASH>..<HASH> 100644 --- a/src/folder/Item.php +++ b/src/folder/Item.php @@ -86,7 +86,7 @@ class Item extends ItemAbstract */ public function getFilesCount() { - return (int) (new \luya\admin\file\Query())->where(['is_hidden' => 0, 'is...
join files count of folder #<I>
luyadev_luya-module-admin
train
fcce436d3ed268f5e791be85fe83b4e1a412a796
diff --git a/lib/ui/src/libs/shortcut.js b/lib/ui/src/libs/shortcut.js index <HASH>..<HASH> 100644 --- a/lib/ui/src/libs/shortcut.js +++ b/lib/ui/src/libs/shortcut.js @@ -32,7 +32,7 @@ export const eventToShortcut = e => { keys.push('shift'); } - if (e.key && e.key.length === 1 && e.key !== ' ' && e.code !==...
removed leftovers from using minus key for colapse
storybooks_storybook
train
bbc34409836b602589b0aa7b2899556a38f6e495
diff --git a/cleancat/base.py b/cleancat/base.py index <HASH>..<HASH> 100644 --- a/cleancat/base.py +++ b/cleancat/base.py @@ -216,7 +216,8 @@ class DateTime(Regex): class Email(Regex): - regex = r'^.+@[^.].*\.[a-z]{2,63}$' + regex = (r'^(?:[^\.@\s]|[^\.@\s]\.(?!\.))*[^.@\s]@' + r'[^.@\s](?:[^\.@...
Enforce period and @ rules when validating emails (#<I>)
closeio_cleancat
train
253e54dd5dab6a96ded5cf5c3110e690bb1578f8
diff --git a/src/MappedHydrator.php b/src/MappedHydrator.php index <HASH>..<HASH> 100644 --- a/src/MappedHydrator.php +++ b/src/MappedHydrator.php @@ -63,6 +63,20 @@ final class MappedHydrator implements Hydrates ); } + /** + * Creates a new mapped hydrator with an instantiator. + * + * @...
Add constructors accepting custom instantiators
Stratadox_Hydrator
train
8cd47dc5cb493fe14ecc96d8108cb28cdc6cc498
diff --git a/abydos/tests/test_util.py b/abydos/tests/test_util.py index <HASH>..<HASH> 100644 --- a/abydos/tests/test_util.py +++ b/abydos/tests/test_util.py @@ -303,6 +303,8 @@ class RationalTestCases(unittest.TestCase): self.assertEqual(Rational(3)/2, Rational(3, 2)) self.assertEqual(2/Rational(3),...
added some specific tests targeting different division calls (useful for testing coverage in Python3)
chrislit_abydos
train
b849a08f7392bf2d16d924ef594e4b4f47e7bf27
diff --git a/lib/rbbt/tsv/excel.rb b/lib/rbbt/tsv/excel.rb index <HASH>..<HASH> 100644 --- a/lib/rbbt/tsv/excel.rb +++ b/lib/rbbt/tsv/excel.rb @@ -177,7 +177,7 @@ module TSV sheet ||= "0" workbook = RubyXL::Parser.parse file - if sheet && sheet =~ /^\d+$/ + if sheet && sheet =~ /^\d+$/ ...
Allow putting several sheets on an Excel file
mikisvaz_rbbt-util
train
b324b14a6bb38bf004da69b37d1a2f9e902e13a2
diff --git a/test/test.py b/test/test.py index <HASH>..<HASH> 100755 --- a/test/test.py +++ b/test/test.py @@ -16,7 +16,7 @@ import subprocess from canmatrix.log import setup_logger, set_log_level logger = setup_logger('root') -#set_log_level(logger, -1) +set_log_level(logger, -1) export_types = [] import_types...
Update test.py reset loglevel because travis finally runs
ebroecker_canmatrix
train
f5b8f5785b79fa11f4b6c7f0655b1ad25cc2aea9
diff --git a/spec/factories/infection_organisms.rb b/spec/factories/infection_organisms.rb index <HASH>..<HASH> 100644 --- a/spec/factories/infection_organisms.rb +++ b/spec/factories/infection_organisms.rb @@ -1,6 +1,11 @@ FactoryGirl.define do factory :infection_organism do - + organism_code + sensitivi...
Created factory for infection_organism.
airslie_renalware-core
train
5f423185e3516c8d8517e12f5f5ed54a194041a4
diff --git a/README.md b/README.md index <HASH>..<HASH> 100644 --- a/README.md +++ b/README.md @@ -289,6 +289,13 @@ A permission can be given to a role: $role->givePermissionTo('edit articles'); ``` + +You can determine if a role has a certain permission: + +```php +$role->hasPermissionTo('edit articles'); +``` + ...
nitpicks on the hasPermissionTo function of role model
spatie_laravel-permission
train
26b3d062cbd0b651db2d5a08076da624a945673c
diff --git a/example/index.js b/example/index.js index <HASH>..<HASH> 100644 --- a/example/index.js +++ b/example/index.js @@ -5,9 +5,7 @@ document.addEventListener("DOMContentLoaded", function () { let fixer = new Fixer(); fixer - .addElement(".menu", { - limit: "#side-block-1" - }) + .addElement...
Add ability to reset elements on window resize.
alexspark86_fixer
train
25b10aa14d955be86abf8d89bbe699f3ace1f75a
diff --git a/lib/wavefile/chunk_readers/riff_reader.rb b/lib/wavefile/chunk_readers/riff_reader.rb index <HASH>..<HASH> 100644 --- a/lib/wavefile/chunk_readers/riff_reader.rb +++ b/lib/wavefile/chunk_readers/riff_reader.rb @@ -59,7 +59,7 @@ module WaveFile break if bytes_read >= riff_chunk_size ...
More accurate error message If the end of file is unexpectedly reached, it's not necessarily because there is no `data` chunk.
jstrait_wavefile
train
fe9f11f60bfa8cd27a0c0f10c242fb4eb75c6e7f
diff --git a/lib/phusion_passenger/common_library.rb b/lib/phusion_passenger/common_library.rb index <HASH>..<HASH> 100644 --- a/lib/phusion_passenger/common_library.rb +++ b/lib/phusion_passenger/common_library.rb @@ -471,13 +471,6 @@ COMMON_LIBRARY = CommonLibraryBuilder.new do :deps => %w( MemoryKit/pallo...
Fix typo (duplicate definition)
phusion_passenger
train
6ece99a7147fbd784db1fabb461376ed113561a4
diff --git a/src/qtism/runtime/rendering/markup/xhtml/ChoiceInteractionRenderer.php b/src/qtism/runtime/rendering/markup/xhtml/ChoiceInteractionRenderer.php index <HASH>..<HASH> 100644 --- a/src/qtism/runtime/rendering/markup/xhtml/ChoiceInteractionRenderer.php +++ b/src/qtism/runtime/rendering/markup/xhtml/ChoiceInter...
missing additional user CSS class 'qti-vertical'/'qti-horinzontal'.
oat-sa_qti-sdk
train
b2c6072115767d2d6d627438bcb648af0e714230
diff --git a/lib/dentaku/evaluator.rb b/lib/dentaku/evaluator.rb index <HASH>..<HASH> 100644 --- a/lib/dentaku/evaluator.rb +++ b/lib/dentaku/evaluator.rb @@ -51,8 +51,10 @@ module Dentaku while tokens.length > 1 matched = false RULES.each do |pattern, evaluator| - if pos = find_rule_m...
allow pattern matchers to match multiple tokens
rubysolo_dentaku
train
cd44a3fcebfc3f67f87a9e4614d1848b0c617204
diff --git a/refctx/refctx.go b/refctx/refctx.go index <HASH>..<HASH> 100644 --- a/refctx/refctx.go +++ b/refctx/refctx.go @@ -3,30 +3,39 @@ package refctx import ( "context" "sync/atomic" + + "github.com/SentimensRG/ctx" ) // RefCtr cancels a context when no references are held type RefCtr struct { - cancel ...
Use uint<I> for Refctr WithRefCount now accepts a ctx.Doner Add ContextWithRefcount, which accepts a context.Context
SentimensRG_ctx
train
cbb7337bf29f3560c18d3965dc3679fc8d2cb12f
diff --git a/src/com/google/javascript/jscomp/CompilerOptions.java b/src/com/google/javascript/jscomp/CompilerOptions.java index <HASH>..<HASH> 100644 --- a/src/com/google/javascript/jscomp/CompilerOptions.java +++ b/src/com/google/javascript/jscomp/CompilerOptions.java @@ -2733,6 +2733,16 @@ public class CompilerOptio...
Add async functions and exponent operator to known features. ------------- Created by MOE: <URL>
google_closure-compiler
train
0f14e1de83cda21a982a20d33e19568716f00ecf
diff --git a/src/Discord/Parts/Channel/Message.php b/src/Discord/Parts/Channel/Message.php index <HASH>..<HASH> 100644 --- a/src/Discord/Parts/Channel/Message.php +++ b/src/Discord/Parts/Channel/Message.php @@ -84,6 +84,20 @@ class Message extends Part { return $this->channel->sendMessage("{$this->author}...
Added ability to reply to message with a delay Example usage: `$message->delayedReply("delayed reply!", <I>); /* sent after 3 seconds */` May be come in handy for some kind of low-level reminder service.
teamreflex_DiscordPHP
train
5b8067cd31766b8839d0d79532cebabf202be8db
diff --git a/lib/read_preference.js b/lib/read_preference.js index <HASH>..<HASH> 100644 --- a/lib/read_preference.js +++ b/lib/read_preference.js @@ -57,8 +57,9 @@ var ReadPreference = function(mode, tags, options) { this.options = options; // If no tags were passed in - if(tags && typeof tags == 'object') {...
fix: allow passing in an array of tags to ReadPreference constructor
mongodb_node-mongodb-native
train
de03f193e724c7474b1ee1cae7478e83f06e0a57
diff --git a/src/main/java/com/xebia/incubator/xebium/SeleniumDriverFixture.java b/src/main/java/com/xebia/incubator/xebium/SeleniumDriverFixture.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/xebia/incubator/xebium/SeleniumDriverFixture.java +++ b/src/main/java/com/xebia/incubator/xebium/SeleniumDriverFixtur...
Adds right click functionality and a double click workaround for current chromium bug <I> and <I>
xebia_Xebium
train
d5658468adc0c5964c29e92c71a865a5afdc93f4
diff --git a/src/de/unihd/dbs/uima/annotator/intervaltagger/IntervalTagger.java b/src/de/unihd/dbs/uima/annotator/intervaltagger/IntervalTagger.java index <HASH>..<HASH> 100644 --- a/src/de/unihd/dbs/uima/annotator/intervaltagger/IntervalTagger.java +++ b/src/de/unihd/dbs/uima/annotator/intervaltagger/IntervalTagger.ja...
bug fix: month normalization in some cases was single digit
HeidelTime_heideltime
train
3b6b1d147dae6ba825d0597d88abfda4cc3d295a
diff --git a/CHANGES.txt b/CHANGES.txt index <HASH>..<HASH> 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -3,6 +3,12 @@ CHANGES ======= ------ +0.6.33 +------ + +* Fix 2 errors with Jython 2.5. + +------ 0.6.32 ------ diff --git a/_markerlib/markers.py b/_markerlib/markers.py index <HASH>..<HASH> 100644 --- a/_...
Fix 2 errors with Jython <I>. (Now there remain 1 failure and 2 errors with Jython <I> and 1 failure and 5 errors with Jython <I>.) --HG-- branch : distribute extra : rebase_source : c<I>df<I>ac5d<I>ebb7d6c<I>afce<I>
pypa_setuptools
train
97f969dab6d015a61e5c74a454ecc61b920f3ae7
diff --git a/dist/sdk.js b/dist/sdk.js index <HASH>..<HASH> 100644 --- a/dist/sdk.js +++ b/dist/sdk.js @@ -553,9 +553,9 @@ /** * Modifies transport.send to return promises. - * @param q - * @param scope - * @param transport + * @param {Object} q + * @param {Object} scope + * @param ...
Angular plugin docblocks
Enplug_dashboard-sdk
train
36a1d2ab2d6060bab26caa4207291a24a3f2a889
diff --git a/lib/sprig/sprig_record_store.rb b/lib/sprig/sprig_record_store.rb index <HASH>..<HASH> 100644 --- a/lib/sprig/sprig_record_store.rb +++ b/lib/sprig/sprig_record_store.rb @@ -11,7 +11,7 @@ module Sprig end def get(klass, sprig_id) - records_of_klass(klass)[sprig_id.to_s] || record_not_found...
Passing in klass and sprig_id to record_not_found method
vigetlabs_sprig
train
0badf04e2902b25affcb27f5bc1734b9eda19387
diff --git a/pyxmpp2/roster.py b/pyxmpp2/roster.py index <HASH>..<HASH> 100644 --- a/pyxmpp2/roster.py +++ b/pyxmpp2/roster.py @@ -38,7 +38,7 @@ from .interfaces import iq_set_stanza_handler from .interfaces import StanzaPayload, payload_element_name from .interfaces import EventHandler, event_handler, Event from .i...
Roster improvements Documentation updated Roster related stream features stored in roster_client.server_features Fixed handling of roster get response
Jajcus_pyxmpp2
train
1feba35c1e2aa72274724f98b8320fd559afd8bb
diff --git a/reactivesocket-tck-drivers/src/main/java/io/reactivesocket/tckdrivers/common/MySubscriber.java b/reactivesocket-tck-drivers/src/main/java/io/reactivesocket/tckdrivers/common/MySubscriber.java index <HASH>..<HASH> 100644 --- a/reactivesocket-tck-drivers/src/main/java/io/reactivesocket/tckdrivers/common/MySu...
get tck tests updated with latest code changes (#<I>)
rsocket_rsocket-java
train
64bcaa2fde4d830efbd6c90d511f5cd15dcc1e1e
diff --git a/src/main/java/es/ehu/si/ixa/ixa/pipe/nerc/Annotate.java b/src/main/java/es/ehu/si/ixa/ixa/pipe/nerc/Annotate.java index <HASH>..<HASH> 100644 --- a/src/main/java/es/ehu/si/ixa/ixa/pipe/nerc/Annotate.java +++ b/src/main/java/es/ehu/si/ixa/ixa/pipe/nerc/Annotate.java @@ -501,10 +501,16 @@ public class Annota...
adding germeval evaluation to CLI
ixa-ehu_ixa-pipe-nerc
train
a15d6de07118a128f3fdd2ac3477c8b36bb4be15
diff --git a/Classes/Domain/Search/Query/ParameterBuilder/Faceting.php b/Classes/Domain/Search/Query/ParameterBuilder/Faceting.php index <HASH>..<HASH> 100644 --- a/Classes/Domain/Search/Query/ParameterBuilder/Faceting.php +++ b/Classes/Domain/Search/Query/ParameterBuilder/Faceting.php @@ -219,6 +219,10 @@ class Faceti...
[TASK] Prepare json faceting (#<I>) Implements the basic changes that are needed to implement a facet package that support json faceting. Fixes: #<I>
TYPO3-Solr_ext-solr
train
31b2b8867e2f6f230684081e56639ea16ffd9715
diff --git a/src/sdk/pynni/nni/msg_dispatcher.py b/src/sdk/pynni/nni/msg_dispatcher.py index <HASH>..<HASH> 100644 --- a/src/sdk/pynni/nni/msg_dispatcher.py +++ b/src/sdk/pynni/nni/msg_dispatcher.py @@ -184,7 +184,7 @@ class MsgDispatcher(MsgDispatcherBase): """ id_ = data['parameter_id'] val...
Fix bug introduced in customized trial (#<I>)
Microsoft_nni
train
6d138c89f63b8b7f7b76987cc2c91ca63438e6e5
diff --git a/spec/unit/resource/dsc_resource_spec.rb b/spec/unit/resource/dsc_resource_spec.rb index <HASH>..<HASH> 100644 --- a/spec/unit/resource/dsc_resource_spec.rb +++ b/spec/unit/resource/dsc_resource_spec.rb @@ -26,7 +26,7 @@ describe Chef::Resource::DscResource do context 'when Powershell supports Dsc' do ...
Use correct minimum powershell version in spec
chef_chef
train
fc38f3cea729dd023062bc3faf9339fc52d51108
diff --git a/render_block/django.py b/render_block/django.py index <HASH>..<HASH> 100644 --- a/render_block/django.py +++ b/render_block/django.py @@ -29,33 +29,33 @@ def _render_template_block(template, block_name, context): def _render_template_block_nodelist(nodelist, block_name, context): """Recursively itera...
Subblock test working, super failing.
clokep_django-render-block
train
7bdfc3b21576564df73d62e0700e18c5e7980b6e
diff --git a/lib/plsql/connection.rb b/lib/plsql/connection.rb index <HASH>..<HASH> 100644 --- a/lib/plsql/connection.rb +++ b/lib/plsql/connection.rb @@ -44,6 +44,8 @@ module PLSQL end def logoff #:nodoc: + # Rollback any uncommited transactions + rollback # Common cleanup activities b...
execute temp table creation in autonomous transaction as well as rollback any pending transaction before closing session and dropping temp tables
rsim_ruby-plsql
train
c992c853f2efb2f7fcb72471af5f69feed99ba39
diff --git a/server/sonar-web/src/main/js/apps/component-measures/components/MeasureHeader.js b/server/sonar-web/src/main/js/apps/component-measures/components/MeasureHeader.js index <HASH>..<HASH> 100644 --- a/server/sonar-web/src/main/js/apps/component-measures/components/MeasureHeader.js +++ b/server/sonar-web/src/m...
SONAR-<I> Activity page of a file should not be accessible
SonarSource_sonarqube
train
b4952bc8ea5b19bc38b0627c7ee4bd42ba77fdf9
diff --git a/bundles/org.eclipse.orion.client.ui/web/orion/globalCommands.js b/bundles/org.eclipse.orion.client.ui/web/orion/globalCommands.js index <HASH>..<HASH> 100644 --- a/bundles/org.eclipse.orion.client.ui/web/orion/globalCommands.js +++ b/bundles/org.eclipse.orion.client.ui/web/orion/globalCommands.js @@ -564,7...
adjust to server-side user API change
eclipse_orion.client
train
e2516cd058df984410c113cafdd8808b3ca97cc7
diff --git a/lib/dialects/postgres/schema/pg-compiler.js b/lib/dialects/postgres/schema/pg-compiler.js index <HASH>..<HASH> 100644 --- a/lib/dialects/postgres/schema/pg-compiler.js +++ b/lib/dialects/postgres/schema/pg-compiler.js @@ -118,9 +118,9 @@ class SchemaCompiler_PG extends SchemaCompiler { ); } - re...
Refresh materialized view concurrently for PostgreSQL (#<I>)
tgriesser_knex
train
f018f60b9c5aadb608f162eeb86f45a5d03b452c
diff --git a/test/crypto/elliptic.js b/test/crypto/elliptic.js index <HASH>..<HASH> 100644 --- a/test/crypto/elliptic.js +++ b/test/crypto/elliptic.js @@ -390,4 +390,81 @@ describe('Elliptic Curve Cryptography', async function () { )).to.be.rejectedWith(Error, /Key Data Integrity failed/).notify(done); }); ...
ECDHE tests (#<I>) * Ellyptic curves tests * Re-run tests
openpgpjs_openpgpjs
train
2b1e9615407726fe7484e2f0813110a810fe4940
diff --git a/uicontext.go b/uicontext.go index <HASH>..<HASH> 100644 --- a/uicontext.go +++ b/uicontext.go @@ -66,15 +66,14 @@ func (c *uiContext) Layout(outsideWidth, outsideHeight float64) { } func (c *uiContext) updateOffscreen() { + d := uiDriver().DeviceScaleFactor() + sw, sh := int(c.outsideWidth*d), int(c.ou...
ebiten: Remove old comments
hajimehoshi_ebiten
train
08328a21bac8e7d45909327a8a0e8f06f134323c
diff --git a/test/concerns/sort_by_ancestry_test.rb b/test/concerns/sort_by_ancestry_test.rb index <HASH>..<HASH> 100644 --- a/test/concerns/sort_by_ancestry_test.rb +++ b/test/concerns/sort_by_ancestry_test.rb @@ -24,7 +24,7 @@ class SortByAncestryTest < ActiveSupport::TestCase [n1, n2, n3, n4, n5, n6] end -...
add ordering tests introduce a few that fail, so the fixing methods can call them out
stefankroes_ancestry
train
ed0fcbf61579ad3f8e40d29af847d8613596bf78
diff --git a/cwltool/cwlNodeEngine.js b/cwltool/cwlNodeEngine.js index <HASH>..<HASH> 100755 --- a/cwltool/cwlNodeEngine.js +++ b/cwltool/cwlNodeEngine.js @@ -1,7 +1,7 @@ "use strict"; -process.stdin.setEncoding('utf8'); +process.stdin.setEncoding("utf8"); var incoming = ""; -process.stdin.on('data', function(chunk) ...
Improve detection of Node.js (don't get confused by different 'node' program). (#<I>) Also improve reading/writing pipes.
common-workflow-language_cwltool
train
12e00dd317bd722fbedb6b8f8a0c6221871a993e
diff --git a/src/Admin/Form/Fields/HasMany.php b/src/Admin/Form/Fields/HasMany.php index <HASH>..<HASH> 100644 --- a/src/Admin/Form/Fields/HasMany.php +++ b/src/Admin/Form/Fields/HasMany.php @@ -89,10 +89,13 @@ class HasMany extends AbstractField ->setValue( $model->getKey() ) ); - $f...
Re-add missing sort field to sortable
arbory_arbory
train
1e9685f15921d1acec65d07a27640aa1c674a29b
diff --git a/activerecord/test/cases/batches_test.rb b/activerecord/test/cases/batches_test.rb index <HASH>..<HASH> 100644 --- a/activerecord/test/cases/batches_test.rb +++ b/activerecord/test/cases/batches_test.rb @@ -7,6 +7,7 @@ class EachTest < ActiveRecord::TestCase def setup @posts = Post.order("id asc") ...
preheat the table cache in arel
rails_rails
train
8b93d11a07e5a2a52359e9b454326a9c5828100b
diff --git a/test/integration/setup.js b/test/integration/setup.js index <HASH>..<HASH> 100644 --- a/test/integration/setup.js +++ b/test/integration/setup.js @@ -143,7 +143,8 @@ module.exports = function () { } if (opts.connect) { - mongoose.connect('mongodb://localhost/database').then(function () { +...
MONGO_URL as alternative to constant value (#<I>) If the environment supplies a MONGO_URL, it takes precedence before the localhost address, so that mongos with authentication or other specific settings configurable by url can be used without switching the database environment. @Zertz: In fact it is a test setup fi...
florianholzapfel_express-restify-mongoose
train
403a8a21985b4cbe775bfa8e175db3709ff067be
diff --git a/src/SpotifyWebAPI.php b/src/SpotifyWebAPI.php index <HASH>..<HASH> 100644 --- a/src/SpotifyWebAPI.php +++ b/src/SpotifyWebAPI.php @@ -547,17 +547,6 @@ class SpotifyWebAPI $track['positions'] = (array) $track['positions']; } - if (isset($track['id'])) {...
Remove deprecated id field in SpotifyWebAPI::deletePlaylistTracks()
jwilsson_spotify-web-api-php
train
1d03382844681f897e4168e00952bcc24f269459
diff --git a/pysolr.py b/pysolr.py index <HASH>..<HASH> 100644 --- a/pysolr.py +++ b/pysolr.py @@ -9,7 +9,7 @@ import random import re import time from xml.etree import ElementTree -from pkg_resources import get_distribution, DistributionNotFound +from pkg_resources import DistributionNotFound, get_distribution, par...
chg: adopt now-standard __version__ type This follows the modern convention that module.__version__ be a string. For convenience, we will expose a version_info property which is the `SetuptoolsVersion`-compatible parsed version which supports the PEP <I> options for handling pre/post-releases, local changes, etc.
django-haystack_pysolr
train
80af3f5b9f8d58e75dc47d48ef0339c313ddc35c
diff --git a/lib/hcast/attributes_parser.rb b/lib/hcast/attributes_parser.rb index <HASH>..<HASH> 100644 --- a/lib/hcast/attributes_parser.rb +++ b/lib/hcast/attributes_parser.rb @@ -29,7 +29,7 @@ class HCast::AttributesParser options = args[1] || {} caster = HCast.casters[caster_name] - check_ca...
Show caster name if it's not found
AlbertGazizov_hcast
train
754c25d36c10f5567fc8c5d23975a74652560de6
diff --git a/bin/s3listener.py b/bin/s3listener.py index <HASH>..<HASH> 100644 --- a/bin/s3listener.py +++ b/bin/s3listener.py @@ -1,3 +1,4 @@ +#!python import sys import os diff --git a/bin/streamer.py b/bin/streamer.py index <HASH>..<HASH> 100644 --- a/bin/streamer.py +++ b/bin/streamer.py @@ -1,3 +1,4 @@ +#!pyth...
add python shebang for setup.py to python scripts
meyersj_geotweet
train
79b88d2bf8ccc677e4d09f17b227bf05bed72453
diff --git a/src/Models/Guardian.php b/src/Models/Guardian.php index <HASH>..<HASH> 100644 --- a/src/Models/Guardian.php +++ b/src/Models/Guardian.php @@ -119,6 +119,24 @@ class Guardian extends Model implements AuthenticatableContract, AuthorizableCon ]; /** + * Create a new Eloquent model instance. + ...
Add missing validation rules & set table name dynamically
rinvex_cortex-auth
train
c9b4fa4a0933dd430aacd2b17a463f5529076547
diff --git a/core/server/models/member.js b/core/server/models/member.js index <HASH>..<HASH> 100644 --- a/core/server/models/member.js +++ b/core/server/models/member.js @@ -1,7 +1,24 @@ const ghostBookshelf = require('./base'); const Member = ghostBookshelf.Model.extend({ - tableName: 'members' + tableName:...
Updated Member model to handle stripe_info property no-issue This maps the stripe_info property to the MemberStripeInfo model, so that we can update the member model, and correctly add/edit rows in the members-stripe-info table.
TryGhost_Ghost
train
c441eee6acd694553e5ed79f4014eef387b9bd9e
diff --git a/s3file/checks.py b/s3file/checks.py index <HASH>..<HASH> 100644 --- a/s3file/checks.py +++ b/s3file/checks.py @@ -11,3 +11,4 @@ def storage_check(app_configs, **kwargs): id='s3file.E001', ) ] + return []
Fix deployment check return value AssertionError: The function <function storage_check at 0x7f<I>c1a<I>> did not return a list. All functions registered with the checks registry must return a list.
codingjoe_django-s3file
train
1db3719c8d1f9b0344f21bd74e183bcc071f31dd
diff --git a/lib/configurethis.rb b/lib/configurethis.rb index <HASH>..<HASH> 100644 --- a/lib/configurethis.rb +++ b/lib/configurethis.rb @@ -15,6 +15,7 @@ module Configurethis end def set_root=(value) + reset_configuration @configuration = configuration.fetch(value.to_s) rescue KeyError raise ...
Handle changing the root to a different value
mattsnyder_configurethis
train
f1e5bd10d6fc38216f5514ee0e1a6c75dea4cf5d
diff --git a/closure/goog/net/imageloader.js b/closure/goog/net/imageloader.js index <HASH>..<HASH> 100644 --- a/closure/goog/net/imageloader.js +++ b/closure/goog/net/imageloader.js @@ -161,8 +161,9 @@ goog.net.ImageLoader.IMAGE_LOAD_EVENTS_ = [ * an {@code Image} object with {@code id} and {@code src} attributes ba...
Fixing input type for ImageLoader.addImage. RELNOTES: Re-declared input type of ImageLoader.addImage from "string or Image or null" to "string or HTMLImageElement", which makes more sense. Forbidding null caused one target to fail build, fixed in CL/<I>. I can still be easily convinced that this is a wrong direction...
google_closure-library
train
3339b6707e49ade5974e4e99a69e96b254221d17
diff --git a/src/java/com/samskivert/net/cddb/CDDB.java b/src/java/com/samskivert/net/cddb/CDDB.java index <HASH>..<HASH> 100644 --- a/src/java/com/samskivert/net/cddb/CDDB.java +++ b/src/java/com/samskivert/net/cddb/CDDB.java @@ -460,7 +460,7 @@ public class CDDB /** * A simple class to encapsulate the resp...
These inner classes should be static. In the case of IntIntMap this was a big fat waste of four bytes per map entry. Whoops. git-svn-id: <URL>
samskivert_samskivert
train
45686bd268a34bc4023d936ff5c06aee4ddba895
diff --git a/src/node/generate-key-pair.js b/src/node/generate-key-pair.js index <HASH>..<HASH> 100644 --- a/src/node/generate-key-pair.js +++ b/src/node/generate-key-pair.js @@ -1,5 +1,6 @@ var _ = require('lodash'); var VirgilCrypto = require('../../virgil_js.node'); +var KeysTypesEnum = require('../lib/keys-types-...
Fix KeysTypesEnum dependency;
VirgilSecurity_virgil-crypto-javascript
train
2827eb17ebbc3617494d0fed8ae5071f8d394814
diff --git a/lib/double_entry/reporting/aggregate_array.rb b/lib/double_entry/reporting/aggregate_array.rb index <HASH>..<HASH> 100644 --- a/lib/double_entry/reporting/aggregate_array.rb +++ b/lib/double_entry/reporting/aggregate_array.rb @@ -53,9 +53,8 @@ module DoubleEntry where(:code => code.to_s). ...
each_with_object is actualy what we're doing
envato_double_entry
train
173ae0a9f3f6b20063bae8fb30b128741e0f06c2
diff --git a/aeron-mediadriver/src/main/java/uk/co/real_logic/aeron/mediadriver/LossHandler.java b/aeron-mediadriver/src/main/java/uk/co/real_logic/aeron/mediadriver/LossHandler.java index <HASH>..<HASH> 100644 --- a/aeron-mediadriver/src/main/java/uk/co/real_logic/aeron/mediadriver/LossHandler.java +++ b/aeron-mediadr...
[Java]: Minor style changes.
real-logic_aeron
train
68f4af6a24f3c217d4427e5bacd78f1f6ce2db49
diff --git a/lib/podlove-web-player-rails/version.rb b/lib/podlove-web-player-rails/version.rb index <HASH>..<HASH> 100644 --- a/lib/podlove-web-player-rails/version.rb +++ b/lib/podlove-web-player-rails/version.rb @@ -2,7 +2,7 @@ module Podlove module Web module Player module Rails - VERSION = "0...
refactored private view_helper pod love
coding-chimp_podlove-web-player-rails
train
34467adba3339218f2b0f76a1871039eb3699790
diff --git a/components/Flute/src/Api/Crud.php b/components/Flute/src/Api/Crud.php index <HASH>..<HASH> 100644 --- a/components/Flute/src/Api/Crud.php +++ b/components/Flute/src/Api/Crud.php @@ -561,11 +561,11 @@ class Crud implements CrudInterface } /** - * @param QueryBuilder $builder + * @param M...
Update `builderOnCount` signature.
limoncello-php_framework
train
bfece4cc447d5c40ce79d47947bce5ab723119bb
diff --git a/pyrsistent.py b/pyrsistent.py index <HASH>..<HASH> 100644 --- a/pyrsistent.py +++ b/pyrsistent.py @@ -1651,6 +1651,8 @@ class _PDeque(object): return self.pop(index).right + index = Sequence.index + Sequence.register(_PDeque) Hashable.register(_PDeque) @@ -1663,4 +1665,7 @@ def pdeque(...
PDeque literalish and index
tobgu_pyrsistent
train
7426e9eb79f165b6027b480b6081446755def34f
diff --git a/pipenv/core.py b/pipenv/core.py index <HASH>..<HASH> 100644 --- a/pipenv/core.py +++ b/pipenv/core.py @@ -1632,26 +1632,6 @@ def fallback_which(command, location=None, allow_global=False, system=False): return "" -def which_pip(project): - """Prefers to utilize the vendor'd version of pip, fall...
Remove no longer used method which_pip
pypa_pipenv
train
6e410f87111befa7392a3e60f92e483c8f84d85d
diff --git a/torchtext/__init__.py b/torchtext/__init__.py index <HASH>..<HASH> 100644 --- a/torchtext/__init__.py +++ b/torchtext/__init__.py @@ -14,9 +14,23 @@ __all__ = ['data', def _init_extension(): + import os + import importlib import torch - torch.ops.load_library('torchtext/_torchtext.so') -...
Fix import path (#<I>) Normalize the path to `_torchtext.so` so that it is correctly found when imported from other directories.
pytorch_text
train
64210c3f51f1fb617677999f82fc8d9aeb4699cc
diff --git a/bot/action/core/command.py b/bot/action/core/command.py index <HASH>..<HASH> 100644 --- a/bot/action/core/command.py +++ b/bot/action/core/command.py @@ -66,7 +66,7 @@ class UnderscoredCommandParser(CommandParser): return name def get_command_args(self, command, additional_text): - i...
Fix UnderscoredCommandParser get_command_args was returning bot name when there were no in_command_args and bot name were present
alvarogzp_telegram-bot-framework
train
e1e9e5f5a2d6c895c1bffefbb9262b06052779f8
diff --git a/glue/dagfile.py b/glue/dagfile.py index <HASH>..<HASH> 100644 --- a/glue/dagfile.py +++ b/glue/dagfile.py @@ -51,14 +51,15 @@ This parses the file-like object passed to it and returns an instance of the DAG class representing the file's contents. Once loaded, the nodes in the DAG can all be found in the...
glue.dagfile: add support for writing rescue files
gwastro_pycbc-glue
train
06ef1b7ad66610c49a70fe2f2350aaaa8f0eca81
diff --git a/bundles/org.eclipse.orion.client.core/web/operations/list.js b/bundles/org.eclipse.orion.client.core/web/operations/list.js index <HASH>..<HASH> 100644 --- a/bundles/org.eclipse.orion.client.core/web/operations/list.js +++ b/bundles/org.eclipse.orion.client.core/web/operations/list.js @@ -67,17 +67,6 @@ de...
Bug <I> -mGlobalCommands.getAuthenticationIds function was removed but it's still called
eclipse_orion.client
train
69565ddfa0371d83596b295e9c711074dd273f5f
diff --git a/airflow/providers/slack/transfers/sql_to_slack.py b/airflow/providers/slack/transfers/sql_to_slack.py index <HASH>..<HASH> 100644 --- a/airflow/providers/slack/transfers/sql_to_slack.py +++ b/airflow/providers/slack/transfers/sql_to_slack.py @@ -70,12 +70,11 @@ class SqlToSlackOperator(BaseOperator): ...
Update docstring in `SqlToSlackOperator` (#<I>)
apache_airflow
train
3efe2c942c5408ec4632cf3563ec0482b1514ca2
diff --git a/builtin/providers/google/resource_container_cluster.go b/builtin/providers/google/resource_container_cluster.go index <HASH>..<HASH> 100644 --- a/builtin/providers/google/resource_container_cluster.go +++ b/builtin/providers/google/resource_container_cluster.go @@ -444,7 +444,10 @@ func resourceContainerCl...
provider/google: only set additional zones on read if it had been set in the config
hashicorp_terraform
train
cc11baba8abc1daf70a18679e5a76b337e9f74fe
diff --git a/README.md b/README.md index <HASH>..<HASH> 100644 --- a/README.md +++ b/README.md @@ -75,12 +75,12 @@ client.groups.unarchive(group_id) # unarchives the specific group group = client.groups.create("testing") # creates the new group group = client.groups.copy(group_id) # archives the specified group and r...
Groups#kick to remove a user from the specified group
brilliantfantastic_laziness
train
3e3310a3c2eac484b820b746eb4af4ddaf1ff0cc
diff --git a/findbugs/src/java/edu/umd/cs/findbugs/ba/DebugRepositoryLookupFailureCallback.java b/findbugs/src/java/edu/umd/cs/findbugs/ba/DebugRepositoryLookupFailureCallback.java index <HASH>..<HASH> 100644 --- a/findbugs/src/java/edu/umd/cs/findbugs/ba/DebugRepositoryLookupFailureCallback.java +++ b/findbugs/src/jav...
make sure missing classes don't get reported as errors git-svn-id: <URL>
spotbugs_spotbugs
train
b8a7a550f0b01d2477c7bf0d04875a6b8e576f4a
diff --git a/server/service.go b/server/service.go index <HASH>..<HASH> 100644 --- a/server/service.go +++ b/server/service.go @@ -179,6 +179,9 @@ func BundleToEventStream(bundle *models.Bundle) (es *plugin.EventStream, err err } patient = r case *models.Condition: + if r.VerificationStatus != "confirmed" ...
Only create events for confirmed conditions, medications, and events
intervention-engine_riskservice
train
ca2b072497bec3590b507b8dff63f4d8f1f98d28
diff --git a/Swat/SwatForm.php b/Swat/SwatForm.php index <HASH>..<HASH> 100644 --- a/Swat/SwatForm.php +++ b/Swat/SwatForm.php @@ -783,15 +783,32 @@ class SwatForm extends SwatDisplayableContainer foreach ($this->hidden_fields as $name => $value) { // display unserialized value for primative types if ($value...
Fix bug that mangled hidden field values when they contained XML entities. svn commit r<I>
silverorange_swat
train
8ffd8ed4c63718c28370519c7a4c6d5d5a3c3e80
diff --git a/cltk/tests/test_corpus.py b/cltk/tests/test_corpus.py index <HASH>..<HASH> 100644 --- a/cltk/tests/test_corpus.py +++ b/cltk/tests/test_corpus.py @@ -767,5 +767,17 @@ class TestScriptInformation(unittest.TestCase): self.assertEqual(first_word, match) + def test_swadesh_old_english(self): + ...
Added missing test cases for swadesh lists (#<I>)
cltk_cltk
train
1b04b48ffd1cbacefe647947f203e14fb7e93519
diff --git a/core/server/services/mail/GhostMailer.js b/core/server/services/mail/GhostMailer.js index <HASH>..<HASH> 100644 --- a/core/server/services/mail/GhostMailer.js +++ b/core/server/services/mail/GhostMailer.js @@ -37,7 +37,7 @@ function getFromAddress(requestedFromAddress) { function createMessage(message) ...
Added `from` parameter for member emails (#<I>) * Added from parameter for member emails no issue - Passed in the `from` parameter when initializing members mailer to be able to customize outgoing address - Extends GhsotMailer to accept a from parameter from the outside
TryGhost_Ghost
train
4f8d45682b13f68c25b1b225f112a2900af28e25
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -1368,7 +1368,7 @@ function Monoxide() { }); }; - // Wrap all promise functions in a convnience wrapper + // Wrap all promise functions in a conveneince wrapper ['then', 'catch', 'finally'].forEach(f => { qb[...
BUGFIX: Dumb promise detection libraries
hash-bang_Monoxide
train
bc4aeefbedadaf4ff4e10710c76d7fc6bfc0eced
diff --git a/tsdb/engine/tsm1/engine.go b/tsdb/engine/tsm1/engine.go index <HASH>..<HASH> 100644 --- a/tsdb/engine/tsm1/engine.go +++ b/tsdb/engine/tsm1/engine.go @@ -1292,7 +1292,7 @@ func (e *Engine) createCallIterator(measurement string, call *influxql.Call, opt } // Determine tagsets for this measurement base...
Check max-series-limit in shard iterator creation The limit waited until all the iterators had been created which still allows problem queries to be planned. This allows the queries to be aborted much earlier in some cases.
influxdata_influxdb
train