hash
stringlengths
40
40
diff
stringlengths
131
114k
message
stringlengths
7
980
project
stringlengths
5
67
split
stringclasses
1 value
5e0138ba4d73c1eb530c623de1eed5ddb58e295a
diff --git a/src/dt2js.js b/src/dt2js.js index <HASH>..<HASH> 100644 --- a/src/dt2js.js +++ b/src/dt2js.js @@ -27,6 +27,19 @@ function getRAMLContext (ramlData, rootFileDir) { } /** + * restore ints and booleans stored as strings + * + * @param {String} val - the value to be tested and possibly converted + * @retu...
add destringify() catch booleans as well as ints. add tests
raml-org_ramldt2jsonschema
train
6f4ffa68be8a5d6c7e7898b05fc7c14e3fa76615
diff --git a/Form/CanonizationExtension.php b/Form/CanonizationExtension.php index <HASH>..<HASH> 100644 --- a/Form/CanonizationExtension.php +++ b/Form/CanonizationExtension.php @@ -48,7 +48,11 @@ class CanonizationExtension extends AbstractTypeExtension implements EventSubscr $builder->addEventListener(FormE...
Applying form canonization extension only for allowed methods
vaniocz_vanio-web-bundle
train
6caf8a1fce985d73e8b066eed1f8e7da103f8af6
diff --git a/src/resources/views/dataImport/index.blade.php b/src/resources/views/dataImport/index.blade.php index <HASH>..<HASH> 100644 --- a/src/resources/views/dataImport/index.blade.php +++ b/src/resources/views/dataImport/index.blade.php @@ -105,7 +105,11 @@ v-if="summary" key="report"> ...
added back button for summary when there are no errors
laravel-enso_DataImport
train
7272b14ebabf284ccebed9a680ac6206a16fb951
diff --git a/ChartNew.js b/ChartNew.js index <HASH>..<HASH> 100644 --- a/ChartNew.js +++ b/ChartNew.js @@ -1130,6 +1130,7 @@ window.Chart = function (context) { animation: true, animationSteps: 60, animationEasing: "easeOutQuart", + extrapolateMissingData : true, ...
Break line in line chart enhancement #<I>
FVANCOP_ChartNew.js
train
5a6b7f4b334df750272b1eefa65740a2bf01e610
diff --git a/dev/com.ibm.ws.injection/src/com/ibm/ws/injectionengine/osgi/internal/OSGiInjectionEngineImpl.java b/dev/com.ibm.ws.injection/src/com/ibm/ws/injectionengine/osgi/internal/OSGiInjectionEngineImpl.java index <HASH>..<HASH> 100644 --- a/dev/com.ibm.ws.injection/src/com/ibm/ws/injectionengine/osgi/internal/OSG...
Issue #<I>: Improve injection exception Improve serviceability by avoiding a NullPointerException; throw expected, meaningful InjectionException
OpenLiberty_open-liberty
train
b6d05cf321fb4676e9542dd5884c5cdacc461862
diff --git a/Neos.Utility.ObjectHandling/Classes/TYPO3/Flow/Utility/TypeHandling.php b/Neos.Utility.ObjectHandling/Classes/TYPO3/Flow/Utility/TypeHandling.php index <HASH>..<HASH> 100644 --- a/Neos.Utility.ObjectHandling/Classes/TYPO3/Flow/Utility/TypeHandling.php +++ b/Neos.Utility.ObjectHandling/Classes/TYPO3/Flow/Ut...
BUGFIX: Type Handling should not break when classnames contain underscores While underscores in class names are not used in Flow code itself, it might happen that TypeHandling is used outside Flow - where having underscores in class names is perfectly valid. This change ensures that underscores in class names are rec...
neos_flow-development-collection
train
9f5bfe6dc8aa909cc1b157b407328e53ed1e9ab6
diff --git a/km3modules/__init__.py b/km3modules/__init__.py index <HASH>..<HASH> 100644 --- a/km3modules/__init__.py +++ b/km3modules/__init__.py @@ -9,6 +9,7 @@ A collection of commonly used modules. from .common import Dump, Keep, Delete, StatusBar from .mc import GlobalRandomState +from . import ahrs from . im...
Import ahrs as submodule in km3module
tamasgal_km3pipe
train
c4c8928ab46b42bbb25b11e87d83d250b3988596
diff --git a/install/class/ReadDirectory.php b/install/class/ReadDirectory.php index <HASH>..<HASH> 100755 --- a/install/class/ReadDirectory.php +++ b/install/class/ReadDirectory.php @@ -5,9 +5,15 @@ namespace BFW\Install; class ReadDirectory { /** - * @var $list : List all path found + * @var string $ca...
ReadDirectory : Add the calledClass attribute For have the correct class when she's extends
bfw-systems_bfw
train
577deac1513071eb04b7456c3ababe48d42d97f4
diff --git a/lib/waterline/methods/destroy.js b/lib/waterline/methods/destroy.js index <HASH>..<HASH> 100644 --- a/lib/waterline/methods/destroy.js +++ b/lib/waterline/methods/destroy.js @@ -447,8 +447,10 @@ module.exports = function destroy(/* criteria, explicitCbMaybe, metaContainer */ 'Warning...
Fixing warning message to be more accurate (we show it whether or not an array came back, so it's weird to call it an array if it isn't. That's like putting a rabbit behind a curtain, telling the audience you're going to make the rabbit disappear, then pulling away the curtain from in front of the rabbit only to revea...
balderdashy_waterline
train
6e3af4cb834a42ace77c02ba953125d714f4873a
diff --git a/src/Exceptions/Handler.php b/src/Exceptions/Handler.php index <HASH>..<HASH> 100644 --- a/src/Exceptions/Handler.php +++ b/src/Exceptions/Handler.php @@ -117,9 +117,9 @@ class Handler extends ExceptionHandler if (view()->exists("cortex/foundation::common.errors.{$status}")) { return...
Apply fixes from StyleCI (#<I>)
rinvex_cortex-foundation
train
f94551d04c1b117feff8706a18aa491d68de6c0d
diff --git a/lib/sessions.js b/lib/sessions.js index <HASH>..<HASH> 100644 --- a/lib/sessions.js +++ b/lib/sessions.js @@ -224,6 +224,13 @@ function endTransaction(clientSession, commandName, callback) { if (clientSession.serverSession.stmtId === 0) { // The server transaction was never started. + + // res...
refactor(txns): reset internal txn state even if never started
mongodb-js_mongodb-core
train
98866f426d03157a30c533a99f3ac2bf8e2dfc2d
diff --git a/server/camlistored/ui/detail.js b/server/camlistored/ui/detail.js index <HASH>..<HASH> 100644 --- a/server/camlistored/ui/detail.js +++ b/server/camlistored/ui/detail.js @@ -87,7 +87,7 @@ cam.DetailView = React.createClass({ }, handlePendingNavigation_: function() { - if (!this.handlePendingNavigati...
Fix bug where you have to press back twice to get out of detail view. Change-Id: Ib2a<I>b3eb1c<I>e<I>cf<I>e<I>ac6f<I>
perkeep_perkeep
train
8161e1b621bfb384071b14aff020a5e8cf11f3a3
diff --git a/android/src/main/java/com/dieam/reactnativepushnotification/modules/RNReceivedMessageHandler.java b/android/src/main/java/com/dieam/reactnativepushnotification/modules/RNReceivedMessageHandler.java index <HASH>..<HASH> 100644 --- a/android/src/main/java/com/dieam/reactnativepushnotification/modules/RNRecei...
Update RNReceivedMessageHandler.java
zo0r_react-native-push-notification
train
3e607c726fb6728a71cf086b1bab4152f9b01cf1
diff --git a/common-core-jackson-serialization-open/src/test/java/com/bbn/bue/common/serialization/jackson/TestSerialization.java b/common-core-jackson-serialization-open/src/test/java/com/bbn/bue/common/serialization/jackson/TestSerialization.java index <HASH>..<HASH> 100644 --- a/common-core-jackson-serialization-ope...
add method to test serialization to and from strings
BBN-E_bue-common-open
train
29b1b2abe6d55d88331a6e6f2265f1ec436d8188
diff --git a/spec/twitter/client_spec.rb b/spec/twitter/client_spec.rb index <HASH>..<HASH> 100644 --- a/spec/twitter/client_spec.rb +++ b/spec/twitter/client_spec.rb @@ -82,7 +82,7 @@ describe Twitter::Client do it "should recursively merge connection options" do stub_get("/1/statuses/user_timeline.json"). -...
Ensure Accept header is preserved after deep merge
sferik_twitter
train
455e3f3142517f78f2731e9fc2140a87b0d362c8
diff --git a/org.jenetics/src/main/java/org/jenetics/util/LCG64ShiftRandom.java b/org.jenetics/src/main/java/org/jenetics/util/LCG64ShiftRandom.java index <HASH>..<HASH> 100644 --- a/org.jenetics/src/main/java/org/jenetics/util/LCG64ShiftRandom.java +++ b/org.jenetics/src/main/java/org/jenetics/util/LCG64ShiftRandom.ja...
Update version string to <I>.
jenetics_jenetics
train
573513f9c871a2ededd25758072f5f8f3356b684
diff --git a/lib/pre/context.js b/lib/pre/context.js index <HASH>..<HASH> 100644 --- a/lib/pre/context.js +++ b/lib/pre/context.js @@ -13,8 +13,9 @@ var assert = require('assert-plus'); * @returns {Function} */ function ctx() { - var data = {}; return function context(req, res, next) { + var data = ...
fix req ctx (#<I>)
restify_plugins
train
827025af6f69ff57c80697f5441d9df35f58a038
diff --git a/brokit/blat.py b/brokit/blat.py index <HASH>..<HASH> 100644 --- a/brokit/blat.py +++ b/brokit/blat.py @@ -8,6 +8,7 @@ from tempfile import mkstemp from cogent import DNA from cogent.core.genetic_code import GeneticCodes +from cogent.parse.blast import MinimalBlatParser9 from skbio.parse.sequences im...
added an import so we can access it from QIIME
biocore_burrito-fillings
train
1e198be55d4c3b4118ba6fc3f0c0202868158324
diff --git a/package.json b/package.json index <HASH>..<HASH> 100644 --- a/package.json +++ b/package.json @@ -30,13 +30,16 @@ "testling": { "harness": "mocha-bdd", "files": "test/*.browser.js", - "browsers": { - "ie": [ 6, 7, 8 ], - "ff": [ 19 ], - "safari": [ 5 ], - "opera": [ 12 ]...
[test] Updated testling [test] More test coverage
primus_primus
train
660cb58fa4be12e2096cbd004423648f29bab9fe
diff --git a/satpy/readers/hrit_goes.py b/satpy/readers/hrit_goes.py index <HASH>..<HASH> 100644 --- a/satpy/readers/hrit_goes.py +++ b/satpy/readers/hrit_goes.py @@ -380,12 +380,14 @@ class HRITGOESFileHandler(HRITFileHandler): logger.debug("Getting raw data") res = super(HRITGOESFileHandler, self).g...
Fix attribute assignment in hrit_goes
pytroll_satpy
train
9ac36f0b492735e39551ae0102c4f2ff9637382d
diff --git a/lib/doc/workbook.js b/lib/doc/workbook.js index <HASH>..<HASH> 100644 --- a/lib/doc/workbook.js +++ b/lib/doc/workbook.js @@ -195,7 +195,7 @@ class Workbook { this._worksheets = []; value.worksheets.forEach(worksheetModel => { const {id, name, state} = worksheetModel; - const orderNo ...
Fix reading of a file with missing entries in the zip container
exceljs_exceljs
train
c85f24fda206898d6603f4f5656d386453796f6f
diff --git a/utils.go b/utils.go index <HASH>..<HASH> 100644 --- a/utils.go +++ b/utils.go @@ -281,7 +281,7 @@ func createPidFile(path string, process *libcontainer.Process) error { tmpDir = filepath.Dir(path) tmpName = filepath.Join(tmpDir, fmt.Sprintf(".%s", filepath.Base(path))) ) - f, err := os.OpenFile(tm...
Sync on the pid file to ensure the write is persisted
opencontainers_runc
train
6d9d9a1c29d7e0f91a3c772cdc10cdb7380f6c92
diff --git a/public_header.go b/public_header.go index <HASH>..<HASH> 100644 --- a/public_header.go +++ b/public_header.go @@ -35,7 +35,7 @@ func (h *PublicHeader) WritePublicHeader(b *bytes.Buffer) error { b.WriteByte(publicFlagByte) utils.WriteUint64(b, uint64(h.ConnectionID)) // TODO: Send shorter connection i...
send packet numbers with 6byte for simpler session tests
lucas-clemente_quic-go
train
320182f7349d2a6b41f5d3d6869a72ebcb3c5156
diff --git a/header.go b/header.go index <HASH>..<HASH> 100644 --- a/header.go +++ b/header.go @@ -1011,6 +1011,9 @@ func (h *ResponseHeader) tryRead(r *bufio.Reader, n int) error { if n == 1 || err == io.EOF { return io.EOF } + if err == bufio.ErrBufferFull { + err = bufferFullError(r) + } return fmt....
Return more clear error message when headers don't fit read buffer size
valyala_fasthttp
train
1dd8f73d4a16be177840b1cc147c1423bec5f79e
diff --git a/internal/support/notifications/controller/http/subscription.go b/internal/support/notifications/controller/http/subscription.go index <HASH>..<HASH> 100644 --- a/internal/support/notifications/controller/http/subscription.go +++ b/internal/support/notifications/controller/http/subscription.go @@ -82,7 +82,...
fix(notifications): Remove warning from <I>-bit build. Building the core services on <I>-bit ARM, I got a warning "Constant <I> is bigger than 'int'", which stopped the build (my environment may be too pedantic). This resolves it.
edgexfoundry_edgex-go
train
9f6eecb08077392dd0e14105a9aa76c338ea93b8
diff --git a/src/components/sidenav/sidenav.js b/src/components/sidenav/sidenav.js index <HASH>..<HASH> 100644 --- a/src/components/sidenav/sidenav.js +++ b/src/components/sidenav/sidenav.js @@ -256,6 +256,7 @@ function SidenavDirective($mdMedia, $mdUtil, $mdConstant, $mdTheming, $animate, var lastParentOverFlow;...
fix(sidenav): update position of sidenav and backdrop if scrolled. Currently the sidenav is not animating when the parent is scrolled, this was caused by the absolute position. This commit, updates the position of the sidenav and backdrop when the parent is scrolled. It sets the position to the current scroll positi...
angular_material
train
fa98e2ec379a98ab51e1480e8c1ced3375547b5b
diff --git a/app/controllers/admin/feedback_controller.rb b/app/controllers/admin/feedback_controller.rb index <HASH>..<HASH> 100644 --- a/app/controllers/admin/feedback_controller.rb +++ b/app/controllers/admin/feedback_controller.rb @@ -142,7 +142,7 @@ class Admin::FeedbackController < Admin::BaseController def ...
fix bug #<I> which not delete all spam with postgresql database
publify_publify
train
0a076bdcbcef156fc1265f799419255440a3f3e7
diff --git a/howler.js b/howler.js index <HASH>..<HASH> 100644 --- a/howler.js +++ b/howler.js @@ -903,6 +903,10 @@ // find first inactive node to recycle for (var i=0; i<self._audioNode.length; i++) { if (self._audioNode[i].paused && self._audioNode[i].readyState === 4) { + // before us...
Reset inactive node's position before using it for new playback
goldfire_howler.js
train
574cc3fba34f80ab25286220d03319207032813e
diff --git a/lib/xcres/builder/resources_builder.rb b/lib/xcres/builder/resources_builder.rb index <HASH>..<HASH> 100644 --- a/lib/xcres/builder/resources_builder.rb +++ b/lib/xcres/builder/resources_builder.rb @@ -188,12 +188,10 @@ EOS def build_swift_contents swift_file swift_file.writeln BANNER - ...
Improve formatting of generated Swift file * Remove two of three empty lines at the top of the document * Remove space before colon in enum declarations I personally like this style better. Github seems to agree: <URL>
xcres_xcres
train
1ff55d16275a9bd6f1efcf224ed853abead89aec
diff --git a/asv/environment.py b/asv/environment.py index <HASH>..<HASH> 100644 --- a/asv/environment.py +++ b/asv/environment.py @@ -327,14 +327,11 @@ def get_environments(conf, env_specifiers, verbose=True): # Ignore requirement matrix requirements_iter = [dict(python=python) for python in ...
Fix initialization of an iterator
airspeed-velocity_asv
train
758b784d1a103b1f2d2e97e4b2431bd61f5dbb3a
diff --git a/molgenis-data-migrate/src/test/java/org/molgenis/data/version/MetaDataVersionServiceTest.java b/molgenis-data-migrate/src/test/java/org/molgenis/data/version/MetaDataVersionServiceTest.java index <HASH>..<HASH> 100644 --- a/molgenis-data-migrate/src/test/java/org/molgenis/data/version/MetaDataVersionServic...
Add test to MetaDataVersionService for the install-or-upgrade determination.
molgenis_molgenis
train
24327c11a52a01d3562eb78a0d4d99533decf543
diff --git a/server/sonar-server-common/src/main/java/org/sonar/server/es/newindex/FieldAware.java b/server/sonar-server-common/src/main/java/org/sonar/server/es/newindex/FieldAware.java index <HASH>..<HASH> 100644 --- a/server/sonar-server-common/src/main/java/org/sonar/server/es/newindex/FieldAware.java +++ b/server/...
Code smell fix: Remove redundant casts
SonarSource_sonarqube
train
34f5d9d5b16554b50a45b266d39780e5ffdb2612
diff --git a/client/src/view-helper.js b/client/src/view-helper.js index <HASH>..<HASH> 100644 --- a/client/src/view-helper.js +++ b/client/src/view-helper.js @@ -564,7 +564,7 @@ define('view-helper', ['lib!marked', 'lib!dompurify'], function (marked, DOMPuri if (result && Object.prototype.to...
fix process setup handlers (#<I>)
espocrm_espocrm
train
030c29ec11828a23a403caae3aad9ea793af6595
diff --git a/gradle.properties b/gradle.properties index <HASH>..<HASH> 100644 --- a/gradle.properties +++ b/gradle.properties @@ -17,7 +17,7 @@ checkstyleToolVersion=8.2 bookKeeperVersion=4.7.3 commonsioVersion=2.6 commonsLang3Version=3.7 -dockerClientVersion=8.11.7 +dockerClientVersion=8.15.1 ecsObjectClientVersi...
Issue <I>: Change bookies health check command (#<I>) * Changes docker client version to <I> * Increases segment store memory to <I>m * Updates service spec in docker client update service() to pass networks. * Updates DOCKER_API_MIN_VERSION to <I> * Changes the default health check command of bookie * Increases ...
pravega_pravega
train
2a89f924211092bb69f69798c189c031d56936f1
diff --git a/liquibase-core/src/main/java/liquibase/changelog/ChangeSet.java b/liquibase-core/src/main/java/liquibase/changelog/ChangeSet.java index <HASH>..<HASH> 100644 --- a/liquibase-core/src/main/java/liquibase/changelog/ChangeSet.java +++ b/liquibase-core/src/main/java/liquibase/changelog/ChangeSet.java @@ -186,6...
Improve extensibility of changeSet object
liquibase_liquibase
train
94a8062b93d60f4fb08714403761c4323c85a18a
diff --git a/guava-testlib/src/com/google/common/testing/ClassSanityTester.java b/guava-testlib/src/com/google/common/testing/ClassSanityTester.java index <HASH>..<HASH> 100644 --- a/guava-testlib/src/com/google/common/testing/ClassSanityTester.java +++ b/guava-testlib/src/com/google/common/testing/ClassSanityTester.ja...
Hide setSampleInstances internally. ------------- Created by MOE: <URL>
google_guava
train
a84edc25dcc0abd06151b40582702693b603a3a6
diff --git a/app/models/effective/active_record_datatable_tool.rb b/app/models/effective/active_record_datatable_tool.rb index <HASH>..<HASH> 100644 --- a/app/models/effective/active_record_datatable_tool.rb +++ b/app/models/effective/active_record_datatable_tool.rb @@ -72,19 +72,33 @@ module Effective colle...
automatically filter has_many with string column filters
code-and-effect_effective_datatables
train
216fa306eec8d561993a26a08a669717a7755701
diff --git a/br/pkg/utils/backoff.go b/br/pkg/utils/backoff.go index <HASH>..<HASH> 100644 --- a/br/pkg/utils/backoff.go +++ b/br/pkg/utils/backoff.go @@ -3,6 +3,9 @@ package utils import ( + "context" + "database/sql" + "io" "time" "github.com/pingcap/errors" @@ -102,8 +105,27 @@ func NewPDReqBackoffer() Bac...
br: Retryable refactoring for PD back offer (#<I>)
pingcap_tidb
train
6cb3f3f2a488b5e4ed69811400a60a3da801c28e
diff --git a/spec/wirble_compatibility_spec.rb b/spec/wirble_compatibility_spec.rb index <HASH>..<HASH> 100644 --- a/spec/wirble_compatibility_spec.rb +++ b/spec/wirble_compatibility_spec.rb @@ -6,7 +6,7 @@ describe Looksee::WirbleCompatibility do # # Run the given ruby string, and return the standard output....
Renaming in tests to make intentions clearer.
oggy_looksee
train
720ffbf2c58f7adba48e31f84ecf367d43255cf8
diff --git a/tests/integration/modules/test_hosts.py b/tests/integration/modules/test_hosts.py index <HASH>..<HASH> 100644 --- a/tests/integration/modules/test_hosts.py +++ b/tests/integration/modules/test_hosts.py @@ -1,8 +1,6 @@ -# -*- coding: utf-8 -*- """ Test the hosts module """ -from __future__ import absolut...
Drop Py2 and six on tests/integration/modules/test_hosts.py
saltstack_salt
train
9a9a4c2db1a87178250eef363131f10f48503d44
diff --git a/lib/rescodegen.rb b/lib/rescodegen.rb index <HASH>..<HASH> 100644 --- a/lib/rescodegen.rb +++ b/lib/rescodegen.rb @@ -1,6 +1,8 @@ #! /usr/bin/env ruby require 'optparse' require './lib/code_generator/swift_strings_generator' +require './lib/code_generator/objc_header_strings_generator' +require './lib/c...
rescodegen now supports objc
seanhenry_rescodegen
train
bd954cd18bdd9e822cfb8505bc03601eb4dbba80
diff --git a/src/Charcoal/User/AbstractAuthenticator.php b/src/Charcoal/User/AbstractAuthenticator.php index <HASH>..<HASH> 100644 --- a/src/Charcoal/User/AbstractAuthenticator.php +++ b/src/Charcoal/User/AbstractAuthenticator.php @@ -131,6 +131,16 @@ abstract class AbstractAuthenticator implements } /** + ...
Add creation methods on Authenticator Added: - Methods `createUser()` and `createToken()` to quickly make instances outside the Authenticator
locomotivemtl_charcoal-user
train
baf257adcb1fe224e6f04b1de744052ad7bc81fe
diff --git a/cmd/bucket-targets.go b/cmd/bucket-targets.go index <HASH>..<HASH> 100644 --- a/cmd/bucket-targets.go +++ b/cmd/bucket-targets.go @@ -24,7 +24,7 @@ import ( jsoniter "github.com/json-iterator/go" "github.com/minio/madmin-go" - minio "github.com/minio/minio-go/v7" + "github.com/minio/minio-go/v7" mi...
fix: health client leak when calling UpdateAllTargets (#<I>) When `LoadBucketMetadataHandler` is called and `UpdateAllTargets` gets called. Since targets are rebuilt we cancel all.
minio_minio
train
a160e411fdc66a2e275eb96816a8a87458a363ca
diff --git a/adventure/__main__.py b/adventure/__main__.py index <HASH>..<HASH> 100644 --- a/adventure/__main__.py +++ b/adventure/__main__.py @@ -3,6 +3,7 @@ import argparse import os import re +import readline from sys import executable, stdout from time import sleep from . import load_advent_dat
Import readline to support command line editing
brandon-rhodes_python-adventure
train
8456dee98f3917953c17266387208f878ae8e77d
diff --git a/salt/cloud/__init__.py b/salt/cloud/__init__.py index <HASH>..<HASH> 100644 --- a/salt/cloud/__init__.py +++ b/salt/cloud/__init__.py @@ -1089,7 +1089,7 @@ class Cloud(object): output['ret'] = action_out return output - def volume_create(self, vm_, local_master=True): + def vo...
[salt.cloud] nova cloud driver has the provider injected
saltstack_salt
train
7a2d633aa9cf20e594f2f3a087479018e0c7d419
diff --git a/src/Core/Content/ProductStream/DataAbstractionLayer/Indexing/ProductStreamIndexer.php b/src/Core/Content/ProductStream/DataAbstractionLayer/Indexing/ProductStreamIndexer.php index <HASH>..<HASH> 100644 --- a/src/Core/Content/ProductStream/DataAbstractionLayer/Indexing/ProductStreamIndexer.php +++ b/src/Cor...
NTR - fix double space in query
shopware_platform
train
5662a92c460e0a4be822f6cabb79f1fb62897b1b
diff --git a/src/server/pkg/hashtree/hashtree.go b/src/server/pkg/hashtree/hashtree.go index <HASH>..<HASH> 100644 --- a/src/server/pkg/hashtree/hashtree.go +++ b/src/server/pkg/hashtree/hashtree.go @@ -93,7 +93,7 @@ func (h *HashTree) updateHash(path string) error { func (h *HashTree) init() { if h.Fs == nil { - ...
Add benchmarks (with updated times and comments)
pachyderm_pachyderm
train
d5ed99dc32fbaeb34919fa0033c9f230af2373e8
diff --git a/myfitnesspal/entry.py b/myfitnesspal/entry.py index <HASH>..<HASH> 100644 --- a/myfitnesspal/entry.py +++ b/myfitnesspal/entry.py @@ -6,6 +6,12 @@ class Entry(MFPBase): self._name = name self._nutrition = nutrition + def __getitem__(self, value): + return self.totals[value] + ...
Clarifying documentation; adding dictionary interface for Entry objects.
coddingtonbear_python-myfitnesspal
train
55aa192157858c1f4c85b617a7b7b63866c86a46
diff --git a/lib/magic_grid/collection.rb b/lib/magic_grid/collection.rb index <HASH>..<HASH> 100644 --- a/lib/magic_grid/collection.rb +++ b/lib/magic_grid/collection.rb @@ -62,6 +62,14 @@ module MagicGrid end end + def hash_string + if @collection.respond_to? :to_sql + @collection.to_sql....
Move column and collection hashing into Column and Collection classes
rmg_magic_grid
train
a92e4354b08c9311727e0327a8e060390250b4a4
diff --git a/lib/pulsar/rest.js b/lib/pulsar/rest.js index <HASH>..<HASH> 100644 --- a/lib/pulsar/rest.js +++ b/lib/pulsar/rest.js @@ -27,6 +27,7 @@ module.exports = (function() { certificate: sslOptions ? sslOptions['cert'] : null, key: sslOptions ? sslOptions['key'] : null, name...
Updated events name; Extended REST with /tasks/created
cargomedia_pulsar-rest-api
train
695f0263dec35d9239ce7773637f5e234433b533
diff --git a/src/Navigation.js b/src/Navigation.js index <HASH>..<HASH> 100644 --- a/src/Navigation.js +++ b/src/Navigation.js @@ -24,6 +24,10 @@ function registerComponent(screenID, generator, store = undefined, Provider = un function _registerComponentNoRedux(screenID, generator) { const generatorWrapper = functi...
Add error when trying to load a component which was badly registered (#<I>)
wix_react-native-navigation
train
9cfe3b9473a1f2f155dc5a4b0b79fe873cc0ac4c
diff --git a/ara/api/filters.py b/ara/api/filters.py index <HASH>..<HASH> 100644 --- a/ara/api/filters.py +++ b/ara/api/filters.py @@ -145,6 +145,9 @@ class HostFilter(BaseFilter): class ResultFilter(DateFilter): playbook = django_filters.NumberFilter(field_name="playbook__id", lookup_expr="exact") + task = ...
API: Add search by play, task and host for results We had search by playbook but somehow the other ones were left out. Change-Id: Ib<I>ea8e<I>bd8d<I>e2c<I>e2f<I>f<I>fe
ansible-community_ara
train
a9f792d17c6b1dcd64a5b2a7ce9c855d23cbdbe3
diff --git a/CHANGELOG.md b/CHANGELOG.md index <HASH>..<HASH> 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Version 2.8.7-SNAPSHOT Release Notes (IN PROGRESS) +## Version 2.9.0-SNAPSHOT Release Notes (IN PROGRESS) ### Enhancements ### diff --git a/src/main/java/com/lazerycode/jmet...
Throw a ResultsFileNotFoundException if results file does not exist
jmeter-maven-plugin_jmeter-maven-plugin
train
860c7a1d3bb565d0d104575d4f35160fcc37e94a
diff --git a/ricecooker/classes/nodes.py b/ricecooker/classes/nodes.py index <HASH>..<HASH> 100644 --- a/ricecooker/classes/nodes.py +++ b/ricecooker/classes/nodes.py @@ -1069,7 +1069,9 @@ class CustomNavigationNode(ContentNode): required_file_format = file_formats.HTML5 def __init__(self, *args, **kwargs):...
Ensures that custom navigation is properly set as 'options' on extra_fields. This ensures it gets set in `options` on the kolibri exported contentnode.
learningequality_ricecooker
train
80e7c27ec27b5adcd99f60f5d6a13a65386ed69b
diff --git a/examples/network/network_api_demo.py b/examples/network/network_api_demo.py index <HASH>..<HASH> 100755 --- a/examples/network/network_api_demo.py +++ b/examples/network/network_api_demo.py @@ -27,7 +27,6 @@ import os from pkg_resources import resource_filename -from nupic.algorithms.anomaly import co...
removes anomaly.py dependency in network_api_demo.py
numenta_nupic
train
58ebc5c9a5cc932678f7b1624171a4704ea133fc
diff --git a/builder/vmware/iso/step_create_vmx.go b/builder/vmware/iso/step_create_vmx.go index <HASH>..<HASH> 100644 --- a/builder/vmware/iso/step_create_vmx.go +++ b/builder/vmware/iso/step_create_vmx.go @@ -404,7 +404,9 @@ func (s *stepCreateVMX) Run(_ context.Context, state multistep.StateBag) multist state.Put(...
When specifying NONE for serial or parallel in the VMware builder, disable the serial and parallel port devices entirely.
hashicorp_packer
train
e3e80c357d7101b666b1595d470ec79c5f42a5bc
diff --git a/core/src/main/java/com/google/bitcoin/core/BitcoinSerializer.java b/core/src/main/java/com/google/bitcoin/core/BitcoinSerializer.java index <HASH>..<HASH> 100644 --- a/core/src/main/java/com/google/bitcoin/core/BitcoinSerializer.java +++ b/core/src/main/java/com/google/bitcoin/core/BitcoinSerializer.java @...
BitcoinSerializer: Remove some optimisations that date from the time when someone was trying to make bitcoinj into a super scalable multiplexor, and allow writing of arbitrary byte arrays that get checksummed and prefixed.
bitcoinj_bitcoinj
train
673f966f09f9530ebd9d853ef0d62d8b923e76a2
diff --git a/source/MySQLiByDanielGPnumbers.php b/source/MySQLiByDanielGPnumbers.php index <HASH>..<HASH> 100644 --- a/source/MySQLiByDanielGPnumbers.php +++ b/source/MySQLiByDanielGPnumbers.php @@ -170,7 +170,7 @@ trait MySQLiByDanielGPnumbers } elseif (in_array($fieldDetails['DATA_TYPE'], ['decimal', 'numeri...
field type having unsigned flag required special attention in determining limits detection
danielgp_common-lib
train
9b18e39ba94f5ccb8a0d9e772b9b56efcd9eeaf9
diff --git a/fathom-rest/src/main/java/fathom/rest/Context.java b/fathom-rest/src/main/java/fathom/rest/Context.java index <HASH>..<HASH> 100644 --- a/fathom-rest/src/main/java/fathom/rest/Context.java +++ b/fathom-rest/src/main/java/fathom/rest/Context.java @@ -87,4 +87,10 @@ public class Context extends DefaultRouteC...
Add putLocal Context method for fluency
gitblit_fathom
train
4928f40d2b473356e8f1cd6c621e84b56c8bdaec
diff --git a/contrib/aws/awsexecutor.py b/contrib/aws/awsexecutor.py index <HASH>..<HASH> 100644 --- a/contrib/aws/awsexecutor.py +++ b/contrib/aws/awsexecutor.py @@ -14,7 +14,7 @@ import os import requests import shutil import sys -import time +from threading import Event import zipfile import benchexec.util @@...
AWS executor: add event handler that listens to user-interrupts
sosy-lab_benchexec
train
8bd97828c40e20b117d24f8ba17482445eae701a
diff --git a/app/transitions/fade.js b/app/transitions/fade.js index <HASH>..<HASH> 100644 --- a/app/transitions/fade.js +++ b/app/transitions/fade.js @@ -3,14 +3,16 @@ import { isAnimating, finish, timeSpent, animate, stop } from "liquid-fire"; export default function fade(opts={}) { var firstStep; var outOpts ...
robust mult-interruption support for fade transition
ember-animation_liquid-fire
train
13ea159e9c8346a288b62164360c7d3447a4e6c6
diff --git a/theme/image.php b/theme/image.php index <HASH>..<HASH> 100644 --- a/theme/image.php +++ b/theme/image.php @@ -121,24 +121,25 @@ if ($rev > -1) { // parameters to get the best performance. function send_cached_image($imagepath, $rev) { - $lifetime = 60*60*24*3; // 3 days + $lifetime = 60*60*24*30;...
MDL-<I> longer image caching in theme designer mode (performance)
moodle_moodle
train
9624121fc312c1e7a5897047d5ab6fd8baa87d5c
diff --git a/ast_test.go b/ast_test.go index <HASH>..<HASH> 100644 --- a/ast_test.go +++ b/ast_test.go @@ -859,6 +859,37 @@ var astTests = []testCase{ IfStmt{}, }, { + []string{"if; then a=; fi", "if; then a=\nfi"}, + IfStmt{ + ThenStmts: []Stmt{ + {Assigns: []Assign{ + {Name: lit("a")}, + }}, + ...
Fix single redirects or assignments with newlines
mvdan_sh
train
7f428a9e515d8a04893ace3584124fb70b42647c
diff --git a/src/core.js b/src/core.js index <HASH>..<HASH> 100755 --- a/src/core.js +++ b/src/core.js @@ -107,6 +107,14 @@ * @memberOf me.sys */ nativeBase64 : (typeof($.atob) == 'function'), + + /** + * Touch capabilities <br> + * @type {Boolean} + * @memberOf me.sys + */ + touch : false, + ...
Added "touch" capability detection (ticket #7)
melonjs_melonJS
train
9c830d6a44d3ffec3c23d4101e29159e929db7a4
diff --git a/lib/utils/known-browsers.js b/lib/utils/known-browsers.js index <HASH>..<HASH> 100644 --- a/lib/utils/known-browsers.js +++ b/lib/utils/known-browsers.js @@ -34,6 +34,16 @@ function chromeArgs(browserTmpDir, url) { ]; } +function headlessChromeArgs(browserTmpDir, url) { + return [ + '--headless',...
Adding headless chrome to known browser (#<I>)
testem_testem
train
075ab1e93f76ac9d4d0aba3854cbff293ae2c8b3
diff --git a/erizo_controller/erizoClient/src/Stream.js b/erizo_controller/erizoClient/src/Stream.js index <HASH>..<HASH> 100644 --- a/erizo_controller/erizoClient/src/Stream.js +++ b/erizo_controller/erizoClient/src/Stream.js @@ -31,7 +31,15 @@ Erizo.Stream = function (spec) { // Public functions that.getI...
Provide valid ID for unpublished local stream Fixes getID() to return a sensible ID for unpublished local streams.
lynckia_licode
train
222f79bb4c6e2aa5426cc5ff25f1b2461e18a300
diff --git a/datasette/default_menu_links.py b/datasette/default_menu_links.py index <HASH>..<HASH> 100644 --- a/datasette/default_menu_links.py +++ b/datasette/default_menu_links.py @@ -3,7 +3,10 @@ from datasette import hookimpl @hookimpl def menu_links(datasette, actor): - if actor and actor.get("id") == "roo...
debug-menu permission, closes #<I> Also added tests for navigation menu logic.
simonw_datasette
train
3ab2ccc98cbd64b585d4565f2a915cc7ae877c95
diff --git a/mvn-scalaxb/src/main/java/org/scalaxb/maven/ScalaxbMojo.java b/mvn-scalaxb/src/main/java/org/scalaxb/maven/ScalaxbMojo.java index <HASH>..<HASH> 100644 --- a/mvn-scalaxb/src/main/java/org/scalaxb/maven/ScalaxbMojo.java +++ b/mvn-scalaxb/src/main/java/org/scalaxb/maven/ScalaxbMojo.java @@ -196,8 +196,8 @@ p...
mvn-scalaxb: Specify WSDL files before XSD files in scalaxb arguments list. Scalaxb determines the 'module' to use by looking at the type of the first file in the arguments list. Hence, where a project contains both XSD and WSDL files, the WSDL files should be specified first. This is consistent with sbt-scalaxb.
eed3si9n_scalaxb
train
734ed92f11dbee3317a48e31d2c47f4bc645645f
diff --git a/aiodocker/docker.py b/aiodocker/docker.py index <HASH>..<HASH> 100644 --- a/aiodocker/docker.py +++ b/aiodocker/docker.py @@ -190,8 +190,10 @@ class DockerImages(object): if isinstance(auth, dict): auth = json.dumps(auth).encode('utf8') auth = base64.b64encode...
auth header needs to be a string
aio-libs_aiodocker
train
d53748c54dd18ba5183bff8da3f11cfd107282e6
diff --git a/matplotlib_colorbar/tests/test_colorbar.py b/matplotlib_colorbar/tests/test_colorbar.py index <HASH>..<HASH> 100644 --- a/matplotlib_colorbar/tests/test_colorbar.py +++ b/matplotlib_colorbar/tests/test_colorbar.py @@ -2,6 +2,7 @@ """ """ # Standard library modules. +import sys # Third party modules....
Skip 2nd example on Python <I> and <I>
ppinard_matplotlib-colorbar
train
a54bd88d41a73428fbf79218dd561f4c6f750b92
diff --git a/lib/pdk/cli/exec.rb b/lib/pdk/cli/exec.rb index <HASH>..<HASH> 100644 --- a/lib/pdk/cli/exec.rb +++ b/lib/pdk/cli/exec.rb @@ -1,3 +1,5 @@ +require 'pdk' + module PDK module CLI module Exec
(maint) Ensure pdk/cli/exec works standalone
puppetlabs_pdk
train
1280ad6d19fa56e9bf6d6a261c1231326cb3d8c3
diff --git a/activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb b/activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb index <HASH>..<HASH> 100644 --- a/activerecord/lib/active_record/connection_adapters/postgresql_adapter.rb +++ b/activerecord/lib/active_record/connection_adap...
Make discard safe when it follows a manual disconnect It doesn't have to do anything, but it shouldn't fail. Fixes #<I>.
rails_rails
train
9c699af1f008406e9cc33bc533e4688c4e7dc21c
diff --git a/app/scripts/Mobilization/__tests__/components/MobilizationList.spec.js b/app/scripts/Mobilization/__tests__/components/MobilizationList.spec.js index <HASH>..<HASH> 100644 --- a/app/scripts/Mobilization/__tests__/components/MobilizationList.spec.js +++ b/app/scripts/Mobilization/__tests__/components/Mobili...
Update MobilizationList component tests. #<I>
nossas_bonde-client
train
4606fd39624b676e89d8b21e0516f3ad77eabd0e
diff --git a/salt/master.py b/salt/master.py index <HASH>..<HASH> 100644 --- a/salt/master.py +++ b/salt/master.py @@ -435,7 +435,7 @@ class AESFuncs(object): 'ret': clear_load['ret'], } expr_form = 'glob' - timeout = 5 + timeout = 0 if clear_load.has_key...
Clean out the last minion_publish bugs
saltstack_salt
train
e122b3ba90d5d195b4bae5328e8e7f5bd24fcf0a
diff --git a/lib/gir_ffi/builders/module_builder.rb b/lib/gir_ffi/builders/module_builder.rb index <HASH>..<HASH> 100644 --- a/lib/gir_ffi/builders/module_builder.rb +++ b/lib/gir_ffi/builders/module_builder.rb @@ -48,7 +48,7 @@ module GirFFI unless defined? @module build_dependencies ins...
Refactor ModuleBuilder#setup_lib_for_ffi
mvz_gir_ffi
train
a049aaa82e67ec41cafb780079b936b3e3fda2d2
diff --git a/site/bitimportsfile.js b/site/bitimportsfile.js index <HASH>..<HASH> 100644 --- a/site/bitimportsfile.js +++ b/site/bitimportsfile.js @@ -17,11 +17,11 @@ System = (function () { }) // Setup js pipeline with babel .plugin("js", { - match: { path: /\.(js)$/ } + extensions: ["js"] ...
changed site and docs to show `extensions` config
MiguelCastillo_bit-imports
train
ff5f02be56dd76646ecb276163b7ca5a221e5a0d
diff --git a/mollie/api/client.py b/mollie/api/client.py index <HASH>..<HASH> 100644 --- a/mollie/api/client.py +++ b/mollie/api/client.py @@ -230,6 +230,11 @@ class Client(object): self.client_secret = client_secret self.oauth = OAuth2Session( client_id, + auto_refresh_kwargs=...
Enable automatic refresh of expired access token
mollie_mollie-api-python
train
13ef56d23bbc3e736118eb59db06dd94ff59e6a2
diff --git a/test/tests.js b/test/tests.js index <HASH>..<HASH> 100644 --- a/test/tests.js +++ b/test/tests.js @@ -343,7 +343,7 @@ describe('any type', function() { }); var o = new SO(); - o.date = '06/21/1988'; + o.date = 'Tue Jun 21 1988 00:00:00 GMT-0700 (PDT)'; o.date.should.be...
Test now doesn't depend on timezone.
scotthovestadt_schema-object
train
3d5351658b2a482218db33abdf1d498b15a565fe
diff --git a/lib/mindbody/service.rb b/lib/mindbody/service.rb index <HASH>..<HASH> 100644 --- a/lib/mindbody/service.rb +++ b/lib/mindbody/service.rb @@ -6,6 +6,7 @@ module Mb SRC_CREDS = "SourceCredentials" class << self; attr_accessor :endpoint; end + class << self; attr_accessor :doc_path; end #Sets...
add doc_path as self attribute accessor in service class
trisrael_mindbody
train
33a692fb075f5009d2eb97150a7fc28638a06f11
diff --git a/src/Chord.js b/src/Chord.js index <HASH>..<HASH> 100644 --- a/src/Chord.js +++ b/src/Chord.js @@ -52,6 +52,8 @@ class ConductorChord { moveKeysInterval: 10000, + checkPubKeyInterval: 2500, + isServer: false, allowUpgrade: true, @@ -131,6 +133,7 @@ class ConductorChord { setInterval(...
[Chord] Added periodic checking of pubKey entry. It's incredibly likely that a disconnecting node could take your public key file offline with it. Although I'm not using a proper key management system (and won't have time to), this consideration is still particularly important given that we have no key replication wit...
FelixMcFelix_conductor-chord
train
db84bb9bd30e7d35890a97cbd380c09a541b5ca2
diff --git a/cmd/generic-handlers.go b/cmd/generic-handlers.go index <HASH>..<HASH> 100644 --- a/cmd/generic-handlers.go +++ b/cmd/generic-handlers.go @@ -354,11 +354,11 @@ func setHTTPStatsHandler(h http.Handler) http.Handler { h.ServeHTTP(meteredResponse, r) if strings.HasPrefix(r.URL.Path, minioReservedBucke...
avoid atomics for self contained reader/writers (#<I>) read/writers are not concurrent in handlers and self contained - no need to use atomics on them. avoids unnecessary contentions where it's not required.
minio_minio
train
0c6f9651c4a7971c78962bfc96c6d092212651b8
diff --git a/pear-manager.php b/pear-manager.php index <HASH>..<HASH> 100755 --- a/pear-manager.php +++ b/pear-manager.php @@ -12,6 +12,12 @@ declare(ticks = 1); +/** + * Uncomment and set to your prefix. + */ +//define("NET_GEARMAN_JOB_CLASS_PREFIX", ""); + + require dirname(__FILE__)."/GearmanManager.php"; /...
Handle custom job class prefixes. Write multi line logs as one log call so they are all together in the log.
brianlmoon_GearmanManager
train
23d5d9c55adf4a3551ab17326bcdab32aba1c32a
diff --git a/bin/pseudohiki2html.rb b/bin/pseudohiki2html.rb index <HASH>..<HASH> 100755 --- a/bin/pseudohiki2html.rb +++ b/bin/pseudohiki2html.rb @@ -270,6 +270,17 @@ USAGE: #{File.basename(__FILE__)} [options]") do |opt| end alias set_options_from_command_line parse_command_line_options + def check_argv + ...
moved #check_argv() to OPTIONS#check_argv()
nico-hn_PseudoHikiParser
train
af9380ac9e22f6f6d83e315e99784b8079ec0ddd
diff --git a/tests/functional/cfngin/test_recreate_failed/test_runner.py b/tests/functional/cfngin/test_recreate_failed/test_runner.py index <HASH>..<HASH> 100644 --- a/tests/functional/cfngin/test_recreate_failed/test_runner.py +++ b/tests/functional/cfngin/test_recreate_failed/test_runner.py @@ -42,21 +42,26 @@ def t...
improve CFNgin recreate failed functional test consistency (#<I>)
onicagroup_runway
train
bf4033ad650ea41bbbeeb8c077717912fbd4c2c0
diff --git a/lib/codesake/dawn/kb/basic_check.rb b/lib/codesake/dawn/kb/basic_check.rb index <HASH>..<HASH> 100644 --- a/lib/codesake/dawn/kb/basic_check.rb +++ b/lib/codesake/dawn/kb/basic_check.rb @@ -123,27 +123,6 @@ module Codesake "http://www.rubysec.com/advisories/#{@name}/" end - # P...
Removed old ruby version check. It's outdated and no longer needed
thesp0nge_dawnscanner
train
5e0cb02804e7c0edc7e0cf6d713ba5b8f71b9b0f
diff --git a/cloudinary_storage/storage.py b/cloudinary_storage/storage.py index <HASH>..<HASH> 100644 --- a/cloudinary_storage/storage.py +++ b/cloudinary_storage/storage.py @@ -66,3 +66,9 @@ class MediaCloudinaryStorage(Storage): return False response.raise_for_status() return True + + ...
Added get available name method to media storage
klis87_django-cloudinary-storage
train
b5e16c0a947223fdda20363909ad42d89705d9f0
diff --git a/lib/kaminari/models/array_extension.rb b/lib/kaminari/models/array_extension.rb index <HASH>..<HASH> 100644 --- a/lib/kaminari/models/array_extension.rb +++ b/lib/kaminari/models/array_extension.rb @@ -11,7 +11,12 @@ module Kaminari # * <tt>:total_count</tt> - total_count def initialize(original_...
keep the whole Array if total_count is given
kaminari_kaminari
train
6b5a1bf4c3cc2cd701002a09419208de43173729
diff --git a/classes/PodsAdmin.php b/classes/PodsAdmin.php index <HASH>..<HASH> 100644 --- a/classes/PodsAdmin.php +++ b/classes/PodsAdmin.php @@ -498,7 +498,21 @@ class PodsAdmin { if ( isset( $pod->pod_data[ 'fields' ][ 'modified' ] ) ) $manage[ 'modified' ] = $pod->pod_data[ 'fields' ][ 'modifi...
Fix to admin ui manage fields handling
pods-framework_pods
train
ceb65862afd30aa5b15cb78daf34b8120a82ae0a
diff --git a/assertpy/__init__.py b/assertpy/__init__.py index <HASH>..<HASH> 100644 --- a/assertpy/__init__.py +++ b/assertpy/__init__.py @@ -1 +1 @@ -from assertpy import assert_that, contents_of, fail +from assertpy import assert_that, contents_of, fail, __version__ diff --git a/assertpy/assertpy.py b/assertpy/asser...
added version string, <I>
ActivisionGameScience_assertpy
train
f1b8ca28a6287415e8d4390aba30ea3e0044eb1a
diff --git a/Processor.php b/Processor.php index <HASH>..<HASH> 100644 --- a/Processor.php +++ b/Processor.php @@ -926,18 +926,7 @@ class Processor $activeprty = $this->compactIri($property, $activectx, $inversectx, $value, true); if (is_array($activeprty)) { - for...
Refactoring: Move the complete property generator compaction logic into Processor::removePropertyGeneratorDuplicates()
lanthaler_JsonLD
train
414a711ec750f20b3fb3d66bfa0348b9ad58f323
diff --git a/packages/ember-routing/lib/system/route.js b/packages/ember-routing/lib/system/route.js index <HASH>..<HASH> 100644 --- a/packages/ember-routing/lib/system/route.js +++ b/packages/ember-routing/lib/system/route.js @@ -1110,7 +1110,7 @@ var Route = EmberObject.extend(ActionHandler, { // convert...
[DOC] Remove extra word from beforeModel
emberjs_ember.js
train
b82da5c016e55ff08cc75a252641a7e19f66d280
diff --git a/superset/views/core.py b/superset/views/core.py index <HASH>..<HASH> 100755 --- a/superset/views/core.py +++ b/superset/views/core.py @@ -2412,7 +2412,7 @@ class Superset(BaseSupersetView): # pylint: disable=too-many-public-methods schema = request.form.get("schema") or None template_par...
accept null params for validation (#<I>)
apache_incubator-superset
train
2501d9b60488dac6e5c2114ca690d4be0a159478
diff --git a/lib/guard/haskell.rb b/lib/guard/haskell.rb index <HASH>..<HASH> 100644 --- a/lib/guard/haskell.rb +++ b/lib/guard/haskell.rb @@ -76,12 +76,12 @@ module ::Guard when [:runtime_failure, :success], [:compile_failure, :success] @last_run = :success - Notifier.notify('Success'...
Apapt to Guard API compatibility fiasco
supki_guard-haskell
train
df2c141992d444362dabb50c666eb272fa566983
diff --git a/README.md b/README.md index <HASH>..<HASH> 100644 --- a/README.md +++ b/README.md @@ -436,7 +436,7 @@ moip.payment.getOne('PAY-6PYBC8E93M2L') #### Create a payment refund ```javascript -moip.payment.refund('PAY-3GALBSZIUSBE') +moip.payment.refunds.create('PAY-3GALBSZIUSBE') .then((response) => { ...
Changing methods to be less verbose
wirecardBrasil_moip-sdk-node
train
d5102fdd92e86a9cc5dd4158015af548687fe3b7
diff --git a/blockstack_client/actions.py b/blockstack_client/actions.py index <HASH>..<HASH> 100644 --- a/blockstack_client/actions.py +++ b/blockstack_client/actions.py @@ -505,7 +505,7 @@ def cli_price(args, config_path=CONFIG_PATH, proxy=None, password=None): operations = getattr(args, 'operations', None) ...
fix some typos; on renewal, verify that we own the name in the CLI
blockstack_blockstack-core
train
9579719c86ed1e4868e6d36693bcd57a71b5fbb7
diff --git a/lib/embulk/input_redis.rb b/lib/embulk/input_redis.rb index <HASH>..<HASH> 100644 --- a/lib/embulk/input_redis.rb +++ b/lib/embulk/input_redis.rb @@ -13,23 +13,13 @@ module Embulk 'db' => config.param('db', :int, :default => 0), 'key_prefix' => config.param('key_prefix', :string, :default...
Remove `columns'
komamitsu_embulk-plugin-redis
train
6a4de7f1a4d2303eb87dc92c03aa3e32fb6ce140
diff --git a/src/resources/views/character/intel/notes.blade.php b/src/resources/views/character/intel/notes.blade.php index <HASH>..<HASH> 100644 --- a/src/resources/views/character/intel/notes.blade.php +++ b/src/resources/views/character/intel/notes.blade.php @@ -14,7 +14,7 @@ <!-- Button trigger modal --...
fix(notes): ensure add note button is containing entity id Closes eveseat/seat#<I>
eveseat_web
train
5110bcf454997a81131e92a7bbd61413443b5b5a
diff --git a/core/css.js b/core/css.js index <HASH>..<HASH> 100644 --- a/core/css.js +++ b/core/css.js @@ -1266,7 +1266,7 @@ Blockly.Css.CONTENT = [ '}', '.scratchCategoryMenu {', - 'width: 72px;', + 'width: 60px;', 'background: $colour_toolbox;', 'color: $colour_toolboxText;', 'font-size: ...
Widen the category menu Add 8px to the category menu width so that more category names in other languages fit in the space. It doesn’t solve all of them, but it does help for most. The add extension button width will also need adjustment, but that’s in gui.
LLK_scratch-blocks
train
4097cce207fd19580c02193245762110d21e8bed
diff --git a/lib/cli.js b/lib/cli.js index <HASH>..<HASH> 100644 --- a/lib/cli.js +++ b/lib/cli.js @@ -6,7 +6,8 @@ function help() { ' -f Output the result as a file, give the name of the file. If no filename is given, the name will be the domain of the url' ); console.log(' --harFile the HAR file name. If n...
info about phantomjs 2
sitespeedio_browsertime
train
112bbb5295a24535983222f35866eeaacd6b1924
diff --git a/samples/demos/src/com/actionbarsherlock/sample/demos/FeatureToggles.java b/samples/demos/src/com/actionbarsherlock/sample/demos/FeatureToggles.java index <HASH>..<HASH> 100644 --- a/samples/demos/src/com/actionbarsherlock/sample/demos/FeatureToggles.java +++ b/samples/demos/src/com/actionbarsherlock/sample...
Update 'Feature Toggles' for new dropdown list navigation. Closes #<I>.
JakeWharton_ActionBarSherlock
train