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
4066ac5151d03c093a62c012ed54065a4ede2ab0
diff --git a/m9dicts/api.py b/m9dicts/api.py index <HASH>..<HASH> 100644 --- a/m9dicts/api.py +++ b/m9dicts/api.py @@ -239,7 +239,7 @@ def convert_to(obj, ordered=False, to_namedtuple=False, **opts): if to_namedtuple: return _convert_to_namedtuple(obj, **opts) else: - return cl...
fix: typo, s/options/opts/ in m9dicts.api.convert_to
ssato_python-anyconfig
train
py
c5e1baa1919761d1fae6ae65f198321243b854a4
diff --git a/packages/cli/bin/utils/progression.js b/packages/cli/bin/utils/progression.js index <HASH>..<HASH> 100644 --- a/packages/cli/bin/utils/progression.js +++ b/packages/cli/bin/utils/progression.js @@ -102,7 +102,7 @@ const getProgression = (config, recipeId) => { progress[step.id] = new ProgressBar...
feat(progression): update progression with [STAT] prefix affects: @zetapush/cli
zetapush_zetapush
train
js
bba7a42f94b540e0a4faee25b085f054ecb3ad39
diff --git a/go/vt/vttablet/tabletmanager/replmanager_test.go b/go/vt/vttablet/tabletmanager/replmanager_test.go index <HASH>..<HASH> 100644 --- a/go/vt/vttablet/tabletmanager/replmanager_test.go +++ b/go/vt/vttablet/tabletmanager/replmanager_test.go @@ -101,4 +101,11 @@ func TestReplManagerReset(t *testing.T) { // r...
test: added a test to check reset is a no-op when disableActiveReparents has been set
vitessio_vitess
train
go
af99172ae0c07fee3a5fde8f623cb53014a2c1d8
diff --git a/src/gitWorkflow.js b/src/gitWorkflow.js index <HASH>..<HASH> 100644 --- a/src/gitWorkflow.js +++ b/src/gitWorkflow.js @@ -51,7 +51,8 @@ async function getDiffForTrees(tree1, tree2, options) { } async function hasPartiallyStagedFiles(options) { - const files = await gStatus(options) + const cwd = opti...
fix(git): Use resolveGitDir in hasPartiallyStagedFiles (#<I>) Fixes #<I>
okonet_lint-staged
train
js
0e2d46c2856c966d040f7e3f6eadb276db9b9651
diff --git a/addons/info/src/components/Story.js b/addons/info/src/components/Story.js index <HASH>..<HASH> 100644 --- a/addons/info/src/components/Story.js +++ b/addons/info/src/components/Story.js @@ -38,7 +38,7 @@ const stylesheetBase = { background: 'white', top: 0, left: 0, - height: '110vh', + ...
fix(addons-info): change stylesheetBase info from <I>vh to <I>vh
storybooks_storybook
train
js
bd97394dc9309927ba4c38edd40a95edf7f07fb5
diff --git a/src/contrib/langcheck.php b/src/contrib/langcheck.php index <HASH>..<HASH> 100644 --- a/src/contrib/langcheck.php +++ b/src/contrib/langcheck.php @@ -315,7 +315,7 @@ if(!$error_abort) { if(!is_integer($kw_key)) { report_error(TYPE_WARNING, "Language file contai...
fix: Fixed a bug where an undefined variable was accessed in langcheck.php
GeSHi_geshi-1.0
train
php
abaa5aed650cc3cab61a5aceff0ec8322ac22b5a
diff --git a/src/client/react.js b/src/client/react.js index <HASH>..<HASH> 100644 --- a/src/client/react.js +++ b/src/client/react.js @@ -342,6 +342,7 @@ function BroadcastChannel(name = "nextauth.message") { }, /** Notify other tabs/windows. */ post(message) { + if (typeof window === "undefined") ...
fix(react): don't use localStorage on server side (#<I>)
iaincollins_next-auth
train
js
c43515cd14c55d04bb3631944ec1b8cf940caab0
diff --git a/e2e/clientstate/clientstate.go b/e2e/clientstate/clientstate.go index <HASH>..<HASH> 100644 --- a/e2e/clientstate/clientstate.go +++ b/e2e/clientstate/clientstate.go @@ -77,6 +77,10 @@ func getPID(client *api.Client, alloc *api.Allocation, path string) (int, error) // TestClientState_Kill force kills Noma...
test: skip slow state test without flag
hashicorp_nomad
train
go
7e3e0d35197f5c47ad5c07b760750d59dd9ccd73
diff --git a/gulp-tasks/styles.js b/gulp-tasks/styles.js index <HASH>..<HASH> 100644 --- a/gulp-tasks/styles.js +++ b/gulp-tasks/styles.js @@ -14,10 +14,7 @@ ]; const source = gulp - .src([ - `${config.patternsPath}/**/*.scss`, - `${config.templatesPath}/scss/**/*.scss`, - ...
fix(Animation): Stop minifying keyframe names.
Pier1_rocketbelt
train
js
48c7c5c7971c34adfca6824254daef69c0043072
diff --git a/src/electronApi.js b/src/electronApi.js index <HASH>..<HASH> 100644 --- a/src/electronApi.js +++ b/src/electronApi.js @@ -119,9 +119,14 @@ function isIpcChannelListened(channel) { function loadRemoteModule(moduleName) { if (process.type === 'browser') { getApp().on('web-contents-created', function...
fix: #<I> DeprecationWarning with Electron <I>
megahertz_electron-log
train
js
818a491c526848d24ae5cbda98b7e90617c52110
diff --git a/scripts/release.js b/scripts/release.js index <HASH>..<HASH> 100755 --- a/scripts/release.js +++ b/scripts/release.js @@ -13,6 +13,8 @@ const packages = [ 'babel-plugin-lingui-transform-js', 'babel-plugin-lingui-transform-react', 'babel-plugin-lingui-extract-messages', + 'babel-preset-lingui-js',...
chore: Add new packages to release script
lingui_js-lingui
train
js
918b90567cd7c64b413e875a564662e8b64f089f
diff --git a/src/geshi.php b/src/geshi.php index <HASH>..<HASH> 100644 --- a/src/geshi.php +++ b/src/geshi.php @@ -235,7 +235,7 @@ class GeSHi { 'REGEXPS' => array(), 'ESCAPE_CHAR' => true, 'BRACKETS' => true, - 'SYMBOLS' => true, + 'SYMBOLS' => false, 'S...
fix: Disabled symbol highlighting by default for performance reasons
GeSHi_geshi-1.0
train
php
531d129c4636253a7d8199fea72927ba450b0b9d
diff --git a/wireprotocol/3_2_support.js b/wireprotocol/3_2_support.js index <HASH>..<HASH> 100644 --- a/wireprotocol/3_2_support.js +++ b/wireprotocol/3_2_support.js @@ -49,7 +49,7 @@ class WireProtocol { const response = result.message; // If we have a timed out query, or a cursor that was killed - ...
chore(wire-protocol): correct typo introduced in previous commit
mongodb_node-mongodb-native
train
js
538b73fd30110e6289f6c920224ccacd5d43c7f3
diff --git a/src/configToOptions.js b/src/configToOptions.js index <HASH>..<HASH> 100644 --- a/src/configToOptions.js +++ b/src/configToOptions.js @@ -62,7 +62,7 @@ function configToOptions(config = {}) { else if (config.title) plugins.push({ removeTitle: false }) if (config.viewBox) plugins.push({ removeView...
fix(ids): do not minify them
smooth-code_svgr
train
js
c4cc002be7739bb98e35cc0bea6b4b5ad909daef
diff --git a/java-speech/samples/snippets/src/test/java/com/example/speech/SpeechModelAdaptationBetaTest.java b/java-speech/samples/snippets/src/test/java/com/example/speech/SpeechModelAdaptationBetaTest.java index <HASH>..<HASH> 100644 --- a/java-speech/samples/snippets/src/test/java/com/example/speech/SpeechModelAdap...
chore: change region (#<I>)
googleapis_google-cloud-java
train
java
8724960ea98d1c1f08e290ce159ea4fd81e718a2
diff --git a/Google/RestApi.php b/Google/RestApi.php index <HASH>..<HASH> 100644 --- a/Google/RestApi.php +++ b/Google/RestApi.php @@ -243,7 +243,7 @@ class RestApi { /** @var Request $request */ switch (strtolower($method)) { case 'get': - $request = $client->get($url, $headers); + $request = $client->...
fix: request now accepts params
keboola_google-client-bundle
train
php
ed9f7cefea49fc0dce4ccdcca43379b2bf20071b
diff --git a/src/EloquentBuilderTrait.php b/src/EloquentBuilderTrait.php index <HASH>..<HASH> 100644 --- a/src/EloquentBuilderTrait.php +++ b/src/EloquentBuilderTrait.php @@ -105,7 +105,7 @@ trait EloquentBuilderTrait { // Destructure Shorthand Filtering Syntax if filter is Shorthand if (! array_...
fix: set variable do not return Fix copy and paste issue
esbenp_bruno
train
php
6c7016c2f13e4fbc1882977ff3b6f0a6e14efca7
diff --git a/lib/index.js b/lib/index.js index <HASH>..<HASH> 100644 --- a/lib/index.js +++ b/lib/index.js @@ -98,10 +98,6 @@ function tunnelProxy(server, proxy) { proxy.emit('request', reqEmitter); } - if (disable.tunnel) { - return reqSocket.destroy(); - } - if ...
refactor: Supports intercept HTTPS by plugin
avwo_whistle
train
js
8eacd06de3f25731b2a0dfbb9db35b88c0595fdd
diff --git a/org/postgresql/jdbc2/AbstractJdbc2Statement.java b/org/postgresql/jdbc2/AbstractJdbc2Statement.java index <HASH>..<HASH> 100644 --- a/org/postgresql/jdbc2/AbstractJdbc2Statement.java +++ b/org/postgresql/jdbc2/AbstractJdbc2Statement.java @@ -168,9 +168,11 @@ public abstract class AbstractJdbc2Statement imp...
perf: skip instantiation of testReturn and functionReturnType for non-callable statements testReturn and functionReturnType are used in Callable functions only, so avoid overhead for prepared statements.
pgjdbc_pgjdbc
train
java
442380fed01af407409e59587889f4aed0816b76
diff --git a/src/components/DataTable/TableRow.js b/src/components/DataTable/TableRow.js index <HASH>..<HASH> 100644 --- a/src/components/DataTable/TableRow.js +++ b/src/components/DataTable/TableRow.js @@ -9,7 +9,7 @@ const TableRow = props => { 'bx--data-table-v2--selected': props.isSelected, }); const cle...
fix: Don't pass isSelected to tr dom node. (#<I>)
carbon-design-system_carbon-components-react
train
js
6de3d77ecf3f66f78d7b53507b6cab7d8aa827b4
diff --git a/src/foremast/utils/templates.py b/src/foremast/utils/templates.py index <HASH>..<HASH> 100644 --- a/src/foremast/utils/templates.py +++ b/src/foremast/utils/templates.py @@ -25,8 +25,8 @@ from ..exceptions import ForemastTemplateNotFound LOG = logging.getLogger(__name__) -HERE = os.path.dirname(os.pat...
refactor: Use pathlib for all template paths
foremast_foremast
train
py
85d783ada00eb7082649237b542a0c6ded72b08b
diff --git a/contrib/aws/gen-json.py b/contrib/aws/gen-json.py index <HASH>..<HASH> 100755 --- a/contrib/aws/gen-json.py +++ b/contrib/aws/gen-json.py @@ -2,7 +2,7 @@ import argparse import json import os -import urllib +import urllib2 import yaml parser = argparse.ArgumentParser() @@ -12,7 +12,7 @@ args = vars(...
fix(contrib): urlopen call hangs The `urllib.urlopen(url)` call consistently hangs while `wget` and `curl` succeed to the same URL for retrieving the AMIs. Tested use of `urllib2` on Ubuntu Trusty (py <I>) and CentOS 7 (py <I>).
deis_deis
train
py
4e79e39e22673024aba615faaf8e85e62ca43ae0
diff --git a/src/client/actions/Action.js b/src/client/actions/Action.js index <HASH>..<HASH> 100644 --- a/src/client/actions/Action.js +++ b/src/client/actions/Action.js @@ -90,7 +90,7 @@ class GenericAction { } getUserFromMember(data) { - if (data.guild_id) { + if (data.guild_id && data.member && data.m...
fix(Action): Sanity-Check if Discord includes all required data (#<I>)
discordjs_discord.js
train
js
b5f69e0b9fa0e611456b16f7a638bdba977606c1
diff --git a/spec-main/index.js b/spec-main/index.js index <HASH>..<HASH> 100644 --- a/spec-main/index.js +++ b/spec-main/index.js @@ -12,6 +12,7 @@ process.on('uncaughtException', (err) => { // Tell ts-node which tsconfig to use process.env.TS_NODE_PROJECT = path.resolve(__dirname, '../tsconfig.spec.json') +proces...
test: disable security warnings in main runner (#<I>)
electron_electron
train
js
0fa7bbb631ebdd7ac6a734ae88b7d5e18b18e067
diff --git a/intranet/apps/auth/backends.py b/intranet/apps/auth/backends.py index <HASH>..<HASH> 100644 --- a/intranet/apps/auth/backends.py +++ b/intranet/apps/auth/backends.py @@ -115,7 +115,7 @@ class KerberosAuthenticationBackend: logger.debug("Kerberos authorized %s@%s - %r", username, realm, authent...
fix(auth): fix typo in login debugging code
tjcsl_ion
train
py
fbed8dd05966e574a8ddfea0959b0bd9bd8e101f
diff --git a/src/render/Renderer.js b/src/render/Renderer.js index <HASH>..<HASH> 100644 --- a/src/render/Renderer.js +++ b/src/render/Renderer.js @@ -110,7 +110,7 @@ export default class Renderer { } renderElementProps(props: any = null): JSAST { - return parseJSON(props); + return parseJSON(props, this....
fix(render): use types from Renderer to render props
andreypopp_reactdown
train
js
978f89e2517de591faef42812d02416983a403f1
diff --git a/src/icon-sprite-loader.js b/src/icon-sprite-loader.js index <HASH>..<HASH> 100644 --- a/src/icon-sprite-loader.js +++ b/src/icon-sprite-loader.js @@ -13,7 +13,7 @@ const { localStorage, ICON_SPRITE_ID } = window * ⚠️ Note that this process assumes fetch is available, so be sure to polyfill it * with wh...
refactor: ran Prettier
crystal-ball_svg-symbol-sprite-loader
train
js
e6fe9c7fcc8c8f17188b6d1a69161409631ede8c
diff --git a/test/test-open-dont-close.js b/test/test-open-dont-close.js index <HASH>..<HASH> 100644 --- a/test/test-open-dont-close.js +++ b/test/test-open-dont-close.js @@ -1,8 +1,12 @@ var common = require("./common") - , odbc = require("../odbc.js") + , odbc = require("../") , db = new odbc.Database(); db.ope...
test: modify don't close require path and log err
ratanakvlun_node-odbc
train
js
7a6c234c265d70c0047d0632fdd55af2438f22d1
diff --git a/packages/node_modules/@webex/internal-plugin-ediscovery/src/index.js b/packages/node_modules/@webex/internal-plugin-ediscovery/src/index.js index <HASH>..<HASH> 100644 --- a/packages/node_modules/@webex/internal-plugin-ediscovery/src/index.js +++ b/packages/node_modules/@webex/internal-plugin-ediscovery/sr...
chore(ediscovery): log when space summary not found
webex_spark-js-sdk
train
js
f45ccd28667d57dc38d7307e0749bf5218f934bc
diff --git a/packages/razzle/config/createConfigAsync.js b/packages/razzle/config/createConfigAsync.js index <HASH>..<HASH> 100644 --- a/packages/razzle/config/createConfigAsync.js +++ b/packages/razzle/config/createConfigAsync.js @@ -900,16 +900,14 @@ module.exports = ( }), new webpack.HashedModu...
fix(razzle): use correct options for older plugin
jaredpalmer_razzle
train
js
d2a4e16fa1b51bfd2d5c90a8c89ac4d7bf7d551d
diff --git a/lib/get-message.js b/lib/get-message.js index <HASH>..<HASH> 100644 --- a/lib/get-message.js +++ b/lib/get-message.js @@ -11,12 +11,7 @@ function replaceMessageVariables (message, variables) { } module.exports = function (commitMessages, messageKey, values) { - // If no custom messages are defined in ...
refactor(get-message): remove workaround initial problem was fixed in get-config
greenkeeperio_greenkeeper
train
js
26a8cf33d92486969ab728db5e4dd1ffcc6b8dde
diff --git a/test/browser/test.js b/test/browser/test.js index <HASH>..<HASH> 100755 --- a/test/browser/test.js +++ b/test/browser/test.js @@ -135,14 +135,14 @@ function startTest() { sauceClient.eval('window.results', function (err, results) { + console.log('=> ', results); + if (err) { ...
fix(sauce): output results
delta-db_deltadb-common-utils
train
js
a3b3eada8f82d1cd16d9af794d71547a7eaeb426
diff --git a/internal/scaffold/main.go b/internal/scaffold/main.go index <HASH>..<HASH> 100644 --- a/internal/scaffold/main.go +++ b/internal/scaffold/main.go @@ -65,6 +65,11 @@ func CreateScaffold(projectName string) error { return err } + // create go mod + if err := execCommand(exec.Command("go", "mod", "init...
fix: build hashicorp plugin failed when creating scaffold
HttpRunner_HttpRunner
train
go
6ecaf1e620e86a1589bc5554523e7eb6c3df3d3b
diff --git a/styleguide/config.js b/styleguide/config.js index <HASH>..<HASH> 100644 --- a/styleguide/config.js +++ b/styleguide/config.js @@ -84,8 +84,8 @@ module.exports = { '../src/components/CardGrid/CardGrid.tsx', '../src/components/CardScroll/CardScroll.tsx', '../src/components/Gr...
docs: moved SimpleCell higher than Cell
VKCOM_VKUI
train
js
02e89a73c57af1e59429ab320c2a13395abc0520
diff --git a/src/address-edit/index.js b/src/address-edit/index.js index <HASH>..<HASH> 100644 --- a/src/address-edit/index.js +++ b/src/address-edit/index.js @@ -398,16 +398,11 @@ export default createComponent({ )} </div> <Popup - show={this.showAreaPopup} + vModel={[thi...
fix(AddressEdit): failed to close area popup
youzan_vant
train
js
44c90acc85312a29b610e7bdc034fc13bd4cb69f
diff --git a/algoliasearch/index.py b/algoliasearch/index.py index <HASH>..<HASH> 100644 --- a/algoliasearch/index.py +++ b/algoliasearch/index.py @@ -149,14 +149,17 @@ class Index(object): Get several objects from this index. @param object_ids the array of unique identifier of objects to retrieve -...
fix: Accept only list for attr_to_retrieve (closes #<I>)
algolia_algoliasearch-client-python
train
py
0b550c5801757878c641467be2722ef7cb83746b
diff --git a/src/components/VSelect/VSelectList.js b/src/components/VSelect/VSelectList.js index <HASH>..<HASH> 100644 --- a/src/components/VSelect/VSelectList.js +++ b/src/components/VSelect/VSelectList.js @@ -139,9 +139,7 @@ export default { item, disabled = null, avatar = false, - value = t...
fix(v-select-list): normalize hasItem check this was being done twice in two difference places, normalized functionality fixing initial display bug with objects
vuetifyjs_vuetify
train
js
90c27cf4f9978fd311cb68deb0f11f0387026268
diff --git a/packages/@vue/cli-plugin-eslint/__tests__/eslintGenerator.spec.js b/packages/@vue/cli-plugin-eslint/__tests__/eslintGenerator.spec.js index <HASH>..<HASH> 100644 --- a/packages/@vue/cli-plugin-eslint/__tests__/eslintGenerator.spec.js +++ b/packages/@vue/cli-plugin-eslint/__tests__/eslintGenerator.spec.js @...
test: increase timeout, as appveyor is being very slow recently
vuejs_vue-cli
train
js
67d5cfb48cdee2d24938ffe15ba759aa06534de6
diff --git a/source/rafcon/gui/mygaphas/items/state.py b/source/rafcon/gui/mygaphas/items/state.py index <HASH>..<HASH> 100644 --- a/source/rafcon/gui/mygaphas/items/state.py +++ b/source/rafcon/gui/mygaphas/items/state.py @@ -353,6 +353,8 @@ class StateView(Element): return state_nw_pos, state_se_pos d...
fix(StateView): Disable some constraints in apply_meta_data This should fix the issues with recursive resize in combination with the history.
DLR-RM_RAFCON
train
py
80e777034934b1dc2f71626351b8088628b3319a
diff --git a/src/manager.js b/src/manager.js index <HASH>..<HASH> 100644 --- a/src/manager.js +++ b/src/manager.js @@ -203,6 +203,7 @@ Manager.prototype.processOnMove = function (evt) { identifier: nipple.identifier, position: pos, force: force, + pressure: evt.force || evt.pressure ||...
feat: add support for pressure close #<I>
yoannmoinet_nipplejs
train
js
ffdce5e9ec58e35b5cc7b504f4a74c60667c6784
diff --git a/lib/datasource/pypi.js b/lib/datasource/pypi.js index <HASH>..<HASH> 100644 --- a/lib/datasource/pypi.js +++ b/lib/datasource/pypi.js @@ -19,6 +19,7 @@ const changelogUrls = { django: 'https://github.com/django/django/tree/master/docs/releases', djangorestframework: 'https://www.django-rest-fram...
fix: add flake8 release notes (#<I>)
renovatebot_renovate
train
js
1592e2344b430702a2344f54e16a8de05d26f197
diff --git a/src/SearchClient.php b/src/SearchClient.php index <HASH>..<HASH> 100644 --- a/src/SearchClient.php +++ b/src/SearchClient.php @@ -317,6 +317,28 @@ class SearchClient ); } + /** + * Assign multiple userIds to the given cluster name. + * + * @param array<int, int> $userIds + ...
feat(assignUserIDs): adds assign user ids method of #<I>
algolia_algoliasearch-client-php
train
php
f55429f3ba6d804236b4180a405670cf3c309bab
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ config = { 'author_email': 'tomas@aparicio.me', 'url': 'https://github.com/h2non/filetype.py', 'download_url': 'https://github.com/h2non/filetype.py/tarball/master', - 'version': '0.1.3', + ...
feat(version): bump to <I>
h2non_filetype.py
train
py
73beab37dcca927d199e9995e8efc312bc558870
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 @@ -1,5 +1,6 @@ # frozen_string_literal: true +ENV['APP_ENV'] ||= 'test' ENV['RACK_ENV'] ||= 'test' require 'simplecov' SimpleCov.start
fix: Set APP_ENV to test when testing
EagerELK_ditty
train
rb
7a170b730a8c5b4bb1ad612effeea275310fbacf
diff --git a/samcli/__init__.py b/samcli/__init__.py index <HASH>..<HASH> 100644 --- a/samcli/__init__.py +++ b/samcli/__init__.py @@ -2,4 +2,4 @@ SAM CLI version """ -__version__ = "0.40.0" +__version__ = "0.41.0"
chore: version bump to <I> (#<I>) Why is this change necessary? * For releasing a new version of AWS SAM CLI What side effects does this change have? * None
awslabs_aws-sam-cli
train
py
030cb1ee4d0169471cb350b1044c84356789db6f
diff --git a/scripts/create_release.js b/scripts/create_release.js index <HASH>..<HASH> 100644 --- a/scripts/create_release.js +++ b/scripts/create_release.js @@ -81,7 +81,7 @@ async function main() { console.log("Creating release..."); const changelog = await exec( - `node ${join(__dirname, "generat...
chore: Fix changelog generation for release
TypeStrong_typedoc
train
js
91245259f3931fd8cbee4b75318b80ceb376050d
diff --git a/examples/viewport.js b/examples/viewport.js index <HASH>..<HASH> 100644 --- a/examples/viewport.js +++ b/examples/viewport.js @@ -3,5 +3,5 @@ const Cursor = require('../lib/Cursor'); const cursor = Cursor.create({width: 5}).reset(); -// It will print only 4567 because you have negative X coordinate and...
docs(cursor): Update doc block
kittikjs_cursor
train
js
1bcd1cca381ee9fcbec0020551de81343cf107e4
diff --git a/source/application/tasks/build-commonjs/index.js b/source/application/tasks/build-commonjs/index.js index <HASH>..<HASH> 100644 --- a/source/application/tasks/build-commonjs/index.js +++ b/source/application/tasks/build-commonjs/index.js @@ -58,7 +58,7 @@ async function exportAsCommonjs(application, settin...
feat: make commonjs build path configurable
patternplate-archive_patternplate-server
train
js
c029018d32016f8d1a6a3e52011a440ea88f738a
diff --git a/packages/ui-buttons/src/BaseButton/__tests__/BaseButton.test.js b/packages/ui-buttons/src/BaseButton/__tests__/BaseButton.test.js index <HASH>..<HASH> 100644 --- a/packages/ui-buttons/src/BaseButton/__tests__/BaseButton.test.js +++ b/packages/ui-buttons/src/BaseButton/__tests__/BaseButton.test.js @@ -30,10...
test(ui-buttons): remove warning suppressing from test
instructure_instructure-ui
train
js
4564d0b9e542f39419ee0dbf5ad4606571f684a6
diff --git a/test/test.js b/test/test.js index <HASH>..<HASH> 100644 --- a/test/test.js +++ b/test/test.js @@ -53,6 +53,7 @@ describe('get-document', function () { range.selectNode(document.body); sel.removeAllRanges(); sel.addRange(range); + assert.equal(1, sel.rangeCount); var doc =...
test: add another assert Trying to figure out the failing Opera <I> test
webmodules_get-document
train
js
b7f7026e69e5d9bd965062f33ca0958980dde596
diff --git a/dependencyManager.js b/dependencyManager.js index <HASH>..<HASH> 100644 --- a/dependencyManager.js +++ b/dependencyManager.js @@ -64,6 +64,8 @@ function getRequiredDeps(packageJson) { "copy-webpack-plugin": "~4.0.1", "raw-loader": "~0.5.1", "css-loader": "~0.28.7", + "sass...
feat(deps): add required dependencies for sass files (#<I>)
NativeScript_nativescript-dev-webpack
train
js
ce6a3af9da9f8167d7edbf991f0500b766709a7d
diff --git a/tests/integration/routes/account/get-account-test.js b/tests/integration/routes/account/get-account-test.js index <HASH>..<HASH> 100644 --- a/tests/integration/routes/account/get-account-test.js +++ b/tests/integration/routes/account/get-account-test.js @@ -84,9 +84,9 @@ getServer(function (error, server) ...
test(routes): GET /session/account behavior for admins
hoodiehq_hoodie-account-server
train
js
6be149690203e8928fd7279a568f3b9a826b8042
diff --git a/src/Leevel/Encryption/Safe/html_filter.php b/src/Leevel/Encryption/Safe/html_filter.php index <HASH>..<HASH> 100644 --- a/src/Leevel/Encryption/Safe/html_filter.php +++ b/src/Leevel/Encryption/Safe/html_filter.php @@ -21,7 +21,7 @@ declare(strict_types=1); namespace Leevel\Encryption\Safe; /** - * html...
style(encryption): code poem
hunzhiwange_framework
train
php
310a5357f07bb0de927d1ede4dcdef55d390e7db
diff --git a/src/ServerlessOffline.js b/src/ServerlessOffline.js index <HASH>..<HASH> 100644 --- a/src/ServerlessOffline.js +++ b/src/ServerlessOffline.js @@ -83,6 +83,15 @@ export default class ServerlessOffline { } await Promise.all(eventModules) + + if (this.#options.useChildProcesses) { + log.no...
refactor: move child process deprecation to the end for more visibility
dherault_serverless-offline
train
js
29a08f8a21b6eabfcd5542b06b56c8fba5b67b21
diff --git a/src/Elasticsearch/Aggregation/Aggregation.php b/src/Elasticsearch/Aggregation/Aggregation.php index <HASH>..<HASH> 100644 --- a/src/Elasticsearch/Aggregation/Aggregation.php +++ b/src/Elasticsearch/Aggregation/Aggregation.php @@ -55,6 +55,9 @@ class Aggregation { $out = []; foreach (...
fix: create bucket object on the fly
ems-project_EMSCommonBundle
train
php
dc27b6a5b633f892477f59f0a8de81aa15135162
diff --git a/packages/ui-core/src/components/Avatar/theme.js b/packages/ui-core/src/components/Avatar/theme.js index <HASH>..<HASH> 100644 --- a/packages/ui-core/src/components/Avatar/theme.js +++ b/packages/ui-core/src/components/Avatar/theme.js @@ -11,3 +11,9 @@ export default function generator ({ colors, borders, t...
fix(Avatar): include canvas theme generator Fixes N/A Test plan: Confirm that Avatar component now takes on canvas brand color (when active) for text Change-Id: I8d3c<I>af<I>f<I>e<I>aeee<I>e<I>eb<I>f9b<I> Reviewed-on: <URL>
instructure_instructure-ui
train
js
338044c77ee3f022040a6515e738f220b0f8fb16
diff --git a/python/neuroglancer/tool/save_meshes.py b/python/neuroglancer/tool/save_meshes.py index <HASH>..<HASH> 100755 --- a/python/neuroglancer/tool/save_meshes.py +++ b/python/neuroglancer/tool/save_meshes.py @@ -47,7 +47,7 @@ def save_meshes(state, output_dir, output_format): output_path = os.pa...
fix(save_meshes): write meshes in the correct user-specified format Previously, meshes were incorrectly written in ply format regardless of what was chosen by the user.
google_neuroglancer
train
py
f98f368f465de9f59cf9e8a1c5e13c914425cec8
diff --git a/src/exceptions/frames.js b/src/exceptions/frames.js index <HASH>..<HASH> 100644 --- a/src/exceptions/frames.js +++ b/src/exceptions/frames.js @@ -154,7 +154,7 @@ module.exports = { url: window.location.href }, stacktrace: stacktrace, - user: userContext, + user: userContext...
fix(frames): consider empty userContext
opbeat_opbeat-react
train
js
cc103f147eddcb29e38937326cc551473925e535
diff --git a/lib/plugins/create/templates/aws-nodejs-typescript/webpack.config.js b/lib/plugins/create/templates/aws-nodejs-typescript/webpack.config.js index <HASH>..<HASH> 100644 --- a/lib/plugins/create/templates/aws-nodejs-typescript/webpack.config.js +++ b/lib/plugins/create/templates/aws-nodejs-typescript/webpack...
fix(Templates): Fix tooling options (#<I>)
serverless_serverless
train
js
65abb4219f5f05d192a4145f902bcee72a696124
diff --git a/www/nearit.js b/www/nearit.js index <HASH>..<HASH> 100644 --- a/www/nearit.js +++ b/www/nearit.js @@ -322,8 +322,8 @@ NearIT.prototype.showNotificationHistory = function(successCallback, errorCallba exec(successCallback, errorCallback, this.serviceName, "showNotificationHistory", []); }; -NearIT.pr...
refactor(js): showContent requires only one arg
nearit_Cordova-SDK
train
js
bee2f520f010a6d2010a8039cd0b734489f10379
diff --git a/python/src/wslink/backends/aiohttp/__init__.py b/python/src/wslink/backends/aiohttp/__init__.py index <HASH>..<HASH> 100644 --- a/python/src/wslink/backends/aiohttp/__init__.py +++ b/python/src/wslink/backends/aiohttp/__init__.py @@ -23,7 +23,7 @@ MAX_MSG_SIZE = int(os.environ.get("WSLINK_MAX_MSG_SIZE", 41...
fix(python): use print for the startup message, not log.critical logging.critical is used to convey serious error situations. Some services set alerts on critical messages, so the use of log.critical for startup confuses them.
Kitware_wslink
train
py
b300b7bd4433b476158c5f3b6c53fb6640832d47
diff --git a/lib/nydp/core_ext.rb b/lib/nydp/core_ext.rb index <HASH>..<HASH> 100644 --- a/lib/nydp/core_ext.rb +++ b/lib/nydp/core_ext.rb @@ -40,7 +40,6 @@ class NilClass def execute vm ; self ; end def _nydp_get a ; self ; end def _nydp_set a, v ; self ; end - # def each ;...
refactor: remove unused lines
conanite_nydp
train
rb
25ea92030d08b43957ddf3519d867c8402c29a5c
diff --git a/actor/appium/src/main/java/org/getopentest/appium/core/AppiumTestAction.java b/actor/appium/src/main/java/org/getopentest/appium/core/AppiumTestAction.java index <HASH>..<HASH> 100644 --- a/actor/appium/src/main/java/org/getopentest/appium/core/AppiumTestAction.java +++ b/actor/appium/src/main/java/org/get...
fix(appium): Swipe action throws exception when swiping to edge
mcdcorp_opentest
train
java
6ef9bec61149b94197ebbcc3f06e792850225cab
diff --git a/lib/plugin/components/state-resources/send-task-heartbeat/index.js b/lib/plugin/components/state-resources/send-task-heartbeat/index.js index <HASH>..<HASH> 100644 --- a/lib/plugin/components/state-resources/send-task-heartbeat/index.js +++ b/lib/plugin/components/state-resources/send-task-heartbeat/index....
style: Lint fixes I've just been reading an article on how you're never too old to learn. Well, maybe for some ...
wmfs_tymly-core
train
js
34262b306cd58626a7e0d02951623b51dabe8a22
diff --git a/lib/components/map/endpoint.js b/lib/components/map/endpoint.js index <HASH>..<HASH> 100644 --- a/lib/components/map/endpoint.js +++ b/lib/components/map/endpoint.js @@ -10,7 +10,6 @@ import LocationIcon from '../icons/location-icon' export default class Endpoint extends Component { _onDragEnd = (e) ...
fix(map): Remove debugging output in endpoint
opentripplanner_otp-react-redux
train
js
bea27ef8d3630af3b8c9a93e608923d6c54cb04c
diff --git a/src/layout/hierarchy.js b/src/layout/hierarchy.js index <HASH>..<HASH> 100644 --- a/src/layout/hierarchy.js +++ b/src/layout/hierarchy.js @@ -22,8 +22,8 @@ const DEFAULT_OPTIONS = { return d.height || DEFAULT_HEIGHT; }, getWidth(d) { - const name = d.name || ' '; - return d.width || (name....
fix: hierarchy layout depends on the length of the name of a node.
antvis_hierarchy
train
js
0ea3ae43fe885dc8a5e7b06054d57f4699641cbb
diff --git a/src/InteractsWithMedia.php b/src/InteractsWithMedia.php index <HASH>..<HASH> 100644 --- a/src/InteractsWithMedia.php +++ b/src/InteractsWithMedia.php @@ -530,7 +530,7 @@ trait InteractsWithMedia public function loadMedia(string $collectionName): Collection { $collection = $this->exists -...
fix: explicitly load media (#<I>)
spatie_laravel-medialibrary
train
php
b9a9bde63ac3ea7de3f901d973c53cf756531fbd
diff --git a/source/rafcon/gui/controllers/execution_history.py b/source/rafcon/gui/controllers/execution_history.py index <HASH>..<HASH> 100644 --- a/source/rafcon/gui/controllers/execution_history.py +++ b/source/rafcon/gui/controllers/execution_history.py @@ -86,7 +86,10 @@ class ExecutionHistoryTreeController(Exten...
fix(execution_history): resolves #<I>
DLR-RM_RAFCON
train
py
ce64ae22f45babb900632de54d8122d49e652587
diff --git a/test/network.spec.js b/test/network.spec.js index <HASH>..<HASH> 100644 --- a/test/network.spec.js +++ b/test/network.spec.js @@ -251,6 +251,21 @@ module.exports.addTests = function({testRunner, expect}) { const response = await page.goto(server.EMPTY_PAGE); expect(response.ok()).toBe(true); ...
test: add test for request interception with <I> after POST (#<I>) References #<I>
GoogleChrome_puppeteer
train
js
8573d5289f00401f70275913b418c16c45773efe
diff --git a/src/handlers/printToPdf.js b/src/handlers/printToPdf.js index <HASH>..<HASH> 100644 --- a/src/handlers/printToPdf.js +++ b/src/handlers/printToPdf.js @@ -18,7 +18,7 @@ const defaultPrintOptions = { function cleanPrintOptionValue (type, value) { const types = { string: String, number: Number, boolean:...
style: don't use types as constructor
adieuadieu_serverless-chrome
train
js
a308c3f20bd3a2d0cfccf97e11c4d2f203ca6b7b
diff --git a/package-scripts.js b/package-scripts.js index <HASH>..<HASH> 100644 --- a/package-scripts.js +++ b/package-scripts.js @@ -29,7 +29,7 @@ module.exports = { }, reportCoverage: { description: 'Report coverage stats to codecov. This should be run after the `cover` script', - script: 'cat ...
chore(coverage): Fix reportCoverage script
kentcdodds_nps
train
js
fae2e7300a7847649ab9efc2b417c1e2777f4189
diff --git a/components/timepicker/index.js b/components/timepicker/index.js index <HASH>..<HASH> 100644 --- a/components/timepicker/index.js +++ b/components/timepicker/index.js @@ -73,11 +73,24 @@ export default class Timepicker extends Datepicker { const stepValue = this._parseTime(step); l...
feat(Timepicker): add the maxValue to the list as the last value, close #<I>
ksc-fe_kpc
train
js
6b58fd9aff1b93fb7576e93243c667c5a61f75e4
diff --git a/vaex/dataset.py b/vaex/dataset.py index <HASH>..<HASH> 100644 --- a/vaex/dataset.py +++ b/vaex/dataset.py @@ -1891,7 +1891,7 @@ class Dataset(object): elif type in ["ss", "sigmasquare"]: limits = self.limits_sigma(number, square=True) elif type in ["%", "percent"]: - limits = ...
fix: limits for % are now async
vaexio_vaex
train
py
7d103023f7bb94cae6aa820f46b1b0a861842b36
diff --git a/dclab/rtdc_dataset/feat_anc_ml/ml_libs.py b/dclab/rtdc_dataset/feat_anc_ml/ml_libs.py index <HASH>..<HASH> 100644 --- a/dclab/rtdc_dataset/feat_anc_ml/ml_libs.py +++ b/dclab/rtdc_dataset/feat_anc_ml/ml_libs.py @@ -18,7 +18,7 @@ def import_or_mock_package(name, min_version): except ImportError: ...
ci: try to workaround issue with multiple imports of tensorflow on windows
ZELLMECHANIK-DRESDEN_dclab
train
py
48f9e058ceeb0b8d40e7c9a0f9703de992c2c92f
diff --git a/controllers/AuthController.js b/controllers/AuthController.js index <HASH>..<HASH> 100644 --- a/controllers/AuthController.js +++ b/controllers/AuthController.js @@ -7,9 +7,7 @@ module.exports = function(config, Controller, passport, UserService, Promise, Ex var AuthController = Controller.extend({ ...
chore(cleanup): No need to use array of routes anymore
CleverStack_clever-auth
train
js
ffa124fdc3d894d718f5261c6a11801fda49bf22
diff --git a/env.js b/env.js index <HASH>..<HASH> 100644 --- a/env.js +++ b/env.js @@ -14,8 +14,8 @@ const { MC_ENV, MC_LOCATION, MC_API_URL, - AUTH_URL, - API_URL, + CTP_AUTH_URL, + CTP_API_URL, FRONTEND_HOST, AC_URL, IMPEX_PRODUCT_EXPORT_URL, @@ -29,8 +29,8 @@ const requiredEnvVariables = [ '...
refactor: prefix urls with CTP_
commercetools_merchant-center-application-kit
train
js
b44943ae2bf67f242e85417e5a009d2bd96dcdcb
diff --git a/components/RefinementList.js b/components/RefinementList.js index <HASH>..<HASH> 100644 --- a/components/RefinementList.js +++ b/components/RefinementList.js @@ -41,15 +41,15 @@ class RefinementList extends React.Component { var template = this.props.template; return ( - <ul className={thi...
fix: switch back to divs, rendering glitch When using <ul> <li> there's a rendering glitch (a border) that I cannot remove. Only here because of all the react wrapping but still cannot use it now. Until we find another templating solution
algolia_instantsearch.js
train
js
01c108ee8f62870467eca097b65b4062ff3c48b2
diff --git a/lib/index.js b/lib/index.js index <HASH>..<HASH> 100644 --- a/lib/index.js +++ b/lib/index.js @@ -0,0 +1,3 @@ +const RbacIndex = require('./rbac-index/Rbac') + +module.exports = RbacIndex; \ No newline at end of file diff --git a/test/rbac-index-test.js b/test/rbac-index-test.js index <HASH>..<HASH> 100644...
feat: Export RbacIndex from package
wmfs_rbac
train
js,js
dde4839a01f9a1615679049786ec6041d8490022
diff --git a/commitlint.config.js b/commitlint.config.js index <HASH>..<HASH> 100644 --- a/commitlint.config.js +++ b/commitlint.config.js @@ -1,6 +1,7 @@ module.exports = { extends: ['@commitlint/config-conventional'], rules: { + 'header-max-length': [1, 'always', 100], 'type-enum': [ 2, '...
chore: update commitlint rule
ant-design_ant-design-mobile
train
js
c27f2257cecdc5ba7d89ba7525f580073b84a921
diff --git a/setup.py b/setup.py index <HASH>..<HASH> 100644 --- a/setup.py +++ b/setup.py @@ -106,7 +106,7 @@ setup( "console_scripts": [ "vyper=vyper.cli.vyper_compile:_parse_cli_args", "vyper-serve=vyper.cli.vyper_serve:_parse_cli_args", - "vyper-ir=vyper.cli.vyper_ir:_p...
chore: rename vyper-ir to fang (#<I>) * rename vyper-ir binary to fang * allow vyper_ir.py to be run directly as python script
ethereum_vyper
train
py,py
c439905b72b2068a425dabe5c7ee7e1cff419dd2
diff --git a/packages/bonde-admin-canary/src/services/i18n/index.js b/packages/bonde-admin-canary/src/services/i18n/index.js index <HASH>..<HASH> 100644 --- a/packages/bonde-admin-canary/src/services/i18n/index.js +++ b/packages/bonde-admin-canary/src/services/i18n/index.js @@ -1,3 +1,3 @@ export { default as i18n } f...
fix(admin-canary): export Interpolate component from react-i<I>next
nossas_bonde-client
train
js
d20def5c71609ad97ea783716c53070235f398cc
diff --git a/client-src/overlay.js b/client-src/overlay.js index <HASH>..<HASH> 100644 --- a/client-src/overlay.js +++ b/client-src/overlay.js @@ -130,8 +130,9 @@ function show(messages, type) { messages.forEach((message) => { const entryElement = document.createElement("div"); const typeElement = do...
fix: display file name for warnings/errors in overlay (#<I>)
webpack_webpack-dev-server
train
js
9042d19c4ef54d9976776f41336610ab0a24db27
diff --git a/src/rest/APIRequest.js b/src/rest/APIRequest.js index <HASH>..<HASH> 100644 --- a/src/rest/APIRequest.js +++ b/src/rest/APIRequest.js @@ -20,7 +20,7 @@ class APIRequest { let queryString = ''; if (options.query) { const query = Object.entries(options.query) - .filter(([, value]) => ...
fix: filtering of string forms of null and undefined (#<I>) Removed null and undefined being filtered out in string forms which caused issues in `<client>.api`, issue: <URL>
discordjs_discord.js
train
js
d98ecb572fcf8a4c43ed84cca5efceb437b73454
diff --git a/source/rafcon/gui/controllers/execution_history.py b/source/rafcon/gui/controllers/execution_history.py index <HASH>..<HASH> 100644 --- a/source/rafcon/gui/controllers/execution_history.py +++ b/source/rafcon/gui/controllers/execution_history.py @@ -95,6 +95,10 @@ class ExecutionHistoryTreeController(Exten...
fix: trying to open a non existing execution run is not possible anymore
DLR-RM_RAFCON
train
py
031ecb3fe7a3dbad5ef3194e2a2db63537c93d01
diff --git a/src/index.js b/src/index.js index <HASH>..<HASH> 100644 --- a/src/index.js +++ b/src/index.js @@ -211,7 +211,7 @@ class Node extends EventEmitter { } else if (multiaddr.isMultiaddr(peer)) { const peerIdB58Str = peer.getPeerId() try { - p = this.peerBook.getByB58String(peerIdB58Str...
fix: correct method on peer-book
libp2p_js-libp2p
train
js
9bc75326ff0de41b5458a392bc599b7f0e55f81f
diff --git a/src/mixpanel.js b/src/mixpanel.js index <HASH>..<HASH> 100644 --- a/src/mixpanel.js +++ b/src/mixpanel.js @@ -38,8 +38,8 @@ module.exports = (MixpanelLib) => { * * @example * if (mixpanel.isInstalled()) { - * console.log('Mixpanel is installed'); - * } + * console.log('Mixpane...
fix(mixpanel): Use HTTPS transport This forces the mixpanel module to use HTTPS as a transport, as it defaults to HTTP. Change-Type: patch
balena-io-modules_resin-corvus
train
js
713e6b80e65144bd2e28298b0258d34331590dd6
diff --git a/test/minitest_helper.rb b/test/minitest_helper.rb index <HASH>..<HASH> 100644 --- a/test/minitest_helper.rb +++ b/test/minitest_helper.rb @@ -1,3 +1,6 @@ +require 'coveralls' +Coveralls.wear! + require "codeclimate-test-reporter" CodeClimate::TestReporter.start
feat: add coveralls to test helper
jellymann_mittsu
train
rb
963ebb889cf17b388f1d48102e0de4008f4c43d6
diff --git a/lib/rollbar/plugins/active_job.rb b/lib/rollbar/plugins/active_job.rb index <HASH>..<HASH> 100644 --- a/lib/rollbar/plugins/active_job.rb +++ b/lib/rollbar/plugins/active_job.rb @@ -14,5 +14,7 @@ module Rollbar end end -# Automatically add to ActionMailer::DeliveryJob -ActionMailer::DeliveryJob.send(...
fix: allow ActiveJob to lazy load
rollbar_rollbar-gem
train
rb
4ce97f85a8a03cbed5783a74be5fca86a7f7f1c8
diff --git a/packages/build/src/index.js b/packages/build/src/index.js index <HASH>..<HASH> 100644 --- a/packages/build/src/index.js +++ b/packages/build/src/index.js @@ -461,7 +461,7 @@ function ensurePkgs(dir, pkgs) { if (!checked) { checked = true; for (const pkg of pkgs) { - if (!resolveFr...
fix(build): issue with ensuring css loaders for sass
marko-js_cli
train
js
d0a484706ab1d1b491e92e07b431c2df7d3ed38a
diff --git a/client.go b/client.go index <HASH>..<HASH> 100644 --- a/client.go +++ b/client.go @@ -17,7 +17,7 @@ import ( const ( deprecatedSuffix = "/features" clientName = "unleash-client-go" - clientVersion = "3.2.4" + clientVersion = "3.3.0" ) var defaultStrategies = []strategy.Strategy{
chore: release <I> (#<I>)
Unleash_unleash-client-go
train
go
e009fb82af43a8b3e1ab9872bd8357433217d9da
diff --git a/ui/src/components/editor/QEditor.js b/ui/src/components/editor/QEditor.js index <HASH>..<HASH> 100644 --- a/ui/src/components/editor/QEditor.js +++ b/ui/src/components/editor/QEditor.js @@ -502,7 +502,7 @@ export default createComponent({ return h('div', { ref: rootRef, class: clas...
chore(QEditor): small tweak
quasarframework_quasar
train
js
429b506999f82aaef66fc0065fdf92f2d873584e
diff --git a/config/typescript/tsconfig.js b/config/typescript/tsconfig.js index <HASH>..<HASH> 100644 --- a/config/typescript/tsconfig.js +++ b/config/typescript/tsconfig.js @@ -22,6 +22,7 @@ module.exports = () => ({ paths: { '*': ['*'], }, + target: 'es5', }, include: paths.src, exclude:...
fix(lint): Support ES5 features when linting TypeScript files (#<I>) The default (unspecified) value is es3. This sets it to es5
seek-oss_sku
train
js
7e5010d3b8547846d533548e5ed72604c7b15b83
diff --git a/src/SwipeableTabBarNode.js b/src/SwipeableTabBarNode.js index <HASH>..<HASH> 100755 --- a/src/SwipeableTabBarNode.js +++ b/src/SwipeableTabBarNode.js @@ -71,6 +71,7 @@ export default class SwipeableTabBarNode extends React.Component { const _viewSize = getStyle(this.realNode, _isVertical ? 'height' : ...
fix(SwipeableTabBarNode): totalDelta is missing in didUpdate setCache
react-component_tabs
train
js
bcd6bf40d8a4df5307be27f4a7be5fdaa2d190ce
diff --git a/test/functional/runner/index.js b/test/functional/runner/index.js index <HASH>..<HASH> 100644 --- a/test/functional/runner/index.js +++ b/test/functional/runner/index.js @@ -117,6 +117,7 @@ function shouldSkipTest(spec) { function generateTopologyTests(testSuites, testContext) { testSuites.forEach(te...
chore: leave note that test section should be removed later
mongodb_node-mongodb-native
train
js
c8f6c4cf5242dc00b7ccef5c2a4002b79b4918f2
diff --git a/lib/index.js b/lib/index.js index <HASH>..<HASH> 100644 --- a/lib/index.js +++ b/lib/index.js @@ -35,11 +35,9 @@ const createSymbiote = (initialState, actionsConfig, actionTypePrefix = '') => { reducer: (previousState = initialState, { type, payload: args }) => { const handler = handlersList[ty...
refactor: reducer to ternary
sergeysova_redux-symbiote
train
js
f7846a5bed646596e169250d5260e8ba1cab2cbb
diff --git a/dvc/remote/http.py b/dvc/remote/http.py index <HASH>..<HASH> 100644 --- a/dvc/remote/http.py +++ b/dvc/remote/http.py @@ -41,7 +41,7 @@ class RemoteHTTP(RemoteBASE): if response.status_code != 200: raise HTTPError(response.status_code, response.reason) with Tqdm( - ...
test: remote: http: clear test file name
iterative_dvc
train
py,py
2aa4e170d30602630139c1aa9657280f3f308597
diff --git a/webpack.config.prod.js b/webpack.config.prod.js index <HASH>..<HASH> 100644 --- a/webpack.config.prod.js +++ b/webpack.config.prod.js @@ -52,6 +52,10 @@ module.exports = { new webpack.DefinePlugin({ __SCROLLBAR_VERSION__: JSON.stringify(version), }), - new webpack.opti...
chore: strip out uglifyjs warnings
idiotWu_smooth-scrollbar
train
js
5a3c9f483ae7f2ef107413077a03b3a5479ddbd0
diff --git a/samcli/__init__.py b/samcli/__init__.py index <HASH>..<HASH> 100644 --- a/samcli/__init__.py +++ b/samcli/__init__.py @@ -2,4 +2,4 @@ SAM CLI version """ -__version__ = "1.40.0" +__version__ = "1.40.1"
chore: Updated Version to <I> (#<I>)
awslabs_aws-sam-cli
train
py
f7416e1036caeb5d63fcca45218b0dfd8db58944
diff --git a/renku/core/management/workflow/plan_factory.py b/renku/core/management/workflow/plan_factory.py index <HASH>..<HASH> 100644 --- a/renku/core/management/workflow/plan_factory.py +++ b/renku/core/management/workflow/plan_factory.py @@ -113,6 +113,8 @@ class PlanFactory: self.add_inputs_and_paramet...
fix(core): fix creation of output folders on rerun/update (#<I>)
SwissDataScienceCenter_renku-python
train
py
315c5f6ff153a169f6c100c62c2668e048687315
diff --git a/webpack.dev.config.js b/webpack.dev.config.js index <HASH>..<HASH> 100644 --- a/webpack.dev.config.js +++ b/webpack.dev.config.js @@ -17,7 +17,7 @@ var paths = [ '/404.html', ]; -var basepath = env === 'production' ? '/react-block-ui/' : '/'; +var basepath = env === 'production' ? process.env.BASEPAT...
docs(build): add ability to override basepath
Availity_react-block-ui
train
js