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 |
|---|---|---|---|---|---|
e239c7b023e56cc327371c1700d62c4dbf9ea6f6 | diff --git a/java-speech/synth.py b/java-speech/synth.py
index <HASH>..<HASH> 100644
--- a/java-speech/synth.py
+++ b/java-speech/synth.py
@@ -16,6 +16,8 @@
import synthtool.languages.java as java
+AUTOSYNTH_MULTIPLE_COMMITS = True
+
service = 'speech'
versions = ['v1', 'v1p1beta1'] | chore: enable context aware commits (#<I>) | googleapis_google-cloud-java | train | py |
7f121260e4f339d2da40a676a9ef6ba01f68301d | diff --git a/packages/webpack/lib/middleware/render.js b/packages/webpack/lib/middleware/render.js
index <HASH>..<HASH> 100644
--- a/packages/webpack/lib/middleware/render.js
+++ b/packages/webpack/lib/middleware/render.js
@@ -76,7 +76,10 @@ exports.createTranspiler = function createTranspiler(webpackConfig) {
}
... | feat(webpack): enable node source map support in production | untool_untool | train | js |
d074577160835db7c42058d1f707512727e50159 | diff --git a/packages/website/src/elements/Logo.js b/packages/website/src/elements/Logo.js
index <HASH>..<HASH> 100644
--- a/packages/website/src/elements/Logo.js
+++ b/packages/website/src/elements/Logo.js
@@ -7,7 +7,7 @@ const Component = props => (
);
const Logo = styled(Component)`
- .cls-1 {
+ .cls-3 {
... | fix(website): Logo color | reakit_reakit | train | js |
2ce746e0453d777a14f973eec0592622083e86e6 | diff --git a/tests/tests.js b/tests/tests.js
index <HASH>..<HASH> 100644
--- a/tests/tests.js
+++ b/tests/tests.js
@@ -563,7 +563,7 @@ exports.defineAutoTests = function () {
it(
'filetransfer.spec.11 should call the error callback on abort()',
function (done) ... | test: fix asset file paths (#<I>) | apache_cordova-plugin-file-transfer | train | js |
1d315aa23b3fab5341dd77843fc704b53b87be2a | diff --git a/scripts/client/db.js b/scripts/client/db.js
index <HASH>..<HASH> 100644
--- a/scripts/client/db.js
+++ b/scripts/client/db.js
@@ -292,10 +292,7 @@ DB.prototype.destroy = function (keepRemote, keepLocal) {
return self._disconnect();
}
}).then(function () {
- if (keepLocal) {
- // We'l... | fix(db): don't destroy when keeping local | delta-db_deltadb-server | train | js,js |
5596cc6219aa9f8c9bbb85556ca3bcdfbaf14756 | diff --git a/packages/node_modules/@ciscospark/internal-plugin-encryption/test/integration/spec/kms.js b/packages/node_modules/@ciscospark/internal-plugin-encryption/test/integration/spec/kms.js
index <HASH>..<HASH> 100644
--- a/packages/node_modules/@ciscospark/internal-plugin-encryption/test/integration/spec/kms.js
+... | feat(encryption): removing unnecessary scope and role | webex_spark-js-sdk | train | js |
798e41047c18882588b753905e258b7d4c3d781d | diff --git a/src/configure.js b/src/configure.js
index <HASH>..<HASH> 100644
--- a/src/configure.js
+++ b/src/configure.js
@@ -3,17 +3,18 @@ import {Loader} from 'aurelia-loader';
@inject(Loader)
export class Configure {
- environment = 'default';
- environments = false;
- directory = 'config';
- config... | fix(all): instantiate class properties from within constructor | Vheissu_aurelia-configuration | train | js |
1b9e85a0ea9b2a16eed49623df6d71c1de43ff21 | diff --git a/test/runAll.spec.js b/test/runAll.spec.js
index <HASH>..<HASH> 100644
--- a/test/runAll.spec.js
+++ b/test/runAll.spec.js
@@ -28,14 +28,6 @@ describe('runAll', () => {
console = globalConsoleTemp
})
- it('should not throw when a valid config is provided', () => {
- expect(() => runAll({})).no... | test: remove non-functioning, throwing tests | okonet_lint-staged | train | js |
00748705faa397a66053f0a0d705af57b57541e1 | diff --git a/packages/api-generator/src/helpers/variables.js b/packages/api-generator/src/helpers/variables.js
index <HASH>..<HASH> 100644
--- a/packages/api-generator/src/helpers/variables.js
+++ b/packages/api-generator/src/helpers/variables.js
@@ -6,7 +6,7 @@ const Validatable = {
props: createItems(['disabled', ... | fix(api-gen): incorrect prop data for validatable mixin | vuetifyjs_vuetify | train | js |
fe2d9cdff23e199760aeed084f54840ebf8671fd | diff --git a/app/lib/webpack/ssr/plugin.ssr-prod-artifacts.js b/app/lib/webpack/ssr/plugin.ssr-prod-artifacts.js
index <HASH>..<HASH> 100644
--- a/app/lib/webpack/ssr/plugin.ssr-prod-artifacts.js
+++ b/app/lib/webpack/ssr/plugin.ssr-prod-artifacts.js
@@ -59,6 +59,7 @@ module.exports = class SsrProdArtifacts {
... | feat(app): Also include browserslist in SSR's final package.json | quasarframework_quasar | train | js |
b32dab19b03651c8256eca2dc18c001b3111df99 | diff --git a/api/views.py b/api/views.py
index <HASH>..<HASH> 100644
--- a/api/views.py
+++ b/api/views.py
@@ -368,6 +368,7 @@ class AppReleaseViewSet(BaseAppViewSet):
"""
try:
app = get_object_or_404(models.App, id=self.kwargs['id'])
+ self.check_object_permissions(self.reques... | fix(controller): disallow unauthorized users from rolling back releases
Because we did not check the user's permissions inside the view, a user
who did not have authorization could roll back an application's release
version. | deis_controller-sdk-go | train | py |
f69e1b12037ec2751f7bb06e13008e49cdf6a0bf | diff --git a/packages/@uppy/companion/test/__tests__/http-agent.js b/packages/@uppy/companion/test/__tests__/http-agent.js
index <HASH>..<HASH> 100644
--- a/packages/@uppy/companion/test/__tests__/http-agent.js
+++ b/packages/@uppy/companion/test/__tests__/http-agent.js
@@ -14,6 +14,7 @@ describe('test protected reques... | test: improve test conditions for IP blocker | transloadit_uppy | train | js |
4c5703dbc6e2ed75f472fd0b53269e18027ed01e | diff --git a/test/test-creation.js b/test/test-creation.js
index <HASH>..<HASH> 100644
--- a/test/test-creation.js
+++ b/test/test-creation.js
@@ -30,7 +30,6 @@ describe('Ionic Framework Generator', function () {
'someOption': true
});
this.app.options['skip-install'] = true;
- con... | test(creation): removed console statement | diegonetto_generator-ionic | train | js |
a22ec5757dc072f2ae47f158dc3fb865a9f9679e | diff --git a/src/components/Card/index.js b/src/components/Card/index.js
index <HASH>..<HASH> 100644
--- a/src/components/Card/index.js
+++ b/src/components/Card/index.js
@@ -10,6 +10,7 @@ export {
CardAction,
CardActions,
CardActionButtons,
+ CardActionButton,
CardActionIcons
} from '@rmwc/card'
diff ... | fix: Adds fix for form explode and adds CardActionButton to exports in card | techcoop_react-material-site | train | js,js |
ea2d2f416df2a7560e8c275c30942dd3781b0a7e | diff --git a/flask_resty/view.py b/flask_resty/view.py
index <HASH>..<HASH> 100644
--- a/flask_resty/view.py
+++ b/flask_resty/view.py
@@ -961,7 +961,9 @@ class ModelView(ApiView):
# a schema bug, so we emit an interal server error instead.
return error
- flask.current_app.logger.exce... | fix: Log handled integrity errors as warnings (#<I>)
* fix: Log handled integrity errors as warnings
* Update view.py | 4Catalyzer_flask-resty | train | py |
586e37d0e7c60ac7388393f10d0bd954b08c270c | diff --git a/src/components/core/core.js b/src/components/core/core.js
index <HASH>..<HASH> 100644
--- a/src/components/core/core.js
+++ b/src/components/core/core.js
@@ -74,7 +74,7 @@ export default class Core extends UIObject {
}
get dummyMediaControl() {
- if (this._dummyMediaControl) return
+ if (this... | fix(core): don't return undefined when _dymmyMediaControl exists | clappr_clappr | train | js |
d92daf3681d4ad3cb93e4f717e658e1946624bc1 | diff --git a/src/select.js b/src/select.js
index <HASH>..<HASH> 100644
--- a/src/select.js
+++ b/src/select.js
@@ -373,6 +373,14 @@
});
focusser.bind("keydown", function(e){
+ if (e.which === KEY.BACKSPACE) {
+ e.preventDefault();
+ e.stopPropagation();
+ $s... | feat(keyboard): reset selection when pressing backspace | angular-ui_ui-select | train | js |
ee382e5e5b92f41d8a86ce49721ccb68abfc52da | diff --git a/test/unit/ui.handler.click.filename.js b/test/unit/ui.handler.click.filename.js
index <HASH>..<HASH> 100644
--- a/test/unit/ui.handler.click.filename.js
+++ b/test/unit/ui.handler.click.filename.js
@@ -86,7 +86,7 @@ $(function () {
ok($filenameDiv.is(":visible"), "filename display should b... | test: #<I> fix unit tests in FF | FineUploader_fine-uploader | train | js |
280800776765d3b0fb152a1af00199ec1f870c28 | diff --git a/packages/plugin-sass/sass.js b/packages/plugin-sass/sass.js
index <HASH>..<HASH> 100644
--- a/packages/plugin-sass/sass.js
+++ b/packages/plugin-sass/sass.js
@@ -26,7 +26,6 @@ const join = path.join;
module.exports = (userConfig) => {
const config = core.utils.merge({}, defaultConfig, userConfig);
- ... | fix: removing unused buildBase var | basaltinc_theme-tools | train | js |
6192a4eace4735a701912c215d10ee3983567f92 | diff --git a/votes.spec.js b/votes.spec.js
index <HASH>..<HASH> 100644
--- a/votes.spec.js
+++ b/votes.spec.js
@@ -4,6 +4,12 @@
var mongoose = require('mongoose');
var faker = require('faker');
var votes = require('./votes');
+
+var connectionString = 'mongodb://' +
+ (process.env.MONGO_HOST || 'localhost') +
+ (p... | test: allow mongo host and port to be specified via env variables | CentralPing_mongoose-plugin-votes | train | js |
19a33b3f955b30018bd052c316a13aed8c8c66a0 | diff --git a/cmd/helm/helm_test.go b/cmd/helm/helm_test.go
index <HASH>..<HASH> 100644
--- a/cmd/helm/helm_test.go
+++ b/cmd/helm/helm_test.go
@@ -201,7 +201,7 @@ func (c *fakeReleaseClient) ReleaseHistory(rlsName string, opts ...helm.HistoryO
func (c *fakeReleaseClient) RunReleaseTest(rlsName string, opts ...helm.R... | fix(helm): fix itermittent release testing failures | helm_helm | train | go |
9b607778e01d86b40c4e439ab7b6cbdee45ee895 | diff --git a/lib/index.js b/lib/index.js
index <HASH>..<HASH> 100644
--- a/lib/index.js
+++ b/lib/index.js
@@ -215,8 +215,9 @@ function main() {
if (enc !== 'utf-8') {
// when transcoding remove any meta tags setting the charset
$('meta').each(function charMeta() {
- var content = $(this).attr... | fix: metatags being removed on non-utf8
Fixes #<I> | remy_inliner | train | js |
ff7166df7e122cbd4c11474586dbf5838f8d2482 | diff --git a/lib/core/connection/connect.js b/lib/core/connection/connect.js
index <HASH>..<HASH> 100644
--- a/lib/core/connection/connect.js
+++ b/lib/core/connection/connect.js
@@ -281,10 +281,9 @@ function makeConnection(family, options, _callback) {
const errorEvents = ['error', 'close', 'timeout', 'parseError',... | 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>
Fixes NODE-<I> | mongodb_node-mongodb-native | train | js |
8bd7be37eed2fb360f8aba1569837178709de50a | diff --git a/packages/metascraper-media-provider/src/get-media/get-media.js b/packages/metascraper-media-provider/src/get-media/get-media.js
index <HASH>..<HASH> 100644
--- a/packages/metascraper-media-provider/src/get-media/get-media.js
+++ b/packages/metascraper-media-provider/src/get-media/get-media.js
@@ -23,7 +23,... | fix: ensure buffer has enough space (#<I>)
Related: <URL> | microlinkhq_metascraper | train | js |
600b9102dff5e4db9808ddfa7c0a2fb626414a04 | diff --git a/docs/docgen/syntaxHighlighting.js b/docs/docgen/syntaxHighlighting.js
index <HASH>..<HASH> 100644
--- a/docs/docgen/syntaxHighlighting.js
+++ b/docs/docgen/syntaxHighlighting.js
@@ -1,8 +1,4 @@
import {runMode} from 'codemirror/addon/runmode/runmode.node';
-import 'codemirror/mode/groovy/groovy';
-import ... | docs(highlighting): remove unused languages
AFAIK, these languages aren’t used, unless I misunderstood something. Let’s check it in the deploy preview | algolia_vue-instantsearch | train | js |
b00139b5c02e2a88cbb3292a07d3d449e6c69400 | diff --git a/Extractor/RecursiveJob.php b/Extractor/RecursiveJob.php
index <HASH>..<HASH> 100644
--- a/Extractor/RecursiveJob.php
+++ b/Extractor/RecursiveJob.php
@@ -138,6 +138,10 @@ class RecursiveJob extends Job implements RecursiveJobInterface
$level = 0;
}
+ if (!is_scala... | fix: Check the placeholder value in RecursiveJob | keboola_juicer | train | php |
6e9d74137cc485a2ae9e8900db0a04a30508dfc9 | diff --git a/test/unit/test_procfile.py b/test/unit/test_procfile.py
index <HASH>..<HASH> 100644
--- a/test/unit/test_procfile.py
+++ b/test/unit/test_procfile.py
@@ -53,7 +53,7 @@ def test_procfiles():
for content, commands in FIXTURES:
content = textwrap.dedent(content)
procfile = Procfile(cont... | test: Treat each procfile parse test separately | nickstenning_honcho | train | py |
883ca9f9d5175d822708618453fb8aea1f44db57 | diff --git a/src/Client.php b/src/Client.php
index <HASH>..<HASH> 100644
--- a/src/Client.php
+++ b/src/Client.php
@@ -90,12 +90,23 @@ abstract class Client
protected function getClientUrl() {
$protocol = isset($_SERVER['HTTP_X_FORWARDED_PROTO'])
? $_SERVER['HTTP_X_FORWARDED_PROTO']
- ... | fix: add port to redirect url if is not a regular port | xjtuana-dev_cas-proxy-client-php | train | php |
981e6498acbc9eaab4ce3289554c6c2de74a16f5 | diff --git a/pipes/configs/prepare_configs.py b/pipes/configs/prepare_configs.py
index <HASH>..<HASH> 100644
--- a/pipes/configs/prepare_configs.py
+++ b/pipes/configs/prepare_configs.py
@@ -43,11 +43,12 @@ def process_git_configs(git_short='', token_file=''):
'master')
LOG.debug('GitLab file resp... | fix: Better file missing detection
See also: PSOBAT-<I> | foremast_foremast | train | py |
0b9ad1e149d7150ab195ffbaa62bade0a3fb8bc7 | diff --git a/src/test/ssr.test.js b/src/test/ssr.test.js
index <HASH>..<HASH> 100644
--- a/src/test/ssr.test.js
+++ b/src/test/ssr.test.js
@@ -1,3 +1,7 @@
+/**
+ * @jest-environment node
+ */
+
import React from 'react'
import { renderToString } from 'react-dom/server'
import ServerStyleSheet from '../models/Server... | test: use node env for ssr tests, adjust test util to handle that
In Jest <I> there's now the capability to disable JSDOM for particular
test suites, which is great for verifying that SSR code doesn't
accidentally try and use window or document. | styled-components_styled-components | train | js,js |
97859a1678c66c7d9ee9fa06dd07ccd354f701b3 | diff --git a/src/max-ten.js b/src/max-ten.js
index <HASH>..<HASH> 100644
--- a/src/max-ten.js
+++ b/src/max-ten.js
@@ -37,7 +37,7 @@ function addPositions(base, relative) {
* @param {RuleContext} context
* @param {object} [options]
*/
-export default function (context, options = {}) {
+module.exports = function(c... | fix(node): fix to export | textlint-ja_textlint-rule-max-ten | train | js,js |
8d0e5e65dddae4f510448c136be91c28e2d091e0 | diff --git a/oauth2/hook.go b/oauth2/hook.go
index <HASH>..<HASH> 100644
--- a/oauth2/hook.go
+++ b/oauth2/hook.go
@@ -81,6 +81,7 @@ func RefreshTokenHook(config *config.Provider) AccessRequestHook {
WithDebug("refresh token hook: new http request"),
)
}
+ req.Header.Set("Content-Type", "application/json;... | fix: add content-type header to hook request (#<I>) | ory_hydra | train | go,go |
4e9e24f8276b49fd52fb5846944bdd54f06fbca2 | diff --git a/Gruntfile.js b/Gruntfile.js
index <HASH>..<HASH> 100644
--- a/Gruntfile.js
+++ b/Gruntfile.js
@@ -30,6 +30,9 @@ module.exports = function (grunt) {
'src/core/validators/maxValidator.js',
'src/core/validators/sizeValidator.js',
'src/core/validators/emailValidator.js',
+ 'sr... | fix(Gruntfile): add missing files to build | netceteragroup_valdr | train | js |
50b32859a3aff5e811cdfc8153e1f192614b1f0a | diff --git a/tests/Unit/Observers/ViewableObserverTest.php b/tests/Unit/Observers/ViewableObserverTest.php
index <HASH>..<HASH> 100644
--- a/tests/Unit/Observers/ViewableObserverTest.php
+++ b/tests/Unit/Observers/ViewableObserverTest.php
@@ -39,4 +39,21 @@ class ViewableObserverTest extends TestCase
$this->... | test: don't remove views on deleted when removeViewsProperty is false | cyrildewit_eloquent-viewable | train | php |
f763c24c69de1ea3aaf18af70959f93697b49772 | diff --git a/consul/client_test.go b/consul/client_test.go
index <HASH>..<HASH> 100644
--- a/consul/client_test.go
+++ b/consul/client_test.go
@@ -275,9 +275,9 @@ func TestClient_RPC_ConsulServerPing(t *testing.T) {
}
// Sleep to allow Serf to sync, shuffle, and let the shuffle complete
- time.Sleep(1 * time.Seco... | test: Speedup TestClient_RPC_ConsulServerPing | hashicorp_consul | train | go |
86baffac4d1ae68855d50f88c4d1928cfd125397 | diff --git a/packages/d3fc-site/builder/copyReadmeAssets.js b/packages/d3fc-site/builder/copyReadmeAssets.js
index <HASH>..<HASH> 100644
--- a/packages/d3fc-site/builder/copyReadmeAssets.js
+++ b/packages/d3fc-site/builder/copyReadmeAssets.js
@@ -16,7 +16,7 @@ const globs = [
export default (data) =>
new Promise((r... | chore: fix recursive adding of site assets | d3fc_d3fc | train | js |
9780d16fd412c5c2ecc498084d9692b475f9ef64 | diff --git a/test/test_z_discoverd.go b/test/test_z_discoverd.go
index <HASH>..<HASH> 100644
--- a/test/test_z_discoverd.go
+++ b/test/test_z_discoverd.go
@@ -15,6 +15,13 @@ type ZDiscoverdSuite struct {
var _ = c.Suite(&ZDiscoverdSuite{})
func (s *ZDiscoverdSuite) TestDeploy(t *c.C) {
+ // ensure we have enough ho... | test: Don't deploy discoverd in single node cluster
The deploy fails and leaves the cluster totally broken. | flynn_flynn | train | go |
8f679372ab4aee38594dda925fb27742e8393897 | diff --git a/src/Leevel/Router/Matching/PathInfo.php b/src/Leevel/Router/Matching/PathInfo.php
index <HASH>..<HASH> 100644
--- a/src/Leevel/Router/Matching/PathInfo.php
+++ b/src/Leevel/Router/Matching/PathInfo.php
@@ -112,7 +112,7 @@ class PathInfo extends BaseMatching implements IMatching
*/
protected func... | refactor(router): Use `::` to split router prefix | hunzhiwange_framework | train | php |
098055472540c0d9f8399e99f397957c6cff5ec6 | diff --git a/cmd/erasure-server-pool.go b/cmd/erasure-server-pool.go
index <HASH>..<HASH> 100644
--- a/cmd/erasure-server-pool.go
+++ b/cmd/erasure-server-pool.go
@@ -221,6 +221,9 @@ func (z *erasureServerPools) getServerPoolsAvailableSpace(ctx context.Context, b
continue
}
for _, disk := range zinfo {
+ if... | fix: getServerPoolsAvailableSpace() shouldn't crash (#<I>)
if one of the disk is offline then DiskInfo can be `nil`
and crash in server pool. | minio_minio | train | go |
9f41b49328df36984f2e92dc82e4d36fbef78cde | diff --git a/lib/components/narrative/access-leg.js b/lib/components/narrative/access-leg.js
index <HASH>..<HASH> 100644
--- a/lib/components/narrative/access-leg.js
+++ b/lib/components/narrative/access-leg.js
@@ -13,11 +13,12 @@ export default class AccessLeg extends Component {
setActiveStep: PropTypes.func
... | refactor(itinerary): refactor narrative leg click handler | opentripplanner_otp-react-redux | train | js |
74790d56389b8c6977a7c360ffa7639aa8f44208 | diff --git a/src/components/navbar/feature-toggles.js b/src/components/navbar/feature-toggles.js
index <HASH>..<HASH> 100644
--- a/src/components/navbar/feature-toggles.js
+++ b/src/components/navbar/feature-toggles.js
@@ -13,7 +13,7 @@
// FIXME: This is a temporary solution to match an urgent request from
// a speci... | refactor: name of dashboard toggle | commercetools_merchant-center-application-kit | train | js |
75f3763a34a9931408003d27aba5c5f7722a5d0e | diff --git a/easyaudit/apps.py b/easyaudit/apps.py
index <HASH>..<HASH> 100644
--- a/easyaudit/apps.py
+++ b/easyaudit/apps.py
@@ -3,6 +3,7 @@ from django.apps import AppConfig
class EasyAuditConfig(AppConfig):
name = 'easyaudit'
verbose_name = 'Easy Audit Application'
+ default_auto_field = 'django.db.mo... | fix: migration missing for field ID (#<I>)
* fix: migration missing for field ID
* add default_auto_field to EasyAuditConfig | soynatan_django-easy-audit | train | py |
5225ce601eb5cd17cc7f555008804df67f517ad8 | diff --git a/scripts/jest/config.base.js b/scripts/jest/config.base.js
index <HASH>..<HASH> 100644
--- a/scripts/jest/config.base.js
+++ b/scripts/jest/config.base.js
@@ -12,6 +12,6 @@ module.exports = {
rootDir: process.cwd(),
testRegex: `packages/(${packages.join("|")})/.*test.js$`,
// testEnvironment:... | fix: blacklist .verdaccio and build folders for Jest. | Webiny_webiny-js | train | js |
9143b059e40a881e6c716b73027a427329914fea | diff --git a/docs/source/conf.py b/docs/source/conf.py
index <HASH>..<HASH> 100644
--- a/docs/source/conf.py
+++ b/docs/source/conf.py
@@ -27,6 +27,10 @@ MOCK_MODULES = ['notmuch', 'notmuch.globals',
'twisted.internet.protocol',
'urwid',
'magic',
+ 'pyme... | docs: added mock class for pyme
this adds pyme.* to the list of mock-present
modules so that rtfd.org can build the manual | pazz_alot | train | py |
54c02adb8bd7177809d36b2f1c8c1e40e64c33bc | diff --git a/lib/workers/repository/master-issue.js b/lib/workers/repository/master-issue.js
index <HASH>..<HASH> 100644
--- a/lib/workers/repository/master-issue.js
+++ b/lib/workers/repository/master-issue.js
@@ -45,7 +45,7 @@ async function ensureMasterIssue(config, branches) {
);
return;
}
- let issue... | fix: add link to master issue blog post | renovatebot_renovate | train | js |
bb881eb78b2085aac798588f034e2cf702e5260d | diff --git a/src/Leevel/Seccode/Seccode.php b/src/Leevel/Seccode/Seccode.php
index <HASH>..<HASH> 100644
--- a/src/Leevel/Seccode/Seccode.php
+++ b/src/Leevel/Seccode/Seccode.php
@@ -305,6 +305,7 @@ class Seccode
);
// 是否启用随机颜色
+ $resTextColor = null;
if (!$this->option['color']) {
... | fix(seccode): fix for phpstan level 1 | hunzhiwange_framework | train | php |
135c4ff6e4cf3fffda3fe7778fe35dd81f200f76 | diff --git a/test/my-bin.test.js b/test/my-bin.test.js
index <HASH>..<HASH> 100644
--- a/test/my-bin.test.js
+++ b/test/my-bin.test.js
@@ -17,6 +17,7 @@ describe('custom egg-bin: my-egg-bin', () => {
cwd,
})
.debug()
+ .coverage(false)
.expect('stdout', /run mocha test/)
.expect('stdout', ... | test: disable coverage on my-bin test case | node-modules_common-bin | train | js |
560d075dbaa78e0ed8613ac08a180959e5eede76 | diff --git a/gss/src/main/java/org/globus/gsi/gssapi/net/GssOutputStream.java b/gss/src/main/java/org/globus/gsi/gssapi/net/GssOutputStream.java
index <HASH>..<HASH> 100644
--- a/gss/src/main/java/org/globus/gsi/gssapi/net/GssOutputStream.java
+++ b/gss/src/main/java/org/globus/gsi/gssapi/net/GssOutputStream.java
@@ -1... | fix: close the inner stream even if an exception occured. | jglobus_JGlobus | train | java |
20d47cad9320e0c5937b8f6ccfc9a57d780664c3 | diff --git a/src/Leevel/Database/Ddd/Entity.php b/src/Leevel/Database/Ddd/Entity.php
index <HASH>..<HASH> 100644
--- a/src/Leevel/Database/Ddd/Entity.php
+++ b/src/Leevel/Database/Ddd/Entity.php
@@ -235,28 +235,28 @@ abstract class Entity implements IArray, IJson, JsonSerializable, ArrayAccess
const UPDATE_FILL = ... | refactor(ddd): code poem | hunzhiwange_framework | train | php |
7d28c9a91ae7e52517f8691a8a01f883bc087bb0 | diff --git a/test/viewDirectiveSpec.js b/test/viewDirectiveSpec.js
index <HASH>..<HASH> 100644
--- a/test/viewDirectiveSpec.js
+++ b/test/viewDirectiveSpec.js
@@ -363,6 +363,7 @@ describe('uiView', function () {
expect(_scope.$resolve.user).toBe('joeschmoe')
}));
+ // Test for #2626
it('should pro... | test(Resolve): Fix previous test oops. | ui-router_angular | train | js |
f4254f6dda6f6683231e5227e39a7abc7dde11f8 | diff --git a/src/foremast/runner.py b/src/foremast/runner.py
index <HASH>..<HASH> 100755
--- a/src/foremast/runner.py
+++ b/src/foremast/runner.py
@@ -292,7 +292,7 @@ def debug_flag():
parser = argparse.ArgumentParser(description=debug_flag.__doc__)
add_debug(parser)
- args = parser.parse_args()
+ arg... | fix: Allow unknown arguments to pass through | foremast_foremast | train | py |
793f62c61ff424e86225ae40fb1d2a8da5932fe0 | diff --git a/actor-apps/app-web/src/app/utils/ActorClient.js b/actor-apps/app-web/src/app/utils/ActorClient.js
index <HASH>..<HASH> 100644
--- a/actor-apps/app-web/src/app/utils/ActorClient.js
+++ b/actor-apps/app-web/src/app/utils/ActorClient.js
@@ -199,14 +199,6 @@ export default {
return window.messenger.getGro... | fix(web): fixed doubling declaration | actorapp_actor-platform | train | js |
537655c2c60522d5776fbd9c35cead4dc766806b | diff --git a/example/example/urls.py b/example/example/urls.py
index <HASH>..<HASH> 100644
--- a/example/example/urls.py
+++ b/example/example/urls.py
@@ -7,5 +7,5 @@ urlpatterns = [
url(r'^accounts/', include('allauth.urls')),
url(r'^$', TemplateView.as_view(template_name='index.html')),
url(r'^accounts... | fix(example): Fix example urlconf to be compatible with Django <I> | pennersr_django-allauth | train | py |
801f6673a3814988af363c908e340f6d325c6cd9 | diff --git a/tests/issues/issue-118-only-shortname-options.js b/tests/issues/issue-118-only-shortname-options.js
index <HASH>..<HASH> 100644
--- a/tests/issues/issue-118-only-shortname-options.js
+++ b/tests/issues/issue-118-only-shortname-options.js
@@ -12,7 +12,7 @@ program
describe('Issue #118 - Unknown option ... | fix: fix it.only(...) causing the #<I> issue test case to run alone (#<I>) | mattallty_Caporal.js | train | js |
c91ab29fd7068f3f5d299949f068289fb1b2dc89 | diff --git a/packages/components/bolt-chip/src/chip.js b/packages/components/bolt-chip/src/chip.js
index <HASH>..<HASH> 100644
--- a/packages/components/bolt-chip/src/chip.js
+++ b/packages/components/bolt-chip/src/chip.js
@@ -42,11 +42,10 @@ class BoltChip extends BoltAction {
});
// Decide on if the rende... | feat: cleanup, use validated vars instead of props directly | bolt-design-system_bolt | train | js |
79c260aa2c9a739e927d315104985211e920feaa | diff --git a/webapps/grunt/config/copy.js b/webapps/grunt/config/copy.js
index <HASH>..<HASH> 100644
--- a/webapps/grunt/config/copy.js
+++ b/webapps/grunt/config/copy.js
@@ -111,9 +111,9 @@ module.exports = function(config, copyConf) {
// open sans fonts
{
expand: true,
- cwd: 'no... | fix(build): copy fonts
related to CAM-<I> | camunda_camunda-bpm-platform | train | js |
58c6e5798bd72478aa9239bb4063adda47d98008 | diff --git a/commitlint.config.js b/commitlint.config.js
index <HASH>..<HASH> 100644
--- a/commitlint.config.js
+++ b/commitlint.config.js
@@ -2,4 +2,9 @@
module.exports = {
extends: ["@commitlint/config-conventional"],
+ rules: {
+ "header-max-length": [0],
+ "body-max-line-length": [0],
+ "footer-max-... | chore: disable length related `commitlint` rules (#<I>) | webpack_webpack-dev-server | train | js |
d909cc4020ea0fed15e3ab3cd1956d8ddc846831 | diff --git a/tests/integration/conftest.py b/tests/integration/conftest.py
index <HASH>..<HASH> 100644
--- a/tests/integration/conftest.py
+++ b/tests/integration/conftest.py
@@ -203,7 +203,7 @@ def relay(tmpdir, mini_sentry, request, random_port, background_process, config_
"tls_private_key": ... | test(integration): Disable Sentry in integration tests | getsentry_semaphore | train | py |
04df99d001c9fd2f19254e0e0c49c43d868a1b85 | diff --git a/src/types/select.js b/src/types/select.js
index <HASH>..<HASH> 100644
--- a/src/types/select.js
+++ b/src/types/select.js
@@ -28,7 +28,7 @@ export default ngModule => {
labelProp: check.string.optional,
valueProp: check.string.optional,
groupProp: check.string.optional,
- ... | fix: change boolean to bool (#<I>)
change `boolean` to `bool` to correct next error:
```
TypeError: Cannot read property 'optional' of undefined
``` | formly-js_angular-formly-templates-bootstrap | train | js |
79f5a0719fdcfb33d47435ca62b714b1f1a6b186 | diff --git a/packages/netlify-cms-locales/src/fr/index.js b/packages/netlify-cms-locales/src/fr/index.js
index <HASH>..<HASH> 100644
--- a/packages/netlify-cms-locales/src/fr/index.js
+++ b/packages/netlify-cms-locales/src/fr/index.js
@@ -112,10 +112,10 @@ const fr = {
'Toutes les modifications non publiées de... | fix(locale-fr): change translation + missing ? (#<I>) | netlify_netlify-cms | train | js |
7492ad7fe9e41511c22c75887cce6b7777e3e078 | diff --git a/cmd/helm/create.go b/cmd/helm/create.go
index <HASH>..<HASH> 100644
--- a/cmd/helm/create.go
+++ b/cmd/helm/create.go
@@ -2,6 +2,7 @@ package main
import (
"errors"
+ "path/filepath"
"github.com/codegangsta/cli"
"github.com/kubernetes/deployment-manager/chart"
@@ -25,12 +26,14 @@ func create(c *... | fix(create): do not use full path for chart name | helm_helm | train | go |
a5ad66ae5c10d217f0766cdebfa57d00eb938341 | diff --git a/test/unit/specs/mount/Wrapper/setComputed.spec.js b/test/unit/specs/mount/Wrapper/setComputed.spec.js
index <HASH>..<HASH> 100644
--- a/test/unit/specs/mount/Wrapper/setComputed.spec.js
+++ b/test/unit/specs/mount/Wrapper/setComputed.spec.js
@@ -6,7 +6,6 @@ describe('setComputed', () => {
it('sets compo... | refactor: remove debugger from setComputed spec (#<I>) | vuejs_vue-test-utils | train | js |
8fd75a7d72c5a1cdace4b162158375c60da17c77 | diff --git a/pkg/cmd/util/clientcmd/factory_client_access.go b/pkg/cmd/util/clientcmd/factory_client_access.go
index <HASH>..<HASH> 100644
--- a/pkg/cmd/util/clientcmd/factory_client_access.go
+++ b/pkg/cmd/util/clientcmd/factory_client_access.go
@@ -103,7 +103,7 @@ func DefaultClientConfig(flags *pflag.FlagSet) kclien... | fix: DefaultClientConfig: use kube cluster defaults, which fallback to localhost:<I>
This is needed so running oc/kubectl in a pod with --namespace will work
correctly; otherwise, it will use the in-cluster namespace. | openshift_origin | train | go |
474450f0b7f8808b1e1661ec96f1ad333f9ff1d6 | diff --git a/lib/index.js b/lib/index.js
index <HASH>..<HASH> 100644
--- a/lib/index.js
+++ b/lib/index.js
@@ -6,8 +6,8 @@ function getWebmList (board, threadNo, options) {
const protocol = options.https ? 'https' : 'http'
const apiUrl = `${protocol}://a.4cdn.org/${board}/thread/${threadNo}.json`
- const get... | fix(https): Apply protocol option to webm URL (#1) | scootykins_4chan-list-webm | train | js |
1861ae0056dc14385858743e59109e3f91700bb2 | diff --git a/gruntfile.js b/gruntfile.js
index <HASH>..<HASH> 100644
--- a/gruntfile.js
+++ b/gruntfile.js
@@ -1,4 +1,5 @@
module.exports = function (grunt) {
+ grunt.loadTasks('tasks');
grunt.initConfig({
pkgFile: 'package.json',
build: {
@@ -69,6 +70,7 @@ module.exports = function (grunt) {
grunt.... | fix(grunt): load 'build' grunt task and make a pre-req for releasing | sumanjs_karma-suman | train | js |
439c7a6c46978ab387b4b8289399e904d1c49535 | diff --git a/src/input/pointerevent.js b/src/input/pointerevent.js
index <HASH>..<HASH> 100644
--- a/src/input/pointerevent.js
+++ b/src/input/pointerevent.js
@@ -18,7 +18,7 @@ var POINTER_ELEMENT_EVENTS = 'pointerdown';
var POINTER_WINDOW_EVENTS = 'pointermove pointerup pointercancel';
// IE10 has prefixed support... | fix(MSPointerEvent): uses PointerEvent instead of MSPointerEvent if supported. Fixes #<I> | hammerjs_hammer.js | train | js |
c1fce8eef9998d9518546d21b0d96ac92a5b0089 | diff --git a/gulpfile.js b/gulpfile.js
index <HASH>..<HASH> 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -34,7 +34,7 @@ gulp.task('test', ['pre-test'], function (cb) {
gulp.src('test/**/*.js')
.pipe(plumber())
- .pipe(mocha({reporter: 'spec', timeout: 20000}))
+ .pipe(mocha({reporter: 'spec', timeout: ... | feat(gulp): increase test timeout to prevent build fails | jvandemo_generator-angular2-library | train | js |
ee59c1e070f6ad72ac8199b9cb6c0e96e1787ecf | diff --git a/cron/controllers/CronRouter.php b/cron/controllers/CronRouter.php
index <HASH>..<HASH> 100644
--- a/cron/controllers/CronRouter.php
+++ b/cron/controllers/CronRouter.php
@@ -80,7 +80,7 @@ class CronRouter extends BaseMiddle
{
// Command line only
$oInput = Factory::service('Input');... | refactor: Using Environment constants rather than strings | nails_module-cron | train | php |
aa42642ca62b82887457388eb3fe203a144595a9 | diff --git a/platform/nativescript/runtime/components/tab-strip-item.js b/platform/nativescript/runtime/components/tab-strip-item.js
index <HASH>..<HASH> 100644
--- a/platform/nativescript/runtime/components/tab-strip-item.js
+++ b/platform/nativescript/runtime/components/tab-strip-item.js
@@ -1,5 +1,14 @@
export defa... | fix(TabStripItem): bind attributes and listeners (#<I>) | nativescript-vue_nativescript-vue | train | js |
0a29419414834a1bfcc80a98909cad35bb1ed49b | diff --git a/ui/src/components/tabs/QTab.js b/ui/src/components/tabs/QTab.js
index <HASH>..<HASH> 100644
--- a/ui/src/components/tabs/QTab.js
+++ b/ui/src/components/tabs/QTab.js
@@ -17,7 +17,7 @@ export default Vue.extend({
inject: {
tabs: {
default () {
- console.error('QTab/QRouteTab components... | fix(QTabs): fix error message (QTabsBar => QTabs) (#<I>) | quasarframework_quasar | train | js |
c2e0c52fa9cfc795ccf590fbdf2ad15e1ad46b11 | diff --git a/lib/plugin/components/services/registry/index.js b/lib/plugin/components/services/registry/index.js
index <HASH>..<HASH> 100644
--- a/lib/plugin/components/services/registry/index.js
+++ b/lib/plugin/components/services/registry/index.js
@@ -106,9 +106,14 @@ class RegistryService {
if (path) {
... | feat: throw error if cannot find registry value | wmfs_tymly-core | train | js |
47310b9e49734c7d154a0d89da8c3ba1db21677b | diff --git a/build.go b/build.go
index <HASH>..<HASH> 100644
--- a/build.go
+++ b/build.go
@@ -396,7 +396,7 @@ func (b *Build) GetRevision() string {
return ""
}
-func (b *Build) GetRevistionBranch() string {
+func (b *Build) GetRevisionBranch() string {
vcs := b.Raw.ChangeSet.Kind
if vcs == "git" {
for _, ... | fix(build): Typo in getrevisionbranch | bndr_gojenkins | train | go |
648b961690d1680915e0e0bdc154850085a1b15b | diff --git a/java-scheduler/synth.py b/java-scheduler/synth.py
index <HASH>..<HASH> 100644
--- a/java-scheduler/synth.py
+++ b/java-scheduler/synth.py
@@ -18,6 +18,8 @@ import synthtool as s
import synthtool.gcp as gcp
import synthtool.languages.java as java
+AUTOSYNTH_MULTIPLE_COMMITS = True
+
gapic = gcp.GAPICBa... | chore: enable context aware commits (#<I>) | googleapis_google-cloud-java | train | py |
1d0b43f0b7ca2a1b2cd67ced60bc0cb6422ae45d | diff --git a/src/index.js b/src/index.js
index <HASH>..<HASH> 100644
--- a/src/index.js
+++ b/src/index.js
@@ -200,7 +200,7 @@ export class DefaultLoader extends Loader {
}
}
- loadModule(id: string): Proimise<any> {
+ loadModule(id: string): Promise<any> {
return System.normalize(id).then(newId => {
... | fix(index): fix typos in spelling of Promise
This will fix issues for TypeScript users. | aurelia_loader-default | train | js |
ef084d43ba29ebf3c3c0ea0939a5c58adad0bba2 | diff --git a/lib/getHashDigest.js b/lib/getHashDigest.js
index <HASH>..<HASH> 100644
--- a/lib/getHashDigest.js
+++ b/lib/getHashDigest.js
@@ -67,6 +67,10 @@ function getHashDigest(buffer, algorithm, digestType, maxLength) {
} else if (algorithm === "md4") {
if (createMd4 === undefined) {
createMd4 = req... | fix: crash with md4 hash (#<I>) | webpack_loader-utils | train | js |
9c9f1c581598a34265f13bb33d4803e88a397cd4 | diff --git a/internal/static/config.go b/internal/static/config.go
index <HASH>..<HASH> 100644
--- a/internal/static/config.go
+++ b/internal/static/config.go
@@ -16,6 +16,10 @@ before:
builds:
- env:
- CGO_ENABLED=0
+ goos:
+ - linux
+ - windows
+ - darwin
archives:
- replacements:
darwin: Darw... | fix: init should have windows too
otherwise it doesnt match what our quick start guide says | goreleaser_goreleaser | train | go |
32e0ef6c87a18af6d70adf4388320e716d3e6f20 | diff --git a/tests/engines/base_case.py b/tests/engines/base_case.py
index <HASH>..<HASH> 100644
--- a/tests/engines/base_case.py
+++ b/tests/engines/base_case.py
@@ -7,11 +7,13 @@ from PIL import Image as PILImage
from django.conf import settings
import unittest
-settings.configure(THUMBNAIL_WATERMARK="mark.png", ... | fix: set secret key in CI. | originell_sorl-watermark | train | py |
80bd9e9505a8a964e3d39a8985abad8f934b6993 | diff --git a/packages/eslint-config/index.js b/packages/eslint-config/index.js
index <HASH>..<HASH> 100644
--- a/packages/eslint-config/index.js
+++ b/packages/eslint-config/index.js
@@ -16,10 +16,8 @@ module.exports = {
'import/prefer-default-export': 'off',
'import/no-extraneous-dependencies': ['error', {
... | fix(eslint-config): test/stories folder may import from devDependencies | open-wc_open-wc | train | js |
4c4510a2c45fd799c2cfa60534309cb6747c6a8f | diff --git a/lib/ios-deploy.js b/lib/ios-deploy.js
index <HASH>..<HASH> 100644
--- a/lib/ios-deploy.js
+++ b/lib/ios-deploy.js
@@ -126,8 +126,8 @@ class IOSDeploy {
}
}
- async installApp (app, timeout) {
- await this.install(app, timeout);
+ async installApp (...args) {
+ return await this.install(..... | fix: update the alias for the install method (#<I>) | appium_appium-xcuitest-driver | train | js |
5c80fcded744f03c2af0938cf013505c99b7fdcb | diff --git a/lib/tunnel.js b/lib/tunnel.js
index <HASH>..<HASH> 100644
--- a/lib/tunnel.js
+++ b/lib/tunnel.js
@@ -58,7 +58,7 @@ function tunnelProxy(server, proxy) {
reqSocket.destroy();
}
});
- var resSocket, responsed, reqEmitter, data, rulesMgr, originPort;
+ var resSocket, proxyClient, r... | refactor: auto destroy proxy connection | avwo_whistle | train | js |
5cf1b60cd90e8e255ef7df7686b3c8ef487f1a12 | diff --git a/lib/express-restify-mongoose.js b/lib/express-restify-mongoose.js
index <HASH>..<HASH> 100755
--- a/lib/express-restify-mongoose.js
+++ b/lib/express-restify-mongoose.js
@@ -113,7 +113,7 @@ var restify = function (app, model, opts) {
}
var filter = new Filter(model, options.private, options.protect... | refactor: remove duplicate queryOptions definition
TODO: refactor this better | florianholzapfel_express-restify-mongoose | train | js,js |
c79faa211c90b222658585858c760dbabb07fa5a | diff --git a/src/to-have-focus.js b/src/to-have-focus.js
index <HASH>..<HASH> 100644
--- a/src/to-have-focus.js
+++ b/src/to-have-focus.js
@@ -13,9 +13,9 @@ export function toHaveFocus(element) {
'',
),
'',
- 'Expected',
+ 'Expected element with focus:',
` ${this.uti... | fix: Improved error messaging for toHaveFocus assertion (#<I>)
* Improved error message for toHaveFocus assertion
* Updated error message | testing-library_jest-dom | train | js |
f476143c52dc5ed356c08479b00ae5755c91ab7d | diff --git a/tests/test_data_cloud.py b/tests/test_data_cloud.py
index <HASH>..<HASH> 100644
--- a/tests/test_data_cloud.py
+++ b/tests/test_data_cloud.py
@@ -154,12 +154,15 @@ class TestDataCloud(TestDvc):
def test(self):
config = TEST_CONFIG
- for scheme, cl in [('s3://', RemoteS3),
- ... | test: check if we need to test RemoteAzure with _should_test_azure | iterative_dvc | train | py |
cfdfbc05d9f0f50892d9371a92b1bca670f3f485 | diff --git a/.storybook/config.js b/.storybook/config.js
index <HASH>..<HASH> 100644
--- a/.storybook/config.js
+++ b/.storybook/config.js
@@ -25,10 +25,12 @@ setOptions({
const srcStories = require.context('../src', true, /\.story\.js$/);
const materialsStories = require.context('../materials', true, /\.story\.js$... | docs(storybook): readd forms example | commercetools_ui-kit | train | js |
1407c1e93b465e4aba7f762eee21dcd547ae9791 | diff --git a/server/tests/__init__.py b/server/tests/__init__.py
index <HASH>..<HASH> 100644
--- a/server/tests/__init__.py
+++ b/server/tests/__init__.py
@@ -41,7 +41,7 @@ class DCITestCase(testtools.TestCase):
'--echo-hidden', '-h', self._db_dir,
'-f', 'db_schema/dc... | test: wait 2 sec after DB schema init
Wait 2 seconds once the DB schema has been initialized to avoid strange
race condition. For example, the versions_collection relationship was
not create in SQLAlchemy.
Change-Id: I7fbb6aefb5cbdf<I>dec<I>e<I>a<I>bad<I>c<I> | redhat-cip_dci-control-server | train | py |
64bd57a48326fc7a395c37ad44c46c4fef6ca04c | diff --git a/connections/adapters/adapter.js b/connections/adapters/adapter.js
index <HASH>..<HASH> 100644
--- a/connections/adapters/adapter.js
+++ b/connections/adapters/adapter.js
@@ -29,6 +29,7 @@ class Adapter {
*/
async pass (req, res) {
let response = await this.request.getResponse(req)
+ res.h... | feat: takes over headers from response | cubic-js_cubic | train | js |
cf5167b0d9fe4c9bd80b04d452f08168e441ba85 | diff --git a/lib/https/index.js b/lib/https/index.js
index <HASH>..<HASH> 100644
--- a/lib/https/index.js
+++ b/lib/https/index.js
@@ -150,9 +150,9 @@ function handleWebsocket(socket, clientIp, callback) {
if (socket.reqId) {
headers[pluginMgr.REQ_ID_HEADER] = socket.reqId;
}
-// if (socket.... | feat: Transform client ip to plugin.server | avwo_whistle | train | js |
c9bfa086c90e27f1a68f5581a60e24530fa66a47 | diff --git a/docs/buttons.stories.js b/docs/buttons.stories.js
index <HASH>..<HASH> 100644
--- a/docs/buttons.stories.js
+++ b/docs/buttons.stories.js
@@ -13,6 +13,7 @@ stories.add('button', () => {
'is-success': 'is-success',
'is-warning': 'is-warning',
'is-error': 'is-error',
+ 'is-disabled': 'is-di... | docs(button): added is-disabled to button stories
#<I> | nostalgic-css_NES.css | train | js |
3ae9bffa30e560ec30262ae146b1a7b81b2120f3 | diff --git a/cmd/argocd/commands/headless/headless.go b/cmd/argocd/commands/headless/headless.go
index <HASH>..<HASH> 100644
--- a/cmd/argocd/commands/headless/headless.go
+++ b/cmd/argocd/commands/headless/headless.go
@@ -16,6 +16,7 @@ import (
"k8s.io/apimachinery/pkg/util/runtime"
"k8s.io/client-go/kubernetes"
... | fix: argocd CLI fails in core mode (#<I>) | argoproj_argo-cd | train | go |
68b5c6c78a34a262e3e9fd5bf5b1443e8b6e98a3 | diff --git a/geocodio/client.py b/geocodio/client.py
index <HASH>..<HASH> 100755
--- a/geocodio/client.py
+++ b/geocodio/client.py
@@ -14,7 +14,7 @@ from geocodio import exceptions
logger = logging.getLogger(__name__)
-DEFAULT_API_VERSION = "1.5"
+DEFAULT_API_VERSION = "1.6"
ALLOWED_FIELDS = [
"acs-demogra... | feat: Updated to API <I> | bennylope_pygeocodio | train | py |
612fd30e147542372b416edf861feba4216728ee | diff --git a/packages/brightcove-video/brightcove-player.native.js b/packages/brightcove-video/brightcove-player.native.js
index <HASH>..<HASH> 100644
--- a/packages/brightcove-video/brightcove-player.native.js
+++ b/packages/brightcove-video/brightcove-player.native.js
@@ -164,7 +164,8 @@ BrightcoveVideo.propTypes = {... | fix: bad property name (#<I>) | newsuk_times-components | train | js,js |
1f9a5e4e91e96f3a3eeb1b91567baee4c1b9b929 | diff --git a/source/rafcon/core/state_elements/scope.py b/source/rafcon/core/state_elements/scope.py
index <HASH>..<HASH> 100644
--- a/source/rafcon/core/state_elements/scope.py
+++ b/source/rafcon/core/state_elements/scope.py
@@ -138,20 +138,22 @@ class ScopedData(StateElement):
# logger.debug("DataPort with ... | fix(ScopedData): fix order of attribute initialization | DLR-RM_RAFCON | train | py |
07e694bd499353f6eba4617e739d793adf7c46f5 | diff --git a/lib/util/http-mgr.js b/lib/util/http-mgr.js
index <HASH>..<HASH> 100644
--- a/lib/util/http-mgr.js
+++ b/lib/util/http-mgr.js
@@ -14,7 +14,6 @@ var MIN_INTERVAL = 1000 * 10;
var EEXCEED = 'EEXCEED';
var queue = [];
var queueTimer;
-var throttleTimer;
function getInterval() {
var len = Object.keys(... | feat: support for using @url to load remote rules | avwo_whistle | train | js |
36be5d647282b06e55a9dea613d2d2c687835184 | diff --git a/src/yamlinclude/constructor.py b/src/yamlinclude/constructor.py
index <HASH>..<HASH> 100644
--- a/src/yamlinclude/constructor.py
+++ b/src/yamlinclude/constructor.py
@@ -9,7 +9,7 @@ import re
import typing
from glob import iglob
from sys import version_info
-from typing import List, Tuple, Union
+from t... | fix: add missing type specifier to constructor | tanbro_pyyaml-include | train | py |
72d49614cccee8597ac810db011f22941aab32a4 | diff --git a/copy.js b/copy.js
index <HASH>..<HASH> 100644
--- a/copy.js
+++ b/copy.js
@@ -58,7 +58,7 @@ var copyWithMode = function (def, source, dest, options) {
def.reject(e);
});
read.pipe(write);
- write.on("close", def.resolve);
+ write.on("close", def.resolve.bind(def, true));
return def.promise;
}; | feat: resolve succesful copy with `true` | medikoo_fs2 | train | js |
67b23ee555dafd22475851cfff6e4b6e2eef92b8 | diff --git a/packages/node_modules/@webex/plugin-authorization-browser/src/authorization.js b/packages/node_modules/@webex/plugin-authorization-browser/src/authorization.js
index <HASH>..<HASH> 100644
--- a/packages/node_modules/@webex/plugin-authorization-browser/src/authorization.js
+++ b/packages/node_modules/@webex... | fix(plugin-authorization-browser): hotfix hydra url
Update the hydra url coming from the services plugin to
append an extra slash to accomidate for pre-existing env
service urls. | webex_spark-js-sdk | train | js |
76b9dcfd31f8f82c2db58aac9bfbea838da8995a | diff --git a/src/foremast/awslambda/api_gateway_event/api_gateway_event.py b/src/foremast/awslambda/api_gateway_event/api_gateway_event.py
index <HASH>..<HASH> 100644
--- a/src/foremast/awslambda/api_gateway_event/api_gateway_event.py
+++ b/src/foremast/awslambda/api_gateway_event/api_gateway_event.py
@@ -209,7 +209,7 ... | fix: Add variable assignment to replace statement | foremast_foremast | train | py |
7500143adaafd8da5d16bcc7b36e30fbe4694041 | diff --git a/config/defaults.php b/config/defaults.php
index <HASH>..<HASH> 100644
--- a/config/defaults.php
+++ b/config/defaults.php
@@ -2,7 +2,7 @@
use Cake\Core\Plugin;
// The function `parse_ini_file` may be disabled
-$assets = parse_ini_string(file_get_contents('asset_compress.ini'), true);
+$assets = parse_i... | fix: use correct path for asset_compress.ini | FriendsOfCake_crud-view | train | php |
030083e1a368725799b2a20b07d2f61d578778b5 | diff --git a/tsdb/tsi1/partition.go b/tsdb/tsi1/partition.go
index <HASH>..<HASH> 100644
--- a/tsdb/tsi1/partition.go
+++ b/tsdb/tsi1/partition.go
@@ -920,9 +920,12 @@ func (p *Partition) CurrentCompactionN() int {
// Wait will block until all compactions are finished.
// Must only be called while they are disabled.
... | perf(storage): optimistically check compactions | influxdata_influxdb | train | go |
f92d9ea346bfa810a69047cefb1e158cd6500c61 | diff --git a/test/integration/features/step_definitions/server-steps.js b/test/integration/features/step_definitions/server-steps.js
index <HASH>..<HASH> 100644
--- a/test/integration/features/step_definitions/server-steps.js
+++ b/test/integration/features/step_definitions/server-steps.js
@@ -3,9 +3,13 @@ import any f... | test(stop): stopped the server after the integration tests | greenkeeper-keeper_hapi-greenkeeper-keeper | train | js |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.