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 |
|---|---|---|---|---|---|
5c69d97c182faf077a1181e4d623456abd370a01 | diff --git a/tasks/lib/helpers.js b/tasks/lib/helpers.js
index <HASH>..<HASH> 100644
--- a/tasks/lib/helpers.js
+++ b/tasks/lib/helpers.js
@@ -27,8 +27,8 @@ exports.init = function (grunt) {
for (_i = 0, _len = environment.paths.length; _i < _len; _i++) {
_path = environment.paths[_i];
- if(_path.sli... | fix(windows): Fixes path seperator on windows.
Theres a bug on windows whereby expanding a path defined like '/*.css.styl' will expand to '/*.css' and the styl file won't be found. This is due to the hardcoding of the path seperator.
Also fixed a missing semicolon. | pirxpilot_grunt-mincer | train | js,js |
53a70ec4e5189589870d3981c20761b55b8397b5 | diff --git a/src/scripts/directives/fa-input.js b/src/scripts/directives/fa-input.js
index <HASH>..<HASH> 100644
--- a/src/scripts/directives/fa-input.js
+++ b/src/scripts/directives/fa-input.js
@@ -228,7 +228,7 @@ angular.module('famous.angular')
});
renderNode.on('click', function(even... | fix: ngClickDirective decorator can throw "$digest is already in progress" | Famous_famous-angular | train | js |
8d81e51aa8a4782a3c1e7cc82433e7a93948033f | diff --git a/packages/@vue/cli-plugin-unit-mocha/setup.js b/packages/@vue/cli-plugin-unit-mocha/setup.js
index <HASH>..<HASH> 100644
--- a/packages/@vue/cli-plugin-unit-mocha/setup.js
+++ b/packages/@vue/cli-plugin-unit-mocha/setup.js
@@ -1 +1 @@
-require('jsdom-global')(undefined, { pretendToBeVisual: true })
+require... | fix: set `url` option for `jsdom-global` (#<I>)
This fixes `SecurityError: localStorage is not available for opaque origins` in mocha tests caused by jsdom (jsdom/jsdom#<I>). | vuejs_vue-cli | train | js |
1310ed7bf4aee777a1ac213e1a599f49cc882503 | diff --git a/third_party/github.com/coreos/go-etcd/etcd/requests.go b/third_party/github.com/coreos/go-etcd/etcd/requests.go
index <HASH>..<HASH> 100644
--- a/third_party/github.com/coreos/go-etcd/etcd/requests.go
+++ b/third_party/github.com/coreos/go-etcd/etcd/requests.go
@@ -272,7 +272,6 @@ func (c *Client) SendRequ... | fix(go-etcd): Close response bodies
This is a hack roughly equivalent to go-etcd commit
2df4f0d<I>c5ca<I>b<I>a<I>e2ace | coreos_fleet | train | go |
b50e6751a25fbbf5f8c014b60c02e6d4196e1b1a | diff --git a/model/policy.go b/model/policy.go
index <HASH>..<HASH> 100644
--- a/model/policy.go
+++ b/model/policy.go
@@ -146,6 +146,7 @@ func (model Model) HasPolicies(sec string, ptype string, rules [][]string) bool
func (model Model) AddPolicy(sec string, ptype string, rule []string) {
assertion := model[sec][p... | fix: model AddPolicy method can't set PolicyMap correctly when has priority | casbin_casbin | train | go |
7d10f149e7343b70de310e5c605bfd2d144290b1 | diff --git a/src/client/services/feature/feature.js b/src/client/services/feature/feature.js
index <HASH>..<HASH> 100644
--- a/src/client/services/feature/feature.js
+++ b/src/client/services/feature/feature.js
@@ -78,7 +78,7 @@ var FeatureService = SparkBase.extend(
* @param {Array} featureList
* @returns {Pro... | fix(features): function syntax declaration | webex_spark-js-sdk | train | js |
004f8a30aafd4f9fa7ee3d4a2ea81044128fb5d2 | diff --git a/schedula/utils/dsp.py b/schedula/utils/dsp.py
index <HASH>..<HASH> 100644
--- a/schedula/utils/dsp.py
+++ b/schedula/utils/dsp.py
@@ -396,7 +396,7 @@ class add_args(object):
return cls
-def _get_signature(func, n_ept=1, n_skip=0):
+def _get_signature(func, n=1):
sig = inspect.signature(fu... | fix(dsp): Unresolved references. | vinci1it2000_schedula | train | py |
58aac04a53d60d683cbe64fc26f6b0abac4e855b | 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/bafybeidatpz2hli6fgu3zul5woi27ujesdf5o5a7bu622qj6ugharciwjq"
+const WebUIPath = "/ipfs... | chore: update WebUI to <I> | ipfs_go-ipfs | train | go |
df1bdd2ad84e992414c0e1e7be576558b4b0fe29 | diff --git a/framework/core/js/src/admin/components/EditGroupModal.js b/framework/core/js/src/admin/components/EditGroupModal.js
index <HASH>..<HASH> 100644
--- a/framework/core/js/src/admin/components/EditGroupModal.js
+++ b/framework/core/js/src/admin/components/EditGroupModal.js
@@ -78,7 +78,7 @@ export default clas... | chore: point Font Awesome icons link to v5 (#<I>)
Update Font Awesome link to represent to currently used major version in order to avoid confusion when choosing icons | flarum_core | train | js |
86ab19dad0a2bcd6c344b9a5dafd289e14d07f25 | diff --git a/demo/pages/elements/form/MockMeta.js b/demo/pages/elements/form/MockMeta.js
index <HASH>..<HASH> 100644
--- a/demo/pages/elements/form/MockMeta.js
+++ b/demo/pages/elements/form/MockMeta.js
@@ -51,6 +51,13 @@ export default {
required: true
},
{
+ name: 'datetime',... | fix(Form): Initial rending of date inputs when there is no value | bullhorn_novo-elements | train | js,js |
1c6dc83f397cf7a7254b9f9f14b116bcb8599239 | diff --git a/httputil/header/header.go b/httputil/header/header.go
index <HASH>..<HASH> 100644
--- a/httputil/header/header.go
+++ b/httputil/header/header.go
@@ -264,7 +264,7 @@ func expectQuality(s string) (q float64, rest string) {
func expectTokenOrQuoted(s string) (value string, rest string) {
if !strings.Has... | fix: resolve issue in vendored code | ory_herodot | train | go |
1e99050f944ac435fce26a9549eadcc2419a968a | diff --git a/src/index.js b/src/index.js
index <HASH>..<HASH> 100644
--- a/src/index.js
+++ b/src/index.js
@@ -125,7 +125,7 @@ export default function fetch(url, opts) {
// HTTP fetch step 5.5
switch (request.redirect) {
case 'error':
- reject(new FetchError(`redirect mode is set to error: ${reques... | fix: Change error message thrown with redirect mode set to error (#<I>)
The original error message does not provide enough information about what went wrong. It simply states a configuration setting. | bitinn_node-fetch | train | js |
66be4ff092d57c80248bfa6879aa6e08570cf243 | diff --git a/lib/utils.js b/lib/utils.js
index <HASH>..<HASH> 100644
--- a/lib/utils.js
+++ b/lib/utils.js
@@ -34,6 +34,7 @@ function log(type) {
}
var jpmConsole = {
+ info: log.bind(null, "info"),
log: log.bind(null, "info"),
warn: log.bind(null, "warning"),
error: log.bind(null, "error"), | fix: Fixed TypeError when running `jpm post` (#<I>)
The pseudo log object did not define an info method and this command never had test coverage for some reason. | mozilla-jetpack_jpm | train | js |
c5a3d62808a46747e13a0f977998995ff48f11b3 | diff --git a/javacord-api/src/main/java/org/javacord/api/entity/message/MessageBuilder.java b/javacord-api/src/main/java/org/javacord/api/entity/message/MessageBuilder.java
index <HASH>..<HASH> 100644
--- a/javacord-api/src/main/java/org/javacord/api/entity/message/MessageBuilder.java
+++ b/javacord-api/src/main/java/o... | fix: typo in Documentation
It's just a small typo but I thought of fixing it. | Javacord_Javacord | train | java |
857e392cde5bfff5867c4b157d5f9395f87211e8 | diff --git a/VERSION b/VERSION
index <HASH>..<HASH> 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-6.2.0
\ No newline at end of file
+6.3.0
\ No newline at end of file
diff --git a/lib/rack/app/instance_methods/path_to.rb b/lib/rack/app/instance_methods/path_to.rb
index <HASH>..<HASH> 100644
--- a/lib/rack/app/instanc... | refactor: change router path findig method to follow its endpoint instance version name convention | rack-app_rack-app | train | VERSION,rb,rb |
241deff7be3a7c7ba4edadf98064ff052f0acb2b | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -60,8 +60,6 @@ setup(
namespace_packages=[],
zip_safe=False,
install_requires=[
- # -*- Extra requirements: -*-
- 'gitchangelog',
],
entry_points="",
) | fix: removed ``gitchangelog`` from ``setup.py`` require list. (fixes #9) | vaab_colour | train | py |
f7db11c9d725d2611d36e6e13a3a8062e564b83f | diff --git a/lib/api/github.js b/lib/api/github.js
index <HASH>..<HASH> 100644
--- a/lib/api/github.js
+++ b/lib/api/github.js
@@ -586,7 +586,7 @@ async function mergePr(pr) {
{ err: err3 },
`Failed to ${options.body.merge_method} PR`
);
- logger.error('All merge attempts f... | fix: Downgrade merge failure to warning (#<I>) | renovatebot_renovate | train | js |
e5b35fe3528cc0edda0eb121d3e1b8197536eae0 | diff --git a/lib/image.js b/lib/image.js
index <HASH>..<HASH> 100644
--- a/lib/image.js
+++ b/lib/image.js
@@ -18,7 +18,8 @@ function image(url) {
debug('image loaded: %s', url);
// if the url is SVG, let's compress and use the XML directly
- if (mime.lookup(url) === 'image/svg+xml' && !inliner.options.n... | fix: don't try to encode SVG if there's no body
Fixes #<I> | remy_inliner | train | js |
d7f0dcf2bb91a1d27961941995d75c9800efc7ba | diff --git a/spec/env/common.js b/spec/env/common.js
index <HASH>..<HASH> 100644
--- a/spec/env/common.js
+++ b/spec/env/common.js
@@ -167,7 +167,7 @@ HandlebarsTestBench.prototype.withMessage = function(message) {
};
HandlebarsTestBench.prototype.toCompileTo = function(expectedOutputAsString) {
- expect(this._com... | refactor: fix typo in private test method | wycats_handlebars.js | train | js |
436533ab9885e0a3c07a71f14adcaf2c0f242e4f | diff --git a/src/util/graphic.js b/src/util/graphic.js
index <HASH>..<HASH> 100644
--- a/src/util/graphic.js
+++ b/src/util/graphic.js
@@ -331,13 +331,14 @@ function singleEnterEmphasis(el) {
}
var zr = el.__zr;
- if (el.isGroup || (!zr && el.useHoverLayer)) {
- return;
- }
var useHoverL... | fix(graphic): pie highlight not triggering since <I>c6eaaf<I>b8e<I>fa9f<I>c<I>e<I>c<I> | apache_incubator-echarts | train | js |
5f81f58b3af615205fb7b0d92c3828ad723a1595 | diff --git a/lib/utils/analytics/generatePayload.js b/lib/utils/analytics/generatePayload.js
index <HASH>..<HASH> 100644
--- a/lib/utils/analytics/generatePayload.js
+++ b/lib/utils/analytics/generatePayload.js
@@ -57,7 +57,10 @@ module.exports = async serverless => {
})),
},
installationType: await (a... | feat(Analytics): Distinguish different standalone installations | serverless_serverless | train | js |
366bb82d65c25dace0453f5baccce6cd02128857 | diff --git a/core/lib/ssms.js b/core/lib/ssms.js
index <HASH>..<HASH> 100644
--- a/core/lib/ssms.js
+++ b/core/lib/ssms.js
@@ -182,7 +182,8 @@ class SSMS extends EventEmitter {
//
// histograms
//
- for (const [name, value] of Object.entries(pd.histograms)) {
+ for (const [name, origValue... | fix(ssms): update mergeBuckets function
to clone histograms before merging them | artilleryio_artillery | train | js |
796bb4683f7442cc3cf06c4b6eb2b59e000fe688 | diff --git a/test/core/interface.spec.js b/test/core/interface.spec.js
index <HASH>..<HASH> 100644
--- a/test/core/interface.spec.js
+++ b/test/core/interface.spec.js
@@ -16,7 +16,14 @@ describe('interface-ipfs-core tests', () => {
tests.config(defaultCommonFactory)
- tests.dag(defaultCommonFactory)
+ tests.da... | test(dag): skip spec for put API (#<I>)
Over at <URL>` honors the `hashAlg` option, which at
the time of this commit is ignored by the underlying `ipld.put()` API
(more info: <URL> | ipfs_js-ipfs | train | js |
2bc57d856c35864d407e7d20b587d56011f67fb5 | diff --git a/pkg/services/sqlstore/user.go b/pkg/services/sqlstore/user.go
index <HASH>..<HASH> 100644
--- a/pkg/services/sqlstore/user.go
+++ b/pkg/services/sqlstore/user.go
@@ -96,6 +96,7 @@ func CreateUser(cmd *m.CreateUserCommand) error {
EmailVerified: cmd.EmailVerified,
Created: time.Now(),
Upda... | fix: set lastSeenAt date when creating users to then years in past insteasd of empty date, fixes #<I> | grafana_grafana | train | go |
cae9506fd40098f1e7d3650cd5fd074fda57e8a2 | diff --git a/packages/next/client/next-dev.js b/packages/next/client/next-dev.js
index <HASH>..<HASH> 100644
--- a/packages/next/client/next-dev.js
+++ b/packages/next/client/next-dev.js
@@ -87,7 +87,8 @@ initialize({ webpackHMR })
new URLSearchParams(location.search)
)
... | fix: Prevent page to scroll to top during data HMR (#<I>) | zeit_next.js | train | js |
775da4787b847261d588e5d672302ec4d9be8796 | diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js
index <HASH>..<HASH> 100644
--- a/website/docusaurus.config.js
+++ b/website/docusaurus.config.js
@@ -30,9 +30,6 @@ module.exports = {
label: 'Documentation',
activeBaseRegex: '(user_guide|sdks|addons|adva... | docs: remove links to deployment, integrations, and api. | Unleash_unleash | train | js |
1d5f312d54e50883c1e32149a5cffb5df9c2971c | diff --git a/src/i18n.js b/src/i18n.js
index <HASH>..<HASH> 100644
--- a/src/i18n.js
+++ b/src/i18n.js
@@ -235,7 +235,6 @@ export class I18N {
node.innerHTML = this.tr(key, params);
break;
default: //normal html attribute
- debugger;
if (node.au &&
node.au.controlle... | fix(debug): remove debugger statement
removes the unnecessary debugger statement | aurelia_i18n | train | js |
d22363cbded8ba17c6bbb8a96a1509c36dfcfa9a | diff --git a/functional/server_tests.js b/functional/server_tests.js
index <HASH>..<HASH> 100644
--- a/functional/server_tests.js
+++ b/functional/server_tests.js
@@ -292,8 +292,6 @@ describe('Server tests', function() {
// The actual test we wish to run
test: function(done) {
- this.timeout(0);
-
... | chore(package): upgrade mongodb-test-runner
NODE-<I> | mongodb_node-mongodb-native | train | js |
92974bf00abe067db981c00c734cd4f756fad4c7 | diff --git a/src/DayColumn.js b/src/DayColumn.js
index <HASH>..<HASH> 100644
--- a/src/DayColumn.js
+++ b/src/DayColumn.js
@@ -99,6 +99,7 @@ class DayColumn extends React.Component {
if (current >= min && current <= max) {
const top = this.slotMetrics.getCurrentTimePosition(current)
+ this.intervalTr... | fix: hide indicator when current time is not in the interval (#<I>) | intljusticemission_react-big-calendar | train | js |
cade0f53b7f098ad8793e562238b9e599cca529c | diff --git a/src/Laravel/Middleware/Cors.php b/src/Laravel/Middleware/Cors.php
index <HASH>..<HASH> 100644
--- a/src/Laravel/Middleware/Cors.php
+++ b/src/Laravel/Middleware/Cors.php
@@ -98,7 +98,9 @@ class Cors
$middlewareGroups = collect(Route::getMiddlewareGroups())->filter(function ($group) use ($shouldCls... | fix: Fixed find gatherMiddleware not found. | medz_cors | train | php |
6c9244154d5a25b8b651abd2bc8249e995f16e96 | diff --git a/source/rafcon/utils/storage_utils.py b/source/rafcon/utils/storage_utils.py
index <HASH>..<HASH> 100644
--- a/source/rafcon/utils/storage_utils.py
+++ b/source/rafcon/utils/storage_utils.py
@@ -117,7 +117,7 @@ def load_objects_from_json(path, as_dict=False):
:param path: The relative path of the json ... | fix(storage): Replace file with open | DLR-RM_RAFCON | train | py |
cde5176520cf3c525ca626d67d44090a38763ced | diff --git a/auto-release.js b/auto-release.js
index <HASH>..<HASH> 100644
--- a/auto-release.js
+++ b/auto-release.js
@@ -126,6 +126,8 @@ async function init() {
node scripts/release/update-php-package-versions.js -v ${nextVersion}
git add packages/core-php/composer.json packages/drupal-modules/bolt_... | fix: handle untracked file changes before publishing | bolt-design-system_bolt | train | js |
535fcce652acdd89aa0feb431e343aace26bec00 | diff --git a/Migrations/Migrator.php b/Migrations/Migrator.php
index <HASH>..<HASH> 100755
--- a/Migrations/Migrator.php
+++ b/Migrations/Migrator.php
@@ -458,10 +458,10 @@ class Migrator
{
return Collection::make($paths)->flatMap(function ($path) {
return Str::endsWith($path, '.php') ? [$pat... | fix: Migrations out of order with multiple path with certain filenames (#<I>) | illuminate_database | train | php |
b88af5d65e83d594ee287d395beccd70683b6339 | diff --git a/lib/devise/controllers/sign_in_out.rb b/lib/devise/controllers/sign_in_out.rb
index <HASH>..<HASH> 100644
--- a/lib/devise/controllers/sign_in_out.rb
+++ b/lib/devise/controllers/sign_in_out.rb
@@ -106,10 +106,12 @@ module Devise
private
def expire_data_after_sign_in!
+ # TODO: remov... | chore: add expiry note for old rack/rails session bug fix
Seven year ago rails `session.keys` could be empty if the session was
not loaded yet.
To prevent an error the removed code was introduced
<URL> | plataformatec_devise | train | rb |
0d09e763c09623642ae23d789259b6bed55c2f0f | diff --git a/packages/node_modules/@webex/internal-plugin-encryption/test/integration/spec/kms.js b/packages/node_modules/@webex/internal-plugin-encryption/test/integration/spec/kms.js
index <HASH>..<HASH> 100644
--- a/packages/node_modules/@webex/internal-plugin-encryption/test/integration/spec/kms.js
+++ b/packages/n... | feat(internal-plugin-encryption): remove the only from the test | webex_spark-js-sdk | train | js |
526471e5eb90b742692f438c6602712be1c805f8 | diff --git a/lib/socket-mgr.js b/lib/socket-mgr.js
index <HASH>..<HASH> 100644
--- a/lib/socket-mgr.js
+++ b/lib/socket-mgr.js
@@ -268,6 +268,13 @@ function handleFrame(receiver, socket, status, chunk, cb, toServer) {
cb(null, chunk);
}
+function clearTimer(status) {
+ if (!status.ignore && !status.pause) {
+ ... | refactor: ping & pong | avwo_whistle | train | js |
63d300bda19f8ac74537b125e135628848ebdb84 | diff --git a/python/geotag_from_gpx.py b/python/geotag_from_gpx.py
index <HASH>..<HASH> 100644
--- a/python/geotag_from_gpx.py
+++ b/python/geotag_from_gpx.py
@@ -46,7 +46,7 @@ def add_exif_using_timestamp(filename, time, points, offset_time=0, offset_beari
if elevation is not None:
metadata.add_a... | fix(geotag): Typo - Resolve #<I> | mapillary_mapillary_tools | train | py |
989a9236eccd66a99fa6879202d43938d4a7a2d7 | diff --git a/lib/validate-doc-update.js b/lib/validate-doc-update.js
index <HASH>..<HASH> 100644
--- a/lib/validate-doc-update.js
+++ b/lib/validate-doc-update.js
@@ -11,6 +11,10 @@ module.exports = function (newDoc, oldDoc, userCtx, secObj) {
return
}
+ if (newDoc._id.substr(0, 7) === '_local/') {
+ retu... | fix: allow saving _local docs | hoodiehq_pouchdb-users | train | js |
7d10986f10251bb77f7e52f5e54604b32a621cf3 | diff --git a/plugins/inputs/mesos/mesos_test.go b/plugins/inputs/mesos/mesos_test.go
index <HASH>..<HASH> 100644
--- a/plugins/inputs/mesos/mesos_test.go
+++ b/plugins/inputs/mesos/mesos_test.go
@@ -75,6 +75,7 @@ func TestMesosMaster(t *testing.T) {
m := Mesos{
Servers: []string{ts.Listener.Addr().String()},
+ ... | test(unit): Test for whitelisted metrics | influxdata_telegraf | train | go |
b903a2700c59f72f06a63aac446f475acfdf6537 | diff --git a/src/walk.js b/src/walk.js
index <HASH>..<HASH> 100644
--- a/src/walk.js
+++ b/src/walk.js
@@ -110,7 +110,7 @@ function initialise (stream, options) {
if (isStreamEnded) {
setImmediate(endWalk)
- return Promise.reject(new Error('!!! PHIL !!!'))
+ return Promise.reject()
}
... | chore(code): delete left-over debugging code | philbooth_bfj | train | js |
8dc9be71f7efb83ce0ed881882a565e1a0dd5bac | diff --git a/packages/mdc-list/addon/mixins/list-item.js b/packages/mdc-list/addon/mixins/list-item.js
index <HASH>..<HASH> 100644
--- a/packages/mdc-list/addon/mixins/list-item.js
+++ b/packages/mdc-list/addon/mixins/list-item.js
@@ -1,9 +1,14 @@
import Mixin from '@ember/object/mixin';
+import RippleMixin from 'embe... | feat: added support for full ripple effects | onehilltech_ember-cli-mdc | train | js |
150607d1cde449b8065440d5ca90b1a0a8e07721 | diff --git a/src/index.js b/src/index.js
index <HASH>..<HASH> 100644
--- a/src/index.js
+++ b/src/index.js
@@ -23,27 +23,23 @@ export {Container} from './container';
export function inject(...rest){
return function(target){
target.inject = rest;
- return target;
}
}
export function transient(key){
... | fix(decorators): remove unnecessary returns | aurelia_dependency-injection | train | js |
749189fc45180b1945680eff258e970601e44948 | diff --git a/packages/bonde-public/pages/mobilization.connected.js b/packages/bonde-public/pages/mobilization.connected.js
index <HASH>..<HASH> 100644
--- a/packages/bonde-public/pages/mobilization.connected.js
+++ b/packages/bonde-public/pages/mobilization.connected.js
@@ -105,7 +105,8 @@ const plugins = [
... | feat(public): pass imageUrl to post donation | nossas_bonde-client | train | js |
b53284201814ce9b4e6feea9b4abbe84f7eec971 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -52,7 +52,6 @@ extras = {
"urllib3>=1.21.1,!=1.25,!=1.25.1",
"docker-compose>=1.25.2",
"PyYAML>=5.3, <6", # PyYAML version has to match docker-compose requirements
- "psutil",
],
"s... | fix: revert #<I> and address #<I> (#<I>)
* update required packages
* revert #<I>
* remove psutil | aws_sagemaker-python-sdk | train | py,py |
d823ff061d9352802321c0cea6417cbedd5890e6 | diff --git a/src/Contracts/Auditable.php b/src/Contracts/Auditable.php
index <HASH>..<HASH> 100644
--- a/src/Contracts/Auditable.php
+++ b/src/Contracts/Auditable.php
@@ -35,6 +35,34 @@ interface Auditable
public function toAudit();
/**
+ * Get the (Auditable) attributes included in audit.
+ *
+ ... | feat(Auditable): added more getter methods to the interface | owen-it_laravel-auditing | train | php |
a6eb95dcc44e194d6799dc95da203023e5fcb8b3 | diff --git a/system/Helpers/number_helper.php b/system/Helpers/number_helper.php
index <HASH>..<HASH> 100644
--- a/system/Helpers/number_helper.php
+++ b/system/Helpers/number_helper.php
@@ -112,10 +112,7 @@ if (! function_exists('number_to_amount')) {
}
if (! function_exists('number_to_currency')) {
- /**
- ... | docs: remove unneeded doc comments | codeigniter4_CodeIgniter4 | train | php |
57ee735d28099120c4d1286e52ecd0a0a020d940 | diff --git a/src/index.js b/src/index.js
index <HASH>..<HASH> 100644
--- a/src/index.js
+++ b/src/index.js
@@ -13,6 +13,7 @@ if ($ === undefined) {
const BroadcastChannel = require('broadcast-channel')
let channel
+let entityFormWindow
// custom styles
let styleEl = document.createElement('style')
@@ -321,12 +3... | fix: close entity form window when finished | cwrc_CWRC-PublicEntityDialogs | train | js |
b967b376eca4ff2f3d597aab0fa8864740967ae9 | diff --git a/src/config/supportedRuntimes.js b/src/config/supportedRuntimes.js
index <HASH>..<HASH> 100644
--- a/src/config/supportedRuntimes.js
+++ b/src/config/supportedRuntimes.js
@@ -2,10 +2,10 @@
// https://docs.aws.amazon.com/lambda/latest/dg/lambda-runtimes.html
// .NET CORE
-export const supportedDotnetcore... | refactor: remove unsupported dotnet, dotnet core runtimes | dherault_serverless-offline | train | js |
bb6561fe554915e63cacdb8e06d1d9f70ef08482 | diff --git a/cmd/api-router.go b/cmd/api-router.go
index <HASH>..<HASH> 100644
--- a/cmd/api-router.go
+++ b/cmd/api-router.go
@@ -424,15 +424,16 @@ func registerAPIRouter(router *mux.Router) {
// DeleteBucket
router.Methods(http.MethodDelete).HandlerFunc(
collectAPIStats("deletebucket", maxClients(httpTraceA... | fix: route for replication-metrics API (#<I>) | minio_minio | train | go |
115a94b95af0e3c198520ffb0a76685750bc154a | diff --git a/tests/fillscreen.py b/tests/fillscreen.py
index <HASH>..<HASH> 100644
--- a/tests/fillscreen.py
+++ b/tests/fillscreen.py
@@ -46,7 +46,8 @@ def run(refimgpath, size=None):
if refimgpath:
log.info("saving %s", refimgpath)
pygame.image.save(disp, refimgpath)
-
+ ready = refimgpa... | test: wait for ref.png save | ponty_pyscreenshot | train | py |
b34ec8c53dea145df0494d84d090f8aa1bef621e | diff --git a/packages/cli-plugin-scaffold-node-package/index.js b/packages/cli-plugin-scaffold-node-package/index.js
index <HASH>..<HASH> 100644
--- a/packages/cli-plugin-scaffold-node-package/index.js
+++ b/packages/cli-plugin-scaffold-node-package/index.js
@@ -11,7 +11,7 @@ module.exports = [
type: "cli-plug... | feat(scaffolding): enforce location within projectRoot & run yarn | Webiny_webiny-js | train | js |
0fccd6c0289ac6e9d50349c4fcb506845ab73aa6 | diff --git a/test/unit/schema.spec.js b/test/unit/schema.spec.js
index <HASH>..<HASH> 100644
--- a/test/unit/schema.spec.js
+++ b/test/unit/schema.spec.js
@@ -216,15 +216,16 @@ test.group('Schema', (group) => {
assert.isFalse(hasSchemaUsers)
})
- test.failing('calling this.raw should not cause infinite loop ... | refactor(schema): refactor regression test, since it's passing now | adonisjs_adonis-lucid | train | js |
41b6cafa5eaa6efc7b3207e190c8cc34fac0c3b1 | diff --git a/front_end/ndb/FileSystem.js b/front_end/ndb/FileSystem.js
index <HASH>..<HASH> 100644
--- a/front_end/ndb/FileSystem.js
+++ b/front_end/ndb/FileSystem.js
@@ -101,8 +101,9 @@ Ndb.FileSystem = class extends Persistence.PlatformFileSystem {
* @param {function(?string,boolean)} callback
*/
async req... | fix(backend): use base<I> encoding to transfer file content
It is safer and faster. | GoogleChromeLabs_ndb | train | js |
36f8baa607e1f49978e3bc40a66e4aaf6e19743f | diff --git a/webapps/ui/cockpit/plugins/base/app/views/processInstance/cancelProcessInstanceDialog.js b/webapps/ui/cockpit/plugins/base/app/views/processInstance/cancelProcessInstanceDialog.js
index <HASH>..<HASH> 100644
--- a/webapps/ui/cockpit/plugins/base/app/views/processInstance/cancelProcessInstanceDialog.js
+++ ... | chore: set skip custom listeners to default
related to CAM-<I> | camunda_camunda-bpm-platform | train | js |
57807941eab67c95335f7a57fde966f67bfd8076 | diff --git a/lib/ProgressPlugin.js b/lib/ProgressPlugin.js
index <HASH>..<HASH> 100644
--- a/lib/ProgressPlugin.js
+++ b/lib/ProgressPlugin.js
@@ -191,6 +191,7 @@ class ProgressPlugin {
let doneEntries = 0;
const activeModules = new Set();
let lastUpdate = 0;
+ const cacheName = `${compiler.compilerPath}/prog... | feat(ProgressPlugin): save total module count on compile end and restore it before compile start | webpack_webpack | train | js |
58c30ed9b0387c1361e7dfd229c24634ccc0087d | diff --git a/js/src/mesh.js b/js/src/mesh.js
index <HASH>..<HASH> 100644
--- a/js/src/mesh.js
+++ b/js/src/mesh.js
@@ -144,6 +144,7 @@ var MeshView = widgets.WidgetView.extend( {
remove_from_scene: function() {
_.each(this.meshes, function(mesh) {
this.renderer.scene_scatter.remove(mesh)
+ ... | fix: most likely solved the mem leak reported in #<I> and #<I> | maartenbreddels_ipyvolume | train | js |
0523a6ef990d28039c9d901f3c951309ceb061a4 | diff --git a/lib/workers/repository/process/lookup/filter.js b/lib/workers/repository/process/lookup/filter.js
index <HASH>..<HASH> 100644
--- a/lib/workers/repository/process/lookup/filter.js
+++ b/lib/workers/repository/process/lookup/filter.js
@@ -8,7 +8,6 @@ const {
module.exports = {
filterVersions,
- filte... | refactor: simplify filterVersions | renovatebot_renovate | train | js |
1fed8e7c2fc25dc9433817e08f9500326c7672e1 | diff --git a/src/mixins/index.js b/src/mixins/index.js
index <HASH>..<HASH> 100644
--- a/src/mixins/index.js
+++ b/src/mixins/index.js
@@ -51,7 +51,9 @@ function dataHandler (newData, oldData) {
}
chart.update()
} else {
- chart.destroy()
+ if (chart) {
+ chart.destroy()
+ }
... | fix(mixins): Add condition to check if chart instance is present. | apertureless_vue-chartjs | train | js |
9b9604ac1670fc31f30abdfdfbfe1b468b7f5e50 | diff --git a/lib/workers/pr/index.js b/lib/workers/pr/index.js
index <HASH>..<HASH> 100644
--- a/lib/workers/pr/index.js
+++ b/lib/workers/pr/index.js
@@ -319,6 +319,7 @@ async function ensurePr(prConfig) {
} catch (err) {
// istanbul ignore if
if (
+ err.message === 'repository-changed' ||
err... | fix: pass repository-changed up from PR worker | renovatebot_renovate | train | js |
f39e8812ce79917916b4546284ac3cf9f079fec0 | diff --git a/lib/operations/mongo_client_ops.js b/lib/operations/mongo_client_ops.js
index <HASH>..<HASH> 100644
--- a/lib/operations/mongo_client_ops.js
+++ b/lib/operations/mongo_client_ops.js
@@ -665,9 +665,9 @@ function generateCredentials(client, username, password, options) {
function closeOperation(client, fo... | fix(mongo-client): ensure close callback is called with client | mongodb_node-mongodb-native | train | js |
1b6b5beb3b2c647abcb130a3f432043b2520b504 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -4,6 +4,10 @@ function isGreenkeeperLockfileCommit(commit) {
return commit.scope === 'package' && (commit.message || '').includes('update lockfile');
}
+function isGreenkeeperUpdate(commit) {
+ return commit.message && ... | feat: process Greenkeeper dependency update commits in their own category | Alorel_conventional-changelog-personal | train | js |
04c4d59ff81899e5c070e3c765fa65932ff9332e | diff --git a/.eslintrc.js b/.eslintrc.js
index <HASH>..<HASH> 100644
--- a/.eslintrc.js
+++ b/.eslintrc.js
@@ -34,6 +34,7 @@ module.exports = {
'linebreak-style': ['error', 'unix'],
'no-console': [0],
'no-trailing-spaces': ['error'],
+ 'no-undef': 'off',
'no-unused-vars': 'off',
quotes: [
... | chore: leave no-undef checking up to TypeScript (#<I>) | solana-labs_solana-web3.js | train | js |
746e03f01187ad0971527836b8dce0b2d3c1cd06 | diff --git a/tests/integration-all/cognito-user-pool/tests.js b/tests/integration-all/cognito-user-pool/tests.js
index <HASH>..<HASH> 100644
--- a/tests/integration-all/cognito-user-pool/tests.js
+++ b/tests/integration-all/cognito-user-pool/tests.js
@@ -71,7 +71,9 @@ describe('AWS - Cognito User Pool Integration Test'... | test: Do not remove service on fail | serverless_serverless | train | js |
869024fa60bc21150104b3a33ba4e3e0886be433 | diff --git a/bin/cli.js b/bin/cli.js
index <HASH>..<HASH> 100755
--- a/bin/cli.js
+++ b/bin/cli.js
@@ -73,14 +73,16 @@ For more information, see https://webpack.js.org/api/cli/.`);
// When webpack is not installed and no args passed to the CLI
if (err.code === "MODULE_NOT_FOUND") {
let errorMessage =
- ... | fix(cli): sets stack trace limit
modified the default stack trace limit and made cli to exit with exit code 1 when no args passed and webpack is not installed | webpack_webpack-cli | train | js |
c4bf938659e85aa35fc3b08a3ee446a3d8716abb | diff --git a/jest.config.js b/jest.config.js
index <HASH>..<HASH> 100644
--- a/jest.config.js
+++ b/jest.config.js
@@ -5,7 +5,8 @@ module.exports = {
'/node_modules/',
'/coverage/',
'/dist/',
- '/packages/docs/'
+ '/packages/docs/',
+ '/packages/feature/bin.js',
],
transformIgnorePatterns:... | ci: skip coverage from bin script | Availity_availity-react | train | js |
ab0783d8da997d025c99e3ba4727241d14dc59e5 | diff --git a/src/foremast/consts.py b/src/foremast/consts.py
index <HASH>..<HASH> 100644
--- a/src/foremast/consts.py
+++ b/src/foremast/consts.py
@@ -141,12 +141,14 @@ def find_config():
return configurations
+
def _remove_empty_entries(entries):
"""Remove empty entries in a list"""
- for count, entr... | refactor: Use different way to strip out empty entries | foremast_foremast | train | py |
7a6a50040db4997db3e8bf8726338a86e759e949 | diff --git a/support/jsdoc/jsdoc-fix-html.js b/support/jsdoc/jsdoc-fix-html.js
index <HASH>..<HASH> 100644
--- a/support/jsdoc/jsdoc-fix-html.js
+++ b/support/jsdoc/jsdoc-fix-html.js
@@ -190,7 +190,7 @@ function fixModuleLinks(files, callback) {
var $file = $(applyPreCheerioFixes(fileData));
... | docs: fix missing caret | caolan_async | train | js |
49e896b3de240ffa1b66779adf1d00d38cf6a108 | diff --git a/usb/backend/__init__.py b/usb/backend/__init__.py
index <HASH>..<HASH> 100644
--- a/usb/backend/__init__.py
+++ b/usb/backend/__init__.py
@@ -211,7 +211,7 @@ class IBackend(_objfinalizer.AutoFinalizedObject):
This method should only be called when the interface has more than
one alterna... | docs: fix simple typo, respectivelly -> respectively (#<I>)
There is a small typo in usb/backend/__init__.py.
Should read `respectively` rather than `respectivelly`. | pyusb_pyusb | train | py |
e12ab7428f49308f1a6a617c8afd7185939b923d | diff --git a/src/structures/MessageEmbed.js b/src/structures/MessageEmbed.js
index <HASH>..<HASH> 100644
--- a/src/structures/MessageEmbed.js
+++ b/src/structures/MessageEmbed.js
@@ -132,12 +132,13 @@ class MessageEmbed {
proxyIconURL: data.footer.proxyIconURL || data.footer.proxy_icon_url,
} : null;
+ ... | fix(MessageEmbed): correct docs, default to array, resolve MessageAttachments (#<I>)
* Fix(MessageEmbed): Remove useless for...of & change this.files to be out of the data.files check...
* Requested changes | discordjs_discord.js | train | js |
5382800175da9af0ed5c8f0810f7f187b871e701 | diff --git a/tests/test_api.py b/tests/test_api.py
index <HASH>..<HASH> 100644
--- a/tests/test_api.py
+++ b/tests/test_api.py
@@ -305,3 +305,10 @@ def test_record_replace_refs(app, db):
},
}
assert out_json == expected_json
+
+
+def test_replace_refs_deepcpoy(app):
+ """Test problem with replace_... | test: refs replacement deep copy
* Adds test case for deep copying with refs replacement causing
undesired behavior due to key aliasing. | inveniosoftware_invenio-records | train | py |
95b78dda07176f927aaa5d7e5bfa455fff0af217 | diff --git a/mocks/sync_producer.go b/mocks/sync_producer.go
index <HASH>..<HASH> 100644
--- a/mocks/sync_producer.go
+++ b/mocks/sync_producer.go
@@ -97,6 +97,8 @@ func (sp *SyncProducer) SendMessages(msgs []*sarama.ProducerMessage) error {
if expectation.Result != errProduceSuccess {
return expectation.Resul... | fix: mock sync producer does not handle the offset while sending messages | Shopify_sarama | train | go,go |
38694f3f9cd5e6fba1268509ccbf39bd695d91a0 | diff --git a/src/etc/roles/literal/textboxRole.js b/src/etc/roles/literal/textboxRole.js
index <HASH>..<HASH> 100644
--- a/src/etc/roles/literal/textboxRole.js
+++ b/src/etc/roles/literal/textboxRole.js
@@ -55,6 +55,26 @@ const textboxRole: ARIARoleDefinition = {
attributes: [
{
name: '... | fix: input type is text by default (#<I>) | A11yance_aria-query | train | js |
e43892c8dec0219014aacfb9a3eafc1839435d73 | diff --git a/tasks/grunt-karma.js b/tasks/grunt-karma.js
index <HASH>..<HASH> 100644
--- a/tasks/grunt-karma.js
+++ b/tasks/grunt-karma.js
@@ -70,7 +70,7 @@ module.exports = function(grunt) {
if (data.background){
var backgroundArgs = {
cmd: 'node',
- args: [path.join(__dirname, '..', 'lib',... | fix: Pass node-specific command line params to the subprocess
This commit makes the karma task pass Node-specific parameters used to start
the Node process to its background subprocess. This is required e.g. to be able
to use the --harmony flag.
Similar pull request for Grunt itself (already merged):
<URL> | karma-runner_grunt-karma | train | js |
c918dbfce2c6d4f6b2f88d09abad075a1453a406 | diff --git a/src/AccordionContext.js b/src/AccordionContext.js
index <HASH>..<HASH> 100644
--- a/src/AccordionContext.js
+++ b/src/AccordionContext.js
@@ -1,3 +1,6 @@
import React from 'react';
-export default React.createContext(null);
+const context = React.createContext(null);
+context.displayName = 'AccordionCon... | fix: make each context unique to prevent them being optimized away by Parcel (#<I>) | react-bootstrap_react-bootstrap | train | js,js,js |
864d4d6744ddb212610a86627a6056711d4201be | diff --git a/lib/module.js b/lib/module.js
index <HASH>..<HASH> 100644
--- a/lib/module.js
+++ b/lib/module.js
@@ -13,8 +13,6 @@ function proxyModule (options) {
}
if (!this.options.proxy) {
- // No proxy defined
- logger.warn('No proxy defined on top level.')
return
} | chore(dx): hide no proxy warning
reason: other modules like axios may enable integration while user doesn't needs it | nuxt-community_proxy-module | train | js |
7f194058973094cdd1d8c10a5ce589d27f09f343 | diff --git a/webapps/camunda-webapp/webapp/Gruntfile.js b/webapps/camunda-webapp/webapp/Gruntfile.js
index <HASH>..<HASH> 100644
--- a/webapps/camunda-webapp/webapp/Gruntfile.js
+++ b/webapps/camunda-webapp/webapp/Gruntfile.js
@@ -23,10 +23,18 @@ function tasklistPunches(content, srcpath, dev) {
content
... | chore(tasklist): integrate the new tasklist
The new tasklsit can also start processes | camunda_camunda-bpm-platform | train | js |
7617b1d59812b4bc4415c367e10663b09f66d4e9 | diff --git a/tooling/lib/git.js b/tooling/lib/git.js
index <HASH>..<HASH> 100644
--- a/tooling/lib/git.js
+++ b/tooling/lib/git.js
@@ -2,13 +2,14 @@
* Copyright (c) 2015-2019 Cisco Systems, Inc. See LICENSE file.
*/
-const debug = require('debug')('tooling:git');
const {execSync} = require('child_process');
+c... | refactor(diff): ignore package.json changes when diffing | webex_spark-js-sdk | train | js |
7ad09d4df45ebd791245c87067f39f5af899e03c | diff --git a/lib/jekyll-feed/generator.rb b/lib/jekyll-feed/generator.rb
index <HASH>..<HASH> 100644
--- a/lib/jekyll-feed/generator.rb
+++ b/lib/jekyll-feed/generator.rb
@@ -13,6 +13,7 @@ module JekyllFeed
(meta["categories"] + [nil]).each do |category|
path = feed_path(:collection => name, :catego... | style: Add empty line after guard clause | jekyll_jekyll-feed | train | rb |
ed1e54ebf8e4b52f34471de4ce7f40d0ba9a3240 | diff --git a/repo/fsrepo/migrations/migrations.go b/repo/fsrepo/migrations/migrations.go
index <HASH>..<HASH> 100644
--- a/repo/fsrepo/migrations/migrations.go
+++ b/repo/fsrepo/migrations/migrations.go
@@ -15,7 +15,7 @@ import (
"strings"
)
-var DistPath = "https://ipfs.io/ipfs/QmQWvUrSwGHWKaoJnUrLQoBy9ikfiiyRrXK... | fix(migration): migrate /ipfs/ bootstrappers to /p2p/
1. We should have done this in 7-to-8 anyways, but didn't in some cases.
2. We assume these addresses use /p2p/ in the 9-to-<I> migration. | ipfs_go-ipfs | train | go |
a54628e06d0ea62d291903fa222aaad13de382c0 | diff --git a/lib/server.js b/lib/server.js
index <HASH>..<HASH> 100644
--- a/lib/server.js
+++ b/lib/server.js
@@ -186,7 +186,7 @@ module.exports = class Server {
}
// Resolve and merge configs for plugin
- const plugin = registration.plugin.plugin || registration.plugin;
+ const plugin = registration... | chore: fix eslint problem | bakjs_bak | train | js |
4c434432f881fba04870d2fc3d24c690d11d0eb2 | diff --git a/tests/gui/widget/test_source_editor.py b/tests/gui/widget/test_source_editor.py
index <HASH>..<HASH> 100644
--- a/tests/gui/widget/test_source_editor.py
+++ b/tests/gui/widget/test_source_editor.py
@@ -75,6 +75,7 @@ def trigger_source_editor_signals():
# ---check if the source text can be changed---... | test(source_editor): Cope with new compilation errors | DLR-RM_RAFCON | train | py |
88e3728c4604ebe766ce979d106de9ae5a026e83 | diff --git a/test/test-proxied-properties.js b/test/test-proxied-properties.js
index <HASH>..<HASH> 100644
--- a/test/test-proxied-properties.js
+++ b/test/test-proxied-properties.js
@@ -1,7 +1,6 @@
"use strict";
const {assert} = require("chai");
-const sinon = require("sinon");
const {setupTestDOMWindow} = requ... | fix: removed unused import in test file. | mozilla_webextension-polyfill | train | js |
b475ffd816a6d29f36d5c0f47fb04a944a3712a7 | diff --git a/pygenstub.py b/pygenstub.py
index <HASH>..<HASH> 100644
--- a/pygenstub.py
+++ b/pygenstub.py
@@ -343,12 +343,7 @@ class ClassNode(StubNode):
:return: Lines of stub code for this class.
"""
stub = []
-
- if len(self.bases) > 0:
- bases = "(" + ", ".join(self.bas... | fix: Minor improvement on base class code generation | uyar_pygenstub | train | py |
118870e4d3d06a617366fde19eaa48b83ec1d698 | diff --git a/libraries/class-wp-session.php b/libraries/class-wp-session.php
index <HASH>..<HASH> 100644
--- a/libraries/class-wp-session.php
+++ b/libraries/class-wp-session.php
@@ -149,8 +149,7 @@ final class WP_Session extends Recursive_ArrayAccess implements Iterator, Counta
"Expires=" . date( "D, d M Y H:i:s"... | fix: Additional fix for old version of PHP cookies. | MultinetInteractive_EduAdmin-WordPress | train | php |
60eaeda3739f128d2d15d25dfe04a2190367f567 | diff --git a/src/types.js b/src/types.js
index <HASH>..<HASH> 100644
--- a/src/types.js
+++ b/src/types.js
@@ -76,7 +76,7 @@ export type DisplayAliases = {
}
export type ConfigProviderContext = {|
- +xnReflex: {|
+ +xnReflex?: {|
+displayAliases: DisplayAliases,
+spacingAliases: SpacingAliases,
+ba... | fix(flow): Correct context flow types | gymnastjs_gymnast | train | js |
dd3da90710e1c9e0804a894f713abecd8e0cd259 | diff --git a/version.go b/version.go
index <HASH>..<HASH> 100644
--- a/version.go
+++ b/version.go
@@ -1,4 +1,4 @@
package bimg
// Version represents the current package semantic version.
-const Version = "1.0.14"
+const Version = "1.0.15" | feat(version): bump to <I> | h2non_bimg | train | go |
425d85229f90a57acd87a12ea3f75a8855a5a5b9 | diff --git a/packages/build-tools/tasks/static-tasks.js b/packages/build-tools/tasks/static-tasks.js
index <HASH>..<HASH> 100644
--- a/packages/build-tools/tasks/static-tasks.js
+++ b/packages/build-tools/tasks/static-tasks.js
@@ -175,7 +175,7 @@ async function compile(exitOnError = true) {
};
const dataArg =... | test: test fix to static site php cli command | bolt-design-system_bolt | train | js |
bc6555dfdd754230349afda1e7383e96f05d1364 | diff --git a/src/Jobs/AbstractAuthCharacterJob.php b/src/Jobs/AbstractAuthCharacterJob.php
index <HASH>..<HASH> 100644
--- a/src/Jobs/AbstractAuthCharacterJob.php
+++ b/src/Jobs/AbstractAuthCharacterJob.php
@@ -59,7 +59,7 @@ abstract class AbstractAuthCharacterJob extends AbstractCharacterJob
return array_merg... | perf: disable esi token throttler temporarily
due to high cpu load suspicions, disable the esi token throttler in order to being able to confirm situation. | eveseat_eveapi | train | php,php |
0472aa40168fcc58696444c6e6640d2d1a50d495 | diff --git a/packages/test-utils/src/matches.js b/packages/test-utils/src/matches.js
index <HASH>..<HASH> 100644
--- a/packages/test-utils/src/matches.js
+++ b/packages/test-utils/src/matches.js
@@ -7,14 +7,19 @@ import { isConstructor } from 'shared/validators'
import { capitalize, camelize } from 'shared/util'
fu... | fix: add comments explaining vmMatchesName functino | vuejs_vue-test-utils | train | js |
90a6cd4a97baac8d327ae84b448906f6f76b6126 | diff --git a/website/siteConfig.js b/website/siteConfig.js
index <HASH>..<HASH> 100644
--- a/website/siteConfig.js
+++ b/website/siteConfig.js
@@ -7,6 +7,7 @@
const repoUrl = 'https://github.com/andersonba/yve-bot'
const baseUrl = '/yve-bot/';
+const { version: CURRENT_VERSION } = require('../package.json');
con... | docs: use versioned link to CDN | andersonba_yve-bot | train | js |
cee956dbb7c67dedb276272327905567560aa2c6 | diff --git a/lib/webpack.js b/lib/webpack.js
index <HASH>..<HASH> 100644
--- a/lib/webpack.js
+++ b/lib/webpack.js
@@ -18,6 +18,7 @@ function webpack(options, callback) {
} else if(typeof options === "object") {
var webpackOptionsValidationErrors = validateWebpackOptions(options);
if(webpackOptionsValidationErr... | feat: log validation errors to the console | webpack_webpack | train | js |
622a38cb4bba9bbff36c0b57bbb3d56097f13b72 | diff --git a/testing/kv.go b/testing/kv.go
index <HASH>..<HASH> 100644
--- a/testing/kv.go
+++ b/testing/kv.go
@@ -757,6 +757,23 @@ func KVForwardCursor(
exp: []string{"aaa/01", "aaa/02", "aaa/03"},
},
{
+ name: "prefix - skip first (one item)",
+ fields: KVStoreFields{
+ Bucket: []byte("bucket"),
+ ... | fix(kv): add test to ensure skip first item behaviour handles single item (#<I>) | influxdata_influxdb | train | go |
10f54e19ab00b034f9220f77c31857f4b1144257 | diff --git a/src/Controller.php b/src/Controller.php
index <HASH>..<HASH> 100644
--- a/src/Controller.php
+++ b/src/Controller.php
@@ -107,13 +107,12 @@ abstract class Controller extends PhalconController
* redirect url
*
* @param null $location
- * @param bool $externalRedirect
* @param int... | refactor: mark all redirects as external redirect | phwoolcon_phwoolcon | train | php |
45f5ab618f7dceed8cbcabe3a8e5e2ea1c5cb82f | diff --git a/lib/ditty/components/app/controllers/component.rb b/lib/ditty/components/app/controllers/component.rb
index <HASH>..<HASH> 100644
--- a/lib/ditty/components/app/controllers/component.rb
+++ b/lib/ditty/components/app/controllers/component.rb
@@ -75,7 +75,7 @@ module Ditty
# Read
get '/:id' do |... | fix: Use primary_key, not pk, to get the primary key field | EagerELK_ditty | train | rb |
961c2e2531fb2c21bee8ff2fbefecd4c802e4388 | diff --git a/src/Action/DeleteAction.php b/src/Action/DeleteAction.php
index <HASH>..<HASH> 100644
--- a/src/Action/DeleteAction.php
+++ b/src/Action/DeleteAction.php
@@ -6,12 +6,14 @@
namespace CottaCush\Yii2\Action;
use CottaCush\Yii2\Controller\BaseController;
+use CottaCush\Yii2\Model\BaseModel;
use yii\base\A... | feat(actions): Remove redundant variable | CottaCush_yii2-utils | train | php |
009f0792150767d7de1a4db04c26444f52d5b756 | diff --git a/src/index.js b/src/index.js
index <HASH>..<HASH> 100644
--- a/src/index.js
+++ b/src/index.js
@@ -52,7 +52,7 @@ class Trilogy {
model (name, schema, options) {
if (this.definitions.has(name)) {
- return this.definitions.get(name)
+ return Promise.resolve(this.definitions.get(name))
... | fix: always return promises in async functions
`model`, `hasModel`, and `dropModel` are documented as returning
promises but sometimes could return synchronously. | citycide_trilogy | train | js |
3ecce2eed430e88dc40c840b3b1bb261331f534f | diff --git a/flow/vue.flow.js b/flow/vue.flow.js
index <HASH>..<HASH> 100644
--- a/flow/vue.flow.js
+++ b/flow/vue.flow.js
@@ -2,6 +2,6 @@
// Importing these types declares them, so they are available globally
-declare type Component = Object // eslint-disable-line no-undef
+declare type Component = Object | Funct... | fix: make component construct correctly which class extends from Vue (#<I>) | vuejs_vue-test-utils | train | js,js |
7276d7b19e948ce010a4746b8f5bb46603452779 | diff --git a/src/js/methods.js b/src/js/methods.js
index <HASH>..<HASH> 100644
--- a/src/js/methods.js
+++ b/src/js/methods.js
@@ -77,7 +77,7 @@ export default {
self.cropped = false;
self.renderCropBox();
- self.limitCanvas();
+ self.limitCanvas(true, true);
// Render canvas after cr... | fix: zoom out bug after clear in view mode 1, 2, 3
Resolved #<I> | fengyuanchen_cropperjs | train | js |
a8b6f0af374744d05f88218a43b252a1c8608365 | diff --git a/webapps/ui/cockpit/client/scripts/directives/sidebarContainer.js b/webapps/ui/cockpit/client/scripts/directives/sidebarContainer.js
index <HASH>..<HASH> 100644
--- a/webapps/ui/cockpit/client/scripts/directives/sidebarContainer.js
+++ b/webapps/ui/cockpit/client/scripts/directives/sidebarContainer.js
@@ -2... | fix(cockpit): fix logic for getting sidebar width
Related to CAM-<I> | camunda_camunda-bpm-platform | train | js |
5aa69e009f9902c13119414384c7a454e443b23d | diff --git a/src/Tabs.js b/src/Tabs.js
index <HASH>..<HASH> 100644
--- a/src/Tabs.js
+++ b/src/Tabs.js
@@ -20,6 +20,8 @@ const propTypes = {
* @controllable onSelect
*/
activeKey: PropTypes.any,
+ /** The default active key that is selected on start */
+ defaultActiveKey: PropTypes.any,
/**
* Navi... | fix(Tabs): added defaultActiveKey PropType (#<I>) | react-bootstrap_react-bootstrap | train | js |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.