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 |
|---|---|---|---|---|---|
1ac141d7eda00d4b1a2bc3493529a9c2fb86a3af | diff --git a/gulpfile.js b/gulpfile.js
index <HASH>..<HASH> 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -100,5 +100,4 @@ gulp.task('pre-publish', [
'tsc',
'typedoc',
'spellcheck',
- 'create-dist',
-]);
+ 'create-dist']); | fix: try to fix travis build hangs | DAVFoundation_dav-js | train | js |
6ab34b7f8ad4a9101e1bce3cb5c36e170bb11047 | diff --git a/core/corehttp/webui.go b/core/corehttp/webui.go
index <HASH>..<HASH> 100644
--- a/core/corehttp/webui.go
+++ b/core/corehttp/webui.go
@@ -1,11 +1,12 @@
package corehttp
// TODO: move to IPNS
-const WebUIPath = "/ipfs/QmXc9raDM1M5G5fpBnVyQ71vR4gbnskwnB9iMEzBuLgvoZ"
+const WebUIPath = "/ipfs/QmfQkD8pBSBC... | feat: update to IPFS Web UI <I>
- Improved MFS file manager
- Opt-in, anonymouse, self-hosted web analytics (see <URL>)
- Bug fixes and UX improvements
<URL> | ipfs_go-ipfs | train | go |
7d8300a1fcb8a49de2ca21f6d2206d5123d3f0b8 | diff --git a/test/test_framework.go b/test/test_framework.go
index <HASH>..<HASH> 100644
--- a/test/test_framework.go
+++ b/test/test_framework.go
@@ -57,6 +57,7 @@ type server struct {
cmd *exec.Cmd
t *t
envName string
+ portNum int
containerName string
opts options... | test: potential fix for env not being added | micro_micro | train | go |
c91673ef5c1ebac9ca205589d544d37aeda57258 | diff --git a/src/OoGlee/Domain/Entities/User/Repositories/UserEloquentRepository.php b/src/OoGlee/Domain/Entities/User/Repositories/UserEloquentRepository.php
index <HASH>..<HASH> 100644
--- a/src/OoGlee/Domain/Entities/User/Repositories/UserEloquentRepository.php
+++ b/src/OoGlee/Domain/Entities/User/Repositories/User... | chore: Rename file UserEloquentRepository | RowlandOti_ooglee-usersmodule | train | php |
32bdece06c5a17212bbcaf1d7a3e12049f83ef7d | diff --git a/test/w.go b/test/w.go
index <HASH>..<HASH> 100644
--- a/test/w.go
+++ b/test/w.go
@@ -103,8 +103,8 @@ func (w w) equal(want, got notify.EventInfo) error {
// Take into account wantb, gotb (not taken because of fsnotify for delete).
if wante != gote || wantp != gotp {
return fmt.Errorf("want EventInf... | test: Expected printed in error as result. | rjeczalik_notify | train | go |
3fde024d32ace899657c4db51067c1b379079bf7 | diff --git a/system/Common.php b/system/Common.php
index <HASH>..<HASH> 100644
--- a/system/Common.php
+++ b/system/Common.php
@@ -21,7 +21,6 @@ use CodeIgniter\Files\Exceptions\FileNotFoundException;
use CodeIgniter\HTTP\Exceptions\HTTPException;
use CodeIgniter\HTTP\RedirectResponse;
use CodeIgniter\HTTP\RequestIn... | refactor: remove uneeded use statement | codeigniter4_CodeIgniter4 | train | php |
fcbbe9af84884b22a5377227c982f09983144776 | diff --git a/lib/configHooks.js b/lib/configHooks.js
index <HASH>..<HASH> 100644
--- a/lib/configHooks.js
+++ b/lib/configHooks.js
@@ -28,15 +28,15 @@ var HOOKS = {
resolveBase,
outputPath;
- if (currOutputPath) {
+ if (_.isString(currOutputPath)) {
currOutputPath ... | refactor(configHooks): uses `lodash` methods | Fitbit_webpack-cluster | train | js |
16a7323ae588ae5dc61d85f0bf14acb1c4c8a7d2 | diff --git a/lib/sdam/server_selectors.js b/lib/sdam/server_selectors.js
index <HASH>..<HASH> 100644
--- a/lib/sdam/server_selectors.js
+++ b/lib/sdam/server_selectors.js
@@ -10,14 +10,6 @@ const SMALLEST_MAX_STALENESS_SECONDS = 90;
function writableServerSelector() {
return function(topologyDescription, servers)... | refactor(server-selectors): simplify writable selection rules | mongodb-js_mongodb-core | train | js |
deb638e727f67ed4afb7a848ee126019ab741003 | diff --git a/quasar/build/build.api.js b/quasar/build/build.api.js
index <HASH>..<HASH> 100644
--- a/quasar/build/build.api.js
+++ b/quasar/build/build.api.js
@@ -183,6 +183,8 @@ function parseObject ({ banner, api, itemName, masterType }) {
type = masterType
}
+ type = type.startsWith('Promise') ? 'Promise'... | feat(API): Support for "Promise<type>" | quasarframework_quasar | train | js |
0f769f4b88ed96d7a8c4e67181241a5bccb4e881 | diff --git a/src/index.js b/src/index.js
index <HASH>..<HASH> 100644
--- a/src/index.js
+++ b/src/index.js
@@ -96,11 +96,9 @@ function defaultConfig(loader, appHost) {
let aurelia = new Aurelia(loader);
aurelia.host = appHost;
- if (window.location.protocol !== 'http' && window.location.protocol !== 'https') {... | fix(index): remove check for localhost | aurelia_bootstrapper | train | js |
890a6876b148ae1ba56d5b941e8b28876feb35d3 | diff --git a/examples/data-center/data-center.js b/examples/data-center/data-center.js
index <HASH>..<HASH> 100644
--- a/examples/data-center/data-center.js
+++ b/examples/data-center/data-center.js
@@ -3,5 +3,5 @@
module.exports = require("../..").build(({push, n}) => [
"nrows", "nslots", push, "npools", push,
... | style: added missing dangling commas | hgwood_jolicitron | train | js,js |
2b76bce89259dcaa64d6c438658854adec4ad453 | diff --git a/scripts/exec.js b/scripts/exec.js
index <HASH>..<HASH> 100644
--- a/scripts/exec.js
+++ b/scripts/exec.js
@@ -3,6 +3,6 @@
const execa = require('execa')
const npmRunPath = require('npm-run-path')
-module.exports = (cmd, args, opts = {}) => {
- execa.commandSync(cmd, args, {env: npmRunPath.env(), stdio... | fix: rm args from exec (#<I>) | oclif_semantic-release | train | js |
04b29609a743d8a8915589069e538a24d1e0be58 | diff --git a/auto-release.js b/auto-release.js
index <HASH>..<HASH> 100644
--- a/auto-release.js
+++ b/auto-release.js
@@ -48,7 +48,7 @@ async function init() {
if (isCanaryRelease) {
try {
const version = await shell
- .exec('auto version --from v${currentVersion}', { silent: true })
+ .ex... | fix: update auto-release script to fix issue when calculating canary version | bolt-design-system_bolt | train | js |
ac786c3ff6c516690b2113e7507b39e9da9eeb11 | diff --git a/samples/createBucketWithTurboReplication.js b/samples/createBucketWithTurboReplication.js
index <HASH>..<HASH> 100644
--- a/samples/createBucketWithTurboReplication.js
+++ b/samples/createBucketWithTurboReplication.js
@@ -55,7 +55,7 @@ function main(bucketName = 'my-bucket', location = 'NAM4') {
});
... | chore: Update createBucketWithTurboReplication.js (#<I>)
* chore: Update createBucketWithTurboReplication.js
* update sample test with modified string
* update string check in sample test
* remove accidental file
* log output
* escape parens in regex
* disable lint for regex
* double escape inside... | googleapis_nodejs-storage | train | js,js |
8e980bc1abb516f8af889a81f0a52a1cd9456afb | diff --git a/packages/netlify-cms-widget-object/src/ObjectControl.js b/packages/netlify-cms-widget-object/src/ObjectControl.js
index <HASH>..<HASH> 100644
--- a/packages/netlify-cms-widget-object/src/ObjectControl.js
+++ b/packages/netlify-cms-widget-object/src/ObjectControl.js
@@ -14,7 +14,6 @@ const styleStrings = {
... | fix(widget-object): allow nested widgets to overflow (#<I>) | netlify_netlify-cms | train | js |
ad73519d6b7904e7029fac777fa4f7e2c387ac4d | diff --git a/lib/dekiru/data_migration_operator.rb b/lib/dekiru/data_migration_operator.rb
index <HASH>..<HASH> 100644
--- a/lib/dekiru/data_migration_operator.rb
+++ b/lib/dekiru/data_migration_operator.rb
@@ -97,7 +97,7 @@ module Dekiru
increment_side_effects(:deliverd_mailers, event.payload[:mailer]) if event... | refactor: danger_queries -> write_queries | mataki_dekiru | train | rb |
789602cd105a705cf8287cf7b007eb44dfde2a0d | diff --git a/test/integration/features/step_definitions/common-steps.js b/test/integration/features/step_definitions/common-steps.js
index <HASH>..<HASH> 100644
--- a/test/integration/features/step_definitions/common-steps.js
+++ b/test/integration/features/step_definitions/common-steps.js
@@ -19,6 +19,7 @@ async funct... | test(integration): defined rules for the `files` property across project-types | travi_javascript-scaffolder | train | js |
4d89e74882c9108a20ae035652e46c168db8ceae | diff --git a/bin/testUpdated.js b/bin/testUpdated.js
index <HASH>..<HASH> 100644
--- a/bin/testUpdated.js
+++ b/bin/testUpdated.js
@@ -32,9 +32,9 @@ try {
const changedPackages = JSON.parse(output.toString());
const packageNames = changedPackages.map(project => project.name);
-console.info('Building all packages');... | chore: Only build necessary packages (#<I>) | wireapp_wire-web-packages | train | js |
fa9d69ef7eb9d35a32485c33efbafdaeedfbef55 | diff --git a/src/raven.js b/src/raven.js
index <HASH>..<HASH> 100644
--- a/src/raven.js
+++ b/src/raven.js
@@ -69,6 +69,8 @@ function Raven() {
this._globalProject = null;
this._globalContext = {};
this._globalOptions = {
+ // SENTRY_RELEASE can be injected by https://github.com/getsentry/sentry-webpack-plu... | feat: Check for SENTRY_RELEASE during config phase (#<I>) | getsentry_sentry-javascript | train | js |
b3e738f2db22ae348884a7e732f7282dffdd24f5 | diff --git a/spec/operators/count-spec.js b/spec/operators/count-spec.js
index <HASH>..<HASH> 100644
--- a/spec/operators/count-spec.js
+++ b/spec/operators/count-spec.js
@@ -1,13 +1,12 @@
-/* globals describe, it, expect */
+/* globals describe, it, expect, expectObservable, hot */
var Rx = require('../../dist/cjs/Rx... | chore(test): use test marbles for count operator spec | ReactiveX_rxjs | train | js |
398ffe335a05e8343565881aa12367e6bb7aaf20 | diff --git a/packages/cozy-client/src/hooks/useQuery.js b/packages/cozy-client/src/hooks/useQuery.js
index <HASH>..<HASH> 100644
--- a/packages/cozy-client/src/hooks/useQuery.js
+++ b/packages/cozy-client/src/hooks/useQuery.js
@@ -32,9 +32,9 @@ const useQuery = (queryDefinition, options) => {
throw new Error('Bad ... | refactor: Do not automatically generate a as
I do not think this is the right place to do it and it seems to teach
a bad practice to user, especially when we do not have a garbage
collector in the query. I would much prefer if users of useQuery used
options.as | cozy_cozy-client | train | js |
f6d5998a3dac5da0c0182126e30c24522f98d598 | diff --git a/packages/browser-logger/test/unit/src/lib/consoleStream.js b/packages/browser-logger/test/unit/src/lib/consoleStream.js
index <HASH>..<HASH> 100644
--- a/packages/browser-logger/test/unit/src/lib/consoleStream.js
+++ b/packages/browser-logger/test/unit/src/lib/consoleStream.js
@@ -129,6 +129,10 @@ describe... | chore(browser-logger): "Fix tests" by buying some time with an empty test case...
Yeah, IDFK anymore. | randytarampi_me | train | js |
c8473e4436eab6c4e3d5731dc52f5dd738cc0d48 | 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
@@ -58,7 +58,7 @@ const configBuilder = (exports.configBuilder = ({
const FILENAME_TEMPLATE = `${production ? "" : "[name]."}[contenthash:8]`;
cons... | fix(build): fix warning about NODE_ENV defined twice | marko-js_cli | train | js |
b4e02668cf8e2ea929b16c31769fa3b08c7f164c | diff --git a/src/search/index.js b/src/search/index.js
index <HASH>..<HASH> 100644
--- a/src/search/index.js
+++ b/src/search/index.js
@@ -93,6 +93,10 @@ export default createComponent({
<div class={bem('content', props.shape)}>
{Label()}
<Field
+ v-slots={{
+ ... | fix(Search): icon slot not work | youzan_vant | train | js |
de3385601c4d49bbec8006117b78d1a182b9da3f | diff --git a/jobs/create-group-version-branch.js b/jobs/create-group-version-branch.js
index <HASH>..<HASH> 100644
--- a/jobs/create-group-version-branch.js
+++ b/jobs/create-group-version-branch.js
@@ -170,6 +170,11 @@ module.exports = async function (
return
}
+ if (semver.prerelease(late... | fix(cgvb): handle prereleases and only report each dependency once | greenkeeperio_greenkeeper | train | js |
fb974e9611fc52810b4d9151d48fdccaf16da849 | diff --git a/allauth/socialaccount/providers/orcid/provider.py b/allauth/socialaccount/providers/orcid/provider.py
index <HASH>..<HASH> 100644
--- a/allauth/socialaccount/providers/orcid/provider.py
+++ b/allauth/socialaccount/providers/orcid/provider.py
@@ -28,7 +28,7 @@ class OrcidProvider(OAuth2Provider):
def... | fix(orcid): update email extraction path | pennersr_django-allauth | train | py |
e803109cf9bc1bd868aab5c7d3bdcae18da589fd | diff --git a/logger/main.go b/logger/main.go
index <HASH>..<HASH> 100644
--- a/logger/main.go
+++ b/logger/main.go
@@ -66,8 +66,10 @@ func main() {
for {
select {
- case er := <-drainRespChan:
- drainChan <- er.Node.Value
+ case dr := <-drainRespChan:
+ if dr != nil && dr.Node != nil {
+ drainChan <- dr... | fix(logger): gracefully handle a nil return from etcd watch | deis_deis | train | go |
a80ebf305d3cd39d8ef462c844d4b1023d5a9016 | diff --git a/src/__tests__/element-queries.js b/src/__tests__/element-queries.js
index <HASH>..<HASH> 100644
--- a/src/__tests__/element-queries.js
+++ b/src/__tests__/element-queries.js
@@ -514,7 +514,7 @@ test('get throws a useful error message without DOM in Cypress', () => {
test('getByText ignores script tags b... | chore: fix css in html | testing-library_dom-testing-library | train | js |
9be75a993697099f743ed1977368ee038484aa81 | diff --git a/lib/interceptor.js b/lib/interceptor.js
index <HASH>..<HASH> 100644
--- a/lib/interceptor.js
+++ b/lib/interceptor.js
@@ -14,7 +14,7 @@ class LineHeaderInterceptor extends Interceptor {
super(config, endpoint);
// just validate the config once
- parserFactory(config, true);
+ parserFactory(config... | fix(interceptor): Fix how the config will be given to the underlying module | Kronos-Integration_kronos-interceptor-line-header | train | js |
ee40270d0d3eed7056d5efa37cd642f81b1dfc3b | diff --git a/src/components/PageContainer/component.js b/src/components/PageContainer/component.js
index <HASH>..<HASH> 100644
--- a/src/components/PageContainer/component.js
+++ b/src/components/PageContainer/component.js
@@ -251,6 +251,13 @@ class PageContainer extends Component<DefaultProps, Props, void> {
... | feat: Display a message in dev is PageContainer cannot resolve and display a layout | phenomic_phenomic | train | js |
ffed08ce84b170a61870c2e701d1a8f0d73190be | diff --git a/lib/browser/object.js b/lib/browser/object.js
index <HASH>..<HASH> 100644
--- a/lib/browser/object.js
+++ b/lib/browser/object.js
@@ -85,7 +85,7 @@ proto.put = async function put(name, file, options) {
}
}
} else {
- throw new TypeError('Must provide Buffer/Blob for put.');
+ throw new... | fix: proto.put TypeError text (#<I>) | ali-sdk_ali-oss | train | js |
e3d4089a7cb56604bb8752adb071f1d845125fa0 | diff --git a/anyconfig/tests/api.py b/anyconfig/tests/api.py
index <HASH>..<HASH> 100644
--- a/anyconfig/tests/api.py
+++ b/anyconfig/tests/api.py
@@ -55,11 +55,13 @@ b:
d: {{ b.d }}
"""
-CNF_XML_1 = {
- 'config': {'@attrs': {'name': 'foo'},
- '@children': [{'a': '0'},
- ... | fix: update the test input data to follow behavior changes of the XML backend | ssato_python-anyconfig | train | py |
31292c9d7d08fd27049e64e137e2753ab5f0aab5 | diff --git a/sentry_sdk/utils.py b/sentry_sdk/utils.py
index <HASH>..<HASH> 100644
--- a/sentry_sdk/utils.py
+++ b/sentry_sdk/utils.py
@@ -144,11 +144,10 @@ def get_type_module(cls):
def iter_stacks(tb):
while tb is not None:
- f_locals = getattr(tb, "f_locals", None)
skip = False
for f... | fix: access correct attribute for tracebackhide check | getsentry_sentry-python | train | py |
23cf11a788397f6f812c637e548a3d2023384e27 | diff --git a/tools/rebase-pr.js b/tools/rebase-pr.js
index <HASH>..<HASH> 100644
--- a/tools/rebase-pr.js
+++ b/tools/rebase-pr.js
@@ -103,7 +103,7 @@ async function _main(repository, prNumber) {
git fetch upstream ${target.baseRef};
git checkout ${target.headRef};
- git rebase origin/$... | ci: fix remote name in rebase instructions (#<I>)
Previously, the rebase instructions were asking the user to rebase from
`origin/master` instead of `upstream/master`.
PR Close #<I> | angular_angular | train | js |
70bfd2c16bf7c4ae2bfce8d92bb62562582904e0 | diff --git a/taskqueue/__init__.py b/taskqueue/__init__.py
index <HASH>..<HASH> 100644
--- a/taskqueue/__init__.py
+++ b/taskqueue/__init__.py
@@ -5,4 +5,4 @@ from .secrets import (
PROJECT_NAME, AWS_DEFAULT_REGION
)
-__version__ = '0.11.1'
\ No newline at end of file
+__version__ = '0.12.0'
\ No newline at end o... | chore: version <I>
More robust serialization, multiprocess uploads, insert takes
execute arguments (used in Mock and LocalTaskQueue). | seung-lab_python-task-queue | train | py |
6ba52df4e9015b4e402358371f2fc166d80fa6ad | diff --git a/packages/node_modules/cerebral/src/views/preact/preact.test.js b/packages/node_modules/cerebral/src/views/preact/preact.test.js
index <HASH>..<HASH> 100644
--- a/packages/node_modules/cerebral/src/views/preact/preact.test.js
+++ b/packages/node_modules/cerebral/src/views/preact/preact.test.js
@@ -350,9 +35... | style(Views): remove setTimeout from preact test | cerebral_cerebral | train | js |
a045b58ecad0473857bc86a20ece4a25de6ad779 | diff --git a/src/utils/get-functions.test.js b/src/utils/get-functions.test.js
index <HASH>..<HASH> 100644
--- a/src/utils/get-functions.test.js
+++ b/src/utils/get-functions.test.js
@@ -19,7 +19,7 @@ test('pass dummy repository with *.js files', t => {
const f = getFunctions(sitePath)
t.deepEqual(f, {
index... | fix: use path.sep in get-functions.test.js (#<I>) | netlify_cli | train | js |
d4f9eca8a0eaa05d325c23fef6cfc4d665f30eab | diff --git a/src/InfoViz/Native/FieldSelector/index.js b/src/InfoViz/Native/FieldSelector/index.js
index <HASH>..<HASH> 100644
--- a/src/InfoViz/Native/FieldSelector/index.js
+++ b/src/InfoViz/Native/FieldSelector/index.js
@@ -212,8 +212,12 @@ function fieldSelector(publicAPI, model) {
const { color, shape } =... | fix(FieldSelector): Expect new SVG loader behavior | Kitware_paraviewweb | train | js |
bfe2ae9eeb537d16cfffb67358162dbab9f2704e | diff --git a/src/InfoViz/Native/MutualInformationDiagram/index.js b/src/InfoViz/Native/MutualInformationDiagram/index.js
index <HASH>..<HASH> 100644
--- a/src/InfoViz/Native/MutualInformationDiagram/index.js
+++ b/src/InfoViz/Native/MutualInformationDiagram/index.js
@@ -297,7 +297,7 @@ function informationDiagram(publi... | fix(MutualInformationDiagram): Create a new annotation if current active one is not a range | Kitware_paraviewweb | train | js |
87dd88ff0c03a22e7b53fafd11ef46035c83ce46 | diff --git a/tools/js2dart/src/compiler.js b/tools/js2dart/src/compiler.js
index <HASH>..<HASH> 100644
--- a/tools/js2dart/src/compiler.js
+++ b/tools/js2dart/src/compiler.js
@@ -28,8 +28,11 @@ export class Compiler extends TraceurCompiler {
var writer = new DartTreeWriter();
writer.visitAny(tree);
// TO... | fix: correct library not to have lib and dart in name. | angular_angular | train | js |
a124bb504d165921937dda3a07db74315ed29ee2 | diff --git a/robot-server/robot_server/robot/calibration/constants.py b/robot-server/robot_server/robot/calibration/constants.py
index <HASH>..<HASH> 100644
--- a/robot-server/robot_server/robot/calibration/constants.py
+++ b/robot-server/robot_server/robot/calibration/constants.py
@@ -73,4 +73,4 @@ POINT_THREE_ID: Fin... | fix(robot-server): correct move to deck safety buffer in y (#<I>) | Opentrons_opentrons | train | py |
ca7b35bf4f88fb54098e71d518a9db60ffe5f8e4 | diff --git a/packages/xod-project/src/patch.js b/packages/xod-project/src/patch.js
index <HASH>..<HASH> 100644
--- a/packages/xod-project/src/patch.js
+++ b/packages/xod-project/src/patch.js
@@ -337,12 +337,13 @@ const createPinFromTerminalNode = R.curry((patch, node, order) => {
: Node.getPinNodeDataType(node);
... | fix(xod-project): always mark pins of custom type as not bindable
Fixes #<I> | xodio_xod | train | js |
6f23d133a225a4e948d864a64d8f240e5a0bf178 | diff --git a/test.py b/test.py
index <HASH>..<HASH> 100644
--- a/test.py
+++ b/test.py
@@ -42,7 +42,7 @@ def test_libs():
def test_parse():
config = pkgconfig.parse("fake-gtk+-3.0 fake-python")
- nt.assert_true(('GSEAL_ENABLE', '') in config['define_macros'])
+ nt.assert_true(('GSEAL_ENABLE', None) in con... | test: Ensure defined macro without a value is None
According to the `distutils.core.Extension` documentation, if a macro is
defined without a value, it should be set to `None`. This allows for
the following pattern in `setup.py`:
setuptools.Extension(
# ...
**pkgconfig.parse('...')
) | matze_pkgconfig | train | py |
1662b9770eaca87afbc75b24a2f1a078e02f0c05 | diff --git a/lib/send_grid_mailer/dev_deliverer.rb b/lib/send_grid_mailer/dev_deliverer.rb
index <HASH>..<HASH> 100644
--- a/lib/send_grid_mailer/dev_deliverer.rb
+++ b/lib/send_grid_mailer/dev_deliverer.rb
@@ -24,7 +24,11 @@ module SendGridMailer
end
def letter_opener_delivery_method
- @letter_opener_... | feat(dev_deliverer): read emails location from environment var | platanus_send_grid_mailer | train | rb |
1695e81b4170a641e5abff9a2ab2ec0654bbd121 | diff --git a/packages/xod-cli/src/commands/publish.js b/packages/xod-cli/src/commands/publish.js
index <HASH>..<HASH> 100644
--- a/packages/xod-cli/src/commands/publish.js
+++ b/packages/xod-cli/src/commands/publish.js
@@ -137,7 +137,7 @@ class PublishCommand extends BaseCommand {
title: 'Create library',
... | fix(xod-cli): publish new lib on behalf | xodio_xod | train | js |
c1292f99877a8e7db6df0e7ba4ca49c27cd67532 | diff --git a/packages/components/bolt-image/src/image.js b/packages/components/bolt-image/src/image.js
index <HASH>..<HASH> 100644
--- a/packages/components/bolt-image/src/image.js
+++ b/packages/components/bolt-image/src/image.js
@@ -178,7 +178,7 @@ class BoltImage extends withLitHtml() {
return html`
... | fix: only add main bolt image class to fallback | bolt-design-system_bolt | train | js |
41f718f77957e146074d36bab8b7c2eef6702db6 | diff --git a/src/structures/MessageButton.js b/src/structures/MessageButton.js
index <HASH>..<HASH> 100644
--- a/src/structures/MessageButton.js
+++ b/src/structures/MessageButton.js
@@ -147,9 +147,8 @@ class MessageButton extends BaseMessageComponent {
/**
* Data that can be resolved to a MessageButtonStyle. Th... | docs: drop string from MessageButtonStyleResolvable (#<I>) | discordjs_discord.js | train | js |
c7407c184a4a54af2b5418b9fd9476055bc17024 | diff --git a/test/fixtures/blueprints/cats-blueprint/functions/callback-function.js b/test/fixtures/blueprints/cats-blueprint/functions/callback-function.js
index <HASH>..<HASH> 100644
--- a/test/fixtures/blueprints/cats-blueprint/functions/callback-function.js
+++ b/test/fixtures/blueprints/cats-blueprint/functions/ca... | test(run-function): fix spelling | wmfs_tymly-core | train | js |
4ffc1f5124b6d85c96482fdb54f2cd1a43c0d0fb | diff --git a/packages/components/bolt-modal/__tests__/modal.js b/packages/components/bolt-modal/__tests__/modal.js
index <HASH>..<HASH> 100644
--- a/packages/components/bolt-modal/__tests__/modal.js
+++ b/packages/components/bolt-modal/__tests__/modal.js
@@ -131,6 +131,7 @@ describe('<bolt-modal> Component', () => {
... | test: wait <I>ms before modal screenshots | bolt-design-system_bolt | train | js |
ddb500590072ede3349a2a85a5d28a7953e21e32 | diff --git a/tests/integration_tests/import_export_tests.py b/tests/integration_tests/import_export_tests.py
index <HASH>..<HASH> 100644
--- a/tests/integration_tests/import_export_tests.py
+++ b/tests/integration_tests/import_export_tests.py
@@ -329,10 +329,9 @@ class TestImportExport(SupersetTestCase):
@pytest.m... | fix: test (#<I>) | apache_incubator-superset | train | py |
923d0c56e72d0a74a0c4fb0583da83053654e58f | diff --git a/packages/platform-browser/animations/rollup.config.js b/packages/platform-browser/animations/rollup.config.js
index <HASH>..<HASH> 100644
--- a/packages/platform-browser/animations/rollup.config.js
+++ b/packages/platform-browser/animations/rollup.config.js
@@ -10,10 +10,12 @@ export default {
entry: '.... | fix: correct UMD resolutions for platform-browser_animations (#<I>)
Fixes #<I> | angular_angular | train | js |
410cd76961a4eecc2c68d00f914930b908363599 | diff --git a/demo/es5-and-es6/webpack.config.js b/demo/es5-and-es6/webpack.config.js
index <HASH>..<HASH> 100644
--- a/demo/es5-and-es6/webpack.config.js
+++ b/demo/es5-and-es6/webpack.config.js
@@ -43,8 +43,11 @@ module.exports = (env, argv) => {
},
plugins: [
new CopyWebpackPlugin([{
- from: p... | chore: update to latest polyfills | webpack-contrib_closure-webpack-plugin | train | js |
ebbbd1a14fe248cad7867aca7138cd4d6d60a534 | diff --git a/src/network/connection.js b/src/network/connection.js
index <HASH>..<HASH> 100644
--- a/src/network/connection.js
+++ b/src/network/connection.js
@@ -155,8 +155,8 @@ module.exports = class Connection {
})
this.logError(error.message, { stack: e.stack })
- await this.disconnect()
... | fix: deadlock on connection onError handler | tulios_kafkajs | train | js |
00ca2bc3b89fc83d02f5103a6c4da6fc48b07226 | diff --git a/lib/upgrade.js b/lib/upgrade.js
index <HASH>..<HASH> 100644
--- a/lib/upgrade.js
+++ b/lib/upgrade.js
@@ -98,9 +98,20 @@ function upgradeHandler(req, socket) {
--util.proc.allWsRequests;
}
}
- util.onSocketEnd(socket, destroy);
-
var headers = req.headers;
+ util.onSocketEnd(socket, des... | fix: handling websocket tunnel proxy data transfer | avwo_whistle | train | js |
58426b1581ba117bccbeb9148c7563fe855112d2 | diff --git a/vyper/exceptions.py b/vyper/exceptions.py
index <HASH>..<HASH> 100644
--- a/vyper/exceptions.py
+++ b/vyper/exceptions.py
@@ -111,6 +111,14 @@ class EventDeclarationException(VyperException):
"""Invalid event declaration."""
+class UnknownType(VyperException):
+ """Reference to a type that does... | feat: UnknownType / UnknownAttribute | ethereum_vyper | train | py |
ee1db150cd157ca122eab2ccc138e897da65c9d6 | diff --git a/features/require/require.js b/features/require/require.js
index <HASH>..<HASH> 100644
--- a/features/require/require.js
+++ b/features/require/require.js
@@ -332,9 +332,7 @@
parent.childrenRequire.push(ractive);
- for (var event in databinding.events) {
- _fireBindedEvent... | feat(require): add event binding
add event binding through the data-on-?? property | CodeCorico_ractive-require | train | js |
406d64b10b4075ae43a6582dcf4dc049085d61dc | diff --git a/test/jestsetup.js b/test/jestsetup.js
index <HASH>..<HASH> 100644
--- a/test/jestsetup.js
+++ b/test/jestsetup.js
@@ -8,6 +8,8 @@ global.shallow = shallow
const isDeprecatedLifecycleWarning = (msg, componentName) => {
return (
+ msg &&
+ msg.includes &&
msg.includes('has been renamed, and ... | test: Prevent warning
A TypeError does not have the .includes method | cozy_cozy-ui | train | js |
0646041912a24586cd7c924b5ac1a6bc4816f984 | diff --git a/lib/components/app/responsive-webapp.js b/lib/components/app/responsive-webapp.js
index <HASH>..<HASH> 100644
--- a/lib/components/app/responsive-webapp.js
+++ b/lib/components/app/responsive-webapp.js
@@ -212,7 +212,6 @@ class RouterWrapperWithAuth0 extends Component {
history={history}>
... | refactor(ResponsiveWebapp): Move TODO comment into #<I>. | opentripplanner_otp-react-redux | train | js |
5173f305bce6eab0149b2557597c7fc4a92a3dbe | diff --git a/src/utils/touch_record.js b/src/utils/touch_record.js
index <HASH>..<HASH> 100644
--- a/src/utils/touch_record.js
+++ b/src/utils/touch_record.js
@@ -11,6 +11,7 @@ const TOUCH_SUPPORTED = 'ontouchstart' in document;
export class TouchRecord {
constructor() {
this.init();
+ this.lastRe... | fix(overscroll): store last touch position to render glow effect | idiotWu_smooth-scrollbar | train | js |
e9f2699ea98fe0005c2902df748f803cc8440094 | diff --git a/tests/reducer-test.js b/tests/reducer-test.js
index <HASH>..<HASH> 100644
--- a/tests/reducer-test.js
+++ b/tests/reducer-test.js
@@ -708,7 +708,6 @@ describe('reducer', function () {
})
})
})
-
})
describe('can set the validation', function () { | test(reducer): remove bad blank line | ciena-blueplanet_bunsen-core | train | js |
080a37d6635e000aaad75834df65878a0afbcc0f | diff --git a/lib/app.js b/lib/app.js
index <HASH>..<HASH> 100755
--- a/lib/app.js
+++ b/lib/app.js
@@ -22,6 +22,10 @@ module.exports = {
global.AuthService = sails.services.authservice;
}
+ cb();
+ },
+
+ adaptSails: function(sails) {
sails.config = _.merge(
{},
require(path.join(_... | fix(auth): register policies before lift | SpoonX_sails-hook-authorization | train | js |
f3dc0a0d8ee272b3307aad6e0d8b2fd2b8fa1b13 | diff --git a/views/v3/partials/navigation/accessibility.blade.php b/views/v3/partials/navigation/accessibility.blade.php
index <HASH>..<HASH> 100644
--- a/views/v3/partials/navigation/accessibility.blade.php
+++ b/views/v3/partials/navigation/accessibility.blade.php
@@ -4,7 +4,7 @@
unlist u-display--none@xs u-dis... | fix: added missing role to accessibility list items (#<I>) | helsingborg-stad_Municipio | train | php |
4eaf9889e1fbdd52222fa6c2d309401c17b719c4 | diff --git a/engine-cdi/src/main/java/org/camunda/bpm/engine/cdi/impl/ProcessEngineServicesProducer.java b/engine-cdi/src/main/java/org/camunda/bpm/engine/cdi/impl/ProcessEngineServicesProducer.java
index <HASH>..<HASH> 100644
--- a/engine-cdi/src/main/java/org/camunda/bpm/engine/cdi/impl/ProcessEngineServicesProducer.... | fix(cdi): return default engine on more than one
related to #CAM-<I> | camunda_camunda-bpm-platform | train | java |
578cda4ef0c1ce35ffc03a26b10d8e2f3cd25982 | diff --git a/templates/pwa/register-service-worker.js b/templates/pwa/register-service-worker.js
index <HASH>..<HASH> 100644
--- a/templates/pwa/register-service-worker.js
+++ b/templates/pwa/register-service-worker.js
@@ -15,6 +15,9 @@ register(process.env.SERVICE_WORKER_FILE, {
cached (registration) { // registrat... | feat: Update to latest register-service-worker specs | quasarframework_quasar-cli | train | js |
745226e9faad18c34144a93a6c63169168aaddea | diff --git a/src/DbProxy.php b/src/DbProxy.php
index <HASH>..<HASH> 100644
--- a/src/DbProxy.php
+++ b/src/DbProxy.php
@@ -13,7 +13,7 @@ class DbProxy
{
try {
$payload = decrypt(request('payload'));
- $query = sprintf($payload['query'], request('parent'));
+ $query = spr... | fix(DropdownDB): handle named param | laravolt_semantic-form | train | php,php |
50a2fb8341c8c791b82d0c6644861eabaaf6b511 | diff --git a/packages/styles/messaging.js b/packages/styles/messaging.js
index <HASH>..<HASH> 100644
--- a/packages/styles/messaging.js
+++ b/packages/styles/messaging.js
@@ -1,14 +1,14 @@
import {
- colorAthensGrey,
+ colorGreyAthens,
colorPanache,
colorLavenderBlush,
colorCardinal,
- colorGainsboro,
- c... | refactor(shared-styles): update colour names to use new greyscale/rajah | telus_tds-core | train | js |
edd7c867580afaa664f832f6a7914cd2073ab192 | diff --git a/docs/src-pwa/register-service-worker.js b/docs/src-pwa/register-service-worker.js
index <HASH>..<HASH> 100644
--- a/docs/src-pwa/register-service-worker.js
+++ b/docs/src-pwa/register-service-worker.js
@@ -1,4 +1,6 @@
import { register } from 'register-service-worker'
+import { Notify } from 'quasar'
+imp... | feat(docs): add back the "update is available" PWA banner | quasarframework_quasar | train | js |
dbbd6cadc987b67bfa27033c60cdc541e7301d77 | diff --git a/src/login7-payload.js b/src/login7-payload.js
index <HASH>..<HASH> 100644
--- a/src/login7-payload.js
+++ b/src/login7-payload.js
@@ -240,7 +240,7 @@ module.exports = class Login7Payload {
variableData.offsetsAndLengths.writeBuffer(this.clientId);
- this.addVariableDataBuffer(variableData, this... | refactor: fix writing of SSPI data | tediousjs_tedious | train | js |
460ed63c3dc4f966d6aae1415fdad6de125c6327 | diff --git a/gitlab/v4/objects.py b/gitlab/v4/objects.py
index <HASH>..<HASH> 100644
--- a/gitlab/v4/objects.py
+++ b/gitlab/v4/objects.py
@@ -3754,6 +3754,8 @@ class ProjectApprovalManager(GetWithoutIdMixin, UpdateMixin, RESTManager):
"approvals_before_merge",
"reset_approvals_on_push",
... | fix: added missing attributes for project approvals
Reference: <URL> | python-gitlab_python-gitlab | train | py |
5a52cf87d30dd3693af8dccd6551c199d9ac100d | diff --git a/lib/bro.js b/lib/bro.js
index <HASH>..<HASH> 100644
--- a/lib/bro.js
+++ b/lib/bro.js
@@ -120,6 +120,14 @@ function Bro(bundleFile) {
var bopts = config.browserify || {};
+ function warn(key) {
+ log.warn('Invalid config option: "' + key + 's" should be "' + key + '"');
+ }
+
+ _.for... | feat(plug-in): Warn user when a "transforms" or "plugins" is in config
Inspired by bendrucker/proxyquire-universal#2 | nikku_karma-browserify | train | js,js |
239cb9e7b8e2ec7abeed7e214a3cbd9ea0dfface | diff --git a/Documentation/conf.py b/Documentation/conf.py
index <HASH>..<HASH> 100644
--- a/Documentation/conf.py
+++ b/Documentation/conf.py
@@ -66,10 +66,14 @@ author = u'Cilium Authors'
# The short X.Y version.
release = open("../VERSION", "r").read().strip()
-# Fetch the docs version from an environment variab... | docs: Map stable RTD version to VERSION
When readthedocs requests to build the "stable" build, configure the
links into GitHub to search for the release version specified in the
root of the repository. This fixes the links for examples in the Cilium
github repository for the stable version of the docs, such as those u... | cilium_cilium | train | py |
43193db288bb12d0865fcc9fbaa41986f7b558f2 | diff --git a/tools/generate-package.js b/tools/generate-package.js
index <HASH>..<HASH> 100644
--- a/tools/generate-package.js
+++ b/tools/generate-package.js
@@ -16,7 +16,6 @@ for (const key of [
'license',
'bugs',
'homepage',
- 'publishConfig',
'description'
]) {
const value = sourcePacka... | chore: Minor fix at generate-package tool | matreshkajs_matreshka | train | js |
74b089442a1c82b69d37bfa9a7d4d73ad7ab9a32 | diff --git a/lib/index.js b/lib/index.js
index <HASH>..<HASH> 100644
--- a/lib/index.js
+++ b/lib/index.js
@@ -32,6 +32,13 @@ function proxy(callback) {
middlewares.forEach(function(mw) {
mw && app.use((typeof mw == 'string' ? require(mw) : mw).bind(proxyEvents));
});
+ server.on('clientError', function(err... | refactor: Handle clientError | avwo_whistle | train | js |
da0797b7c3658bca2b0c3cd04f32fcf2f47839a6 | diff --git a/packages/helix-shared-bounce/src/bounce.js b/packages/helix-shared-bounce/src/bounce.js
index <HASH>..<HASH> 100644
--- a/packages/helix-shared-bounce/src/bounce.js
+++ b/packages/helix-shared-bounce/src/bounce.js
@@ -53,7 +53,8 @@ function bounce(func, { responder, timeout = 500 }) {
const signal = t... | fix(bounce): re-build request from `request.init` | adobe_helix-shared | train | js |
36aa05651058d3228d7948791e2df9f79068b555 | diff --git a/testem.js b/testem.js
index <HASH>..<HASH> 100644
--- a/testem.js
+++ b/testem.js
@@ -13,7 +13,6 @@ module.exports = {
// --no-sandbox is needed when running Chrome inside a container
process.env.CI ? '--no-sandbox' : null,
'--headless',
- '--disable-gpu',
'--disa... | fix: Remove DisableGPU from Testem (#<I>) | adopted-ember-addons_ember-file-upload | train | js |
494dffb915c30809fd077ce9bd53a24f01986e5c | diff --git a/lib/core/sdam/topology.js b/lib/core/sdam/topology.js
index <HASH>..<HASH> 100644
--- a/lib/core/sdam/topology.js
+++ b/lib/core/sdam/topology.js
@@ -312,7 +312,7 @@ class Topology extends EventEmitter {
}
options = options || {};
- if (this.s.state === STATE_CLOSED) {
+ if (this.s.state ... | fix(topology): enter `STATE_CLOSING` before draining waitQueue
NODE-<I> | mongodb_node-mongodb-native | train | js |
2a499ae649909f752a01215d7547fdeb033d3bd0 | diff --git a/app/src/components/ChangePipette/Instructions.js b/app/src/components/ChangePipette/Instructions.js
index <HASH>..<HASH> 100644
--- a/app/src/components/ChangePipette/Instructions.js
+++ b/app/src/components/ChangePipette/Instructions.js
@@ -75,7 +75,7 @@ function Steps (props: ChangePipetteProps) {
} e... | fix(app): Change carriage to mount in change pipette instructions
Title bar and instructions now read mount instead of carriage to keep consistent with API/documentation naming conventions.
closes #<I> | Opentrons_opentrons | train | js,js |
9e91f4f0898594d1c9c8260f8fd3b532ba350a0a | diff --git a/client/js/uploader.basic.api.js b/client/js/uploader.basic.api.js
index <HASH>..<HASH> 100644
--- a/client/js/uploader.basic.api.js
+++ b/client/js/uploader.basic.api.js
@@ -48,10 +48,11 @@
processFileOrInput = qq.bind(function(fileOrInput) {
if (qq.isInput(fileOrInp... | fix(addFiles): file input element cannot be passed into addFiles on File API UAs
fixes #<I> | FineUploader_fine-uploader | train | js |
561f153b0123ea789c9f597da46484319dfc42cd | diff --git a/packages/create/src/generators/starter-app/index.js b/packages/create/src/generators/starter-app/index.js
index <HASH>..<HASH> 100644
--- a/packages/create/src/generators/starter-app/index.js
+++ b/packages/create/src/generators/starter-app/index.js
@@ -1,9 +1,10 @@
/* eslint-disable no-console */
import... | fix(create): add building-rollup to starter-app | open-wc_open-wc | train | js |
00dc078311a5b86c520ed5c7096052bbc7961c1d | diff --git a/pkg/api/playlist.go b/pkg/api/playlist.go
index <HASH>..<HASH> 100644
--- a/pkg/api/playlist.go
+++ b/pkg/api/playlist.go
@@ -17,6 +17,11 @@ func ValidateOrgPlaylist(c *middleware.Context) {
return
}
+ if query.Result.OrgId == 0 {
+ c.JsonApiErr(404, "Playlist not found", err)
+ return
+ }
+
if ... | feat(playlist): render playlists if playlist id is invalid
close #<I> | grafana_grafana | train | go,js |
722f129e530ef0341b94ac54d76d757a43837c69 | diff --git a/react/TextField/TextField.js b/react/TextField/TextField.js
index <HASH>..<HASH> 100644
--- a/react/TextField/TextField.js
+++ b/react/TextField/TextField.js
@@ -42,7 +42,7 @@ type FieldLabelProps = {
label?: string,
labelProps?: Object,
secondaryLabel?: string,
- tertiaryLabel?: string
+ tertia... | fix(TextField): Change tertiaryLabel prop type from string to React$Node (#<I>) | seek-oss_seek-style-guide | train | js |
0b50caa9725a0982d93f3b1882d38e0700353688 | diff --git a/src/index.js b/src/index.js
index <HASH>..<HASH> 100644
--- a/src/index.js
+++ b/src/index.js
@@ -133,6 +133,11 @@ interface Platform {
* @param capture Specifies whether the listener to be removed was registered as a capturing listener or not.
*/
removeEventListener(eventName: string, callback: F... | fix(typings): reference to the loader interface | aurelia_pal | train | js |
d07fc96875c2df2d5d218f5611c7647d64f7e752 | diff --git a/app/lib/quasar-config.js b/app/lib/quasar-config.js
index <HASH>..<HASH> 100644
--- a/app/lib/quasar-config.js
+++ b/app/lib/quasar-config.js
@@ -370,6 +370,10 @@ class QuasarConfig {
cfg.extras = getUniqueArray(cfg.extras)
}
+ if (cfg.animations.length > 0) {
+ cfg.animations = getUn... | feat(app): ensure quasar.conf.js > animations does not contain duplicates | quasarframework_quasar | train | js |
d52e99cef3fcbf0ce3a3b2b2a4be653e73806aa5 | diff --git a/controllers/webpack.js b/controllers/webpack.js
index <HASH>..<HASH> 100644
--- a/controllers/webpack.js
+++ b/controllers/webpack.js
@@ -113,7 +113,7 @@ class WebpackServer {
compiler.plugin("done", stats => {
stats = stats.toJson()
if (stats.errors.length) {
- throw stats.errors
+ ... | fix: Don't throw on webpack errors in dev mode | cubic-js_cubic | train | js |
4720cd0ef5537936e59cf27262e0327270854596 | diff --git a/packages/form/src/Form.js b/packages/form/src/Form.js
index <HASH>..<HASH> 100644
--- a/packages/form/src/Form.js
+++ b/packages/form/src/Form.js
@@ -25,9 +25,11 @@ const Form = ({
validationSchema={validationSchema}
validate={validate}
>
- {props => <RsForm data-testid="form-container" tag... | fix(form): fixes incorrect PropType for children on Form
PropTypes.oneOf() is used for allowed literal values, so an invalid prop warning is thrown. PropTypes.oneOfType() should be used for allowed types | Availity_availity-react | train | js |
4fb4ca3da5b865e3b0fdeca76a2c96d6b6bc7dd3 | diff --git a/src/raven.js b/src/raven.js
index <HASH>..<HASH> 100644
--- a/src/raven.js
+++ b/src/raven.js
@@ -1368,17 +1368,30 @@ Raven.prototype = {
status_code: null
};
- return origFetch.apply(this, args).then(function(response) {
- fetchData.status_code = respo... | feat: Capture breadcrumbs on failed fetch request (#<I>) | getsentry_sentry-javascript | train | js |
1a9d72043c779bbee9929014f79205e2e46a86fb | diff --git a/sample/src/samples/select/binding-to-objects.js b/sample/src/samples/select/binding-to-objects.js
index <HASH>..<HASH> 100644
--- a/sample/src/samples/select/binding-to-objects.js
+++ b/sample/src/samples/select/binding-to-objects.js
@@ -6,7 +6,7 @@ export class BasicUse {
{ id: 3, name: 'Pasta' },
... | chore(sample): set selected item to "cake" to show pre-selection | aurelia-ui-toolkits_aurelia-materialize-bridge | train | js |
a686dc42cfb402f9a959d1127a2720d093d64795 | diff --git a/docroot/index.php b/docroot/index.php
index <HASH>..<HASH> 100644
--- a/docroot/index.php
+++ b/docroot/index.php
@@ -16,7 +16,7 @@ use Commercetools\Core\Model\Product\ProductProjectionCollection;
use Commercetools\Core\Request\Products\ProductProjectionSearchRequest;
use Symfony\Component\Yaml\Yaml;
... | fix(Example): fix typo in autoloader | commercetools_commercetools-php-sdk | train | php |
9467f765d2454e3d7ce52127c43fafe40d451a15 | diff --git a/lib/sender_link.js b/lib/sender_link.js
index <HASH>..<HASH> 100644
--- a/lib/sender_link.js
+++ b/lib/sender_link.js
@@ -74,18 +74,18 @@ SenderLink.prototype.send = function(msg, options) {
var message;
if (u.isObject(msg) && msg.hasOwnProperty('body')) {
message = msg;
- message.bod... | refactor(sender-link): guard against missing policy.encoder | noodlefrenzy_node-amqp10 | train | js |
c534f9742f5bbd562b14f91eecb326ed228183d6 | diff --git a/lib/LoaderRunner.js b/lib/LoaderRunner.js
index <HASH>..<HASH> 100644
--- a/lib/LoaderRunner.js
+++ b/lib/LoaderRunner.js
@@ -9,7 +9,7 @@ var loadLoader = require("./loadLoader");
function utf8BufferToString(buf) {
var str = buf.toString("utf-8");
if(str.charCodeAt(0) === 0xFEFF) {
- return str.subst... | chore: replace deprecated String.prototype.substr()
.substr() is deprecated so we replace it with .slice() which works similarily but isn't deprecated | webpack_loader-runner | train | js |
74874f5380a62fb462f0db118cd723e9c72708d8 | diff --git a/core/src/main/java/hudson/Functions.java b/core/src/main/java/hudson/Functions.java
index <HASH>..<HASH> 100644
--- a/core/src/main/java/hudson/Functions.java
+++ b/core/src/main/java/hudson/Functions.java
@@ -2336,10 +2336,6 @@ public class Functions {
}
if (iconMetadata == null) {
- ... | fix: Don't append leading slash to foreign icons | jenkinsci_jenkins | train | java |
a2c126df64d8a60bbbff7637a51996ee7aae768c | diff --git a/camel.go b/camel.go
index <HASH>..<HASH> 100644
--- a/camel.go
+++ b/camel.go
@@ -5,10 +5,10 @@ import (
)
// Converts a string to CamelCase
-func ToCamel(s string) string {
+func ToCamelInitCase(s string, initCase bool) string {
s = strings.Trim(s, " ")
n := ""
- capNext := true
+ capNext := initC... | fix: capitalize characters after -
feat: created ToLowerCamel() to not capitalize the first letter | iancoleman_strcase | train | go |
44227e2aab2822008daf25d8fd1dcbcd990fe4c4 | diff --git a/src/exts/RegionPicker2/index.js b/src/exts/RegionPicker2/index.js
index <HASH>..<HASH> 100644
--- a/src/exts/RegionPicker2/index.js
+++ b/src/exts/RegionPicker2/index.js
@@ -220,7 +220,7 @@ class RegionPicker2 extends Component {
className={className}
style={style}
placeholder={p... | fix: regionPicker2,cascader component options did not make a safe reaper | DFocusFE_antd-extensions | train | js |
a46abe3d56cd667ad436fbceb283dd9e0f747d7b | diff --git a/lib/plugins/aws/lib/monitorStack.js b/lib/plugins/aws/lib/monitorStack.js
index <HASH>..<HASH> 100644
--- a/lib/plugins/aws/lib/monitorStack.js
+++ b/lib/plugins/aws/lib/monitorStack.js
@@ -102,7 +102,7 @@ module.exports = {
stackStatus = 'DELETE_COMPLETE';
return;
... | refactor: Ensure to propagate as is stack monitoring error | serverless_serverless | train | js |
79ba7f9aaa642fc45fb30303a1e019c5f4688190 | diff --git a/src/component/framework/association.js b/src/component/framework/association.js
index <HASH>..<HASH> 100644
--- a/src/component/framework/association.js
+++ b/src/component/framework/association.js
@@ -5,8 +5,6 @@ export class Association {
association;
manyAssociation;
- selectablePlaceholder = f... | chore(assocation): remove unneeded code | SpoonX_aurelia-form | train | js |
f8ed3f65df4fb122bdf99a9c8b84a242cca969b1 | diff --git a/tests/test_verion_information.py b/tests/test_verion_information.py
index <HASH>..<HASH> 100644
--- a/tests/test_verion_information.py
+++ b/tests/test_verion_information.py
@@ -1,9 +1,10 @@
#!/usr/bin/env python
-import os
import sys
import pytest
-import glob
+from os import path
+
+here = path.absp... | fix: import path in unittest. | weblyzard_inscriptis | train | py |
da2d7539650b361f0def3774b799a882e5595f40 | diff --git a/biz/webui/cgi-bin/rootca.js b/biz/webui/cgi-bin/rootca.js
index <HASH>..<HASH> 100644
--- a/biz/webui/cgi-bin/rootca.js
+++ b/biz/webui/cgi-bin/rootca.js
@@ -1,5 +1,5 @@
var getRootCAFile = require('../../../lib/https/ca').getRootCAFile;
module.exports = function(req, res) {
- res.download(getRootCAFi... | refactor: support for downloading rootCA.cer by <URL> | avwo_whistle | train | js,js |
0592e45b52862d202068b8bff54b3abd6c5c4f68 | diff --git a/middleware/middleware.js b/middleware/middleware.js
index <HASH>..<HASH> 100644
--- a/middleware/middleware.js
+++ b/middleware/middleware.js
@@ -103,7 +103,7 @@ export default ({ dispatch, getState }) => next => action => {
error => {
if (process.env.NODE_ENV !== 'production')
... | fix(sdk): remove toLowerCase so method is consistent | commercetools_merchant-center-application-kit | train | js |
4b615bec361d62c0570f23525853c8b1d73b62f7 | diff --git a/structs.go b/structs.go
index <HASH>..<HASH> 100644
--- a/structs.go
+++ b/structs.go
@@ -2019,8 +2019,7 @@ const (
IntentDirectMessages |
IntentDirectMessageReactions |
IntentDirectMessageTyping |
- IntentGuildScheduledEvents |
- IntentsGuildScheduledEvents
+ IntentGuildScheduledEvents
Int... | fix(structs): duplicated intents definition | bwmarrin_discordgo | train | go |
9f4e28a40ea552189221d1c288b080949f201049 | diff --git a/utils/scripts/tag.js b/utils/scripts/tag.js
index <HASH>..<HASH> 100755
--- a/utils/scripts/tag.js
+++ b/utils/scripts/tag.js
@@ -196,9 +196,9 @@ program
try {
spinner.start();
- await sync(program.main, spinner);
+ await sync(program.opts().main, spinner);
- const tag = awai... | fix(build): allow version tagging process to complete (#<I>) | zendeskgarden_react-components | train | js |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.