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 |
|---|---|---|---|---|---|
3dedc35ccbc16335c0ab3b975ea53c4df9e68dcb | diff --git a/lib/js-transform.js b/lib/js-transform.js
index <HASH>..<HASH> 100644
--- a/lib/js-transform.js
+++ b/lib/js-transform.js
@@ -1,6 +1,8 @@
const babelify = require('babelify')
const envify = require('envify/custom')
const markdown = require('browserify-markdown')
+const pkg = require('../lib/pkg')
+const... | feat(build): add some useful environment variables | conveyal_mastarm | train | js |
4e41308986d2702f4b0a362a9759ee9169fa420a | diff --git a/src/foremast/dns/create_dns.py b/src/foremast/dns/create_dns.py
index <HASH>..<HASH> 100644
--- a/src/foremast/dns/create_dns.py
+++ b/src/foremast/dns/create_dns.py
@@ -74,6 +74,8 @@ class SpinnakerDns:
for zone_id in zone_ids:
self.log.debug('zone_id: %s', zone_id)
+ # ... | chore: TODO to retry DNS boto3 call | foremast_foremast | train | py |
7e99f5f35e4eb1be5593915b29eaec3e2488d6f6 | diff --git a/lib/static/modules/actions.js b/lib/static/modules/actions.js
index <HASH>..<HASH> 100644
--- a/lib/static/modules/actions.js
+++ b/lib/static/modules/actions.js
@@ -152,8 +152,8 @@ export const findSameDiffs = ({suitePath, browser, stateName, fails}) => {
try {
if (isEmpty(imagesIn... | chore: replace cyrillic "с" with latin "c" | gemini-testing_html-reporter | train | js |
d3aa1050141c76c4de2edea7119f81c14d8ad6ea | diff --git a/src/Response/index.js b/src/Response/index.js
index <HASH>..<HASH> 100644
--- a/src/Response/index.js
+++ b/src/Response/index.js
@@ -1,5 +1,15 @@
+// @flow
+
export class Response {
- constructor(code = 200, body = {}, headers = {}) {
+ code: number;
+ body: any;
+ headers: { [header: string]: string... | refactor: add flow types to response class | devlucky_Kakapo.js | train | js |
b454a027cfa4fa8d83278d195cd14fbc5594968d | diff --git a/test/k8sT/Policies.go b/test/k8sT/Policies.go
index <HASH>..<HASH> 100644
--- a/test/k8sT/Policies.go
+++ b/test/k8sT/Policies.go
@@ -89,6 +89,7 @@ var _ = Describe("K8sPolicyTest", func() {
knpAllowEgress = helpers.ManifestGet(kubectl.BasePath(), "knp-default-allow-egress.yaml")
cnpMatchExpression =... | test: Delete Cilium DS before changing startup options. | cilium_cilium | train | go |
9afdb134240a321f24e2e41e4e07eb3af455b930 | diff --git a/packages/vaex-core/vaex/test/dataset.py b/packages/vaex-core/vaex/test/dataset.py
index <HASH>..<HASH> 100644
--- a/packages/vaex-core/vaex/test/dataset.py
+++ b/packages/vaex-core/vaex/test/dataset.py
@@ -1168,7 +1168,8 @@ class TestDataset(unittest.TestCase):
np.testing.assert_array_almost_equal(df['x... | fix: with filtering, actually the count is 9, since nan < <I> is false | vaexio_vaex | train | py |
a5023be65d51cb0c5a3f2eee8689e9e13c2bb83c | diff --git a/src/mixins/overlayable.js b/src/mixins/overlayable.js
index <HASH>..<HASH> 100644
--- a/src/mixins/overlayable.js
+++ b/src/mixins/overlayable.js
@@ -101,6 +101,8 @@ export default {
this.checkPath(e)) e.preventDefault()
},
hasScrollbar (el) {
+ if (!el || el.nodeType !== Node.ELEME... | fix(overlayable): only check Elements for a scrollbar
Fixes #<I> | vuetifyjs_vuetify | train | js |
ddc82138aac1fa3a050cbdd6207ef6d43f8b6cd7 | diff --git a/core/poi/lib/plugins/serve.js b/core/poi/lib/plugins/serve.js
index <HASH>..<HASH> 100644
--- a/core/poi/lib/plugins/serve.js
+++ b/core/poi/lib/plugins/serve.js
@@ -108,7 +108,7 @@ exports.apply = api => {
api.hook('createWebpackChain', config => {
if (!api.cli.options.serve) return
- config.... | fix: react-error-overlay doesn't work with eval source map | egoist_poi | train | js |
5bb9b6b94cdce9f8830b1b50484f2b84a27356ed | diff --git a/packages/ui-docs-client/src/components/Nav/index.js b/packages/ui-docs-client/src/components/Nav/index.js
index <HASH>..<HASH> 100644
--- a/packages/ui-docs-client/src/components/Nav/index.js
+++ b/packages/ui-docs-client/src/components/Nav/index.js
@@ -339,7 +339,7 @@ export default class Nav extends Comp... | docs(ui-docs-client): move iconography to the bottom of the nav list
refs: INSTUI-<I>
TEST PLAN:
ensure iconography displays as the last item
ensure nav still works as usual
Change-Id: Id0e6dc<I>e4a0b5e<I>a<I>b<I>d2b<I>a<I>
Reviewed-on: <URL> | instructure_instructure-ui | train | js |
c5bb2e43a28915aa981fd00770ae9d388f3ce56c | diff --git a/stellar_sdk/client/requests_client.py b/stellar_sdk/client/requests_client.py
index <HASH>..<HASH> 100644
--- a/stellar_sdk/client/requests_client.py
+++ b/stellar_sdk/client/requests_client.py
@@ -1,5 +1,5 @@
import json
-from typing import Any, Dict, Generator, Tuple, Union
+from typing import Any, Dict... | feat: allow custom headers to be set in Server (#<I>, #<I>) | StellarCN_py-stellar-base | train | py |
a9187b7c9937b641acde8784f23455c1b9539ec5 | diff --git a/platform/nativescript/runtime/index.js b/platform/nativescript/runtime/index.js
index <HASH>..<HASH> 100644
--- a/platform/nativescript/runtime/index.js
+++ b/platform/nativescript/runtime/index.js
@@ -59,7 +59,7 @@ const mount = function(el, hydrating) {
}
})
} else {
- mountComponent(th... | fix: return mounted component (#<I>)
Make sure to return the mounted component, so we can use it in unit tests. | nativescript-vue_nativescript-vue | train | js |
d2982e10d87dde04b250d64f6d2d876cabbc89fc | diff --git a/protocol-designer/src/tutorial/reducers.js b/protocol-designer/src/tutorial/reducers.js
index <HASH>..<HASH> 100644
--- a/protocol-designer/src/tutorial/reducers.js
+++ b/protocol-designer/src/tutorial/reducers.js
@@ -2,6 +2,8 @@
import {combineReducers} from 'redux'
import {handleActions} from 'redux-ac... | feat(protocol-designer): auto dismiss no liquid hint (#<I>)
Upon adding liquid to deck after triggering no liquid hint, remove hint. | Opentrons_opentrons | train | js |
4b98e1fcbd08720836c34958e9692124525bf44a | diff --git a/wandb/data_types.py b/wandb/data_types.py
index <HASH>..<HASH> 100644
--- a/wandb/data_types.py
+++ b/wandb/data_types.py
@@ -1774,7 +1774,12 @@ class _ImageFileType(_dtypes.Type):
types = [Image]
def __init__(
- self, box_layers=None, box_score_keys=None, mask_layers=None, class_map=Non... | fix(weave): Image Type should gracefully handle older type params (#<I>) | wandb_client | train | py |
0da49bf4b989c9b140f309d20ea52c8af64378cd | diff --git a/website/pages/en/examples.js b/website/pages/en/examples.js
index <HASH>..<HASH> 100644
--- a/website/pages/en/examples.js
+++ b/website/pages/en/examples.js
@@ -16,6 +16,7 @@ const examples = examplesPkgs.map((e) => {
const node = base.startsWith('node');
const chrome = base.startsWith('chrome');
... | chore: fix puppeteer example (#<I>) | qlik-oss_after-work.js | train | js |
60e4c2a67d50dc499e384fe201033097034f434d | diff --git a/src/js/api/boot.js b/src/js/api/boot.js
index <HASH>..<HASH> 100644
--- a/src/js/api/boot.js
+++ b/src/js/api/boot.js
@@ -9,30 +9,12 @@ export default function (UIkit) {
return;
}
- if (document.body) {
-
- fastdom.read(init);
-
- } else {
-
- (new MutationObserver(funct... | refactor: remove the check to wait for body (Safari <I> executes requestAnimationFrame before next frame now) | uikit_uikit | train | js |
66db765a17b5dc0904fcafe83aeb7c3eb5d60c12 | diff --git a/lib/standards/html-elms.js b/lib/standards/html-elms.js
index <HASH>..<HASH> 100644
--- a/lib/standards/html-elms.js
+++ b/lib/standards/html-elms.js
@@ -936,7 +936,7 @@ const htmlElms = {
},
wbr: {
contentTypes: ['phrasing', 'flow'],
- allowedRoles: true
+ allowedRoles: ['presentation', '... | fix(aria-allowed-role): updates the allowed roles for the wbr element to none and presentation (#<I>)
related to issue #<I> | dequelabs_axe-core | train | js |
e06800286d3099c81a7988897191dfdb0d435c42 | diff --git a/lib/auth.http.router.js b/lib/auth.http.router.js
index <HASH>..<HASH> 100644
--- a/lib/auth.http.router.js
+++ b/lib/auth.http.router.js
@@ -74,7 +74,7 @@ router.post('/signin', (request, response, next) => {
},
function encodePartyToJWT(party, then) {
- encode({ _id: party._i... | fix(auth): encode id as payload | CodeTanzania_emis-stakeholder | train | js |
c46a984cef5329eea6de30b3cbf63bc1652ce1c6 | diff --git a/memote/utils.py b/memote/utils.py
index <HASH>..<HASH> 100644
--- a/memote/utils.py
+++ b/memote/utils.py
@@ -127,7 +127,8 @@ def get_ids(iterable):
def get_ids_and_bounds(iterable):
"""Retrieve the identifier and bounds of a number of objects."""
- return [(elem.id, elem.lower_bound, elem.uppe... | fix: get_ids_and_bounds now returns list of str (#<I>) | opencobra_memote | train | py |
8befb05db7f9f3cff43f0e5763470bf5f838d552 | diff --git a/packages/orbit-components/src/Modal/ModalSection/index.js b/packages/orbit-components/src/Modal/ModalSection/index.js
index <HASH>..<HASH> 100644
--- a/packages/orbit-components/src/Modal/ModalSection/index.js
+++ b/packages/orbit-components/src/Modal/ModalSection/index.js
@@ -50,7 +50,7 @@ export const St... | fix(ModalSection): margin-top (#<I>) | kiwicom_orbit-components | train | js |
b02f28ff25213e88712df04b4cb0b4005379a5d1 | diff --git a/lib/statement-generators/column/index.js b/lib/statement-generators/column/index.js
index <HASH>..<HASH> 100644
--- a/lib/statement-generators/column/index.js
+++ b/lib/statement-generators/column/index.js
@@ -30,6 +30,11 @@ function buildConstraint (target) {
return constraint
}
+const needCast = [
... | fix: Add USING cast to Alter column to integer | wmfs_pg-diff-sync | train | js |
52189e71942e7ef1e4d8630c28ba36b11bd7d0dd | diff --git a/packages/node_modules/@webex/internal-plugin-team/test/integration/spec/get.js b/packages/node_modules/@webex/internal-plugin-team/test/integration/spec/get.js
index <HASH>..<HASH> 100644
--- a/packages/node_modules/@webex/internal-plugin-team/test/integration/spec/get.js
+++ b/packages/node_modules/@webex... | test(internal-plugin-team): remove skip clause from testing suite
Remove the unnecessary 'skip' clause from the testing suite
now that all tests for the specified clause are passing. | webex_spark-js-sdk | train | js |
2eff4a4467ccb867c03584304521da590093bf4a | diff --git a/src/lib/type.js b/src/lib/type.js
index <HASH>..<HASH> 100644
--- a/src/lib/type.js
+++ b/src/lib/type.js
@@ -6,7 +6,7 @@ module.exports = function (plugins, commits, lastRelease, cb) {
if (!type) {
return cb(new SemanticReleaseError(
- 'There are no relevant changes, so no new version... | style(type): add dot at end of sentence | semantic-release_semantic-release | train | js |
2c449b6b48f5cbc88e666afa852055b873994ca5 | diff --git a/src/structures/Sticker.js b/src/structures/Sticker.js
index <HASH>..<HASH> 100644
--- a/src/structures/Sticker.js
+++ b/src/structures/Sticker.js
@@ -78,7 +78,7 @@ class Sticker extends Base {
* The user that uploaded the guild sticker
* @type {?User}
*/
- this.user = sticker.user ? th... | fix(Sticker): Rename method correctly to _add (#<I>) | discordjs_discord.js | train | js |
4531d8ee17755208ee2d6cb1c06d24cbde6bee27 | diff --git a/connection/connection.js b/connection/connection.js
index <HASH>..<HASH> 100644
--- a/connection/connection.js
+++ b/connection/connection.js
@@ -651,6 +651,13 @@ Connection.prototype.connect = function(_options) {
);
}
+ // clean up existing event handlers
+ this.connection.removeAllLi... | fix(connection): ensure connection cleanup before fallback retry
Now that we default to connecting to ipv6 hosts first, and then
fallback to ipv4, we need to make sure that there are no duplicate
event handlers attached to the connection which might cause
confusion up the chain. | mongodb_node-mongodb-native | train | js |
1fc2c28988b3e3b4b7ffa21c9005778af240d83f | diff --git a/quasar/src/mixins/prevent-scroll.js b/quasar/src/mixins/prevent-scroll.js
index <HASH>..<HASH> 100644
--- a/quasar/src/mixins/prevent-scroll.js
+++ b/quasar/src/mixins/prevent-scroll.js
@@ -1,4 +1,4 @@
-import { getEventPath, stopAndPrevent } from '../utils/event.js'
+import { getEventPath, listenOpts, sto... | fix(quasar): Fix wheel event beeing passive by default in chrome (#<I>)
* fix(quasar): Fix wheel event beeing passive by default in chrome
See wheel scroll over body on v1 docs site when left drawer is open.
* Update prevent-scroll.js | quasarframework_quasar | train | js |
44c6ac06849a89985e6d687f827f890b4ccb953b | diff --git a/src/Views.php b/src/Views.php
index <HASH>..<HASH> 100644
--- a/src/Views.php
+++ b/src/Views.php
@@ -76,7 +76,7 @@ class Views
*
* @var \DateTime
*/
- public $cacheLifetime;
+ protected $cacheLifetime;
/**
* Used IP Address instead of the provided one by the resolver. | feat: import required DateTime class in Views class | cyrildewit_eloquent-viewable | train | php |
1a2e3d0b424fec4d2e3f68071b6520a5477284c8 | diff --git a/src/components/chips/js/chipsDirective.js b/src/components/chips/js/chipsDirective.js
index <HASH>..<HASH> 100644
--- a/src/components/chips/js/chipsDirective.js
+++ b/src/components/chips/js/chipsDirective.js
@@ -298,7 +298,6 @@
secondaryPlaceholder: '@?',
maxChips: '@?mdMaxChips',
... | refactor(chips): remove deprecated md-on-append attribute
BREAKING CHANGE: Removed the deprecated, since <I>, `md-on-append` attribute. It was deprecated in favor of `md-transform-chip` or the simple notifier `md-on-add`. Please see the [md-chips Demos](<URL>) for examples of using `md-transform-chip`. | angular_material | train | js |
786a033628a253ffe310c3fe804e55faa8cc1e6b | diff --git a/src/Request.php b/src/Request.php
index <HASH>..<HASH> 100644
--- a/src/Request.php
+++ b/src/Request.php
@@ -61,6 +61,9 @@ class Request implements RequestInterface
case 'laravel':
case 'symfony':
return $this->request->headers->get($name, $default);
+
+ ... | feat(Core): CORS request and response adapter support ThinkPHP | medz_cors | train | php,php |
e23f9402674324e637620dc33f695c727e44030a | diff --git a/tests/system/Helpers/CookieHelperTest.php b/tests/system/Helpers/CookieHelperTest.php
index <HASH>..<HASH> 100755
--- a/tests/system/Helpers/CookieHelperTest.php
+++ b/tests/system/Helpers/CookieHelperTest.php
@@ -122,7 +122,7 @@ final class CookieHelperTest extends CIUnitTestCase
public function te... | test: fix $_COOKIE value
It should be a string. | codeigniter4_CodeIgniter4 | train | php |
601ee7794cbb1f6227f4a17c54e031110e74356f | diff --git a/Debugger/src/Breakpoint.php b/Debugger/src/Breakpoint.php
index <HASH>..<HASH> 100644
--- a/Debugger/src/Breakpoint.php
+++ b/Debugger/src/Breakpoint.php
@@ -476,7 +476,9 @@ class Breakpoint
'stackFrames' => array_map(function ($sf) {
return $sf->info();
}, $this-... | fix: correctly serialize evaluated expressions (#<I>) | googleapis_google-cloud-php | train | php |
6c40335f80d98732c9501238896556ab5f6b98b7 | diff --git a/lib/components/user/back-link.js b/lib/components/user/back-link.js
index <HASH>..<HASH> 100644
--- a/lib/components/user/back-link.js
+++ b/lib/components/user/back-link.js
@@ -4,6 +4,8 @@ import styled from 'styled-components'
import Icon from '../narrative/icon'
+const Container = styled.div``
+
c... | refactor(BackLink): Move markup into BackLink | opentripplanner_otp-react-redux | train | js |
c5642447384f18202376379c2a1c332a8f03ba01 | diff --git a/spec/validated_object_spec.rb b/spec/validated_object_spec.rb
index <HASH>..<HASH> 100644
--- a/spec/validated_object_spec.rb
+++ b/spec/validated_object_spec.rb
@@ -2,6 +2,11 @@
require 'spec_helper'
describe ValidatedObject do
+ class Apple < ValidatedObject::Base
+ attr_accessor :diameter
+ v... | chore: failing test for param type | public-law_validated_object | train | rb |
1a861757633726767d5a430aa4a5876d42473b01 | diff --git a/src/validation/validation-rules-collection.js b/src/validation/validation-rules-collection.js
index <HASH>..<HASH> 100644
--- a/src/validation/validation-rules-collection.js
+++ b/src/validation/validation-rules-collection.js
@@ -96,7 +96,7 @@ export class ValidationRulesCollection {
addValidationRule... | fix(validation-rules-collection): fix throw syntax | aurelia_validation | train | js |
1129d184482720bb52fa61f0a309645b7caaddd9 | diff --git a/src/core/instance/render.js b/src/core/instance/render.js
index <HASH>..<HASH> 100644
--- a/src/core/instance/render.js
+++ b/src/core/instance/render.js
@@ -86,15 +86,11 @@ export function renderMixin (Vue: Class<Component>) {
// return error render result,
// or previous vnode to prevent re... | refactor: reduce if-else nesting, coalesce conditions (#<I>) | kaola-fed_megalo | train | js |
1e258625952dde16f8ff211c25845520126da743 | diff --git a/lib/scuid.js b/lib/scuid.js
index <HASH>..<HASH> 100644
--- a/lib/scuid.js
+++ b/lib/scuid.js
@@ -9,7 +9,7 @@ var os = require( 'os' )
*/
function pad( str, chr, n ) {
while( str.length < n ) str = chr + str;
- return str.substring( 0, n )
+ return str.substring( str.length - n, str.length )
}
... | feat: make fingerprint unique for different pids on same host
by using substring of tail instead of substring of head | jhermsmeier_node-scuid | train | js |
2cd2d991ceb7261e1fc6471f07741a520f2d05c6 | diff --git a/GPy/core/sparse_gp.py b/GPy/core/sparse_gp.py
index <HASH>..<HASH> 100644
--- a/GPy/core/sparse_gp.py
+++ b/GPy/core/sparse_gp.py
@@ -76,7 +76,7 @@ class SparseGP(GP):
def parameters_changed(self):
self.posterior, self._log_marginal_likelihood, self.grad_dict = \
self.inference_metho... | fix: #<I>
Y_normalized was not used for running optimization | SheffieldML_GPy | train | py |
79b3cfc6ad02ecc76fe23a3c3ff2d0b32a0ae4a8 | diff --git a/src/connection-manager/auto-dialler.js b/src/connection-manager/auto-dialler.js
index <HASH>..<HASH> 100644
--- a/src/connection-manager/auto-dialler.js
+++ b/src/connection-manager/auto-dialler.js
@@ -57,7 +57,9 @@ class AutoDialler {
}
this._running = true
- this._autoDial()
+ this._aut... | fix: do not wait for autodial start (#<I>)
When we've previously seen loads of peers and stored them in the
datastore we'll try to dial them as part of starting the autodial
component.
If we or our peers have bad network connections this can make
starting a libp2p node take ages so don't wait for a round of auto... | libp2p_js-libp2p | train | js |
815467da5a9196405b43f27ca674b014b60093ab | diff --git a/packages/cozy-jobs-cli/src/konnector-dev.js b/packages/cozy-jobs-cli/src/konnector-dev.js
index <HASH>..<HASH> 100755
--- a/packages/cozy-jobs-cli/src/konnector-dev.js
+++ b/packages/cozy-jobs-cli/src/konnector-dev.js
@@ -65,8 +65,14 @@ authenticate({ tokenPath: token, manifestPath: manifest })
.then(()... | fix: Don't crash if root path can't be created | konnectors_libs | train | js |
888300b5e319093c03663a4bb45d47033c15ca69 | diff --git a/packages/app-frontend/src/features/timeline/index.js b/packages/app-frontend/src/features/timeline/index.js
index <HASH>..<HASH> 100644
--- a/packages/app-frontend/src/features/timeline/index.js
+++ b/packages/app-frontend/src/features/timeline/index.js
@@ -59,7 +59,7 @@ export function useSelectedEvent ()... | fix(timeline): event time display | vuejs_vue-devtools | train | js |
9b88fa804b1211c92f4d8cc2f4911b81309927ab | diff --git a/lib/utils/ember.js b/lib/utils/ember.js
index <HASH>..<HASH> 100644
--- a/lib/utils/ember.js
+++ b/lib/utils/ember.js
@@ -406,7 +406,11 @@ function isRouteLifecycleHook(property) {
}
function isActionsProp(property) {
- return property.key.name === 'actions' && types.isObjectExpression(property.value)... | fix: crash with spread syntax in no-actions-hash rule | ember-cli_eslint-plugin-ember | train | js,js |
18a496b3f75444a8737d182b060da99b19ba8506 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -113,6 +113,15 @@ class Homefront {
}
/**
+ * Get data object.
+ *
+ * @return {Object}
+ */
+ getData() {
+ return this.data;
+ }
+
+ /**
* Expands flat object to nested object.
*
* @return {... | fix(project): rename defaults method
defaults cause exceptions on android stock browser. It shadows the name of a strict-mode function.
BREAKING CHANGE: defaults is now called applyDefaults | SpoonX_homefront | train | js,js |
d2848ae7ce0c4d403246c03c76fa6bd8703b09cf | diff --git a/Tests/ProviderAggregatorTest.php b/Tests/ProviderAggregatorTest.php
index <HASH>..<HASH> 100644
--- a/Tests/ProviderAggregatorTest.php
+++ b/Tests/ProviderAggregatorTest.php
@@ -13,7 +13,6 @@ declare(strict_types=1);
namespace Geocoder\Tests;
use Geocoder\Collection;
-use Geocoder\Geocoder;
use Geocod... | docs: update google maps code in readme (#<I>)
* docs: update google maps code in readme
* fix: throw exception if API key is not provided
* fix: tests
* docs: update google maps docs | geocoder-php_php-common | train | php |
ac4af8a20fdf7de8a5c35525fe987c594a3fab73 | diff --git a/library/actor-common/src/main/java/im/actor/model/entity/ContentDescription.java b/library/actor-common/src/main/java/im/actor/model/entity/ContentDescription.java
index <HASH>..<HASH> 100644
--- a/library/actor-common/src/main/java/im/actor/model/entity/ContentDescription.java
+++ b/library/actor-common/s... | fix(common): Fixing ContentDescription for Joined | actorapp_actor-platform | train | java |
e1da06c8a0f00ed22cecd09094daa05a7e82b88c | diff --git a/generators/deployment/index.js b/generators/deployment/index.js
index <HASH>..<HASH> 100644
--- a/generators/deployment/index.js
+++ b/generators/deployment/index.js
@@ -163,7 +163,7 @@ module.exports = class extends Generator {
_configureNode() {
if (this.fs.exists(this.destinationPath("webpack.js"... | fix: fix node cf deployments due to pruning | ibm-developer_generator-ibm-cloud-enablement | train | js |
db160f4aaec36308ec510a04f1767a4007bcf6bd | diff --git a/test/standard-transformers-and-validators/if.spec.js b/test/standard-transformers-and-validators/if.spec.js
index <HASH>..<HASH> 100644
--- a/test/standard-transformers-and-validators/if.spec.js
+++ b/test/standard-transformers-and-validators/if.spec.js
@@ -79,3 +79,20 @@ test('if: smart enough to separate... | test: add failing test of "if" using option | buttonwoodcx_bcx-validation | train | js |
07287019e694bdf51b0f50797436016dd4f86716 | diff --git a/models/classes/Lists/DataAccess/Repository/RdfValueCollectionRepository.php b/models/classes/Lists/DataAccess/Repository/RdfValueCollectionRepository.php
index <HASH>..<HASH> 100644
--- a/models/classes/Lists/DataAccess/Repository/RdfValueCollectionRepository.php
+++ b/models/classes/Lists/DataAccess/Repos... | chore: method delete implemented in rdf repository | oat-sa_tao-core | train | php |
67e027166045d13790b5b86bd3bb0116abd9ffc0 | diff --git a/src/org/nutz/mvc/filter/CheckSession.java b/src/org/nutz/mvc/filter/CheckSession.java
index <HASH>..<HASH> 100644
--- a/src/org/nutz/mvc/filter/CheckSession.java
+++ b/src/org/nutz/mvc/filter/CheckSession.java
@@ -32,10 +32,7 @@ public class CheckSession implements ActionFilter {
public View match(... | fix: CheckSession ERROR when session is NULL | nutzam_nutz | train | java |
89c52ba2aaa1975291ddc7c19b672187dc62599a | diff --git a/test/test_SCardGetErrorMessage.py b/test/test_SCardGetErrorMessage.py
index <HASH>..<HASH> 100644
--- a/test/test_SCardGetErrorMessage.py
+++ b/test/test_SCardGetErrorMessage.py
@@ -30,7 +30,7 @@ class TestError(unittest.TestCase):
res = SCardGetErrorMessage(1)
# macOS bug not yet fixed... | test: fix test for SCardGetErrorMessage(1) on Mojave
And do not fail on other Unixes. | LudovicRousseau_pyscard | train | py |
f5252627be86369d03bb7fd5fde994aaa44bdf15 | diff --git a/rollup.config.js b/rollup.config.js
index <HASH>..<HASH> 100644
--- a/rollup.config.js
+++ b/rollup.config.js
@@ -1,5 +1,5 @@
import commonjs from 'rollup-plugin-commonjs';
-// import angular from 'rollup-plugin-angular';
+import angular from 'rollup-plugin-angular';
import nodeResolve from 'rollup-plugi... | chore(package-lock): add rollup-plugin-angular
Prepare for new version of rollup-plugin-angular with ngx component support | ngx-prism_core | train | js |
aa3c0c16aa8e0601be3a411d05aa65e3b814fcda | diff --git a/ipyvolume/serialize.py b/ipyvolume/serialize.py
index <HASH>..<HASH> 100644
--- a/ipyvolume/serialize.py
+++ b/ipyvolume/serialize.py
@@ -18,7 +18,8 @@ def cube_to_png(grid, vmin, vmax, file):
grid_normalized = (grid*1.0 - vmin) / (vmax - vmin)
grid_normalized[~np.isfinite(grid_normalized)] = 0
gradi... | fix: divide by zero is ignored in gradient | maartenbreddels_ipyvolume | train | py |
35643f4151c4f17ad8b5e4d1d2ca76516734c792 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -1,7 +1,3 @@
'use strict';
-if (typeof window !== 'undefined') {
- require('babel-polyfill');
-}
-
module.exports = require('./lib/parser'); | fix(index): testing for browser is no longer required | richardschneider_table-master-parser | train | js |
93627d1a2f5fc3e1a35dba67098c7fe0a24bb6b8 | diff --git a/lib/util/index.js b/lib/util/index.js
index <HASH>..<HASH> 100644
--- a/lib/util/index.js
+++ b/lib/util/index.js
@@ -497,6 +497,9 @@ function getFullUrl(req) {
var hostRule;
if (hasProtocol(req.url)) {
var options = url.parse(req.url);
+ if (options.protocol === 'https:') {
+ req.isHttp... | refactor: getFullUrl | avwo_whistle | train | js |
90a5f84d569879b186584e5d913a9d3cc5f16058 | diff --git a/alerta/management/views.py b/alerta/management/views.py
index <HASH>..<HASH> 100644
--- a/alerta/management/views.py
+++ b/alerta/management/views.py
@@ -227,13 +227,21 @@ def status():
@permission(Scope.read_management)
def prometheus_metrics():
+ now = int(time.time() * 1000)
total_alert_gaug... | feat: add uptime stat to prometheus metrics (#<I>) | alerta_alerta | train | py |
6fa4e8157d7546b28fd6a18968cbec3be0bf5912 | diff --git a/ibis/backends/tests/test_generic.py b/ibis/backends/tests/test_generic.py
index <HASH>..<HASH> 100644
--- a/ibis/backends/tests/test_generic.py
+++ b/ibis/backends/tests/test_generic.py
@@ -621,6 +621,7 @@ def test_where_column(backend, alltypes, df):
expected = pd.Series(
np.where(df.int_col... | test(windows): give int<I> dtype to series constructor | ibis-project_ibis | train | py |
620c91076581f87f67471157446bfb3c43376f20 | diff --git a/packages/core/botpress/tests/database_helpers.js b/packages/core/botpress/tests/database_helpers.js
index <HASH>..<HASH> 100644
--- a/packages/core/botpress/tests/database_helpers.js
+++ b/packages/core/botpress/tests/database_helpers.js
@@ -53,6 +53,7 @@ run('helpers', () => {
.then(inserted =>... | chore(perf): add another test assertion | botpress_botpress | train | js |
249f72735645f18bf02035ddfc5afde6ffd53d70 | diff --git a/pyethereum/peermanager.py b/pyethereum/peermanager.py
index <HASH>..<HASH> 100644
--- a/pyethereum/peermanager.py
+++ b/pyethereum/peermanager.py
@@ -199,7 +199,7 @@ def config_peermanager(sender, config, **kwargs):
@receiver(signals.p2p_address_ready)
-def p2p_address_ready_handler(sender, ip, port):... | fix: p2p_address_ready_handler signature | ethereum_pyethereum | train | py |
a8f8a67d80badb0950f4168a452ac44f23540479 | diff --git a/lib/features/interaction-events/InteractionEvents.js b/lib/features/interaction-events/InteractionEvents.js
index <HASH>..<HASH> 100644
--- a/lib/features/interaction-events/InteractionEvents.js
+++ b/lib/features/interaction-events/InteractionEvents.js
@@ -75,7 +75,7 @@ function InteractionEvents(eventBus... | fix(interaction-events): also fire events on table headers
related to CAM-<I> | bpmn-io_table-js | train | js |
b2462ed13fdca73ae47bf19257703e6802997d96 | diff --git a/webapps/client/scripts/tasklist/directives/cam-tasklist-tasks.js b/webapps/client/scripts/tasklist/directives/cam-tasklist-tasks.js
index <HASH>..<HASH> 100644
--- a/webapps/client/scripts/tasklist/directives/cam-tasklist-tasks.js
+++ b/webapps/client/scripts/tasklist/directives/cam-tasklist-tasks.js
@@ -1... | chore(code): add lost code | camunda_camunda-bpm-platform | train | js |
9f26938f4fc5861e8e92fe3e77c2787cfb5615ca | diff --git a/tests/__init__.py b/tests/__init__.py
index <HASH>..<HASH> 100755
--- a/tests/__init__.py
+++ b/tests/__init__.py
@@ -114,6 +114,7 @@ class TestSacad(unittest.TestCase):
self.assertLessEqual(out_height, size * (100 + size_tolerance) / 100)
self.asse... | fix(test): skip another test unreliable on CI | desbma_sacad | train | py |
9b243a3d3bcbc9e3a9391c27ac753d284cf9d00a | diff --git a/tests/commands/test_bump_command.py b/tests/commands/test_bump_command.py
index <HASH>..<HASH> 100644
--- a/tests/commands/test_bump_command.py
+++ b/tests/commands/test_bump_command.py
@@ -273,9 +273,19 @@ def test_bump_when_version_is_not_specify(mocker):
@pytest.mark.usefixtures("tmp_commitizen_proje... | test(bump): fixes logic issue made evident by the latest fix(git) commit
git was failing "fatal: ambiguous argument 'HEAD': unknown revision or path not in the working tree". There is no HEAD for get_commits until at least one commit is made. | Woile_commitizen | train | py |
c48da9b5cf57f1d9e84a4cad7f392a81bf9ab2f8 | diff --git a/public/app/features/dashboard/rowCtrl.js b/public/app/features/dashboard/rowCtrl.js
index <HASH>..<HASH> 100644
--- a/public/app/features/dashboard/rowCtrl.js
+++ b/public/app/features/dashboard/rowCtrl.js
@@ -41,7 +41,6 @@ function (angular, _, config) {
$scope.dashboard.addPanel(panel, $scope.row)... | fix(tests): fix broken unittest due to merge conflict | grafana_grafana | train | js,js |
15a404e071aa8977bb5aa3a968405eea92326652 | diff --git a/custom-rules/skip-comment.js b/custom-rules/skip-comment.js
index <HASH>..<HASH> 100644
--- a/custom-rules/skip-comment.js
+++ b/custom-rules/skip-comment.js
@@ -55,7 +55,7 @@ e.g.
const commentBefore = sourceCode.getCommentsBefore(node)
const hasExplain = commentBefore && commentBefore... | fix(custom-rules): skip-comments allow "cypress-io/eslint-plugin-dev#" before comment for coffeescript (cypress-io/eslint-plugin-dev#<I>) | cypress-io_cypress | train | js,js |
e27f4bfa8ba1c26a49504a008038a1c1ac034c6f | diff --git a/tests/Features/Methods/ModelExtension.php b/tests/Features/Methods/ModelExtension.php
index <HASH>..<HASH> 100644
--- a/tests/Features/Methods/ModelExtension.php
+++ b/tests/Features/Methods/ModelExtension.php
@@ -141,6 +141,11 @@ class ModelExtension
return User::updateOrCreate([]);
}
+ ... | fix: #<I> firstOrCreate is missing
Close #<I>
Add tests for firstOrCreate | nunomaduro_larastan | train | php |
58ab8e81587f8d17e34234fe884066f3ec567d38 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -35,7 +35,8 @@ module.exports = function (path) {
");";
});
})(function (indexTestsData) {
- var srcCode = ["// DO NOT EDIT: FILE GENERATED BY 'tape-index'", "", "\"use strict\";"];
+ var srcCode = ["// DO NOT... | feat: ensure long error stack traces
When test crashes with an error it's good to have full call stack information | medikoo_tape-index | train | js |
abc0afd73033dbcb08fa4d9e19ad7f1841af84f8 | diff --git a/src/Model/Common/AssetDraft.php b/src/Model/Common/AssetDraft.php
index <HASH>..<HASH> 100644
--- a/src/Model/Common/AssetDraft.php
+++ b/src/Model/Common/AssetDraft.php
@@ -6,6 +6,7 @@
namespace Commercetools\Core\Model\Common;
use Commercetools\Core\Model\CustomField\CustomFieldObject;
+use Commercet... | fix(AssetDraft): correct type for custom field object
BREAKING CHANGE: AssetDraft requires CustomFieldObjectDraft instead of CustomFieldObject
Before:
```
$assetDraft = AssetDraft::of()->setCustom(CustomFieldObject::of());
```
After:
```
$assetDraft = AssetDraft::of()->setCustom(CustomFieldObjectDraf... | commercetools_commercetools-php-sdk | train | php |
4c913e35d488c6fe21fba990ff973bde9b726ec7 | diff --git a/lib/features/mouse-tracking/MouseTracking.js b/lib/features/mouse-tracking/MouseTracking.js
index <HASH>..<HASH> 100644
--- a/lib/features/mouse-tracking/MouseTracking.js
+++ b/lib/features/mouse-tracking/MouseTracking.js
@@ -54,6 +54,6 @@ MouseTracking.prototype._setHoverElement = function(event) {
M... | fix(mouse-tracking): use "layerX|Y" instead of "offsetX|Y"
Closes #<I> | bpmn-io_diagram-js | train | js |
f04dc7514750ca82cdd68dc54ceddc32b14c11d9 | diff --git a/scripts/build-package.js b/scripts/build-package.js
index <HASH>..<HASH> 100644
--- a/scripts/build-package.js
+++ b/scripts/build-package.js
@@ -143,7 +143,7 @@ function run() {
if (watchMode) {
const runWatchMode = () => {
- const baseWatchCommand = `lerna exec --scope "$... | chore(build-package): run processes in parallel | storybooks_storybook | train | js |
383673b770f1334ace0b9e7ee00ab8b4482cb1e5 | diff --git a/packages/components/bolt-video/plugins/cue-points.js b/packages/components/bolt-video/plugins/cue-points.js
index <HASH>..<HASH> 100644
--- a/packages/components/bolt-video/plugins/cue-points.js
+++ b/packages/components/bolt-video/plugins/cue-points.js
@@ -6,7 +6,7 @@ import { getSubArray } from '../utils... | feat: auto-pause the video + open in a new tab when interacting with cue point ctas | bolt-design-system_bolt | train | js |
fff8adb5260099518c8e29fa0e122c1339c42c72 | diff --git a/lib/scripts/writer.js b/lib/scripts/writer.js
index <HASH>..<HASH> 100644
--- a/lib/scripts/writer.js
+++ b/lib/scripts/writer.js
@@ -9,6 +9,7 @@ var fs = require('fs');
var path = require('path');
var qio = require('q-io/fs');
+
exports.output = output;
function output(file, content) {
var fullPa... | fix(writer): synchronisation problem removing folder | Vertafore_docular | train | js |
5ac40c7d3afc55835978856daa624b024ed57a44 | diff --git a/rundeckapp/grails-app/assets/javascripts/resourceModelConfig.js b/rundeckapp/grails-app/assets/javascripts/resourceModelConfig.js
index <HASH>..<HASH> 100644
--- a/rundeckapp/grails-app/assets/javascripts/resourceModelConfig.js
+++ b/rundeckapp/grails-app/assets/javascripts/resourceModelConfig.js
@@ -246,7... | fix: broken js when #configs id is not present | rundeck_rundeck | train | js |
64c0ee21fc9883b727c05d35a2aed83f76a232aa | diff --git a/src/Database/Barry/Model.php b/src/Database/Barry/Model.php
index <HASH>..<HASH> 100644
--- a/src/Database/Barry/Model.php
+++ b/src/Database/Barry/Model.php
@@ -682,7 +682,15 @@ abstract class Model implements \ArrayAccess, \JsonSerializable
*/
public function jsonSerialize()
{
- re... | fix: hidden value where json called | bowphp_framework | train | php |
e7f0bc4ee17001e5e692abbf824d5d420a5ad47f | diff --git a/index.ios.js b/index.ios.js
index <HASH>..<HASH> 100644
--- a/index.ios.js
+++ b/index.ios.js
@@ -51,9 +51,18 @@ class ApiAi {
SpeechToText.finishRecognition();
}
- requestQuery(query: String, onResult: ()=>{}, onError: ()=>{}) {
- this.client.textRequest(query).then(res=>onResult(res)).cat... | feat: add contexts functionality for ios | innFactory_react-native-dialogflow | train | js |
e80c6f6b2505be51b5db732ae95f1ea5509f5b29 | diff --git a/packages/build/webpack/index.js b/packages/build/webpack/index.js
index <HASH>..<HASH> 100644
--- a/packages/build/webpack/index.js
+++ b/packages/build/webpack/index.js
@@ -26,7 +26,7 @@ const validateRules = (config, options) =>
)
} else if (!options.defaultInclude) {
error(
- ... | fix(build): webpack validation typo | pluralsight_design-system | train | js |
2d6c38db83a95f6c2b2c4fe50aebad2811d159c9 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -26,7 +26,7 @@ setup(
url = "https://github.com/neherlab/treetime",
packages=['treetime'],
install_requires = [
- 'biopython>=1.66,<=1.76',
+ 'biopython>=1.67,!=1.77,!=1.78',
... | chore: relax version constraint of BioPython since bug is fixed in <I> | neherlab_treetime | train | py |
85840ce6d069255364678dfb2fa9bceba178e00b | diff --git a/dev/test/helpers/mailhog.js b/dev/test/helpers/mailhog.js
index <HASH>..<HASH> 100644
--- a/dev/test/helpers/mailhog.js
+++ b/dev/test/helpers/mailhog.js
@@ -8,7 +8,11 @@ const getMails = async () => {
const getSentAddresses = async () => {
const { data: emails } = await getMails();
- return emails.... | test(mailhog-helper): log email to field CDPIP-OPS | emartech_magento2-extension | train | js |
a40c8e325d82165a9b4c9195f79e8feec010322c | diff --git a/wct.conf.js b/wct.conf.js
index <HASH>..<HASH> 100644
--- a/wct.conf.js
+++ b/wct.conf.js
@@ -57,8 +57,8 @@ module.exports = {
//},
{
"browserName": "safari",
- "platform": "OS X 10.9",
- "ve... | test(travis): test on more recent version of Safari | rnicholus_ajax-form | train | js |
194103964430970163c6939c15b717360b634e41 | diff --git a/icons/fontawesome.js b/icons/fontawesome.js
index <HASH>..<HASH> 100644
--- a/icons/fontawesome.js
+++ b/icons/fontawesome.js
@@ -48,6 +48,9 @@ export default {
chip: {
close: 'far fa-times-circle'
},
+ chipsInput: {
+ add: 'far fa-paper-plane'
+ },
collapsible: {
icon: 'fas fa-chev... | feat: Add QChipsInput add icons for the rest of the icon sets | quasarframework_quasar | train | js,js |
52d088a442c24c3fd5d151e24d0bb7bcb9ae41d3 | diff --git a/src/anyconfig/backend/xml.py b/src/anyconfig/backend/xml.py
index <HASH>..<HASH> 100644
--- a/src/anyconfig/backend/xml.py
+++ b/src/anyconfig/backend/xml.py
@@ -65,9 +65,10 @@ import re
try:
import xml.etree.cElementTree as ET
except ImportError:
- import xml.etree.ElementTree as ET
-except Impo... | fix: catch cases if neigther xml.etree.{c,}ElementTree were missing correctly | ssato_python-anyconfig | train | py |
91a00c5a1efb216accb4b0f69222608a68a789dc | diff --git a/src/components/ImportRecordsFlow/index.js b/src/components/ImportRecordsFlow/index.js
index <HASH>..<HASH> 100644
--- a/src/components/ImportRecordsFlow/index.js
+++ b/src/components/ImportRecordsFlow/index.js
@@ -63,13 +63,13 @@ function ImportRecordsFlow(props) {
const prevIsOpen = useRef(isOpen);
... | fix: wrong behavior when open the ImportRecordFlow component twice (#<I>)
fix: #<I> | 90milesbridge_react-rainbow | train | js |
2c82e485c0b32d02ab410a026396a6656ce7f0bd | diff --git a/packages/core/src/plugins/input/graph.js b/packages/core/src/plugins/input/graph.js
index <HASH>..<HASH> 100644
--- a/packages/core/src/plugins/input/graph.js
+++ b/packages/core/src/plugins/input/graph.js
@@ -10,15 +10,14 @@
* @return {CSL} entry
*/
export const applyGraph = (entry, graph) => {
- co... | feat(core): include complete graph
Include @else/list+object entry in graphs.
Fix larsgw/citation.js#<I> | citation-js_citation-js | train | js |
6196977cc57012825c40e3a0fb4a0c4012fb1692 | diff --git a/hooks/before_prepare/icon.js b/hooks/before_prepare/icon.js
index <HASH>..<HASH> 100644
--- a/hooks/before_prepare/icon.js
+++ b/hooks/before_prepare/icon.js
@@ -138,12 +138,12 @@ function generate(done) {
// Default, the icon is a PNG image
var source = path.join(__dirname, '..... | fix(gm): fix a case where user wouldn't be notified of a gm crash | SamVerschueren_gulp-cordova-icon | train | js |
b18a76adc2e98ec31724476335cb1bf8146f5a0d | diff --git a/src/reducers/appbaseQueryReducer.js b/src/reducers/appbaseQueryReducer.js
index <HASH>..<HASH> 100644
--- a/src/reducers/appbaseQueryReducer.js
+++ b/src/reducers/appbaseQueryReducer.js
@@ -2,7 +2,7 @@ import { SET_APPBASE_QUERY } from '../constants';
export default function appbaseQueryReducer(state = ... | fix: store lastUsedAppbaseQuery as array | appbaseio_reactivecore | train | js |
c4e12dc846ca04c03cab9de69c828b1351631cfc | diff --git a/cmd/bucket-handlers.go b/cmd/bucket-handlers.go
index <HASH>..<HASH> 100644
--- a/cmd/bucket-handlers.go
+++ b/cmd/bucket-handlers.go
@@ -427,6 +427,12 @@ func (api objectAPIHandlers) DeleteMultipleObjectsHandler(w http.ResponseWriter,
deleteObjectsFn = api.CacheAPI().DeleteObjects
}
+ // Return Mal... | fix: in MultiDelete API return MalformedXML upon empty input (#<I>)
To follow S3 spec | minio_minio | train | go |
64719cdd31d6c0f2e724abd02760bdc894bc53d5 | diff --git a/src/types/index.js b/src/types/index.js
index <HASH>..<HASH> 100644
--- a/src/types/index.js
+++ b/src/types/index.js
@@ -23,7 +23,7 @@ supportedKeyTypes.define([
algParameters: '0500',
version: 'two-prime',
}
-], 'RSA', RSA)
+], RSA)
// ECDSA
supportedKeyTypes.define([
@@ -63,11 +63,11 @@... | refactor(algorithms): move kty param into params objects | EternalDeiwos_keyto | train | js |
225abd596c07a09098eb1014be11301d48665309 | diff --git a/lib/hexo/index.js b/lib/hexo/index.js
index <HASH>..<HASH> 100644
--- a/lib/hexo/index.js
+++ b/lib/hexo/index.js
@@ -367,7 +367,7 @@ class Hexo extends EventEmitter {
this.path = path;
this.url = full_url_for.call(ctx, path);
this.config = config;
- this.theme = deepMerge... | refactor: remove site config from theme config (#<I>) | hexojs_hexo | train | js |
80d2dcccbc4b54bd300f516c490d553af917a918 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -17,7 +17,7 @@ module.exports = function(app, { mountPath = '/sdk' }) {
try {
const requestOptions = req.query.options ? JSON.parse(req.query.options) : {};
- const sdkOptions = Object.assign... | fix(options): fixes the options and their default assignment | joinbox_loopback-component-angular-sdk | train | js |
da69bfe88e5503dd6576bcb61b06396fa3bcc9fe | diff --git a/testbed/www/js/index.js b/testbed/www/js/index.js
index <HASH>..<HASH> 100644
--- a/testbed/www/js/index.js
+++ b/testbed/www/js/index.js
@@ -233,9 +233,7 @@ function BranchDeepLink () {
$match_duration: 2000,
custom_string: 'data',
custom_integer: Date.now(),
- custom_boolean: true,
- ... | fix: removed custom dictionary from testbed example | BranchMetrics_cordova-ionic-phonegap-branch-deep-linking | train | js |
c277cee4748cfa8f0c6499ccef9e8f2456c05d1c | diff --git a/packages/api-headless-cms/__tests__/createDataModel.test.js b/packages/api-headless-cms/__tests__/createDataModel.test.js
index <HASH>..<HASH> 100644
--- a/packages/api-headless-cms/__tests__/createDataModel.test.js
+++ b/packages/api-headless-cms/__tests__/createDataModel.test.js
@@ -33,7 +33,7 @@ describ... | test: use "context.models.createEnvironmentBase" instead of "context.createEnvironmentBase" | Webiny_webiny-js | train | js,js |
a5ac249b954e3014788eec8094c85e4d264138e0 | diff --git a/lib/datasource/docker/index.js b/lib/datasource/docker/index.js
index <HASH>..<HASH> 100644
--- a/lib/datasource/docker/index.js
+++ b/lib/datasource/docker/index.js
@@ -419,6 +419,9 @@ async function getLabels(registry, repository, tag) {
await renovateCache.set(cacheNamespace, cacheKey, labels, cach... | fix(docker): pass registry-failure up | renovatebot_renovate | train | js |
a97931c58d04789a79b85b90cb67d2567c2f8506 | diff --git a/static/lib/composer.js b/static/lib/composer.js
index <HASH>..<HASH> 100644
--- a/static/lib/composer.js
+++ b/static/lib/composer.js
@@ -394,7 +394,7 @@ define('composer', [
if (draft && draft.title) {
titleEl.val(draft.title);
}
- bodyEl.val(draft ? draft.text : postData.body);
+ bodyEl.val(d... | fix: #<I>, issue with editing posts due to new draft behaviour | NodeBB_nodebb-plugin-composer-default | train | js |
2630a949f7993388b3cfe6305a3ba8c0eff03068 | diff --git a/agent/consul/session_endpoint.go b/agent/consul/session_endpoint.go
index <HASH>..<HASH> 100644
--- a/agent/consul/session_endpoint.go
+++ b/agent/consul/session_endpoint.go
@@ -58,7 +58,7 @@ func (s *Session) Apply(args *structs.SessionRequest, reply *string) error {
return fmt.Errorf("Session lookup... | fix: Destroying a session that doesn't exist returns status cod… (#<I>)
fix #<I> | hashicorp_consul | train | go |
0611843dc95e6eb77c33dfeb0ca64a072b90f5fc | diff --git a/src/Noherczeg/Breadcrumb/BreadcrumbServiceProvider.php b/src/Noherczeg/Breadcrumb/BreadcrumbServiceProvider.php
index <HASH>..<HASH> 100644
--- a/src/Noherczeg/Breadcrumb/BreadcrumbServiceProvider.php
+++ b/src/Noherczeg/Breadcrumb/BreadcrumbServiceProvider.php
@@ -8,23 +8,32 @@
*
*/
-use Illumin... | fix: ServiceProvider for Laravel 4 | noherczeg_breadcrumb | train | php |
4de18315b909eb89e38c5539b8c157e2f7f883e0 | diff --git a/tests/system/Commands/CreateDatabaseTest.php b/tests/system/Commands/CreateDatabaseTest.php
index <HASH>..<HASH> 100644
--- a/tests/system/Commands/CreateDatabaseTest.php
+++ b/tests/system/Commands/CreateDatabaseTest.php
@@ -38,22 +38,17 @@ final class CreateDatabaseTest extends CIUnitTestCase
$t... | test: fix failed test
1) CodeIgniter\Commands\CreateDatabaseTest::testCreateDatabase
Failed asserting that 'Database ".../CodeIgniter4/writable/foobar.db" already exists.\n
\n
' contains "successfully created.".
.../CodeIgniter4/tests/system/Commands/CreateDatabaseTest.php:<I> | codeigniter4_CodeIgniter4 | train | php |
c507b37dd04cf267a437a579fc3b14063abb2ef8 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -159,7 +159,7 @@ function wrapMatcher(matcher, actualPromise, not) {
actualPromise.then(function(actual) {
var expected = originalArgs[0];
- var expectation = expect(actual);
+ var expectation = origina... | fix(index): stop infinite promise resolution | angular_jasminewd | train | js |
e424f864bdf3e5a3792c445a560771197b055cfb | diff --git a/build/module-opentest-actor/index.js b/build/module-opentest-actor/index.js
index <HASH>..<HASH> 100644
--- a/build/module-opentest-actor/index.js
+++ b/build/module-opentest-actor/index.js
@@ -16,7 +16,7 @@ function start(options) {
const opentestJarsPath = path.join(__dirname, 'jars', '*').replace... | feat(actor): load user jars before core ones | mcdcorp_opentest | train | js |
d7d2e992759e7c118f9b84ec7f0efd84956e1871 | diff --git a/lib/client/client.js b/lib/client/client.js
index <HASH>..<HASH> 100644
--- a/lib/client/client.js
+++ b/lib/client/client.js
@@ -1150,7 +1150,7 @@ Client.prototype._sendSocket = function _sendSocket (message,
var sentEmitter = false
function sendResult (event, obj) {
- if (event === 'error' && ... | refactor: resultError always emitted on error | joyent_node-ldapjs | train | js |
84e5b075b4214c5432e380840c90091643af07fa | diff --git a/src/client/websocket/handlers/INTERACTION_CREATE.js b/src/client/websocket/handlers/INTERACTION_CREATE.js
index <HASH>..<HASH> 100644
--- a/src/client/websocket/handlers/INTERACTION_CREATE.js
+++ b/src/client/websocket/handlers/INTERACTION_CREATE.js
@@ -1,22 +1,18 @@
'use strict';
const { Events, Inter... | refactor(Interactions): move Structures import out of switch block (#<I>) | discordjs_discord.js | train | js |
8ef52ea521e0e06d95fa5079931fbba96627cbb0 | diff --git a/generators/gae/index.js b/generators/gae/index.js
index <HASH>..<HASH> 100644
--- a/generators/gae/index.js
+++ b/generators/gae/index.js
@@ -772,10 +772,8 @@ module.exports = class extends BaseGenerator {
if (this.abort) return;
if (this.buildTool === 'maven') {
- ... | refactor: remove log for printing appengineRun and appengine:run goals
This removes the log that prints appengine:run goal for maven and appengineRun goal for gradle. These goals are not available for app.yaml based projects.
References: <URL> | jhipster_generator-jhipster | train | js |
49adb621a96f11b9898c704bc7c999faa1dff951 | diff --git a/lib/init.js b/lib/init.js
index <HASH>..<HASH> 100644
--- a/lib/init.js
+++ b/lib/init.js
@@ -121,7 +121,7 @@ module.exports = function(req, res, next) {
socket[config.CLIENT_PORT_HEAD] = clientPort || socket.remotePort;
}
req.clientPort = clientPort = clientPort || socket[config.CLIENT_PORT_HEA... | feat: support x-forwarded-proto header | avwo_whistle | train | js |
3e7dec6ea5afb5d6975effa8f5b5af942cc02601 | diff --git a/src/Keboola/GoodData/Datasets.php b/src/Keboola/GoodData/Datasets.php
index <HASH>..<HASH> 100644
--- a/src/Keboola/GoodData/Datasets.php
+++ b/src/Keboola/GoodData/Datasets.php
@@ -211,9 +211,7 @@ class Datasets
$manifest['dataSetSLIManifest']['parts'][] = [
'... | fix: bug in templated dimension identifier in load manifest | keboola_gooddata-php-client | train | php |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.