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 |
|---|---|---|---|---|---|
3415ba326a2892b26bfc89307967651e5403f32c | diff --git a/src/InfoViz/Native/MutualInformationDiagram/index.js b/src/InfoViz/Native/MutualInformationDiagram/index.js
index <HASH>..<HASH> 100644
--- a/src/InfoViz/Native/MutualInformationDiagram/index.js
+++ b/src/InfoViz/Native/MutualInformationDiagram/index.js
@@ -780,7 +780,7 @@ function informationDiagram(publi... | fix(MutualInfoDiagram): Fix a query that missed using instance id to generate element id | Kitware_paraviewweb | train | js |
42fbe66029cf52f788f086e0a909e7ebbe36b262 | diff --git a/EventListener/LimitEventListener.php b/EventListener/LimitEventListener.php
index <HASH>..<HASH> 100644
--- a/EventListener/LimitEventListener.php
+++ b/EventListener/LimitEventListener.php
@@ -40,12 +40,14 @@ class LimitEventListener
$table = $event->getTable();
if ($table->getRequest(... | fix(limit): fixing a problem limiting bug | whatwedo_TableBundle | train | php |
eac5cb22c92d837a2406c289492b894d6fbcb775 | diff --git a/leancloud/push.py b/leancloud/push.py
index <HASH>..<HASH> 100644
--- a/leancloud/push.py
+++ b/leancloud/push.py
@@ -8,6 +8,7 @@ import arrow
import dateutil.tz as tz
from leancloud.object_ import Object
+from leancloud.errors import LeanCloudError
from leancloud import client
@@ -27,6 +28,9 @@ c... | fix: disable leancloud.Notification#save (#<I>) | leancloud_python-sdk | train | py,py |
4d65ec2de4d924fba720afb0bb97d708fc7fece6 | diff --git a/intranet/utils/html.py b/intranet/utils/html.py
index <HASH>..<HASH> 100644
--- a/intranet/utils/html.py
+++ b/intranet/utils/html.py
@@ -69,4 +69,6 @@ def safe_fcps_emerg_html(text: str, base_url: str) -> str:
return attrs
- return bleach.linkify(bleach.clean(text, tags=ALLOWED_TAGS, attri... | fix(emerg): strip bad tags in FCPS emergency announcements | tjcsl_ion | train | py |
9384459015b37e1671aebadc4b8c25dc9e1e033f | diff --git a/google-http-client/src/main/java/com/google/api/client/util/escape/PercentEscaper.java b/google-http-client/src/main/java/com/google/api/client/util/escape/PercentEscaper.java
index <HASH>..<HASH> 100644
--- a/google-http-client/src/main/java/com/google/api/client/util/escape/PercentEscaper.java
+++ b/goog... | fix: include '+' in SAFEPATHCHARS_URLENCODER (#<I>) | googleapis_google-http-java-client | train | java |
df19c70c913cd0a8882670c5188042f13a605226 | diff --git a/packages/orbit-components/src/InputStepper/InputStepperStateless/index.js b/packages/orbit-components/src/InputStepper/InputStepperStateless/index.js
index <HASH>..<HASH> 100644
--- a/packages/orbit-components/src/InputStepper/InputStepperStateless/index.js
+++ b/packages/orbit-components/src/InputStepper/... | fix(InputStepper): missing font-family (#<I>) | kiwicom_orbit-components | train | js |
5d8c570e8ce22b56d34b1cfd1b88f6439cbf4c5c | diff --git a/tests/test_networkmanager.py b/tests/test_networkmanager.py
index <HASH>..<HASH> 100644
--- a/tests/test_networkmanager.py
+++ b/tests/test_networkmanager.py
@@ -538,7 +538,7 @@ class TestNetworkManager(dbusmock.DBusTestCase):
self.assertEqual(self.settings.GetConnectionByUuid(uuid), connectionPat... | test: Fix deprecated assertRaisesRegexp() call | martinpitt_python-dbusmock | train | py |
b8d173789b772c6a443c69376967f027c3bed916 | diff --git a/lib/Schema.js b/lib/Schema.js
index <HASH>..<HASH> 100644
--- a/lib/Schema.js
+++ b/lib/Schema.js
@@ -219,7 +219,7 @@ Schema.prototype.parseDynamo = async function (model, dynamoObj) {
attrVal = await attr.parseDynamo(dynamoObj[name]);
}
if (attrVal !== undefined && attrVal !== null)... | feat(schema): change the way attributes are set by parseDynamo function
This does not change parseDynamo result <I>% of the time, because `name` and `attr.name` are usually identical, but makes it possible to manually add hidden attributes to a schema by calling Attribute.create() with `name` set to Symbol(), which ca... | dynamoosejs_dynamoose | train | js |
de6376141292061cd59093fe2043936941232b2a | diff --git a/nx-dev/nx-dev/tailwind.config.js b/nx-dev/nx-dev/tailwind.config.js
index <HASH>..<HASH> 100644
--- a/nx-dev/nx-dev/tailwind.config.js
+++ b/nx-dev/nx-dev/tailwind.config.js
@@ -52,6 +52,12 @@ module.exports = {
'code::after': {
content: '',
},
+ 'blockqu... | docs(core): remove extra quotes for blockquote (#<I>) | nrwl_nx | train | js |
628734bface78cc8b85a0ffa6359032902e14785 | diff --git a/src/android/io/branch/BranchSDK.java b/src/android/io/branch/BranchSDK.java
index <HASH>..<HASH> 100644
--- a/src/android/io/branch/BranchSDK.java
+++ b/src/android/io/branch/BranchSDK.java
@@ -1029,7 +1029,7 @@ public class BranchSDK extends CordovaPlugin {
JSONObject response = new JSONObj... | fix: corrected android long url with no tracking | BranchMetrics_cordova-ionic-phonegap-branch-deep-linking | train | java |
30dd336889e03f7c8405fdf95cdcc29824bf08a7 | diff --git a/packages/posts/sources/cachePosts.js b/packages/posts/sources/cachePosts.js
index <HASH>..<HASH> 100644
--- a/packages/posts/sources/cachePosts.js
+++ b/packages/posts/sources/cachePosts.js
@@ -2,13 +2,14 @@ import logger from "../lib/logger";
import initializedSources from "./";
const cachePosts = sea... | fix(posts): `initializedSources` is actually a Promised array. | randytarampi_me | train | js |
00420a83c0283e7b02a5385d78d0ec984120a852 | diff --git a/lib/branches/get-tags.js b/lib/branches/get-tags.js
index <HASH>..<HASH> 100644
--- a/lib/branches/get-tags.js
+++ b/lib/branches/get-tags.js
@@ -14,15 +14,10 @@ module.exports = async ({cwd, env, options: {tagFormat}}, branches) => {
return pReduce(
branches,
async (branches, branch) => {
- ... | fix: simplify `get-tags` algorithm | semantic-release_semantic-release | train | js |
e4fc1a606b1f05b5368f6fc85f96e9f7154bc642 | diff --git a/lib/DirectEditing.js b/lib/DirectEditing.js
index <HASH>..<HASH> 100644
--- a/lib/DirectEditing.js
+++ b/lib/DirectEditing.js
@@ -16,7 +16,7 @@ function DirectEditing(eventBus, canvas) {
this._providers = [];
this._textbox = new TextBox({
container: canvas.getPaper().node.parentNode,
- keyHan... | fix(plug-in): use _.bind instead of Function#bind
Function#bind is not supported in older webkit browsers. | bpmn-io_diagram-js-direct-editing | train | js |
8b4f509234544279180a4201dc1868faaf88e6c6 | diff --git a/lib/boot/load/tymly-loader/load-dir.js b/lib/boot/load/tymly-loader/load-dir.js
index <HASH>..<HASH> 100644
--- a/lib/boot/load/tymly-loader/load-dir.js
+++ b/lib/boot/load/tymly-loader/load-dir.js
@@ -28,7 +28,6 @@ module.exports = function loadDir (rootDir, allComponents, options) {
})
const root... | refactor: Move componentDir declaration into the loop | wmfs_tymly-core | train | js |
5bcc8e23aea0d639261f29d4195805bdb026587a | diff --git a/admin_media.php b/admin_media.php
index <HASH>..<HASH> 100644
--- a/admin_media.php
+++ b/admin_media.php
@@ -1276,12 +1276,11 @@ echo WT_JS_START; ?>
echo '<br />';
}
}
-
echo "</td></tr>";
break;
}
}
- if ($passCount==1 && $printDone) echo "<tr><td clas... | fix: error when the jquery table don't appear | fisharebest_webtrees | train | php |
7bbb9be53dfab8393ec2093c19a7235e5c18bf5c | diff --git a/tasks/config.js b/tasks/config.js
index <HASH>..<HASH> 100644
--- a/tasks/config.js
+++ b/tasks/config.js
@@ -17,6 +17,15 @@ const shared = {
module: {
loaders: [{
test: /\.js$/,
+ exclude: /node_modules/,
+ loader: 'babel',
+ query: {
+ presets: ['es2015'],
+ pl... | fix(build): Do not run all deps through babel | ipfs_js-ipfs | train | js |
9f0f815e6e7b8eb2d3daa011a5baf61411c7a830 | diff --git a/samples/update-intent.js b/samples/update-intent.js
index <HASH>..<HASH> 100644
--- a/samples/update-intent.js
+++ b/samples/update-intent.js
@@ -17,6 +17,7 @@
process.env.DEBUG = 'dialogflow:debug'; // enables lib debugging statements
async function main(projectId, intentId, displayName) {
+ // [STAR... | docs: added region tags (#<I>) | googleapis_nodejs-dialogflow | train | js |
e01dc8e3f07bf19540364b5fc1ab8304ebd46388 | diff --git a/providers/providers_manager.go b/providers/providers_manager.go
index <HASH>..<HASH> 100644
--- a/providers/providers_manager.go
+++ b/providers/providers_manager.go
@@ -102,17 +102,17 @@ type getProv struct {
// NewProviderManager constructor
func NewProviderManager(ctx context.Context, local peer.ID,... | refactor: rename to cfg | libp2p_go-libp2p-kad-dht | train | go |
1734eee07f4fbe9110432762acd320a861412baa | diff --git a/src/main/java/org/getopentest/base/TestActor.java b/src/main/java/org/getopentest/base/TestActor.java
index <HASH>..<HASH> 100644
--- a/src/main/java/org/getopentest/base/TestActor.java
+++ b/src/main/java/org/getopentest/base/TestActor.java
@@ -1354,6 +1354,8 @@ public class TestActor extends Observable i... | fix(TestActor): provide proper description for macros in test results | mcdcorp_opentest | train | java |
d98108019735edc667fa4b000ec8efca2ce0eb93 | diff --git a/lib/rack/app/params.rb b/lib/rack/app/params.rb
index <HASH>..<HASH> 100644
--- a/lib/rack/app/params.rb
+++ b/lib/rack/app/params.rb
@@ -49,13 +49,9 @@ class Rack::App::Params
::Rack::Utils.parse_nested_query(query_string).merge!(params_that_presented_multiple_times)
end
- ARRAY_FORM = /^\w+\[\... | refactor: use explicit use case search instead of define everything that can't be for legacy array form based query string parsing support | rack-app_rack-app | train | rb |
c4aa2e838410f159d4f0dc1111de8400fb961e5d | diff --git a/src/util/vdom.js b/src/util/vdom.js
index <HASH>..<HASH> 100644
--- a/src/util/vdom.js
+++ b/src/util/vdom.js
@@ -62,10 +62,11 @@ const createElement = function(type, val, props, meta, children) {
const createFunctionalComponent = function(props, children, functionalComponent) {
const options = functio... | fix: require data to be a function for functional components | kbrsh_moon | train | js |
af4d6f7bfe16a16b78a9d00ff198673f83104856 | diff --git a/src/http/write.js b/src/http/write.js
index <HASH>..<HASH> 100644
--- a/src/http/write.js
+++ b/src/http/write.js
@@ -30,23 +30,14 @@ const mfsWrite = {
const fileStream = await new Promise((resolve, reject) => {
const parser = multipart.reqParser(request.payload)
- let fileStream
... | fix: parser does not end until file data is consumed
License: MIT | ipfs_js-ipfs-mfs | train | js |
cc7c7b332123b10eba471a4a7de49c5e5e999afb | diff --git a/gulpfile.js b/gulpfile.js
index <HASH>..<HASH> 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -220,7 +220,7 @@ var CONFIG = {
},
dart: {
src: ['LICENSE'],
- exclude: ['rtts_assert/'],
+ exclude: ['rtts_assert'],
pipes: {}
}
}, | fix(build): Don't include rtts in the dart build.
The module name actually does not include a trailing slash, so the
folder would show up and be included in the dart pubbuild. | angular_angular | train | js |
d0c3961aef41f17773fb14d06213df3fcb7fc8d2 | diff --git a/src/managers/GuildMemberManager.js b/src/managers/GuildMemberManager.js
index <HASH>..<HASH> 100644
--- a/src/managers/GuildMemberManager.js
+++ b/src/managers/GuildMemberManager.js
@@ -268,7 +268,7 @@ class GuildMemberManager extends CachedManager {
let endpoint = this.client.api.guilds(this.guild.... | fix(GuildMemberManager): nick endpoint (#<I>) | discordjs_discord.js | train | js |
7095ad3388d503f4a752403530c2e7c24b385248 | diff --git a/packages/pob/lib/generators/common/babel/CommonBabelGenerator.js b/packages/pob/lib/generators/common/babel/CommonBabelGenerator.js
index <HASH>..<HASH> 100644
--- a/packages/pob/lib/generators/common/babel/CommonBabelGenerator.js
+++ b/packages/pob/lib/generators/common/babel/CommonBabelGenerator.js
@@ -4... | fix(pob): always add engines | christophehurpeau_pob-lerna | train | js |
b594bcea7d26930cb8bf3459344602b060ea4379 | diff --git a/src/index.js b/src/index.js
index <HASH>..<HASH> 100644
--- a/src/index.js
+++ b/src/index.js
@@ -8,7 +8,15 @@ import {ensureHTMLTemplateElement} from './html-template-element';
import {ensureElementMatches} from './element-matches';
import {ensureClassList} from './class-list';
+let isInitialized = fa... | fix(all): ensure initialization happens only once | aurelia_pal-browser | train | js |
edf87ad9d9a63f9539dba312aa7bd0ea7e9b8667 | diff --git a/src/navigation-plan.js b/src/navigation-plan.js
index <HASH>..<HASH> 100644
--- a/src/navigation-plan.js
+++ b/src/navigation-plan.js
@@ -41,6 +41,8 @@ export function buildNavigationPlan(navigationContext, forceLifecycleMinimum) {
//TODO: should we tell them if the parent had a lifecycle min cha... | feat(navigation-plan): enable configuring the activationStrategy on the route config instead of the view model | aurelia_router | train | js |
05f07a4d9afb6ff22ec676d89c3f5655a4070ebf | diff --git a/internal/pipeline/pipeline.go b/internal/pipeline/pipeline.go
index <HASH>..<HASH> 100644
--- a/internal/pipeline/pipeline.go
+++ b/internal/pipeline/pipeline.go
@@ -37,10 +37,10 @@ type Piper interface {
// BuildPipeline contains all build-related pipe implementations in order
// nolint:gochecknoglobals... | feat(pipeline): change the pipeline order to support additional template variables in the before pipe (#<I>)
This change allows us to use all the template variables in the named templates in the before hook.
Issue: GH-<I> | goreleaser_goreleaser | train | go |
e78508ae06f668a3f48b8cb63eee13d4349bb699 | diff --git a/test/test_list.rb b/test/test_list.rb
index <HASH>..<HASH> 100644
--- a/test/test_list.rb
+++ b/test/test_list.rb
@@ -3,8 +3,17 @@
require "minitest/autorun"
require "dreck"
+# Tests for list results.
class DreckListTest < Minitest::Test
- # Tests for list results.
+ def test_list_bad_count
+ # r... | test: Add test for BadCountError | woodruffw_dreck | train | rb |
83b668122cad377cb0d3f98bb51067f81c8b75a8 | diff --git a/packages/openneuro-server/src/graphql/resolvers/dataset-search.js b/packages/openneuro-server/src/graphql/resolvers/dataset-search.js
index <HASH>..<HASH> 100644
--- a/packages/openneuro-server/src/graphql/resolvers/dataset-search.js
+++ b/packages/openneuro-server/src/graphql/resolvers/dataset-search.js
@... | fix(search): Limit the basic search to public datasets | OpenNeuroOrg_openneuro | train | js |
6101f8927ebc68c18ddf40183c925ab09058cc3c | diff --git a/core/common/webpack_rules.js b/core/common/webpack_rules.js
index <HASH>..<HASH> 100644
--- a/core/common/webpack_rules.js
+++ b/core/common/webpack_rules.js
@@ -402,8 +402,8 @@ module.exports = ( config ) => {
include: [
path.resolve( inlineNodeModules, 'ansi-regex'),
pa... | fix: android 4x & ie9 + compatibility for yarn | legoflow_engine | train | js |
e40d25473a039fcd6b69dbebf6839ea3a8ae57d2 | diff --git a/lib/index.js b/lib/index.js
index <HASH>..<HASH> 100644
--- a/lib/index.js
+++ b/lib/index.js
@@ -38,7 +38,7 @@ function tunnelProxy(server, proxy) {
process.env['NODE_TLS_REJECT_UNAUTHORIZED'] = '0';
server.on('connect', function(req, reqSocket, head) {//ws, wss, https proxy
- var tunnelUrl = req.... | refactor: Priority handling req.url | avwo_whistle | train | js |
1ab780b4221d6b14b214a518261604c2930ea079 | diff --git a/engine-rest/engine-rest/src/test/java/org/camunda/bpm/engine/rest/ProcessDefinitionRestServiceInteractionTest.java b/engine-rest/engine-rest/src/test/java/org/camunda/bpm/engine/rest/ProcessDefinitionRestServiceInteractionTest.java
index <HASH>..<HASH> 100644
--- a/engine-rest/engine-rest/src/test/java/org... | test(engine-rest): start a process instance on post with an empty body
related to #CAM-<I> | camunda_camunda-bpm-platform | train | java |
6736d4ef296b960b5157155515ef949a1c3524be | diff --git a/lib/renderer/web-view/web-view.js b/lib/renderer/web-view/web-view.js
index <HASH>..<HASH> 100644
--- a/lib/renderer/web-view/web-view.js
+++ b/lib/renderer/web-view/web-view.js
@@ -131,7 +131,7 @@ class WebViewImpl {
}
onElementResize () {
- const resizeEvent = new Event('resize', { bubbles: tr... | fix: do not bubble up resize event from webview (#<I>) | electron_electron | train | js |
d6f2f6726a154784189cb3a8259c8fa31b465ae3 | diff --git a/src/lib/async-command.js b/src/lib/async-command.js
index <HASH>..<HASH> 100644
--- a/src/lib/async-command.js
+++ b/src/lib/async-command.js
@@ -1,5 +1,6 @@
-/* eslint-disable unicorn/no-process-exit */
+/* eslint-disable unicorn/no-process-exit */
+/* eslint-disable promise/prefer-await-to-then */
... | chore: fix async await missing | PolymerX_polymerx-cli | train | js,js |
2833e051570a35c6f20d3e0873e0a8b6bdc1b9b9 | diff --git a/cursor.js b/cursor.js
index <HASH>..<HASH> 100644
--- a/cursor.js
+++ b/cursor.js
@@ -575,6 +575,12 @@ var nextFunction = function(self, callback) {
// Topology was destroyed, so don't try to wait for it to reconnect
return callback(new MongoError('Topology was destroyed'));
}
+
+ ... | fix(cursor): avoid waiting for reconnect if reconnect disabled | mongodb_node-mongodb-native | train | js |
f492c5db4fe4f9aa0175925d27f44fc65df7c620 | diff --git a/get-supported-locale.js b/get-supported-locale.js
index <HASH>..<HASH> 100644
--- a/get-supported-locale.js
+++ b/get-supported-locale.js
@@ -1,14 +1,14 @@
-const supportedLocales = ['en', 'de'];
+const supportedLanguages = ['en', 'de'];
// This function is reponsible of passing the fallback language "e... | refactor(locale): rename variables and functions to be consistent with the difference between language vs locale | commercetools_merchant-center-application-kit | train | js |
eaa92114888733678f02c40b572201f971423732 | diff --git a/lib/util/data-server.js b/lib/util/data-server.js
index <HASH>..<HASH> 100644
--- a/lib/util/data-server.js
+++ b/lib/util/data-server.js
@@ -154,30 +154,16 @@ function getFrames(curReqId, lastFrameId) {
}
var result = [];
var count = 16;
- var len = frames.length;
- var i, frame;
- if (!lastFr... | fix: loss frames when open for first time | avwo_whistle | train | js |
79d0d4cac404d4c3218b635c143921fcf2293f58 | diff --git a/src/Leevel/Support/Fn.php b/src/Leevel/Support/Fn.php
index <HASH>..<HASH> 100644
--- a/src/Leevel/Support/Fn.php
+++ b/src/Leevel/Support/Fn.php
@@ -49,7 +49,7 @@ class Fn
try {
return $fn(...$args);
} catch (Error $th) {
- $fnName = is_string($fn) ? $fn : $this->... | fix: fix Leevel\Support\Fn | hunzhiwange_framework | train | php |
2743e0bbee29cb86362d23dc822ce48d5b3d830e | diff --git a/test/mp/runtime/directives/class.spec.js b/test/mp/runtime/directives/class.spec.js
index <HASH>..<HASH> 100644
--- a/test/mp/runtime/directives/class.spec.js
+++ b/test/mp/runtime/directives/class.spec.js
@@ -254,4 +254,25 @@ describe(':class', () => {
expectRootClass('foo a')
}).then(done)
... | test: add test for merging only static parent class | kaola-fed_megalo | train | js |
7381a4d287c6194433e91b304a5c7dff409cb6bf | diff --git a/lib/js/app/components/explorer/EmbedHTML.js b/lib/js/app/components/explorer/EmbedHTML.js
index <HASH>..<HASH> 100644
--- a/lib/js/app/components/explorer/EmbedHTML.js
+++ b/lib/js/app/components/explorer/EmbedHTML.js
@@ -65,6 +65,7 @@ class EmbedHTML extends Component {
propertyNames,
latest... | fix: 🐛 embed code
add chart type to embed code feature | keen_explorer | train | js |
5900a671160aaf8e2c606d98ae4439899fd1d6e6 | diff --git a/lib/negroku/modes/app.rb b/lib/negroku/modes/app.rb
index <HASH>..<HASH> 100644
--- a/lib/negroku/modes/app.rb
+++ b/lib/negroku/modes/app.rb
@@ -15,6 +15,7 @@ module Negroku::Modes
ask_features
custom_capify data
+ install_binstubs
end
@@ -37,6 +38,10 @@ module Negroku::Modes... | feat(app): run bundle binstub on app creation | platanus_negroku | train | rb |
be281ccecd95fa72e28d78537857f4ae47dba481 | diff --git a/src/utils/types.js b/src/utils/types.js
index <HASH>..<HASH> 100644
--- a/src/utils/types.js
+++ b/src/utils/types.js
@@ -59,6 +59,8 @@ const types = {
enableQueryRules: bool,
enableSearchRelevancy: bool,
recordAnalytics: bool,
+ emptyQuery: bool,
+ suggestionAnalytics: bool,
userId: string,
... | fix: revert wrongly removed properties | appbaseio_reactivecore | train | js |
f344973938ea8643e387a6e98957833875290e98 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -43,6 +43,9 @@ let request = module.exports._requestDefaults();
query.limit = query.limit || 50;
query.sort = query.sort || '_id';
+ const __no_skip__ = !!query.__no_skip__;
+ delete query.__no_skip__;
+
... | fix(api): prevent `__no_skip__` being sent as query parameter | Turbasen_turbasen.js | train | js |
97bc5b260d52f26915b60bf9d583081c9ac57c8e | diff --git a/server/peer_server.go b/server/peer_server.go
index <HASH>..<HASH> 100644
--- a/server/peer_server.go
+++ b/server/peer_server.go
@@ -122,6 +122,8 @@ func NewPeerServer(name string, path string, url string, bindAddr string, tlsCon
s.raftServer.AddEventListener(raft.HeartbeatTimeoutEventType, s.raftEventL... | feat(metrics): Publish peer heartbeat events as metrics | etcd-io_etcd | train | go |
5287dae10b04bcb96a83a23494a70cd40c494f30 | diff --git a/Documentation/conf.py b/Documentation/conf.py
index <HASH>..<HASH> 100644
--- a/Documentation/conf.py
+++ b/Documentation/conf.py
@@ -130,6 +130,7 @@ extlinks = {
'jenkins-branch': (jenkins_branch + "/%s", ''),
'github-project': (project_link + '%s', ''),
'github-backport': (backport_format,... | docs: conf.py: add :gh-issue: role to reference GitHub issues
Use the extlink Sphinx extension to add a role for referencing GitHub
issues in a uniform fashion. Writing :gh-issue:`<I>` will automatically
convert into "GitHub issue <I>", with a link to the relevant issue. | cilium_cilium | train | py |
e87e9c4e7fa56d8fb4738e5eec97af2abd9a8fcb | diff --git a/test/cluster/cluster-registry-clusterSpec.js b/test/cluster/cluster-registry-clusterSpec.js
index <HASH>..<HASH> 100644
--- a/test/cluster/cluster-registry-clusterSpec.js
+++ b/test/cluster/cluster-registry-clusterSpec.js
@@ -9,7 +9,7 @@ const connectionEndpointMock = {
getConnectionCount() { return 8 }... | test: disabling cluster registry tests | deepstreamIO_deepstream.io | train | js,js |
8ef0b7b60f304cbc166fc9dc4b5055ba8efc8698 | diff --git a/src/main/java/com/conveyal/gtfs/graphql/GraphQLGtfsSchema.java b/src/main/java/com/conveyal/gtfs/graphql/GraphQLGtfsSchema.java
index <HASH>..<HASH> 100644
--- a/src/main/java/com/conveyal/gtfs/graphql/GraphQLGtfsSchema.java
+++ b/src/main/java/com/conveyal/gtfs/graphql/GraphQLGtfsSchema.java
@@ -119,6 +11... | fix(graphql): add missing Fare#agency_id field to GraphQL spec
refs catalogueglobal/datatools-ui#<I> | conveyal_gtfs-lib | train | java |
aeed43d4df0bc9a2baadb5e29854a6df31aa14f9 | diff --git a/packages/xod-client-browser/test-func/pageObjects/PromptPopup.js b/packages/xod-client-browser/test-func/pageObjects/PromptPopup.js
index <HASH>..<HASH> 100644
--- a/packages/xod-client-browser/test-func/pageObjects/PromptPopup.js
+++ b/packages/xod-client-browser/test-func/pageObjects/PromptPopup.js
@@ -1... | chore(xod-client-browser): enlarge timeout for mostly failed by timeout selector | xodio_xod | train | js |
24bf62bf4c21816962fc20aa129d0b8350b347e7 | diff --git a/lib/interceptor.js b/lib/interceptor.js
index <HASH>..<HASH> 100644
--- a/lib/interceptor.js
+++ b/lib/interceptor.js
@@ -10,7 +10,7 @@ const parserFactory = require('./data-processor-row');
*/
class RowProcessorInterceptor extends Interceptor {
- constructor(endpoint, config) {
+ constructor(config, ... | fix(constructor): Changed the order of config, and endpoint | Kronos-Integration_kronos-interceptor-object-data-processor-row | train | js |
28fb571ccd3b8451741c806428bef23726d87e92 | diff --git a/sendbeacon.js b/sendbeacon.js
index <HASH>..<HASH> 100755
--- a/sendbeacon.js
+++ b/sendbeacon.js
@@ -12,7 +12,7 @@ function polyfill() {
};
function sendBeacon(url, data) {
- const event = this.event && this.event.type;
+ const event = this.event && this.event.type ? this.event.type : this.event;
... | fix: so that sync will not always be false
the old state makes sync always false because the value for event will always be true/false not 'unload' or 'beforeunload' | miguelmota_Navigator.sendBeacon | train | js |
207b0062f8c56f1d9f6498b0787868c04ef23e78 | diff --git a/src/spec.js b/src/spec.js
index <HASH>..<HASH> 100644
--- a/src/spec.js
+++ b/src/spec.js
@@ -14,5 +14,5 @@
* limitations under the License.
*/
-var testContext = require.context('.', true, /\.spec\.ts/);
+var testContext = require.context('.', true, /\.spec\.ts$/);
testContext.keys().map(testContex... | chore: use better regular expression for unit test paths | google_neuroglancer | train | js |
acdde576d0b2fed464243f2209fd2b11dcad65aa | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -37,12 +37,13 @@ Deployor.defaults = {
Deployor.verbose = false;
+sh.config.silent = !Deployor.verbose;
var e = Deployor.exec = function (cmd) {
if (Deployor.verbose) {
console.log('$ ', cmd);
}
- return sh... | feat(deploy): silent with shelljs.config | douglasduteil_node-git-deployor | train | js |
0ec8ceae4fda740c6a3d990636491f6df0008728 | diff --git a/samples/system-test/sample.test.js b/samples/system-test/sample.test.js
index <HASH>..<HASH> 100644
--- a/samples/system-test/sample.test.js
+++ b/samples/system-test/sample.test.js
@@ -16,7 +16,9 @@
'use strict';
const {assert} = require('chai');
-const {execSync} = require('child_process');
+const cp... | refactor: wrap execSync with encoding: utf-8 (#<I>) | googleapis_nodejs-cloud-container | train | js |
9c22fc33121d4b4fdd6ae6decd366b31a901b0e4 | diff --git a/ehforwarderbot/__version__.py b/ehforwarderbot/__version__.py
index <HASH>..<HASH> 100644
--- a/ehforwarderbot/__version__.py
+++ b/ehforwarderbot/__version__.py
@@ -1,3 +1,3 @@
# coding=utf-8
-__version__ = "2.0.1.dev1"
+__version__ = "2.0.0" | fix: revert version number bump | blueset_ehForwarderBot | train | py |
cc539a71dcfd6777fa75f8de5c3ef4fcae59e954 | diff --git a/framework/core/js/src/forum/components/Post.js b/framework/core/js/src/forum/components/Post.js
index <HASH>..<HASH> 100644
--- a/framework/core/js/src/forum/components/Post.js
+++ b/framework/core/js/src/forum/components/Post.js
@@ -120,7 +120,7 @@ export default class Post extends Component {
/**
... | fix: `Post--by-actor` not showing when comparing user instances as `discussion.user()` is not loaded (#<I>) | flarum_core | train | js |
025b94c7814b8461d75d0a02ca60af79e4e82b1a | diff --git a/src/Application.php b/src/Application.php
index <HASH>..<HASH> 100644
--- a/src/Application.php
+++ b/src/Application.php
@@ -19,12 +19,14 @@ use Symfony\Component\Console\Output\OutputInterface;
use Symfony\Component\DependencyInjection\ContainerInterface;
use Symfony\Component\DependencyInjection\Conta... | fix: we must override dispatcher because it is private upstream | tobymackenzie_sy-console | train | php |
6cb6e26e2ca8b170d0918dc5be1c9ae94a0d942e | diff --git a/library/src/main/java/com/liulishuo/magicprogresswidget/MagicProgressCircle.java b/library/src/main/java/com/liulishuo/magicprogresswidget/MagicProgressCircle.java
index <HASH>..<HASH> 100644
--- a/library/src/main/java/com/liulishuo/magicprogresswidget/MagicProgressCircle.java
+++ b/library/src/main/java/... | refactor(MagicProgressCircle): effective invalidate when update footOverHead | lingochamp_MagicProgressWidget | train | java |
9b525e178922b8a2e6d91edcd4690aecbdbea064 | diff --git a/lib/server.js b/lib/server.js
index <HASH>..<HASH> 100755
--- a/lib/server.js
+++ b/lib/server.js
@@ -390,7 +390,7 @@ vantageServer.auth = function(middleware, options) {
throw new Error("Invalid middleware string passed into Vantage.auth: " + middleware);
} else {
var fn = middleware.call(t... | fix(auth): Fix auth registration to the parent vantage, not the server | dthree_vantage | train | js |
3549e29c381ba8381ad1009c01bd363c689d7cf2 | diff --git a/packages/pob/lib/generators/common/babel/index.js b/packages/pob/lib/generators/common/babel/index.js
index <HASH>..<HASH> 100644
--- a/packages/pob/lib/generators/common/babel/index.js
+++ b/packages/pob/lib/generators/common/babel/index.js
@@ -569,7 +569,9 @@ module.exports = class BabelGenerator extends... | feat: exports package.json by default | christophehurpeau_pob-lerna | train | js |
104fda5667b87019f9ead73c34f3ffa4d1bf03e9 | diff --git a/src/dna-template-component.js b/src/dna-template-component.js
index <HASH>..<HASH> 100644
--- a/src/dna-template-component.js
+++ b/src/dna-template-component.js
@@ -30,7 +30,7 @@ export const TemplateMixin = (SuperClass) => class extends SuperClass {
constructor() {
super();
let tem... | refactor: improve template property handling | chialab_dna | train | js |
fb0674145d8a6a2ade48ca6003ea28cd80214228 | diff --git a/examples/docgen/docs/.vuepress/config.js b/examples/docgen/docs/.vuepress/config.js
index <HASH>..<HASH> 100644
--- a/examples/docgen/docs/.vuepress/config.js
+++ b/examples/docgen/docs/.vuepress/config.js
@@ -15,6 +15,7 @@ module.exports = async () => {
)
return {
+ base: "/docgen/",
dest: path.... | docs: repair docgen example | vue-styleguidist_vue-styleguidist | train | js |
84af7b1286ce3813fce18a6d7068a09f9b48eed5 | diff --git a/javascript/node/selenium-webdriver/http/index.js b/javascript/node/selenium-webdriver/http/index.js
index <HASH>..<HASH> 100644
--- a/javascript/node/selenium-webdriver/http/index.js
+++ b/javascript/node/selenium-webdriver/http/index.js
@@ -213,6 +213,7 @@ function sendRequest(options, onOk, onError, opt_... | fix(nodejs): include auth in same domain redirects (#<I>) | SeleniumHQ_selenium | train | js |
434de23e9ad5123b0b19ad5ac4339715ec954d3e | diff --git a/frigg_worker/fetcher.py b/frigg_worker/fetcher.py
index <HASH>..<HASH> 100644
--- a/frigg_worker/fetcher.py
+++ b/frigg_worker/fetcher.py
@@ -123,5 +123,5 @@ def upgrade():
pip.main(['install', '-U', 'frigg-worker'])
pip.main(['install', '-U', 'frigg-settings'])
pip.main(['install', '-U', 'f... | fix(deps): Set correct ref to docker-wrapper in fetcher | frigg_frigg-worker | train | py,py |
56781cbcfd0e8768958654489fe5c4ac75a2ae34 | diff --git a/system/Router/Router.php b/system/Router/Router.php
index <HASH>..<HASH> 100644
--- a/system/Router/Router.php
+++ b/system/Router/Router.php
@@ -125,6 +125,8 @@ class Router implements RouterInterface
$this->method = $this->collection->getDefaultMethod();
$this->collection->setHTTP... | refactor: move property initialization to constructor | codeigniter4_CodeIgniter4 | train | php |
408ef69c6c65141b8d11d8513c34c9d2795fd67b | diff --git a/packages/pob/lib/generators/monorepo/index.js b/packages/pob/lib/generators/monorepo/index.js
index <HASH>..<HASH> 100644
--- a/packages/pob/lib/generators/monorepo/index.js
+++ b/packages/pob/lib/generators/monorepo/index.js
@@ -18,6 +18,12 @@ const getAppTypes = (configs) => {
return [...appTypes];
}... | fix: missing dist prettierignore monorepo with lib | christophehurpeau_pob-lerna | train | js |
9f2224faf1830f70a96e42ec0fecd7bd2cc38269 | diff --git a/packages/tree-view/src/TreeItem.js b/packages/tree-view/src/TreeItem.js
index <HASH>..<HASH> 100644
--- a/packages/tree-view/src/TreeItem.js
+++ b/packages/tree-view/src/TreeItem.js
@@ -10,11 +10,9 @@ const TreeItem = props => {
collapsed,
defaultCollapsed,
expandByDoubleClick,
- getKeybo... | refactor: switch internal props to ...otherProps | Autodesk_hig | train | js |
3ca6d0ef9ad6d7c21f252c390674907952f653ee | diff --git a/views/js/qtiCreator/helper/xincludeRenderer.js b/views/js/qtiCreator/helper/xincludeRenderer.js
index <HASH>..<HASH> 100644
--- a/views/js/qtiCreator/helper/xincludeRenderer.js
+++ b/views/js/qtiCreator/helper/xincludeRenderer.js
@@ -74,7 +74,7 @@ define([
//reload the wiget to rfr... | fix: fix passage css format on Items | oat-sa_extension-tao-itemqti | train | js |
2c186cd02ecc4360489748d8cf203f16c36bd4e2 | diff --git a/lib/components/form/settings-selector-panel.js b/lib/components/form/settings-selector-panel.js
index <HASH>..<HASH> 100644
--- a/lib/components/form/settings-selector-panel.js
+++ b/lib/components/form/settings-selector-panel.js
@@ -208,13 +208,13 @@ class SettingsSelectorPanel extends Component {
... | feat(form): Change styling/alignment of mode selection buttons | opentripplanner_otp-react-redux | train | js |
11eef251b2348d1c895e70911ff4ad9d58e8cd19 | diff --git a/superset/db_engine_specs/base.py b/superset/db_engine_specs/base.py
index <HASH>..<HASH> 100644
--- a/superset/db_engine_specs/base.py
+++ b/superset/db_engine_specs/base.py
@@ -1255,6 +1255,14 @@ class BaseEngineSpec: # pylint: disable=too-many-public-methods
)
@classmethod
+ def is_se... | feat: Add "is_select_query" method to base engine spec to make it possible to override it (#<I>) | apache_incubator-superset | train | py,py |
ba86f518847c50fb689450691f52d180883af3a9 | diff --git a/routing.go b/routing.go
index <HASH>..<HASH> 100644
--- a/routing.go
+++ b/routing.go
@@ -509,12 +509,13 @@ func (dht *IpfsDHT) FindProviders(ctx context.Context, c cid.Cid) ([]peer.AddrIn
// Peers will be returned on the channel as soon as they are found, even before
// the search query completes.
func... | fix: return a closed channel from FindProvidersAsync when providers are disabled. | libp2p_go-libp2p-kad-dht | train | go |
68e1c7f58a32587f67130bd336dfd20bf78b6ae4 | 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
@@ -105,6 +105,12 @@ function handleWebsocket(socket, clientIp, callback) {
if (filter.rule) {
plugin = null;
}
+ if (!_rules.host) {
+ var _pluginRules = r... | refactor: show plugins rules in overview | avwo_whistle | train | js,js |
1a99e7b7f4b7f220c515a2db41145129f4e8393f | diff --git a/packages/puppeteer-extra-plugin-stealth/evasions/user-agent-override/index.test.js b/packages/puppeteer-extra-plugin-stealth/evasions/user-agent-override/index.test.js
index <HASH>..<HASH> 100644
--- a/packages/puppeteer-extra-plugin-stealth/evasions/user-agent-override/index.test.js
+++ b/packages/puppete... | chore(plugin-stealth): Fix tests for TravisCI | berstend_puppeteer-extra | train | js |
07a03e6fcc69916f8ba447f3adba1d243048de62 | diff --git a/packages/xod-fs/src/utils.js b/packages/xod-fs/src/utils.js
index <HASH>..<HASH> 100644
--- a/packages/xod-fs/src/utils.js
+++ b/packages/xod-fs/src/utils.js
@@ -10,25 +10,21 @@ export const resolvePath = R.compose(
);
// :: string -> boolean
-export const isDirectoryExists = R.compose(
- R.tryCatch(
... | refactor(xod-fs): refactor `isFileExists` and `isDirectoryExists` functions | xodio_xod | train | js |
cbc65c7f311a366aa3618a18c1a439a72f482218 | diff --git a/scripts/partialBuild.js b/scripts/partialBuild.js
index <HASH>..<HASH> 100644
--- a/scripts/partialBuild.js
+++ b/scripts/partialBuild.js
@@ -12,7 +12,7 @@ rollupConfig.plugins.push(partialBuildPlugin);
rollup.rollup(rollupConfig).then(function(bundle) {
return bundle.generate(rollupConfig.output);
})... | fix: partial build (#<I>)
* fixed partial build output
* write multiple chunks | ramda_ramda | train | js |
0530d5909e9ca420ac668fde858c7c56a85bdfe4 | diff --git a/src/Lucid/QueryBuilder/methods.js b/src/Lucid/QueryBuilder/methods.js
index <HASH>..<HASH> 100644
--- a/src/Lucid/QueryBuilder/methods.js
+++ b/src/Lucid/QueryBuilder/methods.js
@@ -451,6 +451,8 @@ methods.scope = function (target) {
*/
methods.ids = function (target) {
return function () {
+ cons... | fix(soft-deletes): pairs and ids ignore soft deleted
Closes #<I> | adonisjs_adonis-lucid | train | js |
312d0b5b357c70be3ffcc91c13a0b8b78a12821f | diff --git a/test.js b/test.js
index <HASH>..<HASH> 100644
--- a/test.js
+++ b/test.js
@@ -7,9 +7,20 @@ var sut = require("./index");
var lib = require("./lib");
var quick_check = function (describe_string, it_string, it_func) {
return describe(describe_string, function () {
- return _.times(500, function (n) {... | test(quick_check): add sanity check on number of tests executed | janraasch_javascript-commitment | train | js |
e188020a7f484dc10ebbad76ab2defd2da56a6e2 | diff --git a/testRunner.js b/testRunner.js
index <HASH>..<HASH> 100755
--- a/testRunner.js
+++ b/testRunner.js
@@ -139,6 +139,7 @@ async function check(file) {
result = result.split(' - undefined').join('x');
result = result.split(' `undefined`').join('x');
result = re... | fix: more undefined in text fields | Mermade_widdershins | train | js |
61f63bd9e8f576c4b7b673171dc7262bd3c26ae8 | diff --git a/test/integration.js b/test/integration.js
index <HASH>..<HASH> 100644
--- a/test/integration.js
+++ b/test/integration.js
@@ -35,20 +35,20 @@ test('should work with a single pid', async t => {
test('should work with an array of pids', async t => {
const child = spawn(
'node',
- ['-e', 'console.... | test: os x deterministic | soyuka_pidusage | train | js |
b54dfe5052226ad5c353208b039b06adf4da51f5 | diff --git a/packages/plugin-phone/src/call.js b/packages/plugin-phone/src/call.js
index <HASH>..<HASH> 100644
--- a/packages/plugin-phone/src/call.js
+++ b/packages/plugin-phone/src/call.js
@@ -832,11 +832,14 @@ const Call = SparkPlugin.extend({
offerToReceiveAudio: recvOnly || !!options.constraints.audio,
... | fix(plugin-phone): Fix options setting for _join | webex_spark-js-sdk | train | js |
09637a30fa00f86fe81a3191069304effb44cbd5 | diff --git a/test/test.js b/test/test.js
index <HASH>..<HASH> 100644
--- a/test/test.js
+++ b/test/test.js
@@ -96,15 +96,23 @@ describe('node-serialize', function () {
'',
'http://www.w3.org/1999/xhtml'
);
-
- // Some older browsers require the DOCTYPE to be within a Document,
- // otherwise th... | test: add HTML5 Doctype test, for <I>% test code coverage! | webmodules_dom-serialize | train | js |
c65bf5bbc6f8829849b58fbdd18704672b20b51b | diff --git a/core/src/elements/ons-fab.js b/core/src/elements/ons-fab.js
index <HASH>..<HASH> 100755
--- a/core/src/elements/ons-fab.js
+++ b/core/src/elements/ons-fab.js
@@ -72,6 +72,13 @@ export default class FabElement extends BaseElement {
*/
init() {
+ // The following statements can be executed before... | fix(ons-fab): Execute this.show() and some statements before contentReady. | OnsenUI_OnsenUI | train | js |
f7a8564c52f39e57c335ca1c522ca64f835f9080 | diff --git a/packages/cli/utils/PluginsContainer.js b/packages/cli/utils/PluginsContainer.js
index <HASH>..<HASH> 100644
--- a/packages/cli/utils/PluginsContainer.js
+++ b/packages/cli/utils/PluginsContainer.js
@@ -35,6 +35,10 @@ module.exports = class PluginsContainer {
return Array.from(plugins);
}
+ ... | fix: add missing findByType method | Webiny_webiny-js | train | js |
d0b48fd6fbbe141f9872c5c1686a27b8e84c75c8 | diff --git a/src/main/java/se/bjurr/gitchangelog/api/GitChangelogApiConstants.java b/src/main/java/se/bjurr/gitchangelog/api/GitChangelogApiConstants.java
index <HASH>..<HASH> 100644
--- a/src/main/java/se/bjurr/gitchangelog/api/GitChangelogApiConstants.java
+++ b/src/main/java/se/bjurr/gitchangelog/api/GitChangelogApi... | fix: not removing issue from message by default | tomasbjerre_git-changelog-lib | train | java |
602de65e07c64143f768567430b050be6c41a151 | diff --git a/src/Matcher.php b/src/Matcher.php
index <HASH>..<HASH> 100644
--- a/src/Matcher.php
+++ b/src/Matcher.php
@@ -7,7 +7,7 @@ class Matcher
private static $rules = [
"/^(true|false)$/i" => '_parseBooleanConstant',
"/^(['\"])(?:(?!\\1).)*\\1$/" => '_parseStringConstant',
- "/^[a-zA... | fix: identifiers can be more than one char long | functional-php_pattern-matching | train | php,php |
5cb32f8241e57614a89fb5ab06afeb43a824c62f | diff --git a/views/js/layout/actions.js b/views/js/layout/actions.js
index <HASH>..<HASH> 100644
--- a/views/js/layout/actions.js
+++ b/views/js/layout/actions.js
@@ -311,6 +311,14 @@ define([
action = _.find(actions, {name : actionName});
}
return action;
+ },
+
+ ... | chore(action-manager): add method to get resourceContext | oat-sa_tao-core | train | js |
2996273ade4eface95ecdce8a2fee36c14dfe8e6 | diff --git a/app/models/has_vcards/concerns/has_vcards.rb b/app/models/has_vcards/concerns/has_vcards.rb
index <HASH>..<HASH> 100644
--- a/app/models/has_vcards/concerns/has_vcards.rb
+++ b/app/models/has_vcards/concerns/has_vcards.rb
@@ -27,7 +27,8 @@ module HasVcards
def vcard_with_autobuild
vcard... | fix: alias_method_chain is deprecated, replaced with alias_method | huerlisi_has_vcards | train | rb,rb |
d06a7bd6f5ff04a16f84780a611ec46bb68a16fc | diff --git a/platform/nativescript/runtime/components/frame.js b/platform/nativescript/runtime/components/frame.js
index <HASH>..<HASH> 100644
--- a/platform/nativescript/runtime/components/frame.js
+++ b/platform/nativescript/runtime/components/frame.js
@@ -22,6 +22,16 @@ export default {
required: false,
... | feat(frame): allow setting clearHistory and backstackVisible options for default pages. (#<I>) | nativescript-vue_nativescript-vue | train | js |
9bf60f26b45577de80e5ba7652f52e9238640795 | diff --git a/detox/src/index.js b/detox/src/index.js
index <HASH>..<HASH> 100644
--- a/detox/src/index.js
+++ b/detox/src/index.js
@@ -6,7 +6,7 @@ const argparse = require('./utils/argparse');
const InvocationManager = require('./invoke').InvocationManager;
const configuration = require('./configuration');
-log.lev... | fix: ReferenceError: loglevel is not defined | wix_Detox | train | js |
047b745110ff445ca1bd2caf9b721320cea245f3 | diff --git a/packages/webiny-app-cms/src/editor/plugins/defaultBar/components/PublishPageButton.js b/packages/webiny-app-cms/src/editor/plugins/defaultBar/components/PublishPageButton.js
index <HASH>..<HASH> 100644
--- a/packages/webiny-app-cms/src/editor/plugins/defaultBar/components/PublishPageButton.js
+++ b/package... | fix: show "publish changes" instead of just "publish" when editing a new revision (#<I>) | Webiny_webiny-js | train | js |
4c995d3bc9bfe9c5c01777ba760762d6fb3c4db6 | diff --git a/apps/actor-web/src/app/components/common/MessageItem.react.js b/apps/actor-web/src/app/components/common/MessageItem.react.js
index <HASH>..<HASH> 100644
--- a/apps/actor-web/src/app/components/common/MessageItem.react.js
+++ b/apps/actor-web/src/app/components/common/MessageItem.react.js
@@ -112,9 +112,7 ... | fix(web): removed unnessesary console.log | actorapp_actor-platform | train | js |
036346b604db75f2936ee6571031b88f68b52493 | diff --git a/reposerver/repository/repository.go b/reposerver/repository/repository.go
index <HASH>..<HASH> 100644
--- a/reposerver/repository/repository.go
+++ b/reposerver/repository/repository.go
@@ -1117,7 +1117,8 @@ func (s *Service) GetAppDetails(ctx context.Context, q *apiclient.RepoServerAppD
continue
... | fix: file exention comparisons are case sensitive (#<I>) | argoproj_argo-cd | train | go |
25ec3f3c3add7964570383cd3c9592946152baf5 | diff --git a/tests/selenium_test.go b/tests/selenium_test.go
index <HASH>..<HASH> 100644
--- a/tests/selenium_test.go
+++ b/tests/selenium_test.go
@@ -1,3 +1,5 @@
+// +build selenium
+
/*
* Copyright (C) 2017 Red Hat, Inc.
* | test: restrict selenium tests runs only in selenium ci job
Change-Id: I<I>aa<I>ab<I>a<I>a<I>a<I>c5ce7bbc<I>
Reviewed-on: <URL> | skydive-project_skydive | train | go |
1da7699321468efda4b8002530e711f99015c7df | diff --git a/src/components/DatePicker/index.js b/src/components/DatePicker/index.js
index <HASH>..<HASH> 100644
--- a/src/components/DatePicker/index.js
+++ b/src/components/DatePicker/index.js
@@ -165,13 +165,11 @@ class DatePickerComponent extends Component {
}
}
-function DatePicker({ locale, ...rest }) {
-... | fix: warning 'Function components cannot be given refs' on DatePicker component (#<I>) | 90milesbridge_react-rainbow | train | js |
aeeb94e04f41a4632e566139d51f075a6938d4da | diff --git a/src/utils/clean-cid.js b/src/utils/clean-cid.js
index <HASH>..<HASH> 100644
--- a/src/utils/clean-cid.js
+++ b/src/utils/clean-cid.js
@@ -7,6 +7,9 @@ module.exports = function (cid) {
if (Buffer.isBuffer(cid)) {
cid = bs58.encode(cid)
}
+ if (CID.isCID(cid)) {
+ cid = cid.toBaseEncodedString... | feat: add ability to files.cat with a cid instance
License: MIT | ipfs_js-ipfs | train | js |
4775b223d35dc896534b6b767b026977722c6e5a | diff --git a/src/components/Picklist/index.js b/src/components/Picklist/index.js
index <HASH>..<HASH> 100644
--- a/src/components/Picklist/index.js
+++ b/src/components/Picklist/index.js
@@ -76,6 +76,7 @@ class Picklist extends Component {
this.outsideClick.startListening(this.containerRef.current, (_, eve... | fix: `onBlur` event on Picklist fires on click (#<I>)
* fix: `onBlur` event on Picklist fires on click
* fix: fire onBlur event on outside click | 90milesbridge_react-rainbow | train | js |
2f56d4260d67d5ba7529b06dbbb9b005d0b6d2bd | diff --git a/hardware/opentrons_hardware/hardware_control/constants.py b/hardware/opentrons_hardware/hardware_control/constants.py
index <HASH>..<HASH> 100644
--- a/hardware/opentrons_hardware/hardware_control/constants.py
+++ b/hardware/opentrons_hardware/hardware_control/constants.py
@@ -2,5 +2,5 @@
from typing_exte... | refactor(CAN): <I>khz is the frequency of the interrupt. And the frequency of the interrupt is <I>khz. (#<I>) | Opentrons_opentrons | train | py |
9d2e6aa85a93e56113157a2cb9ef729b497b54d6 | diff --git a/src/Http/Routes/Squads/Routes.php b/src/Http/Routes/Squads/Routes.php
index <HASH>..<HASH> 100644
--- a/src/Http/Routes/Squads/Routes.php
+++ b/src/Http/Routes/Squads/Routes.php
@@ -56,7 +56,7 @@ Route::prefix('/{squad}')
// update a squad
Route::put('/')
->name('squads.updat... | fix(squads): address a typo in update route | eveseat_web | train | php |
6b7fd29a344b1ddaa02ebd5319a3bb6877ed14e7 | diff --git a/ui/src/components/img/QImg.js b/ui/src/components/img/QImg.js
index <HASH>..<HASH> 100644
--- a/ui/src/components/img/QImg.js
+++ b/ui/src/components/img/QImg.js
@@ -64,6 +64,14 @@ export default Vue.extend({
url () {
return this.currentSrc || this.placeholderSrc || void 0
+ },
+
+ attr... | fix(QImg): always render "role" attribute | quasarframework_quasar | train | js |
98406fbe52f6f2998d17b1096ef8f28e982b1521 | diff --git a/src/store.js b/src/store.js
index <HASH>..<HASH> 100644
--- a/src/store.js
+++ b/src/store.js
@@ -53,6 +53,8 @@ export class Store {
this._highlightPreTag = '<em>';
this._highlightPostTag = '</em>';
+ this._cacheEnabled = true;
+
this.algoliaHelper = helper;
}
@@ -355,11 +357,25 @@... | feat(store): add methods to interact with cache
Closes: #<I> | algolia_vue-instantsearch | train | js |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.