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
889,109
15.10.2019 17:18:33
25,200
49efd491263b518ae5cd54c9a77e5603477f96d8
feat: introduce maxEntrySize, for enabling error message truncation
[ { "change_type": "MODIFY", "diff": "@@ -24,7 +24,7 @@ import {Response} from 'teeny-request';\nimport {google} from '../proto/logging';\nimport {GetEntriesCallback, GetEntriesResponse, Logging} from '.';\n-import {Entry, LogEntry} from './entry';\n+import {Entry, EntryJson, LogEntry} from './entry';\nimport...
TypeScript
Apache License 2.0
googleapis/nodejs-logging
feat: introduce maxEntrySize, for enabling error message truncation (#607)
1
feat
null
791,622
15.10.2019 17:21:41
25,200
bdc690e6d102862f11a5ea4901c98effe1d3c427
fix(docs): add documentation about running C++ gRPC bindings
[ { "change_type": "MODIFY", "diff": "@@ -8,3 +8,19 @@ introduction: |-\n[Pub/Sub quickstart](https://cloud.google.com/pubsub/docs/quickstart-client-libraries),\n[publisher](https://cloud.google.com/pubsub/docs/publisher), and [subscriber](https://cloud.google.com/pubsub/docs/subscriber)\nguides.\n+body: |-\n...
TypeScript
Apache License 2.0
googleapis/nodejs-pubsub
fix(docs): add documentation about running C++ gRPC bindings (#782)
1
fix
docs
730,429
15.10.2019 17:22:29
14,400
a8f926803989dd0a8fe6ac2dcaf0d190a933fca1
test(journeys): add sdk instance testing
[ { "change_type": "MODIFY", "diff": "@@ -9,6 +9,9 @@ export const elements = {\naccessTokenInput: 'input[aria-label=\"Access Token\"]',\nsaveTokenButton: 'button[aria-label=\"Save Token\"]',\nclearTokenButton: 'button[aria-label=\"Clear Token\"]',\n+ accessTokenTypeTokenButton: 'label[for=\"tokenTypeAccessTo...
JavaScript
MIT License
webex/react-widgets
test(journeys): add sdk instance testing
1
test
journeys
503,918
15.10.2019 17:31:27
-10,800
ec9d5ddbd353b6dea6b3299ab2f22128db0396dc
feat(aboutmodal,wizard): append component to any element in DOM
[ { "change_type": "MODIFY", "diff": "@@ -6,7 +6,7 @@ import { KEY_CODES } from '../../helpers/constants';\nconst mockListener = jest.spyOn(ReactDOM, 'createPortal');\njest.spyOn(document, 'createElement');\n-jest.spyOn(document, 'addEventListener');\n+jest.spyOn(document.body, 'addEventListener');\nmockListe...
TypeScript
MIT License
patternfly/patternfly-react
feat(aboutmodal,wizard): append component to any element in DOM (#3102) Signed-off-by: Boaz Shuster <boaz.shuster.github@gmail.com>
1
feat
aboutmodal,wizard
67,479
15.10.2019 17:35:09
-39,600
9354994263e393d8857779ca53de8c69ab3aaef2
fix(ref): use updatesource in self observer
[ { "change_type": "MODIFY", "diff": "@@ -8,7 +8,8 @@ import {\nCustomAttribute,\nCustomElement,\nCustomElementHost,\n- INode\n+ INode,\n+ bindable\n} from '@aurelia/runtime';\nimport {\nassert,\n@@ -381,6 +382,50 @@ describe('templating-compiler.ref.spec.ts', function() {\nassert.strictEqual(comp.divSetterCo...
TypeScript
MIT License
aurelia/aurelia
fix(ref): use updatesource in self observer
1
fix
ref
67,479
15.10.2019 17:56:20
-39,600
19fdc34ad20c1439799d6519286a895b1c28b681
fix(ref): add update source flag to binding
[ { "change_type": "MODIFY", "diff": "@@ -383,39 +383,22 @@ describe('templating-compiler.ref.spec.ts', function() {\n}\n},\n{\n- only: true,\ntitle: 'works with setter and @bindable',\n- root: CustomElement.define(\n- {\n- name: 'app',\n- bindables: ['div'],\n- template: '<div if.bind=\"shouldRenderRepeat\">...
TypeScript
MIT License
aurelia/aurelia
fix(ref): add update source flag to binding
1
fix
ref
711,597
15.10.2019 20:14:42
-7,200
d509805f5874a2ef8f670049960373b38639bd23
feat(core): Export database migration helpers
[ { "change_type": "MODIFY", "diff": "import { createConnection } from 'typeorm';\n-import { Type } from '../../common/lib/shared-types';\nimport { isTestEnvironment } from '../e2e/utils/test-environment';\n-import { getAllEntities, preBootstrapConfig } from '../src/bootstrap';\n+import { preBootstrapConfig }...
TypeScript
MIT License
vendure-ecommerce/vendure
feat(core): Export database migration helpers
1
feat
core
67,516
15.10.2019 20:29:26
-7,200
698ff9e4821e79149caf436e87d09fde62630014
chore(test): multi-interpolation
[ { "change_type": "MODIFY", "diff": "<read-only-text id=\"text1\" value.one-time=\"text1\"></read-only-text>\n<read-only-text id=\"text2\" value.bind=\"text2\"></read-only-text>\n<read-only-text id=\"text3\" value.to-view=\"text3\"></read-only-text>\n+ <read-only-text id=\"interpolated-text\" value=\"interpo...
TypeScript
MIT License
aurelia/aurelia
chore(test): multi-interpolation
1
chore
test
679,913
15.10.2019 21:00:50
-3,600
4521e74597a42edb321367e61a2ad054d6f955b9
build(soa): update typedoc dep, update pkg keywords
[ { "change_type": "MODIFY", "diff": "\"@types/node\": \"^12.6.3\",\n\"mocha\": \"^6.1.4\",\n\"nyc\": \"^14.0.0\",\n- \"typedoc\": \"^0.14.2\",\n+ \"typedoc\": \"^0.15.0\",\n\"typescript\": \"^3.6.4\"\n},\n\"dependencies\": {\n\"@thi.ng/vectors\": \"^3.3.1\"\n},\n\"keywords\": [\n+ \"AOS\",\n\"ES6\",\n- \"typ...
TypeScript
Apache License 2.0
thi-ng/umbrella
build(soa): update typedoc dep, update pkg keywords
1
build
soa
273,668
15.10.2019 21:11:15
-7,200
23a5d82a639c4c1c3f2e431a29b0617b8a789d2f
feat(remark): set custom grayMatter options
[ { "change_type": "MODIFY", "diff": "@@ -13,7 +13,6 @@ The transformer is automatically used if installed in your project. Custom trans\n```js\n//gridsome.config.js\n-\nmodule.exports = {\nplugins: [\n{\n@@ -82,6 +81,14 @@ Add additional [Remark plugins](https://github.com/remarkjs/remark/blob/master/d\nSet ...
JavaScript
MIT License
gridsome/gridsome
feat(remark): set custom grayMatter options (#284)
1
feat
remark
711,597
15.10.2019 21:14:10
-7,200
241a4173964d9c31dea3cfcde2658bf676766d0d
chore(core): Remove debug string
[ { "change_type": "MODIFY", "diff": "@@ -10,7 +10,7 @@ export class ExceptionLoggerFilter implements ExceptionFilter {\ncatch(exception: Error, host: ArgumentsHost) {\nif (exception instanceof I18nError) {\nconst { code, message, logLevel } = exception;\n- const logMessage = `BOBBY ${code || 'Error'}: ${mess...
TypeScript
MIT License
vendure-ecommerce/vendure
chore(core): Remove debug string
1
chore
core
273,634
15.10.2019 21:18:47
-3,600
d1b57795f5ae75744b91fc60eed97cbd25531c2f
fix(g-link): don't use router-link for mailto and tel links
[ { "change_type": "MODIFY", "diff": "import config from '~/.temp/config.js'\n-import { normalizePath } from '../utils/helpers'\n+import { normalizePath, isMailtoLink, isTelLink } from '../utils/helpers'\n// @vue/component\nexport default {\n@@ -23,8 +23,8 @@ export default {\nreturn h('a', data, children)\n}...
JavaScript
MIT License
gridsome/gridsome
fix(g-link): don't use router-link for mailto and tel links (#755)
1
fix
g-link
273,683
15.10.2019 23:21:26
-7,200
6b112f76e497c165616625d5ae7e4337094978b9
chore(csv): update dependencies
[ { "change_type": "MODIFY", "diff": "\"csv\"\n],\n\"dependencies\": {\n- \"csv-parse\": \"^4.3.4\"\n+ \"csv-parse\": \"^4.6.3\"\n},\n\"publishConfig\": {\n\"access\": \"public\"\n", "new_path": "packages/transformer-csv/package.json", "old_path": "packages/transformer-csv/package.json" }, { "...
JavaScript
MIT License
gridsome/gridsome
chore(csv): update dependencies
1
chore
csv
679,913
15.10.2019 23:38:14
-3,600
c473592e564f4781aacd34f0047fe5cff87d71c8
refactor(vectors): rename internal strided buffer fns for wrapped vecs
[ { "change_type": "MODIFY", "diff": "@@ -3,7 +3,7 @@ import { memoize1 } from \"@thi.ng/memoize\";\nimport { map, range } from \"@thi.ng/transducers\";\nimport { IVector, Vec } from \"./api\";\nimport { eqDeltaS } from \"./eqdelta\";\n-import { values } from \"./internal/vec-utils\";\n+import { stridedValues...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(vectors): rename internal strided buffer fns for wrapped vecs
1
refactor
vectors
67,476
15.10.2019 23:54:06
-7,200
d3207301bae1ae45277d495b40fd3f7f0a93ca7b
refactor(kernel): refine metadata
[ { "change_type": "MODIFY", "diff": "import { Class, Constructable } from './interfaces';\nimport { PLATFORM } from './platform';\nimport { Reporter } from './reporter';\n-import { IResourceType, Protocol } from './resource';\n+import { ResourceType, Protocol } from './resource';\nimport { Metadata } from '....
TypeScript
MIT License
aurelia/aurelia
refactor(kernel): refine metadata
1
refactor
kernel
67,476
15.10.2019 23:54:40
-7,200
d75aa91b026fa4bddf90807f6ccc61ac569bf529
refactor(value-converter): apply new metadata api
[ { "change_type": "MODIFY", "diff": "+/* eslint-disable @typescript-eslint/no-use-before-define */\nimport {\n- Class,\nConstructable,\nIContainer,\n- IResourceDefinition,\n+ ResourceDefinition,\nIResourceKind,\n- IResourceType,\n+ ResourceType,\nRegistration,\n- Writable,\n- PLATFORM\n+ Metadata,\n+ Protoco...
TypeScript
MIT License
aurelia/aurelia
refactor(value-converter): apply new metadata api
1
refactor
value-converter
67,476
15.10.2019 23:54:57
-7,200
c498f5ff0fbaf1be1901f4a0d80f019753fcf936
refactor(binding-behavior): apply new metadata api
[ { "change_type": "MODIFY", "diff": "+/* eslint-disable @typescript-eslint/no-use-before-define */\nimport {\n- Class,\nConstructable,\nIContainer,\n- IResourceDefinition,\n+ ResourceDefinition,\nIResourceKind,\n- IResourceType,\n+ ResourceType,\nRegistration,\n- Writable,\n- PLATFORM\n+ Metadata,\n+ Protoco...
TypeScript
MIT License
aurelia/aurelia
refactor(binding-behavior): apply new metadata api
1
refactor
binding-behavior
67,476
15.10.2019 23:55:11
-7,200
1b3a8d7e2d1f287e7f2df6e5e322a656b3eeb339
refactor(custom-attribute): apply new metadata api
[ { "change_type": "MODIFY", "diff": "+/* eslint-disable @typescript-eslint/no-use-before-define */\nimport {\n- Class,\nConstructable,\nIContainer,\nIResourceKind,\n- IResourceType,\nOmit,\n- PLATFORM,\nRegistration,\n- ResourceDescription,\n- Writable,\n+ Protocol,\n+ Metadata,\n+ ResourceDefinition,\n+ Par...
TypeScript
MIT License
aurelia/aurelia
refactor(custom-attribute): apply new metadata api
1
refactor
custom-attribute
76,605
16.10.2019 00:11:45
-7,200
84b33e92367e26fd3d075b26f2d17b84bea81db8
feature: irregular verb conjugation spanish
[ { "change_type": "ADD", "diff": "+{\n+ \"before\": {\n+ \"estando\": \"estar\",\n+ \"estoy\": \"estar\",\n+ \"estamos\": \"estar\",\n+ \"estais\": \"estar\",\n+ \"estan\": \"estar\",\n+ \"estes\": \"estar\",\n+ \"estemos\": \"estar\",\n+ \"esteis\": \"estar\",\n+ \"esten\": \"estar\",\n+ \"abstente\": \"abs...
JavaScript
MIT License
axa-group/nlp.js
feature: irregular verb conjugation spanish
1
feature
null
815,605
16.10.2019 04:31:28
0
07e2d86a27f8cca1f2ce0cbd81ec76b28b370e88
feat: Add load transaction syscall
[ { "change_type": "ADD", "diff": "+use crate::{\n+ cost_model::transferred_byte_cycles,\n+ syscalls::{\n+ utils::store_data, LOAD_TRANSACTION_SYSCALL_NUMBER, LOAD_TX_HASH_SYSCALL_NUMBER, SUCCESS,\n+ },\n+};\n+use ckb_types::{core::TransactionView, prelude::*};\n+use ckb_vm::{\n+ registers::{A0, A7},\n+ Error...
Rust
MIT License
nervosnetwork/ckb
feat: Add load transaction syscall
1
feat
null
866,393
16.10.2019 06:39:31
-32,400
b7a3d79fee65e2e437adf1c0da7f3e487d56ea4a
fix(button): null-check properties This change ensures `null`-checking string properties before setting them as attributes, ensuring that `null`/`undefined` won't be set as attribute value.
[ { "change_type": "MODIFY", "diff": "import settings from 'carbon-components/es/globals/js/settings';\nimport classnames from 'classnames';\nimport { html, property, customElement, LitElement } from 'lit-element';\n+import ifNonNull from '../../globals/directives/if-non-null';\nimport FocusMixin from '../../...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
fix(button): null-check properties (#149) This change ensures `null`-checking string properties before setting them as attributes, ensuring that `null`/`undefined` won't be set as attribute value.
1
fix
button
266,135
16.10.2019 09:01:28
25,200
bd210b0724a2a98d34272e71872491ebddf3dd8c
chore(gcf-utils): update KMS version to 1.0.0
[ { "change_type": "MODIFY", "diff": "\"@types/bunyan\": \"^1.8.6\",\n\"@types/dotenv\": \"^6.1.1\",\n\"@types/express\": \"^4.17.0\",\n- \"@types/google-cloud__kms\": \"^0.2.0\",\n+ \"@types/google-cloud__kms\": \"^1.0.0\",\n\"@types/ioredis\": \"^4.0.13\",\n\"@types/js-base64\": \"^2.3.1\",\n\"@types/lru-ca...
TypeScript
Apache License 2.0
googleapis/repo-automation-bots
chore(gcf-utils): update KMS version to 1.0.0 (#124)
1
chore
gcf-utils
749,516
16.10.2019 09:05:32
25,200
b259ed1ff2f0fcdd449961e78dd55bc3d5868037
feat(buttons|chrome): upgrade to useKeyboardFocus hook
[ { "change_type": "MODIFY", "diff": "},\n\"dependencies\": {\n\"@zendeskgarden/container-buttongroup\": \"^0.2.0\",\n+ \"@zendeskgarden/container-keyboardfocus\": \"^0.2.5\",\n\"@zendeskgarden/react-selection\": \"^6.5.0\",\n\"@zendeskgarden/react-utilities\": \"^6.7.1\",\n\"classnames\": \"^2.2.5\",\n", ...
TypeScript
Apache License 2.0
zendeskgarden/react-components
feat(buttons|chrome): upgrade to useKeyboardFocus hook (#482)
1
feat
buttons|chrome
503,979
16.10.2019 09:43:41
14,400
c47f14381c53f08d60b0f742af80a992ac650881
feat(eslint): add eslint-plugin-react-hooks * Add eslint-plugin-react-hooks so that Foreman and plugin devs will benefit from its guidance when using Hooks.
[ { "change_type": "MODIFY", "diff": "@@ -47,7 +47,9 @@ module.exports = {\n'react/jsx-filename-extension': 'off',\n'react/jsx-uses-vars': 'error',\n'react/no-danger': 'off',\n- 'react/sort-comp': 'off'\n+ 'react/sort-comp': 'off',\n+ 'react-hooks/rules-of-hooks': 'error',\n+ 'react-hooks/exhaustive-deps': 'w...
TypeScript
MIT License
patternfly/patternfly-react
feat(eslint): add eslint-plugin-react-hooks (#3083) * Add eslint-plugin-react-hooks so that Foreman and plugin devs will benefit from its guidance when using Hooks.
1
feat
eslint
866,395
16.10.2019 09:48:54
14,400
5271f02cc74b788dbc23ff6b430fa7859e390db4
chore(jsdoc): fix jsdoc lint errors
[ { "change_type": "MODIFY", "diff": "@@ -17,7 +17,8 @@ const { prefix } = settings;\n/**\n* LinkWithIcon component\n*\n- * @param {object} props react proptypes\n+ * @typedef {object} children User content\n+ * @param {string} href Link url\n* @returns {*} LinkWithIcon component\n*/\nconst LinkWithIcon = ({ ...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
chore(jsdoc): fix jsdoc lint errors
1
chore
jsdoc
866,395
16.10.2019 10:08:00
14,400
3b1645ea2f6cf4e5bfaa2bd58ed23349cec097d6
chore(docs): update readme and story
[ { "change_type": "MODIFY", "diff": "@@ -25,7 +25,7 @@ storiesOf('Link with Icon', module)\n<LinkWithIcon\nhref=\"https://www.ibm.com\"\ndisabled={boolean('Disabled', false)}>\n- <span>Text link</span>\n+ <span>Link text</span>\n<ArrowRight20 />\n</LinkWithIcon>\n</div>\n", "new_path": "packages/react/sr...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
chore(docs): update readme and story
1
chore
docs
711,597
16.10.2019 10:30:18
-7,200
8837117d8d6360e82d45f0f9471cb0c656eca770
docs(core): Add docs to migration helpers
[ { "change_type": "MODIFY", "diff": "@@ -9,13 +9,32 @@ import { camelCase } from 'typeorm/util/StringUtils';\nimport { preBootstrapConfig } from './bootstrap';\nimport { VendureConfig } from './config/vendure-config';\n+/**\n+ * @description\n+ * Configuration for generating a new migration script via {@link...
TypeScript
MIT License
vendure-ecommerce/vendure
docs(core): Add docs to migration helpers
1
docs
core
711,597
16.10.2019 10:33:56
-7,200
746abff9d319687a40b4a876e1ed7db7cfe811dc
feat(create): Rework folder structure, add build & migration scripts Closes
[ { "change_type": "MODIFY", "diff": "@@ -69,9 +69,15 @@ async function createApp(\nconst root = path.resolve(name);\nconst appName = path.basename(root);\n- const { dbType, usingTs, configSource, indexSource, indexWorkerSource, populateProducts } = isCi\n- ? await gatherCiUserResponses(root)\n- : await gathe...
TypeScript
MIT License
vendure-ecommerce/vendure
feat(create): Rework folder structure, add build & migration scripts Closes #175
1
feat
create
531,793
16.10.2019 10:34:23
-3,600
93f9add8758d336f38e31d57943db1ae62ad9cf7
chore(ci): move upstream error storybook to the AlertGrid view
[ { "change_type": "MODIFY", "diff": "@@ -10,10 +10,9 @@ import { MockAlert, MockAlertGroup } from \"__mocks__/Alerts.js\";\nimport { AlertStore } from \"Stores/AlertStore\";\nimport { Settings } from \"Stores/Settings\";\nimport { SilenceFormStore } from \"Stores/SilenceFormStore\";\n-import { UpstreamError ...
TypeScript
Apache License 2.0
prymitive/karma
chore(ci): move upstream error storybook to the AlertGrid view
1
chore
ci
401,147
16.10.2019 10:39:19
-19,080
b42d7d85d8d70953c85d030fc676d6a5ed9bc6c3
feat(core): add click functionality on the stepper affects:
[ { "change_type": "MODIFY", "diff": "import { defaultTheme } from '@medly-components/theme';\n-import { styled } from '@medly-components/utils';\n+import { css, styled } from '@medly-components/utils';\nimport Text from '../../Text';\nimport { CounterProps, CounterStyledProps } from '../types';\n@@ -32,6 +32...
TypeScript
MIT License
medly/medly-components
feat(core): add click functionality on the stepper affects: @medly-components/core
1
feat
core
942,571
16.10.2019 10:44:35
25,200
60154b638dd4f99a6607cd595aac6d8074fb1705
fix(layout): Add shouldForwardProp to Layout and Column components
[ { "change_type": "MODIFY", "diff": "import * as React from 'react';\nimport styled from 'react-emotion';\n+import isPropValid from '@emotion/is-prop-valid';\nexport interface ColumnProps {\n/**\n@@ -20,7 +21,9 @@ export interface ColumnProps {\nwidth?: number | string;\n}\n-const ColumnContainer = styled('d...
TypeScript
Apache License 2.0
workday/canvas-kit
fix(layout): Add shouldForwardProp to Layout and Column components (#265)
1
fix
layout
503,929
16.10.2019 10:45:01
14,400
17a51ff69ce6e800775049cd6cf77bc00cb9e4b6
fix(Cards): refactor sub-component references Due to patternfly/patternfly-react#2931, rearrange the way `Card` includes the component's sub-components to match the way the `Wizard` (and all other components) does it. The new style will allow the subcomponent references to survive webpack tree shaking.
[ { "change_type": "MODIFY", "diff": "import classNames from 'classnames';\nimport React from 'react';\nimport PropTypes from 'prop-types';\n+import CardBody from './CardBody';\n+import CardDropdownButton from './CardDropdownButton';\n+import CardFooter from './CardFooter';\n+import CardGrid from './CardGrid'...
TypeScript
MIT License
patternfly/patternfly-react
fix(Cards): refactor sub-component references (#2935) Due to patternfly/patternfly-react#2931, rearrange the way `Card` includes the component's sub-components to match the way the `Wizard` (and all other components) does it. The new style will allow the subcomponent references to survive webpack tree shaking.
1
fix
Cards
679,913
16.10.2019 11:02:52
-3,600
e0183794a5e22197558b76f675280507196f668c
docs(iges): fix readme code example
[ { "change_type": "MODIFY", "diff": "@@ -45,7 +45,7 @@ doc.start = [\n\"Defines single open 2D polyline (type 106)\"\n];\n-iges.addPolyline2d(doc, [\n+iges.addPolyline(doc, [\n[0,0],\n[0, 100],\n[50, 150],\n@@ -60,6 +60,8 @@ iges.addPolyline2d(doc, [\nconsole.log(iges.serialize(doc));\n```\n+Resulting output...
TypeScript
Apache License 2.0
thi-ng/umbrella
docs(iges): fix readme code example (#136)
1
docs
iges
67,479
16.10.2019 11:30:54
-39,600
8d2659a3bca3677bd43b1c2e13428b634a2bc6ce
fix(runtime-html): add infra for rendering surrogate class/style attributes
[ { "change_type": "MODIFY", "diff": "@@ -6,7 +6,9 @@ import {\nListenerBindingRenderer,\nSetAttributeRenderer,\nStylePropertyBindingRenderer,\n- TextBindingRenderer\n+ TextBindingRenderer,\n+ SetClassAttributeRenderer,\n+ SetStyleAttributeRenderer\n} from './html-renderer';\nimport { TargetAccessorLocator, T...
TypeScript
MIT License
aurelia/aurelia
fix(runtime-html): add infra for rendering surrogate class/style attributes
1
fix
runtime-html
67,479
16.10.2019 11:31:16
-39,600
105f6daa760063054060a5bcc0601985d0204c8f
chore(tests): add tests for rendering surrogate class attr
[ { "change_type": "ADD", "diff": "+import { HTMLTestContext, TestContext, assert } from '@aurelia/testing';\n+import { CustomElement, Aurelia } from '@aurelia/runtime';\n+\n+describe('template-compiler.ce_and_surrogate.spec.ts', function() {\n+\n+ interface ISurrogateIntegrationTestCase {\n+ title: string;\n...
TypeScript
MIT License
aurelia/aurelia
chore(tests): add tests for rendering surrogate class attr
1
chore
tests
67,479
16.10.2019 11:31:43
-39,600
23b6b93ab282bb6470e3c8acd380c3c9797d5d6b
fix(template-compiler): differentiate class on surrogate
[ { "change_type": "MODIFY", "diff": "@@ -34,7 +34,8 @@ import {\nHTMLAttributeInstruction,\nHTMLInstructionRow,\nSetAttributeInstruction,\n- TextBindingInstruction\n+ TextBindingInstruction,\n+ SetClassAttributeInstruction\n} from '@aurelia/runtime-html';\nimport { IAttrSyntaxTransformer } from './attribute-...
TypeScript
MIT License
aurelia/aurelia
fix(template-compiler): differentiate class on surrogate
1
fix
template-compiler
67,479
16.10.2019 11:33:41
-39,600
dede01e967a756a7b5211cd8b2251a92c1455add
fix(inst): add missing exports, instruction for surrogate style attr
[ { "change_type": "MODIFY", "diff": "@@ -98,6 +98,8 @@ export {\nAttributeBindingRendererRegistration,\nListenerBindingRendererRegistration,\nSetAttributeRendererRegistration,\n+ SetClassAttributeRendererRegistration,\n+ SetStyleAttributeRendererRegistration,\nStylePropertyBindingRendererRegistration,\nTextB...
TypeScript
MIT License
aurelia/aurelia
fix(inst): add missing exports, instruction for surrogate style attr
1
fix
inst
306,412
16.10.2019 11:37:45
-7,200
fd98a5591d0c952e3dbbd64aa51afb9dc553fde0
fix(radio-group): change check of value to only null or undefined
[ { "change_type": "MODIFY", "diff": "@@ -94,7 +94,7 @@ export class LionRadioGroup extends LionFieldset {\n__triggerCheckedValueChanged() {\nconst value = this.checkedValue;\n- if (value && value !== this.__previousCheckedValue) {\n+ if (value != null && value !== this.__previousCheckedValue) {\nthis.dispatc...
JavaScript
MIT License
ing-bank/lion
fix(radio-group): change check of value to only null or undefined
1
fix
radio-group
67,479
16.10.2019 11:44:24
-39,600
0c468ed05828304108e17385986b792518f57560
fix(setstyle-inst): use correct type
[ { "change_type": "MODIFY", "diff": "@@ -70,7 +70,7 @@ export interface ISetClassAttributeInstruction extends ITargetedInstruction {\n}\nexport interface ISetStyleAttributeInstruction extends ITargetedInstruction {\n- type: HTMLTargetedInstructionType.setClassAttribute;\n+ type: HTMLTargetedInstructionType.s...
TypeScript
MIT License
aurelia/aurelia
fix(setstyle-inst): use correct type
1
fix
setstyle-inst
67,479
16.10.2019 11:46:31
-39,600
1ee91df55937a676d52671c11a4cd90e7c917286
fix(style-inst): correctly compile surrogate style/ add more tests
[ { "change_type": "MODIFY", "diff": "@@ -133,6 +133,25 @@ describe('template-compiler.ce_and_surrogate.spec.ts', function() {\n});\n}\n},\n+ {\n+ title: 'Basic surrogate [style] merge scenario',\n+ template: '<foo style=\"height: 100px;\">',\n+ resources: [\n+ CustomElement.define(\n+ {\n+ name: 'foo',\n+ te...
TypeScript
MIT License
aurelia/aurelia
fix(style-inst): correctly compile surrogate style/ add more tests
1
fix
style-inst
711,597
16.10.2019 12:34:09
-7,200
4e2784f5d1623af71a5057828a57d612ec02be51
feat(create): Generate README file with new projects
[ { "change_type": "MODIFY", "diff": "@@ -76,6 +76,7 @@ async function createApp(\nindexSource,\nindexWorkerSource,\nmigrationSource,\n+ readmeSource,\npopulateProducts,\n} = isCi ? await gatherCiUserResponses(root) : await gatherUserResponses(root);\n@@ -148,20 +149,12 @@ async function createApp(\nctx.confi...
TypeScript
MIT License
vendure-ecommerce/vendure
feat(create): Generate README file with new projects
1
feat
create
791,834
16.10.2019 12:46:25
14,400
d9e6499a91d203e40488926d43a74ddcccfea076
core(gather): add new MainDocumentContent public artifact
[ { "change_type": "MODIFY", "diff": "@@ -1147,6 +1147,9 @@ Object {\nObject {\n\"path\": \"iframe-elements\",\n},\n+ Object {\n+ \"path\": \"main-document-content\",\n+ },\nObject {\n\"path\": \"dobetterweb/appcache\",\n},\n", "new_path": "lighthouse-cli/test/cli/__snapshots__/index-test.js.snap", "o...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(gather): add new MainDocumentContent public artifact (#9781)
1
core
gather
942,590
16.10.2019 12:48:06
25,200
f92e2a321fce66729cad41d0482c7c23510bdbfc
fix(header): Support onMenuClick without menuToggle
[ { "change_type": "MODIFY", "diff": "@@ -271,6 +271,7 @@ class MenuIconButton extends React.Component<\nvariant:\nthemeColor === HeaderTheme.White ? IconButton.Variant.Circle : IconButton.Variant.Inverse,\nicon: justifyIcon,\n+ onClick: onMenuClick,\n};\nconst menuSlot =\n", "new_path": "modules/_labs/he...
TypeScript
Apache License 2.0
workday/canvas-kit
fix(header): Support onMenuClick without menuToggle (#268)
1
fix
header
265,950
16.10.2019 13:34:43
25,200
92e115dca81604909fc34e983abcf47409d3f417
fix!: allow leading slashes in file name * fix!: allow leading slashes in filename Match expected behavior for file name. Leading slashes are maintained without options. This is a breaking change.
[ { "change_type": "MODIFY", "diff": "@@ -499,8 +499,6 @@ class File extends ServiceObject<File> {\n* const file = myBucket.file('my-file');\n*/\nconstructor(bucket: Bucket, name: string, options: FileOptions = {}) {\n- name = name.replace(/^\\/+/, '');\n-\nconst requestQueryObject: {generation?: number; user...
TypeScript
Apache License 2.0
googleapis/nodejs-storage
fix!: allow leading slashes in file name (#820) * fix!: allow leading slashes in filename Match expected behavior for file name. Leading slashes are maintained without options. This is a breaking change.
1
fix
null
104,963
16.10.2019 13:43:32
-7,200
0e47d0679a6b88cc8cc3e36879b644ba487d9dd9
feat: add cv-number-input-skeleton and a story for it
[ { "change_type": "ADD", "diff": "+<template>\n+ <div class=\"cv-number-input bx--form-item\">\n+ <label class=\"bx--label bx--skeleton\" />\n+ <div class=\"bx--number bx--skeleton\" />\n+ </div>\n+</template>\n+\n+<script>\n+export default {\n+ name: 'CvNumberInputSkeleton',\n+};\n+</script>\n", "new_pa...
JavaScript
Apache License 2.0
carbon-design-system/carbon-components-vue
feat: add cv-number-input-skeleton and a story for it (#602)
1
feat
null
865,925
16.10.2019 13:45:48
-7,200
ea1b21d5534d21b2aae29fc2703825e8decc0c53
chore(project): bump dependencies Closes Closes Closes Closes
[ { "change_type": "MODIFY", "diff": "{\n\"name\": \"camunda-modeler-client\",\n- \"version\": \"3.3.4\",\n+ \"version\": \"3.3.5\",\n\"lockfileVersion\": 1,\n\"requires\": true,\n\"dependencies\": {\n\"integrity\": \"sha512-kzRGXGLzTROLRNCSskkOyj/+SbtTAn2unKfgB9tNt7RWJFybg/Wbe9YjK2ALotI3b64wwlCTkAalXiTiskP6d...
JavaScript
MIT License
camunda/camunda-modeler
chore(project): bump dependencies Closes #1504 Closes #180 Closes #1466 Closes #1481
1
chore
project
67,476
16.10.2019 13:52:21
-7,200
8cffcf5787726fceb9105271b06f9f36e783eac9
refactor(runtime): overhaul bindable, add annotations, fixup resource definitions
[ { "change_type": "MODIFY", "diff": "@@ -100,6 +100,19 @@ const annotation = {\nkeys.push(key);\n}\n},\n+ set(target: Constructable, prop: string, value: unknown): void {\n+ Metadata.define(annotation.keyFor(prop), value, target);\n+ },\n+ get(target: Constructable, prop: string): unknown {\n+ return Metadat...
TypeScript
MIT License
aurelia/aurelia
refactor(runtime): overhaul bindable, add annotations, fixup resource definitions
1
refactor
runtime
304,866
16.10.2019 13:56:52
25,200
5c592d1e0cf2927bdbccb0911306ff868384c535
feat(test_rewriter): create a tool for updating .flux tests in-place
[ { "change_type": "ADD", "diff": "+package main\n+\n+import (\n+ \"bytes\"\n+ \"fmt\"\n+ \"strings\"\n+\n+ \"github.com/influxdata/flux\"\n+ \"github.com/influxdata/flux/ast\"\n+ \"github.com/influxdata/flux/codes\"\n+ \"github.com/influxdata/flux/csv\"\n+ \"github.com/influxdata/flux/internal/errors\"\n+ \"...
Go
MIT License
influxdata/flux
feat(test_rewriter): create a tool for updating .flux tests in-place
1
feat
test_rewriter
866,415
16.10.2019 14:11:54
14,400
9249e094a11b855c87f879abe77eb940233d5e46
feat(locale): remove check for country list path
[ { "change_type": "MODIFY", "diff": "@@ -87,36 +87,18 @@ class LocaleAPI {\n*/\nstatic async getList(cc, lc) {\nconst url = `${_endpoint}/${cc}${lc}-locale.json`;\n- const defaultUrl = `${_endpoint}/usen-locale.json`;\n/**\n- * currently there is regex on the URL paths\n- * www.ibm.com/common/v18/js/data(([/...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
feat(locale): remove check for country list path
1
feat
locale
865,925
16.10.2019 14:11:54
-7,200
9a94c32ed44f7c19acbc9c2742697fcc72bc41de
chore(CHANGELOG): update to v3.4.0
[ { "change_type": "MODIFY", "diff": "@@ -6,6 +6,40 @@ All notable changes to the [Camunda Modeler](https://github.com/camunda/camunda-\n___Note:__ Yet to be released changes appear here._\n+## 3.4.0\n+\n+#### General\n+\n+* `FEAT`: add notifications ([#1505](https://github.com/camunda/camunda-modeler/issues/...
JavaScript
MIT License
camunda/camunda-modeler
chore(CHANGELOG): update to v3.4.0
1
chore
CHANGELOG
104,818
16.10.2019 14:17:33
18,000
d97cf20868321d5fc35bce37a0a5f1657d6da186
fix(timeseries): handle if all data is null
[ { "change_type": "MODIFY", "diff": "@@ -13,7 +13,7 @@ import { TimeSeriesCardPropTypes, CardPropTypes } from '../../constants/PropType\nimport { CARD_SIZES } from '../../constants/LayoutConstants';\nimport Card from '../Card/Card';\n-import { generateSampleValues } from './timeSeriesUtils';\n+import { gener...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(timeseries): handle if all data is null
1
fix
timeseries
791,690
16.10.2019 14:27:08
18,000
1f07249f3f8653d66766815fb5ff4f125878cc28
deps: update third-party-web to 0.11.0
[ { "change_type": "MODIFY", "diff": "\"robots-parser\": \"^2.0.1\",\n\"semver\": \"^5.3.0\",\n\"speedline-core\": \"1.4.2\",\n- \"third-party-web\": \"^0.8.2\",\n+ \"third-party-web\": \"^0.11.0\",\n\"update-notifier\": \"^2.5.0\",\n\"ws\": \"3.3.2\",\n\"yargs\": \"3.32.0\",\n", "new_path": "package.json...
JavaScript
Apache License 2.0
googlechrome/lighthouse
deps: update third-party-web to 0.11.0 (#9849)
1
deps
null
104,818
16.10.2019 14:28:58
18,000
db90d47489ffa9d36fc58c7c4ea4a527ff0f8e06
fix(timeseries): update comment
[ { "change_type": "MODIFY", "diff": "@@ -92,7 +92,7 @@ const formatChartData = (labels, series, values) => {\nreturn {\nlabels,\ndatasets: series.map(({ dataSourceId, label, color }) => ({\n- label, // filter out any null records\n+ label,\nbackgroundColors: color ? [color] : null,\ndata: values.map(i => i[d...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(timeseries): update comment
1
fix
timeseries
815,595
16.10.2019 14:38:44
-28,800
f2abdcd091ba0b83f56a21e0c8353c778eb1b65c
test: Comment IBD cases
[ { "change_type": "MODIFY", "diff": "@@ -274,9 +274,11 @@ fn all_specs() -> SpecMap {\nBox::new(AlertPropagation::default()),\nBox::new(IndexerBasic),\nBox::new(GenesisIssuedCells),\n+ // TODO These cases will fail occasionally because of some unknown\n+ // asynchronous issues.\nBox::new(IBDProcess),\nBox::n...
Rust
MIT License
nervosnetwork/ckb
test: Comment IBD cases
1
test
null
942,581
16.10.2019 14:47:41
21,600
4cfe4aac30dd1672f24124731751df1f6eeedc64
ci: Update ChromaticQA for better baselines
[ { "change_type": "MODIFY", "diff": "@@ -11,10 +11,6 @@ jobs:\nsteps:\n- uses: actions/checkout@v1\n- with:\n- # Use 'head' instead of 'merge': https://docs.chromaticqa.com/setup_ci#pull-request-builds\n- # 'head' is the HEAD of the PR branch. 'merge' is the hidden merge commit created by github\n- ref: refs...
TypeScript
Apache License 2.0
workday/canvas-kit
ci: Update ChromaticQA for better baselines (#269)
1
ci
null
711,597
16.10.2019 14:52:11
-7,200
b3bbae15060eb75146e2b22bf2b7a9cda4137f80
feat(docs): Add migrations guide
[ { "change_type": "ADD", "diff": "+---\n+title: \"Migrations\"\n+showtoc: true\n+---\n+# Migrations\n+\n+Database migrations are needed whenever the database schema changes. This can be caused by:\n+\n+* changes to the [CustomFields](https://www.vendure.io/docs/developer-guide/customizing-models/) configurat...
TypeScript
MIT License
vendure-ecommerce/vendure
feat(docs): Add migrations guide
1
feat
docs
711,597
16.10.2019 14:58:55
-7,200
5b44955ee065e1af76dc6e1cf898c000f99a89ae
chore: Publish v0.4.0
[ { "change_type": "MODIFY", "diff": "+## 0.4.0 (2019-10-16)\n+\n+\n+#### Features\n+\n+* **admin-ui** Add coupon & date rage data to PromotionList ([4827aa4](https://github.com/vendure-ecommerce/vendure/commit/4827aa4))\n+* **admin-ui** Add date range & coupon code controls to PromotionDetail ([48def65](http...
TypeScript
MIT License
vendure-ecommerce/vendure
chore: Publish v0.4.0
1
chore
null
815,590
16.10.2019 15:11:21
-28,800
5360805be557a8b5b05c236b8e7b9fa9c989ecbb
refactor: change LOAD_SCRIPT_SYSCALL_NUMBER to 2052
[ { "change_type": "MODIFY", "diff": "@@ -30,9 +30,9 @@ pub const INDEX_OUT_OF_BOUND: u8 = 1;\npub const ITEM_MISSING: u8 = 2;\npub const SLICE_OUT_OF_BOUND: u8 = 3;\n+pub const LOAD_SCRIPT_SYSCALL_NUMBER: u64 = 2052;\npub const LOAD_TX_HASH_SYSCALL_NUMBER: u64 = 2061;\npub const LOAD_SCRIPT_HASH_SYSCALL_NUMB...
Rust
MIT License
nervosnetwork/ckb
refactor: change LOAD_SCRIPT_SYSCALL_NUMBER to 2052
1
refactor
null
104,818
16.10.2019 15:17:24
18,000
9b36ffb68033d8258572a78df34de7c0473c110a
feat(timeseries): upgrade to the latest build
[ { "change_type": "MODIFY", "diff": "\"uuid\": \"^3.3.2\"\n},\n\"peerDependencies\": {\n- \"@carbon/charts\": \"^0.12.4\",\n- \"@carbon/charts-react\": \"^0.12.4\",\n+ \"@carbon/charts\": \"^0.16.17\",\n+ \"@carbon/charts-react\": \"^0.16.17\",\n\"@carbon/icons\": \"^10.1.0\",\n\"@carbon/icons-react\": \"^0....
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
feat(timeseries): upgrade to the latest build
1
feat
timeseries
679,913
16.10.2019 15:31:50
-3,600
53581f16effb42a1b3cc9aac8bd438880aaf7c97
feat(vectors): add new intoBuffer(), move fns for wrapped versions
[ { "change_type": "MODIFY", "diff": "import {\nSIZEOF,\nType,\n+ typedArray,\nTYPEDARRAY_CTORS,\nTypedArrayTypeMap\n} from \"@thi.ng/api\";\n+import {\n+ ReadonlyVec,\n+ Vec,\n+ VecOpSV,\n+ VectorConstructor\n+} from \"./api\";\n/**\n* Takes an `ArrayBuffer` and creates a number of typed array vector\n- * vi...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(vectors): add new intoBuffer(), move fns for wrapped versions
1
feat
vectors
438,962
16.10.2019 16:01:10
14,400
3788b9d6878f37850c589e79707d1b46386456cb
refactor(internal): don't redraw event rect twice I was doing some performance profiling and noticed that `redrawEventRect` is called twice each redraw. `redrawEventRect` is called before `bindZoomEvent`, but `bindZoomEvent` needs to redraw the rect each time it is called so also calls `redrawEventRect`. Removing the f...
[ { "change_type": "MODIFY", "diff": "@@ -32,3 +32,4 @@ Austin Cawley-Edwards <austin.cawley@gmail.com>\nsoyeong <soy1114@gmail.com>\nCristian Necula <virusz@gmail.com>\nKimberly Baum <https://github.com/kimberlybaum>\n+Dylan Praul <dylan.praul@gmail.com>\n", "new_path": "AUTHORS.txt", "old_path": "AU...
TypeScript
MIT License
naver/billboard.js
refactor(internal): don't redraw event rect twice I was doing some performance profiling and noticed that `redrawEventRect` is called twice each redraw. `redrawEventRect` is called before `bindZoomEvent`, but `bindZoomEvent` needs to redraw the rect each time it is called so also calls `redrawEventRect`. Removing the...
1
refactor
internal
71,371
16.10.2019 16:02:21
-7,200
02a447f071191ca41fc4885417f7b94aa827e3a5
fix(ssm): allow specifying encryption key This is required when referencing a secure string encrypted using a customer-managed CMK. Closes
[ { "change_type": "MODIFY", "diff": "import iam = require('@aws-cdk/aws-iam');\n+import kms = require('@aws-cdk/aws-kms');\nimport {\nCfnDynamicReference, CfnDynamicReferenceService, CfnParameter,\nConstruct, ContextProvider, Fn, IConstruct, IResource, Resource, Stack, Token\n@@ -130,7 +131,12 @@ abstract cl...
TypeScript
Apache License 2.0
aws/aws-cdk
fix(ssm): allow specifying encryption key (#4511) This is required when referencing a secure string encrypted using a customer-managed CMK. Closes #4498
1
fix
ssm
815,609
16.10.2019 16:05:11
-28,800
6f43cfebeb9abe682869d009e4718a1597dc79fa
chore: remove few code for compatible only, since there already are some break changes have merged
[ { "change_type": "MODIFY", "diff": "@@ -119,7 +119,6 @@ impl Relayer {\npacked::RelayMessageUnionReader::BlockProposal(reader) => {\nBlockProposalProcess::new(reader, self).execute()?;\n}\n- packed::RelayMessageUnionReader::NotSet(_) => return Err(err_msg(\"invalid data\")),\n}\nOk(())\n}\n", "new_path"...
Rust
MIT License
nervosnetwork/ckb
chore: remove few code for compatible only, since there already are some break changes have merged
1
chore
null
103,440
16.10.2019 16:07:29
-7,200
edfc64ab6bc2728fd8e08dce1c9cef8a1dfaa408
chore: bump theme provider version
[ { "change_type": "MODIFY", "diff": "\"registry\": \"https://registry.npmjs.org/\"\n},\n\"dependencies\": {\n- \"@callstack/react-theme-provider\": \"^3.0.2\",\n+ \"@callstack/react-theme-provider\": \"^3.0.5\",\n\"color\": \"^3.1.2\",\n\"react-native-safe-area-view\": \"^0.12.0\"\n},\n", "new_path": "pa...
TypeScript
MIT License
callstack/react-native-paper
chore: bump theme provider version
1
chore
null
815,609
16.10.2019 16:09:20
-28,800
0fec4e42180a0848b02ca0b6e5de3ef01e53586b
chore(deps): bump molecule from 0.4.0 to 0.4.1
[ { "change_type": "MODIFY", "diff": ".DEFAULT_GOAL:=help\nSHELL = /bin/sh\nMOLC := moleculec\n-MOLC_VERSION := 0.4.0\n+MOLC_VERSION := 0.4.1\nVERBOSE := $(if ${CI},--verbose,)\nCLIPPY_OPTS := -D warnings -D clippy::clone_on_ref_ptr -D clippy::enum_glob_use -D clippy::fallible_impl_from\n", "new_path": "M...
Rust
MIT License
nervosnetwork/ckb
chore(deps): bump molecule from 0.4.0 to 0.4.1
1
chore
deps
815,601
16.10.2019 16:22:05
-28,800
6e6e73c7ef86fd0815a3c246dd35a325e9d7e770
feat: tweak block size/cycles limit
[ { "change_type": "MODIFY", "diff": "@@ -424,7 +424,7 @@ mod tests {\nuse ckb_store::{data_loader_wrapper::DataLoaderWrapper, ChainDB, COLUMNS};\nuse ckb_types::{\ncore::{\n- capacity_bytes, cell::CellMetaBuilder, Capacity, DepType, ScriptHashType,\n+ capacity_bytes, cell::CellMetaBuilder, Capacity, Cycle, D...
Rust
MIT License
nervosnetwork/ckb
feat: tweak block size/cycles limit
1
feat
null
273,683
16.10.2019 16:24:46
-7,200
97ca9db66c0ccaf5a0de6cfba08d5d5d5b6ee20b
fix(g-image): always crop by given dimensions
[ { "change_type": "ADD", "diff": "Binary files /dev/null and b/gridsome/lib/__tests__/assets/200x300.png differ\n", "new_path": "gridsome/lib/__tests__/assets/200x300.png", "old_path": "gridsome/lib/__tests__/assets/200x300.png" }, { "change_type": "MODIFY", "diff": "@@ -233,7 +233,58 @@ ...
JavaScript
MIT License
gridsome/gridsome
fix(g-image): always crop by given dimensions (#759)
1
fix
g-image
103,440
16.10.2019 16:26:54
-7,200
7f7b5d2b9f3bb92fad749b6ff2d1eb36c740c856
feat: implements dropdown menu for changing docs version.
[ { "change_type": "ADD", "diff": "+/* eslint-disable strict, no-var, vars-on-top, prefer-template */\n+\n+'use strict';\n+\n+const url = window.location.pathname;\n+\n+function createUrlForVersion(version) {\n+ return url.replace(/react-native-paper\\//, `react-native-paper/${version}/`);\n+}\n+\n+function a...
TypeScript
MIT License
callstack/react-native-paper
feat: implements dropdown menu for changing docs version. (#1376)
1
feat
null
76,621
16.10.2019 16:45:57
-7,200
995c1017e078ce281d28a33e6cbdf51482eaf7a7
docs: add auto-stemmer documentation
[ { "change_type": "MODIFY", "diff": "@@ -52,6 +52,7 @@ The version 3 comes with some important changes, mainly focused on improving per\n- [Sentiment Analysis](docs/language-support.md#sentiment-analysis)\n- [Builtin Entity Extraction](docs/language-support.md#builtin-entity-extraction)\n- [Example with lang...
JavaScript
MIT License
axa-group/nlp.js
docs: add auto-stemmer documentation
1
docs
null
679,913
16.10.2019 16:58:59
-3,600
786a02f66fd0f50e678f3eb048964fadf293db3f
perf(soa): update attribValues() impl
[ { "change_type": "MODIFY", "diff": "import {\nassert,\nILength,\n+ SIZEOF,\nTypedArray,\n- typedArray\n+ typedArray,\n+ TYPEDARRAY_CTORS\n} from \"@thi.ng/api\";\nimport { ReadonlyVec, Vec } from \"@thi.ng/vectors\";\nimport { SOAAttribSpec, SOASpecs, SOATuple } from \"./api\";\n@@ -36,12 +38,14 @@ export c...
TypeScript
Apache License 2.0
thi-ng/umbrella
perf(soa): update attribValues() impl
1
perf
soa
366,937
16.10.2019 17:08:44
-32,400
56b8079cb9ed7e73e9e913647bf02eeffd84ba4a
fix: add background-color to Flash component
[ { "change_type": "MODIFY", "diff": "@@ -137,6 +137,7 @@ const Wrapper = styled.div`\nmin-width: ${size.pxToRem(200)};\npadding: ${size.pxToRem(size.space.XS)};\npadding-right: ${size.pxToRem(54)};\n+ background-color: #fff;\nborder: 1px solid ${palette.BORDER}\nborder-radius: ${frame.border.radius.m};\nbox-...
TypeScript
MIT License
kufu/smarthr-ui
fix: add background-color to Flash component
1
fix
null
438,962
16.10.2019 17:54:03
14,400
34d90c75e28c2ba5c6c5dcf91a7599a1ff15782a
refactor(data): speed up updateDataIndexByX `updateDataIndexByX` was doing a lot of extra unnecessary churning. Used a map instead of multiple nested loops to drastically increase speed. Close
[ { "change_type": "MODIFY", "diff": "@@ -840,20 +840,19 @@ extend(ChartInternal.prototype, {\nupdateDataIndexByX(tickValues) {\nconst $$ = this;\n- $$.data.targets.forEach(t => {\n- t.values.forEach((v, i) => {\n- tickValues.some((d, j) => {\n- if (+d.x === +v.x) {\n- v.index = j;\n- return true;\n- }\n+ con...
TypeScript
MIT License
naver/billboard.js
refactor(data): speed up updateDataIndexByX `updateDataIndexByX` was doing a lot of extra unnecessary churning. Used a map instead of multiple nested loops to drastically increase speed. Close #1089
1
refactor
data
104,963
16.10.2019 19:00:17
-7,200
3dd8ab1432ebdcac09363ad9804ad1f74ba2d0c0
feat: add tests for toggle component
[ { "change_type": "ADD", "diff": "+import { shallowMount as shallow, mount } from '@vue/test-utils';\n+import { testComponent, testInstance } from './_helpers';\n+import { CvToggle } from '@/components/cv-toggle';\n+import { settings } from 'carbon-components';\n+\n+const { prefix } = settings;\n+\n+describe...
JavaScript
Apache License 2.0
carbon-design-system/carbon-components-vue
feat: add tests for toggle component (#607)
1
feat
null
217,922
16.10.2019 19:03:40
-7,200
53e2c462a4761c5ce66fbea3d06b9bb24ab6c11b
chore: more verbose logging for inventory container system
[ { "change_type": "MODIFY", "diff": "@@ -73,14 +73,14 @@ export class UserInventory extends DataWithPermissions {\nconst fromContainer = this.items[fromContainerKey];\nconst toContainer = this.items[toContainerKey];\nif (fromContainer === undefined || (toContainer === undefined && packet.action === 'merge'))...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: more verbose logging for inventory container system
1
chore
null
471,470
16.10.2019 19:16:57
-3,600
34f021d62e8e1b12488fc32cfd18b1b0c2adb16c
feat(building-webpack): add workbox to webpack conf
[ { "change_type": "MODIFY", "diff": "@@ -338,6 +338,67 @@ module.exports = configs.map(config =>\n);\n```\n+## Progressive Web App\n+\n+### Making your app installable\n+\n+Make sure your PWA meets the installable criteria, which you can find [here](https://developers.google.com/web/fundamentals/app-install-...
JavaScript
MIT License
open-wc/open-wc
feat(building-webpack): add workbox to webpack conf (#865)
1
feat
building-webpack
815,601
16.10.2019 20:26:06
-28,800
e684df02a7552f4f60da45f8bc13e6f4dff8e2a4
feat: tweak max_block_proposals_limit
[ { "change_type": "MODIFY", "diff": "@@ -56,7 +56,6 @@ pub const TWO_IN_TWO_OUT_CYCLES: Cycle = 3_200_000;\n// bytes of a typical two-in-two-out tx\npub const TWO_IN_TWO_OUT_BYTES: u64 = 557;\n// count of two-in-two-out txs a block should capable to package\n-// approximately equal to 50_000_000_000 / TWO_IN...
Rust
MIT License
nervosnetwork/ckb
feat: tweak max_block_proposals_limit
1
feat
null
471,553
16.10.2019 21:44:08
-7,200
2efd727049ff9a39f42e4a143f336bcba901c91b
fix(webpack-import-meta-loader): transform template literals to js
[ { "change_type": "MODIFY", "diff": "@@ -39,7 +39,7 @@ module.exports = function(source) {\nlet url = '';\nif (!publicPath || publicPath.indexOf('://') < 0) {\n- url += \\`\\${window.location.protocol}//\\${window.location.host}\\`;\n+ url += window.location.protocol + '//' + window.location.host;\n}\nif (pu...
JavaScript
MIT License
open-wc/open-wc
fix(webpack-import-meta-loader): transform template literals to js (#872)
1
fix
webpack-import-meta-loader
67,479
16.10.2019 22:51:08
-39,600
292cf5a8cae34fe7056400bdff1dca69c1d47ea7
fix(set-class-inst): pre-prepare classlist
[ { "change_type": "MODIFY", "diff": "@@ -67,6 +67,7 @@ export interface ISetAttributeInstruction extends ITargetedInstruction {\nexport interface ISetClassAttributeInstruction extends ITargetedInstruction {\ntype: HTMLTargetedInstructionType.setClassAttribute;\nvalue: string;\n+ readonly classList: string[];...
TypeScript
MIT License
aurelia/aurelia
fix(set-class-inst): pre-prepare classlist
1
fix
set-class-inst
67,479
16.10.2019 22:51:28
-39,600
6b04898c820b152c0056ff6865e3a4c836aa8ada
fix(template-compiler): make surrogate signal mandatory
[ { "change_type": "MODIFY", "diff": "@@ -291,7 +291,7 @@ export class TemplateCompiler implements ITemplateCompiler {\noffset++;\n}\nfor (let i = 0; plainAttributesLength > i; ++i) {\n- attributeInstructions[offset] = this.compilePlainAttribute(plainAttributes[i]);\n+ attributeInstructions[offset] = this.com...
TypeScript
MIT License
aurelia/aurelia
fix(template-compiler): make surrogate signal mandatory
1
fix
template-compiler
67,479
16.10.2019 23:05:59
-39,600
498e3d5170e04b317106d841d71d12c8fb20bb5d
fix(template-compiler): minifier friendlier
[ { "change_type": "MODIFY", "diff": "@@ -311,19 +311,22 @@ export class TemplateCompiler implements ITemplateCompiler {\nprivate compilePlainAttribute(symbol: PlainAttributeSymbol, isOnSurrogate: boolean): HTMLAttributeInstruction {\nif (symbol.command === null) {\nconst syntax = symbol.syntax;\n+\nif (symbo...
TypeScript
MIT License
aurelia/aurelia
fix(template-compiler): minifier friendlier
1
fix
template-compiler
67,479
16.10.2019 23:12:13
-39,600
8678836b30d4f03c6199d806a25b67c9ddf1eb99
fix(tests): tweak affected tests
[ { "change_type": "MODIFY", "diff": "@@ -87,7 +87,7 @@ describe('template-compiler.spec.ts\\n [TemplateCompiler]', function () {\nverifyInstructions(instructions, []);\nverifyInstructions(\nsurrogates,\n- [{ toVerify: ['type', 'value', 'to'], type: HTT.setAttribute, value: 'h-100', to: 'class' }]\n+ [{ toVer...
TypeScript
MIT License
aurelia/aurelia
fix(tests): tweak affected tests
1
fix
tests
815,605
17.10.2019 04:20:48
0
3dc8adb8d34dcefd7209b7525c56c0aa3464478c
feat: Upgrade CKB VM to 0.18.0 See for changes in CKB VM 0.18.0
[ { "change_type": "MODIFY", "diff": "@@ -877,7 +877,7 @@ dependencies = [\n\"ckb-store 0.23.0-pre\",\n\"ckb-test-chain-utils 0.23.0-pre\",\n\"ckb-types 0.23.0-pre\",\n- \"ckb-vm 0.17.0 (registry+https://github.com/rust-lang/crates.io-index)\",\n+ \"ckb-vm 0.18.0 (registry+https://github.com/rust-lang/crates....
Rust
MIT License
nervosnetwork/ckb
feat: Upgrade CKB VM to 0.18.0 See https://github.com/nervosnetwork/ckb-vm/releases/tag/0.18.0 for changes in CKB VM 0.18.0
1
feat
null
865,921
17.10.2019 09:13:57
-7,200
dbf7ff662472871e69f67d1d7d02cee31cdd74b5
chore(CHANGELOG): clarify some items
[ { "change_type": "MODIFY", "diff": "@@ -10,16 +10,16 @@ ___Note:__ Yet to be released changes appear here._\n#### General\n-* `FEAT`: add notifications ([#1505](https://github.com/camunda/camunda-modeler/issues/1505))\n+* `FEAT`: add reusable notifications mechanism ([#1505](https://github.com/camunda/camun...
JavaScript
MIT License
camunda/camunda-modeler
chore(CHANGELOG): clarify some items
1
chore
CHANGELOG
711,597
17.10.2019 10:23:31
-7,200
a21cc9c9edc8e48867de15c648c5e0955e0f05c4
chore: Convert newlines to LF Relates to
[ { "change_type": "MODIFY", "diff": "@@ -62,7 +62,9 @@ function registerCustomFieldsForEntity(\nconst length = customField.length || 255;\nif (MAX_STRING_LENGTH < length) {\nthrow new Error(\n- `ERROR: The \"length\" property of the custom field \"${customField.name}\" is greater than the maximum allowed val...
TypeScript
MIT License
vendure-ecommerce/vendure
chore: Convert newlines to LF Relates to #185
1
chore
null
866,415
17.10.2019 10:26:18
14,400
b83dac2648933e742f7c6661f6136ab7cd2b6fe0
feat(locale): change path to countrylist folder
[ { "change_type": "MODIFY", "diff": "@@ -20,7 +20,7 @@ const _proxy = process.env.CORS_PROXY || '';\n* @type {string}\n* @private\n*/\n-const _endpoint = `${_proxy}${_host}/common/v18/js/data/jsononly/locale`;\n+const _endpoint = `${_proxy}${_host}/common/v18/js/data/countrylist`;\n/**\n* Locale API class wi...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
feat(locale): change path to countrylist folder
1
feat
locale
866,415
17.10.2019 10:28:56
14,400
f5d57484f46b9d35febe6bab9cb547a8779438e4
chore(tests): change path in locale test
[ { "change_type": "MODIFY", "diff": "@@ -15,8 +15,8 @@ describe('LocaleAPI', () => {\nconst _cc = 'us';\nconst _lc = 'es';\n- const endpoint = `${process.env.TRANSLATION_HOST}/common/v18/js/data/jsononly/locale`;\n- const fetchUrl = `${endpoint}/${_cc}${_lc}-locale.json`;\n+ const endpoint = `${process.env.T...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
chore(tests): change path in locale test
1
chore
tests
711,597
17.10.2019 10:34:41
-7,200
9a5824c811e2cad368d016b6d604f53b05567712
chore: Move common tsconfig setting to root
[ { "change_type": "MODIFY", "diff": "\"removeComments\": true,\n\"noLib\": false,\n\"skipLibCheck\": true,\n- \"sourceMap\": true,\n- \"newLine\": \"LF\"\n+ \"sourceMap\": true\n}\n}\n", "new_path": "packages/admin-ui-plugin/tsconfig.json", "old_path": "packages/admin-ui-plugin/tsconfig.json" }, ...
TypeScript
MIT License
vendure-ecommerce/vendure
chore: Move common tsconfig setting to root
1
chore
null
749,516
17.10.2019 10:49:10
25,200
3cefd771dbe335dc0abe7f5c46e0763df7fc124a
chore(internal): deprecated react-selection and migrate Tabs and Pagination components BREAKING
[ { "change_type": "MODIFY", "diff": "@@ -29,7 +29,6 @@ to install.\n| [`@zendeskgarden/react-modals`](packages/modals) | [![npm version][modals npm version]][modals npm link] | [![Dependency Status][modals dependency status]][modals dependency link] |\n| [`@zendeskgarden/react-notifications`](packages/notifi...
TypeScript
Apache License 2.0
zendeskgarden/react-components
chore(internal): deprecated react-selection and migrate Tabs and Pagination components BREAKING (#486)
1
chore
internal
749,536
17.10.2019 11:13:26
25,200
165c6c7ca7ccccb19525bd05a4d809c8fc73a630
chore(deps): update dom-helpers
[ { "change_type": "RENAME", "diff": "", "new_path": "__mocks__/dom-helpers/scrollTo.js", "old_path": "__mocks__/dom-helpers/util/scrollTo.js" }, { "change_type": "MODIFY", "diff": "\"@zendeskgarden/container-buttongroup\": \"^0.2.0\",\n\"@zendeskgarden/container-keyboardfocus\": \"^0.2.6\...
TypeScript
Apache License 2.0
zendeskgarden/react-components
chore(deps): update dom-helpers (#490)
1
chore
deps
749,516
17.10.2019 11:14:26
25,200
7b6698c2c5aebc0e0d69131c97e08271167eeeb7
chore(internal): update react-popper dependencies
[ { "change_type": "MODIFY", "diff": "\"classnames\": \"^2.2.5\",\n\"date-fns\": \"^2.0.0-beta.2\",\n\"polished\": \"^3.4.1\",\n- \"react-popper\": \"^1.3.3\"\n+ \"react-popper\": \"^1.3.4\"\n},\n\"peerDependencies\": {\n\"@zendeskgarden/react-theming\": \"^6.0.0\",\n", "new_path": "packages/datepickers/p...
TypeScript
Apache License 2.0
zendeskgarden/react-components
chore(internal): update react-popper dependencies (#487)
1
chore
internal
304,868
17.10.2019 11:46:21
21,600
873e0a26fe4e8cde6d03d75c5c04f2ba5ce2f753
feat(rust/ast): add walk implementation
[ { "change_type": "MODIFY", "diff": "+pub mod walk;\n+\nuse std::collections::HashMap;\nuse std::fmt;\nuse std::str::FromStr;\n", "new_path": "libflux/src/ast/mod.rs", "old_path": "libflux/src/ast/mod.rs" }, { "change_type": "ADD", "diff": "+#[cfg(test)]\n+mod tests;\n+\n+use crate::ast::...
Go
MIT License
influxdata/flux
feat(rust/ast): add walk implementation
1
feat
rust/ast
104,963
17.10.2019 12:09:31
-7,200
b6c5efd94d78c6f88b66b2f972315d399b96b7b6
feat: add tests for breadcrumb component
[ { "change_type": "ADD", "diff": "+import { shallowMount as shallow, mount } from '@vue/test-utils';\n+import { testComponent, testInstance } from './_helpers';\n+import { CvBreadcrumb, CvBreadcrumbSkeleton, CvBreadcrumbItem } from '@/components/cv-breadcrumb';\n+import { settings } from 'carbon-components';...
JavaScript
Apache License 2.0
carbon-design-system/carbon-components-vue
feat: add tests for breadcrumb component (#608)
1
feat
null
104,844
17.10.2019 12:52:50
14,400
5642ce599df3e0d25e0c3cb12fe26a3fec4f733d
chore(template): add timeframe to bug issue template
[ { "change_type": "MODIFY", "diff": "@@ -37,3 +37,12 @@ A clear and concise description of what you expected to happen.\nIf applicable, add screenshots to help explain your problem.\nAdd any other context about the problem here.\n+\n+### Specific timeline issues / requests\n+\n+Do you want this work within a...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
chore(template): add timeframe to bug issue template
1
chore
template
791,704
17.10.2019 13:11:35
25,200
e3fcd6eba3b99b6e2314b20f3be8cd2261f9d59c
tests(smokehouse): fix tmp directory creation
[ { "change_type": "MODIFY", "diff": "/* eslint-disable no-console */\nconst fs = require('fs');\n+const mkdirp = require('mkdirp');\nconst spawnSync = require('child_process').spawnSync;\nconst yargs = require('yargs');\nconst log = require('lighthouse-logger');\n@@ -124,7 +125,10 @@ if (!smokeTest) {\nthrow...
JavaScript
Apache License 2.0
googlechrome/lighthouse
tests(smokehouse): fix tmp directory creation (#9855)
1
tests
smokehouse
889,109
17.10.2019 13:52:07
25,200
27ac693ec4f9afeec412e2edddf831226f2bcc60
fix: truncate additional fields set by winston/bunyan
[ { "change_type": "MODIFY", "diff": "\"@google-cloud/promisify\": \"^1.0.0\",\n\"@opencensus/propagation-stackdriver\": \"0.0.17\",\n\"arrify\": \"^2.0.0\",\n+ \"dot-prop\": \"^5.1.0\",\n\"eventid\": \"^0.1.2\",\n\"extend\": \"^3.0.2\",\n\"gcp-metadata\": \"^3.1.0\",\n", "new_path": "package.json", "...
TypeScript
Apache License 2.0
googleapis/nodejs-logging
fix: truncate additional fields set by winston/bunyan (#609)
1
fix
null
815,590
17.10.2019 14:26:41
-28,800
bfe3c3388e724bcadccffcc07a274aa7836e0c07
feat: security issuance satoshi cell by use all zeros lock
[ { "change_type": "MODIFY", "diff": "# Spec: ckb_dev\n[ckb_dev]\n-genesis = \"0xe49352ee4984694d88eb3c1493a33d69d61c786dc5b0a32c4b3978d4fad64379\"\n-cellbase = \"0xee046ce2baeda575266d4164f394c53f66009f64759f7a9f12a014c692e79390\"\n+genesis = \"0x9f17ada92decba53848e632f32bbc7fdddb8ca532cd48d5ae9ca49d8a7307b...
Rust
MIT License
nervosnetwork/ckb
feat: security issuance satoshi cell by use all zeros lock
1
feat
null
366,920
17.10.2019 14:40:08
-32,400
957a0b6ced020c944b7453a3b423fdc8bb65e1e3
fix: Use ReactDOM.createElement instead of ReactDOM.render
[ { "change_type": "MODIFY", "diff": "@@ -12,6 +12,36 @@ import { SecondaryButton, PrimaryButton } from '../Button'\nimport readme from './README.md'\n+import { RadioLabel } from '../RadioLabel'\n+\n+const TestComponent = () => {\n+ const [value, setValue] = React.useState('hoge')\n+ const onChange = React.us...
TypeScript
MIT License
kufu/smarthr-ui
fix: Use ReactDOM.createElement instead of ReactDOM.render
1
fix
null
266,219
17.10.2019 15:33:49
25,200
808d4f6745dde2e4dfc89433bc9aff79c3f96129
chore: release v2019.10.17
[ { "change_type": "MODIFY", "diff": "[1]: https://pypi.org/project/gcp-synthtool/#history\n+## 2019.10.17\n+\n+10-17-2019 14:59 PDT\n+\n+### Implementation Changes\n+- Catch FileNotFoundError. ([#286](https://github.com/GoogleCloudPlatform/synthtool/pull/286))\n+- fix: allow multiple periods in filename ([#2...
Python
Apache License 2.0
googleapis/synthtool
chore: release v2019.10.17 (#311)
1
chore
null
866,415
17.10.2019 16:13:14
14,400
2db7da321132df0b9107634e219ab91ef2c4644c
chore(test): remove proptype errors being thrown in tests
[ { "change_type": "DELETE", "diff": "Binary files a/.yarn/offline-mirror/@carbon-ibmdotcom-utilities-1.1.0-alpha.610.tgz and /dev/null differ\n", "new_path": ".yarn/offline-mirror/@carbon-ibmdotcom-utilities-1.1.0-alpha.610.tgz", "old_path": ".yarn/offline-mirror/@carbon-ibmdotcom-utilities-1.1.0-alp...
TypeScript
Apache License 2.0
carbon-design-system/carbon-for-ibm-dotcom
chore(test): remove proptype errors being thrown in tests
1
chore
test
104,818
17.10.2019 16:14:04
18,000
038bf966e5fdc128557cefe3942a67354d25ab7c
fix(babel): fix build failure with missing core-js
[ { "change_type": "MODIFY", "diff": "module.exports = function generateConfig(api) {\napi.cache(true);\nreturn {\n- presets: ['@babel/preset-env', '@babel/preset-react', '@babel/preset-flow'],\n+ presets: [\n+ ['@babel/preset-env', { useBuiltIns: 'usage', corejs: 2 }],\n+ '@babel/preset-react',\n+ '@babel/pr...
JavaScript
Apache License 2.0
carbon-design-system/carbon-addons-iot-react
fix(babel): fix build failure with missing core-js
1
fix
babel