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 |
|---|---|---|---|---|---|
d7081fadb18c3e26b9052b472fab82c2923ffb9f | diff --git a/lib/git.js b/lib/git.js
index <HASH>..<HASH> 100644
--- a/lib/git.js
+++ b/lib/git.js
@@ -143,10 +143,10 @@ async function verifyTagName(tagName) {
*
* @param {String} branch The repository branch for which to verify status.
*
- * @return {Boolean} `true` is the HEAD of the current local branch is th... | fix: use `git rev-parse origin/${branch}` to verify origin head | semantic-release_semantic-release | train | js |
f1702989801600c4f6fca19fcef9845736486326 | diff --git a/actions/issues/src/plugins/add-triage-label.js b/actions/issues/src/plugins/add-triage-label.js
index <HASH>..<HASH> 100644
--- a/actions/issues/src/plugins/add-triage-label.js
+++ b/actions/issues/src/plugins/add-triage-label.js
@@ -16,7 +16,7 @@ const plugin = {
conditions: [events.issues.opened],
... | fix(actions): update role list to include MEMBER | carbon-design-system_carbon-components | train | js |
462f452ccc76d7ad8fec2273573c1559afa2eccf | diff --git a/tests/unit/modules/test_ini_manage.py b/tests/unit/modules/test_ini_manage.py
index <HASH>..<HASH> 100644
--- a/tests/unit/modules/test_ini_manage.py
+++ b/tests/unit/modules/test_ini_manage.py
@@ -52,13 +52,16 @@ class IniManageTestCase(TestCase):
maxDiff = None
- def setUp(self, linesep=os.li... | fix(linting): errors | saltstack_salt | train | py |
2d3c1b6b4508c7aedf4f40716b91adade68b63f1 | diff --git a/src/core/components/init-assets.js b/src/core/components/init-assets.js
index <HASH>..<HASH> 100644
--- a/src/core/components/init-assets.js
+++ b/src/core/components/init-assets.js
@@ -26,7 +26,7 @@ module.exports = function addDefaultAssets (self, log, callback) {
if (file.path === 'init-docs') {
... | fix: get started command (#<I>)
License: MIT | ipfs_js-ipfs | train | js |
9ff9fc8fdb9d6b350fe139afd437bea5e3948a55 | diff --git a/packages/uikit-workshop/src/scripts/components/pl-nav/pl-nav.js b/packages/uikit-workshop/src/scripts/components/pl-nav/pl-nav.js
index <HASH>..<HASH> 100755
--- a/packages/uikit-workshop/src/scripts/components/pl-nav/pl-nav.js
+++ b/packages/uikit-workshop/src/scripts/components/pl-nav/pl-nav.js
@@ -244,7... | fix: fix for the PL nav incorrectly auto-closing in certain situations | bolt-design-system_bolt | train | js |
cd376389fa6c4a67af0cff05b78822bff67f5d70 | diff --git a/ui/src/utils/private/global-dialog.js b/ui/src/utils/private/global-dialog.js
index <HASH>..<HASH> 100644
--- a/ui/src/utils/private/global-dialog.js
+++ b/ui/src/utils/private/global-dialog.js
@@ -147,14 +147,14 @@ export default function (DefaultComponent, supportsCustomComponent, parentApp) {
app... | fix(DialogPlugin): wait a nextTick before show because dialogRef.value is always null #<I> (#<I>)
#<I> | quasarframework_quasar | train | js |
16db39d44af5e3f774ba6b1563385740a674015c | diff --git a/www/locales.js b/www/locales.js
index <HASH>..<HASH> 100644
--- a/www/locales.js
+++ b/www/locales.js
@@ -54,7 +54,8 @@ Locales = (function() {
applicationTitle = '';
}
localeObject = customLocale || locales[language] || locales[language.split(/-/)[0]] || locales[LOCALE_DEFAULT];
- loca... | fix: use default locale entries as fallback if the entries are not set for a given locale | pushandplay_cordova-plugin-apprate | train | js |
d46aa65d937fc782b25e1982a5574a3f9578d3bf | diff --git a/test/http-api/interface.js b/test/http-api/interface.js
index <HASH>..<HASH> 100644
--- a/test/http-api/interface.js
+++ b/test/http-api/interface.js
@@ -89,14 +89,7 @@ describe('interface-ipfs-core over ipfs-http-client tests', function () {
}
}), overrides))
- tests.object(commonFactory, {
- ... | test: unskip object.stat test (#<I>) | ipfs_js-ipfs | train | js |
eed2f3cd9e21d34b10ae0235aae42bc910a9290f | diff --git a/src/scripts/services/famous.js b/src/scripts/services/famous.js
index <HASH>..<HASH> 100644
--- a/src/scripts/services/famous.js
+++ b/src/scripts/services/famous.js
@@ -93,6 +93,20 @@ require(requirements, function(/*args*/) {
/**
* @ngdoc method
+ * @name $famousProvider#getIsolate
+ ... | refactor: adding simple method to get isolate from scope | Famous_famous-angular | train | js |
6050dbb2b78ef184de71c9c26c903f1133699757 | diff --git a/lib/promisifyAll.js b/lib/promisifyAll.js
index <HASH>..<HASH> 100644
--- a/lib/promisifyAll.js
+++ b/lib/promisifyAll.js
@@ -58,9 +58,11 @@ function _promisifyAll(suffix, filter, obj, key, target, depth) {
iterate(suffix, filter, obj.prototype, obj.prototype, depth, memo);
break;
case 'object... | fix(promisifyAll): fix not to cause TypeError even if null is included | suguru03_aigle | train | js,js |
9df704e838c198b5eff355d2374369c16945d5d9 | diff --git a/api.js b/api.js
index <HASH>..<HASH> 100644
--- a/api.js
+++ b/api.js
@@ -458,7 +458,7 @@ function setDefaultArgv(internals, isModule) {
'force-exit': false,
'sql-file': false,
'non-transactional': false,
- config: internals.configFile || 'database.json',
+ config: internals.... | fix(api): fix introduced undefined behavior of specified configs
internal.cwd added again, which is needed. | db-migrate_node-db-migrate | train | js |
42822675457902ac10964a3097f6d397e85e5549 | diff --git a/src/Commands/New/index.js b/src/Commands/New/index.js
index <HASH>..<HASH> 100644
--- a/src/Commands/New/index.js
+++ b/src/Commands/New/index.js
@@ -42,6 +42,7 @@ class NewApp extends Command {
{ --branch?=@value : Specify git branch for project blueprint }
{ --skip-install : Do not install modu... | feat(new): add --dev flag to the new command | adonisjs_adonis-cli | train | js |
132dbfb46c590d2edab5b7fb405e74025b8c2782 | diff --git a/packages/react/src/components/DataTable/TableHeader.js b/packages/react/src/components/DataTable/TableHeader.js
index <HASH>..<HASH> 100644
--- a/packages/react/src/components/DataTable/TableHeader.js
+++ b/packages/react/src/components/DataTable/TableHeader.js
@@ -64,7 +64,12 @@ const TableHeader = React.... | fix(data-table): also add ref to non-sortable branch in TableHeader (#<I>)
* fix: also add ref to non sortable branch
* Update packages/react/src/components/DataTable/TableHeader.js | carbon-design-system_carbon-components | train | js |
21879c8a0e46b0c0dd0a90a40ad2a080cc6319f5 | diff --git a/intranet/apps/eighth/views/attendance.py b/intranet/apps/eighth/views/attendance.py
index <HASH>..<HASH> 100644
--- a/intranet/apps/eighth/views/attendance.py
+++ b/intranet/apps/eighth/views/attendance.py
@@ -232,10 +232,7 @@ def take_attendance_view(request, scheduled_activity_id):
except EighthSche... | refactor(eighth): simplify if statement | tjcsl_ion | train | py |
a5773c0eb9f208e5eb49f5a6bd06ab60dcda2170 | diff --git a/lib/repository-docs.js b/lib/repository-docs.js
index <HASH>..<HASH> 100644
--- a/lib/repository-docs.js
+++ b/lib/repository-docs.js
@@ -21,6 +21,7 @@ module.exports = {
async function updateRepoDoc (installationId, doc) {
const fullName = doc.fullName
const greenkeeperConfigFile = await getGreenke... | fix(repository-docs): always update the greenkeeper section in the repoDoc | greenkeeperio_greenkeeper | train | js |
c7582ee1f2b17a905f2645a3fc781215644eedc8 | diff --git a/source/rafcon/core/global_variable_manager.py b/source/rafcon/core/global_variable_manager.py
index <HASH>..<HASH> 100644
--- a/source/rafcon/core/global_variable_manager.py
+++ b/source/rafcon/core/global_variable_manager.py
@@ -211,7 +211,6 @@ class GlobalVariableManager(Observable):
ret... | fix(gvm): fix lock_variable
delete obsolete finally block | DLR-RM_RAFCON | train | py |
fe84405db7886a32fc374b8d5d98e93abbc7d465 | diff --git a/src/core/services/ripple/ripple.spec.js b/src/core/services/ripple/ripple.spec.js
index <HASH>..<HASH> 100644
--- a/src/core/services/ripple/ripple.spec.js
+++ b/src/core/services/ripple/ripple.spec.js
@@ -131,7 +131,7 @@ describe('mdInkRipple directive', function() {
ripple = container.children('... | fix(ripple): Fix failing spec.
The spec overrides getComputedStyle which was causing an issue
when the tests were run with jQuery.
Fix by removing call to `.css('background-color')` and replacing it
with standard JS `.style.backgroundColor`. | angular_material | train | js |
e3586be534962231bba92fecbcbbdb666fff35df | diff --git a/test/index.js b/test/index.js
index <HASH>..<HASH> 100644
--- a/test/index.js
+++ b/test/index.js
@@ -61,6 +61,9 @@ test('cache read function', t => {
})
test('should call cache function by default', t => {
+ t.skip('disabled test')
+ t.end()
+
const cacheFn = spy()
const handler = superapiCach... | test(cache): disable some failing tests while refactoring | RasCarlito_axios-cache-adapter | train | js |
99561761ae49f76d997dccd2b6e135011bf640bf | 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
@@ -26,7 +26,7 @@ Api.prototype = {
}
if (!path) {
- throw new Error('path is not defined for route $' + id)
+ throw new Error('path is not defined for rou... | style(jshint): fix some issues with linting | stephanebachelier_superapi | train | js |
ee2604a29b9031cc9ec01347604e2cb953a5bbaf | diff --git a/docusaurus/docusaurus.config.js b/docusaurus/docusaurus.config.js
index <HASH>..<HASH> 100644
--- a/docusaurus/docusaurus.config.js
+++ b/docusaurus/docusaurus.config.js
@@ -77,7 +77,7 @@ module.exports = {
sidebarPath: require.resolve('./sidebars.js'),
// Please change this to your r... | fix(dinosaurdocs): fixes broken editUrl | Availity_availity-react | train | js |
f4638fe84928f36431bd6268ba2cefe716b166d0 | diff --git a/src/index.js b/src/index.js
index <HASH>..<HASH> 100644
--- a/src/index.js
+++ b/src/index.js
@@ -28,7 +28,7 @@ function txmethod (name, f) {
const propsFn = props2Fn(props)
const handler = el => f(propsFn(), el)
return function (vnode) {
- if (!vnode || !vnode.props) ... | fix: nbsp typo | zaceno_hyperapp-transitions | train | js |
6ba1701e728d2d67f1ea7bb6de1ea1b7b7a8c5a5 | diff --git a/modules/search-filter/js/search-filter_directive.js b/modules/search-filter/js/search-filter_directive.js
index <HASH>..<HASH> 100644
--- a/modules/search-filter/js/search-filter_directive.js
+++ b/modules/search-filter/js/search-filter_directive.js
@@ -139,7 +139,7 @@
return;
... | fix(search-filter): typo in function name | lumapps_lumX | train | js |
7a43f1d0894d40d6e8d38c12d1aa6ae97d908486 | diff --git a/lib/rules/dns.js b/lib/rules/dns.js
index <HASH>..<HASH> 100644
--- a/lib/rules/dns.js
+++ b/lib/rules/dns.js
@@ -121,7 +121,7 @@ module.exports = function lookup(hostname, callback, allowDnsCache) {
if (host) {
callback(null, host.ip);
fastUpdateHost(host);
- return host;
+ return host.... | refactor: Add dnsResolve to node-pac | avwo_whistle | train | js |
efe90be5a243812668ac292838538bda73bd6ff9 | diff --git a/jest.config.js b/jest.config.js
index <HASH>..<HASH> 100644
--- a/jest.config.js
+++ b/jest.config.js
@@ -6,5 +6,11 @@ module.exports = {
'/__tests__/projects/',
'/generator/templates',
'.*.helper.js'
+ ],
+ collectCoverageFrom: [
+ 'index.js',
+ 'generator/index.js',
+ 'lib/testW... | fix(tests): don't collect coverage from test helpers | nklayman_vue-cli-plugin-electron-builder | train | js |
31b514df9bbf7a70aa9b0a858d27f03e1b9cf187 | diff --git a/blitzdb/backends/file/__init__.py b/blitzdb/backends/file/__init__.py
index <HASH>..<HASH> 100644
--- a/blitzdb/backends/file/__init__.py
+++ b/blitzdb/backends/file/__init__.py
@@ -1,4 +1,4 @@
-from blitzdb.backends.file.backend import Backend
-from blitzdb.backends.file.index import Index, TransactionalI... | refactor: make some imports relative. | adewes_blitzdb | train | py,py |
d7fb81c93bcd1754ebec7f097885426ee1b189b3 | diff --git a/lib/gruff/base.rb b/lib/gruff/base.rb
index <HASH>..<HASH> 100644
--- a/lib/gruff/base.rb
+++ b/lib/gruff/base.rb
@@ -940,9 +940,7 @@ module Gruff
end
def calculate_legend_label_widths_for_each_line(legend_labels, legend_square_width)
- # May fix legend drawing problem at small sizes
- ... | chore: Cleanup calculate_legend_label_widths_for_each_line() method | topfunky_gruff | train | rb |
d1dbfe1023b51db491c759a981a1d6ccedd0cf9b | diff --git a/src/server/lib/oauth/state-handler.js b/src/server/lib/oauth/state-handler.js
index <HASH>..<HASH> 100644
--- a/src/server/lib/oauth/state-handler.js
+++ b/src/server/lib/oauth/state-handler.js
@@ -41,7 +41,7 @@ export async function handleCallback (req, res) {
export async function handleSignin (req, res... | fix: truly replace .flat() to support Node <<I> again (#<I>) | iaincollins_next-auth | train | js |
b99b39501523b3995b8ba5736c12d249c1ac85bf | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -168,7 +168,7 @@ class CrawlKit {
max: self.concurrency,
min: 1,
log: (message, level) => {
- poolDebug[level] = poolDebug[level] || d(`pool:${level}`);
+ po... | fix: make pool logging part of crawlkit | crawlkit_crawlkit | train | js |
07c9c062de6e87e9dc5e82dffa8351cb6547c34a | diff --git a/src/Tooltip/TooltipContent.js b/src/Tooltip/TooltipContent.js
index <HASH>..<HASH> 100644
--- a/src/Tooltip/TooltipContent.js
+++ b/src/Tooltip/TooltipContent.js
@@ -27,8 +27,10 @@ const styles = theme => ({
},
body: {
fontSize: theme.tooltip.fontSize,
+ fontWeight: theme.tooltip.fontWeight,
... | feat: added new theme props for tooltip | rambler-digital-solutions_rambler-ui | train | js,js |
4b3127509a794a5e4d4eacba784b9aebce6b6853 | diff --git a/lib/fastRealpath.js b/lib/fastRealpath.js
index <HASH>..<HASH> 100644
--- a/lib/fastRealpath.js
+++ b/lib/fastRealpath.js
@@ -1,17 +1,23 @@
const os = require('os');
const fs = require('fs');
-// Use faster realpath whenever possible
-const binding = process.binding('fs');
+var binding = null;
+try {
+... | fix: use `fs.realpath.native` when it's available | ahwayakchih_serve-files | train | js |
b57c3e78b96d5a29f4bce18cf74c56db2d079c7c | 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
@@ -63,6 +63,7 @@ exports.handleConnect = function(req, res) {
frameId: getFrameId(),
isClient: true,
charset: charset,
+ length: chunk.length,
... | refactor: Show the length of data | avwo_whistle | train | js |
64f9d71d2213a0b18d1e87a00156cca0572fe03a | diff --git a/packages/pseudolocalize/test/integration/bin/p7e.js b/packages/pseudolocalize/test/integration/bin/p7e.js
index <HASH>..<HASH> 100644
--- a/packages/pseudolocalize/test/integration/bin/p7e.js
+++ b/packages/pseudolocalize/test/integration/bin/p7e.js
@@ -4,6 +4,8 @@ const childProcess = require("child_proce... | chore(pseudolocalize): Bump the timeout on the `p7e` bin test to <I>s.
Slow on my (<I> year old) computer. | randytarampi_me | train | js |
dc89bc6efda9f901b15e347fb020152ecebf539a | diff --git a/src/index.js b/src/index.js
index <HASH>..<HASH> 100644
--- a/src/index.js
+++ b/src/index.js
@@ -838,9 +838,10 @@ const members = {
};
if (!('attachShadow' in document.createElement('div'))) {
+ const commProto = Comment.prototype;
const elementProto = HTMLElement.prototype;
+ const svgProto = SV... | fix(svg): Fix bugs with svg elements because SVGElement was not polyfilled.
#<I> | skatejs_named-slots | train | js |
e756f08dc78616040ab8fbd7db20903137ccf0c7 | diff --git a/google/auth/compute_engine/_metadata.py b/google/auth/compute_engine/_metadata.py
index <HASH>..<HASH> 100644
--- a/google/auth/compute_engine/_metadata.py
+++ b/google/auth/compute_engine/_metadata.py
@@ -161,7 +161,7 @@ def get(
retries += 1
else:
raise exceptions.TransportErro... | fix: fix the message format for metadata server exception (#<I>)
```
RefreshError: ("Failed to ... from the Google Compute Enginemetadata service. Status: <I> ...)
``` | googleapis_google-auth-library-python | train | py |
9c878a4090ddb9c0ef63d06b57eb0e4926276e2f | diff --git a/tests/functional/api/test_groups.py b/tests/functional/api/test_groups.py
index <HASH>..<HASH> 100644
--- a/tests/functional/api/test_groups.py
+++ b/tests/functional/api/test_groups.py
@@ -36,7 +36,11 @@ def test_groups(gl):
filtered_groups = gl.groups.list(skip_groups=[group3.id, group4.id])
... | chore: correct test_groups.py test
The test was checking twice if the same group3 was not in the returned
list. Should have been checking for group3 and group4.
Also added a test that only skipped one group and checked that the
group was not in the returned list and a non-skipped group was in the
list. | python-gitlab_python-gitlab | train | py |
99a259d8d037c13afa34784363092192cd8c4365 | diff --git a/optlang/gurobi_interface.py b/optlang/gurobi_interface.py
index <HASH>..<HASH> 100644
--- a/optlang/gurobi_interface.py
+++ b/optlang/gurobi_interface.py
@@ -330,9 +330,12 @@ class Objective(interface.Objective):
@property
def value(self):
- try:
- return self.problem.problem.... | fix: gurobi objective val is None without a model | biosustain_optlang | train | py |
24a3cf975deb5814cab296f00b1ec02936496e91 | diff --git a/src/test/java/com/lob/model/AddressTest.java b/src/test/java/com/lob/model/AddressTest.java
index <HASH>..<HASH> 100644
--- a/src/test/java/com/lob/model/AddressTest.java
+++ b/src/test/java/com/lob/model/AddressTest.java
@@ -75,7 +75,7 @@ public class AddressTest extends BaseTest {
assertEquals("... | fix(addresses): fix broken test (#<I>) | lob_lob-java | train | java |
b1c4be4948867a0a10cdead161bfd9250e49c4bb | diff --git a/lib/api-client/resources/decision-definition.js b/lib/api-client/resources/decision-definition.js
index <HASH>..<HASH> 100644
--- a/lib/api-client/resources/decision-definition.js
+++ b/lib/api-client/resources/decision-definition.js
@@ -79,6 +79,19 @@ DecisionDefinition.getXml = function(id, done) {
})... | feat(decision): I can evaluate a given decision definition
related to CAM-<I> | camunda_camunda-bpm-sdk-js | train | js |
32cf753e613c5da82bcccdf9cea334d1e825df80 | diff --git a/lib/helper/Playwright.js b/lib/helper/Playwright.js
index <HASH>..<HASH> 100644
--- a/lib/helper/Playwright.js
+++ b/lib/helper/Playwright.js
@@ -1590,8 +1590,7 @@ class Playwright extends Helper {
async grabCssPropertyFromAll(locator, cssProperty) {
const els = await this._locate(locator);
th... | fix(playwright): #<I> - fix grabCssPropertyFromAll method (#<I>) | Codeception_CodeceptJS | train | js |
9d46c8513ff791798753f686f39bc6cfe2214eae | diff --git a/views/cypress/support/commands.js b/views/cypress/support/commands.js
index <HASH>..<HASH> 100644
--- a/views/cypress/support/commands.js
+++ b/views/cypress/support/commands.js
@@ -21,11 +21,15 @@ import '@oat-sa/e2e-runner/support/lti.js';
import './resourceTree'
import urls from '../utils/urls';
+Cy... | feat: add E2E command to log in as a user | oat-sa_tao-core | train | js |
d768c4e984d2ffcc88b7c45da88fee10f94ed8df | diff --git a/packages/lib-js-core/src/response.js b/packages/lib-js-core/src/response.js
index <HASH>..<HASH> 100644
--- a/packages/lib-js-core/src/response.js
+++ b/packages/lib-js-core/src/response.js
@@ -21,15 +21,13 @@ class Response {
let setResponse = instance.setResponse || global.setResponse
let HttpR... | fix(core): allow empty content in response #<I> | Syncano_syncano-node | train | js |
28a46011d48638a843bb4555de692b2d79fc6ede | diff --git a/packages/@uppy/aws-s3-multipart/src/index.js b/packages/@uppy/aws-s3-multipart/src/index.js
index <HASH>..<HASH> 100644
--- a/packages/@uppy/aws-s3-multipart/src/index.js
+++ b/packages/@uppy/aws-s3-multipart/src/index.js
@@ -168,7 +168,8 @@ module.exports = class AwsS3Multipart extends Plugin {
q... | fix: Aws-s3-multipart sends outdated file info to upload-success event (#<I>) | transloadit_uppy | train | js |
75371ed7c52e76512bcb5232bfe37bc4abf06875 | diff --git a/webapps/camunda-webapp/webapp/src/main/webapp/app/tasklist/services/EngineApi.js b/webapps/camunda-webapp/webapp/src/main/webapp/app/tasklist/services/EngineApi.js
index <HASH>..<HASH> 100644
--- a/webapps/camunda-webapp/webapp/src/main/webapp/app/tasklist/services/EngineApi.js
+++ b/webapps/camunda-webapp... | fix(tasklist): resolve task form using correct uri
Related to CAM-<I> | camunda_camunda-bpm-platform | train | js |
c004c32d4637fdb0742044371ad463eddfab4787 | diff --git a/uri_parser.js b/uri_parser.js
index <HASH>..<HASH> 100644
--- a/uri_parser.js
+++ b/uri_parser.js
@@ -124,7 +124,7 @@ function parseSrvConnectionString(uri, options, callback) {
connectionString += `?${connectionStringOptions.join('&')}`;
}
- parseConnectionString(connectionString, c... | fix(srv-parsing): ensure parse options are propogated to txt lookup | mongodb_node-mongodb-native | train | js |
9436067eead5ff32b0f71777c3a01a7ca68a887d | diff --git a/src/multiline.js b/src/multiline.js
index <HASH>..<HASH> 100644
--- a/src/multiline.js
+++ b/src/multiline.js
@@ -3,5 +3,5 @@ export function multiline(input, glue) {
return input.split('\n')
.filter(x => x.trim().length > 0)
.map(x => x.trim())
- .join(glue ? glue : ' ')
+ .join(glue !=... | fix: multiline cannot glue if empy string is glue | selfrefactor_rambdax | train | js,js |
10dca68994d7d4d20ea8620ce4b04f17c970ba99 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -6,7 +6,7 @@ try:
except FileNotFoundError:
README = ""
-VERSION = '0.0.10'
+VERSION = '0.0.11'
setup(
name='chuda', | chore(version): bump to <I> | Varkal_chuda | train | py |
6d29793e3792ccd84d51c8118046ba90b2eaf6be | diff --git a/test/scripts/hexo/load_plugins.js b/test/scripts/hexo/load_plugins.js
index <HASH>..<HASH> 100644
--- a/test/scripts/hexo/load_plugins.js
+++ b/test/scripts/hexo/load_plugins.js
@@ -135,7 +135,7 @@ describe('Load plugins', () => {
const name = 'hexo-theme-test_theme';
const path = join(hexo.plugi... | test(load_plugins): make sure file is created (#<I>) | hexojs_hexo | train | js |
6711a0ce13cceb217df187c492f11e7879cb3a09 | diff --git a/Documentation/_static/copybutton.js b/Documentation/_static/copybutton.js
index <HASH>..<HASH> 100644
--- a/Documentation/_static/copybutton.js
+++ b/Documentation/_static/copybutton.js
@@ -27,7 +27,7 @@ function addCopyButtonToCodeCells() {
setTimeout(addCopyButtonToCodeCells, 1000);
return;
... | docs: limit copybutton to content area only
Fixes copy button to not conflict with the search | cilium_cilium | train | js |
300936f2f3d43fd378473e540b6ef83f04918db1 | diff --git a/src/index.js b/src/index.js
index <HASH>..<HASH> 100644
--- a/src/index.js
+++ b/src/index.js
@@ -38,8 +38,8 @@ class Node extends EventEmitter {
// If muxer exists, we can use Identify
this.swarm.connection.reuse()
- // Received incommind dial and muxer upgrade happened, reuse this
- ... | fix: avoid deleting nodes from peerBook | libp2p_js-libp2p | train | js |
280b356124dc14dbe7210035fc9a1482bf87fbc6 | diff --git a/src/AvForm.js b/src/AvForm.js
index <HASH>..<HASH> 100644
--- a/src/AvForm.js
+++ b/src/AvForm.js
@@ -19,6 +19,8 @@ const getInputErrorMessage = (input, ruleName) => {
};
export default class AvForm extends InputContainer {
+ _isMounted = false;
+
static childContextTypes = {
FormCtrl: PropTyp... | refactor: updated form to not update submitted state if its unmounting | Availity_availity-reactstrap-validation | train | js |
99becd9267e62cb5cc016317e4a77bcd1eb585a9 | diff --git a/packages/__docs__/src/Hero/index.js b/packages/__docs__/src/Hero/index.js
index <HASH>..<HASH> 100644
--- a/packages/__docs__/src/Hero/index.js
+++ b/packages/__docs__/src/Hero/index.js
@@ -222,7 +222,7 @@ class Hero extends Component {
<Flex>
<Flex.Item padding="none small none... | docs: removing 'firefox only' note for JAWS in docs
Closes: INSTUI-<I>
The A<I>y team's audit concluded, that JAWS in other browsers works well as well | instructure_instructure-ui | train | js |
b295c6ad43798d33b15af7b34ab4a4ff1fd2a903 | diff --git a/superset/connectors/base/models.py b/superset/connectors/base/models.py
index <HASH>..<HASH> 100644
--- a/superset/connectors/base/models.py
+++ b/superset/connectors/base/models.py
@@ -310,7 +310,7 @@ class BaseDatasource(
filtered_columns: List[Column] = []
column_types: Set[GenericData... | fix(api): handle undefined column type_generic (#<I>) | apache_incubator-superset | train | py |
565fdd8c9562d4cde3f1a5fa03f961b9e3be7ebf | diff --git a/lib/node-static.js b/lib/node-static.js
index <HASH>..<HASH> 100644
--- a/lib/node-static.js
+++ b/lib/node-static.js
@@ -74,7 +74,7 @@ class Server {
if (!e) {
const status = 200;
const headers = {};
- const originalPathname = decodeURI(new URL... | fix: path should be more generous in unescaping anything valid in a path (such as a hash); fixes #<I> | cloudhead_node-static | train | js |
a5d4c4f08cd3fc5d2ca575595f0741b4d22bf7b9 | diff --git a/lib/appium_lib/appium.rb b/lib/appium_lib/appium.rb
index <HASH>..<HASH> 100644
--- a/lib/appium_lib/appium.rb
+++ b/lib/appium_lib/appium.rb
@@ -202,10 +202,13 @@ module Appium
class_array.each do |klass|
driver.public_methods(false).each do |method|
klass.class_eval do
- ... | fix: remove the method and define again instead (#<I>)
* fix: remove the method and define again instead
* add link
* fix lint | appium_ruby_lib | train | rb |
b25eb016c6a2a057239a89e6d05567485a82663b | diff --git a/lib/blockchain_double.js b/lib/blockchain_double.js
index <HASH>..<HASH> 100644
--- a/lib/blockchain_double.js
+++ b/lib/blockchain_double.js
@@ -901,6 +901,9 @@ BlockchainDouble.prototype.processTransactionTrace = async function(hash, params
return callback(err);
}
+ // make s... | fix(forking): Make sure we use the same timestamp as the target… (#<I>) | trufflesuite_ganache-core | train | js |
59fdb102582068713280d423057529884c2299d6 | diff --git a/lib/actions/apiV2.js b/lib/actions/apiV2.js
index <HASH>..<HASH> 100644
--- a/lib/actions/apiV2.js
+++ b/lib/actions/apiV2.js
@@ -467,8 +467,8 @@ const getVehiclePositionsForRoute = (routeId) =>
{
noThrottle: true,
rewritePayload: (payload) => {
- const vehicles = ... | refactor: don't push blank vehicles | opentripplanner_otp-react-redux | train | js |
1a0ff18e812b4c7ac492825dfe1e263281621d17 | diff --git a/pyneuroml/tune/NeuroMLSimulation.py b/pyneuroml/tune/NeuroMLSimulation.py
index <HASH>..<HASH> 100644
--- a/pyneuroml/tune/NeuroMLSimulation.py
+++ b/pyneuroml/tune/NeuroMLSimulation.py
@@ -7,15 +7,15 @@ from pyneuroml.lems import generate_lems_file_for_neuroml
try:
import pyelectro # Not used he... | fix: use sys.exit
exit() is a helper for the interactive shell, sys.exit() should be used
in programs | NeuroML_pyNeuroML | train | py |
12de5bbee7d823e0a0f47a3bdc153eb2ed3d0b45 | diff --git a/ibis/backends/base/sql/__init__.py b/ibis/backends/base/sql/__init__.py
index <HASH>..<HASH> 100644
--- a/ibis/backends/base/sql/__init__.py
+++ b/ibis/backends/base/sql/__init__.py
@@ -200,6 +200,7 @@ class BaseSQLBackend(BaseBackend):
This method can be implemented by subclasses. The logging hap... | feat(log): make BaseSQLBackend._log print by default | ibis-project_ibis | train | py |
0f3144007bfa41277b8d5a97b9b1923e29084836 | diff --git a/tests/Option/Console/CacheTest.php b/tests/Option/Console/CacheTest.php
index <HASH>..<HASH> 100644
--- a/tests/Option/Console/CacheTest.php
+++ b/tests/Option/Console/CacheTest.php
@@ -254,7 +254,7 @@ class CacheTest extends TestCase
'command' => 'option:cache',
],
... | fix: fix the tests of Console\Cache | hunzhiwange_framework | train | php |
b78a06a9e8d89abac58e53bdc12288b05b0c2723 | diff --git a/packages/nitro-webpack/webpack-config/webpack.config.dev.js b/packages/nitro-webpack/webpack-config/webpack.config.dev.js
index <HASH>..<HASH> 100644
--- a/packages/nitro-webpack/webpack-config/webpack.config.dev.js
+++ b/packages/nitro-webpack/webpack-config/webpack.config.dev.js
@@ -73,7 +73,7 @@ module.... | fix(webpack): ensures that only desired file types are moved to the vendor file | namics_generator-nitro | train | js |
b05209a6aad4196982e2323ee710a3396a148d60 | diff --git a/packages/simplebar/src/simplebar.js b/packages/simplebar/src/simplebar.js
index <HASH>..<HASH> 100755
--- a/packages/simplebar/src/simplebar.js
+++ b/packages/simplebar/src/simplebar.js
@@ -379,8 +379,8 @@ export default class SimpleBar {
this.mutationObserver = new MutationObserver(mutations => {
... | fix: mutation observer not applied on right element (fix #<I>) | Grsmto_simplebar | train | js |
d0ce3c97c139fe25b8c5d842a89588dd555de7f8 | diff --git a/src/Pails/Queue/Topic.php b/src/Pails/Queue/Topic.php
index <HASH>..<HASH> 100644
--- a/src/Pails/Queue/Topic.php
+++ b/src/Pails/Queue/Topic.php
@@ -76,7 +76,7 @@ class Topic extends Injectable
try {
$res = $this->_topic->publishMessage($request);
- return $res->isSuccee... | fix: always return false inner finally block | xueron_pails | train | php |
ab13dfef80a96b9029389b8458904a9b85c519be | diff --git a/packages/@vue/cli-service/lib/PluginAPI.js b/packages/@vue/cli-service/lib/PluginAPI.js
index <HASH>..<HASH> 100644
--- a/packages/@vue/cli-service/lib/PluginAPI.js
+++ b/packages/@vue/cli-service/lib/PluginAPI.js
@@ -135,14 +135,22 @@ class PluginAPI {
const fs = require('fs')
const cacheDirecto... | fix: genCacheConfig return different result because linebreak (#<I>) | vuejs_vue-cli | train | js |
402e3c9b472bea61e3d3c0967cf08e5527ae4028 | diff --git a/src/components/DatePicker/DatePicker.js b/src/components/DatePicker/DatePicker.js
index <HASH>..<HASH> 100644
--- a/src/components/DatePicker/DatePicker.js
+++ b/src/components/DatePicker/DatePicker.js
@@ -88,8 +88,18 @@ export default class DatePicker extends Component {
) {
this.cal.destroy()... | fix(date-picker): reset calendar when inputs are cleared (#<I>)
* fix(date-picker): resets calendar when inputs are cleared
* fix(date-picker): remove comments
* fix(date-picker): changed from input to change
* fix(date-picker): remove event listeners on unmount | carbon-design-system_carbon-components-react | train | js |
d5c728864da81390c8f53fd3584c151d781fcedf | diff --git a/payment.go b/payment.go
index <HASH>..<HASH> 100644
--- a/payment.go
+++ b/payment.go
@@ -1,6 +1,9 @@
package gofakeit
import "strconv"
+import "time"
+
+var currentYear = time.Now().Year() - 2000
// CreditCardInfo is a struct containing credit variables
type CreditCardInfo struct {
@@ -37,7 +40,7 ... | fix: use curernt year for credit card expiration | brianvoe_gofakeit | train | go |
fb00c9f60b929a0310796bc4f0fd2a1386035ac2 | diff --git a/Setup/UpgradeSchema.php b/Setup/UpgradeSchema.php
index <HASH>..<HASH> 100644
--- a/Setup/UpgradeSchema.php
+++ b/Setup/UpgradeSchema.php
@@ -11,7 +11,7 @@ class UpgradeSchema implements UpgradeSchemaInterface
public function upgrade(
SchemaSetupInterface $setup,
ModuleContextInterfa... | chore(code-style): fix code style errors MAGENTO-OPS | emartech_magento2-extension | train | php |
a60559548bca59f73f3477811e035573e3a0dfd4 | diff --git a/uwg/RSMDef.py b/uwg/RSMDef.py
index <HASH>..<HASH> 100644
--- a/uwg/RSMDef.py
+++ b/uwg/RSMDef.py
@@ -215,9 +215,11 @@ class RSMDef(object):
# Python will throw an exception. Negative value occurs here if
# VDM is run for average obstacle height ~ 4m.
for iz in range(self.nzref):... | fix(RWMDef): Catch the case of math domain errors in wind profile
It seems like the wind speed should just be interpreted as 0 in these cases where it's out of range of the log function. | ladybug-tools_uwg | train | py |
8609693bc28e5f3cc2ee75048d2b69c89e5a20b5 | diff --git a/services/datalad/datalad_service/tasks/files.py b/services/datalad/datalad_service/tasks/files.py
index <HASH>..<HASH> 100644
--- a/services/datalad/datalad_service/tasks/files.py
+++ b/services/datalad/datalad_service/tasks/files.py
@@ -67,6 +67,7 @@ def remove_files(store, dataset, paths, name=None, emai... | fix: Prevent delete file producing uncommitted working tree | OpenNeuroOrg_openneuro | train | py |
cc8850b3138e14f8070df3a91fe1114bec192ff3 | diff --git a/src/components/select/select.js b/src/components/select/select.js
index <HASH>..<HASH> 100755
--- a/src/components/select/select.js
+++ b/src/components/select/select.js
@@ -877,6 +877,7 @@ function SelectProvider($$interimElementProvider) {
default:
if (ev.keyCode >= 31 && ev.k... | fix(select): fix cycle option focus after keyboard search
After keyboard search option focus cycling would start from previously focused element | angular_material | train | js |
6610d9c00ef87156755db504975ab5f83d6362bf | diff --git a/app/src/robot/api-client/client.js b/app/src/robot/api-client/client.js
index <HASH>..<HASH> 100755
--- a/app/src/robot/api-client/client.js
+++ b/app/src/robot/api-client/client.js
@@ -9,7 +9,7 @@ import * as constants from '../constants'
import * as selectors from '../selectors'
import {handleDiscover}... | perf(app): Only dispatch tick actions every second | Opentrons_opentrons | train | js |
c78a813dc4ead58f880ad6899da62fbb49d9d888 | diff --git a/system-test/spanner.js b/system-test/spanner.js
index <HASH>..<HASH> 100644
--- a/system-test/spanner.js
+++ b/system-test/spanner.js
@@ -876,10 +876,13 @@ describe('Spanner', function() {
var shortName = session.formattedName_.split('/').pop();
var sessionByShortName = database.session_(shor... | test: fix get session by name test (#<I>) | googleapis_nodejs-spanner | train | js |
7fadcab1b7672dd2b456e869c97a2da58daba32d | diff --git a/cobra/test/conftest.py b/cobra/test/conftest.py
index <HASH>..<HASH> 100644
--- a/cobra/test/conftest.py
+++ b/cobra/test/conftest.py
@@ -32,12 +32,17 @@ def data_directory():
return data_dir
-@pytest.fixture(scope="function")
-def model():
+@pytest.fixture(scope="session")
+def small_model():
... | feat: use model copy in function scope fixture | opencobra_cobrapy | train | py |
632f48811303560389ddcc7189c57bffd18ca0ae | diff --git a/RNPushNotificationAndroid/src/main/java/com/dieam/reactnativepushnotification/ReactNativePushNotificationPackage.java b/RNPushNotificationAndroid/src/main/java/com/dieam/reactnativepushnotification/ReactNativePushNotificationPackage.java
index <HASH>..<HASH> 100644
--- a/RNPushNotificationAndroid/src/main/... | fix: crash when used in conjunction with the app indexing
(If you call the "onNewIntent" in "Activity.onCreate")
<URL> | zo0r_react-native-push-notification | train | java |
21e4e33c35b434e9c065de29d6bc052e89e174bc | diff --git a/ui/src/components/btn/QBtn.js b/ui/src/components/btn/QBtn.js
index <HASH>..<HASH> 100644
--- a/ui/src/components/btn/QBtn.js
+++ b/ui/src/components/btn/QBtn.js
@@ -64,7 +64,14 @@ export default Vue.extend({
}
const go = () => {
- this.$router[this.replace === true ? 'replace' : 'pu... | fix(QBtn): Adapt to newer vue-router behavior of throwing error when navigating to same route | quasarframework_quasar | train | js |
014253e415af3a923541a4fdba5b80d85d2ea723 | diff --git a/rollup.config.js b/rollup.config.js
index <HASH>..<HASH> 100644
--- a/rollup.config.js
+++ b/rollup.config.js
@@ -77,9 +77,7 @@ function createConfig(format, output, plugins = []) {
output.sourcemap = !!process.env.SOURCE_MAP
output.banner = banner
output.externalLiveBindings = false
- output.glo... | fix(build): use vue demi as global | posva_vue-promised | train | js |
f9d6ecabf9b59a5a82d2de0032d6058e65cce9d9 | diff --git a/benchbuild/utils/schema.py b/benchbuild/utils/schema.py
index <HASH>..<HASH> 100644
--- a/benchbuild/utils/schema.py
+++ b/benchbuild/utils/schema.py
@@ -110,6 +110,7 @@ class GUID(TypeDecorator):
"""
impl = CHAR
as_uuid = False
+ cache_ok = False
def __init__(self, *args, as_uuid=... | fix(schema): silence SAWarning about caching (#<I>) | PolyJIT_benchbuild | train | py |
7471a1821d87b90c2768f5392e76d7b1f4707c05 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -108,6 +108,10 @@ function wrap(body, extKeys) {
/**
* Execute function inside try-catch
* function with try-catch is not optimized so we made this helper
+ *
+ * @param {Function} fn
+ * @param {Function} cb
+ * @returns... | refactor: fix lint | node-eval_node-eval | train | js |
5e478e5db5a722daf01744f113704d0571b0815f | diff --git a/discovery/src/main/java/com/ibm/watson/developer_cloud/discovery/v1/model/QueryResponse.java b/discovery/src/main/java/com/ibm/watson/developer_cloud/discovery/v1/model/QueryResponse.java
index <HASH>..<HASH> 100644
--- a/discovery/src/main/java/com/ibm/watson/developer_cloud/discovery/v1/model/QueryRespon... | feat(Discovery): Add retrievalDetails prop to QueryResponse model | watson-developer-cloud_java-sdk | train | java |
9b92df865c2001fa82c5efe0d75aaf6c981a24c5 | diff --git a/karma.conf.js b/karma.conf.js
index <HASH>..<HASH> 100755
--- a/karma.conf.js
+++ b/karma.conf.js
@@ -39,7 +39,7 @@ module.exports = function(config) {
// list of files / patterns to load in the browser
files: [
- 'packages/**/*.spec.js',
+ 'packages/dna-core/**/*.... | chore: trying to fix ios 9 tests | chialab_dna | train | js |
f6d711bb8cc45a7f50b59cd489439b4e3167087b | diff --git a/spec/execute/checkRules.spec.js b/spec/execute/checkRules.spec.js
index <HASH>..<HASH> 100644
--- a/spec/execute/checkRules.spec.js
+++ b/spec/execute/checkRules.spec.js
@@ -71,7 +71,7 @@ describe('checkRules', () => {
});
- it('should execute rules for all repos in two orgs', () => {
+ it.skip('s... | test: disabled test that fails on travis | MailOnline_gh-lint | train | js |
986ad37597b0dc2be02cbbc5bfd8ee43dd856d16 | diff --git a/shims/fs.js b/shims/fs.js
index <HASH>..<HASH> 100644
--- a/shims/fs.js
+++ b/shims/fs.js
@@ -4,7 +4,7 @@ let Provider;
try {
Provider = require('fsProvider');
}
-catch {
+catch (err) {
Provider = require('./providers/default');
} | refactor: get reference to error in catch block
fixes red squigle for unexpected { | filerjs_filer | train | js |
bdfc59921492b2cde7b1cea185a7f0b9b929c990 | diff --git a/src/HTTPClient.js b/src/HTTPClient.js
index <HASH>..<HASH> 100644
--- a/src/HTTPClient.js
+++ b/src/HTTPClient.js
@@ -16,13 +16,16 @@ class UnexpectedCodeError extends Error {
}
function tryParseResponse(response) {
- return response.json()
+ const shouldParseAsJson = response.headers.has('Content-Ty... | fix: HTTPClient response handle | bearyinnovative_bearychat.js | train | js |
913ffbcedbed67bcbd3fb48a04e2a26c82002694 | diff --git a/src/connection.js b/src/connection.js
index <HASH>..<HASH> 100644
--- a/src/connection.js
+++ b/src/connection.js
@@ -16,9 +16,7 @@ function getClient (config) {
if (config.ca) {
log.debug(`authenticating with username '${config.username}' and password using included CA`)
Object.assign(c... | fix: correct the way the bearer token header was constructed | npm-wharf_hikaru | train | js |
8843f68fc7dc5ce65f279d5b0156e84e41301d02 | diff --git a/packages/workflow/scripts/init.js b/packages/workflow/scripts/init.js
index <HASH>..<HASH> 100644
--- a/packages/workflow/scripts/init.js
+++ b/packages/workflow/scripts/init.js
@@ -332,7 +332,7 @@ yargs
chalk.yellow(`${chalk.yellow('av init')} ${chalk.green('my-app-name')} ${chalk.magenta('-p a... | fix(workflow): added as arg to the arrow func | Availity_availity-workflow | train | js |
9ef8a87f66b1a43d0591e7a8e4fc5a18415ee388 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -6,6 +6,8 @@ var pathDirname = require('path-dirname');
module.exports = function globParent(str) {
str += 'a'; // preserves full path in case of trailing path separator
+ // replace braces/brackets sections with *
+ str ... | feat: pre-process braces/brackets sections
Replace with simple * so that whatever path part they are in still gets
recognized as containing glob magic | gulpjs_glob-parent | train | js |
f12ff899fda4b48073a1b8b30a59b0729a11e083 | diff --git a/tests/doc/anchors.js b/tests/doc/anchors.js
index <HASH>..<HASH> 100644
--- a/tests/doc/anchors.js
+++ b/tests/doc/anchors.js
@@ -38,6 +38,23 @@ test('circular reference', () => {
expect(String(doc)).toBe(src)
})
+describe('anchor on tagged collection', () => {
+ test('!!set', () => {
+ const res... | test: Add now-successful tests for anchors on tagged collections | eemeli_yaml | train | js |
e543ad0496c78cae00571ccb1a3295ea5fba9542 | diff --git a/src/index.js b/src/index.js
index <HASH>..<HASH> 100644
--- a/src/index.js
+++ b/src/index.js
@@ -1,8 +1,13 @@
/* (c) 2015 Ari Porad (@ariporad) <http://ariporad.com>. License: ariporad.mit-license.org */
-import Module from 'module';
+import BuiltinModule from 'module';
import path from 'path';
import ... | fix(compatibility): Make Module assignment more generic. (#<I>) | ariporad_pirates | train | js |
9da1fecfd8e0a3124ec569f06f40f1afb12d73ed | diff --git a/lib/components/user/places/place-location-field.js b/lib/components/user/places/place-location-field.js
index <HASH>..<HASH> 100644
--- a/lib/components/user/places/place-location-field.js
+++ b/lib/components/user/places/place-location-field.js
@@ -6,8 +6,6 @@ import {
InputGroup,
InputGroupAddon,
... | refactor(PlaceLocationField): Fix lint | opentripplanner_otp-react-redux | train | js |
9648a25b2a71b96c803c084805f45c9a9abf14b0 | diff --git a/src/XeroPHP/Models/Accounting/Payment.php b/src/XeroPHP/Models/Accounting/Payment.php
index <HASH>..<HASH> 100644
--- a/src/XeroPHP/Models/Accounting/Payment.php
+++ b/src/XeroPHP/Models/Accounting/Payment.php
@@ -197,7 +197,7 @@ class Payment extends Remote\Model
public static function isPageable()... | fix: Payments are now pageable #<I>
see <URL> | calcinai_xero-php | train | php |
c34c02ab8d119bf16d8d14d125a9b650b4bb18f4 | diff --git a/packages/discord.js/src/client/websocket/WebSocketShard.js b/packages/discord.js/src/client/websocket/WebSocketShard.js
index <HASH>..<HASH> 100644
--- a/packages/discord.js/src/client/websocket/WebSocketShard.js
+++ b/packages/discord.js/src/client/websocket/WebSocketShard.js
@@ -859,7 +859,8 @@ class Web... | fix(WebSocketShard): keep an error handler on connections (#<I>) | discordjs_discord.js | train | js |
2a18e49792c1fdeaed4364908af331c39a37d629 | diff --git a/packages/hybrids/apollo-query.js b/packages/hybrids/apollo-query.js
index <HASH>..<HASH> 100644
--- a/packages/hybrids/apollo-query.js
+++ b/packages/hybrids/apollo-query.js
@@ -79,16 +79,21 @@ const watchQuery = {
}),
};
+function subscribeOrSetVariables(host, variables) {
+ return variables && h... | refactor(hybrids): simplify ApolloQuery implementation | apollo-elements_apollo-elements | train | js |
165bf0dbd773e47d046b2f0ea2f63eb97b7112d9 | diff --git a/synth.py b/synth.py
index <HASH>..<HASH> 100644
--- a/synth.py
+++ b/synth.py
@@ -22,7 +22,7 @@ logging.basicConfig(level=logging.DEBUG)
gapic = gcp.GAPICGenerator()
versions = ['v2', 'v2beta1']
for version in versions:
- library = gapic.node_library('dialogflow', version)
+ library = gapic.node_l... | chore: fix artman config location for synthtool (#<I>) | googleapis_nodejs-dialogflow | train | py |
d126b22e69dc5a4896d2268e25ca3d2602ae7a80 | diff --git a/changelog.rb b/changelog.rb
index <HASH>..<HASH> 100755
--- a/changelog.rb
+++ b/changelog.rb
@@ -86,7 +86,7 @@ walker.push(commit_from)
walker.hide(commit_to.parents.first) unless commit_to == nil
# Parse all commits and extract changes
-changes = walker.map{ |c| parseCommit(c)}.reduce(:+)
+changes = ... | fix(output): using the correct tag in the printed headline | iv-mexx_git-releaselog | train | rb,rb |
c243e413e52372d3f84cbb6ddfb1516e0140859f | diff --git a/deezer/client.py b/deezer/client.py
index <HASH>..<HASH> 100644
--- a/deezer/client.py
+++ b/deezer/client.py
@@ -166,16 +166,14 @@ class Client:
base_url = self.url(request)
if self.access_token is not None:
kwargs["access_token"] = str(self.access_token)
- if kwargs:... | refactor: simplify `Client.object_url` with Sourcery | browniebroke_deezer-python | train | py |
3c9804de25423978d13ab503145e72428508fe32 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -3,7 +3,7 @@ const gutil = require('gulp-util'),
PluginError = gutil.PluginError,
es = require('event-stream'),
through = require('through2'),
- compodocModule = require('compodoc'),
+ compodocMo... | fix(dep): call new scope of compodoc
fix #2 | compodoc_gulp-compodoc | train | js |
155f0a2cf9e80d0872245bb10c5ab43d97f7976e | diff --git a/test/statusSpec.js b/test/statusSpec.js
index <HASH>..<HASH> 100644
--- a/test/statusSpec.js
+++ b/test/statusSpec.js
@@ -1,7 +1,7 @@
var cfg = require('../dummyserver-config');
var httpinvoke = require('../httpinvoke-node');
-describe.only('"status" argument', function() {
+describe('"status" argument... | test: statusSpec: use describe, instead of describe.only | jakutis_httpinvoke | train | js |
18d5898558eb68b605a2160abaa4722382ff64c8 | diff --git a/src/IO/Girder/HpcCloudEndpoints/clusters.js b/src/IO/Girder/HpcCloudEndpoints/clusters.js
index <HASH>..<HASH> 100644
--- a/src/IO/Girder/HpcCloudEndpoints/clusters.js
+++ b/src/IO/Girder/HpcCloudEndpoints/clusters.js
@@ -66,7 +66,7 @@ export default function ({ client, filterQuery, mustContain, busy }) {
... | fix(IO): added two unimplemented cluster endpoints | Kitware_paraviewweb | train | js |
09d24a61b49fd85f8d8276208c2651a837aba96b | diff --git a/kv/bucket.go b/kv/bucket.go
index <HASH>..<HASH> 100644
--- a/kv/bucket.go
+++ b/kv/bucket.go
@@ -530,9 +530,6 @@ func (s *Service) putBucket(ctx context.Context, tx Tx, b *influxdb.Bucket) erro
span, _ := tracing.StartSpanFromContext(ctx)
defer span.Finish()
- // TODO(jade): remove this after we sup... | fix(kv): allow system buckets to be created (#<I>)
This code is no longer necessary, as we now enforce this behavior for http-originating bucket creations here: <URL> | influxdata_influxdb | train | go |
240227bf4fa5632181182d84c824d111a8cb80a4 | diff --git a/engine/event.go b/engine/event.go
index <HASH>..<HASH> 100644
--- a/engine/event.go
+++ b/engine/event.go
@@ -94,21 +94,6 @@ func (self *EventHandler) claimJobOffer(jobName string) bool {
return self.engine.Registry().ClaimJobOffer(jobName, self.engine.Machine(), self.engine.ClaimTTL())
}
-func (self ... | refactor(engine): Drop nil-implemented event handlers | coreos_fleet | train | go |
26b75b71c13cecfd119cad31ea84488d394b144c | diff --git a/lib/connection/connect.js b/lib/connection/connect.js
index <HASH>..<HASH> 100644
--- a/lib/connection/connect.js
+++ b/lib/connection/connect.js
@@ -316,8 +316,8 @@ function authenticate(conn, credentials, callback) {
}
const provider = AUTH_PROVIDERS[mechanism];
- provider.auth(runCommand, [conn... | refactor(auth): return auth errors in `connect` | mongodb-js_mongodb-core | train | js |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.