author int64 4.98k 943k | date stringdate 2017-04-15 16:45:02 2022-02-25 15:32:15 | timezone int64 -46,800 39.6k | hash stringlengths 40 40 | message stringlengths 8 468 | mods listlengths 1 16 | language stringclasses 9
values | license stringclasses 2
values | repo stringclasses 119
values | original_message stringlengths 12 491 | is_CCS int64 1 1 | commit_type stringclasses 129
values | commit_scope stringlengths 1 44 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
401,147 | 20.08.2019 10:33:03 | -19,080 | 0130bb30a946fbaa4b71687559f97676e4798390 | fix: fixed sidenav open issue after clicking on outside of it
affects: | [
{
"change_type": "MODIFY",
"diff": "@@ -289,14 +289,14 @@ exports[`DatePicker component should display date popover on click on it 1`] = `\n</div>\n<div\naria-label=\"day-19\"\n- class=\"react-datepicker__day react-datepicker__day--019 react-datepicker__day--keyboard-selected react-datepicker__day--today\"\... | TypeScript | MIT License | medly/medly-components | fix: fixed sidenav open issue after clicking on outside of it
affects: @medly-components/core, @medly-components/layout | 1 | fix | null |
679,913 | 20.08.2019 10:39:17 | -3,600 | dbad1624be555dada7f84f52443f43b80881356d | feat(pointfree): add new r-stack words, refactor
add rdup2, rdup3, rover | [
{
"change_type": "MODIFY",
"diff": "@@ -5,9 +5,23 @@ const __xsp = (id: 0 | 1) => (ctx: StackContext) => (\nctx[0].push(ctx[id].length), ctx\n);\n-const __dup = (id: 0 | 1) => (ctx: StackContext) => (\n- $(ctx[id], 1), ctx[id].push(tos(ctx[id])), ctx\n-);\n+const __dup = (id: 0 | 1) => __copy(id, id);\n+\n+... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(pointfree): add new r-stack words, refactor
- add rdup2, rdup3, rover | 1 | feat | pointfree |
679,913 | 20.08.2019 10:52:31 | -3,600 | 6392657bc8bd1e21faab2e5eb9e89ea51ed4cdcb | refactor(pointfree): update op2v, extract loops | [
{
"change_type": "MODIFY",
"diff": "@@ -60,27 +60,37 @@ export const op2v = (f: Fn2<any, any, any>) => (\nconst a = stack[n];\nconst isa = isArray(a);\nconst isb = isArray(b);\n- let c: any[];\n- if (isa && isb) {\n- c = new Array(Math.min(a.length, b.length));\n- for (let i = c.length - 1; i >= 0; i--) {\n... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(pointfree): update op2v, extract loops | 1 | refactor | pointfree |
679,913 | 20.08.2019 11:07:42 | -3,600 | 1936df7f5a4e8100795fb1269f63ecf1cffe97d4 | minor(pointfree): update safeMode() init, run() | [
{
"change_type": "MODIFY",
"diff": "@@ -13,9 +13,6 @@ export const run = (\nprog: StackProc,\nctx: StackContext = [[], [], {}]\n): StackContext => {\n- // !ctx[0] && (ctx[0] = []);\n- // !ctx[1] && (ctx[1] = []);\n- // !ctx[2] && (ctx[2] = {});\nif (isFunction(prog)) {\nreturn prog(ctx);\n}\n",
"new_pat... | TypeScript | Apache License 2.0 | thi-ng/umbrella | minor(pointfree): update safeMode() init, run() | 1 | minor | pointfree |
438,921 | 20.08.2019 11:38:06 | -32,400 | 82461b312311066fb2876bb175cc05d84e8b2e4b | fix(data): Fix header option setting
Fix headers values to be set after XHR request object is opened
Add more descriptive example and options for: 'data.mimeType' and '.load()'
Fix .load()'s option 'done' to not be called twice
Fix | [
{
"change_type": "MODIFY",
"diff": "@@ -14,6 +14,30 @@ describe(\"API load\", function() {\nchart = util.generate(args);\n});\n+ describe(\"XHR data loading\", () => {\n+ before(() => {\n+ args = {\n+ data: {\n+ columns: []\n+ }\n+ };\n+ });\n+\n+ it(\"should be load data via 'url'\", done => {\n+ chart.loa... | TypeScript | MIT License | naver/billboard.js | fix(data): Fix header option setting
- Fix headers values to be set after XHR request object is opened
- Add more descriptive example and options for: 'data.mimeType' and '.load()'
- Fix .load()'s option 'done' to not be called twice
Fix #1031 | 1 | fix | data |
67,494 | 20.08.2019 11:44:47 | -7,200 | e640119db281db3757d58970f5d77672db1b0e07 | refactor(router): update realworld | [
{
"change_type": "MODIFY",
"diff": "import { Constructable } from '@aurelia/kernel';\nimport { GuardIdentity, GuardTypes, IGuardOptions, } from './guardian';\n-import { GuardFunction, GuardTarget, INavigatorInstruction, IRouteableComponentType, ComponentAppellationResolver, ViewportAppellationResolver, ICom... | TypeScript | MIT License | aurelia/aurelia | refactor(router): update realworld | 1 | refactor | router |
679,913 | 20.08.2019 11:46:30 | -3,600 | e9dfacb892a3f7818ff804e67df090b0bad847d6 | refactor(shader-ast): update constant folding using defmulti | [
{
"change_type": "MODIFY",
"diff": "+import { NO_OP } from \"@thi.ng/api\";\n+import { DEFAULT, defmulti } from \"@thi.ng/defmulti\";\nimport {\nLit,\nOp1,\nOp2,\nTerm\n} from \"./api/nodes\";\n+import { Operator } from \"./api/ops\";\nimport { isLitNumeric } from \"./ast/checks\";\nimport { lit } from \"./... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(shader-ast): update constant folding using defmulti | 1 | refactor | shader-ast |
306,444 | 20.08.2019 11:50:03 | -7,200 | c1e96f79e23a907c6f3e911d7413d4847c647335 | chore(localize): deprecate language-only locales | [
{
"change_type": "MODIFY",
"diff": "@@ -19,7 +19,7 @@ storiesOf('Forms|Input Email', module)\n)\n.add('Use own validator', () => {\nconst gmailOnly = modelValue => ({ gmailOnly: modelValue.indexOf('gmail.com') !== -1 });\n- localize.locale = 'en';\n+ localize.locale = 'en-GB';\ntry {\nlocalize.addData('en',... | JavaScript | MIT License | ing-bank/lion | chore(localize): deprecate language-only locales | 1 | chore | localize |
304,868 | 20.08.2019 11:50:04 | 21,600 | 90bd165bd06afb84a986bd02cb56ec45e6fb3412 | fix(interpreter): use non-pointer receiver for interpreter.function
This change fixes a race condition when the function is shared via a
scope across many interpreters (i.e. builtin functions) | [
{
"change_type": "MODIFY",
"diff": "@@ -379,7 +379,9 @@ func (itrp *Interpreter) doExpression(expr semantic.Expression, scope values.Sco\npolyTypes[node] = polyType\n}\n}), e)\n- return &function{\n+ // In the case of builtin functions this function value is shared across all query requests\n+ // and as suc... | Go | MIT License | influxdata/flux | fix(interpreter): use non-pointer receiver for interpreter.function
This change fixes a race condition when the function is shared via a
scope across many interpreters (i.e. builtin functions) | 1 | fix | interpreter |
902,122 | 20.08.2019 11:51:29 | -7,200 | 8d8d59cd9506f1bba11c063ed319d224189c6cc4 | fix: kill under best effort | [
{
"change_type": "MODIFY",
"diff": "@@ -14,7 +14,7 @@ const EVALUATE_HTML = page => page.content()\nconst killBrowser = async (browser, { cleanTmp = false } = {}) => {\nconst pid = browser.process().pid\n- await fkill(pid)\n+ await fkill(pid, { force: true, silent: true })\nconst deletedPaths = cleanTmp\n? ... | JavaScript | MIT License | microlinkhq/browserless | fix: kill under best effort (#69) | 1 | fix | null |
711,597 | 20.08.2019 11:56:34 | -7,200 | f4cd71834cdd666bf9a79036eefc624189899a9a | feat(core): Automatically set CORS exposedHeaders for bearer auth
Closes | [
{
"change_type": "MODIFY",
"diff": "@@ -147,6 +147,7 @@ export async function preBootstrapConfig(\n}\nconfig = await runPluginConfigurations(config);\nregisterCustomEntityFields(config);\n+ setExposedHeaders(config);\nreturn config;\n}\n@@ -187,6 +188,32 @@ async function getAllEntities(userConfig: Partial<... | TypeScript | MIT License | vendure-ecommerce/vendure | feat(core): Automatically set CORS exposedHeaders for bearer auth
Closes #137 | 1 | feat | core |
67,494 | 20.08.2019 12:01:59 | -7,200 | 53ecceff58643ef9f8dcd183d30eceb697b27fbd | refactor(router): fix wrong import path | [
{
"change_type": "MODIFY",
"diff": "import { Constructable, IContainer } from '@aurelia/kernel';\n-import { CustomElement, IRenderContext } from '@aurelia/runtime';\n-import { ICustomElementType } from './../../runtime/src/resources/custom-element';\n+import { CustomElement, ICustomElementType, IRenderConte... | TypeScript | MIT License | aurelia/aurelia | refactor(router): fix wrong import path | 1 | refactor | router |
679,913 | 20.08.2019 12:22:00 | -3,600 | 17e5f3de19cfa2002e9df007893fef3124d34ed2 | refactor(pixel): update setChannel(), pre/postmultiply(), extract & re-use | [
{
"change_type": "MODIFY",
"diff": "@@ -20,7 +20,11 @@ import {\nclampRegion,\nensureChannel,\nensureSize,\n- prepRegions\n+ prepRegions,\n+ setChannelConvert,\n+ setChannelSame,\n+ setChannelUni,\n+ transformABGR\n} from \"./utils\";\ninterface UIntArrayConstructor {\n@@ -235,26 +239,21 @@ export class Pac... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(pixel): update setChannel(), pre/postmultiply(), extract & re-use | 1 | refactor | pixel |
711,597 | 20.08.2019 12:27:32 | -7,200 | 574d70b28e868635c053ca653ea7fb31967aea9c | refactor(core): Move default authTokenHeaderKey into shared constant | [
{
"change_type": "MODIFY",
"diff": "@@ -13,6 +13,7 @@ export const SUPER_ADMIN_USER_PASSWORD = 'superadmin';\nexport const CUSTOMER_ROLE_CODE = '__customer_role__';\nexport const CUSTOMER_ROLE_DESCRIPTION = 'Customer';\nexport const ROOT_COLLECTION_NAME = '__root_collection__';\n+export const DEFAULT_AUTH_T... | TypeScript | MIT License | vendure-ecommerce/vendure | refactor(core): Move default authTokenHeaderKey into shared constant | 1 | refactor | core |
67,494 | 20.08.2019 12:31:30 | -7,200 | 6b687cef13aaa9dc5d5cb0a3ece596c232ee10ed | refactor(router): add more generics | [
{
"change_type": "MODIFY",
"diff": "-import { ComponentAppellation } from './interfaces';\n-/*\n-* Contains interfaces and types that aren't strongly connected\n-* to component(s) or that are considered an essential part\n-* of the API.\n-*/\n-\nimport { Constructable } from '@aurelia/kernel';\nimport { Cus... | TypeScript | MIT License | aurelia/aurelia | refactor(router): add more generics | 1 | refactor | router |
67,474 | 20.08.2019 13:03:20 | -36,000 | e44eaddb7b4317fd7440a274bf732737e6cf06fc | feat(plugin-conventions): enable ShadomDOM option in html-only-element
closes | [
{
"change_type": "MODIFY",
"diff": "@@ -56,7 +56,7 @@ export const name = \"foo-bar\";\nexport const template = \"<template></template>\";\nexport default template;\nexport const dependencies = [ d0, d1, Registration.defer('.css', d2) ];\n-export const shadowOptions = {\"mode\":\"open\"};\n+export const sha... | TypeScript | MIT License | aurelia/aurelia | feat(plugin-conventions): enable ShadomDOM option in html-only-element
closes #465 | 1 | feat | plugin-conventions |
67,482 | 20.08.2019 13:11:26 | 25,200 | 800fe80be29b938c9fa4ff40909756e8aa58cef7 | fix(view-locator): improve some typings | [
{
"change_type": "MODIFY",
"diff": "-import { IViewLocator } from '../../templating/view';\n+import { ComposedObject, IViewLocator } from '../../templating/view';\nimport { valueConverter } from '../value-converter';\n@valueConverter('view')\nexport class ViewValueConverter {\nconstructor(@IViewLocator priv... | TypeScript | MIT License | aurelia/aurelia | fix(view-locator): improve some typings | 1 | fix | view-locator |
67,482 | 20.08.2019 13:19:49 | 25,200 | b227e15a020dc4a955473c77913057142dfdd77e | refactor(view-locator): renaming a type | [
{
"change_type": "MODIFY",
"diff": "-import { ComposedObject, IViewLocator } from '../../templating/view';\n+import { ComposableObject, IViewLocator } from '../../templating/view';\nimport { valueConverter } from '../value-converter';\n@valueConverter('view')\nexport class ViewValueConverter {\nconstructor(... | TypeScript | MIT License | aurelia/aurelia | refactor(view-locator): renaming a type | 1 | refactor | view-locator |
711,597 | 20.08.2019 13:23:08 | -7,200 | c31a3839525c8c58570ff81d50fc95f686b58e1e | feat(admin-ui): Support bearer token auth method
Relates to | [
{
"change_type": "MODIFY",
"diff": "import { Location } from '@angular/common';\nimport { Injectable } from '@angular/core';\n-export type LocalStorageKey = 'activeChannelToken';\n+export type LocalStorageKey = 'activeChannelToken' | 'authToken';\nexport type LocalStorageLocationBasedKey = 'shippingTestOrde... | TypeScript | MIT License | vendure-ecommerce/vendure | feat(admin-ui): Support bearer token auth method
Relates to #138 | 1 | feat | admin-ui |
711,597 | 20.08.2019 13:24:36 | -7,200 | fd68d1e2c5095b3bb0539df5fce89c803e3349eb | feat(admin-ui-plugin): Automatically configure admin-ui auth method
Closes | [
{
"change_type": "MODIFY",
"diff": "+import { DEFAULT_AUTH_TOKEN_HEADER_KEY } from '@vendure/common/lib/shared-constants';\nimport { AdminUiConfig, Type } from '@vendure/common/lib/shared-types';\nimport {\n+ AuthOptions,\ncreateProxyHandler,\nOnVendureBootstrap,\nOnVendureClose,\n@@ -102,9 +104,9 @@ export... | TypeScript | MIT License | vendure-ecommerce/vendure | feat(admin-ui-plugin): Automatically configure admin-ui auth method
Closes #138 | 1 | feat | admin-ui-plugin |
67,482 | 20.08.2019 13:25:33 | 25,200 | 271ce6d069e7b268fbd94c2b6b9b81de5bea48d6 | refactor(view-locator): some naming changes | [
{
"change_type": "MODIFY",
"diff": "@@ -5,9 +5,9 @@ import { valueConverter } from '../value-converter';\nexport class ViewValueConverter {\nconstructor(@IViewLocator private readonly viewLocator: IViewLocator) {}\n- public toView(subject: ComposableObject | null | undefined, viewName?: string) {\n- return ... | TypeScript | MIT License | aurelia/aurelia | refactor(view-locator): some naming changes | 1 | refactor | view-locator |
699,189 | 20.08.2019 13:40:39 | 25,200 | 07bf7aaed047c86d26ecb3ccddd156855ce4dcde | fix(website): component header and overview with utilities | [
{
"change_type": "MODIFY",
"diff": "@@ -13,13 +13,14 @@ interface ComponentNode {\n}\ninterface ComponentOverviewTableProps {\nchildren?: React.ReactElement;\n+ categoryRoute?: typeof SidebarCategoryRoutes[keyof typeof SidebarCategoryRoutes];\ncomponentsList?: [ComponentNode];\n}\nconst sortNodeByName = (a:... | TypeScript | MIT License | twilio-labs/paste | fix(website): component header and overview with utilities (#64) | 1 | fix | website |
902,122 | 20.08.2019 14:14:43 | 0 | b2f0d5b0e4143790cc1bc5b4582e6fc3f7ed8f7c | chore(release): v5.11.4 | [
{
"change_type": "MODIFY",
"diff": "All notable changes to this project will be documented in this file.\nSee [Conventional Commits](https://conventionalcommits.org) for commit guidelines.\n+## [5.11.4](https://github.com/kikobeats/browserless/compare/v5.11.3...v5.11.4) (2019-08-20)\n+\n+**Note:** Version b... | JavaScript | MIT License | microlinkhq/browserless | chore(release): v5.11.4 | 1 | chore | release |
815,598 | 20.08.2019 14:15:09 | -28,800 | bbe8d4cd155db7b01c698a25f867f00a3f0dd242 | chore: disable secp256k1 bench test | [
{
"change_type": "MODIFY",
"diff": "@@ -88,7 +88,8 @@ security-audit: ## Use cargo-audit to audit Cargo.lock for crates with security\n# expecting to see \"Success No vulnerable packages found\"\nbench-test:\n- cd benches && cargo bench --features ci -- --test\n+ echo \"Fix the secp256k1 bench test and reen... | Rust | MIT License | nervosnetwork/ckb | chore: disable secp256k1 bench test | 1 | chore | null |
679,913 | 20.08.2019 14:15:15 | -3,600 | d25827e3049ead5d0f51025bd552b64fbb0c12e7 | perf(geom-isoline): refactor contourVertex as jump table, minor updates | [
{
"change_type": "MODIFY",
"diff": "+import { Fn5 } from \"@thi.ng/api\";\nimport { range2d } from \"@thi.ng/transducers\";\nimport { ReadonlyVec, Vec } from \"@thi.ng/vectors\";\n// flattened [to, clear] tuples\n// all positive values are given as times 2\n+// prettier-ignore\nconst EDGE_INDEX = [\n- -1,\n... | TypeScript | Apache License 2.0 | thi-ng/umbrella | perf(geom-isoline): refactor contourVertex as jump table, minor updates | 1 | perf | geom-isoline |
711,597 | 20.08.2019 14:17:35 | -7,200 | 452f5a996278dfc6cfcab3b681a4cf0f66683088 | fix(admin-ui): Fix error on creating product with empty option values
Fixes | [
{
"change_type": "MODIFY",
"diff": "#textArea\n(keyup)=\"handleKey($event)\"\n(focus)=\"isFocussed = true\"\n- (blur)=\"isFocussed = false\"\n+ (blur)=\"handleBlur()\"\n[(ngModel)]=\"input\"\n[disabled]=\"disabled\"\n></textarea>\n",
"new_path": "admin-ui/src/app/catalog/components/option-value-input/op... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(admin-ui): Fix error on creating product with empty option values
Fixes #141 | 1 | fix | admin-ui |
471,458 | 20.08.2019 14:19:26 | -7,200 | 4e1a0ab03cd213b3bac9e4551506421c1178177e | fix(create): change installation pkg manager logs prefix to name | [
{
"change_type": "MODIFY",
"diff": "@@ -403,7 +403,7 @@ function _install(command = 'npm', options) {\n});\ninstall.stderr.on('data', data => {\n- console.log(`Error: ${data}`);\n+ console.log(`${command}: ${data}`);\n});\ninstall.on('close', () => {\n",
"new_path": "packages/create/src/core.js",
"o... | JavaScript | MIT License | open-wc/open-wc | fix(create): change installation pkg manager logs prefix to name | 1 | fix | create |
902,122 | 20.08.2019 14:26:03 | 0 | 9c0c89280478447eeabf089e9437b6b942c5b077 | chore(release): v5.11.5 | [
{
"change_type": "MODIFY",
"diff": "All notable changes to this project will be documented in this file.\nSee [Conventional Commits](https://conventionalcommits.org) for commit guidelines.\n+## [5.11.5](https://github.com/kikobeats/browserless/compare/v5.11.4...v5.11.5) (2019-08-20)\n+\n+**Note:** Version b... | JavaScript | MIT License | microlinkhq/browserless | chore(release): v5.11.5 | 1 | chore | release |
438,921 | 20.08.2019 14:31:11 | -32,400 | 12bdc54b5628043776ed72683341f58a4bedb40a | fix(api): Fix .data() to return exact data
Change the condition to retrieve exact data.
Fix | [
{
"change_type": "MODIFY",
"diff": "*/\n/* eslint-disable */\nimport util from \"../assets/util\";\n+import CLASS from \"../../src/config/classes\";\ndescribe(\"API data\", function() {\nconst data = [\n- [\"data1\", 30, 30, 100, 400, 150, 250],\n+ [\"data\", 30, 30, 100, 400, 150, 250],\n[\"data2\", 5000, ... | TypeScript | MIT License | naver/billboard.js | fix(api): Fix .data() to return exact data
Change the condition to retrieve exact data.
Fix #1035 | 1 | fix | api |
67,474 | 20.08.2019 14:40:53 | -36,000 | 1e620fe8b26eb9b72de5c1cc8f3077e6db776cb0 | ci: fix change-tsconfig to bypass | [
{
"change_type": "MODIFY",
"diff": "@@ -8,7 +8,9 @@ const log = createLogger('change-tsconfigs');\nconst [, , operation, mod] = process.argv;\nconst packages = project.packages;\n- const tsconfigFiles = packages.map(pkg => new File(pkg.tsconfig));\n+ const tsconfigFiles = packages\n+ .filter(pkg => pkg.name... | TypeScript | MIT License | aurelia/aurelia | ci: fix change-tsconfig to bypass @aurelia/__tests__ | 1 | ci | null |
67,474 | 20.08.2019 15:21:11 | -36,000 | d1f10fffa65d36d3b33714a7b97c7046e0e059d6 | fix(plugin-conventions): turn off ShadowDOM for element with one-word tag name
ShadowDOM requires element name to contain a dash (-). This fix turns off ShadowDOM, and warn user at both compile time and runtime. | [
{
"change_type": "MODIFY",
"diff": "@@ -118,4 +118,28 @@ export function getHTMLOnlyElement() {\nconst result = preprocessHtmlTemplate('lo\\\\FooBar.html', html, { mode: 'closed' }, id => `raw-loader!${id}`);\nassert.equal(result.code, expected);\n});\n+\n+ it('turn off shadowDOM mode for one word element',... | TypeScript | MIT License | aurelia/aurelia | fix(plugin-conventions): turn off ShadowDOM for element with one-word tag name
ShadowDOM requires element name to contain a dash (-). This fix turns off ShadowDOM, and warn user at both compile time and runtime. | 1 | fix | plugin-conventions |
722,013 | 20.08.2019 15:27:49 | 18,000 | 810bf1ca511362c981c8c64cdcb8c1f31f2b74ae | feat: change defaults for codeSplit & simpleEditor
make the codePLit and simpleEditor true by default
They are now opt out while they were opt-in
BREAKING CHANGE: change defaults for `simpleEditor` mean that `editorConfig` will not work without `simpleEditor: false` | [
{
"change_type": "MODIFY",
"diff": "@@ -29,7 +29,7 @@ export default {\nexample: 'assets'\n},\ncodeSplit: {\n- default: false,\n+ default: true,\nmessage: 'Code Split',\ndescription:\n'Should the styleguide try code splitting for better performance? NOte that you will need the proper transform in your babel... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | feat: change defaults for codeSplit & simpleEditor
make the codePLit and simpleEditor true by default
They are now opt out while they were opt-in
BREAKING CHANGE: change defaults for `simpleEditor` mean that `editorConfig` will not work without `simpleEditor: false` | 1 | feat | null |
67,494 | 20.08.2019 15:38:58 | -7,200 | 71146a4e587fa159eeef24f74fbe35be87fe18b5 | refactor(router): add Constructable to ComponentAppellation | [
{
"change_type": "MODIFY",
"diff": "@@ -53,7 +53,7 @@ export type NavigationInstruction<C extends Constructable = Constructable> = Com\nexport type GuardFunction = (viewportInstructions?: ViewportInstruction[], navigationInstruction?: INavigatorInstruction) => boolean | ViewportInstruction[];\nexport type G... | TypeScript | MIT License | aurelia/aurelia | refactor(router): add Constructable to ComponentAppellation | 1 | refactor | router |
67,474 | 20.08.2019 15:44:43 | -36,000 | 9b8e7f1b6a9b48db07784823817cf650004fe223 | test(plugin-conventions): test coverage on per-file shadowDOM mode | [
{
"change_type": "MODIFY",
"diff": "@@ -119,6 +119,31 @@ export function getHTMLOnlyElement() {\nassert.equal(result.code, expected);\n});\n+ it('processes template with css dependencies in per-file shadowDOM mode with string module wrap and explicit shadow mode', function () {\n+ const html = '<import from... | TypeScript | MIT License | aurelia/aurelia | test(plugin-conventions): test coverage on per-file shadowDOM mode | 1 | test | plugin-conventions |
67,494 | 20.08.2019 15:44:49 | -7,200 | b96456f1c6c7e925f24f3f5cb249ca8cb1462367 | refactor(router): rename Appellation to Handle | [
{
"change_type": "MODIFY",
"diff": "import { Constructable } from '@aurelia/kernel';\nimport { GuardIdentity, GuardTypes, IGuardOptions, } from './guardian';\n-import { ComponentAppellationResolver, GuardFunction, GuardTarget, IComponentAndOrViewportOrNothing, INavigatorInstruction, IRouteableComponentType,... | TypeScript | MIT License | aurelia/aurelia | refactor(router): rename Appellation to Handle | 1 | refactor | router |
713,841 | 20.08.2019 15:57:10 | -7,200 | 43a5edcf9930150c9c6769a91d8e2bd0340eabb4 | chore: add more badges | [
{
"change_type": "MODIFY",
"diff": "# Verdaccio Monorepo\n[](https://circleci.com/gh/verdaccio/monorepo)\n-[](https:... | TypeScript | MIT License | verdaccio/monorepo | chore: add more badges | 1 | chore | null |
711,597 | 20.08.2019 15:58:58 | -7,200 | a4b76b27ae4ff83af6782fa1a935a7e696e50d48 | fix(create): Correctly log verbose output from server | [
{
"change_type": "MODIFY",
"diff": "@@ -18,7 +18,7 @@ import {\nisSafeToCreateProjectIn,\nshouldUseYarn,\n} from './helpers';\n-import { LogLevel } from './types';\n+import { CliLogLevel } from './types';\n// tslint:disable-next-line:no-var-requires\nconst packageJson = require('../package.json');\n@@ -51,7... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(create): Correctly log verbose output from server | 1 | fix | create |
67,494 | 20.08.2019 16:04:23 | -7,200 | f89846791da50897a8f645c03ab16e6f34364bb8 | refactor(router): extract type resolvers to new file | [
{
"change_type": "MODIFY",
"diff": "import { Constructable } from '@aurelia/kernel';\nimport { GuardIdentity, GuardTypes, IGuardOptions, } from './guardian';\n-import { ComponentHandleResolver, GuardFunction, GuardTarget, IComponentAndOrViewportOrNothing, INavigatorInstruction, IRouteableComponentType, View... | TypeScript | MIT License | aurelia/aurelia | refactor(router): extract type resolvers to new file | 1 | refactor | router |
902,122 | 20.08.2019 16:07:32 | -7,200 | 04c02ee3c63968bf52d86ed8ab86feccb9d6d5c8 | build: pass opts | [
{
"change_type": "MODIFY",
"diff": "@@ -95,7 +95,7 @@ module.exports = ({\nconst screenshot = wrapError(require('@browserless/screenshot'))\nreturn {\n- kill: () => killBrowser(browser),\n+ kill: opts => killBrowser(browser, opts),\nbrowser,\nhtml: evaluate(EVALUATE_HTML),\ntext: evaluate(EVALUATE_TEXT),\n"... | JavaScript | MIT License | microlinkhq/browserless | build: pass opts | 1 | build | null |
67,495 | 20.08.2019 16:08:56 | 18,000 | 13009337bcf3fe523b1c7919b4e2b99dd230c6eb | feat(default-replaceable): allow replace conv | [
{
"change_type": "MODIFY",
"diff": "@@ -67,6 +67,405 @@ describe('replaceable', function () {\n});\n+ it(`replaceable - default bind to parent containerless replace element full`, function () {\n+\n+ const App = CustomElement.define({ name: 'app', template: `<template><foo><div>\\${baz}</div></foo></templat... | TypeScript | MIT License | aurelia/aurelia | feat(default-replaceable): allow replace conv | 1 | feat | default-replaceable |
902,122 | 20.08.2019 16:16:10 | -7,200 | cc81a9fdcefcdc0ff93a5ddbbb3f30a515d7d662 | build: update files to clean | [
{
"change_type": "MODIFY",
"diff": "@@ -16,7 +16,7 @@ const killBrowser = async (browser, { cleanTmp = false } = {}) => {\nconst pid = browser.process().pid\nawait fkill(pid, { force: true, silent: true })\nconst deletedPaths = cleanTmp\n- ? await del(['/tmp/core.chromium.*', '/tmp/puppeteer_dev_profile*'])... | JavaScript | MIT License | microlinkhq/browserless | build: update files to clean | 1 | build | null |
679,913 | 20.08.2019 16:20:54 | -3,600 | c281f17b47104d0e2de32f994ed540307323aca2 | refactor(vector-pools): simplify AttribPool, extract asserts | [
{
"change_type": "MODIFY",
"diff": "import {\n+ ILogger,\nIObjectOf,\nIRelease,\n+ NULL_LOGGER,\nType,\nTypedArray\n} from \"@thi.ng/api\";\n@@ -98,3 +100,7 @@ export const TYPE2GL: { [id: number]: GLType } = {\n[Type.U32]: GLType.U32,\n[Type.F32]: GLType.F32\n};\n+\n+export let LOGGER = NULL_LOGGER;\n+\n+e... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(vector-pools): simplify AttribPool, extract asserts | 1 | refactor | vector-pools |
699,194 | 20.08.2019 16:26:27 | 21,600 | d901ba10b4e7e0e3cdbcbdf83c60b7c90f5f28fe | fix(website): update flex docs links | [
{
"change_type": "MODIFY",
"diff": "@@ -70,7 +70,7 @@ const IndexPage: React.FC<{}> = (): React.ReactElement => {\n<Anchor href=\"http://styleguide.sendgrid.com/\">SendGrid Style Guide</Anchor>\n</LI>\n<LI>\n- <Anchor href=\"https://zpl.io/2yOZ0Dy\">Frame Elements for Flex</Anchor>\n+ <Anchor href=\"https:/... | TypeScript | MIT License | twilio-labs/paste | fix(website): update flex docs links (#65) | 1 | fix | website |
866,394 | 20.08.2019 16:27:40 | 14,400 | 040153b803e533d7907ee12b0dfc165ec7baed60 | fix(eslint): adding additional eslint checks for react components | [
{
"change_type": "MODIFY",
"diff": "@@ -28,6 +28,18 @@ module.exports = {\n],\n'react/jsx-uses-vars': 1,\n'react/jsx-uses-react': 1,\n+\n+ // Require ES6 class declarations over React.createClass\n+ // https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/prefer-es6-class.md\n+ 'react/pref... | TypeScript | Apache License 2.0 | carbon-design-system/carbon-for-ibm-dotcom | fix(eslint): adding additional eslint checks for react components (#54) | 1 | fix | eslint |
932,458 | 20.08.2019 16:41:54 | 14,400 | 8320fc065aefe997c41dedb0683fcb572a0c28a9 | ci: add Github actions test pipeline | [
{
"change_type": "ADD",
"diff": "+name: Node CI\n+\n+on:\n+ push:\n+ branches:\n+ - master\n+ pull_request:\n+ branches:\n+ - master\n+\n+jobs:\n+ test:\n+ name: Test on node ${{ matrix.node-version }}\n+ runs-on: ubuntu-latest\n+\n+ strategy:\n+ matrix:\n+ node-version: [10.x, 12.x]\n+\n+ steps:\n+ - uses:... | TypeScript | Apache License 2.0 | spotify/web-scripts | ci: add Github actions test pipeline | 1 | ci | null |
722,013 | 20.08.2019 16:53:34 | 18,000 | 683f3dc30f73d8edac4cef825117537f8bdf71d1 | fix: passing a webpackConfig should prioitize | [
{
"change_type": "MODIFY",
"diff": "@@ -22,7 +22,7 @@ export default function getConfig(\nupdate?: (conf: ProcessedStyleGuidistConfigObject | {}) => ProcessedStyleGuidistConfigObject\n): ProcessedStyleGuidistConfigObject {\nlet configFilepath\n- let config: ProcessedStyleGuidistConfigObject | { serverPort?:... | TypeScript | MIT License | vue-styleguidist/vue-styleguidist | fix: passing a webpackConfig should prioitize | 1 | fix | null |
67,495 | 20.08.2019 16:58:21 | 18,000 | fc91f952798b7588c4631730438fc04db0deb9bd | chore(default-replaceable): standardize and rename | [
{
"change_type": "MODIFY",
"diff": "@@ -70,7 +70,7 @@ describe('replaceable', function () {\nit(`replaceable - default bind to parent containerless replace element full`, function () {\nconst App = CustomElement.define({ name: 'app', template: `<template><foo><div>\\${baz}</div></foo></template>` }, class {... | TypeScript | MIT License | aurelia/aurelia | chore(default-replaceable): standardize and rename | 1 | chore | default-replaceable |
266,135 | 20.08.2019 17:11:44 | 25,200 | b410c4ad07a7af4535d12729ffe5878209282c93 | test: adds integration test for gcf-utils and tools for local development | [
{
"change_type": "MODIFY",
"diff": "\"scripts\": {\n\"compile\": \"tsc -p .\",\n\"start\": \"probot run ./build/src/conventional-commit-lint.js\",\n+ \"start:local\": \"node ./build/src/local.js\",\n\"prepare\": \"npm run compile\",\n\"pretest\": \"npm run compile\",\n\"test\": \"cross-env LOG_LEVEL=fatal m... | TypeScript | Apache License 2.0 | googleapis/repo-automation-bots | test: adds integration test for gcf-utils and tools for local development | 1 | test | null |
711,597 | 20.08.2019 17:25:52 | -7,200 | 25de044f8d04577c3a9ad3b4db49069d6ab0d0de | fix(core): Fix application hang when worker microservice fails to start
This is a work-around for the issue reported at | [
{
"change_type": "MODIFY",
"diff": "@@ -56,10 +56,14 @@ export async function bootstrap(userConfig: Partial<VendureConfig>): Promise<INe\nawait app.listen(config.port, config.hostname);\napp.enableShutdownHooks();\nif (config.workerOptions.runInMainProcess) {\n+ try {\nconst worker = await bootstrapWorkerIn... | TypeScript | MIT License | vendure-ecommerce/vendure | fix(core): Fix application hang when worker microservice fails to start
This is a work-around for the issue reported at https://github.com/nestjs/nest/issues/2777 | 1 | fix | core |
711,597 | 20.08.2019 17:30:34 | -7,200 | eb587f515df48f547767b3a00d9481e2d0ec3f6e | chore: Publish v0.1.2-beta.12 | [
{
"change_type": "MODIFY",
"diff": "+## <small>0.1.2-beta.12 (2019-08-20)</small>\n+\n+\n+#### Fixes\n+\n+* **admin-ui** Add missing icon ([4027325](https://github.com/vendure-ecommerce/vendure/commit/4027325))\n+* **admin-ui** Fix error on creating product with empty option values ([452f5a9](https://github... | TypeScript | MIT License | vendure-ecommerce/vendure | chore: Publish v0.1.2-beta.12 | 1 | chore | null |
67,494 | 20.08.2019 17:43:43 | -7,200 | f91dcef275ac6ad951fbbbf938b9226c3508d23e | refactor(router): add instance resolver | [
{
"change_type": "MODIFY",
"diff": "@@ -56,7 +56,7 @@ class Target<C extends Constructable> {\nthis.componentName = ComponentHandleResolver.getName(target as IRouteableComponentType<C>);\n} else {\nconst cvTarget = target as IComponentAndOrViewportOrNothing;\n- this.component = ComponentHandleResolver.isTyp... | TypeScript | MIT License | aurelia/aurelia | refactor(router): add instance resolver | 1 | refactor | router |
67,494 | 20.08.2019 17:45:53 | -7,200 | 88c4a14583e1bd7783ec9ac8d539885d81cd4540 | refactor(router): reintroduce ComponentAppellation | [
{
"change_type": "MODIFY",
"diff": "import { Constructable } from '@aurelia/kernel';\nimport { GuardIdentity, GuardTypes, IGuardOptions, } from './guardian';\nimport { GuardFunction, GuardTarget, IComponentAndOrViewportOrNothing, INavigatorInstruction, IRouteableComponentType } from './interfaces';\n-import... | TypeScript | MIT License | aurelia/aurelia | refactor(router): reintroduce ComponentAppellation | 1 | refactor | router |
815,569 | 20.08.2019 18:01:27 | -28,800 | d38ad5a41e89065792996ea2a5c132fd5536e840 | fix: compact block short_id collides | [
{
"change_type": "MODIFY",
"diff": "use crate::relayer::block_transactions_verifier::BlockTransactionsVerifier;\n-use crate::relayer::Relayer;\n+use crate::relayer::error::{Error, Misbehavior};\n+use crate::relayer::{ReconstructionError, Relayer};\nuse ckb_network::{CKBProtocolContext, PeerIndex};\nuse ckb_... | Rust | MIT License | nervosnetwork/ckb | fix: compact block short_id collides | 1 | fix | null |
679,913 | 20.08.2019 18:32:15 | -3,600 | 745ea659c531fec33e253f4ff1aa161210aeeeed | refactor(hiccup-markdown): update serializeElement, add SerializeState | [
{
"change_type": "MODIFY",
"diff": "@@ -9,10 +9,17 @@ import { illegalArgs } from \"@thi.ng/errors\";\nimport { normalize } from \"@thi.ng/hiccup\";\nimport { repeat, wrap } from \"@thi.ng/strings\";\n+interface SerializeState {\n+ indent: number;\n+ sep: string;\n+ id?: number;\n+ pre?: boolean;\n+}\n+\nex... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(hiccup-markdown): update serializeElement, add SerializeState | 1 | refactor | hiccup-markdown |
713,841 | 20.08.2019 18:51:03 | -7,200 | 97cfb55eb5808a0cd2f2c9ded48e728a5f505c5c | chore: improve greenkeeper config | [
{
"change_type": "MODIFY",
"diff": "{\n\"groups\": {\n- \"default\": {\n+ \"common\": {\n+ \"packages\": [\n+ \"package.json\"\n+ ]\n+ },\n+ \"core\": {\n\"packages\": [\n\"core/commons-api/package.json\",\n\"core/file-locking/package.json\",\n- \"core/file-locking/src/__tests__/assets/package.json\",\n\"co... | TypeScript | MIT License | verdaccio/monorepo | chore: improve greenkeeper config | 1 | chore | null |
713,841 | 20.08.2019 19:57:10 | -7,200 | 79f94e0b92b4d2cbcb92d922ad8f1b0d88e6a0f7 | chore: move greenkeeper badge to the first line | [
{
"change_type": "MODIFY",
"diff": "[](https://circleci.com/gh/verdaccio/monorepo)\n[](https://dev.azure.com/verd... | TypeScript | MIT License | verdaccio/monorepo | chore: move greenkeeper badge to the first line | 1 | chore | null |
815,573 | 20.08.2019 20:28:45 | -28,800 | c2a6450644db33b45603213ecff0d0c5b5e17a51 | feat: New secp system cells (with dep group cell)
BREAKING CHANGE: Reference secp cell by dep group | [
{
"change_type": "MODIFY",
"diff": "@@ -436,7 +436,9 @@ dependencies = [\nname = \"ckb-chain-spec\"\nversion = \"0.19.0-pre\"\ndependencies = [\n+ \"ckb-crypto 0.19.0-pre\",\n\"ckb-dao-utils 0.19.0-pre\",\n+ \"ckb-hash 0.19.0-pre\",\n\"ckb-jsonrpc-types 0.19.0-pre\",\n\"ckb-pow 0.19.0-pre\",\n\"ckb-rational... | Rust | MIT License | nervosnetwork/ckb | feat: New secp system cells (with dep group cell)
BREAKING CHANGE: Reference secp cell by dep group | 1 | feat | null |
503,922 | 20.08.2019 20:29:42 | -7,200 | 0ffe52705c8efb0ac8d7901600d3ae06509b889c | feat(Ansible icon): Add ansible tower icon to custom icons definition | [
{
"change_type": "MODIFY",
"diff": "@@ -7,6 +7,13 @@ module.exports = {\nheight: 100,\nsvgPathData: \"M145.7,45.3l-16.1,5.8c0.2,2.6,0.6,5.1,1.3,7.6l15.3-5.6C145.7,50.6,145.5,47.9,145.7,45.3M216.7,27.5c-1.1-2.3-2.4-4.5-3.9-6.6l-16.1,5.8c1.9,1.9,3.4,4.1,4.7,6.4L216.7,27.5zM181.4,23c3.3,1.6,6.2,3.7,8.7,6.2l16.... | TypeScript | MIT License | patternfly/patternfly-react | feat(Ansible icon): Add ansible tower icon to custom icons definition (#2735) | 1 | feat | Ansible icon |
815,573 | 20.08.2019 20:51:03 | -28,800 | 0374e985b2e8846daa5d9f389020aeffc0faa8ad | fix: bench secp cell deps | [
{
"change_type": "MODIFY",
"diff": "@@ -89,7 +89,7 @@ security-audit: ## Use cargo-audit to audit Cargo.lock for crates with security\nbench-test:\necho \"Fix the secp256k1 bench test and reenable it\"\n- # cd benches && cargo bench --features ci -- --test\n+ cd benches && cargo bench --features ci -- --tes... | Rust | MIT License | nervosnetwork/ckb | fix: bench secp cell deps | 1 | fix | null |
713,841 | 20.08.2019 21:10:30 | -7,200 | e91c875e1af451a76ee096147dd72d083dd0967d | ci: publish every commit in a temporal in-memory registry | [
{
"change_type": "MODIFY",
"diff": "@@ -112,37 +112,18 @@ jobs:\nsteps:\n- *restore_repo\n- run:\n- name: 'Install tools to run a Verdaccio in memory'\n+ name: 'Publish canary version in a Verdaccio in memory'\ncommand: |\n+ export YARN_CONFIG_PREFIX=\"/tmp/yarn-global\"\n+ mkdir $YARN_CONFIG_PREFIX\n+ yarn... | TypeScript | MIT License | verdaccio/monorepo | ci: publish every commit in a temporal in-memory registry | 1 | ci | null |
902,122 | 20.08.2019 22:01:19 | 0 | f7431129fc4a20ee763672e2ed79c818e14272e5 | fix: ensure to kill subprocess tree | [
{
"change_type": "MODIFY",
"diff": "\"@browserless/screenshot\": \"^5.11.0\",\n\"debug-logfmt\": \"~1.0.2\",\n\"del\": \"~5.0.0\",\n- \"fkill\": \"~6.2.0\",\n+ \"fkill\": \"github:tomsotte/fkill#iss21\",\n\"p-timeout\": \"~3.1.0\",\n\"require-one-of\": \"~1.0.11\"\n},\n",
"new_path": "packages/browserle... | JavaScript | MIT License | microlinkhq/browserless | fix: ensure to kill subprocess tree | 1 | fix | null |
76,605 | 20.08.2019 22:14:55 | -7,200 | 344885c3c0cb4252be3bd688c92e5d5f413f8489 | fix: None feature was affecting too much when no so many intents. | [
{
"change_type": "MODIFY",
"diff": "@@ -113,6 +113,24 @@ class NeuralNetwork {\n}\ntrain(srcData) {\n+ const useNoneFeature =\n+ srcData[srcData.length - 1].input.nonefeature !== undefined;\n+ if (useNoneFeature) {\n+ const intents = {};\n+ for (let i = 0; i < srcData.length - 1; i += 1) {\n+ const tokens =... | JavaScript | MIT License | axa-group/nlp.js | fix: None feature was affecting too much when no so many intents. | 1 | fix | null |
679,913 | 20.08.2019 22:35:30 | -3,600 | 632c57ae2f00158288569d0874fc8478ccb02145 | refactor(associative): update XXXMap.dissoc() signature to unify API
BREAKING CHANGE: dissoc() method signature changed from varargs to `Iterable<K>`
Example:
previously: `HashMap.dissoc(1, 2, 3)`
now: `HashMap.dissoc([1, 2, 3])`
This new signature is the same as used by `dissoc()` standalone fn and
the `disj()` method... | [
{
"change_type": "MODIFY",
"diff": "@@ -129,7 +129,7 @@ export class EquivMap<K, V> extends Map<K, V>\nreturn false;\n}\n- dissoc(...keys: K[]) {\n+ dissoc(keys: Iterable<K>) {\nreturn <this>dissoc(this, keys);\n}\n",
"new_path": "packages/associative/src/equiv-map.ts",
"old_path": "packages/associa... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(associative): update XXXMap.dissoc() signature to unify API
BREAKING CHANGE: dissoc() method signature changed from varargs to `Iterable<K>`
Example:
- previously: `HashMap.dissoc(1, 2, 3)`
- now: `HashMap.dissoc([1, 2, 3])`
This new signature is the same as used by `dissoc()` standalone fn and
the `disj()... | 1 | refactor | associative |
902,122 | 20.08.2019 22:51:18 | 0 | bc32ecc6c4acf0e888d401d5a72d20d058160d9f | chore(release): v5.11.6 | [
{
"change_type": "MODIFY",
"diff": "All notable changes to this project will be documented in this file.\nSee [Conventional Commits](https://conventionalcommits.org) for commit guidelines.\n+## [5.11.6](https://github.com/kikobeats/browserless/compare/v5.11.5...v5.11.6) (2019-08-20)\n+\n+\n+### Bug Fixes\n+... | JavaScript | MIT License | microlinkhq/browserless | chore(release): v5.11.6 | 1 | chore | release |
67,516 | 20.08.2019 23:07:19 | -7,200 | eabf0e31a3448d9d8ebd2ced8c9f4c8f70499390 | fix(i18n): type def for locale | [
{
"change_type": "MODIFY",
"diff": "import { I18N, I18nService, RT_SIGNAL } from '@aurelia/i18n';\nimport { customElement, ISignaler } from '@aurelia/runtime';\nimport template from './sut-i18n.html';\n+import { Locale } from './translation-resources';\n@customElement({ name: 'sut-i18n', template })\nexport... | TypeScript | MIT License | aurelia/aurelia | fix(i18n): type def for locale | 1 | fix | i18n |
679,913 | 20.08.2019 23:08:19 | -3,600 | 93d8e3427823f0e23b08f02e9295d944d767febb | refactor(associative): minor update SortedMap.compare() | [
{
"change_type": "MODIFY",
"diff": "@@ -163,10 +163,10 @@ export class SortedMap<K, V> extends Map<K, V> {\nlet x: IteratorResult<Pair<K, V>>, y: IteratorResult<Pair<K, V>>;\nlet c: number;\nwhile (((x = i.next()), (y = j.next()), !x.done && !y.done)) {\n- if ((c = compare(x.value[0], y.value[0])) !== 0) {\... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(associative): minor update SortedMap.compare() | 1 | refactor | associative |
76,605 | 20.08.2019 23:20:35 | -7,200 | 8a157ad1c4840011a6d8e72624b349f4e66eb173 | build: 3.5.2 | [
{
"change_type": "MODIFY",
"diff": "{\n\"name\": \"node-nlp\",\n- \"version\": \"3.5.1\",\n+ \"version\": \"3.5.2\",\n\"lockfileVersion\": 1,\n\"requires\": true,\n\"dependencies\": {\n",
"new_path": "package-lock.json",
"old_path": "package-lock.json"
},
{
"change_type": "MODIFY",
"diff... | JavaScript | MIT License | axa-group/nlp.js | build: 3.5.2 | 1 | build | null |
815,573 | 20.08.2019 23:41:20 | -28,800 | dbadf484cea6bdba0329d58102726068be997a50 | test: Add integration test for secp dep group | [
{
"change_type": "MODIFY",
"diff": "@@ -12,7 +12,9 @@ ckb-jsonrpc-types = { path = \"../util/jsonrpc-types\" }\nckb-app-config = { path = \"../util/app-config\" }\nckb-network = { path = \"../network\" }\nckb-sync = { path = \"../sync\" }\n+ckb-miner = { path = \"../miner\" }\nckb-types = { path = \"../util... | Rust | MIT License | nervosnetwork/ckb | test: Add integration test for secp dep group | 1 | test | null |
902,122 | 20.08.2019 23:42:58 | -7,200 | 69b5aec6886cb37fed3d3661bd0baa2104653ec3 | fix: pass force flag | [
{
"change_type": "MODIFY",
"diff": "@@ -16,7 +16,9 @@ const killBrowser = async (browser, { cleanTmp = false } = {}) => {\nconst pid = browser.process().pid\nawait fkill(pid, { force: true, silent: true })\nconst deletedPaths = cleanTmp\n- ? await del(['/tmp/core.*', '/tmp/puppeteer_dev_profile*'])\n+ ? awa... | JavaScript | MIT License | microlinkhq/browserless | fix: pass force flag | 1 | fix | null |
815,573 | 21.08.2019 00:05:58 | -28,800 | d5cc378e1f006385460a7cecf9fcced5babeb3d2 | test: Add test for ignore genesis cellbase maturity check | [
{
"change_type": "MODIFY",
"diff": "@@ -609,7 +609,7 @@ impl ChainState {\n.and_then(|rtx| {\nself.verify_rtx(&rtx, cycles).and_then(|cycles| {\nlet fee = self.calculate_transaction_fee(&rtx);\n- let related_dep_out_points = rtx.get_related_dep_out_points();\n+ let related_dep_out_points = rtx.related_dep_o... | Rust | MIT License | nervosnetwork/ckb | test: Add test for ignore genesis cellbase maturity check | 1 | test | null |
679,913 | 21.08.2019 00:06:09 | -3,600 | c3f0973456ae8ecc4fc705e10adba87d9effb260 | refactor(geom-splines): update cubicBounds() & sampleCubic/Quadratic()
extract private __sample() HOF & re-use | [
{
"change_type": "MODIFY",
"diff": "@@ -34,18 +34,17 @@ const axisBounds = (\nif (h > 0) {\nh = Math.sqrt(h);\n- let t = k0 / (-k1 - h);\n- if (t > 0 && t < 1) {\n- const q = mixCubic(pa, pb, pc, pd, t);\n- min[i] = Math.min(min[i], q);\n- max[i] = Math.max(max[i], q);\n- }\n- t = k0 / (-k1 + h);\n+\n+ cons... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(geom-splines): update cubicBounds() & sampleCubic/Quadratic()
- extract private __sample() HOF & re-use | 1 | refactor | geom-splines |
815,590 | 21.08.2019 00:16:25 | -28,800 | ab79fcfdb52ed7bbd27d338a1debb532f3b248ab | fix: use remote peer observed address | [
{
"change_type": "MODIFY",
"diff": "@@ -12,6 +12,8 @@ pub enum Error {\nIo(IoError),\nP2P(P2PError),\nDB(DBError),\n+ Addr(String),\n+ Dial(String),\nShutdown,\n}\n",
"new_path": "network/src/errors.rs",
"old_path": "network/src/errors.rs"
},
{
"change_type": "MODIFY",
"diff": "@@ -76,11... | Rust | MIT License | nervosnetwork/ckb | fix: use remote peer observed address | 1 | fix | null |
679,913 | 21.08.2019 00:17:54 | -3,600 | 17ac114e0cacb8c616961123b5cd52b8e7e89500 | refactor(geom-splines): split up closedCubicFromControlPoints() | [
{
"change_type": "MODIFY",
"diff": "@@ -7,20 +7,8 @@ import {\nVec\n} from \"@thi.ng/vectors\";\n-export const closedCubicFromControlPoints = (\n- points: ReadonlyVec[],\n- t = 1,\n- uniform = false\n-) => {\n- const segments = [];\n- for (let i = 0, num = points.length; i < num; i++) {\n- const a = points[... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(geom-splines): split up closedCubicFromControlPoints() | 1 | refactor | geom-splines |
67,494 | 21.08.2019 00:33:12 | -7,200 | 6b14d9c2258b943e5d28bb5b69d423d692d245e1 | refactor(router): remove generic from ComponentAppellation | [
{
"change_type": "MODIFY",
"diff": "@@ -7,8 +7,8 @@ import { ViewportInstruction } from './viewport-instruction';\nexport class Guard {\npublic type: GuardTypes;\n- public includeTargets: Target<Constructable>[];\n- public excludeTargets: Target<Constructable>[];\n+ public includeTargets: Target[];\n+ publi... | TypeScript | MIT License | aurelia/aurelia | refactor(router): remove generic from ComponentAppellation | 1 | refactor | router |
67,494 | 21.08.2019 00:40:45 | -7,200 | c32c7f20bf9fa651f045a263178784baed4b4c18 | refactor(router): clean up imports | [
{
"change_type": "MODIFY",
"diff": "import { Constructable } from '@aurelia/kernel';\nimport { IRouteableComponentType, NavigationInstruction } from './interfaces';\nimport { INavRoute, Nav } from './nav';\n-import { ViewportInstruction } from './viewport-instruction';\nimport { ComponentAppellationResolver... | TypeScript | MIT License | aurelia/aurelia | refactor(router): clean up imports | 1 | refactor | router |
713,841 | 21.08.2019 00:50:30 | -7,200 | acf83d51a1caaa8edf8e5ce789d824f5b192bc0b | refactor(eslint-config): temporal set to warn some rules | [
{
"change_type": "MODIFY",
"diff": "@@ -4,5 +4,10 @@ module.exports = {\n'@typescript-eslint/camelcase': 'off',\n'@typescript-eslint/indent': ['error', 2],\n'@typescript-eslint/explicit-member-accessibility': ['warn'],\n+ // TODO temporal fix\n+ '@typescript-eslint/no-inferrable-types': 'warn',\n+ '@typescr... | TypeScript | MIT License | verdaccio/monorepo | refactor(eslint-config): temporal set to warn some rules | 1 | refactor | eslint-config |
67,494 | 21.08.2019 01:08:07 | -7,200 | 0d297e3cc21392b8e7cebc224a1b11d61015434c | test(realworld): clean up imports | [
{
"change_type": "MODIFY",
"diff": "-import { Constructable, inject } from '@aurelia/kernel';\n-import { IRouteableComponentType, IRouter } from '@aurelia/router';\n+import { inject } from '@aurelia/kernel';\n+import { INavRoute, IRouter } from '@aurelia/router';\nimport { customElement, IObserverLocator, I... | TypeScript | MIT License | aurelia/aurelia | test(realworld): clean up imports | 1 | test | realworld |
67,494 | 21.08.2019 01:28:24 | -7,200 | 43e15ac812ffe616d7e4fa95231330cd4b7b6c3f | feat(router): add flattenViewportInstructions | [
{
"change_type": "MODIFY",
"diff": "@@ -146,6 +146,17 @@ export class InstructionResolver {\nreturn unique;\n}\n+ public flattenViewportInstructions(instructions: ViewportInstruction[]): ViewportInstruction[] {\n+ const flat: ViewportInstruction[] = [];\n+ for (const instruction of instructions) {\n+ flat.p... | TypeScript | MIT License | aurelia/aurelia | feat(router): add flattenViewportInstructions | 1 | feat | router |
67,494 | 21.08.2019 01:28:53 | -7,200 | e923639d57269502db7eb215357d423c82b20747 | feat(router): update compute active in nav route | [
{
"change_type": "MODIFY",
"diff": "@@ -79,7 +79,8 @@ export class NavRoute {\nreturn (this.linkActive as ((route: NavRoute) => boolean))(this) ? 'nav-active' : '';\n}\nconst components = this.linkActive as ViewportInstruction[];\n- const activeComponents = this.nav.router.activeComponents.map((state) => th... | TypeScript | MIT License | aurelia/aurelia | feat(router): update compute active in nav route | 1 | feat | router |
67,494 | 21.08.2019 02:22:55 | -7,200 | 87e879176cd99138830b8a4014d5f5f1584ee3c9 | chore(router): revert format changes | [
{
"change_type": "MODIFY",
"diff": "-import { Key, Writable } from '@aurelia/kernel';\n-import { bindable, createRenderContext, CustomElement, IController, ICustomElementType, IDOM, INode, IRenderContext, IRenderingEngine, ITemplate, LifecycleFlags, TemplateDefinition } from '@aurelia/runtime';\n-import { I... | TypeScript | MIT License | aurelia/aurelia | chore(router): revert format changes | 1 | chore | router |
749,517 | 21.08.2019 06:57:09 | -7,200 | ec66679ff8c43fdab00066b1ad771cc3d2a248a1 | docs: correct react-theming peer dependencies | [
{
"change_type": "MODIFY",
"diff": "@@ -9,7 +9,7 @@ and RTL capabilities in the [Garden Design System](https://zendeskgarden.github.\nnpm install @zendeskgarden/react-theming\n# Peer Dependencies - Also Required\n-npm install react react-dom prop-types styled-components @zendeskgarden/react-theming\n+npm in... | TypeScript | Apache License 2.0 | zendeskgarden/react-components | docs: correct react-theming peer dependencies (#421) | 1 | docs | null |
902,122 | 21.08.2019 08:20:56 | 0 | dc22f38c16d44643a5a791d7f8f8e3b0f0fa5ea5 | chore(release): v5.11.7 | [
{
"change_type": "MODIFY",
"diff": "All notable changes to this project will be documented in this file.\nSee [Conventional Commits](https://conventionalcommits.org) for commit guidelines.\n+## [5.11.7](https://github.com/kikobeats/browserless/compare/v5.11.6...v5.11.7) (2019-08-21)\n+\n+**Note:** Version b... | JavaScript | MIT License | microlinkhq/browserless | chore(release): v5.11.7 | 1 | chore | release |
438,921 | 21.08.2019 08:50:38 | -32,400 | 3bc205049a0dc524164b09492ad0ca4078b2c52b | chore(dev-env): Degrade
Fix | [
{
"change_type": "MODIFY",
"diff": "\"dev\": true\n},\n\"espree\": {\n- \"version\": \"6.0.0\",\n- \"resolved\": \"https://registry.npmjs.org/espree/-/espree-6.0.0.tgz\",\n- \"integrity\": \"sha512-lJvCS6YbCn3ImT3yKkPe0+tJ+mH6ljhGNjHQH9mRtiO6gjhVAOhVXW1yjnwqGwTkK3bGbye+hb00nFNmu0l/1Q==\",\n+ \"version\": \"... | TypeScript | MIT License | naver/billboard.js | chore(dev-env): Degrade eslint@6.1.0
Fix #1029 | 1 | chore | dev-env |
304,868 | 21.08.2019 09:27:53 | 21,600 | 782262eec596f85552b6381a4ba8c0a8b4d66e23 | build(release.sh): remove the logic around maint
The release process is changing to create specific release branches per minor version.
As such the maint branch no longer needs to be maintained via the release script. | [
{
"change_type": "MODIFY",
"diff": "@@ -11,18 +11,8 @@ if ! env | grep GITHUB_TOKEN= > /dev/null; then\nexit 1\nfi\n-# Run git fetch to ensure that the origin is updated.\n-git fetch\n-\n-# Ensure that the maint branch is included in this release.\n-if ! git merge-base --is-ancestor origin/maint HEAD; then\... | Go | MIT License | influxdata/flux | build(release.sh): remove the logic around maint
The release process is changing to create specific release branches per minor version.
As such the maint branch no longer needs to be maintained via the release script. | 1 | build | release.sh |
815,569 | 21.08.2019 10:05:50 | -28,800 | 73d016e02025557eeae64d1caea4a8cc81b514d6 | fix: return error if pending_tx failed | [
{
"change_type": "MODIFY",
"diff": "@@ -390,13 +390,14 @@ impl ChainState {\nreturn Err(e);\n}\ntx_pool.update_statics_for_add_tx(tx_size, cycles);\n- } else if self\n- .pending_tx(&mut tx_pool, Some(cycles), tx_size, tx)\n- .is_ok()\n- {\n+ return Ok(cycles);\n+ }\n+ if let Err(e) = self.pending_tx(&mut tx... | Rust | MIT License | nervosnetwork/ckb | fix: return error if pending_tx failed | 1 | fix | null |
815,595 | 21.08.2019 10:30:10 | -28,800 | 584d38fbef55d8deff005b03123c68def01cae4d | chore: Correct typo block_assember to block_assembler | [
{
"change_type": "MODIFY",
"diff": "@@ -42,7 +42,7 @@ curl -d '{\"id\": 1, \"jsonrpc\": \"2.0\", \"method\":\"get_tip_header\",\"params\": []}' \\\n## Run Miner\nMiner is disabled by default, unless you have setup the miner lock\n-to keep your mined CKB safe. See the comment of the section `[block_assember]... | Rust | MIT License | nervosnetwork/ckb | chore: Correct typo block_assember to block_assembler | 1 | chore | null |
815,573 | 21.08.2019 10:58:58 | -28,800 | a20a04f468cd6af5b82cd2a2b854aece1b12d089 | fix: cell meta should have block number error | [
{
"change_type": "MODIFY",
"diff": "@@ -225,6 +225,7 @@ impl<'a> MaturityVerifier<'a> {\npub fn verify(&self) -> Result<(), TransactionError> {\nlet cellbase_immature = |meta: &CellMeta| -> bool {\n+ if meta.is_cellbase() {\nlet cell_block_number = meta\n.transaction_info\n.as_ref()\n@@ -232,8 +233,10 @@ im... | Rust | MIT License | nervosnetwork/ckb | fix: cell meta should have block number error | 1 | fix | null |
401,147 | 21.08.2019 11:00:11 | -19,080 | 00fed842b6d363f817de2c8703785c62557cf50d | fix: fixed various issues in date picker
affects: | [
{
"change_type": "MODIFY",
"diff": "@@ -35,4 +35,8 @@ export const DatePickerStyled = styled('div').attrs(({ theme: { input, text, fon\n}\n}\n}\n+\n+ label + div {\n+ z-index: 5;\n+ }\n`;\n",
"new_path": "packages/core/src/components/DatePicker/DatePicker.styled.tsx",
"old_path": "packages/core/src/... | TypeScript | MIT License | medly/medly-components | fix: fixed various issues in date picker
affects: @medly-components/core, @medly-components/utils | 1 | fix | null |
713,841 | 21.08.2019 11:04:02 | -7,200 | 22eb2b651f6677bbc8a12258a9394efbec51f941 | chore: remove unnecessary package and download packages from our cache | [
{
"change_type": "MODIFY",
"diff": "\"devDependencies\": {\n\"@commitlint/cli\": \"^8.1.0\",\n\"@commitlint/config-lerna-scopes\": \"^8.1.0\",\n- \"@types/express\": \"4.16.1\",\n+ \"@types/express\": \"^4.17.1\",\n\"@types/http-errors\": \"^1.6.1\",\n\"@types/jest\": \"^24.0.15\",\n\"@types/lodash\": \"^4.... | TypeScript | MIT License | verdaccio/monorepo | chore: remove unnecessary package and download packages from our cache | 1 | chore | null |
815,573 | 21.08.2019 11:17:15 | -28,800 | c620feb8d8e0b015148ff43ef6ca1e6abf61ef42 | chore: Remove unused comment in Makefile | [
{
"change_type": "MODIFY",
"diff": "@@ -88,7 +88,6 @@ security-audit: ## Use cargo-audit to audit Cargo.lock for crates with security\n# expecting to see \"Success No vulnerable packages found\"\nbench-test:\n- echo \"Fix the secp256k1 bench test and reenable it\"\ncd benches && cargo bench --features ci --... | Rust | MIT License | nervosnetwork/ckb | chore: Remove unused comment in Makefile | 1 | chore | null |
471,512 | 21.08.2019 11:28:30 | -7,200 | e4833ebf0481d6576f15a5f23e813cff54a67b1c | feat(webpack-index-html-plugin): enable the use of webpack watchers | [
{
"change_type": "MODIFY",
"diff": "@@ -4,10 +4,17 @@ const path = require('path');\nconst fs = require('fs');\nconst os = require('os');\nconst { testSnapshots } = require('@open-wc/building-utils/testing-helpers/snapshots');\n+const { PLUGIN_NAME } = require('../src/utils');\nconst fixturesDir = path.join... | JavaScript | MIT License | open-wc/open-wc | feat(webpack-index-html-plugin): enable the use of webpack watchers | 1 | feat | webpack-index-html-plugin |
306,423 | 21.08.2019 11:30:31 | -7,200 | b7b8138fe7e735cb9e171b8297d68ef8eee3d119 | chore: update ci to node 10.16; use local chrome for speed | [
{
"change_type": "MODIFY",
"diff": "@@ -7,7 +7,7 @@ version: 2\ndefaults: &defaults\nworking_directory: ~/repo\ndocker:\n- - image: circleci/node:10.12.0-browsers\n+ - image: circleci/node:10.16.0-browsers\njobs:\ntest:\n@@ -29,8 +29,12 @@ jobs:\n# run lint\n- run: npm run lint\n- # run tests\n- - run: npm ... | JavaScript | MIT License | ing-bank/lion | chore: update ci to node 10.16; use local chrome for speed | 1 | chore | null |
306,423 | 21.08.2019 11:30:51 | -7,200 | a8ead533108e100b2d4a250ee6e99b0d310aab31 | chore: update linting | [
{
"change_type": "MODIFY",
"diff": "@@ -20,6 +20,7 @@ module.exports = {\n'no-console': 'off',\n'no-unused-expressions': 'off',\n'class-methods-use-this': 'off',\n+ 'max-classes-per-file': 'off',\n},\n},\n],\n",
"new_path": ".eslintrc.js",
"old_path": ".eslintrc.js"
},
{
"change_type": "MODI... | JavaScript | MIT License | ing-bank/lion | chore: update linting | 1 | chore | null |
67,494 | 21.08.2019 11:38:38 | -7,200 | b1df4aa7fd3f4580dde32c8293d14964fa1e3b7b | style(router): reformat properties and constructors | [
{
"change_type": "MODIFY",
"diff": "@@ -19,36 +19,27 @@ interface ForwardedState {\nexport class BrowserNavigator implements INavigatorStore, INavigatorViewer {\npublic static readonly inject: readonly Key[] = [ILifecycle, IDOM];\n- public readonly lifecycle: ILifecycle;\n-\npublic window: Window;\npublic h... | TypeScript | MIT License | aurelia/aurelia | style(router): reformat properties and constructors | 1 | style | router |
791,704 | 21.08.2019 11:56:20 | 25,200 | 1f77b0b741c5ad310c82842c600f07adf62d155b | report(viewer): add option for loading from the PSI API | [
{
"change_type": "MODIFY",
"diff": "@@ -20,3 +20,22 @@ yarn deploy-viewer\n```\nFor more information on deployment, see `releasing.md`.\n+\n+## Gist\n+\n+http://localhost:8000/?gist=bd1779783a5bbcb348564a58f80f7099\n+\n+## PSI\n+\n+Example:\n+```\n+http://localhost:8000/?psiurl=https://www.example.com&categ... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | report(viewer): add option for loading from the PSI API (#9546) | 1 | report | viewer |
713,841 | 21.08.2019 11:57:43 | -7,200 | 86960a1d66a79385b357b14ede64aa9a7568793a | ci: publish every commit in our registry to allow users test their implementation | [
{
"change_type": "MODIFY",
"diff": "@@ -123,7 +123,13 @@ jobs:\nnohup verdaccio -c verdaccio.yml 2>&1 &>$tmp_registry_log &\ngrep -q 'http address' <(tail -f $tmp_registry_log)\nnpm-auth-to-token -u user -p test -e test@test.com -r http://localhost:4873\n- yarn publish:canary --yes --no-push --registry=http... | TypeScript | MIT License | verdaccio/monorepo | ci: publish every commit in our registry to allow users test their implementation | 1 | ci | null |
401,147 | 21.08.2019 12:08:38 | -19,080 | ebfc796c0981c5287112c9693a0dd7430214b419 | fix: fixed disabled issue on date picker
affects: | [
{
"change_type": "MODIFY",
"diff": "@@ -2,8 +2,12 @@ import { styled } from '@medly-components/utils';\nimport { StyledProps } from './types';\nexport const DatePickerStyled = styled('div').attrs(({ theme: { input, text, font } }) => ({ input, text, font }))<StyledProps>`\n+ * {\n+ cursor: ${({ disabled }) ... | TypeScript | MIT License | medly/medly-components | fix: fixed disabled issue on date picker
affects: @medly-components/core | 1 | fix | null |
815,573 | 21.08.2019 12:30:40 | -28,800 | a9e04e776d7263b43c149eba2ceddac507bca21d | chore: Reorder system cells | [
{
"change_type": "MODIFY",
"diff": "# Generated by: ckb cli hashes -b\n[ckb_dev]\n-genesis = \"0x439fb2d2b6a1205ed9a8fcf1580bae935b016c9263a47fcadb29eacd3668bd2a\"\n-cellbase = \"0xceca4433fa418e924f57aedf6cd8213a9ed36b864aefe399a4d1147ca5539782\"\n+genesis = \"0x8a1737df1b0fc290c1265a92490c7d941c8dcfa1a803... | Rust | MIT License | nervosnetwork/ckb | chore: Reorder system cells | 1 | chore | null |
791,834 | 21.08.2019 12:32:53 | 25,200 | 2ff07d29a3e12a75cc844427c567330eb84d4249 | core(i18n): improve Intl polyfill and use it in Util | [
{
"change_type": "MODIFY",
"diff": "@@ -21,22 +21,26 @@ const MESSAGE_INSTANCE_ID_REGEX = /(.* \\| .*) # (\\d+)$/;\nconst MESSAGE_INSTANCE_ID_QUICK_REGEX = / # \\d+$/;\n(() => {\n- // Node usually doesn't come with the locales we want built-in, so load the polyfill if we can.\n+ // Node without full-icu doe... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(i18n): improve Intl polyfill and use it in Util (#9584) | 1 | core | i18n |
815,569 | 21.08.2019 12:33:21 | -28,800 | 7bbe5497767e2eb6b965ba8146229194b26050b4 | fix: transaction collision when reconstructing block | [
{
"change_type": "MODIFY",
"diff": "@@ -2,11 +2,15 @@ use crate::relayer::block_transactions_process::{BlockTransactionsProcess, Statu\nuse crate::relayer::error::{Error, Misbehavior};\nuse crate::relayer::tests::helper::{build_chain, MockProtocalContext};\nuse ckb_network::PeerIndex;\n+use ckb_store::Chain... | Rust | MIT License | nervosnetwork/ckb | fix: transaction collision when reconstructing block | 1 | fix | null |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.