hash
stringlengths
40
40
diff
stringlengths
172
2.63k
message
stringlengths
12
593
project
stringlengths
7
65
split
stringclasses
1 value
diff_languages
stringclasses
54 values
3c1415844acb52cc3a0ee680c1d4ec55d596de7a
diff --git a/lib/workers/repository/index.js b/lib/workers/repository/index.js index <HASH>..<HASH> 100644 --- a/lib/workers/repository/index.js +++ b/lib/workers/repository/index.js @@ -71,6 +71,21 @@ async function renovateRepository(repoConfig, token) { // If we can't detect any package.json then return ...
fix: rename and delete erroneous onboarding PRs if found (#<I>)
renovatebot_renovate
train
js
30c63b6d886e7411ca19f9008a57b49cfce742a9
diff --git a/lib/driver.js b/lib/driver.js index <HASH>..<HASH> 100644 --- a/lib/driver.js +++ b/lib/driver.js @@ -64,6 +64,7 @@ const NO_PROXY_NATIVE_LIST = [ ['GET', /screenshot/], ['GET', /size/], ['GET', /source/], + ['GET', /timeouts$/], ['GET', /url/], ['GET', /window/], ['POST', /accept_alert/...
fix: Add GET /timeouts to the list of non-proxied urls (#<I>)
appium_appium-xcuitest-driver
train
js
182a99071acc286635ba1b30e24728c257de8c75
diff --git a/controller/api/models.py b/controller/api/models.py index <HASH>..<HASH> 100644 --- a/controller/api/models.py +++ b/controller/api/models.py @@ -491,7 +491,7 @@ class Release(UuidAuditedModel): # so shell out a task to pull in the repository tasks.import_repository.delay(build.im...
fix(controller): remove tag from source_image the registry module will take care of that
deis_deis
train
py
41e38e35927fec78b31e58e2034174d5791bd2bd
diff --git a/sign/sign.go b/sign/sign.go index <HASH>..<HASH> 100644 --- a/sign/sign.go +++ b/sign/sign.go @@ -132,7 +132,7 @@ func (sv *SignatureVerifier) Verify(data []byte, s *SignatureSet) (bool, error) // since gosshnew does not want to do it for us. key, err := gossh.ParsePublicKey(authKey.Marshal()) if...
refactor(sign): Simplify logging in sign pkg
coreos_fleet
train
go
2f4e1514b2791b110be11cdb4e6c193ca861af4f
diff --git a/packages/vaex-core/vaex/dataset.py b/packages/vaex-core/vaex/dataset.py index <HASH>..<HASH> 100644 --- a/packages/vaex-core/vaex/dataset.py +++ b/packages/vaex-core/vaex/dataset.py @@ -6144,8 +6144,6 @@ class DatasetArrays(DatasetLocal): self._length_unfiltered = len(data) self._length_original = ...
fix: length checking is done at super class
vaexio_vaex
train
py
58ae5748ce1bf43a8bb89759ff2e4f84a25f0bbd
diff --git a/packages/edam-completer/completer.js b/packages/edam-completer/completer.js index <HASH>..<HASH> 100755 --- a/packages/edam-completer/completer.js +++ b/packages/edam-completer/completer.js @@ -46,10 +46,7 @@ const getList = co.wrap(function*(compl) { source = tildify(source.url) break ...
fix(edam-completer): allow colon in description
imcuttle_edam
train
js
9cb300fb9ab55058fae7017ae751f4598fda0efc
diff --git a/lib/rails_redshift_replicator.rb b/lib/rails_redshift_replicator.rb index <HASH>..<HASH> 100644 --- a/lib/rails_redshift_replicator.rb +++ b/lib/rails_redshift_replicator.rb @@ -23,6 +23,7 @@ module RailsRedshiftReplicator class << self + # @note Useful for testing def define_defaults ...
refactor: split command can be customized
angelim_rails_redshift_replicator
train
rb,rb
2e4d69d2a0cd039d461a3e3abebe2eb7fa49963b
diff --git a/src/Exception/WsModuleRouteException.php b/src/Exception/WsModuleRouteException.php index <HASH>..<HASH> 100644 --- a/src/Exception/WsModuleRouteException.php +++ b/src/Exception/WsModuleRouteException.php @@ -2,6 +2,8 @@ namespace Swoft\WebSocket\Server\Exception; +use Throwable; + /** * Class WsM...
fix: swoft-cloud/swoft/issues/<I> with an code on throw route not found exception
swoft-cloud_swoft-websocket-server
train
php
ad4d12e6c45d950c4845e323e73a67b7825e84c4
diff --git a/lib/gems-status/checkers/not_a_security_alert_checker.rb b/lib/gems-status/checkers/not_a_security_alert_checker.rb index <HASH>..<HASH> 100644 --- a/lib/gems-status/checkers/not_a_security_alert_checker.rb +++ b/lib/gems-status/checkers/not_a_security_alert_checker.rb @@ -53,7 +53,7 @@ class NotASecurityA...
fix: send security alert description a previous commit broke the email message in a way that instead of the security alert description, we got the security alert object. This commit fixes that.
jordimassaguerpla_gems-status
train
rb
47fd302346aa98174dc81db07886e109d4a6faa6
diff --git a/test/helpers/kubectl.go b/test/helpers/kubectl.go index <HASH>..<HASH> 100644 --- a/test/helpers/kubectl.go +++ b/test/helpers/kubectl.go @@ -117,7 +117,7 @@ var ( "config.enableCnpStatusUpdates": "true", "global.hostFirewall": "true", - "global.nativeRoutingCIDR": "10.0.0.0/16", + "global.n...
test: Fix nativeRoutingCIDR in CI CI is allocating addresses from <I>/<I>, which falls in a different native routing CIDR to the one currently configured. Fix up the native routing CIDR to also include the CIDR range of the cluster pool.
cilium_cilium
train
go
cc9ab45bc36373d3c1e27fba02f1484770bf2d01
diff --git a/tests/lambda/test_aws.py b/tests/lambda/test_aws.py index <HASH>..<HASH> 100644 --- a/tests/lambda/test_aws.py +++ b/tests/lambda/test_aws.py @@ -21,6 +21,7 @@ TEST_PROPERTIES = { 'lambda_dlq': None, 'lambda_tracing': None, 'lambda_destinations': None, + 'lambda_subnet_cou...
fix: tests missing lambda_subnet_count
foremast_foremast
train
py
273ddf5e4f02b5994416ed11e276eb17abc578a1
diff --git a/packages/es-dev-server/src/server.js b/packages/es-dev-server/src/server.js index <HASH>..<HASH> 100644 --- a/packages/es-dev-server/src/server.js +++ b/packages/es-dev-server/src/server.js @@ -86,7 +86,6 @@ export function startServer(config) { ); } - const setupWatch = appIndex && watch; co...
fix(es-dev-server): don't require app-index for reload (#<I>)
open-wc_open-wc
train
js
b92b5fb4e613fb41b2eefab5f89151be84f1d80d
diff --git a/i18n/nl.js b/i18n/nl.js index <HASH>..<HASH> 100644 --- a/i18n/nl.js +++ b/i18n/nl.js @@ -92,4 +92,4 @@ export default { noNodes: 'Geen nodes beschikbaar', noResults: 'Geen overeenkomende nodes gevonden' } -} \ No newline at end of file +}
chore: Fix lint error on "nl" language pack
quasarframework_quasar
train
js
0eef46102f11c8072e530aad487726094efa9129
diff --git a/lib/datasource/docker.js b/lib/datasource/docker.js index <HASH>..<HASH> 100644 --- a/lib/datasource/docker.js +++ b/lib/datasource/docker.js @@ -1,5 +1,6 @@ const got = require('got'); const parseLinkHeader = require('parse-link-header'); +const { isVersion } = require('../versioning/docker'); module...
refactor: docker getTags filter suffix and version
renovatebot_renovate
train
js
58c9e67412d216c10aaa91f54e4ce8297de2f9ef
diff --git a/src/BlockUi.js b/src/BlockUi.js index <HASH>..<HASH> 100644 --- a/src/BlockUi.js +++ b/src/BlockUi.js @@ -35,10 +35,9 @@ class BlockUi extends Component { if (this.helper && this.helper.parentNode && this.helper.parentNode.contains && this.helper.parentNode.contains(safeActiveElement())...
fix(FocusManagement): fix scroll to top on unlock (#<I>)
Availity_react-block-ui
train
js
9a4426ee32aa700bd8e8859ef59364d81de141ef
diff --git a/lib/plugins/index.js b/lib/plugins/index.js index <HASH>..<HASH> 100644 --- a/lib/plugins/index.js +++ b/lib/plugins/index.js @@ -21,8 +21,16 @@ var INTERVAL = 6000; var UTF8_OPTIONS = {encoding: 'utf8'}; var plugins = getPluginsSync(); var rules = plugins.rules; +var conf = {}; plugins = plugins.plugi...
feat: exports config to plugin
avwo_whistle
train
js
8a4de3f0b3bf1e1087cb69dbffe8be9b59cf14b5
diff --git a/test/runner/config.js b/test/runner/config.js index <HASH>..<HASH> 100644 --- a/test/runner/config.js +++ b/test/runner/config.js @@ -168,25 +168,6 @@ class NativeConfiguration { return { w: 1 }; } - - // server37631Workaround() { - // console.log('[applying SERVER-37631 workaround]'); - // ...
test: remove legacy code for no longer existant server bug
mongodb_node-mongodb-native
train
js
2c83aaed15456a56f7801b31e66da7b2d533806e
diff --git a/Tests/Parser/Device/ShellTvTest.php b/Tests/Parser/Device/ShellTvTest.php index <HASH>..<HASH> 100644 --- a/Tests/Parser/Device/ShellTvTest.php +++ b/Tests/Parser/Device/ShellTvTest.php @@ -17,7 +17,7 @@ use PHPUnit\Framework\TestCase; class ShellTvTest extends TestCase { - public function testIsHbb...
fix: rename method testIsHbbTv to testIsShellTv
matomo-org_device-detector
train
php
3e4387c1b8279bfa162c53f5d55410b02c3965fb
diff --git a/lib/plugins/load-plugin.js b/lib/plugins/load-plugin.js index <HASH>..<HASH> 100644 --- a/lib/plugins/load-plugin.js +++ b/lib/plugins/load-plugin.js @@ -28,8 +28,8 @@ var getValue = function(req, name) { var initReq = function(req, res) { req.on('error', noop); res.on('error', noop); - var oReq = ...
feat: add req.originalReq & req.originalRes
avwo_whistle
train
js
e7d105c2b572187f68a851b51eb6c4686b7940f9
diff --git a/lib/waterline/query/dql/update.js b/lib/waterline/query/dql/update.js index <HASH>..<HASH> 100644 --- a/lib/waterline/query/dql/update.js +++ b/lib/waterline/query/dql/update.js @@ -137,6 +137,7 @@ function createBelongsTo(valuesObject, cb) { var pk = val[model.primaryKey]; valuesObject.val...
fix(query): try fix for #<I>
balderdashy_waterline
train
js
7e84d7ffdfe31599619b3aba4eb1fc3b0a1e87d9
diff --git a/commitlint.config.js b/commitlint.config.js index <HASH>..<HASH> 100644 --- a/commitlint.config.js +++ b/commitlint.config.js @@ -11,6 +11,7 @@ function getPackageAbbreviations() { module.exports = { extends: ['@commitlint/config-angular'], rules: { + lang: [0], 'scope-enum': _ => [2, 'alway...
chore: update lang in commitlint
pluralsight_design-system
train
js
6d89df3c9f35b05a1daa1fa65746873ed196d904
diff --git a/tests/test_bump_find_increment.py b/tests/test_bump_find_increment.py index <HASH>..<HASH> 100644 --- a/tests/test_bump_find_increment.py +++ b/tests/test_bump_find_increment.py @@ -10,8 +10,8 @@ from commitizen.git import GitCommit NONE_INCREMENT_CC = ["docs(README): motivation", "ci: added travis"] P...
test(bump_find_increment): reorder major commit for confirming that the order of commits does not matter
Woile_commitizen
train
py
7e40eda0d8add6f4f5196a4e909bdcda0e7cafde
diff --git a/src/contract/aci/index.js b/src/contract/aci/index.js index <HASH>..<HASH> 100644 --- a/src/contract/aci/index.js +++ b/src/contract/aci/index.js @@ -38,8 +38,6 @@ import { import { isAddressValid } from '../../utils/crypto' import { COMPILER_LT_VERSION } from '../compiler' import { AMOUNT, DEPOSIT, GAS...
fix(contract-aci): don't proxy prepareArgsForEncode from helpers
aeternity_aepp-sdk-js
train
js
b951b69b254f02638b14d770f3c93e408ab5e7cc
diff --git a/packages/wxa-cli/src/schedule.js b/packages/wxa-cli/src/schedule.js index <HASH>..<HASH> 100644 --- a/packages/wxa-cli/src/schedule.js +++ b/packages/wxa-cli/src/schedule.js @@ -120,7 +120,7 @@ class Schedule extends EventEmitter { let invalid = ignore.some((exp)=>{ let r = (e...
fix(schedules): change window's '\\'->'/'
wxajs_wxa
train
js
d7aff325de9241ffbe430273a4668fd55044ae78
diff --git a/packages/webiny-app-cms/src/editor/components/Element/ElementStyled.js b/packages/webiny-app-cms/src/editor/components/Element/ElementStyled.js index <HASH>..<HASH> 100644 --- a/packages/webiny-app-cms/src/editor/components/Element/ElementStyled.js +++ b/packages/webiny-app-cms/src/editor/components/Elemen...
fix: element select outline (#<I>)
Webiny_webiny-js
train
js
304855c5a4c16ddeff552ee838ef52ab5df73461
diff --git a/main.go b/main.go index <HASH>..<HASH> 100644 --- a/main.go +++ b/main.go @@ -40,6 +40,7 @@ Server Options: -c, --config <file> Configuration file path -m, --message <message> Notification message -t, --token <token> Notification token + -e, --engine <en...
feat: support storage engine flag. (#<I>)
appleboy_gorush
train
go
d6df6093324b524adc20d66c2b0588c5005bf987
diff --git a/src/components/performance-timing/measure-first-paint.js b/src/components/performance-timing/measure-first-paint.js index <HASH>..<HASH> 100644 --- a/src/components/performance-timing/measure-first-paint.js +++ b/src/components/performance-timing/measure-first-paint.js @@ -52,16 +52,18 @@ export class Meas...
fix(app-shell): filter out non tracked metric values
commercetools_merchant-center-application-kit
train
js
d4f41ad30d79644c954f7c8f966caec98519f75c
diff --git a/version.go b/version.go index <HASH>..<HASH> 100644 --- a/version.go +++ b/version.go @@ -1,4 +1,4 @@ package bimg // Version represents the current package semantic version. -const Version = "1.0.8" +const Version = "1.0.9"
feat(version): bump to <I>
h2non_bimg
train
go
633b693ec54d94e6da3fe130c79103901fd36843
diff --git a/test/lib/base.py b/test/lib/base.py index <HASH>..<HASH> 100644 --- a/test/lib/base.py +++ b/test/lib/base.py @@ -103,12 +103,10 @@ def make_gobgp_ctn(tag='gobgp', local_gobgp_path='', from_image='osrg/quagga'): c = CmdBuffer() c << 'FROM {0}'.format(from_image) - c << 'RUN go get github.com...
test: fix container build for test fix the regression of commit e<I>c1aaf4dd<I>dfafc1a5efac9d<I>f6
osrg_gobgp
train
py
4a8035c2c295733ee433f02f1f73f3d7a8b770c3
diff --git a/pgjdbc/src/test/java/org/postgresql/test/TestUtil.java b/pgjdbc/src/test/java/org/postgresql/test/TestUtil.java index <HASH>..<HASH> 100644 --- a/pgjdbc/src/test/java/org/postgresql/test/TestUtil.java +++ b/pgjdbc/src/test/java/org/postgresql/test/TestUtil.java @@ -313,6 +313,7 @@ public class TestUtil { ...
test: Explicitly enable synchronous_commit for privileged and replication connections
pgjdbc_pgjdbc
train
java
74464087dc907d0ccd5d486e3c479e6c0d8666b7
diff --git a/test.py b/test.py index <HASH>..<HASH> 100755 --- a/test.py +++ b/test.py @@ -84,6 +84,9 @@ if __name__ == '__main__': using = [] if use_ssl: using.append('SSL') + # default to a sane SSL port + if port == 6667: + port = 6697 if u...
test: Have a sane default SSL port
goshuirc_irc
train
py
90d5307968c0b3723515f9e0491129cf4304df11
diff --git a/watson_developer_cloud/watson_service.py b/watson_developer_cloud/watson_service.py index <HASH>..<HASH> 100755 --- a/watson_developer_cloud/watson_service.py +++ b/watson_developer_cloud/watson_service.py @@ -446,6 +446,9 @@ class WatsonService(object): else: params['api_key'...
fix: Default timeout for requests.request() This avoids a hard-to-diagnose hang condition when a request never gets a response (which often means a network level failure occurred). Strongly recommended by Python Requests for production use. See: <URL>
watson-developer-cloud_python-sdk
train
py
fca672a5092c8e6dc262b778c3c81f231d5b55fc
diff --git a/src/connection.js b/src/connection.js index <HASH>..<HASH> 100644 --- a/src/connection.js +++ b/src/connection.js @@ -2206,7 +2206,7 @@ export class Connection { case 'recent': case 'single': case 'singleGossip': { - timeoutMs = 10 * 1000; + timeoutMs = 30 * 1000; ...
feat: increase timeout in `confirmTransaction` (#<I>) Developers have reported needing to change the timeout to suit their use cases, or not completely understanding what the timeout meant for their transaction, since it could timeout and still get processed. This increases the default timeout to `confirmTransacti...
solana-labs_solana-web3.js
train
js
5a800f38c5125d3b17949e85d71c44f8ecec7e51
diff --git a/test_build/src/pages/index.js b/test_build/src/pages/index.js index <HASH>..<HASH> 100644 --- a/test_build/src/pages/index.js +++ b/test_build/src/pages/index.js @@ -6,6 +6,8 @@ import stylus from './stylus.styl'; import stylusModule from './stylus.module.styl'; import sass from './sass.sass'; import sa...
test: Add scss to index
anantoghosh_gatsby-plugin-purgecss
train
js
6937d1c93bb243e470f13d74b1c16301505d527d
diff --git a/operation.go b/operation.go index <HASH>..<HASH> 100644 --- a/operation.go +++ b/operation.go @@ -247,13 +247,17 @@ func (operation *Operation) ParseParamComment(commentLine string, astFile *ast.F } return false } - orderedNames := make([]string, 0, len(schema.Properties)) - for k := rang...
fix: honor x-order while sorting query parameters (#<I>) Instead of always sorting parameters with name, which can surprise users because x-order is ignored, sort them with the slice type declared in github.com/go-openapi/spec to reuse its comparison method.
swaggo_swag
train
go
b1a9dba20fa144bea1bdaeabad0544b94da4b5ac
diff --git a/static/lib/composer/uploads.js b/static/lib/composer/uploads.js index <HASH>..<HASH> 100644 --- a/static/lib/composer/uploads.js +++ b/static/lib/composer/uploads.js @@ -262,8 +262,13 @@ define('composer/uploads', [ data: { cid: cid }, error: function (xhr) { + doneUploading = true; p...
fix: show error message in composer when upload fails, instead of showing uploading %<I>
NodeBB_nodebb-plugin-composer-default
train
js
2c50a4952ef8c3ae6ffbac5fe3e5d604efbc5881
diff --git a/packages/editor/src/setup-bolt.js b/packages/editor/src/setup-bolt.js index <HASH>..<HASH> 100644 --- a/packages/editor/src/setup-bolt.js +++ b/packages/editor/src/setup-bolt.js @@ -194,7 +194,7 @@ export function setupBolt(editor) { */ function registerBoltComponent({ name, - extend, + e...
fix(editor): components extend text by default to allow text editability
bolt-design-system_bolt
train
js
6fc20d1a9aa60b35ba1fbd9a2066c58ad7738f3a
diff --git a/src/file.js b/src/file.js index <HASH>..<HASH> 100644 --- a/src/file.js +++ b/src/file.js @@ -1551,6 +1551,10 @@ File.prototype.getSignedPolicy = function(options, callback) { * given is passed to `new Date()`. * @param {object} [config.extensionHeaders] If these headers are used, the * serve...
docs: Add link to upstream extensionHeaders docs. (#<I>)
googleapis_nodejs-storage
train
js
03928e37a2654bc63e03f35e529db22edd6f0261
diff --git a/src/format.js b/src/format.js index <HASH>..<HASH> 100644 --- a/src/format.js +++ b/src/format.js @@ -37,7 +37,9 @@ const getMaxLength = (columnOptions, rows, columnIndex) => { if (row[columnIndex]) { // check cell value is object or scalar const value = (row[columnIndex].value) ? row[co...
fix(widths): Line breaks in cell content are not taken into account when calculating the cell width
tecfu_tty-table
train
js
a870c6aeca3c718a34271f081869301960cf848c
diff --git a/src/ViewableService.php b/src/ViewableService.php index <HASH>..<HASH> 100644 --- a/src/ViewableService.php +++ b/src/ViewableService.php @@ -92,7 +92,7 @@ class ViewableService implements ViewableServiceContract $cachedViewsCount = $this->cache->get($cacheKey); if ($cachedViews...
fix: type cast the cached views count
cyrildewit_eloquent-viewable
train
php
c9a423848bf36b2d0caa0713cc94bbcb3f355122
diff --git a/packages/transformers/html/src/HTMLTransformer.js b/packages/transformers/html/src/HTMLTransformer.js index <HASH>..<HASH> 100644 --- a/packages/transformers/html/src/HTMLTransformer.js +++ b/packages/transformers/html/src/HTMLTransformer.js @@ -41,19 +41,22 @@ export default (new Transformer({ try { ...
fix(transformers): errors.map is not a function (#<I>)
parcel-bundler_parcel
train
js
16da84c550c537f48b4e2d9e45e8fdae81765a10
diff --git a/test/cli.js b/test/cli.js index <HASH>..<HASH> 100644 --- a/test/cli.js +++ b/test/cli.js @@ -31,7 +31,7 @@ describe('command line interface', function () { cli([ '--help' ], 'should output the "help" display', function (child, done) { buffer(child.stdout, function (err, data) { - assert(/^U...
test: fix failing test case on iojs versions
TooTallNate_gnode
train
js
e7f0fbff5f81f58d5de87935541c93c27b57bf58
diff --git a/dramatiq/broker.py b/dramatiq/broker.py index <HASH>..<HASH> 100644 --- a/dramatiq/broker.py +++ b/dramatiq/broker.py @@ -53,7 +53,6 @@ class Broker: self.actor_options = set() self.middleware = [] - self.middleware_hooks = defaultdict(list) middleware = middleware or ...
refactor: drop middleware_hooks from Broker
Bogdanp_dramatiq
train
py
da9b957758b77174a8f7a120c669f6daa169ab2f
diff --git a/scripts/check-pkg-for-release.js b/scripts/check-pkg-for-release.js index <HASH>..<HASH> 100644 --- a/scripts/check-pkg-for-release.js +++ b/scripts/check-pkg-for-release.js @@ -69,6 +69,7 @@ const CSS_EXCLUDES = new Set([ 'base', 'animation', 'auto-init', + 'circular-progress', // TODO(b/1499413...
chore: Exclude WIP circular progress from dependency test (#<I>)
material-components_material-components-web
train
js
7795a11c8f69c2043467d1f901e7d4fb483c096d
diff --git a/actor-sdk/sdk-core/runtime/runtime-shared/src/main/java/im/actor/runtime/actors/Actor.java b/actor-sdk/sdk-core/runtime/runtime-shared/src/main/java/im/actor/runtime/actors/Actor.java index <HASH>..<HASH> 100755 --- a/actor-sdk/sdk-core/runtime/runtime-shared/src/main/java/im/actor/runtime/actors/Actor.jav...
fix(core): unstashAll in right order
actorapp_actor-platform
train
java
ac59fd1407f0921c2921301a3da8ef50bca78271
diff --git a/test/impl-base/src/main/java/org/jboss/arquillian/test/impl/enricher/resource/ArquillianResourceTestEnricher.java b/test/impl-base/src/main/java/org/jboss/arquillian/test/impl/enricher/resource/ArquillianResourceTestEnricher.java index <HASH>..<HASH> 100644 --- a/test/impl-base/src/main/java/org/jboss/arqu...
fix: preserves exception and it's context while throwing it. (#<I>)
arquillian_arquillian-core
train
java
7591861c5841f73c3f05d623303f03a6d0457f18
diff --git a/src/apis/scroll_to.js b/src/apis/scroll_to.js index <HASH>..<HASH> 100644 --- a/src/apis/scroll_to.js +++ b/src/apis/scroll_to.js @@ -30,6 +30,11 @@ SmoothScrollbar.prototype.scrollTo = function(x = this.offset.x, y = this.offset cancelAnimationFrame(__timerID.scrollTo); cb = typeof cb === 'funct...
fix(scrollTo): fix error when duration is set to 0
idiotWu_smooth-scrollbar
train
js,js
ea39ea8f4b29f4222041d878e5d64bd905086a0a
diff --git a/tests/system/Commands/CommandTest.php b/tests/system/Commands/CommandTest.php index <HASH>..<HASH> 100644 --- a/tests/system/Commands/CommandTest.php +++ b/tests/system/Commands/CommandTest.php @@ -27,6 +27,8 @@ final class CommandTest extends CIUnitTestCase protected function setUp(): void { +...
test: fix failure of testRoutesCommand()
codeigniter4_CodeIgniter4
train
php
b98419744013f4b0d6622d410ff6ff8c6196abc4
diff --git a/lib/inspectors/data.js b/lib/inspectors/data.js index <HASH>..<HASH> 100644 --- a/lib/inspectors/data.js +++ b/lib/inspectors/data.js @@ -159,7 +159,9 @@ function emitDataEvents(req, res, proxy) { setResStatus(502); } else { data.reqError = true; - reqData.body = 'aborted'; + i...
refactor: aborted status
avwo_whistle
train
js
6cec14870fced491611fa48b0c0835b9234a8fc5
diff --git a/lib/util/parse-url.js b/lib/util/parse-url.js index <HASH>..<HASH> 100644 --- a/lib/util/parse-url.js +++ b/lib/util/parse-url.js @@ -25,7 +25,7 @@ module.exports = function(url) { auth: null, host: host, port: port, - hostname: hostname, + hostname: hostname.replace(/^\[|\]$/g, ''), ...
refactor: url.parse
avwo_whistle
train
js
f3d8a3a6bc4d4ac43e444a430e125abb2bf0ad89
diff --git a/npmScriptsManager.js b/npmScriptsManager.js index <HASH>..<HASH> 100644 --- a/npmScriptsManager.js +++ b/npmScriptsManager.js @@ -1,6 +1,6 @@ const SCRIPT_TEMPLATES = Object.freeze({ "ns-bundle": "ns-bundle", - "start-[PLATFORM]-bundle": "npm run ns-bundle --[PLATFORM] --start-app", + "start-[P...
fix: bundle scripts should invoke tns run instead of tns start (#<I>) fixes #<I>
NativeScript_nativescript-dev-webpack
train
js
7770f4a22efac43acbc8817f20fcb9460a87df59
diff --git a/src/Commands/HttpServerCommand.php b/src/Commands/HttpServerCommand.php index <HASH>..<HASH> 100644 --- a/src/Commands/HttpServerCommand.php +++ b/src/Commands/HttpServerCommand.php @@ -70,6 +70,7 @@ class HttpServerCommand extends Command $this->checkEnvironment(); $this->loadConfigs(); ...
feat: add hook action for http server allow user to run custom script before starting server up
swooletw_laravel-swoole
train
php
dcd161ca6ad76651660c22ab0ea2b74c0d86cd35
diff --git a/src/events/keyboard.js b/src/events/keyboard.js index <HASH>..<HASH> 100644 --- a/src/events/keyboard.js +++ b/src/events/keyboard.js @@ -80,7 +80,7 @@ let __keyboardHandler = function() { } evt.preventDefault(); - this.__addMovement(x * options.speed, y * options.speed); + ...
fix(keyboard): remove speed multiplication
idiotWu_smooth-scrollbar
train
js
d39c2605aa683cc83128c1e2960e1ff79848ff7f
diff --git a/src/models/data.js b/src/models/data.js index <HASH>..<HASH> 100644 --- a/src/models/data.js +++ b/src/models/data.js @@ -653,6 +653,8 @@ const DataModel = Model.extend({ for (c = 0; c < cLength; c++) _this._collection[dataId].haveNoDataPointsPerKey[columns[c]] = {}; + const { key: groupKey...
fix: read grouping info in _getFrame instead each buildFrame call (#<I>)
vizabi_vizabi
train
js
7dd8e177c57622ad4b924261b80554717c009566
diff --git a/webpack.config.js b/webpack.config.js index <HASH>..<HASH> 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -19,7 +19,7 @@ module.exports = { library: "wise", libraryTarget: "umd" }, - devtool: (DEFAULTS.isDevelopment ? 'cheap-eval-source-map' : 'source-map'), + devto...
ci: turn off webpack performance hints
wise-team_steem-wise-core
train
js
cb576fdccbbf2600011c89a151cb15a3870a258a
diff --git a/src/stream/KeyExchange.js b/src/stream/KeyExchange.js index <HASH>..<HASH> 100644 --- a/src/stream/KeyExchange.js +++ b/src/stream/KeyExchange.js @@ -285,7 +285,7 @@ export function PublisherKeyExhange(client, { groupKeys = {} } = {}) { if (!sub) { return } const cancelTas...
fix(keyexchange): Remove bad call to cancelTask.
streamr-dev_streamr-client-javascript
train
js
ba2e8599c127efdf0d377cbc592106cfd6a19a3b
diff --git a/src/android/CDVNearIT.java b/src/android/CDVNearIT.java index <HASH>..<HASH> 100644 --- a/src/android/CDVNearIT.java +++ b/src/android/CDVNearIT.java @@ -222,12 +222,6 @@ public class CDVNearIT extends CordovaPlugin { fireWindowEvent(event, args, trackingInfo); } - public void fireWindowEvent(CDVEve...
refactor(android): remove unwanted method
nearit_Cordova-SDK
train
java
a907d91fd6007f0de41ea9b773d5be2329c2d470
diff --git a/packages/nitro-gulp/tasks/minify-images.js b/packages/nitro-gulp/tasks/minify-images.js index <HASH>..<HASH> 100644 --- a/packages/nitro-gulp/tasks/minify-images.js +++ b/packages/nitro-gulp/tasks/minify-images.js @@ -18,7 +18,6 @@ module.exports = (gulp, plugins) => { .pipe(plugins.newer(minifyImag...
fix(gulp): remove outdated gif minification
namics_generator-nitro
train
js
6dae1049bdc8b62b9f775eb1269428c19ac845b7
diff --git a/packages/react/src/components/DataTable/DataTable.js b/packages/react/src/components/DataTable/DataTable.js index <HASH>..<HASH> 100644 --- a/packages/react/src/components/DataTable/DataTable.js +++ b/packages/react/src/components/DataTable/DataTable.js @@ -217,17 +217,18 @@ export default class DataTable ...
fix(DataTable): return correct sort direction on sort header click (#<I>)
carbon-design-system_carbon-components
train
js
12d5208a447a44f11725d4082d768437661e3712
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -1,5 +1,7 @@ 'use strict'; +function nop() {} + var util = require('gulp-util'), PluginError = require('gulp-util').PluginError, Duplex = require('readable-stream').Duplex, @@ -33,13 +35,7 @@ module.exports = fun...
refactor(index): simplify cb assignment
floatdrop_gulp-watch
train
js
25c4d1d2a465fafc6440dac53e0f95efd171ce04
diff --git a/source/otherwise.js b/source/otherwise.js index <HASH>..<HASH> 100644 --- a/source/otherwise.js +++ b/source/otherwise.js @@ -23,10 +23,11 @@ import _assertPromise from './internal/_assertPromise'; * * //recoverFromFailure :: String -> Promise ({firstName, lastName}) * var recoverFromFailur...
fix: recoverFromFailure throw error
ramda_ramda
train
js
dd184c24bbd52461084b24a6432afc59ddcdaf68
diff --git a/cycle-scripts-es-browserify/scripts/test.js b/cycle-scripts-es-browserify/scripts/test.js index <HASH>..<HASH> 100644 --- a/cycle-scripts-es-browserify/scripts/test.js +++ b/cycle-scripts-es-browserify/scripts/test.js @@ -11,7 +11,7 @@ var args = [ '--require', 'babel-register', !process.env.CI &&...
fix(cycle-scripts-es-browserify): avoid running tests inside node_modules and other directories
cyclejs-community_create-cycle-app
train
js
59137ab7d961adcd9ae2bd875a2ff1b157e08065
diff --git a/webapps/pages/jobRetries.js b/webapps/pages/jobRetries.js index <HASH>..<HASH> 100644 --- a/webapps/pages/jobRetries.js +++ b/webapps/pages/jobRetries.js @@ -51,7 +51,7 @@ ngDefine('cockpit.pages', function(module, $) { var count = jobPages.size; var firstResult = (page - 1) * count; - ...
chore(jobs): Shows jobs with retry equals 0
camunda_camunda-bpm-platform
train
js
d937fc1e11e17b27317baf1301a71fcf3443577d
diff --git a/src/config/set.js b/src/config/set.js index <HASH>..<HASH> 100644 --- a/src/config/set.js +++ b/src/config/set.js @@ -74,7 +74,7 @@ module.exports = (createCommon, options) => { it('should set a boolean', async () => { const value = true - const key = 'Datastore.Path' + const key = ...
fix: test setting boolean configs keys on boolean fields
ipfs_interface-js-ipfs-core
train
js
150058bf983476e14ce919b5dcedf53723594aec
diff --git a/.eslintrc.js b/.eslintrc.js index <HASH>..<HASH> 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -31,7 +31,10 @@ module.exports = { }, overrides: [ { - files: ['examples/**/*.js'], + files: [ + 'examples/**/*.js', + 'packages/create-bottender-app/template/**/*.js', + ...
fix: use require in js test file
Yoctol_bottender
train
js,js
59ee192d7989d58db9bdc5b0b047584df20a1935
diff --git a/src/Service/Exception.php b/src/Service/Exception.php index <HASH>..<HASH> 100644 --- a/src/Service/Exception.php +++ b/src/Service/Exception.php @@ -33,8 +33,8 @@ class Exception extends GoogleException * @param string $message * @param int $code * @param Exception|null $previous - *...
chore(docs): add null type to Service\Exception errors (#<I>)
googleapis_google-api-php-client
train
php
aaa7d47682e1ce86a8cdc3bb9064e656a45bc5e7
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index <HASH>..<HASH> 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -41,7 +41,7 @@ require "multi_json" MultiJson.use :json_gem # Allow Faraday to support test stubs -Faraday::Adapter.load_middleware :test +Faraday::Adapter.lookup_middleware :tes...
chore: use public method lookup_middleware (#<I>)
googleapis_google-auth-library-ruby
train
rb
9b99637b6e40b403a82feb4e92e8c6af2dc83193
diff --git a/src/manager.js b/src/manager.js index <HASH>..<HASH> 100644 --- a/src/manager.js +++ b/src/manager.js @@ -30,7 +30,7 @@ function Manager (options) { }); }); }, 100); - }; + }); return self.collections; };
fix(manager): add missing closing bracket
yoannmoinet_nipplejs
train
js
3c482d323aa3f5f079ebf438f260c0bc8dbf98de
diff --git a/app/templates/entry/bex/background/background.js b/app/templates/entry/bex/background/background.js index <HASH>..<HASH> 100644 --- a/app/templates/entry/bex/background/background.js +++ b/app/templates/entry/bex/background/background.js @@ -87,10 +87,7 @@ chrome.runtime.onConnect.addListener(port => { ...
fix(bex): Revert previous fix for hook attachment. It was a red herring and the fix actually breaks comms with DOM.
quasarframework_quasar
train
js
cadf1ae9bc05c809649e2fffd7a65d6da6a491a1
diff --git a/gulpfile.babel.js b/gulpfile.babel.js index <HASH>..<HASH> 100755 --- a/gulpfile.babel.js +++ b/gulpfile.babel.js @@ -115,7 +115,7 @@ gulp.task('core', function() { // see webpack 1 upgrade guide options: { - presets: ["latest", "stage-3"], + pr...
fix(gulpfile): Replace `latest` with `env`.
OnsenUI_OnsenUI
train
js
fa1763d470e89b5d03eb2a7fd4e620752e5209f5
diff --git a/test/units/xxxYyyBin.test.js b/test/units/xxxYyyBin.test.js index <HASH>..<HASH> 100644 --- a/test/units/xxxYyyBin.test.js +++ b/test/units/xxxYyyBin.test.js @@ -8,8 +8,7 @@ module.exports = function() { util.request({ url: 'http://prependbin.bodybin.appendbin.test.whistlejs.com/?doNotParseJson', m...
test: xxxYyyBin
avwo_whistle
train
js
eb75a51bd5e36f6dd70aabb0bcba21afe7770501
diff --git a/gulpfile.js b/gulpfile.js index <HASH>..<HASH> 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -73,9 +73,9 @@ gulp.task('build', ['clean'], function(event) { 'src/scripts/directives/**/*.js' ]) .pipe(concat('famous-angular.js')) + .pipe(header(banner, { pkg : pkg } )) .pipe(jshint('.jshintrc')...
chore: make jshint line numbers correct
Famous_famous-angular
train
js
dc756f443150bb96a2ef3aa67692b888e6f629fd
diff --git a/src/injection.js b/src/injection.js index <HASH>..<HASH> 100644 --- a/src/injection.js +++ b/src/injection.js @@ -8,13 +8,11 @@ export function autoinject(potentialTarget?: any): any { let deco = function(target) { if (!target.hasOwnProperty('inject')) { target.inject = (metadata.getOwn(meta...
fix(dependency-injection): adjust based on review Fixes #<I>
aurelia_dependency-injection
train
js
f03cf239712d59cf97773cad665293a68d49162a
diff --git a/events/events.py b/events/events.py index <HASH>..<HASH> 100644 --- a/events/events.py +++ b/events/events.py @@ -76,6 +76,10 @@ field in the '%s' event.""" % (c, metadata['title'])) return timedelta(**tdargs) +def basic_isoformat(datetime_value): + return datetime_value.strftime("%Y%m%dT%H%M%S...
fix: use ISO format date strings without - and : separators in ical file as specified in <URL>
getpelican_pelican-plugins
train
py
dbb0c1b23f8cf2c46f28e32ffce809c7dcb222dd
diff --git a/src/Watcher.js b/src/Watcher.js index <HASH>..<HASH> 100644 --- a/src/Watcher.js +++ b/src/Watcher.js @@ -69,7 +69,8 @@ export default class Watcher { this.setScrollPos(orgScrollPos); const scrollPos = this.getScrollPos(); - if ((IS_IOS && (orgScrollPos === 0 || prevPos === null)) || prevPos === s...
fix(Watcher): if prevPos is null, occur append event
naver_egjs-infinitegrid
train
js
2a9bb5ed3d8276eedd3fb6fd369bd33332d29a00
diff --git a/src/Cli/Command/ClearCacheCommand.php b/src/Cli/Command/ClearCacheCommand.php index <HASH>..<HASH> 100644 --- a/src/Cli/Command/ClearCacheCommand.php +++ b/src/Cli/Command/ClearCacheCommand.php @@ -5,6 +5,7 @@ use Phwoolcon\Cache; use Phwoolcon\Cli\Command; use Phwoolcon\Config; use Phwoolcon\Db; +use P...
feat: fire event cache:after_clear
phwoolcon_phwoolcon
train
php
c6b218e5df44e04eba640230459df9566dfeae5a
diff --git a/cmd/xl-zones.go b/cmd/xl-zones.go index <HASH>..<HASH> 100644 --- a/cmd/xl-zones.go +++ b/cmd/xl-zones.go @@ -1372,15 +1372,7 @@ func (z *xlZones) GetMetrics(ctx context.Context) (*Metrics, error) { return &Metrics{}, NotImplemented{} } -// IsReady - Returns True if all the zones have enough quorum to...
fix: readiness should return <I> OK with first zone online (#<I>)
minio_minio
train
go
2acba19b76645ba699f0c9c61235bb49954b5ad2
diff --git a/import_export/formats/base_formats.py b/import_export/formats/base_formats.py index <HASH>..<HASH> 100644 --- a/import_export/formats/base_formats.py +++ b/import_export/formats/base_formats.py @@ -129,7 +129,10 @@ class TablibFormat(Format): class TextFormat(TablibFormat): def get_read_mode(self):...
fix: warning U mode is deprecated in python 3 (#<I>)
django-import-export_django-import-export
train
py
c50671d741720c1bb5ce0853bca3ba137a77c0a5
diff --git a/src/Api.php b/src/Api.php index <HASH>..<HASH> 100644 --- a/src/Api.php +++ b/src/Api.php @@ -555,9 +555,11 @@ class Api /** * @return mixed + * @deprecated */ public function getSprintRoutes() { + user_error('getSprintRoutes is deprecated and does not return any da...
fix(Api): Deprecate getSprintRoutes it is not in DOC anymore and does not return any data
Salamek_PplMyApi
train
php,php
d191fbf2071c10882f34d7aca8051b6ef5859fa3
diff --git a/docs/styleguide.config.js b/docs/styleguide.config.js index <HASH>..<HASH> 100644 --- a/docs/styleguide.config.js +++ b/docs/styleguide.config.js @@ -92,8 +92,8 @@ module.exports = { path.join(__dirname, './style.styl'), path.join(__dirname, './styleguide.setup') ], - showCode: true, - showU...
perf: do not show usage and code as it slows down the page considerably
cozy_cozy-ui
train
js
9436684214be96aeedc276e859ee70e57d8e560e
diff --git a/teslajsonpy/controller.py b/teslajsonpy/controller.py index <HASH>..<HASH> 100644 --- a/teslajsonpy/controller.py +++ b/teslajsonpy/controller.py @@ -546,11 +546,11 @@ class Controller: self.__components.append(TrunkLock(car, self)) self.__components.append(FrunkLock(car, self)) ...
fix: catch keyerror for missing seatwarmers #<I>
zabuldon_teslajsonpy
train
py
e52f718a3dd9664d311f7460b625ed6210986d59
diff --git a/src/ae/oracle.js b/src/ae/oracle.js index <HASH>..<HASH> 100644 --- a/src/ae/oracle.js +++ b/src/ae/oracle.js @@ -123,7 +123,7 @@ export async function pollForQueryResponse (oracleId, queryId, { attempts = 20, const { response } = await this.api.getOracleQueryByPubkeyAndQueryId(oracleId, queryId) ...
refactor: return decoded oracle query response as string
aeternity_aepp-sdk-js
train
js,js
85edf7604e5167f551291d83bfea4f6b48890f2e
diff --git a/webpack.config.js b/webpack.config.js index <HASH>..<HASH> 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -6,16 +6,21 @@ const test = process.env.BUILD_TEST === 'true' const production = dist || docs || test +const entry = {} +if (dist) { + entry['dist/editable'] = './src/core.js' +} + +if...
chore(webpack): Do not build the docs or dist when running tests
livingdocsIO_editable.js
train
js
b8baf4f6f181f29e6b0ec1772e879a176c215989
diff --git a/src/Leevel/Console/Make.php b/src/Leevel/Console/Make.php index <HASH>..<HASH> 100644 --- a/src/Leevel/Console/Make.php +++ b/src/Leevel/Console/Make.php @@ -169,13 +169,12 @@ abstract class Make extends Command { $templateSource = $this->getTemplatePath(); if (!is_file($templateSour...
fix(console): fix for phpstan level 7
hunzhiwange_framework
train
php
e1409804c74960fa8a1a9d816657c58439ec5ac0
diff --git a/lib/endpoint/overrides/routes.js b/lib/endpoint/overrides/routes.js index <HASH>..<HASH> 100644 --- a/lib/endpoint/overrides/routes.js +++ b/lib/endpoint/overrides/routes.js @@ -1,4 +1,6 @@ module.exports = { 'PATCH /repos/:owner/:repo/labels/:name': 'PATCH /repos/:owner/:repo/labels/:oldname', - 'GET...
fix: routes overrides for "Upload release asset" and "List user Installations
octokit_routes
train
js
70f597e4824cc2699151f29a2ca69bc3a55283e7
diff --git a/lib/commons/text/visible.js b/lib/commons/text/visible.js index <HASH>..<HASH> 100644 --- a/lib/commons/text/visible.js +++ b/lib/commons/text/visible.js @@ -17,7 +17,7 @@ text.visible = function (element, screenReader, noRecursing) { for (index = 0; index < length; index++) { child = childNodes[index...
chore: add a comment about text nodes in .visible
dequelabs_axe-core
train
js
148c4cf8fcb0e655661b67611f12ecb85333358c
diff --git a/src/SwipeableTabBarNode.js b/src/SwipeableTabBarNode.js index <HASH>..<HASH> 100755 --- a/src/SwipeableTabBarNode.js +++ b/src/SwipeableTabBarNode.js @@ -32,7 +32,10 @@ export default class SwipeableTabBarNode extends React.Component { componentDidUpdate(prevProps) { this.setCache(); - if (thi...
fix(SwipeableTabBarNode): need more condition to call setSwipePositionByKey in cDU
react-component_tabs
train
js
b599018e7a15f5001c98d616cf6fef862397a2e8
diff --git a/invenio_rest/views.py b/invenio_rest/views.py index <HASH>..<HASH> 100644 --- a/invenio_rest/views.py +++ b/invenio_rest/views.py @@ -66,18 +66,12 @@ class ContentNegotiatedMethodView(MethodView): def __init__(self, serializers=None, method_serializers=None, default_media_type=None, ...
docs: ContentNegotiatedMethodView improvements
inveniosoftware_invenio-rest
train
py
e66ea630d06fcd2cd73c84333968c9b9d49e7287
diff --git a/quasar/src/components/pull-to-refresh/QPullToRefresh.js b/quasar/src/components/pull-to-refresh/QPullToRefresh.js index <HASH>..<HASH> 100644 --- a/quasar/src/components/pull-to-refresh/QPullToRefresh.js +++ b/quasar/src/components/pull-to-refresh/QPullToRefresh.js @@ -110,7 +110,7 @@ export default Vue.ex...
feat(QPullToRefresh): limit pull distance (#<I>) * add max pull distance to QPullToRefresh * Update QPullToRefresh.js
quasarframework_quasar
train
js
43ad122bbed56b9ece79e48ff2d08d30a6503554
diff --git a/src/SortableContainer/index.js b/src/SortableContainer/index.js index <HASH>..<HASH> 100644 --- a/src/SortableContainer/index.js +++ b/src/SortableContainer/index.js @@ -271,16 +271,21 @@ export default function sortableContainer( top: window.pageYOffset, }; - const fields = no...
fix: copy canvas content into cloned node
clauderic_react-sortable-hoc
train
js
60ddda187f5649abd511980f063773dba7d2dc59
diff --git a/dsl/client.go b/dsl/client.go index <HASH>..<HASH> 100644 --- a/dsl/client.go +++ b/dsl/client.go @@ -200,8 +200,8 @@ func (p *PactClient) VerifyProvider(request types.VerifyRequest) ([]types.Provid // Each pact is verified by line, and the results (as JSON) sent to stdout. // See https://github.com/pa...
fix: fixed linter errors in dsl/client
pact-foundation_pact-go
train
go
f3720f0229ec0ba719e0d63f161612407d16f694
diff --git a/src/IO/Girder/HpcCloudEndpoints/taskflows.js b/src/IO/Girder/HpcCloudEndpoints/taskflows.js index <HASH>..<HASH> 100644 --- a/src/IO/Girder/HpcCloudEndpoints/taskflows.js +++ b/src/IO/Girder/HpcCloudEndpoints/taskflows.js @@ -29,9 +29,9 @@ export default function ({ client, filterQuery, mustContain, busy }...
fix(IO): put -> get
Kitware_paraviewweb
train
js
03c1f769d711f90d6d2ea656a7a9701512a86755
diff --git a/core/node/groups.go b/core/node/groups.go index <HASH>..<HASH> 100644 --- a/core/node/groups.go +++ b/core/node/groups.go @@ -75,7 +75,6 @@ func LibP2P(bcfg *BuildCfg, cfg *config.Config) fx.Option { pubsubOptions = append( pubsubOptions, pubsub.WithMessageSigning(!cfg.Pubsub.DisableSigning), - ...
fix: remove strict signature verification option Signature verification is now always strict.
ipfs_go-ipfs
train
go
530be08175e76cd6db8b413bc7e218e11d72dcb2
diff --git a/src/components/layout/QLayoutDrawer.js b/src/components/layout/QLayoutDrawer.js index <HASH>..<HASH> 100644 --- a/src/components/layout/QLayoutDrawer.js +++ b/src/components/layout/QLayoutDrawer.js @@ -226,7 +226,7 @@ export default { staticClass: `q-layout-drawer-opener fixed-${this.side}`, ...
fix: QLayoutDrawer -- touchpan bindings
quasarframework_quasar
train
js
af0863473e5552d07454c95231802cbaaa03fee7
diff --git a/templates/directiveComplex/name.directive.js b/templates/directiveComplex/name.directive.js index <HASH>..<HASH> 100644 --- a/templates/directiveComplex/name.directive.js +++ b/templates/directiveComplex/name.directive.js @@ -4,7 +4,7 @@ const angular = require('angular'); export default angular.module('<...
fix(directive): fix template definition for webpack
DaftMonk_generator-ng-component
train
js
0860155651c591d59942217a7a001f533d07db11
diff --git a/lib/util/constants.js b/lib/util/constants.js index <HASH>..<HASH> 100644 --- a/lib/util/constants.js +++ b/lib/util/constants.js @@ -1,5 +1,6 @@ export const AUTH0_AUDIENCE = 'https://otp-middleware' -export const AUTH0_SCOPE = '' +// This should match the value expected in otp-middleware OtpUser#AUTH0_S...
fix(constants): update auth0 scope for ibi-group/otp-middleware#<I>
opentripplanner_otp-react-redux
train
js
12ab2481b1ebbfbc8cbf68c4ad8dcbaabd44d852
diff --git a/src/index.js b/src/index.js index <HASH>..<HASH> 100644 --- a/src/index.js +++ b/src/index.js @@ -90,7 +90,7 @@ export class WebpackLoader extends Loader { } else { resolve(result); } - }); + }, 'app'); } } catch (e) { reje...
feat(index): use a named chunk
aurelia_loader-webpack
train
js
2ce9864b41a31104d23394cfee08a8336d0a772b
diff --git a/packages/reactstrap-validation-select/AvSelect.js b/packages/reactstrap-validation-select/AvSelect.js index <HASH>..<HASH> 100644 --- a/packages/reactstrap-validation-select/AvSelect.js +++ b/packages/reactstrap-validation-select/AvSelect.js @@ -303,7 +303,7 @@ class AvSelect extends AvBaseInput { ...
refactor(reactstrap-validation-select): only spread provided props if we are merging with other attributes
Availity_availity-react
train
js
3e16b9440750caf8afd15f7cff5ab6493bfa9d50
diff --git a/evolv.js b/evolv.js index <HASH>..<HASH> 100644 --- a/evolv.js +++ b/evolv.js @@ -24,6 +24,11 @@ module.exports = function(options, actualVersion, callback) { versionA = versionA.split('.'); versionB = versionB.split('.'); + for (var i = 0; i < 3; i++) { + versionA[i] = versionA[i] ? pa...
fix(evolv): sort versions execution
XavierBoubert_evolv
train
js
d10dc61e6b218278d3412a88f28544241650eaee
diff --git a/src/Blog/Block/Adminhtml/Category/Edit.php b/src/Blog/Block/Adminhtml/Category/Edit.php index <HASH>..<HASH> 100644 --- a/src/Blog/Block/Adminhtml/Category/Edit.php +++ b/src/Blog/Block/Adminhtml/Category/Edit.php @@ -35,7 +35,7 @@ class Edit extends Container 'data_attribute' => [...
fix: BLG2-7 #done
mirasvit_module-blog
train
php