hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
dd669f49a78cadc70fa9219c2ddbad3115f9975d
diff --git a/channel.go b/channel.go index <HASH>..<HASH> 100644 --- a/channel.go +++ b/channel.go @@ -323,7 +323,7 @@ func (ch *Channel) serve() { netConn.Close() continue } - c.onCloseStateChange = ch.ConnectionCloseStateChange + c.onCloseStateChange = ch.connectionCloseStateChange } } @@ -362,7 +36...
Unexport function that should not be exported
uber_tchannel-go
train
91ff4511dfce2a05357ecf2819194ceed16861a2
diff --git a/eZ/Publish/Core/FieldType/Tests/AuthorTest.php b/eZ/Publish/Core/FieldType/Tests/AuthorTest.php index <HASH>..<HASH> 100644 --- a/eZ/Publish/Core/FieldType/Tests/AuthorTest.php +++ b/eZ/Publish/Core/FieldType/Tests/AuthorTest.php @@ -422,16 +422,6 @@ class AuthorTest extends FieldTypeTest } /**...
EZP-<I>: Added tests to FieldType\Author
ezsystems_ezpublish-kernel
train
01c760efad26347e787b42ffee81c350abd6aa58
diff --git a/src/MetaModels/DcGeneral/Events/MetaModel/PasteButton.php b/src/MetaModels/DcGeneral/Events/MetaModel/PasteButton.php index <HASH>..<HASH> 100644 --- a/src/MetaModels/DcGeneral/Events/MetaModel/PasteButton.php +++ b/src/MetaModels/DcGeneral/Events/MetaModel/PasteButton.php @@ -238,13 +238,19 @@ class Paste...
Make sure that the modelId is not null.
MetaModels_core
train
66edc4afabb9968f40a1e2272a57802f871988b7
diff --git a/keymap/vim.js b/keymap/vim.js index <HASH>..<HASH> 100644 --- a/keymap/vim.js +++ b/keymap/vim.js @@ -368,7 +368,7 @@ return false; } - var circularJumpList = (function(){ + var circularJumpList = function() { var size = 100; var pointer = -1; var head = 0; @@ -385,...
[vim keymap] Fix deleted jumplist marks
codemirror_CodeMirror
train
aede1b7478be1515fd3778d4a93c3198ebaea64e
diff --git a/services/meta/data.go b/services/meta/data.go index <HASH>..<HASH> 100644 --- a/services/meta/data.go +++ b/services/meta/data.go @@ -460,7 +460,7 @@ func (data *Data) CreateUser(name, hash string, admin bool) error { if name == "" { return ErrUsernameRequired } else if data.User(name) != nil { - r...
make CREATE USER default to IF NOT EXISTS
influxdata_influxdb
train
b9f577e49f7463aae78e39e03eb21e3236e6b831
diff --git a/karma.conf.js b/karma.conf.js index <HASH>..<HASH> 100644 --- a/karma.conf.js +++ b/karma.conf.js @@ -2,66 +2,74 @@ // Generated on Tue Jul 21 2015 22:34:30 GMT-0400 (EDT) module.exports = function(config) { - config.set({ + config.set({ - // base path that will be used to resolve all patterns...
Changed coverage to lcov to work with coveralls
Nickersoft_push.js
train
4ffefb5b56e213deff395ce5065c3dbd4714d768
diff --git a/spec/css_import_rule_spec.rb b/spec/css_import_rule_spec.rb index <HASH>..<HASH> 100644 --- a/spec/css_import_rule_spec.rb +++ b/spec/css_import_rule_spec.rb @@ -1,6 +1,10 @@ require 'spec_helper' describe CssImportRule do + before(:each) do + Stylesheet.request = FakeRequest.new + end + let(:...
make sure we're not using actual requests in test env
devrieda_stylesheet
train
187835d551497114fedeba48118db4081c50207d
diff --git a/uportal-war/src/main/java/org/jasig/portal/layout/immutable/ImmutableUserLayoutXMLEventReader.java b/uportal-war/src/main/java/org/jasig/portal/layout/immutable/ImmutableUserLayoutXMLEventReader.java index <HASH>..<HASH> 100644 --- a/uportal-war/src/main/java/org/jasig/portal/layout/immutable/ImmutableUser...
UP-<I> Guest has dlm:* attributes set accordingly (false or true to indicate cannot change layout)
Jasig_uPortal
train
a03f03260456fe70f9070b9c7b312ea50f44fee9
diff --git a/zxbparser.py b/zxbparser.py index <HASH>..<HASH> 100755 --- a/zxbparser.py +++ b/zxbparser.py @@ -3021,19 +3021,21 @@ def p_do_loop_until(p): def p_do_loop_while(p): - ''' statement : do_start program LOOP WHILE expr CO - | do_start program LOOP WHILE expr NEWLINE - ...
Allows labels with DO..LOOP WHILE
boriel_zxbasic
train
7f69284e650fc599a6dabe43fc82e95092edbc0f
diff --git a/etesync/api.py b/etesync/api.py index <HASH>..<HASH> 100644 --- a/etesync/api.py +++ b/etesync/api.py @@ -250,8 +250,6 @@ class PimObject(ApiObjectBase): @content.setter def content(self, content): - if isinstance(content, bytes): - content = content.decode() self._ca...
Pim: Change Content's content field to be string (it is). Like <I>fccf6d9e8ad5d1f<I>ebb<I>bf<I>ee1b<I>e this was a poor attempt to future-proof the database in case we would like to change to encrypted blobs at some point, instead of saving in the clear. This was causing issues and is not needed yet, so it was change...
etesync_pyetesync
train
6eee1fd680d000a7338545e68079baa7ee912fa2
diff --git a/lib/inherited_resources/class_methods.rb b/lib/inherited_resources/class_methods.rb index <HASH>..<HASH> 100644 --- a/lib/inherited_resources/class_methods.rb +++ b/lib/inherited_resources/class_methods.rb @@ -159,10 +159,7 @@ module InheritedResources options.symbolize_keys! options.asse...
Added has_scopes to InheritedResources.
activeadmin_inherited_resources
train
5f6b532fb113a1794eeee8da78505e5d3eacd1b5
diff --git a/src/Resource.php b/src/Resource.php index <HASH>..<HASH> 100644 --- a/src/Resource.php +++ b/src/Resource.php @@ -72,7 +72,9 @@ class Resource implements ElementInterface { $array = $this->toIdentifier(); - $array['attributes'] = $this->getAttributes(); + if (! $this->isIdenti...
Fixed issue where resource-identifier objects included empty 'attributes' field
tobscure_json-api
train
89578c3b4625f84e58da4c8083d730b2e8a99ce3
diff --git a/ezp/content/services/section.php b/ezp/content/services/section.php index <HASH>..<HASH> 100644 --- a/ezp/content/services/section.php +++ b/ezp/content/services/section.php @@ -45,8 +45,8 @@ class Section implements ServiceInterface /** * Creates the a new Section in the content repository ...
Slightly sync section service with handler
ezsystems_ezpublish-kernel
train
fdebe937cb58ef385351ca536c64a7ca5b854faf
diff --git a/tasks/options/imagemin.js b/tasks/options/imagemin.js index <HASH>..<HASH> 100755 --- a/tasks/options/imagemin.js +++ b/tasks/options/imagemin.js @@ -3,8 +3,9 @@ module.exports = { files: [{ expand: true, cwd: 'src/assets/images/', - src: ['**/*.{png,jpg,gif}'], + // src: ['**/...
fix to stop imagemin from erroring out task runner
freshtilledsoil_FTS-grunt
train
b15823d96e7d65eb397a06c7f027fe141cedb776
diff --git a/codegenerator/src/main/java/org/jboss/jca/codegenerator/xml/IronjacamarXmlGen.java b/codegenerator/src/main/java/org/jboss/jca/codegenerator/xml/IronjacamarXmlGen.java index <HASH>..<HASH> 100644 --- a/codegenerator/src/main/java/org/jboss/jca/codegenerator/xml/IronjacamarXmlGen.java +++ b/codegenerator/sr...
[JBJCA-<I>] missing check if use ResourceAdapter or not, NPE in codegenerator on trunk
ironjacamar_ironjacamar
train
9206e9af944651922c4916be2f7ab1c7dc3831c5
diff --git a/fuseops/ops.go b/fuseops/ops.go index <HASH>..<HASH> 100644 --- a/fuseops/ops.go +++ b/fuseops/ops.go @@ -626,9 +626,11 @@ type OpenFileOp struct { } func (o *OpenFileOp) kernelResponse() (msg []byte) { - buf := fuseshim.NewBuffer(unsafe.Sizeof(fusekernel.OpenOut{})) - out := (*fusekernel.OpenOut)(buf....
Refactored OpenFileOp.kernelResponse.
jacobsa_fuse
train
e12d96d4df7519c5a1d92748ee2f6952db47efb8
diff --git a/lib/vagrant/action/vm/nfs.rb b/lib/vagrant/action/vm/nfs.rb index <HASH>..<HASH> 100644 --- a/lib/vagrant/action/vm/nfs.rb +++ b/lib/vagrant/action/vm/nfs.rb @@ -113,7 +113,9 @@ module Vagrant def mount_folders @env.ui.info I18n.t("vagrant.actions.vm.nfs.mounting") - @env["vm...
Only automount NFS folders which have guest path specified
hashicorp_vagrant
train
ac3c0976076f843ee8819a2e8a7f482119a81e40
diff --git a/lib/multi_mail/sender/base.rb b/lib/multi_mail/sender/base.rb index <HASH>..<HASH> 100644 --- a/lib/multi_mail/sender/base.rb +++ b/lib/multi_mail/sender/base.rb @@ -8,7 +8,8 @@ module MultiMail end end - attr_reader :settings, :tracking + attr_accessor :settings + attr_rea...
The Mail gem's sample delivery methods typically have an attr_accessor :settings, thanks @gschammah
jpmckinney_multi_mail
train
76ee5054d68b08819d29ce55283274cea8876318
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, find_packages from os import path here = path.abspath(path.dirname(__file__)) -version='0.5.1' +version='0.6.1' setup( name='tornkts', @@ -28,9 +28,10 @@ setup( ...
fix python 2 copibility: support 2 and 3
ktsstudio_tornkts
train
b69407712812576142b6ea2abe6e06d7599d0dfb
diff --git a/archunit/src/main/java/com/tngtech/archunit/core/ImportedClasses.java b/archunit/src/main/java/com/tngtech/archunit/core/ImportedClasses.java index <HASH>..<HASH> 100644 --- a/archunit/src/main/java/com/tngtech/archunit/core/ImportedClasses.java +++ b/archunit/src/main/java/com/tngtech/archunit/core/Import...
Encapsulate all type name aspects in JavaType - Move factory methods to inner class so we can make JavaType an interface
TNG_ArchUnit
train
a8a55cc989f5b66feeca845d529782d848c300dd
diff --git a/lib/android/app/src/main/java/com/reactnativenavigation/viewcontrollers/stack/StackPresenter.java b/lib/android/app/src/main/java/com/reactnativenavigation/viewcontrollers/stack/StackPresenter.java index <HASH>..<HASH> 100644 --- a/lib/android/app/src/main/java/com/reactnativenavigation/viewcontrollers/sta...
Fix default options being applied when calling mergeOptions on a stack layout (#<I>) When calling mergeOptions on a stack layout directly, the default options were applied as well.
wix_react-native-navigation
train
06e8f913130e10a5f8d4a3d0e8236f576b6347b7
diff --git a/lib/schedule.js b/lib/schedule.js index <HASH>..<HASH> 100644 --- a/lib/schedule.js +++ b/lib/schedule.js @@ -15,6 +15,12 @@ var events = require('events'), /* Job object */ var anonJobCounter = 0; +function isValidDate(date) { + // Taken from http://stackoverflow.com/a/12372720/1562178 + // If getTi...
src: don't allow invalid strings as Dates - Add new test.
node-schedule_node-schedule
train
1236bc98932fca64c486ac232436ddcd6578f499
diff --git a/Facades/Route.php b/Facades/Route.php index <HASH>..<HASH> 100755 --- a/Facades/Route.php +++ b/Facades/Route.php @@ -3,18 +3,18 @@ namespace Illuminate\Support\Facades; /** - * @method static \Illuminate\Routing\Route get(string $uri, \Closure|array|string $action) - * @method static \Illuminate\Routi...
Fix Route facade docblock (#<I>)
illuminate_support
train
89095240778439cd7b7546919080bf1825bebf3b
diff --git a/models/classes/Tree/GetTreeRequest.php b/models/classes/Tree/GetTreeRequest.php index <HASH>..<HASH> 100644 --- a/models/classes/Tree/GetTreeRequest.php +++ b/models/classes/Tree/GetTreeRequest.php @@ -51,8 +51,9 @@ class GetTreeRequest * @param array $openNodes * @param array $resourceUrisToShow ...
Add filter properties to GenerisForm
oat-sa_tao-core
train
53fb053e3945482d48c83aeee92a60c03fd104a9
diff --git a/tests/org.eclipse.xtext.generator.tests/src/org/eclipse/xtext/parser/PartialParserTest.java b/tests/org.eclipse.xtext.generator.tests/src/org/eclipse/xtext/parser/PartialParserTest.java index <HASH>..<HASH> 100644 --- a/tests/org.eclipse.xtext.generator.tests/src/org/eclipse/xtext/parser/PartialParserTest....
[<I>] applied patch provided by Sebastian Zarnekow
eclipse_xtext-core
train
0fa0e4c0d616c24fb7ff3122effa88b7e46817ef
diff --git a/perm.go b/perm.go index <HASH>..<HASH> 100644 --- a/perm.go +++ b/perm.go @@ -11,3 +11,38 @@ type Perm interface { ChGroup(string, string) error ChMode(string, os.FileMode) error } + +type SimplePerm struct { + owner, group string +} + +func NewSimplePerm(owner, group string) *SimplePerm { + return &S...
added simple perm implementation for simple usage
goftp_server
train
de98e90226d46ec4179e289c420946ced99031e4
diff --git a/argo.js b/argo.js index <HASH>..<HASH> 100644 --- a/argo.js +++ b/argo.js @@ -181,7 +181,7 @@ Argo.prototype.route = function(path, options, handlers) { var that = this; options.methods.forEach(function(method) { - that._router[path][method] = handlers; + that._router[path][method.toLowerCase...
Adding each request to its own domain. Fixes #4.
argo_argo
train
a024221015884ec705743d9de9402fbc0209f109
diff --git a/test/search.test.js b/test/search.test.js index <HASH>..<HASH> 100644 --- a/test/search.test.js +++ b/test/search.test.js @@ -31,11 +31,12 @@ suite('Search API', function() { setup(function(done) { executeGroonga(__dirname + '/fixture/companies/ddl.grn', function() { - executeGroonga(__dirna...
test: Reorder setup procedules
groonga_gcs
train
5e8541b936cd704b8ef5d41e4fe550132383f9a5
diff --git a/utils/cancel.js b/utils/cancel.js index <HASH>..<HASH> 100644 --- a/utils/cancel.js +++ b/utils/cancel.js @@ -1,14 +1,15 @@ const fetch = require('node-fetch'); +const repo = process.env.GITHUB_REPOSITORY; // 'zeit/now' const ref = process.env.GITHUB_REF.slice(11); // 'refs/heads/ci-cancel-previous', ...
[tests] Don't run tests in forks (#<I>) There is no need to run the tests in a fork because when the forked repo submits a PR to this repo, the tests will run.
zeit_now-cli
train
4bf3b1ef27581420428143a952c2a6619f686a6f
diff --git a/android/CouchbaseLite/src/androidTest/java/com/couchbase/lite/DatabaseTest.java b/android/CouchbaseLite/src/androidTest/java/com/couchbase/lite/DatabaseTest.java index <HASH>..<HASH> 100644 --- a/android/CouchbaseLite/src/androidTest/java/com/couchbase/lite/DatabaseTest.java +++ b/android/CouchbaseLite/src...
to avoid `Excessive JNI global references` error with Android Emulator API <I>/<I>
couchbase_couchbase-lite-android
train
8fa5bb2328ab389e464629fa02157d085ed98b22
diff --git a/bcbio/variation/mutect2.py b/bcbio/variation/mutect2.py index <HASH>..<HASH> 100644 --- a/bcbio/variation/mutect2.py +++ b/bcbio/variation/mutect2.py @@ -77,7 +77,9 @@ def mutect2_caller(align_bams, items, ref_file, assoc_files, paired = vcfutils.get_paired_bams(align_bams, items) ...
MuTect2: Avoid feeding dbSNP and COSMIC to calling It's not yet clear how well using known resources will help in first line variant calling. In some cases this may help but is not easily generalizable to when it improves versus hinders. For now, require dbSNP and other known filters after primary calling.
bcbio_bcbio-nextgen
train
eee7b7064c2fe710782c264a75578e7739b14fd0
diff --git a/goagen/gen_app/test_generator.go b/goagen/gen_app/test_generator.go index <HASH>..<HASH> 100644 --- a/goagen/gen_app/test_generator.go +++ b/goagen/gen_app/test_generator.go @@ -159,6 +159,9 @@ func (g *Generator) createTestMethod(resource *design.ResourceDefinition, action validate := codegen.Recursive...
Use appropriate types for each endpoints (#<I>) in app tests.
goadesign_goa
train
cf7b0757dc1fb69542178207c3902f75344c986a
diff --git a/injector/__init__.py b/injector/__init__.py index <HASH>..<HASH> 100644 --- a/injector/__init__.py +++ b/injector/__init__.py @@ -590,7 +590,7 @@ class Binder: self._bindings[interface] = binding return binding, self - raise UnsatisfiedRequirement(interface) + ...
Fix UnsatisfiedRequirement rendering The issue helpfully described and solution suggested by eugenhu. UnsatisfiedRequirement's __str__ depends on there being two arguments (the first one optionally None). Closes GH-<I>.
alecthomas_injector
train
321e950a1a51580737457dbcbdfef3e754c12a4b
diff --git a/tests/unittest_modutils.py b/tests/unittest_modutils.py index <HASH>..<HASH> 100644 --- a/tests/unittest_modutils.py +++ b/tests/unittest_modutils.py @@ -264,8 +264,7 @@ class StandardLibModuleTest(resources.SysPathSetup, unittest.TestCase): self.assertFalse(modutils.is_standard_module("unknown"))...
Back to original file after debugging session
PyCQA_astroid
train
2c58ec3c9039d81bb36998d6ca3031052251320b
diff --git a/src/test/java/org/openqa/selenium/SessionHandlingTest.java b/src/test/java/org/openqa/selenium/SessionHandlingTest.java index <HASH>..<HASH> 100644 --- a/src/test/java/org/openqa/selenium/SessionHandlingTest.java +++ b/src/test/java/org/openqa/selenium/SessionHandlingTest.java @@ -27,11 +27,13 @@ import st...
try to understand the failing build on jenkins
SeleniumHQ_htmlunit-driver
train
7015857823e583a50d348e547953db1d7d90bba5
diff --git a/src/utils/bar.js b/src/utils/bar.js index <HASH>..<HASH> 100644 --- a/src/utils/bar.js +++ b/src/utils/bar.js @@ -54,8 +54,8 @@ export function computeStackDatumKey(stack, layer) { * * @param {datum[]} data - Array of datum objects, each of which must contain fields denoting the * stack, layer, and...
Rename params to util.computeStackOffsets for greater clarity
ihmeuw_ihme-ui
train
545339c663dc854e0698ba0d41a6f59d2f4a01bd
diff --git a/oauth2/oauth2-client/src/main/java/org/springframework/security/oauth2/client/registration/ClientRegistration.java b/oauth2/oauth2-client/src/main/java/org/springframework/security/oauth2/client/registration/ClientRegistration.java index <HASH>..<HASH> 100644 --- a/oauth2/oauth2-client/src/main/java/org/sp...
Change AuthorizationGrantType from enum to class Fixes gh-<I>
spring-projects_spring-security
train
7ad06aecd4642ccddc514f4d540e6a46c5c86906
diff --git a/spec/pronto/github_spec.rb b/spec/pronto/github_spec.rb index <HASH>..<HASH> 100644 --- a/spec/pronto/github_spec.rb +++ b/spec/pronto/github_spec.rb @@ -115,8 +115,7 @@ module Pronto let(:expected_sha) { sha } specify do - octokit_client - .should_not_receive(:pull_...
Remove a spec that doesn't make sense anymore Was moved from Github to GithubPull
prontolabs_pronto
train
12b265dcf5781915ead57dbc95614f8ebf763d15
diff --git a/code/filter/abstract.php b/code/filter/abstract.php index <HASH>..<HASH> 100644 --- a/code/filter/abstract.php +++ b/code/filter/abstract.php @@ -115,6 +115,17 @@ abstract class KFilterAbstract extends KObject implements KFilterInterface, KObj } /** + * Resets any generated errors for the f...
Add reset() and addError() method to KFilterInterface.
timble_kodekit
train
30e96f9a89604ead6ab975a1740b06ab8488c7b2
diff --git a/src/resources/views/admin/_form-menulink.blade.php b/src/resources/views/admin/_form-menulink.blade.php index <HASH>..<HASH> 100644 --- a/src/resources/views/admin/_form-menulink.blade.php +++ b/src/resources/views/admin/_form-menulink.blade.php @@ -19,7 +19,7 @@ </div> {!! TranslatableBo...
Update _form-menulink.blade.php
TypiCMS_Menus
train
da0055db11525b39fe32abb7e087d195b1867e97
diff --git a/lib/odata/properties/string.rb b/lib/odata/properties/string.rb index <HASH>..<HASH> 100644 --- a/lib/odata/properties/string.rb +++ b/lib/odata/properties/string.rb @@ -1,6 +1,19 @@ module OData module Properties class String < OData::Property + def value + if @value.nil? && allows_ni...
Added some more validations around OData::Properties::String's unicode and nil permissible behavior.
ruby-odata_odata
train
346ba056c8abede88effb31e4f5317addfc564ba
diff --git a/packages/is/__tests__/composable.js b/packages/is/__tests__/composable.js index <HASH>..<HASH> 100644 --- a/packages/is/__tests__/composable.js +++ b/packages/is/__tests__/composable.js @@ -1,4 +1,4 @@ -var isDescriptor = require('../descriptor'); +var isComposable = require('../composable'); function g...
Fix composaly tests typo
stampit-org_stamp
train
6d22f7ccb80f21f0622a3740d8fb3acd66a5b29e
diff --git a/ec2/spark_ec2.py b/ec2/spark_ec2.py index <HASH>..<HASH> 100755 --- a/ec2/spark_ec2.py +++ b/ec2/spark_ec2.py @@ -509,6 +509,20 @@ def main(): print "Terminating zoo..." for inst in zoo_nodes: inst.terminate() + # Delete security groups as well + group_names = [cluste...
Delete security groups when deleting the cluster. As many operations are done on instances in specific security groups, this seems like a reasonable thing to clean up.
apache_spark
train
ab162423c16f51ee4d8951ab535eaff090ed50d0
diff --git a/lib/timer.js b/lib/timer.js index <HASH>..<HASH> 100644 --- a/lib/timer.js +++ b/lib/timer.js @@ -125,6 +125,11 @@ timers.create(id, options, (err) => { create(id, body, cb) { const payload = body; const transport = this.transports[payload.callback.transport]; + if (!transport) { + con...
timer: add error handler for case when a transport isn't defined
esatterwhite_skyring
train
6733ac6196a3f3965beeca74fc3508bf05b8bb0b
diff --git a/SLIP/SLIP.py b/SLIP/SLIP.py index <HASH>..<HASH> 100644 --- a/SLIP/SLIP.py +++ b/SLIP/SLIP.py @@ -168,9 +168,10 @@ class Image: self.log = logging.getLogger(name) try: self.log.setLevel(level=self.pe.verbose) #set verbosity to show all messages of severity >= DEBUG - e...
allowing to set f_O for the dewhitening : useful when reconstructed input contains little high frequency information
bicv_SLIP
train
67be8d3c12ba10e1d1693406603f0bd544e33e00
diff --git a/aws/tags.go b/aws/tags.go index <HASH>..<HASH> 100644 --- a/aws/tags.go +++ b/aws/tags.go @@ -111,15 +111,16 @@ func SetTagsDiff(_ context.Context, diff *schema.ResourceDiff, meta interface{}) allTags := defaultTagsConfig.MergeTags(resourceTags).IgnoreConfig(ignoreTagsConfig) - // To ensure "tags_all...
add additional logic to prevent 'tags_all' perpetual diff
terraform-providers_terraform-provider-aws
train
72c01aa9c6bb793fc60f6fcec3a0c15936bdd694
diff --git a/packages/ooth-client-react-next/src/index.js b/packages/ooth-client-react-next/src/index.js index <HASH>..<HASH> 100644 --- a/packages/ooth-client-react-next/src/index.js +++ b/packages/ooth-client-react-next/src/index.js @@ -12,8 +12,10 @@ module.exports = (oothClient) => { const OothProviderWithInit...
call ooth-client instead of using req user
nmaro_ooth
train
7b05ba9e25f320fb50be88caa40e391e27cee4fb
diff --git a/www/initopenid.php b/www/initopenid.php index <HASH>..<HASH> 100644 --- a/www/initopenid.php +++ b/www/initopenid.php @@ -12,7 +12,7 @@ $config = SimpleSAML_Configuration::getInstance(); $session = SimpleSAML_Session::getInstance(); if (empty($_REQUEST['RelayState'])) { - SimpleSAML_Utilities::fatalErr...
Replace calls to SimpleSAML_Utilities::fatalError with throwing an exception. Also remove those instances of the $session variable that became unused. git-svn-id: <URL>
simplesamlphp_simplesamlphp-module-openid
train
4ef481c04c9aff3f6cdc1abac0a9814dfacbdb20
diff --git a/query/query.go b/query/query.go index <HASH>..<HASH> 100644 --- a/query/query.go +++ b/query/query.go @@ -260,9 +260,9 @@ func flatten(q Q) (Q, bool) { } func mapQueryList(qs []Q, f func(Q) Q) []Q { - var neg []Q - for _, sub := range qs { - neg = append(neg, Map(sub, f)) + neg := make([]Q, len(qs)) +...
query: mapQueryList avoid resizing new slice This is a micro-optimization, but is a common call in Map. We know the final size of neg, so we can just allocate that size. Change-Id: I<I>ddc<I>c<I>e<I>a<I>dce<I>e7b3fbed
google_zoekt
train
d5f926e53b4e87d3424242c398ee2750bb3ecfb9
diff --git a/test/index.js b/test/index.js index <HASH>..<HASH> 100644 --- a/test/index.js +++ b/test/index.js @@ -75,3 +75,27 @@ fixtures.fromWords.invalid.forEach((f) => { }, new RegExp(f.exception)) }) }) + +tape(`toWords/toWordsUnsafe accept bytes as ArrayLike<number>`, (t) => { + // Ensures that only the...
Test: toWords/toWordsUnsafe accept bytes as ArrayLike<number>
bitcoinjs_bech32
train
dcf0fa18c3ac341cc607620c8c4fc7da18decebd
diff --git a/manifest.php b/manifest.php index <HASH>..<HASH> 100755 --- a/manifest.php +++ b/manifest.php @@ -29,7 +29,7 @@ return array( 'label' => 'QTI test model', 'description' => 'TAO QTI test implementation', 'license' => 'GPL-2.0', - 'version' => '13.2.2', + 'version' => '...
Bump patch version again tao-<I>
oat-sa_extension-tao-testqti
train
0597978f21da67cd1a009873417ef89cf2d7a3d4
diff --git a/lib/feedcellar/command.rb b/lib/feedcellar/command.rb index <HASH>..<HASH> 100644 --- a/lib/feedcellar/command.rb +++ b/lib/feedcellar/command.rb @@ -47,13 +47,14 @@ module Feedcellar resources = @database.resources resources.each do |record| - feed_url = record.key + feed_url...
Fix feed url to use xmlUrl
feedcellar_feedcellar
train
380c6d4979f0866baabc151ad7aab30bbe79bf9a
diff --git a/.eslintrc.js b/.eslintrc.js index <HASH>..<HASH> 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -21,6 +21,7 @@ module.exports = { 'jest/globals': true }, rules: { + 'import/extensions': [WARNING, 'always', { ignorePackages: true }], 'react-hooks/exhaustive-deps': WARNING, 'react-ho...
style: warn on missing file extensions in imports
pluralsight_design-system
train
e41f774e596064f4c2f112ddd198fff9064619fd
diff --git a/src/Sylius/Bundle/ApiBundle/Doctrine/QueryCollectionExtension/OrdersByLoggedInUserExtension.php b/src/Sylius/Bundle/ApiBundle/Doctrine/QueryCollectionExtension/OrdersByLoggedInUserExtension.php index <HASH>..<HASH> 100644 --- a/src/Sylius/Bundle/ApiBundle/Doctrine/QueryCollectionExtension/OrdersByLoggedInU...
[API][Shop] Block access to order list by default
Sylius_Sylius
train
16cad950416d02f55049f5753c380ccf8922b509
diff --git a/polyaxon_schemas/ops/environments/pods.py b/polyaxon_schemas/ops/environments/pods.py index <HASH>..<HASH> 100644 --- a/polyaxon_schemas/ops/environments/pods.py +++ b/polyaxon_schemas/ops/environments/pods.py @@ -82,10 +82,10 @@ class EnvironmentSchema(BaseSchema): @validates_schema def validate...
Keep backward compatibility with outputs
polyaxon_polyaxon
train
e50ea0f5f9e2f961b66ce67279529fc58895bdf0
diff --git a/pydevd_referrers.py b/pydevd_referrers.py index <HASH>..<HASH> 100644 --- a/pydevd_referrers.py +++ b/pydevd_referrers.py @@ -198,6 +198,8 @@ def get_referrer_info(searched_obj): i += 1 if found_as: + if not isinstance(found_as, str): + ...
Fixed issue getting key in referrers if it was not a string.
fabioz_PyDev.Debugger
train
6739ac6b0c46d1ed3bb7117e4d1eeee39c8e148b
diff --git a/presto-main/src/main/java/com/facebook/presto/connector/ConnectorManager.java b/presto-main/src/main/java/com/facebook/presto/connector/ConnectorManager.java index <HASH>..<HASH> 100644 --- a/presto-main/src/main/java/com/facebook/presto/connector/ConnectorManager.java +++ b/presto-main/src/main/java/com/f...
Support transactional connectors in LocalQueryRunner
prestodb_presto
train
caa707b94b08606c61d6e8dabfb603068c5b25f0
diff --git a/hazelcast-client/src/main/java/com/hazelcast/client/proxy/NearCachedClientMapProxy.java b/hazelcast-client/src/main/java/com/hazelcast/client/proxy/NearCachedClientMapProxy.java index <HASH>..<HASH> 100644 --- a/hazelcast-client/src/main/java/com/hazelcast/client/proxy/NearCachedClientMapProxy.java +++ b/h...
Removed onPutError
hazelcast_hazelcast
train
3643e01ee649480d845285ed0510188238f1a53b
diff --git a/src/Phug/Formatter.php b/src/Phug/Formatter.php index <HASH>..<HASH> 100644 --- a/src/Phug/Formatter.php +++ b/src/Phug/Formatter.php @@ -50,6 +50,11 @@ class Formatter implements ModuleContainerInterface private $mixins; /** + * @var array + */ + private $mixinsPreCalled = []; + + ...
Allow mixin calls to be placed before their declaration
phug-php_formatter
train
6b3a08f29b509ce25d0e74f498c3f1113d0f31c1
diff --git a/validator/sawtooth_validator/server/cli.py b/validator/sawtooth_validator/server/cli.py index <HASH>..<HASH> 100644 --- a/validator/sawtooth_validator/server/cli.py +++ b/validator/sawtooth_validator/server/cli.py @@ -65,31 +65,31 @@ def check_directory(path, human_readable_name): which is use...
Reverse return value on check_directory() Changed based on review feedback. Return value seems arbitrary. Previously it meant "returns True if there is an error" and this changes it to "returns True if everything is ok".
hyperledger_sawtooth-core
train
18658986628881c870b6ca848cf52817c62994ea
diff --git a/views/scaffold/user/user_controller.blade.php b/views/scaffold/user/user_controller.blade.php index <HASH>..<HASH> 100644 --- a/views/scaffold/user/user_controller.blade.php +++ b/views/scaffold/user/user_controller.blade.php @@ -32,7 +32,7 @@ class UserController extends AppBaseController */ pu...
Vishal/fixes (#<I>)
InfyOmLabs_laravel-generator
train
9508ddce103b63b50a2b5c44eac9bbed41ec8632
diff --git a/bin/api-spec-converter b/bin/api-spec-converter index <HASH>..<HASH> 100755 --- a/bin/api-spec-converter +++ b/bin/api-spec-converter @@ -7,6 +7,14 @@ var Program = require('commander'); var Package = require(__dirname + '/../package.json'); var Converter = require('..'); +function keyValue (keyvalue, ...
Disable buildTagsFromPaths for Swagger 1 (#<I>) * disable buildTagsFromPaths * add passthrough option to command-line * add buildTagsFromPaths passthrough-option to swagger_1 * support passthrough.buildTagsFromPaths boolean values
LucyBot-Inc_api-spec-converter
train
f39630c9cc70426d530b56f0800951c4589b1a33
diff --git a/test/util/inflection_tests.js b/test/util/inflection_tests.js index <HASH>..<HASH> 100644 --- a/test/util/inflection_tests.js +++ b/test/util/inflection_tests.js @@ -42,4 +42,9 @@ describe('Inflection', function() { expect(i.singularize('octopus')).to.eql('octopus'); }); }); + + it('does no...
One last test for inflection.
wbyoung_azul
train
1fc7829dc47fbbef66873c1c0b0f994c7367c271
diff --git a/anycable-rails.gemspec b/anycable-rails.gemspec index <HASH>..<HASH> 100644 --- a/anycable-rails.gemspec +++ b/anycable-rails.gemspec @@ -18,7 +18,7 @@ Gem::Specification.new do |spec| spec.require_paths = ["lib"] spec.add_dependency "rails", "~> 5" - spec.add_dependency "anycable", "~>0.4.1" + s...
Upd for anycable <I>
anycable_anycable-rails
train
a02db6d5e9f6dc960a2949010401fb8a94ac75cb
diff --git a/src/app/components/kbn.js b/src/app/components/kbn.js index <HASH>..<HASH> 100644 --- a/src/app/components/kbn.js +++ b/src/app/components/kbn.js @@ -479,6 +479,26 @@ function($, _, moment) { }); }; + // Find the smallest missing number in an array + kbn.smallestMissing = function(arr,start,end...
Eliminate idQueue property from filterSrv and querySrv. Replace with binary search for smallest id. Closes #<I>. Closes #<I>
grafana_grafana
train
8ec3cf8b6ec708b9b6a76d7e2428d3e45a546782
diff --git a/qiskit/pulse/instructions/instruction.py b/qiskit/pulse/instructions/instruction.py index <HASH>..<HASH> 100644 --- a/qiskit/pulse/instructions/instruction.py +++ b/qiskit/pulse/instructions/instruction.py @@ -28,6 +28,7 @@ import warnings from abc import ABC from typing import Tuple, List, Iterable, C...
Fixed #<I> by checking for numpy int. Also added test to TestDelay (#<I>)
Qiskit_qiskit-terra
train
33e924cc8414a0f8cb4503b514cd81d9f88d624b
diff --git a/mail.js b/mail.js index <HASH>..<HASH> 100644 --- a/mail.js +++ b/mail.js @@ -46,7 +46,7 @@ function sendMailDirectly(params, cb) { var transporter = nodemailer.createTransport({ host: exchange, // port: 25, - secure: false, + secure: conf.smtpSsl || false, // secure=true is port 465 requ...
support port <I> for mail
byteball_ocore
train
3f34e153ec77413a8da4db77e311221ae1b72dcc
diff --git a/includes/functions/functions.php b/includes/functions/functions.php index <HASH>..<HASH> 100644 --- a/includes/functions/functions.php +++ b/includes/functions/functions.php @@ -933,7 +933,7 @@ function find_visible_families_in_record($indirec, $tag) { $visiblefams = array(); // select only those that ...
Minor performance tweak - if we know a record type, we can go straight to the table
fisharebest_webtrees
train
f11be430711556d19743b60b45a8679545fc4d78
diff --git a/js/jquery.tooltipster.js b/js/jquery.tooltipster.js index <HASH>..<HASH> 100644 --- a/js/jquery.tooltipster.js +++ b/js/jquery.tooltipster.js @@ -290,8 +290,8 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI var themeClass = theme.replace('.', ''); var ani...
Adding Math.round to all inline CSS styles values Add Math.round() to all inline CSS styles values which are in pixels. The CSS transition in Web-kit browsers makes the little arrow move if the the inline CSS widths and positions are not integers.
iamceege_tooltipster
train
ce1eebf7e0ab2e8a5b64e69a55073c857b69ee9d
diff --git a/lib/Packager/index.js b/lib/Packager/index.js index <HASH>..<HASH> 100644 --- a/lib/Packager/index.js +++ b/lib/Packager/index.js @@ -136,6 +136,8 @@ Packager.initialize = function (opts, done) { } } + opts.cacheFile = path.join(opts.package, opts.cacheFile); + // it is possible the cache ...
related to ENYO-<I>, update cache file name to be more consistent with other generated files, update docs to reflect what is happening with the outdir and ensure that the cache file is written to the build location and not the current working directory
enyojs_enyo-dev
train
c1b163035909d68a730f3514fbfebd14760e74c2
diff --git a/command/common/help_command_test.go b/command/common/help_command_test.go index <HASH>..<HASH> 100644 --- a/command/common/help_command_test.go +++ b/command/common/help_command_test.go @@ -1,6 +1,8 @@ package common_test import ( + "regexp" + "code.cloudfoundry.org/cli/actor/actionerror" "code.clo...
Backfill unit coverage for cf help We had a pull request that added `delete` to the help text, and while reviewing that PR we noticed that no tests were failing nor did any need modification. We've added more thorough coverage and made the assertions more consistent. [Finishes #<I>]
cloudfoundry_cli
train
291142d8e67b00895e8548fa36010e85c7db7527
diff --git a/google-cloud-bigtable/samples/acceptance/read_samples_test.rb b/google-cloud-bigtable/samples/acceptance/read_samples_test.rb index <HASH>..<HASH> 100644 --- a/google-cloud-bigtable/samples/acceptance/read_samples_test.rb +++ b/google-cloud-bigtable/samples/acceptance/read_samples_test.rb @@ -44,6 +44,10 @...
chore(google-cloud-bigtable): fix reads_prefix sample (#<I>)
googleapis_google-cloud-ruby
train
37bc18c8f00452c5455aef5ec101ee258bf9c2c7
diff --git a/Configuration/TCA/Overrides/pages.php b/Configuration/TCA/Overrides/pages.php index <HASH>..<HASH> 100755 --- a/Configuration/TCA/Overrides/pages.php +++ b/Configuration/TCA/Overrides/pages.php @@ -253,7 +253,7 @@ \TYPO3\CMS\Core\Utility\ExtensionManagementUtility::addToAllTCAtypes( ...
Enable not in list for shortcuts and other page types
t3brightside_pagelist
train
a447a37c70482cefe3903388c800b7c76cc5b322
diff --git a/addon/components/ember-tooltip-base.js b/addon/components/ember-tooltip-base.js index <HASH>..<HASH> 100644 --- a/addon/components/ember-tooltip-base.js +++ b/addon/components/ember-tooltip-base.js @@ -16,6 +16,10 @@ function capitalize(str) { } function getOppositeSide(placement) { + if (!placement) ...
Fix .split call on undefined when x-placement hasn't been set yet
sir-dunxalot_ember-tooltips
train
c8671d5fea302ecd3ed9024d038e8abcd2d3eed6
diff --git a/src/redash_client.py b/src/redash_client.py index <HASH>..<HASH> 100644 --- a/src/redash_client.py +++ b/src/redash_client.py @@ -296,6 +296,38 @@ class RedashClient(object): self._make_request(requests.post, query_url, update_query_args) self._refresh_graph(query_id) + def fork_query(self, qu...
Add query searching and forking functions in RedashClient.
mozilla_redash_client
train
6b22b3e7bcbddd4ade40d728ed4c73cff6af6354
diff --git a/src/Orchestra/Memory/CommandServiceProvider.php b/src/Orchestra/Memory/CommandServiceProvider.php index <HASH>..<HASH> 100644 --- a/src/Orchestra/Memory/CommandServiceProvider.php +++ b/src/Orchestra/Memory/CommandServiceProvider.php @@ -3,6 +3,13 @@ use Illuminate\Support\ServiceProvider; class Comman...
Defer th CommandServiceProvider.
orchestral_memory
train
b54a625b9398e42c6934e29c5b6d9db4e527196a
diff --git a/src/sap.ui.mdc/src/sap/ui/mdc/valuehelp/base/FilterableListContent.js b/src/sap.ui.mdc/src/sap/ui/mdc/valuehelp/base/FilterableListContent.js index <HASH>..<HASH> 100644 --- a/src/sap.ui.mdc/src/sap/ui/mdc/valuehelp/base/FilterableListContent.js +++ b/src/sap.ui.mdc/src/sap/ui/mdc/valuehelp/base/Filterable...
[INTERNAL][FIX] mdc.ValueHelp: FilterableListContent does not apply filters in onShow if binding is / will be suspended Change-Id: I<I>bc8e0c1a5e4ce<I>a<I>f<I>ae<I>b<I>b<I>f
SAP_openui5
train
c315b51430f5259b77c03477405c1c79973bda4b
diff --git a/template/app/controller/Classes.js b/template/app/controller/Classes.js index <HASH>..<HASH> 100644 --- a/template/app/controller/Classes.js +++ b/template/app/controller/Classes.js @@ -131,11 +131,11 @@ Ext.define('Docs.controller.Classes', { docTabPanel.setLoading(false); } ...
Turn History menu on again. Fix adding items to history by setting correct itemSelector for HistoryItems view. Wrong selector caused crash when menu had been already rendered.
senchalabs_jsduck
train
0f894fbbf0423e9470d0457b2fb3df68d40e59c4
diff --git a/SimplePDO.php b/SimplePDO.php index <HASH>..<HASH> 100644 --- a/SimplePDO.php +++ b/SimplePDO.php @@ -5,22 +5,27 @@ use PDO; class SimplePDO { - private $pdo = NULL; - private static $instance = NULL; + private $pdo; + private static $instance; - private static $dbName = NULL; - private static $host ...
Allowing instanciation of a new PDO connection without requiring all connection info if no need
Sicaa_starter-kit-sql
train
8905fdfecea534ad75a595a4958a605ae3dbd362
diff --git a/src/Content/CFileBasedContent.php b/src/Content/CFileBasedContent.php index <HASH>..<HASH> 100644 --- a/src/Content/CFileBasedContent.php +++ b/src/Content/CFileBasedContent.php @@ -801,6 +801,7 @@ class CFileBasedContent ? $data["baseurl"] : null; $this->addBaseurl2AnchorUrl...
Add baseurl to relative image sources.
mosbth_anax
train
b5646da9fb929a24aeb82ce5ad06ed79cd124880
diff --git a/lib/helpers/json-schema.js b/lib/helpers/json-schema.js index <HASH>..<HASH> 100644 --- a/lib/helpers/json-schema.js +++ b/lib/helpers/json-schema.js @@ -15,7 +15,7 @@ let dataTypePatterns = { date: /^\d{4}-\d{2}-\d{2}$/, - "date-time": /^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}(\.\d+)?(Z|[+-]\d{2}:\d{2...
support ISO <I> times which are missing a colon, which are valid according to <URL>
APIDevTools_swagger-express-middleware
train
362e26eb6db877cd869ea5769a7f9a5d54d09b8f
diff --git a/prospector/__pkginfo__.py b/prospector/__pkginfo__.py index <HASH>..<HASH> 100644 --- a/prospector/__pkginfo__.py +++ b/prospector/__pkginfo__.py @@ -1,3 +1,3 @@ # -*- coding: utf-8 -*- -__version_info__ = (1, 3, 0, "dev2") +__version_info__ = (1, 3, 0, "dev3") __version__ = ".".join(map(str, __version_i...
Bump to <I>.dev3
PyCQA_prospector
train
88b24b4c88fefed3655be9ef4c7e7fc548292e6a
diff --git a/sportsref/nba/boxscores.py b/sportsref/nba/boxscores.py index <HASH>..<HASH> 100644 --- a/sportsref/nba/boxscores.py +++ b/sportsref/nba/boxscores.py @@ -3,6 +3,7 @@ import re import urlparse import numpy as np +import pandas as pd from pyquery import PyQuery as pq import sportsref @@ -184,8 +185,9...
added less-common fouls to nba pbp
mdgoldberg_sportsref
train
8a1aafa4a13c2695a40838a2e47d219ce366c615
diff --git a/lib/client.js b/lib/client.js index <HASH>..<HASH> 100644 --- a/lib/client.js +++ b/lib/client.js @@ -43,7 +43,8 @@ function Client(opts) { onNetError: function onNetError(err) { console.error(err); }, queue: true, netTimeout: 500, - backoffLimit: 10000 + backoffLim...
Added maxValueSize to allow configuration of the value size to allow
victorquinn_memcache-plus
train
4d17872792e3476272541af1c84b67fc70f46bae
diff --git a/salt/modules/state.py b/salt/modules/state.py index <HASH>..<HASH> 100644 --- a/salt/modules/state.py +++ b/salt/modules/state.py @@ -765,14 +765,15 @@ def highstate(test=None, st_.push_active() ret = {} + orchestration_jid = kwargs.get('orchestration_jid') try: ret = st_.call_...
Add orchestration jid, if present, to highstate execution
saltstack_salt
train
9c03f924e93fa8072d0b4f22802938add836d10e
diff --git a/src/js/components/Article.js b/src/js/components/Article.js index <HASH>..<HASH> 100644 --- a/src/js/components/Article.js +++ b/src/js/components/Article.js @@ -8,13 +8,15 @@ var Box = require('./Box'); var KeyboardAccelerators = require('../mixins/KeyboardAccelerators'); var DOM = require('../utils/DOM...
Fixed skipLinkAnchor problems with nested divs.
grommet_grommet
train
7b620094cda9915d625d7f1bd8b60a9af8bd8aab
diff --git a/spec/lib/appsignal/event_formatter/active_record/sql_formatter_spec.rb b/spec/lib/appsignal/event_formatter/active_record/sql_formatter_spec.rb index <HASH>..<HASH> 100644 --- a/spec/lib/appsignal/event_formatter/active_record/sql_formatter_spec.rb +++ b/spec/lib/appsignal/event_formatter/active_record/sql...
Update class in ActiveRecord SQL event formatter (#<I>) The file was probably copy-pasted from another spec and the class name was not updated. [skip review] [skip changeset]
appsignal_appsignal-ruby
train
d0ef3cb7f3475925a21427d9bca535936ce0cd38
diff --git a/core/src/main/java/com/datastax/oss/driver/internal/core/metadata/DefaultTopologyMonitor.java b/core/src/main/java/com/datastax/oss/driver/internal/core/metadata/DefaultTopologyMonitor.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/com/datastax/oss/driver/internal/core/metadata/DefaultTopologyMo...
Fix wrong bound variable name in DefaultTopologyMonitor
datastax_java-driver
train
98b63a3b6f08ca6531bed05392b0af0611893391
diff --git a/lib/flor/unit/models/trap.rb b/lib/flor/unit/models/trap.rb index <HASH>..<HASH> 100644 --- a/lib/flor/unit/models/trap.rb +++ b/lib/flor/unit/models/trap.rb @@ -10,8 +10,7 @@ module Flor opts[:consumed] = tconsumed opts[:point] = tpoints.split(',') if tpoints - #opts[:heap] = theaps.s...
Ensure "trap" is limited by tags:
floraison_flor
train
e5a12b705edd194233e922f70f91297e96963f66
diff --git a/src/main/java/com/turn/ttorrent/tracker/TorrentsRepository.java b/src/main/java/com/turn/ttorrent/tracker/TorrentsRepository.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/turn/ttorrent/tracker/TorrentsRepository.java +++ b/src/main/java/com/turn/ttorrent/tracker/TorrentsRepository.java @@ -45,7 ...
fixed incorrect torrent update in torrents repository. Fixed array index of bound exception for negative hashcode
mpetazzoni_ttorrent
train
fff7e5059720608a681c8987f7dc097c789aa5f1
diff --git a/lib/awesome_print/formatters/array_formatter.rb b/lib/awesome_print/formatters/array_formatter.rb index <HASH>..<HASH> 100644 --- a/lib/awesome_print/formatters/array_formatter.rb +++ b/lib/awesome_print/formatters/array_formatter.rb @@ -3,7 +3,6 @@ require_relative 'base_formatter' module AwesomePrint ...
Small style fixes to conform with style guide
awesome-print_awesome_print
train
4d9f36b45ad48b9c04cd86a8801bc19fb273c256
diff --git a/airflow/bin/cli.py b/airflow/bin/cli.py index <HASH>..<HASH> 100755 --- a/airflow/bin/cli.py +++ b/airflow/bin/cli.py @@ -246,7 +246,7 @@ def run(args, dag=None): remote_log_location, append=True) # Other - elif remote_base: + elif remote_base and re...
Fix reading strings from conf The default remote_logging values of None and False were being read as strings rather than Python objects and therefore misinterpreted
apache_airflow
train
9083c10511fdf7f178b4edb7da369640c3f4f9f9
diff --git a/src/main/java/com/blogspot/nurkiewicz/lazyseq/LazySeq.java b/src/main/java/com/blogspot/nurkiewicz/lazyseq/LazySeq.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/blogspot/nurkiewicz/lazyseq/LazySeq.java +++ b/src/main/java/com/blogspot/nurkiewicz/lazyseq/LazySeq.java @@ -193,17 +193,34 @@ public ...
implemented issue #3: please add Scala's mkString function
nurkiewicz_LazySeq
train
8fc4dee5a8106994495eaef788e65295f59b39a3
diff --git a/release.config.js b/release.config.js index <HASH>..<HASH> 100644 --- a/release.config.js +++ b/release.config.js @@ -1,5 +1,6 @@ module.exports = { "branch": "master", + "branches": ["master"], "plugins": [ "@semantic-release/commit-analyzer", "@semantic-release/release-notes-generator",
chore: Try to deblock semantic release by removing default next-major
cozy_cozy-ui
train
e3e29f4d054b2eedaaab8556480a9d5340ef46a2
diff --git a/events.js b/events.js index <HASH>..<HASH> 100644 --- a/events.js +++ b/events.js @@ -152,7 +152,7 @@ exports.follow = function (state, ev) { rx: true, tx: false, sent: -1 } - setNotes(peer, ev.id, lseq, replicating) + setNotes(peer, ev.id, lseq, !replicating) ...
fix mistakes that passed the tests because v2 couldn't represent sequence 0 with rx=false
dominictarr_epidemic-broadcast-trees
train
c410a86814abde8ce05aaf46383f38ef9f981a8c
diff --git a/tests/basics/special_methods.py b/tests/basics/special_methods.py index <HASH>..<HASH> 100644 --- a/tests/basics/special_methods.py +++ b/tests/basics/special_methods.py @@ -100,6 +100,10 @@ cud1 = Cud() cud2 = Cud() str(cud1) +cud1 == cud1 +cud1 == cud2 +cud1 != cud1 +cud1 != cud2 cud1 < cud2 cud1 <...
tests/basics: Enable == and != special-method tests now that they work. These work since 3aab<I>bf<I>e7f<I>a<I>ea<I>f1bac<I>fad8c
micropython_micropython
train
b5b4ff83d52059533b2e7398504d7765430f001a
diff --git a/includes/customizer/class-fs-customizer-upsell-control.php b/includes/customizer/class-fs-customizer-upsell-control.php index <HASH>..<HASH> 100644 --- a/includes/customizer/class-fs-customizer-upsell-control.php +++ b/includes/customizer/class-fs-customizer-upsell-control.php @@ -78,7 +78,8 @@ con...
[theme] [customizer] [pricing] [plans] [features] Fixed an issue with the logic related to the loading of the plans' features.
Freemius_wordpress-sdk
train
47b2bb8040b6afa929414728eb91ea54a2eb421f
diff --git a/spec/harvesting/harvest_data_setup.rb b/spec/harvesting/harvest_data_setup.rb index <HASH>..<HASH> 100644 --- a/spec/harvesting/harvest_data_setup.rb +++ b/spec/harvesting/harvest_data_setup.rb @@ -83,6 +83,32 @@ RSpec.shared_context "harvest data setup" do end end + cassette_let!(:user_john_smi...
Adds two users which can be used in calls that require one
ombulabs_harvesting
train
fa2b65c83dcebe31fd210c0a8e079e6fbf920eb0
diff --git a/bson/src/main/org/bson/json/JsonReader.java b/bson/src/main/org/bson/json/JsonReader.java index <HASH>..<HASH> 100644 --- a/bson/src/main/org/bson/json/JsonReader.java +++ b/bson/src/main/org/bson/json/JsonReader.java @@ -1087,8 +1087,7 @@ public class JsonReader extends AbstractBsonReader { Str...
Quoting the keys within extended JSON is optional JAVA-<I>
mongodb_mongo-java-driver
train
ed001d70e4438484f9c9916cd3ef6c59fbc967a4
diff --git a/public/js/gogs.js b/public/js/gogs.js index <HASH>..<HASH> 100644 --- a/public/js/gogs.js +++ b/public/js/gogs.js @@ -464,10 +464,7 @@ function initWiki() { element: $edit_area[0], previewRender: function (plainText, preview) { // Async method setTimeout(function ...
#<I> fix wiki preview does not work on Firefox
gogs_gogs
train