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 |
|---|---|---|---|---|---|
9197197703d9238c84000fcf1c604c1d6ee42464 | diff --git a/src/wrappers/index.js b/src/wrappers/index.js
index <HASH>..<HASH> 100644
--- a/src/wrappers/index.js
+++ b/src/wrappers/index.js
@@ -8,7 +8,7 @@ export default ngModule => {
template: require('./label.html'),
apiCheck: check => ({
templateOptions: {
- label: check.s... | feat(label-wrapper): Change label to be optional
It makes more sense for the label to be optional because there are no adverse effects by omitting it.
Closes #<I> | formly-js_angular-formly-templates-bootstrap | train | js |
8b126a53de9f1033876b6c412dacb476e9c0fd42 | diff --git a/stories/TransitiveMap.js b/stories/TransitiveMap.js
index <HASH>..<HASH> 100644
--- a/stories/TransitiveMap.js
+++ b/stories/TransitiveMap.js
@@ -1,7 +1,7 @@
-import styled from 'styled-components'
-import React from 'react'
import BaseMap from '@opentripplanner/base-map'
import {itineraryToTransitive} f... | refactor(storybook): alphabetize imports | conveyal_transitive.js | train | js |
f9c8c20311a89fc55b78ebd46ec48d6dcba4742d | diff --git a/ladybug/graphic.py b/ladybug/graphic.py
index <HASH>..<HASH> 100644
--- a/ladybug/graphic.py
+++ b/ladybug/graphic.py
@@ -93,8 +93,12 @@ class GraphicContainer(object):
denom = s_count if s_count >= 8 else 8
if self.legend_parameters.vertical:
seg_height = float((... | style(graphic): Handle the case of geometry with 0 Y-dimension
This is really more of a fix than style but there will be another ladybug-geometry change that triggers a release before the end of today. | ladybug-tools_ladybug | train | py |
de1e6984a5898b5a56412b78537314a9f4f55679 | diff --git a/packages/components/bolt-video/__tests__/bolt-video.e2e.js b/packages/components/bolt-video/__tests__/bolt-video.e2e.js
index <HASH>..<HASH> 100644
--- a/packages/components/bolt-video/__tests__/bolt-video.e2e.js
+++ b/packages/components/bolt-video/__tests__/bolt-video.e2e.js
@@ -28,7 +28,7 @@ module.expo... | test: update e2e test to reflect new playback rate in demo | bolt-design-system_bolt | train | js |
44c00477171e8e4e27bfb5d4e5ce0a25ca616537 | diff --git a/ReText/fakevimeditor.py b/ReText/fakevimeditor.py
index <HASH>..<HASH> 100644
--- a/ReText/fakevimeditor.py
+++ b/ReText/fakevimeditor.py
@@ -132,7 +132,7 @@ class BlockSelection (QWidget):
self.__lineWidth = 4
def updateSelection(self, tc):
- # block selection rectagle
+ # block selection rectang... | docs: fix simple typo, rectagle -> rectangle
There is a small typo in ReText/fakevimeditor.py.
Should read `rectangle` rather than `rectagle`. | retext-project_retext | train | py |
eb3107d256bf3a66f1ecb1349a94f6235c3877f0 | diff --git a/test/http/http-endpointSpec.js b/test/http/http-endpointSpec.js
index <HASH>..<HASH> 100644
--- a/test/http/http-endpointSpec.js
+++ b/test/http/http-endpointSpec.js
@@ -54,7 +54,7 @@ const mockDS = {
describe('http plugin', () => {
let httpPlugin
const apiKey = '9x5xfdxa-xxxx-4efe-a342-xxxxxxxxxxxx... | test: attempting to fix windows test failure | deepstreamIO_deepstream.io | train | js |
9c6b7926c7d2bb4a58c25ac2ac1ebd5ac93c1d8c | diff --git a/anyconfig/backend/shellvars.py b/anyconfig/backend/shellvars.py
index <HASH>..<HASH> 100644
--- a/anyconfig/backend/shellvars.py
+++ b/anyconfig/backend/shellvars.py
@@ -108,7 +108,6 @@ class Parser(anyconfig.backend.base.FromStreamLoader,
"""
_type = "shellvars"
_ordered = True
- _dict_o... | fix: [shellvars] remove the member _dict_options 'container' which conflicts with container keyword argument and 'ac_dict' alternates it | ssato_python-anyconfig | train | py |
e1cbce18504c9912f8062d443ca6ffb29ac684aa | diff --git a/lib/generators/graphql/object_generator.rb b/lib/generators/graphql/object_generator.rb
index <HASH>..<HASH> 100644
--- a/lib/generators/graphql/object_generator.rb
+++ b/lib/generators/graphql/object_generator.rb
@@ -38,7 +38,7 @@ module Graphql
end
def self.normalize_type_expression(type_... | fix: type generator works when fed with lowercase arguments
When running the generator from the terminal like `rails g graphql:object user name:string email:citext auth_keys:jsonb`, the generator code doesn't detect the lowercase arguments, rendering them as `Types::StringType` and so on. This is a first approximation... | rmosolgo_graphql-ruby | train | rb,rb |
8f195c678af12193434c256a68072f135c3cb00d | diff --git a/lib/driver.js b/lib/driver.js
index <HASH>..<HASH> 100644
--- a/lib/driver.js
+++ b/lib/driver.js
@@ -392,12 +392,10 @@ class AndroidUiautomator2Driver extends BaseDriver {
}
}
- // If the user sets autoLaunch to false, they are responsible for initAUT() and startAUT()
- if (this.opts.a... | fix: Align autoLaunch capapability behaviour with iOS (#<I>) | appium_appium-uiautomator2-driver | train | js |
7812522b44f6a2bfc880eb34ab04d8c0555e3f26 | diff --git a/packages/collector/test/tracing/cloud/gcp/pubsub/test.js b/packages/collector/test/tracing/cloud/gcp/pubsub/test.js
index <HASH>..<HASH> 100644
--- a/packages/collector/test/tracing/cloud/gcp/pubsub/test.js
+++ b/packages/collector/test/tracing/cloud/gcp/pubsub/test.js
@@ -32,8 +32,6 @@ if (
!supportedV... | chore: removed node version check in collector/test/tracing/cloud/gcp/pubsub/test.js
refs <I> | instana_nodejs-sensor | train | js |
0255600d591268730b03b4d95d600bf24931a4c4 | diff --git a/packages/cozy-stack-client/src/PermissionCollection.js b/packages/cozy-stack-client/src/PermissionCollection.js
index <HASH>..<HASH> 100644
--- a/packages/cozy-stack-client/src/PermissionCollection.js
+++ b/packages/cozy-stack-client/src/PermissionCollection.js
@@ -4,6 +4,11 @@ import { uri } from './utils... | feat: Add route to get own permissions | cozy_cozy-client | train | js |
c0c8c3ba098241a9e413e63fc54c4746a834d7e3 | diff --git a/src/Leevel/Router/Match/Annotation.php b/src/Leevel/Router/Match/Annotation.php
index <HASH>..<HASH> 100644
--- a/src/Leevel/Router/Match/Annotation.php
+++ b/src/Leevel/Router/Match/Annotation.php
@@ -121,12 +121,12 @@ class Annotation extends Match implements IMatch
/**
* 匹配路由分组.
*/
- ... | refactor(router): optimize code | hunzhiwange_framework | train | php |
f58fc796488b490ec23f49e62dd672e8a4e1dd04 | diff --git a/core/test/karma.conf.js b/core/test/karma.conf.js
index <HASH>..<HASH> 100644
--- a/core/test/karma.conf.js
+++ b/core/test/karma.conf.js
@@ -25,7 +25,8 @@ module.exports = function(config) {
'../../core/lib/popover-animator.es6',
'../../core/lib/*.{es6,js}',
'../../core/*.{es6,js}',
-... | fix(test): Include onsenui.css in karma tests. | OnsenUI_OnsenUI | train | js |
35767060ceceeeccdfed05b38a01adbcf3acd846 | diff --git a/tests/test_cli.py b/tests/test_cli.py
index <HASH>..<HASH> 100644
--- a/tests/test_cli.py
+++ b/tests/test_cli.py
@@ -1,8 +1,11 @@
from subprocess import PIPE, STDOUT
+from .common import skip_on_windows
+
fakebroker = object()
+@skip_on_windows
def test_cli_fails_to_start_given_an_invalid_broker_... | fix(build): skip cli tests on windows | Bogdanp_dramatiq | train | py |
0a095b1cdbdd7022131d20559e564f81f03cd678 | diff --git a/packages/bonde-admin/src/mobilizations/widgets/__plugins__/pressure/components/__pressure__.spec.js b/packages/bonde-admin/src/mobilizations/widgets/__plugins__/pressure/components/__pressure__.spec.js
index <HASH>..<HASH> 100644
--- a/packages/bonde-admin/src/mobilizations/widgets/__plugins__/pressure/com... | fix(admin): pressure console.error
important: this commit removes a test. It just wrong to expect settings to be undefined. It's not, and will never be. | nossas_bonde-client | train | js |
432e494b3239a09e0083febbcb24d935522e3bb8 | diff --git a/engine/src/test/java/org/camunda/bpm/engine/test/api/history/removaltime/cleanup/HistoryCleanupStrategyConfigurationTest.java b/engine/src/test/java/org/camunda/bpm/engine/test/api/history/removaltime/cleanup/HistoryCleanupStrategyConfigurationTest.java
index <HASH>..<HASH> 100644
--- a/engine/src/test/jav... | fix(test): reset removal and history cleanup strategies after test
Related to CAM-<I> | camunda_camunda-bpm-platform | train | java |
a226d6330dacd8f212f53c7aeea0ebf1d69c5e99 | diff --git a/src/ServerlessOffline.js b/src/ServerlessOffline.js
index <HASH>..<HASH> 100644
--- a/src/ServerlessOffline.js
+++ b/src/ServerlessOffline.js
@@ -60,7 +60,7 @@ export default class ServerlessOffline {
// Entry point for the plugin (sls offline) when running 'sls offline start'
async start() {
//... | fix: env property is always a string | dherault_serverless-offline | train | js |
34d6604151ab181d178f3896ce6d1a615367700c | diff --git a/packages/babel-preset-js/index.js b/packages/babel-preset-js/index.js
index <HASH>..<HASH> 100644
--- a/packages/babel-preset-js/index.js
+++ b/packages/babel-preset-js/index.js
@@ -1,3 +1,3 @@
module.exports = {
- plugins: [require("babel-plugin-lingui-transform-js")]
+ plugins: [require("@lingui/babel... | fix: fix package names in presets | lingui_js-lingui | train | js,js |
5bd75488c9b220a0c4088a98bd8724b00b8331ca | diff --git a/censys/base.py b/censys/base.py
index <HASH>..<HASH> 100644
--- a/censys/base.py
+++ b/censys/base.py
@@ -98,13 +98,13 @@ class CensysAPIBase:
)
@staticmethod
- def _get_exception_class(res: Response) -> Type[CensysAPIException]:
+ def _get_exception_class(_: Response) -> Type[CensysA... | chore: unused variable in base class | censys_censys-python | train | py |
a37bf294670967d331254d69f03032872ae3399c | diff --git a/ui/src/components/virtual-scroll/use-virtual-scroll.js b/ui/src/components/virtual-scroll/use-virtual-scroll.js
index <HASH>..<HASH> 100644
--- a/ui/src/components/virtual-scroll/use-virtual-scroll.js
+++ b/ui/src/components/virtual-scroll/use-virtual-scroll.js
@@ -244,7 +244,7 @@ export function useVirtua... | fix(VirtualScroll): flatten content in padVirtualScroll to allow keys to work (#<I>)
Unfortunately the problem with keys (from vue2) is still present, and even worse, so we must keep the workaround with changing from and to in different ticks/renders | quasarframework_quasar | train | js |
835f4c05b061ac93d36b3323ce261e842e2f6445 | diff --git a/scripts/build/build.js b/scripts/build/build.js
index <HASH>..<HASH> 100644
--- a/scripts/build/build.js
+++ b/scripts/build/build.js
@@ -88,6 +88,7 @@ async function preparePackage() {
await util.writeJson("dist/package.json", pkg);
await util.copyFile("./README.md", "./dist/README.md");
+ await ... | chore: copy LICENSE to dist (#<I>) | josephfrazier_prettier_d | train | js |
a9c6052e427f70d766ec953ef99e9473668324b3 | diff --git a/www/TouchID.js b/www/TouchID.js
index <HASH>..<HASH> 100755
--- a/www/TouchID.js
+++ b/www/TouchID.js
@@ -21,6 +21,10 @@ TouchID.prototype.verifyFingerprintWithCustomPasswordFallbackAndEnterPasswordLab
cordova.exec(successCallback, errorCallback, "TouchID", "verifyFingerprintWithCustomPasswordFallbackAn... | chore: add askPassword in TouchID.js | EddyVerbruggen_cordova-plugin-touch-id | train | js |
56336abc4970933a33e615233243084776049018 | diff --git a/lib/components/narrative/itinerary-carousel.js b/lib/components/narrative/itinerary-carousel.js
index <HASH>..<HASH> 100644
--- a/lib/components/narrative/itinerary-carousel.js
+++ b/lib/components/narrative/itinerary-carousel.js
@@ -86,17 +86,21 @@ class ItineraryCarousel extends Component {
in... | fix: make expanded itinerary body show up in ItineraryCarousel | opentripplanner_otp-react-redux | train | js |
d7355b6d2c86957f77e216ccd1d51834a22c64ee | diff --git a/lib/mina-circle/helpers.rb b/lib/mina-circle/helpers.rb
index <HASH>..<HASH> 100644
--- a/lib/mina-circle/helpers.rb
+++ b/lib/mina-circle/helpers.rb
@@ -16,7 +16,8 @@ module MinaCircle
build_artifacts = successful_for_job.last.artifacts
- build_artifacts.find { |artifact| artifact.filename... | fix: Return artifact url instead of instance | sparkbox_mina-circle | train | rb |
03376a5d9c7dfd7197b14ce13b24a0431a07a663 | diff --git a/cluster.go b/cluster.go
index <HASH>..<HASH> 100644
--- a/cluster.go
+++ b/cluster.go
@@ -1212,7 +1212,7 @@ func (c *ClusterClient) pipelineReadCmds(
continue
}
- if c.opt.ReadOnly && isLoadingError(err) {
+ if c.opt.ReadOnly && (isLoadingError(err) || !isRedisError(err)) {
node.MarkAsFailin... | fix: additional node failures in clustered pipelined reads
This causes a node to be marked as failing if the client is in READONLY mode
and any error occurs that is either a LOADING error (existing behvaior) or
any non-redis error (e.g. connection error, timeout, etc.). This prevents that
node from being tried again ... | go-redis_redis | train | go |
ec561c16b0c9290d4803a5421d4fa7eb4082803d | diff --git a/src/transactions/core.js b/src/transactions/core.js
index <HASH>..<HASH> 100644
--- a/src/transactions/core.js
+++ b/src/transactions/core.js
@@ -23,7 +23,11 @@ export const calculateInputs = (balances, intents, gasCost = 0) => {
// Add GAS cost in
gasCost = new Fixed8(gasCost)
if (gasCost.gt(0)... | fix(tx): Fix gasCost not being accounted for | CityOfZion_neon-js | train | js |
653947ba4673319b4311e7ba3cddfe2a695d0c11 | diff --git a/lib/tunnel.js b/lib/tunnel.js
index <HASH>..<HASH> 100644
--- a/lib/tunnel.js
+++ b/lib/tunnel.js
@@ -19,6 +19,7 @@ var STATUS_CODES = require('http').STATUS_CODES || {};
var getRawHeaderNames = hparser.getRawHeaderNames;
var formatHeaders = hparser.formatHeaders;
var getRawHeaders = hparser.getRawHeade... | refactor: UA including Gecko or WebKit requests to use SNI by default | avwo_whistle | train | js |
2d7b56f64944ea5d1ce4672710a28448e8e215d1 | diff --git a/scripts/pre-push.js b/scripts/pre-push.js
index <HASH>..<HASH> 100755
--- a/scripts/pre-push.js
+++ b/scripts/pre-push.js
@@ -41,7 +41,7 @@ shell.rm('-f', 'package-lock.json')
shell.exec('npm version patch --no-package-lock').code === 0 || process.exit(1)
process.env[INNER_PRE_HOOK] = '1'
-const cmd = ... | fix: fix error on old version for git-scripts | nkzawa_git-scripts | train | js |
cdde3332b8ee92025c0595972b348ed82e3f0794 | diff --git a/packages/cozy-scripts/scripts/init.js b/packages/cozy-scripts/scripts/init.js
index <HASH>..<HASH> 100644
--- a/packages/cozy-scripts/scripts/init.js
+++ b/packages/cozy-scripts/scripts/init.js
@@ -203,7 +203,7 @@ function run(appPath, dataMap, cliOptions, gracefulRootExit, successCallback) {
)
... | fix: :pencil2: Use the correct folder name in finish logs | CPatchane_create-cozy-app | train | js |
759d2e86f160c524e6cd8d9fd81312c44c34b379 | diff --git a/src/js/plugins/forward.js b/src/js/plugins/forward.js
index <HASH>..<HASH> 100644
--- a/src/js/plugins/forward.js
+++ b/src/js/plugins/forward.js
@@ -10,9 +10,10 @@ import { documentScrollTo } from './util/tween'
const NAME = 'historyback'
const DATA_KEY = 'bs.historyback'
const EVENT_KEY = `.${DATA_KEY... | chore(core): changes for forward activation | italia_bootstrap-italia | train | js |
dd6b31aaad5d8f9f66090a214f0533976eb76125 | diff --git a/intranet/apps/eighth/models.py b/intranet/apps/eighth/models.py
index <HASH>..<HASH> 100644
--- a/intranet/apps/eighth/models.py
+++ b/intranet/apps/eighth/models.py
@@ -1379,8 +1379,14 @@ class EighthScheduledActivity(AbstractBaseEighthModel):
user=user, scheduled_activity=self, a... | style: make eighth/models.py less than
<I> characters in a line | tjcsl_ion | train | py |
177dcd152e9210abaa47414f086d82789e2f2ac7 | diff --git a/resources/assets/js/helpers.js b/resources/assets/js/helpers.js
index <HASH>..<HASH> 100644
--- a/resources/assets/js/helpers.js
+++ b/resources/assets/js/helpers.js
@@ -216,9 +216,9 @@ $.extend(true, laravelValidation, {
*/
compareDates: function (validator, value, element, params, oper... | fix: date comparisons in before/after rules (#<I>)
* fix: date comparisons when before/after rule values are not a field names
* fix: revert generation of public\js assets | proengsoft_laravel-jsvalidation | train | js |
6a821beabe9e271972886d28f1263e88942b7622 | diff --git a/src/Leevel/Kernel/Console/IdeHelper.php b/src/Leevel/Kernel/Console/IdeHelper.php
index <HASH>..<HASH> 100644
--- a/src/Leevel/Kernel/Console/IdeHelper.php
+++ b/src/Leevel/Kernel/Console/IdeHelper.php
@@ -43,14 +43,14 @@ class IdeHelper extends Command
*
* @var string
*/
- protected $... | fix(kernel): fix typed properties of kernel console | hunzhiwange_framework | train | php |
78d4513c45c8ed34b9b86a4ef3d404fff9401f21 | diff --git a/src/cli.js b/src/cli.js
index <HASH>..<HASH> 100644
--- a/src/cli.js
+++ b/src/cli.js
@@ -21,11 +21,14 @@ try {
}
}
+// CLI options
+const options = {
+ verbose: hasFlag('-v'),
+}
+
// Start the tests on the next tick.
setImmediate(async function() {
- tp.startTests({
- verbose: hasFlag('-v'),... | fix: include CLI options in reruns | aleclarson_testpass | train | js |
78b3b5a35eea8b34075acaf05fa5e2f2ba030d5d | diff --git a/src/Admin42/Form/User/CreateEditForm.php b/src/Admin42/Form/User/CreateEditForm.php
index <HASH>..<HASH> 100644
--- a/src/Admin42/Form/User/CreateEditForm.php
+++ b/src/Admin42/Form/User/CreateEditForm.php
@@ -44,5 +44,10 @@ class CreateEditForm extends Form
$role->setLabel("Role");
$role... | fix: shortName error when adding new user | kiwi-suite_admin42 | train | php |
ead497d0947958b32d4f86d40121803a1a9e5f4a | diff --git a/Gruntfile.circle.js b/Gruntfile.circle.js
index <HASH>..<HASH> 100644
--- a/Gruntfile.circle.js
+++ b/Gruntfile.circle.js
@@ -31,22 +31,22 @@ module.exports = function gruntConfig(grunt) {
}, [
// note: packages are ordered on approximate flakiness of their respective
// test suites
- ... | chore(build): skip most packges for debugging purposes | webex_spark-js-sdk | train | js |
3ec983ff924d88be155261421c54edcd7d0c331f | diff --git a/src/providers/opensubtitles.js b/src/providers/opensubtitles.js
index <HASH>..<HASH> 100644
--- a/src/providers/opensubtitles.js
+++ b/src/providers/opensubtitles.js
@@ -2,7 +2,7 @@ const OS = require('opensubtitles-api')
const request = require('request-promise')
const OpenSubtitles = new OS({
- user... | fix(opensubtitles): change temporary user-agent
This shouldn't be public, we should ask for a dedicated User-Agent in the future | BeLi4L_subz-hero | train | js |
14262a3c6303c79e6053f2eb8121be6b33fe2198 | diff --git a/src/WebServiceProvider.php b/src/WebServiceProvider.php
index <HASH>..<HASH> 100644
--- a/src/WebServiceProvider.php
+++ b/src/WebServiceProvider.php
@@ -287,6 +287,9 @@ class WebServiceProvider extends AbstractSeatPlugin
// Require the queue_manager role to view the dashboard
Horizon::au... | fix(ACL): Avoid null exception on Horizon access check (#<I>)
Due to the way Horizon access is checked, user method may be unset
which will result in a null exception during the access control to the
board.
```
Call to a member function has() on null in
/var/www/seat/packages/eveseat/web/src/WebServiceProvider.... | eveseat_web | train | php |
812344bc5f2ed94890c5a585726d195eb63cdeec | diff --git a/client/community/components/dns/subdomain-form/index.js b/client/community/components/dns/subdomain-form/index.js
index <HASH>..<HASH> 100644
--- a/client/community/components/dns/subdomain-form/index.js
+++ b/client/community/components/dns/subdomain-form/index.js
@@ -49,7 +49,7 @@ const Form = ({ dnsHost... | chore(community): increase the dns record textarea rows #<I> | nossas_bonde-client | train | js |
1435e2bcc540b674df5754f824f9ce3c73a7076c | diff --git a/internal/pipe/scoop/scoop.go b/internal/pipe/scoop/scoop.go
index <HASH>..<HASH> 100644
--- a/internal/pipe/scoop/scoop.go
+++ b/internal/pipe/scoop/scoop.go
@@ -86,14 +86,12 @@ func doRun(ctx *context.Context, client client.Client) error {
if ctx.SkipPublish {
return pipe.ErrSkipPublishEnabled
-
... | refactor: lint issues, style | goreleaser_goreleaser | train | go |
76af8bbd99f41eed36992d600a4ca18dad65b419 | diff --git a/src/Leevel/Database/Ddd/Relation/ManyMany.php b/src/Leevel/Database/Ddd/Relation/ManyMany.php
index <HASH>..<HASH> 100644
--- a/src/Leevel/Database/Ddd/Relation/ManyMany.php
+++ b/src/Leevel/Database/Ddd/Relation/ManyMany.php
@@ -119,16 +119,12 @@ class ManyMany extends Relation
public function matchP... | fix(manymany): use an empty target collection when manymany query result is empty | hunzhiwange_framework | train | php |
995d7b2b92cd1c66985bc644eb814d084263f0ec | diff --git a/system/Pager/PagerRenderer.php b/system/Pager/PagerRenderer.php
index <HASH>..<HASH> 100644
--- a/system/Pager/PagerRenderer.php
+++ b/system/Pager/PagerRenderer.php
@@ -42,14 +42,14 @@ class PagerRenderer
protected $current;
/**
- * Total number of pages? unused?
+ * Total number of items.
*
... | docs: fix phpdoc comments | codeigniter4_CodeIgniter4 | train | php |
eb26f99f6efcc10048e80f58f60f9453e2171aee | diff --git a/spec/chromium-spec.js b/spec/chromium-spec.js
index <HASH>..<HASH> 100644
--- a/spec/chromium-spec.js
+++ b/spec/chromium-spec.js
@@ -281,15 +281,14 @@ describe('chromium feature', () => {
expect(event.data).to.equal('undefined undefined undefined undefined');
});
- // FIXME: disable... | test: re-enable shared worker webview test (#<I>) | electron_electron | train | js |
d6f919d9c6b76d040a4d782802e221cd439c26fd | diff --git a/mixin-promise-stream.js b/mixin-promise-stream.js
index <HASH>..<HASH> 100644
--- a/mixin-promise-stream.js
+++ b/mixin-promise-stream.js
@@ -73,7 +73,9 @@ function mixinPromise (Promise, stream) {
}
// the fun-stream ways of requesting a promise are passthroughs
- obj.ended = obj.finished = funct... | fix(mixin-promise-stream): only add our own ended/finished methods if they're missing | iarna_funstream | train | js |
ce4e44c2b1fda75c9ccac4bf72c021536a9cf72d | diff --git a/src/components/VDialog/VDialog.js b/src/components/VDialog/VDialog.js
index <HASH>..<HASH> 100644
--- a/src/components/VDialog/VDialog.js
+++ b/src/components/VDialog/VDialog.js
@@ -73,11 +73,9 @@ export default {
watch: {
isActive (val) {
if (val) {
- this.init()
+ this.show()... | fix(VDialog): only disable scrolling when active
Regression from <I>bcb<I>ee<I>e7d<I>d<I>a9c<I>c<I>f<I>bbc8
Fixes #<I> | vuetifyjs_vuetify | train | js |
d87dbc8367a7759cb818eb87e0e75b47554909c2 | diff --git a/src/Admin/CommentsGridFieldConfig.php b/src/Admin/CommentsGridFieldConfig.php
index <HASH>..<HASH> 100644
--- a/src/Admin/CommentsGridFieldConfig.php
+++ b/src/Admin/CommentsGridFieldConfig.php
@@ -27,12 +27,16 @@ class CommentsGridFieldConfig extends GridFieldConfig_RecordEditor
/** @var GridFiel... | fix: field formatting to correct include link | silverstripe_silverstripe-comments | train | php |
6d6a43ff4602a2bb9d09f1eded553a95ef78c63c | diff --git a/superset-frontend/temporary_superset_ui/superset-ui/plugins/superset-ui-plugins/commitlint.config.js b/superset-frontend/temporary_superset_ui/superset-ui/plugins/superset-ui-plugins/commitlint.config.js
index <HASH>..<HASH> 100644
--- a/superset-frontend/temporary_superset_ui/superset-ui/plugins/superset-... | chore: style commitlint config file | apache_incubator-superset | train | js |
c50ce1297416da5630228bad9efb2b20fe77b05c | diff --git a/src/Utility.php b/src/Utility.php
index <HASH>..<HASH> 100644
--- a/src/Utility.php
+++ b/src/Utility.php
@@ -870,7 +870,11 @@ class Utility
$string = implode(' ', $sentences);
- return (new static($string, $this->encoding))->ensureEndsWith('.');
+ if (preg_match('/[\p{P}]$/', $s... | fix: will only ensure that the string ends with a full stop, if it doesn't already end in punctuation
If a string was ending with a punctuation value before it was transformed, it was getting an extra full stop | myerscode_utilities-strings | train | php,php |
83e224be0727438697a2bae3b01af381ab6efe90 | 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
@@ -281,10 +281,9 @@ function makeConnection(family, options, _callback) {
const errorEvents = ['error', 'close', 'timeout', 'parseError', 'connect'];
func... | fix(connect): fixed syntax issue in connect error handler
Connect error handler was attempting to read properties off
of an error that had a chance of being null. Removed that,
and replaced the error generation to be more explicit.
Fixes NODE-<I> | mongodb-js_mongodb-core | train | js |
8a4791c90ff9010eb59b897a8805b5de7f6c56c4 | diff --git a/setup.py b/setup.py
index <HASH>..<HASH> 100644
--- a/setup.py
+++ b/setup.py
@@ -2,13 +2,12 @@ from distutils.core import setup
setup(
name='alpha_vantage',
- version='0.1.3',
+ version='0.1.4',
author='Romel J. Torres',
author_email='romel.torres@gmail.com',
license='MIT',
... | fix: Eliminate download url from setup.py | RomelTorres_alpha_vantage | train | py |
c5e3d25c38c20c00eb79fcffc8807313330d9038 | diff --git a/lib/utils.js b/lib/utils.js
index <HASH>..<HASH> 100644
--- a/lib/utils.js
+++ b/lib/utils.js
@@ -425,7 +425,7 @@ const executeOperation = (topology, operation, args, options) => {
args.push((err, result) => {
if (session && !options.returnsCursor) {
session.endSession(() => {
- ... | refactor(executeOperation): use `delete` instead of `= undefined`
NODE-<I> | mongodb_node-mongodb-native | train | js |
0a4729da901c1e29a7809e724ba0ed316e9b96e5 | diff --git a/lib/fetchers/registry/tarball.js b/lib/fetchers/registry/tarball.js
index <HASH>..<HASH> 100644
--- a/lib/fetchers/registry/tarball.js
+++ b/lib/fetchers/registry/tarball.js
@@ -76,15 +76,17 @@ function getTarballUrl (spec, registry, mani, opts) {
const reg = url.parse(registry)
const tarball = url.p... | fix(tarball): opts.resolved impl was triggering extra registry lookups | zkat_pacote | train | js |
f7a695feb75f443a284dbfd2563c98a7b38931fb | diff --git a/src/lib/tutorial.js b/src/lib/tutorial.js
index <HASH>..<HASH> 100644
--- a/src/lib/tutorial.js
+++ b/src/lib/tutorial.js
@@ -89,7 +89,12 @@ export function display(t) {
trackerInstance.push(['trackPageView'])
}
- cozyBarMenuButton.click()
+ // When a click occurs on the last tu... | fix: add delay before click on apps button in tutorial 🚑 | cozy_cozy-home | train | js |
0fc890a26eed591022749db185d317e051698c79 | diff --git a/src/components/AccordionItem/AccordionItem.js b/src/components/AccordionItem/AccordionItem.js
index <HASH>..<HASH> 100644
--- a/src/components/AccordionItem/AccordionItem.js
+++ b/src/components/AccordionItem/AccordionItem.js
@@ -74,6 +74,7 @@ export default class AccordionItem extends Component {
... | fix(AccordionItem): add explicit `type` attribute (#<I>)
By default, `<button>` in a form will submit the form if it's interacted with. Adding `type="button"` here will cause this not to be the default behavior. | carbon-design-system_carbon-components-react | train | js |
4162772819248802afc1fc21eee01bfeec14a243 | diff --git a/cmd/config.go b/cmd/config.go
index <HASH>..<HASH> 100644
--- a/cmd/config.go
+++ b/cmd/config.go
@@ -8,6 +8,10 @@ import (
)
func loadConfig(path string) (config.Project, error) {
+ if path == "-" {
+ log.Info("loading config from stdin")
+ return config.LoadReader(os.Stdin)
+ }
if path != "" {
... | feat: allow to load config from stdin (#<I>)
allows to load the config from stdin, so things like:
```sh
cat .goreleaser.yml | sed 's/something/else/g' | goreleaser release -f -
```
will now work.
closes #<I> | goreleaser_goreleaser | train | go,go |
eca309b083f6868613d4519983a25933583ffa40 | diff --git a/build/travis-greenkeeper.js b/build/travis-greenkeeper.js
index <HASH>..<HASH> 100644
--- a/build/travis-greenkeeper.js
+++ b/build/travis-greenkeeper.js
@@ -11,13 +11,16 @@ const GH_TOKEN = process.env.GH_TOKEN
const BRANCH = process.env.TRAVIS_PULL_REQUEST_BRANCH || process.env.TRAVIS_BRANCH || ''
cons... | chore(travis): exit when up-to-date | vk-x_vk-x | train | js |
dd88cf6bf2016c2c030fedba640d2873ef17a53e | diff --git a/packages/text/src/react/heading.js b/packages/text/src/react/heading.js
index <HASH>..<HASH> 100644
--- a/packages/text/src/react/heading.js
+++ b/packages/text/src/react/heading.js
@@ -2,7 +2,7 @@ import core from '@pluralsight/ps-design-system-core'
import * as glamor from 'glamor'
import React from 'r... | feat(text): export statics separately | pluralsight_design-system | train | js |
910196358ab7307b5d24402a7c9936112567feb9 | diff --git a/engine/src/test/java/org/camunda/bpm/engine/test/history/HistoricTaskReportTest.java b/engine/src/test/java/org/camunda/bpm/engine/test/history/HistoricTaskReportTest.java
index <HASH>..<HASH> 100644
--- a/engine/src/test/java/org/camunda/bpm/engine/test/history/HistoricTaskReportTest.java
+++ b/engine/src... | fix(engine): add required historylevel annotation
Related to: #CAM-<I>, #CAM-<I>, #CAM-<I> | camunda_camunda-bpm-platform | train | java |
8a44923cc970e4fe1342bce64e055840563eb2c6 | diff --git a/master/buildbot/test/integration/test_worker_latent.py b/master/buildbot/test/integration/test_worker_latent.py
index <HASH>..<HASH> 100644
--- a/master/buildbot/test/integration/test_worker_latent.py
+++ b/master/buildbot/test/integration/test_worker_latent.py
@@ -520,6 +520,27 @@ class Latent(Timeoutable... | test: Add test for build stop during latent substantiation | buildbot_buildbot | train | py |
1c36cbad3d28bc4fbc26af6f953110592332cc9f | diff --git a/tests/administration.test.js b/tests/administration.test.js
index <HASH>..<HASH> 100644
--- a/tests/administration.test.js
+++ b/tests/administration.test.js
@@ -16,7 +16,8 @@ describe('Administration', function() {
.then(function(result) {
expect(result.inserted).to.equal(100);
te... | fix(administration): ensure table is ready before running tests | mbroadst_rethunk | train | js |
df777b51cd61600c01d70a04076d8faf24e09f0b | diff --git a/go/vt/vtgate/executor_framework_test.go b/go/vt/vtgate/executor_framework_test.go
index <HASH>..<HASH> 100644
--- a/go/vt/vtgate/executor_framework_test.go
+++ b/go/vt/vtgate/executor_framework_test.go
@@ -626,7 +626,11 @@ func assertQueriesWithSavepoint(t *testing.T, sbc *sandboxconn.SandboxConn, want
... | test: if the savepoints exists then check it has the same representation | vitessio_vitess | train | go |
a597b957d245a0dbd743bd88989426fc26ae6955 | diff --git a/src/Resource.js b/src/Resource.js
index <HASH>..<HASH> 100644
--- a/src/Resource.js
+++ b/src/Resource.js
@@ -178,7 +178,8 @@ export default class Resource {
return this.fetchDebounced(true)
}
- cancel () {
+ cancel (unload) {
+ if (unload) this._data = null
if (typeof this._canceler ==... | feat(Resource): add unload feature to cancel method | chimera-js_vue-chimera | train | js |
dce07128d036793bb6d82f23015d60600cdd4ac1 | diff --git a/packages/config-presets/config-browserlist/test.js b/packages/config-presets/config-browserlist/test.js
index <HASH>..<HASH> 100644
--- a/packages/config-presets/config-browserlist/test.js
+++ b/packages/config-presets/config-browserlist/test.js
@@ -1,12 +1,16 @@
const browserslist = require('browserslist... | chore: include additional Browserslist Jest test to double-check IE <I> is currently included in array of supported browsers | bolt-design-system_bolt | train | js |
6a062601904d66b12d02290ee7ca7bfb3892bf8a | diff --git a/src/http-client.js b/src/http-client.js
index <HASH>..<HASH> 100644
--- a/src/http-client.js
+++ b/src/http-client.js
@@ -2,8 +2,6 @@ import {HttpClientConfiguration} from './http-client-configuration';
import {IRequestInit, IInterceptor} from './interfaces';
import 'core-js';
-type ConfigOrCallback = ... | fix(http-client): inline ConfigOrCallback type definition
Type aliases are not yet supported by the babel dts generator. | aurelia_fetch-client | train | js |
d92e82c43fcc2fbd5007d9a88174ef76f8207a9a | diff --git a/builder/amazon/common/step_key_pair.go b/builder/amazon/common/step_key_pair.go
index <HASH>..<HASH> 100644
--- a/builder/amazon/common/step_key_pair.go
+++ b/builder/amazon/common/step_key_pair.go
@@ -60,7 +60,7 @@ func (s *StepKeyPair) Run(ctx context.Context, state multistep.StateBag) multist
ui.Say(f... | refactor: replace the maxBackoff from <I> nanosecond to <I> seconds | hashicorp_packer | train | go |
a3e949e93e53cb98ea3486ae462ec4333d6be14b | diff --git a/packages/wasm-parser/src/decoder.js b/packages/wasm-parser/src/decoder.js
index <HASH>..<HASH> 100644
--- a/packages/wasm-parser/src/decoder.js
+++ b/packages/wasm-parser/src/decoder.js
@@ -1065,6 +1065,7 @@ export function decode(ab: ArrayBuffer, opts: DecoderOpts): Program {
dump([limitType], "limit... | feat(wasm-parser): support shared linear memory | xtuc_webassemblyjs | train | js |
3bbfb0db57c3cd59140e3ff64c6c274ec6adaa59 | diff --git a/test/unlock-no-cb.js b/test/unlock-no-cb.js
index <HASH>..<HASH> 100644
--- a/test/unlock-no-cb.js
+++ b/test/unlock-no-cb.js
@@ -6,5 +6,5 @@ if (/0\.(10|8)/.test(process.version)) {
t.equal(code, 0, 'did not throw')
})
}
-var lf = require('lockfile')
+var lf = require('../lockfile.js')
lf.unlock... | fix(test): add load path in failing test | npm_lockfile | train | js |
a3f0e78793b870cd7b8d238f570fd8dc7e35ca83 | diff --git a/babel.config.js b/babel.config.js
index <HASH>..<HASH> 100644
--- a/babel.config.js
+++ b/babel.config.js
@@ -20,12 +20,13 @@ module.exports = {
],
env: {
transpilation: {
- plugins: plugins
+ plugins: plugins,
+ ignore: ['**/*.spec.jsx', '**/*.spec.js']
},
test: {
... | chore: Different ignore for babel tests | cozy_cozy-ui | train | js |
d897e93f478282c5707adfac8c28356b87f5a257 | diff --git a/app/models/foreman_fog_proxmox/vms.rb b/app/models/foreman_fog_proxmox/vms.rb
index <HASH>..<HASH> 100644
--- a/app/models/foreman_fog_proxmox/vms.rb
+++ b/app/models/foreman_fog_proxmox/vms.rb
@@ -20,7 +20,10 @@
module ForemanFogProxmox
class Vms
attr_reader :items
- delegate :each, to: @items... | fix: no vms attached to compute resources | theforeman_foreman_fog_proxmox | train | rb |
f84261ddab78fb743b7c7cfaf069a4278893e3d4 | diff --git a/packages/cozy-scripts/utils/cleanBuild.js b/packages/cozy-scripts/utils/cleanBuild.js
index <HASH>..<HASH> 100644
--- a/packages/cozy-scripts/utils/cleanBuild.js
+++ b/packages/cozy-scripts/utils/cleanBuild.js
@@ -5,9 +5,9 @@ const paths = require('./paths')
module.exports = target => {
if (target ==... | fix: Docker unlink folder 🐛
Unnecessary to test if folder exist because fs-extra is extra
fix #<I> | CPatchane_create-cozy-app | train | js |
9aa539615588b6b06084b5da6dd1c2980a10cf44 | diff --git a/src/bin/index.js b/src/bin/index.js
index <HASH>..<HASH> 100755
--- a/src/bin/index.js
+++ b/src/bin/index.js
@@ -13,10 +13,11 @@ import {spawn} from 'cross-spawn';
function loadAndExecute(args) {
const [dotEnvConfig, command, commandArgs] = parseCommand(args);
if (command) {
+ config(dot... | fix: expose entire process.env to command called with CLI | keithmorris_node-dotenv-extended | train | js |
870125ab3b11fcf31dbfb715fbab298db8f1b14a | diff --git a/lock/etcd.go b/lock/etcd.go
index <HASH>..<HASH> 100644
--- a/lock/etcd.go
+++ b/lock/etcd.go
@@ -10,11 +10,11 @@ import (
const (
keyPrefix = "coreos.com/updateengine/rebootlock"
holdersPrefix = keyPrefix + "/holders"
- SemaphorePrefix = keyPrefix + "/sempahore"
+ SemaphorePrefix = keyPrefix ... | fix(lock): s/sempahore/semaphore | coreos_locksmith | train | go |
0aae8fbf901802c1dba07128b1bbe37ba1c8ed66 | diff --git a/core/lib/engine_util.js b/core/lib/engine_util.js
index <HASH>..<HASH> 100644
--- a/core/lib/engine_util.js
+++ b/core/lib/engine_util.js
@@ -342,7 +342,7 @@ function parseLoopCount(countSpec) {
}
function isCaptureFailed(v, defaultStrict) {
- const noValue = ((!v.value || v.value === '') || typeof v.... | fix: don't fail capture on false boolean values | artilleryio_artillery | train | js |
24104090cae9bf08a1b7ec5a697d04f80751eb24 | diff --git a/test/instrumentation/transaction.js b/test/instrumentation/transaction.js
index <HASH>..<HASH> 100644
--- a/test/instrumentation/transaction.js
+++ b/test/instrumentation/transaction.js
@@ -189,7 +189,7 @@ test('#end() - with result', function (t) {
test('#duration()', function (t) {
var ins = mockInst... | ci(transaction): increase acceptable duration range (#<I>) | elastic_apm-agent-nodejs | train | js |
19ac17bf2246250b9e0c7dae521ae0ac9d4fd43b | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -236,7 +236,7 @@ function fromString(str, unsigned, radix) {
if (str.length === 0)
throw Error('empty string');
if (str === "NaN" || str === "Infinity" || str === "+Infinity" || str === "-Infinity")
- return ZERO... | fix: Always return matching signed/unsigned zeroes, fixes #<I> | dcodeIO_long.js | train | js |
af178d2a2413aba8eb09616942634b082cad4c95 | diff --git a/tests/backend/yaml.py b/tests/backend/yaml.py
index <HASH>..<HASH> 100644
--- a/tests/backend/yaml.py
+++ b/tests/backend/yaml.py
@@ -31,9 +31,8 @@ sect1:
CNF = OrderedDict((("a", 0), ("b", "bbb"), ("c", [1, 2, 3]),
("sect0", OrderedDict((("d", "x y z".split()), ))),
- ... | fix: minor whitespace and indentation tunes | ssato_python-anyconfig | train | py |
c6cf8323729ce9268202cc5dd647960b5097e0c5 | diff --git a/packages/cli-plugin-deploy-components/utils.js b/packages/cli-plugin-deploy-components/utils.js
index <HASH>..<HASH> 100644
--- a/packages/cli-plugin-deploy-components/utils.js
+++ b/packages/cli-plugin-deploy-components/utils.js
@@ -39,4 +39,16 @@ const updateEnvValues = (envDir, envMap) => async ({ env, ... | feat(cli-plugin-deploy-components): add setEnvironmentFromState utility | Webiny_webiny-js | train | js |
170892efd02ba543028e7035775ac0dd562fb027 | diff --git a/test/tobe_instrumented/assertion.js b/test/tobe_instrumented/assertion.js
index <HASH>..<HASH> 100644
--- a/test/tobe_instrumented/assertion.js
+++ b/test/tobe_instrumented/assertion.js
@@ -21,9 +21,9 @@ describe('power-assert message', function () {
});
- it('assert(false);', function () {
+ ... | chore: fix failing tests due to the change in assertion message since Node <I> | power-assert-js_power-assert | train | js |
008f07a4db11702011fc172e0036671ea9bf4ed7 | diff --git a/packages/driver/src/cy/commands/actions/click.js b/packages/driver/src/cy/commands/actions/click.js
index <HASH>..<HASH> 100644
--- a/packages/driver/src/cy/commands/actions/click.js
+++ b/packages/driver/src/cy/commands/actions/click.js
@@ -143,7 +143,7 @@ module.exports = (Commands, Cypress, cy, state, c... | chore: a typo in comment (#<I>) | cypress-io_cypress | train | js |
0604c626ea8a7dd3b65df1cb8d2eab2ea291e559 | diff --git a/packages/ringcentral-integration/modules/Conversations/index.js b/packages/ringcentral-integration/modules/Conversations/index.js
index <HASH>..<HASH> 100644
--- a/packages/ringcentral-integration/modules/Conversations/index.js
+++ b/packages/ringcentral-integration/modules/Conversations/index.js
@@ -165,6... | fix: load older conversations (#<I>) | ringcentral_ringcentral-js-widgets | train | js |
fc3de61cb667cfdff44fac19547fdd8d3866ce5a | 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
@@ -100,9 +100,9 @@ function handleWebsocket(socket, clientIp, callback) {
plugin = pluginMgr.getPluginByRuleUrl(ruleUrlValue);
if (plugin && plugin.rulesMgr) {
extend(filte... | feat: Let websocket, tunnel support the built-in rules of the disable and filter attributes | avwo_whistle | train | js |
24e0af7e894dd889a4c6db201a30734e3f7c0a4b | diff --git a/angularfire.js b/angularfire.js
index <HASH>..<HASH> 100644
--- a/angularfire.js
+++ b/angularfire.js
@@ -301,7 +301,9 @@ angular.module("firebase").factory("angularFireCollection", ["$timeout",
// Trigger the initial callback, if one was provided.
if (initialCb && typeof initialCb == "func... | fix(angularFireCollection): Call initialCb in a $timeout so digest fires | firebase_angularfire | train | js |
04da7e2cae12f0672e999c1af58fcb840bb39d21 | diff --git a/src/index.js b/src/index.js
index <HASH>..<HASH> 100644
--- a/src/index.js
+++ b/src/index.js
@@ -22,3 +22,4 @@ export { default as reduxStore } from './configure-store';
export {
default as setupGlobalErrorListener,
} from './utils/setup-global-error-listener';
+export { selectUserId } from './utils/... | feat(app-shell): export selector | commercetools_merchant-center-application-kit | train | js |
5331fe60f46267d8c9fb2c2f3460d19b3b3ac1b8 | diff --git a/detox/android/detox/src/main/java/com/wix/detox/ReactNativeSupport.java b/detox/android/detox/src/main/java/com/wix/detox/ReactNativeSupport.java
index <HASH>..<HASH> 100644
--- a/detox/android/detox/src/main/java/com/wix/detox/ReactNativeSupport.java
+++ b/detox/android/detox/src/main/java/com/wix/detox/R... | feat(ux): log reflection errors from looper introspection (#<I>) | wix_Detox | train | java |
43f66482563b4ba20d3419f21a260471e7fa3683 | diff --git a/index.js b/index.js
index <HASH>..<HASH> 100644
--- a/index.js
+++ b/index.js
@@ -1,3 +1,3 @@
-'use strict';
+'use strict'
-module.exports = require('./src/reporter').report;
+module.exports = require('./src/reporter').report
diff --git a/src/reporter.js b/src/reporter.js
index <HASH>..<HASH> 100644
--- ... | refactor: replaced plexer by duplexer | nicolas-schmitt_gulp-tslint-jenkins-reporter | train | js,js |
b2e2cfe56d844a351e763bba8b04c2571bba3380 | diff --git a/Gruntfile.js b/Gruntfile.js
index <HASH>..<HASH> 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -229,7 +229,7 @@ module.exports = function(grunt) {
grunt.task.loadTasks('tasks');
grunt.registerTask('bench', ['metrics']);
- grunt.registerTask('sauce', [] /* process.env.SAUCE_USERNAME ? ['tests', '... | chore: re-activate saucelabs | wycats_handlebars.js | train | js |
ea8383e336e8c4ba8dd7021b382d04ab7c869c68 | diff --git a/packages/badge/src/react/index.js b/packages/badge/src/react/index.js
index <HASH>..<HASH> 100644
--- a/packages/badge/src/react/index.js
+++ b/packages/badge/src/react/index.js
@@ -39,7 +39,8 @@ const Badge = glamorous.div(
: {
color:
color === colors.yellow ? core.colors.bl... | fix(badge): match line height for default and stroke appearance | pluralsight_design-system | train | js |
23f229f835bf291f4df2eae61d71802c6592af2e | diff --git a/rakelib/kokoro/kokoro.rb b/rakelib/kokoro/kokoro.rb
index <HASH>..<HASH> 100644
--- a/rakelib/kokoro/kokoro.rb
+++ b/rakelib/kokoro/kokoro.rb
@@ -38,7 +38,7 @@ class Kokoro < Command
run "bundle exec rake ci", 1800
# TODO: Remove date requirement
require "date"
- next unle... | chore: delay broken link checker another week | googleapis_google-cloud-ruby | train | rb |
fd73a40ca8e1e80dbd69d6cf6fddca386c6ad447 | diff --git a/modules/transition.js b/modules/transition.js
index <HASH>..<HASH> 100644
--- a/modules/transition.js
+++ b/modules/transition.js
@@ -21,7 +21,7 @@ function transition(router, toState, fromState, callback) {
const makeError = (base, err) => ({
...base,
...(err instanceof Object ? err... | refactor: fix linting issue | router5_router5 | train | js |
e286df036c597f00f071bb77fea595974d6f14dc | diff --git a/deis.go b/deis.go
index <HASH>..<HASH> 100644
--- a/deis.go
+++ b/deis.go
@@ -31,7 +31,7 @@ type Client struct {
}
// APIVersion is the api version the sdk is compatible with.
-const APIVersion = "2.0"
+const APIVersion = "2.1"
var (
// ErrAPIMismatch occurs when the sdk is using a different api v... | chore(deis): bump api version for latest release (#<I>) | deis_controller-sdk-go | train | go |
b5b3768c09e5570316618498220e411ee537281c | diff --git a/spec/system.spec.js b/spec/system.spec.js
index <HASH>..<HASH> 100644
--- a/spec/system.spec.js
+++ b/spec/system.spec.js
@@ -466,7 +466,7 @@ describe('corp-semantic-release', function() {
function expectedGitTag(expectedVersion) {
// check for new commit
let gitLog = shell.exec('git log | cat... | feat(app): add flag to commit to signal CI servers to ignore the commit
This avoids CI servers running another build due to changes related to versioning
ISSUES CLOSED: #<I> | leonardoanalista_corp-semantic-release | train | js,js |
4723dc250059d5c498f5200de654306ce275018a | diff --git a/sentry_sdk/integrations/celery.py b/sentry_sdk/integrations/celery.py
index <HASH>..<HASH> 100644
--- a/sentry_sdk/integrations/celery.py
+++ b/sentry_sdk/integrations/celery.py
@@ -1,6 +1,7 @@
from __future__ import absolute_import
from celery.signals import task_failure, task_prerun, task_postrun
+fr... | feat: hardcode fingerprint for celery timeouts | getsentry_sentry-python | train | py |
8e39c3722e050b92bccddd5b301040811e7ee732 | diff --git a/scripts/extract-intl.js b/scripts/extract-intl.js
index <HASH>..<HASH> 100755
--- a/scripts/extract-intl.js
+++ b/scripts/extract-intl.js
@@ -17,7 +17,8 @@ const ROOT_PROJECT_PATH = path.join(path.dirname(__filename), '../../../');
const TRANSLATION_DIR = path.join(path.dirname(__filename), '../');
// ... | chore(devtools): move deps to related packages | commercetools_merchant-center-application-kit | train | js |
f24b5b0609ac61dce3807593986fcdb8cf28a218 | diff --git a/packages/cli/utils/log.js b/packages/cli/utils/log.js
index <HASH>..<HASH> 100644
--- a/packages/cli/utils/log.js
+++ b/packages/cli/utils/log.js
@@ -27,7 +27,7 @@ const webinyLog = (type, ...args) => {
return console.log(prefix, first, ...rest);
};
-module.exports = {
+const functions = {
log... | feat: add "highlight" function for every log type | Webiny_webiny-js | train | js |
59ccb533893e46834e2b3889107efc9babab2891 | diff --git a/docs/app/Examples/modules/Accordion/Advanced/AccordionExampleForm.js b/docs/app/Examples/modules/Accordion/Advanced/AccordionExampleForm.js
index <HASH>..<HASH> 100644
--- a/docs/app/Examples/modules/Accordion/Advanced/AccordionExampleForm.js
+++ b/docs/app/Examples/modules/Accordion/Advanced/AccordionExam... | docs(Accordion): fix typo in AccordionExampleForm (#<I>) | Semantic-Org_Semantic-UI-React | train | js |
87ce151e8d83fea791cb1262d6b5ddd9dd574db9 | diff --git a/Doctrineum/Enum.php b/Doctrineum/Enum.php
index <HASH>..<HASH> 100644
--- a/Doctrineum/Enum.php
+++ b/Doctrineum/Enum.php
@@ -65,7 +65,7 @@ class Enum extends StrictObject
}
/**
- * @param string $value
+ * @param string|float|int|bool $value
* @param string $namespace
* @re... | fix: Any scalar value can be used for enum value.
Float is not rounded to integer because of array as inner container. | doctrineum_doctrineum-scalar | train | php |
579cfdcbe1848f80c9f1cbd4ce88e8f567d6f3ee | diff --git a/src/platforms/mp/compiler/modules/style.js b/src/platforms/mp/compiler/modules/style.js
index <HASH>..<HASH> 100644
--- a/src/platforms/mp/compiler/modules/style.js
+++ b/src/platforms/mp/compiler/modules/style.js
@@ -35,7 +35,7 @@ function transformNode (el: ASTElement, options: CompilerOptions) {
func... | feat: don't gen staticStyle on non-component | kaola-fed_megalo | train | js |
edb077854bcb9682e8ef7eff0c0bd55351467764 | diff --git a/messages/index.js b/messages/index.js
index <HASH>..<HASH> 100644
--- a/messages/index.js
+++ b/messages/index.js
@@ -864,6 +864,7 @@ module.exports = {
if: {
en: 'should match "{{=e.params.failingKeyword}}" schema',
ar: 'يجب أن توافق المخطط "{{=e.params.failingKeyword}}"',
+ cz: 'musí vyho... | feat: add missing czech 'if' key translation | epoberezkin_ajv-i18n | train | js |
0bfc01e752738eb8fa6fa78c332253d888d3cd09 | diff --git a/src/Transactions/Transaction.php b/src/Transactions/Transaction.php
index <HASH>..<HASH> 100644
--- a/src/Transactions/Transaction.php
+++ b/src/Transactions/Transaction.php
@@ -190,7 +190,7 @@ class Transaction
$buffer->fill(21);
}
- if (isset($this->vendorField) && strlen($... | feat: support new vendorfield length (#<I>) | ArkEcosystem_php-crypto | train | php |
af20feae6806bab7f36597132691c88174ee5856 | diff --git a/test.js b/test.js
index <HASH>..<HASH> 100644
--- a/test.js
+++ b/test.js
@@ -123,7 +123,7 @@ test('outgoingUpdate doesn\'t clear packet ttl', t => {
id: 'ttlTest'
}
const subs = [{
- clientId: client.clientId,
+ clientId: client.id,
topic: 'hello',
qos: 1
}] | fix: invalid client id in test.js (#<I>) | mcollina_aedes-persistence-redis | train | js |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.