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
77067301585983c0e92243c1ce1ec2c6c6605e7b
diff --git a/ship.config.js b/ship.config.js index <HASH>..<HASH> 100644 --- a/ship.config.js +++ b/ship.config.js @@ -14,6 +14,7 @@ module.exports = { exec('yarn doctoc'); }, pullRequestTeamReviewer: ['instantsearch-for-websites'], + testCommandBeforeRelease: () => 'echo "No need to test again."', after...
chore: do not run test again before publish (#<I>)
algolia_instantsearch.js
train
js
1019e608762c45d1c868fce15224aca4c4e5a56c
diff --git a/scripts/serverless.js b/scripts/serverless.js index <HASH>..<HASH> 100755 --- a/scripts/serverless.js +++ b/scripts/serverless.js @@ -32,16 +32,9 @@ const processSpanPromise = (async () => { serverlessExecutionSpan: processSpanPromise, }); - const BbPromise = require('bluebird'); cons...
fix(CLI): Remove bluebird config We're slowly migrating all code from it, so this functionality for sure no longer works as intended
serverless_serverless
train
js
381a15a21fafb54348e4abc7f354eb5486509a93
diff --git a/jwt/algorithms.py b/jwt/algorithms.py index <HASH>..<HASH> 100644 --- a/jwt/algorithms.py +++ b/jwt/algorithms.py @@ -609,7 +609,7 @@ if has_crypto: Sign a message ``msg`` using the EdDSA private key ``key`` :param str|bytes msg: Message to sign :param Ed25519PrivateK...
docs: fix simple typo, iinstance -> isinstance (#<I>) There is a small typo in jwt/algorithms.py. Should read `isinstance` rather than `iinstance`.
jpadilla_pyjwt
train
py
92556acd60a36cdcaa7850ee888f7e61dc7ef335
diff --git a/packages/read-pkg-up-helpers/index.js b/packages/read-pkg-up-helpers/index.js index <HASH>..<HASH> 100644 --- a/packages/read-pkg-up-helpers/index.js +++ b/packages/read-pkg-up-helpers/index.js @@ -69,6 +69,8 @@ const getNpmEngine = () => { const getPkgMainDir = () => path.dirname(pkg.main); const getPkg...
feat(read-pkg-up-helpers): create getPkgSrc and getPkgSrcDir affects: @goldwasserexchange/read-pkg-up-helpers create utils to get the content from the src field of package.json (getPkgSrc) and to get the directory corresponding to this field (getPkgSrcDir)
goldwasserexchange_public
train
js
65d8974ace6fab6daa9972fb119d2406243b465e
diff --git a/anom/adapters/datastore_adapter.py b/anom/adapters/datastore_adapter.py index <HASH>..<HASH> 100644 --- a/anom/adapters/datastore_adapter.py +++ b/anom/adapters/datastore_adapter.py @@ -7,10 +7,24 @@ from ..adapter import QueryResponse class DatastoreAdapter(Adapter): """A Google Cloud Datastore ad...
refactor: add credentials param to DatastoreAdapter
Bogdanp_anom-py
train
py
1787bc85d8abbfcb4835fa75de5d31855882bd7b
diff --git a/packages/mdc-dialog/addon/components/mdc-dialog.js b/packages/mdc-dialog/addon/components/mdc-dialog.js index <HASH>..<HASH> 100644 --- a/packages/mdc-dialog/addon/components/mdc-dialog.js +++ b/packages/mdc-dialog/addon/components/mdc-dialog.js @@ -117,7 +117,10 @@ export default Component.extend({ d...
fix: Dialog failed when action was undefined
onehilltech_ember-cli-mdc
train
js
7dc608a24237e30b53494a74ff5dbbf6c2a5aa41
diff --git a/umap/context_processors.py b/umap/context_processors.py index <HASH>..<HASH> 100644 --- a/umap/context_processors.py +++ b/umap/context_processors.py @@ -1,6 +1,6 @@ from django.conf import settings as djsettings -from . import __version__ +from . import VERSION def settings(request): @@ -13,5 +13,...
fix: fix version import from context processors
umap-project_umap
train
py
dcd5c0da32762d952d421bfc7091e98b3b26920d
diff --git a/code/forms/FrontendWorkflowForm.php b/code/forms/FrontendWorkflowForm.php index <HASH>..<HASH> 100644 --- a/code/forms/FrontendWorkflowForm.php +++ b/code/forms/FrontendWorkflowForm.php @@ -117,7 +117,7 @@ class FrontendWorkflowForm extends Form{ } } } - return Director::redirectBack()...
fix(RedirectBack): Fix bug where Director::redirectBack() is called (and doesn't exist)
symbiote_silverstripe-advancedworkflow
train
php
019583070aa13c1ea411253b6f5c0594ea602b07
diff --git a/packages/components/bolt-tooltip/index.js b/packages/components/bolt-tooltip/index.js index <HASH>..<HASH> 100644 --- a/packages/components/bolt-tooltip/index.js +++ b/packages/components/bolt-tooltip/index.js @@ -1,5 +1,7 @@ import { polyfillLoader } from '@bolt/core/polyfills'; polyfillLoader.then(re...
refactor: eagerly load Tooltip JS
bolt-design-system_bolt
train
js
c0a9b08e73ffc2813e4dd6881d408f2c743242fc
diff --git a/src/structures/Webhook.js b/src/structures/Webhook.js index <HASH>..<HASH> 100644 --- a/src/structures/Webhook.js +++ b/src/structures/Webhook.js @@ -1,6 +1,6 @@ const DataResolver = require('../util/DataResolver'); const Channel = require('./Channel'); -let APIMessage; +let APIMessage = require('./APIMe...
fix(Webhook): APIMessage is not circular, fixes WebhookClients
discordjs_discord.js
train
js
c1ae64ac829c3a1bcc12d59ed1fe861f4fadadf5
diff --git a/src/invariant.js b/src/invariant.js index <HASH>..<HASH> 100644 --- a/src/invariant.js +++ b/src/invariant.js @@ -17,6 +17,7 @@ function invariant(condition, message) { if (!condition) { error = new Error(message) error.name = 'Invariant Violation' + throw error } }
fix: not throw error of variant in condition
chikara-chan_invincible
train
js
bb832bf98ff26a5165f774d6b8bf1c603fb3e33c
diff --git a/test/helpers/kubectl.go b/test/helpers/kubectl.go index <HASH>..<HASH> 100644 --- a/test/helpers/kubectl.go +++ b/test/helpers/kubectl.go @@ -136,6 +136,7 @@ var ( "global.nodeinit.enabled": "true", "nodeinit.reconfigureKubelet": "true", "nodeinit.removeCbrBridge": "true", + "nodeinit.rest...
test: restart pods on GKE
cilium_cilium
train
go
53ed359e32b395105d859de7ea4bc564fe3e9af1
diff --git a/lib/master.js b/lib/master.js index <HASH>..<HASH> 100644 --- a/lib/master.js +++ b/lib/master.js @@ -61,7 +61,10 @@ class Master extends EventEmitter { const frameworkPkg = utility.readJSONSync(path.join(frameworkPath, 'package.json')); this.log(`[master] =================== ${frameworkPkg.nam...
chore: log runtime versions (#<I>)
eggjs_egg-cluster
train
js
a8051b3c8d0e0aca9225cbefd268fdbe411f6542
diff --git a/lib/commands/serve.js b/lib/commands/serve.js index <HASH>..<HASH> 100644 --- a/lib/commands/serve.js +++ b/lib/commands/serve.js @@ -80,13 +80,13 @@ module.exports = { } }); - return validateCordovaConfig; - // .then(function() { return hook.run('beforeBuild'); }) - //...
fix(serve-command): uncomments the build steps
isleofcode_ember-cordova
train
js
3a4496b8f8b86d451a54df9e8c9fe1ec62d27371
diff --git a/lib/config/loader.js b/lib/config/loader.js index <HASH>..<HASH> 100644 --- a/lib/config/loader.js +++ b/lib/config/loader.js @@ -275,7 +275,7 @@ module.exports = function (userCfgPath) { config = defaults(schema); } - config.baseURL = config.baseURL || `${config.host}:${config.port}`; + config.base...
fix(config): default baseURL to `localhost` when host is `<I>`
nodecg_nodecg
train
js
b4854697af4e86b1419619c9676338d5d2ec0b18
diff --git a/cloudvolume/microviewer/datacube.js b/cloudvolume/microviewer/datacube.js index <HASH>..<HASH> 100644 --- a/cloudvolume/microviewer/datacube.js +++ b/cloudvolume/microviewer/datacube.js @@ -538,6 +538,15 @@ class HyperVolume extends MonoVolume { return segid; } + + selectSegment(segid) { + le...
fix(uviewer): hyperview was missing selectSegment method
seung-lab_cloud-volume
train
js
55b6a15ce2bb654aa10675ad1ccb967b7c369104
diff --git a/src/netlify-identity.js b/src/netlify-identity.js index <HASH>..<HASH> 100644 --- a/src/netlify-identity.js +++ b/src/netlify-identity.js @@ -183,6 +183,17 @@ function runRoutes() { if (!!document && params["access_token"]) { document.cookie = `nf_jwt=${params["access_token"]}`; } + if ...
fix: don't open modal when using implicit auth from cms (#<I>)
netlify_netlify-identity-widget
train
js
2cae5a199c2d08768ea9f784ee3f60cef244c4b0
diff --git a/pgjdbc/src/main/java/org/postgresql/core/v3/CompositeQuery.java b/pgjdbc/src/main/java/org/postgresql/core/v3/CompositeQuery.java index <HASH>..<HASH> 100644 --- a/pgjdbc/src/main/java/org/postgresql/core/v3/CompositeQuery.java +++ b/pgjdbc/src/main/java/org/postgresql/core/v3/CompositeQuery.java @@ -44,7 ...
fix: first composite query not calling getNativeSql() (#<I>)
pgjdbc_pgjdbc
train
java
1ea6f28cb9218ba50231027727e0230cedd8fb67
diff --git a/PubSub/src/Message.php b/PubSub/src/Message.php index <HASH>..<HASH> 100644 --- a/PubSub/src/Message.php +++ b/PubSub/src/Message.php @@ -198,7 +198,7 @@ class Message * $time = $message->publishTime(); * ``` * - * @return \DateTimeInterface + * @return \DateTimeInterface|null ...
fix: Message::publishTime return type is nullable (#<I>)
googleapis_google-cloud-php
train
php
606875c8afdea85d988df8e724581d181b46089f
diff --git a/src/validations/base.js b/src/validations/base.js index <HASH>..<HASH> 100644 --- a/src/validations/base.js +++ b/src/validations/base.js @@ -115,7 +115,7 @@ export default class BaseValidation { this.willUpdateDirty(el) this.willUpdateModified(el) - this._validator.validate(this.field) + ...
fix(validate): validation every time issue Closes #<I>
kazupon_vue-validator
train
js,js
3da6d051a4824a7091f4f0c4742646604a2a62be
diff --git a/features/require/require.js b/features/require/require.js index <HASH>..<HASH> 100644 --- a/features/require/require.js +++ b/features/require/require.js @@ -263,7 +263,7 @@ observers.push(_createObserver(ractive, parent, databinding.binds[bind], bind)); } - ractive.on('t...
fix(require): use "unrender" event instead of "teardown" "unrender" is called before the teardown logic. So the view destroy its children before it destroy itself.
CodeCorico_ractive-require
train
js
b082da83e58e30a4dbc5d68b811b3423270b7400
diff --git a/packages/@vue/cli-service/lib/config/base.js b/packages/@vue/cli-service/lib/config/base.js index <HASH>..<HASH> 100644 --- a/packages/@vue/cli-service/lib/config/base.js +++ b/packages/@vue/cli-service/lib/config/base.js @@ -153,9 +153,6 @@ module.exports = (api, options) => { // prevent webpack ...
fix: `process` should be polyfilled rather than mocked (#<I>) To be in line with webpack's default configuration and avoid confusions: <URL>
vuejs_vue-cli
train
js
28f01af2ce5df2e948ffb7ff42a7e98105facc0f
diff --git a/rules/property-ordering.js b/rules/property-ordering.js index <HASH>..<HASH> 100644 --- a/rules/property-ordering.js +++ b/rules/property-ordering.js @@ -1,6 +1,6 @@ "use strict"; -const utils = require("eslint/lib/ast-utils.js"); +const utils = require("eslint/lib/util/ast-utils.js"); function getNa...
fix: correct path to file eslint moved
tivac_eslint-plugin-svelte
train
js
fbaa04189cb977f455da65cfaee4b1bf87b9dcc8
diff --git a/lib/superapi/api.js b/lib/superapi/api.js index <HASH>..<HASH> 100644 --- a/lib/superapi/api.js +++ b/lib/superapi/api.js @@ -84,7 +84,12 @@ Api.prototype = { throw new Error("path is not defined for route $" + id); } - url += path[0] === "/" ? path : "/" + path; + if (path.matc...
feat(buildUrl): do not prepend baseUrl if path is already an url
stephanebachelier_superapi
train
js
d19c78bf3a1cc97d941932f31e51e3640ee6b755
diff --git a/engine-rest/engine-rest/src/test/java/org/camunda/bpm/engine/rest/helper/MockDecisionTableResultBuilder.java b/engine-rest/engine-rest/src/test/java/org/camunda/bpm/engine/rest/helper/MockDecisionTableResultBuilder.java index <HASH>..<HASH> 100644 --- a/engine-rest/engine-rest/src/test/java/org/camunda/bpm...
feat(dmn): adjust the decision result mock in rest api related to #CAM-<I>
camunda_camunda-bpm-platform
train
java
70b71e8dfe2944e50044cb982c24cbb6871d2964
diff --git a/views/js/qtiCreator/renderers/choices/SimpleChoice.ChoiceInteraction.js b/views/js/qtiCreator/renderers/choices/SimpleChoice.ChoiceInteraction.js index <HASH>..<HASH> 100755 --- a/views/js/qtiCreator/renderers/choices/SimpleChoice.ChoiceInteraction.js +++ b/views/js/qtiCreator/renderers/choices/SimpleChoic...
fix: choice interaction read shuffle visibility
oat-sa_extension-tao-itemqti
train
js
7dcd33bad5e7a7df9050649a7dfdcff371a415fc
diff --git a/lib/instrumentation/transaction.js b/lib/instrumentation/transaction.js index <HASH>..<HASH> 100644 --- a/lib/instrumentation/transaction.js +++ b/lib/instrumentation/transaction.js @@ -116,7 +116,7 @@ Transaction.prototype.buildSpan = function () { Transaction.prototype._encode = function (cb) { var s...
fix: copy-paste error in debug log line (#<I>)
elastic_apm-agent-nodejs
train
js,js
ce42eabb721f7db3f7b82c8f38d5938f7654a286
diff --git a/http/session_test.go b/http/session_test.go index <HASH>..<HASH> 100644 --- a/http/session_test.go +++ b/http/session_test.go @@ -71,7 +71,7 @@ func TestBasicAuthHandler_handleSignin(t *testing.T) { h.SessionService = tt.fields.SessionService w := httptest.NewRecorder() - r := httptest.NewReque...
chore(http): update signin route for session test
influxdata_influxdb
train
go
ab4f59e54499ec4119cf4281d1cd14e94af98f88
diff --git a/src/main/java/com/conveyal/gtfs/loader/Table.java b/src/main/java/com/conveyal/gtfs/loader/Table.java index <HASH>..<HASH> 100644 --- a/src/main/java/com/conveyal/gtfs/loader/Table.java +++ b/src/main/java/com/conveyal/gtfs/loader/Table.java @@ -349,7 +349,7 @@ public class Table { } /** Fluent...
refactor(Table): make method public for use in data tools
conveyal_gtfs-lib
train
java
9e20f9f3dcd24de0490ec0900e707c26b22b73f6
diff --git a/replications/remotewrite/writer.go b/replications/remotewrite/writer.go index <HASH>..<HASH> 100644 --- a/replications/remotewrite/writer.go +++ b/replications/remotewrite/writer.go @@ -29,7 +29,7 @@ const ( var ( userAgent = fmt.Sprintf( - "influxdb-oss/%s (%s) Sha/%s Date/%s", + "influxdb-oss-repl...
feat: add signifier to replication user agent (#<I>)
influxdata_influxdb
train
go
50870218749c55ec5c85592d9fe3203d4fe324e5
diff --git a/packages/ui-img/src/Img/index.js b/packages/ui-img/src/Img/index.js index <HASH>..<HASH> 100644 --- a/packages/ui-img/src/Img/index.js +++ b/packages/ui-img/src/Img/index.js @@ -49,6 +49,7 @@ class Img extends Component { makeStyles: PropTypes.func, // eslint-disable-next-line react/require-defau...
refactor(ui-img): removed deprecated `grayscale` prop BREAKING CHANGE: Removed deprecated `grayscale` prop, use `withGrayscale` instead.
instructure_instructure-ui
train
js
e98e4f1fc22a7f4b5cdb8804fab1d3b7cd0f4e0b
diff --git a/quasar/src/components/btn/QBtn.js b/quasar/src/components/btn/QBtn.js index <HASH>..<HASH> 100644 --- a/quasar/src/components/btn/QBtn.js +++ b/quasar/src/components/btn/QBtn.js @@ -120,7 +120,7 @@ export default Vue.extend({ if (this.iconRight !== void 0 && this.isRound === false) { inner.push...
fix(quasar): Don't use on-right on QBtn icon when label is not present (#<I>) ref #<I>
quasarframework_quasar
train
js
77fcd75b7da5c7d29e6489071e500087748d3e46
diff --git a/tests/dir_helpers.py b/tests/dir_helpers.py index <HASH>..<HASH> 100644 --- a/tests/dir_helpers.py +++ b/tests/dir_helpers.py @@ -64,7 +64,7 @@ class TmpDir(pathlib.Path): if is_py2 and isinstance(contents, str): path.write_bytes(contents) else: - ...
test: use utf-8 in tmp_dir.gen()
iterative_dvc
train
py
0c4df85c2de2228dfb64b72d9854da714de3a8b3
diff --git a/plugins/outputs/amqp/amqp.go b/plugins/outputs/amqp/amqp.go index <HASH>..<HASH> 100644 --- a/plugins/outputs/amqp/amqp.go +++ b/plugins/outputs/amqp/amqp.go @@ -259,7 +259,7 @@ func (q *AMQP) Write(metrics []telegraf.Metric) error { if err != nil { return err } - } else { + } else if q...
fix: check for nil client before closing in amqp (#<I>)
influxdata_telegraf
train
go
a3fb381a5464def4f0a631cbe3d17ae12cd77f9b
diff --git a/src/service/translate.js b/src/service/translate.js index <HASH>..<HASH> 100644 --- a/src/service/translate.js +++ b/src/service/translate.js @@ -1220,7 +1220,7 @@ function $translate($STORAGE_KEY, $windowProvider, $translateSanitizationProvide * @private * * @description - * Kicks of...
docs: just fixing a typo in a comment
angular-translate_angular-translate
train
js
d377556eb25cbf8703eeef68383ff505042f53c5
diff --git a/packages/blueprint-mongodb/lib/seed/planter.js b/packages/blueprint-mongodb/lib/seed/planter.js index <HASH>..<HASH> 100644 --- a/packages/blueprint-mongodb/lib/seed/planter.js +++ b/packages/blueprint-mongodb/lib/seed/planter.js @@ -23,8 +23,6 @@ module.exports = class Planter { this.seed = seed; ...
fix: remove code that was not compatible with node <I>
onehilltech_blueprint
train
js,js
d8dc6de5b9148820c70928289d143a739a339181
diff --git a/java-talent/synth.py b/java-talent/synth.py index <HASH>..<HASH> 100644 --- a/java-talent/synth.py +++ b/java-talent/synth.py @@ -14,23 +14,16 @@ """This script is used to synthesize generated parts of this library.""" -import synthtool as s -import synthtool.gcp as gcp import synthtool.languages.jav...
chore: Migrate talent synth.py to bazel (#<I>) As suggested in <URL>
googleapis_google-cloud-java
train
py
8284b3841c05d78da5c31ab721d08268f9ae857a
diff --git a/master/buildbot/test/unit/reporters/test_message.py b/master/buildbot/test/unit/reporters/test_message.py index <HASH>..<HASH> 100644 --- a/master/buildbot/test/unit/reporters/test_message.py +++ b/master/buildbot/test/unit/reporters/test_message.py @@ -51,7 +51,7 @@ class TestMessage(TestReactorMixin, uni...
test: Retrieve previous build results from DB in message formatting test
buildbot_buildbot
train
py
b5dc414302d08a26c6e15b13d3f80f63f5ecf0ee
diff --git a/lib/config.js b/lib/config.js index <HASH>..<HASH> 100644 --- a/lib/config.js +++ b/lib/config.js @@ -18,7 +18,7 @@ var variableProperties = ['port', 'sockets', 'timeout', 'dataDirname', 'storage' 'username', 'password', 'uipath', 'debug', 'debugMode', 'localUIHost']; config.ASSESTS...
refactor: Change the HTTPS header tag to a constant
avwo_whistle
train
js
48e5835f05302c02e1026bc0d6bfc561356f2b57
diff --git a/packages/xod-fs/src/save.js b/packages/xod-fs/src/save.js index <HASH>..<HASH> 100644 --- a/packages/xod-fs/src/save.js +++ b/packages/xod-fs/src/save.js @@ -165,7 +165,7 @@ const savePatchChanges = def( const saveProjectMeta = def( 'saveProjectMeta :: Path -> Project -> Promise', // Promise Path Error...
fix(xod-fs): fix saving of `project.xod` file in correct path
xodio_xod
train
js
293d32b14234c5efd95c3f7870a3103e31e5bc56
diff --git a/build.go b/build.go index <HASH>..<HASH> 100644 --- a/build.go +++ b/build.go @@ -343,12 +343,7 @@ func (b *Build) GetMatrixRuns() ([]*Build, error) { } func (b *Build) GetResultSet() (*testResult, error) { - - for _, a := range b.Raw.Actions { - if a.TotalCount == 0 && a.UrlName == "" { - return ni...
fix(build): remove unnecessary check for totalCount == 0 and empty Url Name
bndr_gojenkins
train
go
275b2b557008ef3d7409ce32fa21758afd7253e0
diff --git a/packages/legends/src/svg/LegendSvgItem.js b/packages/legends/src/svg/LegendSvgItem.js index <HASH>..<HASH> 100644 --- a/packages/legends/src/svg/LegendSvgItem.js +++ b/packages/legends/src/svg/LegendSvgItem.js @@ -68,7 +68,7 @@ const LegendSvgItem = ({ }, [onMouseEnter, data, effects] ...
fix(legends): fix lint errors
plouc_nivo
train
js
454ea361ea70db5c3573a3ae79e01a766e5e5d94
diff --git a/src/transform.js b/src/transform.js index <HASH>..<HASH> 100644 --- a/src/transform.js +++ b/src/transform.js @@ -41,8 +41,15 @@ export default (source, config) => { const codeVisitor = node => { const { lang, value } = node - const highlighted = hl(node) + // for inline html + // FIXM...
fix: do not treat inline html as code
AngusFu_md2vue
train
js
9493496cd6858ddb91d373a1c3314f7dbd5afeb8
diff --git a/cocaine/tools/actions/common.py b/cocaine/tools/actions/common.py index <HASH>..<HASH> 100644 --- a/cocaine/tools/actions/common.py +++ b/cocaine/tools/actions/common.py @@ -131,12 +131,12 @@ class Routing(object): class RuntimeMetrics(object): - def __init__(self, runtime): - self._runtime ...
feat(tools): use new metrics service
cocaine_cocaine-tools
train
py,py
170f3917fc9f8ee6a124574c77b89421a7197754
diff --git a/src/RelyingParty.js b/src/RelyingParty.js index <HASH>..<HASH> 100644 --- a/src/RelyingParty.js +++ b/src/RelyingParty.js @@ -215,11 +215,19 @@ class RelyingParty extends JSONDocument { } /** + * createRequest + */ + createRequest (options, session) { + return AuthenticationRequest.create(t...
refactor(RelyingParty): use refactored AuthenticationRequest and AuthenticationResponse interfaces
anvilresearch_oidc-rp
train
js
a11cae9430cc5be17891ed49a9d5506e016eb707
diff --git a/packages/semantic-release-alt-publish-dir/index.js b/packages/semantic-release-alt-publish-dir/index.js index <HASH>..<HASH> 100644 --- a/packages/semantic-release-alt-publish-dir/index.js +++ b/packages/semantic-release-alt-publish-dir/index.js @@ -17,7 +17,10 @@ async function verifyConditions(pluginConf...
fix: fake out the npm plugin verify a bit better
4Catalyzer_javascript
train
js
5ac66a30e2d5fc618e34bda11a5b4334712fe6e3
diff --git a/src/route-loading.js b/src/route-loading.js index <HASH>..<HASH> 100644 --- a/src/route-loading.js +++ b/src/route-loading.js @@ -2,8 +2,8 @@ import {activationStrategy, buildNavigationPlan} from './navigation-plan'; import {RouterConfiguration} from './router-configuration'; export class RouteLoader {...
feat(route-loading): pass additional context data to the route loader
aurelia_router
train
js
3464d9e85c2a27b3a6dfd1ed807d14b634fea60b
diff --git a/lib/transformations/utils.test.js b/lib/transformations/utils.test.js index <HASH>..<HASH> 100644 --- a/lib/transformations/utils.test.js +++ b/lib/transformations/utils.test.js @@ -152,7 +152,7 @@ var a = { plugs: [] } expect(j(literal).toSource()).toMatchSnapshot(); }); it('should create boolea...
fix: use correct test function (#<I>)
webpack_webpack-cli
train
js
f63a1d88c3865d8f6f5634a31b1c56469a24bbad
diff --git a/gulpfile.js b/gulpfile.js index <HASH>..<HASH> 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -30,12 +30,12 @@ var paths = { bulma: 'node_modules/bulma/sass/utilities/', jsPattern: '**/*.js' } -var globalSassFile = package.name + '.sass'; -var globalJsFile = package.name + '.sass'; var bulmaSassFi...
fix(gulp): Correct dist filenames
Wikiki_bulma-badge
train
js
745d0faed7e402695a2b12035328d5c139da6224
diff --git a/index.js b/index.js index <HASH>..<HASH> 100644 --- a/index.js +++ b/index.js @@ -66,12 +66,17 @@ async function publish(pluginConfig, context) { } catch (error) { debug(stdout); debug(error); + context.logger.log( `The command ${pluginConfig.publishCmd || plug...
fix: return `false` in `publish` if package if step is skipped
semantic-release_exec
train
js,js
0f83c501655e62ec4e5fdc707b5787af166d9c5b
diff --git a/packages/ringcentral-integration/modules/CallMonitor/index.js b/packages/ringcentral-integration/modules/CallMonitor/index.js index <HASH>..<HASH> 100644 --- a/packages/ringcentral-integration/modules/CallMonitor/index.js +++ b/packages/ringcentral-integration/modules/CallMonitor/index.js @@ -227,11 +227,1...
refactor(CallMonitor): use _conferenceCall.isMerging to filter the calls
ringcentral_ringcentral-js-widgets
train
js
78cda7319932f741f54a12d4822f6545b1a69c94
diff --git a/src/components/VDatePicker/VDatePickerYears.js b/src/components/VDatePicker/VDatePickerYears.js index <HASH>..<HASH> 100644 --- a/src/components/VDatePicker/VDatePickerYears.js +++ b/src/components/VDatePicker/VDatePickerYears.js @@ -38,7 +38,12 @@ export default { }, mounted () { - this.$el.scr...
fix: centers active year in date picker (#<I>) fixes #<I>
vuetifyjs_vuetify
train
js
f7be1140cbe143f2abb25c803d81a184702b98b5
diff --git a/packages/foxman-plugin-server/lib/dispatchers/router.js b/packages/foxman-plugin-server/lib/dispatchers/router.js index <HASH>..<HASH> 100644 --- a/packages/foxman-plugin-server/lib/dispatchers/router.js +++ b/packages/foxman-plugin-server/lib/dispatchers/router.js @@ -27,7 +27,10 @@ function createRouterD...
fix: <I> (#<I>)
kaola-fed_foxman
train
js
d3564f6779e8b8091b838a81678ed36b3d8e87fe
diff --git a/deisctl/units/units.go b/deisctl/units/units.go index <HASH>..<HASH> 100644 --- a/deisctl/units/units.go +++ b/deisctl/units/units.go @@ -3,7 +3,6 @@ package units // Names are the base names of Deis units. Update this list when adding a new Deis unit file. var Names = []string{ "deis-builder", - "deis...
fix(deisctl): fix refresh-units as cache is now missing
deis_deis
train
go
d557db81c75836e7c51a9da363ae7117804b2a2a
diff --git a/structr/structr-core/src/main/java/org/structr/core/node/IndexRelationshipCommand.java b/structr/structr-core/src/main/java/org/structr/core/node/IndexRelationshipCommand.java index <HASH>..<HASH> 100644 --- a/structr/structr-core/src/main/java/org/structr/core/node/IndexRelationshipCommand.java +++ b/stru...
fix: relationship special type is now indexed correctly
structr_structr
train
java
b1e5335b754c0998c3171e365d7843c917a7bb62
diff --git a/test/test_box.rb b/test/test_box.rb index <HASH>..<HASH> 100644 --- a/test/test_box.rb +++ b/test/test_box.rb @@ -49,6 +49,8 @@ class TestBox < GruffTestCase end def test_empty_data + skip 'This spec fails on ARM platform' if arm_platform? + g = Gruff::Box.new g.title = 'Contained Empt...
test: Skip running some specs on Apple M1 platform
topfunky_gruff
train
rb
00a10c8ee98bd1e191f491bfb741f22a12d18420
diff --git a/cassandra_test.go b/cassandra_test.go index <HASH>..<HASH> 100644 --- a/cassandra_test.go +++ b/cassandra_test.go @@ -665,6 +665,22 @@ func TestMapScanWithRefMap(t *testing.T) { if testFullName.FirstName != "John" || testFullName.LastName != "Doe" { t.Fatal("returned testfullname did not match") } +...
test: add test to unmarshal null into nil (#<I>) Fixes #<I>
gocql_gocql
train
go
a2a5e818d9e67d87a6784efe337d369249f635e3
diff --git a/docusaurus/docusaurus.config.js b/docusaurus/docusaurus.config.js index <HASH>..<HASH> 100755 --- a/docusaurus/docusaurus.config.js +++ b/docusaurus/docusaurus.config.js @@ -65,7 +65,7 @@ module.exports = { ] } ], - copyright: `Copyright © ${new Date().getFullYear()} React S...
docs: added copyright [ci skip]
react-spring_react-use-gesture
train
js
46f6d004767ece80f5ed34b9dbc03eaf963910d2
diff --git a/src/panzoom.js b/src/panzoom.js index <HASH>..<HASH> 100644 --- a/src/panzoom.js +++ b/src/panzoom.js @@ -245,7 +245,7 @@ // Build the appropriately-prefixed transform style property name // De-camelcase - this._transform = $.cssProps.transform.replace(rupper, '-$1').toLowerCase(); + this._transf...
fix(upgrade): jQuery removed jQuery.cssProps Prevent decoding transform from *$.cssProps* when transform does not exist. Close gh-<I>
timmywil_panzoom
train
js
50ab3504e533353bfefc65480edf8a53bb497acf
diff --git a/packages/netlify-cms-widget-code/src/CodeControl.js b/packages/netlify-cms-widget-code/src/CodeControl.js index <HASH>..<HASH> 100644 --- a/packages/netlify-cms-widget-code/src/CodeControl.js +++ b/packages/netlify-cms-widget-code/src/CodeControl.js @@ -275,7 +275,7 @@ export default class CodeControl exte...
fix: add !important to codeMirror height (#<I>)
netlify_netlify-cms
train
js
880dd3a350d1dbb739c2092548f9afaad0dc5243
diff --git a/lib/index.js b/lib/index.js index <HASH>..<HASH> 100644 --- a/lib/index.js +++ b/lib/index.js @@ -8,15 +8,8 @@ class ServerlessAWSPseudoParameters { this.options = options || {}; this.hooks = { initialize: () => { - const frameworkVersion = (() => { - try { - ret...
refactor: Improve Framework version check
svdgraaf_serverless-pseudo-parameters
train
js
65bd69ea43fcf0293455b9d9716744d7f93f8159
diff --git a/applications/desktop/src/notebook/menu.js b/applications/desktop/src/notebook/menu.js index <HASH>..<HASH> 100644 --- a/applications/desktop/src/notebook/menu.js +++ b/applications/desktop/src/notebook/menu.js @@ -8,10 +8,6 @@ import * as fs from "fs"; import { throttle } from "lodash"; -import { load...
fix: clean up some duplicated imports.
nteract_nteract
train
js
416cc97bd7e6979da2862dd3422c64543142803b
diff --git a/testing/integration_test.go b/testing/integration_test.go index <HASH>..<HASH> 100644 --- a/testing/integration_test.go +++ b/testing/integration_test.go @@ -238,7 +238,7 @@ func TestAgentIntegration(t *testing.T) { }, } if *enableV8CanaryTest { - testcases := append(testcases, + testcases = appen...
fix: fix compilation error in e2e tests (#<I>)
googleapis_cloud-profiler-nodejs
train
go
15990bc635f860d0dec23c1cb634eb36818111d1
diff --git a/lib/https/index.js b/lib/https/index.js index <HASH>..<HASH> 100644 --- a/lib/https/index.js +++ b/lib/https/index.js @@ -150,6 +150,9 @@ function handleWebsocket(socket, clientIp, callback) { if (socket.reqId) { headers[pluginMgr.REQ_ID_HEADER] = socket.reqId; } + if (socket.cl...
feat: Transform client ip to plugin.server
avwo_whistle
train
js
a74b8f77eb926dc32162c413f61fe9b4f10f513e
diff --git a/src/dht/findprovs.js b/src/dht/findprovs.js index <HASH>..<HASH> 100644 --- a/src/dht/findprovs.js +++ b/src/dht/findprovs.js @@ -44,11 +44,13 @@ module.exports = (send) => { const responses = res.Responses.map((r) => { const peerInfo = new PeerInfo(PeerId.createFromB58String(r.ID)) - ...
fix: sometimes no Addrs element is present in the response (#<I>)
ipfs_js-ipfs
train
js
dc09f191d8503669cfa4737122c77cb0f5b9c3d2
diff --git a/src/jquery.gridster.js b/src/jquery.gridster.js index <HASH>..<HASH> 100644 --- a/src/jquery.gridster.js +++ b/src/jquery.gridster.js @@ -3041,9 +3041,12 @@ * Destroy this gridster by removing any sign of its presence, making it easy to avoid memory leaks * * @method destroy - * @retu...
feat(gridster): destroy element's data and optionally remove from DOM
ducksboard_gridster.js
train
js
73aaab51061b21cc21f0102703ba203e155d359d
diff --git a/src/structures/Guild.js b/src/structures/Guild.js index <HASH>..<HASH> 100644 --- a/src/structures/Guild.js +++ b/src/structures/Guild.js @@ -225,14 +225,15 @@ class Guild { for (const voiceState of data.voice_states) { this._rawVoiceStates.set(voiceState.user_id, voiceState); cons...
fix(Guild): ignore voice states referencing an invalid channel This was causing an uncaught exception on startup (or whenever receiving such a payload) which is crashing the process.
discordjs_discord.js
train
js
719c0f6f77900d2f95311d439fb4ab89de550949
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 @@ -12,11 +12,11 @@ module.exports = { function start(options) { options = options || {}; - const classPat...
feat(cli): put actor's user jars in class path
mcdcorp_opentest
train
js
ded74039b6114c0b92466a442dd9c945256015b6
diff --git a/jsontoxml.js b/jsontoxml.js index <HASH>..<HASH> 100644 --- a/jsontoxml.js +++ b/jsontoxml.js @@ -129,9 +129,9 @@ var xml_header = function(standalone) { module.exports = function(obj,options){ - var Buffer = this.Buffer || function Buffer () {}; + var Buf = typeof Buffer !== 'undefined' ? Buffer : ...
fix: being more defensive around buffer fixes #<I>
soldair_node-jsontoxml
train
js,js
40fecead7db906c6473415d496bfe7e4a70e7366
diff --git a/engine-rest/engine-rest/src/main/java/org/camunda/bpm/engine/rest/mapper/MultipartPayloadProvider.java b/engine-rest/engine-rest/src/main/java/org/camunda/bpm/engine/rest/mapper/MultipartPayloadProvider.java index <HASH>..<HASH> 100644 --- a/engine-rest/engine-rest/src/main/java/org/camunda/bpm/engine/rest...
fix(engine-rest): restrictive final qualifier of MultipartPayloadProvider related to #CAM-<I>
camunda_camunda-bpm-platform
train
java
ba75d4f6c800e801cda5819bf8676a4e53b9bd52
diff --git a/test/router.spec.js b/test/router.spec.js index <HASH>..<HASH> 100644 --- a/test/router.spec.js +++ b/test/router.spec.js @@ -394,10 +394,10 @@ describe('the router', () => { router.configure(config => config.map([ { name: 'dynamic', route: 'dynamic', moduleId: 'dynamic', nav: true }, ...
fix(router): change refresh navigation to check config for static href not nav model href fix indentation
aurelia_router
train
js
8645e5f04aff8b0eacd617bbcf2395615c25d68b
diff --git a/src/core/util/options.js b/src/core/util/options.js index <HASH>..<HASH> 100644 --- a/src/core/util/options.js +++ b/src/core/util/options.js @@ -286,7 +286,7 @@ function normalizeProps (options: Object, vm: ?Component) { ? val : { type: val } } - } else if (process.env.NODE_ENV !==...
refactor: remove unnecessary condition (#<I>)
kaola-fed_megalo
train
js
77c32cdeeb3bd879e6548a459ecb324f65b8b761
diff --git a/src/detectors/vite.js b/src/detectors/vite.js index <HASH>..<HASH> 100644 --- a/src/detectors/vite.js +++ b/src/detectors/vite.js @@ -21,5 +21,6 @@ module.exports = function detector() { frameworkPort: FRAMEWORK_PORT, possibleArgsArrs, dist: 'dist', + disableLocalServerPolling: true, }...
fix(command-dev): don't poll for http requests for vite framework (#<I>)
netlify_cli
train
js
c69219b5cab878bb27960d1020f151d6b3ba6cf0
diff --git a/lib/index.js b/lib/index.js index <HASH>..<HASH> 100644 --- a/lib/index.js +++ b/lib/index.js @@ -10,4 +10,5 @@ require('./provider/youtube'); require('./provider/soundcloud'); require('./provider/teachertube'); require('./provider/tiktok'); +require('./provider/ted'); module.exports = parser;
feat: add TED to index.js (#<I>)
Zod-_jsVideoUrlParser
train
js
8de01106a625bf727aed986c57ddc1c5e8d0398c
diff --git a/webpack/elmSvgAssetLoader.js b/webpack/elmSvgAssetLoader.js index <HASH>..<HASH> 100644 --- a/webpack/elmSvgAssetLoader.js +++ b/webpack/elmSvgAssetLoader.js @@ -29,7 +29,10 @@ function loader(source, inputSourceMap) { moduleNameCapture = "'([a-zA-Z-./]+)'", regexp = regexpForFunctionCall(escaped...
fix(icon): Fix Elm SVG asset webpack loader A fix to make it work with webpack v1 broke it with webpack 2 or greater. We now detect the version so that we can support both.
cultureamp_cultureamp-style-guide
train
js
c39a3a0ee64a5fab59b057f814aa74929c7aa95a
diff --git a/source/rafcon/gui/controllers/execution_history.py b/source/rafcon/gui/controllers/execution_history.py index <HASH>..<HASH> 100644 --- a/source/rafcon/gui/controllers/execution_history.py +++ b/source/rafcon/gui/controllers/execution_history.py @@ -130,9 +130,14 @@ class ExecutionHistoryTreeController(Ext...
fix: use correct python version when running the execution_log_viewer
DLR-RM_RAFCON
train
py
b6784cd5a47da5e86cf991edc84a186590b484b0
diff --git a/test/extended/machines/cluster.go b/test/extended/machines/cluster.go index <HASH>..<HASH> 100644 --- a/test/extended/machines/cluster.go +++ b/test/extended/machines/cluster.go @@ -12,16 +12,17 @@ import ( "k8s.io/client-go/dynamic" e2e "k8s.io/kubernetes/test/e2e/framework" e2eskipper "k8s.io/kuber...
test: extended: only run new machines test against platforms that have machines
openshift_origin
train
go
167cde62a530ab88100f95622ea2a806297ca54c
diff --git a/packages/project-account-switcher/src/presenters/constructPlaceholder.js b/packages/project-account-switcher/src/presenters/constructPlaceholder.js index <HASH>..<HASH> 100644 --- a/packages/project-account-switcher/src/presenters/constructPlaceholder.js +++ b/packages/project-account-switcher/src/presente...
fix: don't use regex lookbehind, revert to previous regex Regex lookbehind is not supported in IE and Safari
Autodesk_hig
train
js
531a4c18bd81364bc2a7fad86bcde8e5fa85a40d
diff --git a/packages/webpack/preset.js b/packages/webpack/preset.js index <HASH>..<HASH> 100644 --- a/packages/webpack/preset.js +++ b/packages/webpack/preset.js @@ -1,9 +1,11 @@ 'use strict'; +const { join } = require('path'); + module.exports = { browsers: 'defaults', node: 'current', - serverDir: '<build...
refactor(webpack): fix dir resolution
untool_untool
train
js
7d36ef724749f5cb163466fb68368fb076c81a8b
diff --git a/jest.config.js b/jest.config.js index <HASH>..<HASH> 100644 --- a/jest.config.js +++ b/jest.config.js @@ -1,5 +1,4 @@ const config = { - collectCoverage: true, collectCoverageFrom: [ 'lib/**/*.js', // Avoid ESM import.meta parse error.
test: do not collect coverage when directly running jest
okonet_lint-staged
train
js
ce18abfb2b1a8e57742de4bd5f07d07c95b2975c
diff --git a/src/MySQLReplication/Event/Event.php b/src/MySQLReplication/Event/Event.php index <HASH>..<HASH> 100644 --- a/src/MySQLReplication/Event/Event.php +++ b/src/MySQLReplication/Event/Event.php @@ -20,7 +20,7 @@ use MySQLReplication\JsonBinaryDecoder\JsonBinaryDecoderException; use MySQLReplication\Socket\Soc...
fix: change for event dispatcher interface to keep logic from MySQLReplicationFactory (#<I>)
krowinski_php-mysql-replication
train
php
f77620a87ce45a8cb039928d0155e17a326244f7
diff --git a/sample/src/about/about.js b/sample/src/about/about.js index <HASH>..<HASH> 100644 --- a/sample/src/about/about.js +++ b/sample/src/about/about.js @@ -21,7 +21,7 @@ export class About { attached() { // let bridge = System.get(System.normalizeSync('aurelia-materialize-bridge')); // this.version ...
chore(sample): increase version in about
aurelia-ui-toolkits_aurelia-materialize-bridge
train
js
40c2aded6510c1d9430d091e6be22b46338252dc
diff --git a/packages/cozy-client/src/StackLink.js b/packages/cozy-client/src/StackLink.js index <HASH>..<HASH> 100644 --- a/packages/cozy-client/src/StackLink.js +++ b/packages/cozy-client/src/StackLink.js @@ -22,8 +22,10 @@ export default class StackLink extends CozyLink { return this.executeQuery(operation) ...
feat: Warning before error to help dev
cozy_cozy-client
train
js
c718236989ae21546c804bafaa92b898ece521f9
diff --git a/src/cli/check.js b/src/cli/check.js index <HASH>..<HASH> 100644 --- a/src/cli/check.js +++ b/src/cli/check.js @@ -67,4 +67,16 @@ if (debugMode) { if (!yarn) { process.exit(exitCodes.INVALID_GLOBAL_DEPENDENCY) } + + // If Mac OS, check if XCode is installed + if (process.platform === "darwin"...
fix(cli): Checks for XCode available in CLI (#<I> by @lkostrowski)
infinitered_ignite
train
js
2db9563f1360060545627264551e23d3f2b871a7
diff --git a/packages/next/client/performance-relayer.js b/packages/next/client/performance-relayer.js index <HASH>..<HASH> 100644 --- a/packages/next/client/performance-relayer.js +++ b/packages/next/client/performance-relayer.js @@ -25,7 +25,7 @@ export function observeLayoutShift(onPerfEntry) { // Force a...
fix(performance-relayer): properly clean up event listeners (#<I>)
zeit_next.js
train
js
f7839fc201537866aded6e3807710ad9abd931f3
diff --git a/lib/sauce_reporter.js b/lib/sauce_reporter.js index <HASH>..<HASH> 100644 --- a/lib/sauce_reporter.js +++ b/lib/sauce_reporter.js @@ -14,6 +14,14 @@ var SauceReporter = function (logger, /* sauce:jobMapping */ jobMapping) { // browser.launchId was used until v0.10.2, but changed to just browser.id in ...
fix: Make disconnects fail the tests Closes #<I>
karma-runner_karma-sauce-launcher
train
js
256a9ff3bacc405462345ac9ef0ff1b383abcbef
diff --git a/src/Auditable.php b/src/Auditable.php index <HASH>..<HASH> 100644 --- a/src/Auditable.php +++ b/src/Auditable.php @@ -494,8 +494,12 @@ trait Auditable ), array_keys($incompatibilities)); } + $key = $old ? 'old' : 'new'; + foreach ($modified as $attribute => $value) {...
fix(Auditable): handle cases where old/new values are empty
owen-it_laravel-auditing
train
php
96ff048b594ab2f42f62be8c773a6de7819eafc5
diff --git a/src/providers/discord.js b/src/providers/discord.js index <HASH>..<HASH> 100644 --- a/src/providers/discord.js +++ b/src/providers/discord.js @@ -14,7 +14,7 @@ export default (options) => { const defaultAvatarNumber = parseInt(profile.discriminator) % 5 profile.image_url = `https://cdn.di...
fix(provider): use correct file type for Discord profile img (#<I>)
iaincollins_next-auth
train
js
851f2e3d4b96dc759e0c6516d642bd1096dbc67d
diff --git a/source/rafcon/utils/gui_functions.py b/source/rafcon/utils/gui_functions.py index <HASH>..<HASH> 100644 --- a/source/rafcon/utils/gui_functions.py +++ b/source/rafcon/utils/gui_functions.py @@ -46,7 +46,7 @@ def call_gui_callback(callback, *args, **kwargs): global exception_info, result r...
feat(gui_functions): pass kwargs to callback Why hasn't this been done before? Why was that not needed before??
DLR-RM_RAFCON
train
py
e127f6db8f86732297eea65092bab239b5002e3d
diff --git a/asammdf/mdf.py b/asammdf/mdf.py index <HASH>..<HASH> 100644 --- a/asammdf/mdf.py +++ b/asammdf/mdf.py @@ -5036,10 +5036,11 @@ class MDF: if search_mode is SearchMode.plain: if case_insensitive: pattern = pattern.casefold() - names = (name.casefold() for...
fix(mdf): return original name not casefolded name
danielhrisca_asammdf
train
py
5339485a6393d5ec335d140d3cc256b22c436ce4
diff --git a/lib/cistern/singular.rb b/lib/cistern/singular.rb index <HASH>..<HASH> 100644 --- a/lib/cistern/singular.rb +++ b/lib/cistern/singular.rb @@ -29,4 +29,6 @@ module Cistern::Singular get self end + + alias load reload end diff --git a/spec/singular_spec.rb b/spec/singular_spec.rb index <HASH>....
refactor(singular): alias load to reload
lanej_cistern
train
rb,rb
3b219ac89df6e89faff202373a88ecc888bf4ca4
diff --git a/lib/commands/plugin.js b/lib/commands/plugin.js index <HASH>..<HASH> 100644 --- a/lib/commands/plugin.js +++ b/lib/commands/plugin.js @@ -17,7 +17,7 @@ module.exports = Command.extend({ /* eslint-disable max-len */ availableOptions: [ { name: 'save', type: Boolean, default: true...
feat(aliases): shorthand for var
isleofcode_ember-cordova
train
js
3af8179878c093985c8a94ee2fd7e99d45243bda
diff --git a/src/client/voice/ClientVoiceManager.js b/src/client/voice/ClientVoiceManager.js index <HASH>..<HASH> 100644 --- a/src/client/voice/ClientVoiceManager.js +++ b/src/client/voice/ClientVoiceManager.js @@ -56,8 +56,14 @@ class ClientVoiceManager { this.connections.delete(guild_id); return; }...
fix(Voice): disconnect if voice channel not cached (#<I>)
discordjs_discord.js
train
js
aa87686934c1924e5e6b7a29ef7023c9416c15dc
diff --git a/src/geshi.php b/src/geshi.php index <HASH>..<HASH> 100644 --- a/src/geshi.php +++ b/src/geshi.php @@ -3082,9 +3082,16 @@ class GeSHi { $before = '<|UR1|"' . str_replace( - array('{FNAME}', '{FNAMEL}', '{FNAMEU}', '.'), - ...
fix: URL generation should escape spaces as %<I> instead of leaving them as blanks
GeSHi_geshi-1.0
train
php
f2d17a6fdb09ac14676fc1e305f2806aa051d4d9
diff --git a/src/services/ArchitectService.php b/src/services/ArchitectService.php index <HASH>..<HASH> 100644 --- a/src/services/ArchitectService.php +++ b/src/services/ArchitectService.php @@ -360,7 +360,20 @@ class ArchitectService extends Component if (isset($importObj[$parseKey]) && is_array($importOb...
feat: Add error message for failed setting of field layouts.
Pennebaker_craft-architect
train
php
8973a091e26d266e8ed2e412e5b76fa428e88396
diff --git a/stellar_sdk/operation/allow_trust.py b/stellar_sdk/operation/allow_trust.py index <HASH>..<HASH> 100644 --- a/stellar_sdk/operation/allow_trust.py +++ b/stellar_sdk/operation/allow_trust.py @@ -13,11 +13,11 @@ class TrustLineEntryFlag(IntFlag): """Indicates which flags to set. For details about the fl...
docs: fix wrong description of TrustLineEntryFlag. (#<I>)
StellarCN_py-stellar-base
train
py
8c970e71c6d2cdff1f7deb7aeed5c732ab794f25
diff --git a/gulpfile.js b/gulpfile.js index <HASH>..<HASH> 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -42,6 +42,16 @@ function copyAssets() { .pipe(gulp.dest('lib/cjs/assets')) } +function tempCopyFloatingUI() { + return gulp + .src([ + './src/components/popover/temp-floating-ui.min.js', + './...
fix: adjust build scripts for floating-ui temp import
ant-design_ant-design-mobile
train
js
3051f991ada70d291de7f997d02524727ba8171e
diff --git a/services/datalad/datalad_service/common/openneuro.py b/services/datalad/datalad_service/common/openneuro.py index <HASH>..<HASH> 100644 --- a/services/datalad/datalad_service/common/openneuro.py +++ b/services/datalad/datalad_service/common/openneuro.py @@ -11,7 +11,7 @@ def cache_clear_mutation(dataset_id...
fix: Prevent exception when no cookie is provided for clear_dataset_cache
OpenNeuroOrg_openneuro
train
py
01366c00495d6bc480150f7637eaeb20cf6f5723
diff --git a/src/test/java/net/emaze/dysfunctional/groups/GroupsTest.java b/src/test/java/net/emaze/dysfunctional/groups/GroupsTest.java index <HASH>..<HASH> 100644 --- a/src/test/java/net/emaze/dysfunctional/groups/GroupsTest.java +++ b/src/test/java/net/emaze/dysfunctional/groups/GroupsTest.java @@ -94,6 +94,7 @@ pub...
fix: missing @Test on groupBy test
cybazeitalia_emaze-dysfunctional
train
java
f8fd0762cdeb54fc1327e201dc38e101c08abaa3
diff --git a/src/components/autocomplete/js/autocompleteController.js b/src/components/autocomplete/js/autocompleteController.js index <HASH>..<HASH> 100644 --- a/src/components/autocomplete/js/autocompleteController.js +++ b/src/components/autocomplete/js/autocompleteController.js @@ -399,7 +399,8 @@ function MdAutoco...
fix(autocomplete): Fix TypeError in autocomplete. (#<I>) Fix TypeError/NPE in Autocomplete when assuming `$scope.searchText` was available.
angular_material
train
js