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 |
|---|---|---|---|---|---|
a17c183b539cf496b499bba7b0c44b33aa80208a | diff --git a/debugger/cerebral-debugger/src/components/Debugger/index.js b/debugger/cerebral-debugger/src/components/Debugger/index.js
index <HASH>..<HASH> 100644
--- a/debugger/cerebral-debugger/src/components/Debugger/index.js
+++ b/debugger/cerebral-debugger/src/components/Debugger/index.js
@@ -39,7 +39,7 @@ export ... | fix(debugger): fix mutations page key in small mode | cerebral_cerebral | train | js |
f1900723768dcfef0ecfa8b8d323cc21df8179aa | diff --git a/lib/change_stream.js b/lib/change_stream.js
index <HASH>..<HASH> 100644
--- a/lib/change_stream.js
+++ b/lib/change_stream.js
@@ -272,10 +272,14 @@ class ChangeStreamCursor extends Cursor {
if (this.options[optionName]) result[optionName] = this.options[optionName];
}
- if (this.resumeToke... | fix(change-streams): don't copy irrelevant resume options | mongodb_node-mongodb-native | train | js |
42558c13127c7dd135a9602cb260afc26c2373bd | diff --git a/src/validation/validationRenderer.js b/src/validation/validationRenderer.js
index <HASH>..<HASH> 100644
--- a/src/validation/validationRenderer.js
+++ b/src/validation/validationRenderer.js
@@ -26,9 +26,11 @@ export class MaterializeFormValidationRenderer {
underlineInput(element) {
let input;
+ ... | fix(validation): use correct parent
Search for validation messages in the correct input parent. Current implementation does not underline invalid SELECT | aurelia-ui-toolkits_aurelia-materialize-bridge | train | js |
72a5720ceeeb798f3b3fd5d64a1db16fb8dc3b62 | diff --git a/dodo.py b/dodo.py
index <HASH>..<HASH> 100644
--- a/dodo.py
+++ b/dodo.py
@@ -3,7 +3,7 @@ import glob
from doit.action import CmdAction
PACKAGE = "ehforwarderbot"
-DEFAULT_BUMP_MODE = "beta"
+DEFAULT_BUMP_MODE = "minor"
# major, minor, patch, alpha, beta, dev, post
DOIT_CONFIG = {
"default_tasks... | ci: build script update for stable releases | blueset_ehForwarderBot | train | py |
7f8d5fe70c4a352818e76e80b19cab145241346d | diff --git a/client/subscriptions/forms/credit-card-form.js b/client/subscriptions/forms/credit-card-form.js
index <HASH>..<HASH> 100644
--- a/client/subscriptions/forms/credit-card-form.js
+++ b/client/subscriptions/forms/credit-card-form.js
@@ -39,11 +39,11 @@ const CreditCardForm = ({
<b className='block ... | chore(subscription): change card keys case #<I> | nossas_bonde-client | train | js |
63e9005f011ccbc371025b199e408acf90693287 | diff --git a/cmd/erasure-object.go b/cmd/erasure-object.go
index <HASH>..<HASH> 100644
--- a/cmd/erasure-object.go
+++ b/cmd/erasure-object.go
@@ -973,6 +973,11 @@ func (er erasureObjects) PutObjectTags(ctx context.Context, bucket, object strin
}
for i, fi := range metaArr {
+ if errs[i] != nil {
+ // Avoid di... | fix: Avoid updating object tags on failed disks (#<I>) | minio_minio | train | go |
77102743c194e4f3005447d825d482682280abde | diff --git a/scripts/pkg/upload/index.js b/scripts/pkg/upload/index.js
index <HASH>..<HASH> 100755
--- a/scripts/pkg/upload/index.js
+++ b/scripts/pkg/upload/index.js
@@ -41,4 +41,15 @@ if (!/^v\d+\.\d+\.\d+$/.test(versionTag)) {
}
require('./world')(versionTag, { isLegacyVersion: argv.legacy });
-require('./china'... | ci: Temporary patch to handle China upload issues as non fatal | serverless_serverless | train | js |
01284536b3c5a3ea40b489a3435651bdad420227 | diff --git a/tests/test_ptaskgroup.py b/tests/test_ptaskgroup.py
index <HASH>..<HASH> 100644
--- a/tests/test_ptaskgroup.py
+++ b/tests/test_ptaskgroup.py
@@ -115,5 +115,35 @@ async def test_ptaskgroup_exc_handler():
assert count == 0
assert error_count == 10
- # after handlign error, all ref... | test: Fortify ptaskgroup test case
* Cancellation handling blocks of subtasks may have additional awaits
to clean up their resources, and those should be executed while
shutting down the ptaskgroup.
* It has been working as expected, but let's add an explicit test case
to prevent regression. | achimnol_aiotools | train | py |
65e6b744610a237070b15548e4aa01c55c780ea0 | diff --git a/packages/webpack-cli/lib/utils/cli-flags.js b/packages/webpack-cli/lib/utils/cli-flags.js
index <HASH>..<HASH> 100644
--- a/packages/webpack-cli/lib/utils/cli-flags.js
+++ b/packages/webpack-cli/lib/utils/cli-flags.js
@@ -14,6 +14,23 @@ const commands = [
type: String,
usage: 'init [scaff... | feat: display options as part of help info (#<I>) | webpack_webpack-cli | train | js |
6c8b7f479f824fb5f8082439acbaa8b7cb8fa381 | 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
@@ -187,7 +187,10 @@ async function getPkgReleases(purl) {
const res = await got(url, { json: true, headers, timeout: 10000 });
tags = tags.concat(res.... | fix(docker): resolve relative URLs from registry (#<I>)
fix(docker): resolve relative URLs from registry | renovatebot_renovate | train | js |
4f7f8f89eb7829a1a421ed88ca84ada8bf445cf5 | diff --git a/packages/__docs__/webpack.config.js b/packages/__docs__/webpack.config.js
index <HASH>..<HASH> 100644
--- a/packages/__docs__/webpack.config.js
+++ b/packages/__docs__/webpack.config.js
@@ -43,7 +43,7 @@ const config = merge(baseConfig, {
},
output: {
path: outputPath,
- filename: '[name].[co... | chore: remove `[contenthash]` being added to bundled files | instructure_instructure-ui | train | js |
0530ef84600c6d347b0b7330decb143504451176 | diff --git a/models/classes/Lists/Business/Domain/ValueCollection.php b/models/classes/Lists/Business/Domain/ValueCollection.php
index <HASH>..<HASH> 100644
--- a/models/classes/Lists/Business/Domain/ValueCollection.php
+++ b/models/classes/Lists/Business/Domain/ValueCollection.php
@@ -83,6 +83,10 @@ class ValueCollect... | fix: avoid consider duplicated empty URIs | oat-sa_tao-core | train | php |
53e1fa06a293b49d40c375c2e9ba517d0e341b1f | diff --git a/tests/test_push.py b/tests/test_push.py
index <HASH>..<HASH> 100644
--- a/tests/test_push.py
+++ b/tests/test_push.py
@@ -25,10 +25,10 @@ def setup_func():
@with_setup(setup_func)
def test_basic_push(): # type: () -> None
- instanlation = leancloud.Installation()
- instanlation.set('deviceType',... | refactor: typo in variable naming | leancloud_python-sdk | train | py |
1c0625661c144b88ebb100b62e8248dfb4487943 | diff --git a/flask_appbuilder/security/manager.py b/flask_appbuilder/security/manager.py
index <HASH>..<HASH> 100644
--- a/flask_appbuilder/security/manager.py
+++ b/flask_appbuilder/security/manager.py
@@ -1185,6 +1185,9 @@ class BaseSecurityManager(AbstractSecurityManager):
if self.auth_role_admi... | fix: Fixed an AttributeError in manager.py when a permission is null. (#<I>) | dpgaspar_Flask-AppBuilder | train | py |
7ec7a6b226f8d92b31d5fcffaec91192994d4aae | diff --git a/api/src/opentrons/system/log_control.py b/api/src/opentrons/system/log_control.py
index <HASH>..<HASH> 100644
--- a/api/src/opentrons/system/log_control.py
+++ b/api/src/opentrons/system/log_control.py
@@ -58,4 +58,8 @@ async def set_syslog_level(level: str) -> Tuple[int, str, str]:
'syslog-ng-ctl... | fix(api): fix return code of set_syslog_level (#<I>)
If you use (val or -1) when the happy path of val is 0, you're always
going to get -1! And that's gonna make the caller think that the call
failed! Incredible! | Opentrons_opentrons | train | py |
fd8478f06f769bbf6586732a221a14a4773b81a4 | diff --git a/feedly.php b/feedly.php
index <HASH>..<HASH> 100644
--- a/feedly.php
+++ b/feedly.php
@@ -112,7 +112,7 @@ class Feedly {
$r = null;
if(is_array($get_params))
- $url = $url . http_build_query($get_params);
+ $url = $url . '?' . http_build_query($get_params);
... | fix: issue when there's parameters in url | kbariotis_feedly-api | train | php |
56a71e5f9797abe35a9566c86f9ce9c1f485c11a | diff --git a/errors.go b/errors.go
index <HASH>..<HASH> 100644
--- a/errors.go
+++ b/errors.go
@@ -245,7 +245,7 @@ const (
errInsufficientEntropyName = "insufficient_entropy"
errInvalidTokenFormatName = "invalid_token"
errTokenSignatureMismatchName = "token_signature_mismatch"
- errTokenExpiredName ... | fix: use correct error code for expired token (#<I>)
BREAKING CHANGE: Replaces `token_expired` error ID with `invalid_token` which is the correct value according to <URL> | ory_fosite | train | go |
3f798411d40a19e684806446edc5b49dadef0f90 | diff --git a/actor-apps/app-android/src/free/java/im/actor/core/AndroidPushActor.java b/actor-apps/app-android/src/free/java/im/actor/core/AndroidPushActor.java
index <HASH>..<HASH> 100644
--- a/actor-apps/app-android/src/free/java/im/actor/core/AndroidPushActor.java
+++ b/actor-apps/app-android/src/free/java/im/actor/... | chore(android): fix exclude for free builds | actorapp_actor-platform | train | java |
653784b56445b015a1584de1b693e57fc9069050 | diff --git a/src/client/voice/dispatcher/StreamDispatcher.js b/src/client/voice/dispatcher/StreamDispatcher.js
index <HASH>..<HASH> 100644
--- a/src/client/voice/dispatcher/StreamDispatcher.js
+++ b/src/client/voice/dispatcher/StreamDispatcher.js
@@ -68,8 +68,6 @@ class StreamDispatcher extends Writable {
this.o... | chore(StreamDispatcher): remove end event
use finish event instead | discordjs_discord.js | train | js |
6b00f2928d2a2fab30928c24bd3805972596e1a8 | diff --git a/lib/platform/git/storage.js b/lib/platform/git/storage.js
index <HASH>..<HASH> 100644
--- a/lib/platform/git/storage.js
+++ b/lib/platform/git/storage.js
@@ -85,10 +85,7 @@ class Storage {
git = Git(cwd).silent(true);
await git.raw(['remote', 'set-url', 'origin', config.url]);
... | fix(gitfs): fix fetch args again (#<I>) | renovatebot_renovate | train | js |
1ebfb7eba46225693b96968c7b98b356d674dbbc | diff --git a/src/Connect.js b/src/Connect.js
index <HASH>..<HASH> 100644
--- a/src/Connect.js
+++ b/src/Connect.js
@@ -531,7 +531,7 @@ class Connect {
}
// Upload to ipfs
- return this.credentials.createVerification({sub: this.did, claim: {profile}})
+ return this.credentials.createVerification({s... | fix: destructure profile claim (#<I>)
* Fix profile claim
* Fix profile test | uport-project_uport-connect | train | js,js |
b6e6f1a33959c664f753731921f02f061d64bf3c | diff --git a/test/extract-coverage.js b/test/extract-coverage.js
index <HASH>..<HASH> 100644
--- a/test/extract-coverage.js
+++ b/test/extract-coverage.js
@@ -6,7 +6,7 @@ var fs = require('fs')
var path = require('path')
var concatStream = require('concat-stream')
-var covPath = path.join(__dirname, '..', 'coverage... | fix(test): fix extract coverage | cwrc_wikidata-entity-lookup | train | js |
47d9d571597bbda020d44f9ef1c610d34469ca09 | diff --git a/graphqlclient/client.py b/graphqlclient/client.py
index <HASH>..<HASH> 100644
--- a/graphqlclient/client.py
+++ b/graphqlclient/client.py
@@ -19,7 +19,7 @@ class GraphQLClient:
'Content-Type': 'application/json'}
if self.token is not None:
- headers['Authorization'... | fix: Remove Bearer from Authorization header
User should be able to compose their own authorization header.
For example AWS API Gateway using Cognito User Pool can not check Authorization header token which has Bearer | prisma_python-graphql-client | train | py |
d832ce829c79536d54b70a03cb4b72390db73221 | diff --git a/lib/inject-css.js b/lib/inject-css.js
index <HASH>..<HASH> 100644
--- a/lib/inject-css.js
+++ b/lib/inject-css.js
@@ -17,7 +17,7 @@ function fixupCSSUrls(address, css) {
return css.replace(cssUrlMatcher, function(match, p1) {
var quote = p1.charAt(0);
if (quote === '\'' || quote === '"') {
- ... | chore: substr is deprecated | dumberjs_dumber | train | js |
82e3953ca42907cc6234a4e96557a0e8c7187a62 | diff --git a/www/src/pages/index.js b/www/src/pages/index.js
index <HASH>..<HASH> 100644
--- a/www/src/pages/index.js
+++ b/www/src/pages/index.js
@@ -84,7 +84,7 @@ const ButtonToolbar = styled('div')`
margin: -1rem;
& > * {
- width: 100%;
+ width: calc(100% - 2rem);
max-width: 300px;
... | docs: fix homepage appearance in mobile view (#<I>)
* Fixed homepage appearance in mobile view
* minor change
* Used calc function for width
* Changed width | react-bootstrap_react-bootstrap | train | js |
4dae43eb4ffb67cd17ffc65ce49098d32abef87f | diff --git a/packages/vaex-core/vaex/webserver.py b/packages/vaex-core/vaex/webserver.py
index <HASH>..<HASH> 100644
--- a/packages/vaex-core/vaex/webserver.py
+++ b/packages/vaex-core/vaex/webserver.py
@@ -453,6 +453,10 @@ def process(webserver, user_id, path, fraction=None, progress=None, **arguments)
... | fix(server): support serialize string as numpy string array | vaexio_vaex | train | py |
b769a44ee5ac7820b7428911259a783b904713f9 | diff --git a/packages/craco/lib/paths.js b/packages/craco/lib/paths.js
index <HASH>..<HASH> 100644
--- a/packages/craco/lib/paths.js
+++ b/packages/craco/lib/paths.js
@@ -28,14 +28,11 @@ if (args.config.isProvided) {
const explorer = cosmiconfigSync(moduleName, {
searchPlaces: [
"... | fix: re-order the config file loading priority | sharegate_craco | train | js |
e2dae808348170b6cb75bdb3e904fcb1c4a121f5 | diff --git a/packages/webpack-preset-accurapp/index.js b/packages/webpack-preset-accurapp/index.js
index <HASH>..<HASH> 100644
--- a/packages/webpack-preset-accurapp/index.js
+++ b/packages/webpack-preset-accurapp/index.js
@@ -238,7 +238,8 @@ function buildWebpackConfig(config = []) {
publicPath: '/',
... | chore: 🗳 Update webpack's clientLogLevel | accurat_accurapp | train | js |
0073f1d966d6616a7eed1473c7d3eca935f108f9 | diff --git a/test/instrumentation/span-compression.test.js b/test/instrumentation/span-compression.test.js
index <HASH>..<HASH> 100644
--- a/test/instrumentation/span-compression.test.js
+++ b/test/instrumentation/span-compression.test.js
@@ -73,7 +73,7 @@ tape.test('integration/end-to-end span compression tests', func... | test: add some context to test assert to help with debugging it (#<I>) | elastic_apm-agent-nodejs | train | js |
09e99e91e02a19277ae40256881e10579408e49a | diff --git a/packages/drawer/src/react/index.js b/packages/drawer/src/react/index.js
index <HASH>..<HASH> 100644
--- a/packages/drawer/src/react/index.js
+++ b/packages/drawer/src/react/index.js
@@ -125,6 +125,8 @@ class Drawer extends React.Component {
render() {
const { isOpen, context: { themeName } } = th... | fix(drawer): Add aria-label for expand/collapse | pluralsight_design-system | train | js |
0858280db156f924ef126c3aaeae6973b8d44067 | diff --git a/lib/clientsidescripts.js b/lib/clientsidescripts.js
index <HASH>..<HASH> 100644
--- a/lib/clientsidescripts.js
+++ b/lib/clientsidescripts.js
@@ -489,7 +489,7 @@ functions.findByCssContainingText = function(cssSelector, searchText, using) {
var matches = [];
for (var i = 0; i < elements.length; ++i) ... | fix(locators): by.cssContainingText now operates on pre-transformed text
Previously, the implementation depended on the browser. Now, it will always
operate on the text before text-transform is applied. Closes #<I> | angular_protractor | train | js |
84fcbcdb5b5be4446804c9526607f6722adaa263 | diff --git a/lems/parser/LEMS.py b/lems/parser/LEMS.py
index <HASH>..<HASH> 100644
--- a/lems/parser/LEMS.py
+++ b/lems/parser/LEMS.py
@@ -407,7 +407,7 @@ class LEMSFileParser(LEMSBase):
self.raise_error("Child '{0}' must specify a type.", name)
description = node.lattrib.get('description', '')
... | fix: explicitly set multiple to False for Child elements | LEMS_pylems | train | py |
bdddabde62fe61535f16eeaa29ccdaff579f54cc | diff --git a/lib/components/form/location-field.js b/lib/components/form/location-field.js
index <HASH>..<HASH> 100644
--- a/lib/components/form/location-field.js
+++ b/lib/components/form/location-field.js
@@ -71,6 +71,7 @@ class LocationField extends Component {
apiKey: MAPZEN_KEY,
boundary,
focu... | feat(form): Add sources=null to Pelias geocode queries | opentripplanner_otp-react-redux | train | js |
05796a7dff250cb6a8a998c8bd6008b44494bc04 | diff --git a/js/src/figure.js b/js/src/figure.js
index <HASH>..<HASH> 100644
--- a/js/src/figure.js
+++ b/js/src/figure.js
@@ -545,6 +545,9 @@ var FigureView = widgets.DOMWidgetView.extend( {
this.hover = false
}
},
+ setStyle: function() {
+ // ignore original style setting, our st... | fix: override setStyle, since we don't use that | maartenbreddels_ipyvolume | train | js |
9f53d394279066f29a2d391b6964cba11c4a3e1e | diff --git a/ui/text_selection.js b/ui/text_selection.js
index <HASH>..<HASH> 100644
--- a/ui/text_selection.js
+++ b/ui/text_selection.js
@@ -66,6 +66,7 @@ shaka.ui.TextSelection = class extends shaka.ui.SettingsMenu {
this.eventManager.listen(this.player, 'texttrackvisibility', () => {
this.onCaptionSta... | fix(UI): Fix text UI not updating when text is disabled (#<I>)
Closes #<I> | google_shaka-player | train | js |
ef7087adb653dc30a61488ec9087cc2f6d619bd0 | diff --git a/superset-frontend/src/dashboard/reducers/dashboardState.js b/superset-frontend/src/dashboard/reducers/dashboardState.js
index <HASH>..<HASH> 100644
--- a/superset-frontend/src/dashboard/reducers/dashboardState.js
+++ b/superset-frontend/src/dashboard/reducers/dashboardState.js
@@ -124,13 +124,16 @@ export ... | fix(dashboard): properly unset mountedTab in reducer (#<I>) | apache_incubator-superset | train | js |
e2b5225e9052086d731a78192e0cdd3fac4734ba | diff --git a/samples/app/app-with-nested-object-list-view.js b/samples/app/app-with-nested-object-list-view.js
index <HASH>..<HASH> 100644
--- a/samples/app/app-with-nested-object-list-view.js
+++ b/samples/app/app-with-nested-object-list-view.js
@@ -3,15 +3,15 @@ const Vue = require('./nativescript-vue')
new Vue({
... | fix: update sample with new list-view syntax | nativescript-vue_nativescript-vue | train | js |
3983c785b3e9410603a167d111caf12bfccc5500 | diff --git a/packages/node_modules/@webex/plugin-meetings/src/reachability/index.js b/packages/node_modules/@webex/plugin-meetings/src/reachability/index.js
index <HASH>..<HASH> 100755
--- a/packages/node_modules/@webex/plugin-meetings/src/reachability/index.js
+++ b/packages/node_modules/@webex/plugin-meetings/src/rea... | fix(plugin-meetings): check peerConnection state before closing
Fixes a bug in GDM Reachability where we call .close() on a connection
that has already been closed. This check prevents that. | webex_spark-js-sdk | train | js |
90f057e0cd2bd0a50f2daed799aa902bdb31eab1 | diff --git a/test/test_package.py b/test/test_package.py
index <HASH>..<HASH> 100644
--- a/test/test_package.py
+++ b/test/test_package.py
@@ -67,6 +67,22 @@ def test_install_requirements():
assert path.isdir(path.join(site_packages, '_pytest'))
+def test_install_no_requirements():
+ temp_workspace = path.j... | test(package): fix typeerror with blank reqs | rackerlabs_lambda-uploader | train | py |
b37cc3d6c1f7d9f2b94dc912b4698b0143c5d4ee | diff --git a/src/components/IntlTelInputApp.js b/src/components/IntlTelInputApp.js
index <HASH>..<HASH> 100644
--- a/src/components/IntlTelInputApp.js
+++ b/src/components/IntlTelInputApp.js
@@ -257,13 +257,13 @@ class IntlTelInputApp extends Component {
let selectedIndex = 0;
if (countryCode && countryCode... | fix: highlight country from prefered list | patw0929_react-intl-tel-input | train | js |
4c69e31e4fb6e1e2b90713e5b214375e02acfa12 | diff --git a/services/datalad/datalad_service/handlers/snapshots.py b/services/datalad/datalad_service/handlers/snapshots.py
index <HASH>..<HASH> 100644
--- a/services/datalad/datalad_service/handlers/snapshots.py
+++ b/services/datalad/datalad_service/handlers/snapshots.py
@@ -54,7 +54,7 @@ class SnapshotResource(obje... | fix(publish): Fix type error on initial publish_snapshot | OpenNeuroOrg_openneuro | train | py |
ff9f5077ff3c4e22e725c67b3f78f470c0d1a31e | diff --git a/client/deis.py b/client/deis.py
index <HASH>..<HASH> 100755
--- a/client/deis.py
+++ b/client/deis.py
@@ -205,8 +205,8 @@ class Settings(dict):
with open(self._path, 'w') as f:
f.write(data)
except IOError:
- self._logger.error("Could not write to settings ... | fix(client): _logger doesn't exist for settings | deis_deis | train | py |
db7ece68dcbd0dc6d2e70f4fe683629161d3d861 | diff --git a/src/components/Module/index.js b/src/components/Module/index.js
index <HASH>..<HASH> 100644
--- a/src/components/Module/index.js
+++ b/src/components/Module/index.js
@@ -1,2 +1 @@
export * from './Module';
-export default from './Module'; | fix(Module): fix wrong re-export in Module/index.js (#<I>) | carbon-design-system_carbon-components-react | train | js |
369a6613d46f212a20df6e5551dd3d4f7b1d17ae | diff --git a/test/config/downloader.js b/test/config/downloader.js
index <HASH>..<HASH> 100644
--- a/test/config/downloader.js
+++ b/test/config/downloader.js
@@ -51,6 +51,14 @@ module.exports = {
'firmata': false
},
+ gh_master_branch_fw: {
+ 'name': 'test_firmware5',
+ 'deviceID': 0x01,
+ 'creator... | feat: added a new test firmware for gh master branch usage | nodebots_nodebots-interchange | train | js |
ff98bcda9b09f973b134dbc54b4a298770337bf2 | diff --git a/lib/instrumentation/modules/elasticsearch.js b/lib/instrumentation/modules/elasticsearch.js
index <HASH>..<HASH> 100644
--- a/lib/instrumentation/modules/elasticsearch.js
+++ b/lib/instrumentation/modules/elasticsearch.js
@@ -40,11 +40,14 @@ module.exports = function (elasticsearch, agent, version, enabled... | fix: handle promise rejection in case elasticsearch client throws (#<I>)
Fixes: #<I> | elastic_apm-agent-nodejs | train | js |
1cb8456bec9cfeab2faaae35dcd93f5882f033a6 | diff --git a/src/cli/cms/editor/handlebars/folders.js b/src/cli/cms/editor/handlebars/folders.js
index <HASH>..<HASH> 100755
--- a/src/cli/cms/editor/handlebars/folders.js
+++ b/src/cli/cms/editor/handlebars/folders.js
@@ -3,7 +3,7 @@ import recursiveFolder from './recursiveFolder'
export default function folders(ob... | fix: adding a test on object's availability | abecms_abecms | train | js |
636a141a4ab3c4c9a490aea6956b32fec2324e08 | diff --git a/packages/netlify-cms-backend-github/src/AuthenticationPage.js b/packages/netlify-cms-backend-github/src/AuthenticationPage.js
index <HASH>..<HASH> 100644
--- a/packages/netlify-cms-backend-github/src/AuthenticationPage.js
+++ b/packages/netlify-cms-backend-github/src/AuthenticationPage.js
@@ -17,7 +17,7 @@... | chore: fix `function` prop-type (#<I>) | netlify_netlify-cms | train | js,js |
ef9102d4fc14d40101c8cc935511a77b49f3b17b | diff --git a/aws/hosted_zones.go b/aws/hosted_zones.go
index <HASH>..<HASH> 100644
--- a/aws/hosted_zones.go
+++ b/aws/hosted_zones.go
@@ -10,6 +10,7 @@ var hostedZoneIDsMap = map[string]string{
"us-west-1": "Z2F56UZL2M1ACD",
"eu-west-1": "Z1BKCTXD74EZPE",
"eu-west-2": "Z3GKZC51ZF0DB4",
+ "eu-west-... | feat(eu-west-3): update hosted zones region map | terraform-providers_terraform-provider-aws | train | go |
ee0c6fb388376d639823388e3b93fa3beea23402 | diff --git a/lib/platform/git/storage.js b/lib/platform/git/storage.js
index <HASH>..<HASH> 100644
--- a/lib/platform/git/storage.js
+++ b/lib/platform/git/storage.js
@@ -35,6 +35,7 @@ class Storage {
await git.raw(['reset', '--hard']);
await git.checkout(branchName);
await git.raw(['reset', '--har... | fix(gitFs): clean branches | renovatebot_renovate | train | js |
fa3eee8fd9ca08d7842970c41aec1a8ebcf22f35 | diff --git a/src/client/actions/GuildDelete.js b/src/client/actions/GuildDelete.js
index <HASH>..<HASH> 100644
--- a/src/client/actions/GuildDelete.js
+++ b/src/client/actions/GuildDelete.js
@@ -28,6 +28,9 @@ class GuildDeleteAction extends Action {
};
}
+ for (const channel of guild.channels.val... | fix(GuildDelete): disconnect voice and cleanup GuildChannels (#<I>) | discordjs_discord.js | train | js |
3e93fd5c16fa4579165749c4733e2aef566e7f5b | diff --git a/src/utils/dev.js b/src/utils/dev.js
index <HASH>..<HASH> 100644
--- a/src/utils/dev.js
+++ b/src/utils/dev.js
@@ -8,7 +8,7 @@ const isEmpty = require('lodash/isEmpty')
const { supportsBackgroundFunctions } = require('../lib/account')
-const { exit: failAndExit, log, warn } = require('./command-helpers... | fix(dev): fixes an issue where errors in the `dev` command where not shown (#<I>)
This caused the CLI to exit silently without any further information for the user about the problem.
Fixes #<I> | netlify_cli | train | js |
106b651b544fcf4fffc8743a307571f74108f52b | diff --git a/src/index.js b/src/index.js
index <HASH>..<HASH> 100644
--- a/src/index.js
+++ b/src/index.js
@@ -203,6 +203,7 @@ class IpfsRepo {
}
module.exports = IpfsRepo
+module.exports.repoVersion = repoVersion
function ignoringIf (cond, cb) {
return (err) => { | feat: export the current repo version. (#<I>) | ipfs_js-ipfs-repo | train | js |
436a3ef38643b43b88b306510ab5fb1b9e2e0ea2 | diff --git a/src/Models/Corporation/CorporationMemberTracking.php b/src/Models/Corporation/CorporationMemberTracking.php
index <HASH>..<HASH> 100644
--- a/src/Models/Corporation/CorporationMemberTracking.php
+++ b/src/Models/Corporation/CorporationMemberTracking.php
@@ -187,7 +187,7 @@ class CorporationMemberTracking e... | refactor: rename type to ship to be more logic | eveseat_eveapi | train | php |
b3d74d63a45f6bb65bfc9c3d9d774ba9d5c93c88 | diff --git a/packages/d3fc-sample/src/bucket.js b/packages/d3fc-sample/src/bucket.js
index <HASH>..<HASH> 100644
--- a/packages/d3fc-sample/src/bucket.js
+++ b/packages/d3fc-sample/src/bucket.js
@@ -4,8 +4,10 @@ export default function() {
var bucketSize = 10;
- var bucket = (data) => range(0, Math.ceil(dat... | fix: bucket utility now returns the same number of buckets as the data length if the bucket size is less than 1 | d3fc_d3fc | train | js |
c49b6270205660f28ee1bed8b6a0e9636cb4eb0c | diff --git a/src/webpack.js b/src/webpack.js
index <HASH>..<HASH> 100644
--- a/src/webpack.js
+++ b/src/webpack.js
@@ -27,7 +27,10 @@ function svgrLoader(source) {
'@babel/preset-react',
['@babel/preset-env', { modules: false }],
],
- plugins: ['@babel/plugin-transform-reac... | fix(loader): add missing babel-plugin (#<I>) | smooth-code_svgr | train | js |
7063927503b75f88622b2d3ab49f111942aaefaf | diff --git a/src/foremast/configs/prepare_configs.py b/src/foremast/configs/prepare_configs.py
index <HASH>..<HASH> 100644
--- a/src/foremast/configs/prepare_configs.py
+++ b/src/foremast/configs/prepare_configs.py
@@ -58,6 +58,7 @@ def process_git_configs(git_short=''):
LOG.info('Pipeline configuration not av... | chore: FIXME to handle pyapi-gitlab return False | foremast_foremast | train | py |
4033a17a5d3898ae763118ae8b862cf2bfa2265c | diff --git a/optlang/expression_parsing.py b/optlang/expression_parsing.py
index <HASH>..<HASH> 100644
--- a/optlang/expression_parsing.py
+++ b/optlang/expression_parsing.py
@@ -83,7 +83,7 @@ def _parse_linear_expression(expression, expanded=False, **kwargs):
if not (var.is_Symbol):
if var == 1:
... | fix: convert obj offsets to floats
Prevent objective values from being sympy types | biosustain_optlang | train | py |
9f53c6c5bc3ce4e4fad02e1f062c6ad6f184d23e | diff --git a/superset/databases/commands/test_connection.py b/superset/databases/commands/test_connection.py
index <HASH>..<HASH> 100644
--- a/superset/databases/commands/test_connection.py
+++ b/superset/databases/commands/test_connection.py
@@ -115,6 +115,12 @@ class TestConnectionDatabaseCommand(BaseCommand):
... | chore: add success log whenever a connection is working (#<I>) | apache_incubator-superset | train | py |
e7330e65a92b60dd405eb36e1f424e0553a1ae87 | diff --git a/tornado/test/twisted_test.py b/tornado/test/twisted_test.py
index <HASH>..<HASH> 100644
--- a/tornado/test/twisted_test.py
+++ b/tornado/test/twisted_test.py
@@ -51,7 +51,10 @@ skipIfNoTwisted = unittest.skipUnless(have_twisted, "twisted module not present"
def save_signal_handlers():
saved = {}
- ... | test: Add hasattr check for SIGCHLD
This name is not present on all platforms | tornadoweb_tornado | train | py |
866b6f51df64cabcf46425e4f7e7f9533e348315 | diff --git a/addon/services/loading-opacity-tracker.js b/addon/services/loading-opacity-tracker.js
index <HASH>..<HASH> 100644
--- a/addon/services/loading-opacity-tracker.js
+++ b/addon/services/loading-opacity-tracker.js
@@ -12,7 +12,7 @@ export default class LoadingOpacityTrackerService extends Service {
has(key)... | chore: remove superfluous complexity in clear()
`delete` does not work on return values from functions.
`Map.prototype.clear()` does not take an argument. (Perhaps
`Map.prototype.delete()` was intended instead?) | ilios_common | train | js |
eb13bcf79d266d88e7e8ad679545ae3f23dd2a66 | diff --git a/lib/util/http-mgr.js b/lib/util/http-mgr.js
index <HASH>..<HASH> 100644
--- a/lib/util/http-mgr.js
+++ b/lib/util/http-mgr.js
@@ -6,6 +6,7 @@ var logger = require('./logger');
var cache = {};
var listeners = [];
+var newUrls;
var TIMEOUT = 10000;
var INTERVAL = 1000 * 60 * 3;
var MAX_RULES_LEN = 102... | feat: support for setting remote rules link in the rules.txt of the plugin | avwo_whistle | train | js |
ce1e7da857f59c7c310b6e300bd950c8557a4f12 | diff --git a/doc/src/js/examples/extend-editor.js b/doc/src/js/examples/extend-editor.js
index <HASH>..<HASH> 100644
--- a/doc/src/js/examples/extend-editor.js
+++ b/doc/src/js/examples/extend-editor.js
@@ -300,9 +300,11 @@ export class TransformBoxRenderer {
render(context, viewMatrix, projectionMatrix) {
co... | fix: correct raycasting for editor
Compute projection matrix inverse to ensure
that raycasting is performed correctly for
editor objects. | mapillary_mapillary-js | train | js |
ae81a0f4be897ef118017a8f3015d4232d1fb0df | diff --git a/packages/vaex-core/setup.py b/packages/vaex-core/setup.py
index <HASH>..<HASH> 100644
--- a/packages/vaex-core/setup.py
+++ b/packages/vaex-core/setup.py
@@ -20,7 +20,7 @@ url = 'https://www.github.com/maartenbreddels/vaex'
# TODO: can we do without requests and progressbar2?
# TODO: after python2 suppor... | chore: pin numpy to appearently compatible binary with wheels | vaexio_vaex | train | py |
dc83819262cd786b947754df4e6d712d21b36dde | diff --git a/src/cobra/manipulation/delete.py b/src/cobra/manipulation/delete.py
index <HASH>..<HASH> 100644
--- a/src/cobra/manipulation/delete.py
+++ b/src/cobra/manipulation/delete.py
@@ -4,8 +4,6 @@ from __future__ import absolute_import
from ast import And, NodeTransformer
-from six import iteritems, string_t... | refactor: remove six usage in delete.py | opencobra_cobrapy | train | py |
081351ec1d228bad6777a6ac3e07fc978e3f013f | diff --git a/src/func/alias.js b/src/func/alias.js
index <HASH>..<HASH> 100644
--- a/src/func/alias.js
+++ b/src/func/alias.js
@@ -49,6 +49,10 @@ export async function updateAliasSet(
const oldSetItems: Array<Alias> =
oldSet ? oldSet.related('aliases').toJSON() : [];
+ if (_.isEmpty(oldSetItems) && _.isEmpty(new... | fix(func): handle case where old and new alias sets are empty | bookbrainz_bookbrainz-data-js | train | js |
3e426c93017dfee06fa8af7efbbc602910e4354f | diff --git a/src/jquery.draggable.js b/src/jquery.draggable.js
index <HASH>..<HASH> 100644
--- a/src/jquery.draggable.js
+++ b/src/jquery.draggable.js
@@ -76,13 +76,13 @@
var fn = Draggable.prototype;
fn.init = function() {
- this.calculate_positions();
+ this.calculate_dimensions();
... | chore: rename calculate_positions to calculate_dimensions | ducksboard_gridster.js | train | js |
0d3af8b3d78d8ee6884d733e69f853b3010c3816 | diff --git a/ddl/ddl_worker_test.go b/ddl/ddl_worker_test.go
index <HASH>..<HASH> 100644
--- a/ddl/ddl_worker_test.go
+++ b/ddl/ddl_worker_test.go
@@ -267,7 +267,6 @@ func TestParallelDDL(t *testing.T) {
// Table 3 order.
require.Less(t, seqIDs[6], seqIDs[7])
require.Less(t, seqIDs[7], seqIDs[9])
- require.Less(t... | test: fix unstable test `TestParallelDDL` (#<I>)
close pingcap/tidb#<I> | pingcap_tidb | train | go |
900a1321ffefdbefa0ee40e8bb8e1d2434360027 | diff --git a/test/scenario_test/bgp_router_test.py b/test/scenario_test/bgp_router_test.py
index <HASH>..<HASH> 100644
--- a/test/scenario_test/bgp_router_test.py
+++ b/test/scenario_test/bgp_router_test.py
@@ -431,7 +431,6 @@ class GoBGPTestBase(unittest.TestCase):
self.quaggas = {'g2': g2, 'g3': g3}
... | test: fix bug of bgp_router_test.py
Since g3's route (MED <I>) is weaker than g2's,
g3's route should not be advertised to g2 from g1.
But when g3's route arrives on g1 before g2's, g1 advertises g3's route.
This commit ensures g3's route come after g2's route | osrg_gobgp | train | py |
f59cbe5390c01744e1b601ab47299ce493406a5c | diff --git a/synth.py b/synth.py
index <HASH>..<HASH> 100644
--- a/synth.py
+++ b/synth.py
@@ -22,6 +22,7 @@ java.common_templates(excludes=[
'README.md',
'.github/ISSUE_TEMPLATE/bug_report.md',
'.kokoro/presubmit/integration.cfg',
+ '.kokoro/nightly/integration.cfg',
'.kokoro/presubmit/java7.cfg',
'.ko... | chore: skip nightly IT cfg for generation (#<I>) | googleapis_cloud-bigtable-client | train | py |
380ba2565b59831ca21175d86ae483c76702270f | diff --git a/packages/icon/src/react/index.js b/packages/icon/src/react/index.js
index <HASH>..<HASH> 100644
--- a/packages/icon/src/react/index.js
+++ b/packages/icon/src/react/index.js
@@ -5,17 +5,18 @@ import React from 'react'
import icons from './icons'
-const ids = Object.keys(icons).reduce((acc, id) => {
+e... | feat(icon): export statics separately | pluralsight_design-system | train | js |
a6bc78e607b889eaa643520409bc6df0e61d5691 | diff --git a/packages/@vue/cli-service/lib/commands/serve.js b/packages/@vue/cli-service/lib/commands/serve.js
index <HASH>..<HASH> 100644
--- a/packages/@vue/cli-service/lib/commands/serve.js
+++ b/packages/@vue/cli-service/lib/commands/serve.js
@@ -2,8 +2,7 @@ const {
info,
error,
hasYarn,
- openBrowser,
- ... | chore: do not clear screen when serving so that warnings can be seen | vuejs_vue-cli | train | js |
358c75b362f0603a0364eced893bad773021233c | 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
@@ -455,9 +455,15 @@ function getRulesFromPlugins(type, req, res, callback) {
requestRules(_options, function(err, body, values, raw) {
body = (body || '') + (!isRes... | feat: Support set the internal values of the plugin | avwo_whistle | train | js |
d1b7d08517a5f9766e644014062be1db2088a76b | diff --git a/algolia/search/requests_indexing.go b/algolia/search/requests_indexing.go
index <HASH>..<HASH> 100644
--- a/algolia/search/requests_indexing.go
+++ b/algolia/search/requests_indexing.go
@@ -42,3 +42,8 @@ type getObjectsReq struct {
type batchReq struct {
Requests []BatchOperation `json:"requests,omitemp... | feat(search): expose built-in operations for partial updates with PartialUpdateOperation | algolia_algoliasearch-client-go | train | go |
de409f9e59b988d2210c3c18e3bf32c3cb328b3d | diff --git a/lib/tool.js b/lib/tool.js
index <HASH>..<HASH> 100644
--- a/lib/tool.js
+++ b/lib/tool.js
@@ -19,7 +19,7 @@ class WebpackTool {
}, config);
this.ready = false;
this.startTime = Date.now();
- this.cli = utils.getCLI();
+ this.cli = utils.getCLI(this.config.cli);
}
/* istanbul ig... | fix: customize cli when process mode | easy-team_webpack-tool | train | js,js,json |
bae3aaab8f6b3ec60521d5fd2303a9c4bb052b1b | diff --git a/packages/webpack-cli/lib/bootstrap.js b/packages/webpack-cli/lib/bootstrap.js
index <HASH>..<HASH> 100644
--- a/packages/webpack-cli/lib/bootstrap.js
+++ b/packages/webpack-cli/lib/bootstrap.js
@@ -64,7 +64,7 @@ const runCLI = async (cliArgs) => {
parsedArgsOpts.entry = entry;
}
- ... | chore: fix args to run method (#<I>) | webpack_webpack-cli | train | js |
0b3170f717bd4c54777b9c0de49fa3db0b43ca79 | diff --git a/packages/bonde-styleguide/src/content/Title/Title.js b/packages/bonde-styleguide/src/content/Title/Title.js
index <HASH>..<HASH> 100644
--- a/packages/bonde-styleguide/src/content/Title/Title.js
+++ b/packages/bonde-styleguide/src/content/Title/Title.js
@@ -46,9 +46,9 @@ H3.displayName = 'Title.H3'
const ... | fix(styleguide): become Title.H3 bold | nossas_bonde-client | train | js |
7ee9f2f1888fe93bd197c205fff63b90ad54b6aa | diff --git a/packages/netlify-cms-core/src/components/Editor/EditorToolbar.js b/packages/netlify-cms-core/src/components/Editor/EditorToolbar.js
index <HASH>..<HASH> 100644
--- a/packages/netlify-cms-core/src/components/Editor/EditorToolbar.js
+++ b/packages/netlify-cms-core/src/components/Editor/EditorToolbar.js
@@ -5... | fix(editor): proper length check for history when going back in editor (#<I>) | netlify_netlify-cms | train | js |
b5f06d6ac8065a9af48ff327ad43d0e7ea2a11a2 | diff --git a/test/lib/SSML.test.js b/test/lib/SSML.test.js
index <HASH>..<HASH> 100644
--- a/test/lib/SSML.test.js
+++ b/test/lib/SSML.test.js
@@ -33,6 +33,18 @@ describe('bin/lib/SSML', () => {
expect(ssml.output()).to.eq(expected);
});
+ it('add text that only outputs on fallback', () => {
+ con... | test(SSML): Add missing SSML coverage | ImAdamTM_actions-ai-app | train | js |
171c89a96d56b50dc6166cabdcdd8978f1f0e737 | diff --git a/lib/https/index.js b/lib/https/index.js
index <HASH>..<HASH> 100644
--- a/lib/https/index.js
+++ b/lib/https/index.js
@@ -104,6 +104,12 @@ function handleWebsocket(socket, clientIp, callback) {
util.handlePluginRules(socket, rulesMgr);
if (filter.rule) {
plugin = null;
+ } else {... | feat: handle websocket plugin rules | avwo_whistle | train | js |
962849576b03e4a6c4eb42ffe65b7f7ac8929845 | diff --git a/lib/application_kronos.js b/lib/application_kronos.js
index <HASH>..<HASH> 100644
--- a/lib/application_kronos.js
+++ b/lib/application_kronos.js
@@ -26,14 +26,13 @@ class ApplicationKronos extends Koa {
* instead of a fixed one.
*/
callback() {
- const self = this;
if (!this.listeners('error')... | refactor: use this if possible | Kronos-Integration_kronos-koa | train | js |
ffeca24412b5586d9b0d4d4e25ef4d05918d5484 | diff --git a/test/cases/wasm/imports-multiple/module.js b/test/cases/wasm/imports-multiple/module.js
index <HASH>..<HASH> 100644
--- a/test/cases/wasm/imports-multiple/module.js
+++ b/test/cases/wasm/imports-multiple/module.js
@@ -1,6 +1,6 @@
import { getResult } from "./wasm.wasm";
-export var result = getResult();... | feat(wasm): pass arg in test | webpack_webpack | train | js |
13e99ffff126d2bacbbbddddd76e421f9433632e | diff --git a/packages/resolve-scripts/src/server/index.js b/packages/resolve-scripts/src/server/index.js
index <HASH>..<HASH> 100644
--- a/packages/resolve-scripts/src/server/index.js
+++ b/packages/resolve-scripts/src/server/index.js
@@ -22,7 +22,8 @@ const appDirectory = fs.realpathSync(process.cwd());
const useYarn... | fix(resolve-scripts): use server bundling without node_modules for socket.io | reimagined_resolve | train | js |
f952a7e4859c6bdef9bc8fd13e84274122a6b3d7 | diff --git a/lib/components/map/vehicle-rental-overlay.js b/lib/components/map/vehicle-rental-overlay.js
index <HASH>..<HASH> 100644
--- a/lib/components/map/vehicle-rental-overlay.js
+++ b/lib/components/map/vehicle-rental-overlay.js
@@ -32,7 +32,9 @@ class VehicleRentalOverlay extends MapLayer {
}
componentDi... | refactor(vehicle-overlay): move noisy warning to componentDidMount | opentripplanner_otp-react-redux | train | js |
916f7e923aed50e44d3a981f8b684021fd85da40 | diff --git a/superset/connectors/sqla/models.py b/superset/connectors/sqla/models.py
index <HASH>..<HASH> 100644
--- a/superset/connectors/sqla/models.py
+++ b/superset/connectors/sqla/models.py
@@ -45,7 +45,6 @@ from sqlalchemy import (
Table,
Text,
)
-from sqlalchemy.exc import CompileError
from sqlalchem... | fix(dataset): fetch metadata on dataset creation may raise broad exceptions (#<I>)
* fix(dataset): fetch metadata on dataset creation may raise broad driver exceptions | apache_incubator-superset | train | py |
0797293acdd5060627349502fed3a5cc3064cae4 | diff --git a/packages/cerebral-forms/src/field.test.js b/packages/cerebral-forms/src/field.test.js
index <HASH>..<HASH> 100644
--- a/packages/cerebral-forms/src/field.test.js
+++ b/packages/cerebral-forms/src/field.test.js
@@ -93,6 +93,9 @@ describe('field', () => {
controller.getSignal('fieldChanged')({field: 'fo... | test(forms): improve dependsOn tests | cerebral_cerebral | train | js |
84e20970a0ea4f42b7952aac57e33e64b36395f2 | diff --git a/aws/resource_aws_cloudwatch_query_definition.go b/aws/resource_aws_cloudwatch_query_definition.go
index <HASH>..<HASH> 100644
--- a/aws/resource_aws_cloudwatch_query_definition.go
+++ b/aws/resource_aws_cloudwatch_query_definition.go
@@ -93,6 +93,9 @@ func resourceAwsCloudWatchQueryDefinitionRead(c context... | refactor(aws_cloudwatch_query_definition): set query_definition_id in read | terraform-providers_terraform-provider-aws | train | go |
0e8e2f6e6bbaf44a8fb67a24b5d7b970bc6c4928 | diff --git a/views/js/qtiCreator/widgets/static/helpers/itemScrollingMethods.js b/views/js/qtiCreator/widgets/static/helpers/itemScrollingMethods.js
index <HASH>..<HASH> 100644
--- a/views/js/qtiCreator/widgets/static/helpers/itemScrollingMethods.js
+++ b/views/js/qtiCreator/widgets/static/helpers/itemScrollingMethods.... | fix: wrong selector for wrapper | oat-sa_extension-tao-itemqti | train | js |
99c6ba97edb30aef228798520bc2d91613dbacfb | diff --git a/test/integration/boostrap.spec.js b/test/integration/boostrap.spec.js
index <HASH>..<HASH> 100644
--- a/test/integration/boostrap.spec.js
+++ b/test/integration/boostrap.spec.js
@@ -1,34 +1,10 @@
-'use strict';
-
-
-process.env.NODE_ENV = 'test';
-
-
-/* dependencies */
-const mongoose = require('mongoose'... | chore(integration): implement to es6 and fix prettier errors | CodeTanzania_majifix-service | train | js |
f6328faa932e2367400fb3a691e02168de925d43 | diff --git a/routes/session.js b/routes/session.js
index <HASH>..<HASH> 100644
--- a/routes/session.js
+++ b/routes/session.js
@@ -190,7 +190,7 @@ function sessionRoutes (server, options, next) {
})
.then(function (session) {
- if (!session) {
+ if (!request.query.include) {
r... | fix(session): return with <I> if `?include` not set | hoodiehq_hoodie-account-server | train | js |
67ec743f32350936c200191b548af5d6d1c7d479 | diff --git a/src/index.js b/src/index.js
index <HASH>..<HASH> 100644
--- a/src/index.js
+++ b/src/index.js
@@ -125,7 +125,7 @@ function initializeEntityPopup(searchOptions) {
if (! document.getElementById('cwrc-entity-lookup') ) {
$(document.body).append($.parseHTML(
`<div id="cwrc-entity-loo... | fix: fix search box focus issue
<I> | cwrc_CWRC-PublicEntityDialogs | train | js |
e40f51fb064f809f91306e9ea9c874118d0dec50 | diff --git a/edxval/pacts/views.py b/edxval/pacts/views.py
index <HASH>..<HASH> 100644
--- a/edxval/pacts/views.py
+++ b/edxval/pacts/views.py
@@ -31,8 +31,8 @@ def provider_state(request):
}
request_body = json.loads(request.body)
state = request_body.get('state')
+ clear_database()
if state in ... | refactor: move clear database call out of if condition | edx_edx-val | train | py |
873a3a16ccf0a1973ff788c054d7049a41968563 | diff --git a/website/siteConfig.js b/website/siteConfig.js
index <HASH>..<HASH> 100644
--- a/website/siteConfig.js
+++ b/website/siteConfig.js
@@ -2,6 +2,10 @@
// site configuration options.
const siteConfig = {
+ algolia: {
+ apiKey: "7c4587628ca223f7abcd82db137ad7b4",
+ indexName: "fuse_box",
+ },
base... | docs(website): Add search powered by Algolia | fuse-box_fuse-box | train | js |
a345a26e5f7510fdd3abd172ce418b5c1bde7e11 | diff --git a/src/Model.php b/src/Model.php
index <HASH>..<HASH> 100644
--- a/src/Model.php
+++ b/src/Model.php
@@ -494,8 +494,9 @@ abstract class Model extends PhalconModel
$realValue = next($value);
}
$bindKey = str_replace(['.'], '_', $key);
+ ... | feat(model): process multiple conditions on same column | phwoolcon_phwoolcon | train | php |
f614d16bac9146094edeb1dda94f3eb3910699bf | diff --git a/tests/Rules/RelationExistenceRuleTest.php b/tests/Rules/RelationExistenceRuleTest.php
index <HASH>..<HASH> 100644
--- a/tests/Rules/RelationExistenceRuleTest.php
+++ b/tests/Rules/RelationExistenceRuleTest.php
@@ -174,10 +174,6 @@ class RelationExistenceRuleTest extends RuleTestCase
],
... | fix: reorder expectations after stlye fix | nunomaduro_larastan | train | php |
ee82683b42754b804006bf8b366ba95f1dbd6f66 | diff --git a/swarm-replica/src/Replica.js b/swarm-replica/src/Replica.js
index <HASH>..<HASH> 100644
--- a/swarm-replica/src/Replica.js
+++ b/swarm-replica/src/Replica.js
@@ -373,13 +373,11 @@ Replica.prototype.done = function (request) {
var key_prefix = this.prefix + request.typeid;
save_queue.forEa... | fix(replica): looks like a merge bug
records were saved under doubled prefixes | gritzko_swarm | train | js |
2f046596ddd196fe568f023dccd28f6dea7937d7 | diff --git a/test/test.js b/test/test.js
index <HASH>..<HASH> 100644
--- a/test/test.js
+++ b/test/test.js
@@ -1,5 +1,5 @@
-import test from 'ava';
import path from 'path';
+import test from 'ava';
import {transform, transformFileAsync} from '@babel/core'; | chore: Address import/order finding from xo | cfware_babel-plugin-template-html-minifier | train | js |
a6788be39c74018b2ba94604688529028391b6ea | diff --git a/packages/node_modules/@webex/plugin-meetings/src/common/logs/logger-proxy.js b/packages/node_modules/@webex/plugin-meetings/src/common/logs/logger-proxy.js
index <HASH>..<HASH> 100644
--- a/packages/node_modules/@webex/plugin-meetings/src/common/logs/logger-proxy.js
+++ b/packages/node_modules/@webex/plugi... | fix(meetings): add info to the logger | webex_spark-js-sdk | train | js |
d82886047748b49a74943c8a8931deb2fe902654 | diff --git a/packages/webpack/mixin.core.js b/packages/webpack/mixin.core.js
index <HASH>..<HASH> 100644
--- a/packages/webpack/mixin.core.js
+++ b/packages/webpack/mixin.core.js
@@ -156,11 +156,11 @@ class WebpackMixin extends Mixin {
Promise.resolve(argv.clean && this.clean())
.then(this.b... | refactor(webpack): update to untool/express' new hooks | untool_untool | train | js |
f2424cfac1375433113e8daf7e75ebc84eda2d69 | diff --git a/src/chart/RadarChart.js b/src/chart/RadarChart.js
index <HASH>..<HASH> 100644
--- a/src/chart/RadarChart.js
+++ b/src/chart/RadarChart.js
@@ -103,7 +103,7 @@ class RadarChart extends Component {
const currentMax = Math.max.apply(null, values);
const currentMin = Math.min.apply(null, values);
... | fix(RadarChart): fix the bug of calculate extene in RadarChart | recharts_recharts | train | js |
75c0ffaa68ac350b2a62df8ed5b6203024352c4e | diff --git a/tests/test_data_cloud.py b/tests/test_data_cloud.py
index <HASH>..<HASH> 100644
--- a/tests/test_data_cloud.py
+++ b/tests/test_data_cloud.py
@@ -217,3 +217,16 @@ class TestDataCloudLocalCli(TestDvc):
self.assertTrue(os.path.isfile(cache_dir))
self.main(['status'])
+
+
+class TestDataCl... | test: test CLI failures for push/pull/fetch/status | iterative_dvc | train | py |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.