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 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
679,913 | 30.08.2018 17:24:55 | -3,600 | d5cec9488d7dd1afa9e8af4b8678aa20e7680b2f | feat(vectors): update types, update GVec, add maths fns, swap impls
rename VecOp* types and add generics, add readonly versions
add GVec.getAt() / setAt() element accessors
add Vec2/3/4.swap() & fract() impls
add & rename various math fns (add "1" suffix) | [
{
"change_type": "MODIFY",
"diff": "@@ -6,10 +6,31 @@ export type ReadonlyVec = ArrayLike<number>;\nexport type Mat = NumericArray;\nexport type ReadonlyMat = ArrayLike<number>;\n-export type VecOp = (a: Vec, b: ReadonlyVec, ia: number, ib: number, sa: number, sb: number) => Vec;\n+/**\n+ * A vector operati... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(vectors): update types, update GVec, add maths fns, swap impls
- rename VecOp* types and add generics, add readonly versions
- add GVec.getAt() / setAt() element accessors
- add Vec2/3/4.swap() & fract() impls
- add & rename various math fns (add "1" suffix) | 1 | feat | vectors |
679,913 | 30.08.2018 17:46:31 | -3,600 | 0673f0f4f021f960470c619e73e560a3b1ab3256 | fix(examples): fix add missing dep | [
{
"change_type": "MODIFY",
"diff": "\"@thi.ng/resolve-map\": \"latest\",\n\"@thi.ng/rstream\": \"latest\",\n\"@thi.ng/transducers\": \"latest\",\n+ \"@thi.ng/transducers-hdom\": \"latest\",\n\"@types/express\": \"^4.16.0\"\n}\n}\n\\ No newline at end of file\n",
"new_path": "examples/commit-table-ssr/pa... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(examples): fix #38, add missing dep | 1 | fix | examples |
679,913 | 30.08.2018 18:05:48 | -3,600 | 461adeefd0b16c44e4f7fa77cb60c6561a374eca | docs(resolve-map): fix update docs & tests | [
{
"change_type": "MODIFY",
"diff": "@@ -58,9 +58,11 @@ Any function values are called using two possible conventions:\n2) If no de-structure form is found in the function's arguments, the\nfunction is only called with `resolve` as argument.\n-**Important:** Since ES6 var names can't contain special characte... | TypeScript | Apache License 2.0 | thi-ng/umbrella | docs(resolve-map): fix #35, update docs & tests | 1 | docs | resolve-map |
730,424 | 30.08.2018 18:19:01 | 14,400 | 5a79c6328303313ea68151f826887e0bb09a910b | chore(widget-meet): clean up video UI states | [
{
"change_type": "MODIFY",
"diff": "@@ -116,7 +116,7 @@ export default function reducer(state = initialState, action) {\n// remove old locusUrl if it exists\nconst oldUrl = state.get('byLocusUrl').keyOf(id);\nif (oldUrl) {\n- updatedState.removeIn(['byLocusUrl', oldUrl]);\n+ updatedState = updatedState.remo... | JavaScript | MIT License | webex/react-widgets | chore(widget-meet): clean up video UI states | 1 | chore | widget-meet |
730,424 | 30.08.2018 18:19:42 | 14,400 | b42ca6caa06c4d5452486878837d5e0964d2868f | fix(widget-recents): clean up call events | [
{
"change_type": "MODIFY",
"diff": "@@ -255,14 +255,8 @@ export class RecentsWidget extends Component {\n}\nif (incomingCall && !this.props.incomingCall) {\nconst space = this.getSpaceFromCall(incomingCall);\n- if (space) {\nthis.handleEvent(eventNames.CALLS_CREATED, constructCallEventData(incomingCall.inst... | JavaScript | MIT License | webex/react-widgets | fix(widget-recents): clean up call events | 1 | fix | widget-recents |
730,424 | 30.08.2018 18:20:07 | 14,400 | f0cca0f80decc6deeaad33aafe9a62f1479edd32 | chore(tooling): remove extra netlify step | [
{
"change_type": "MODIFY",
"diff": "@@ -103,9 +103,6 @@ jobs:\n- checkout\n- <<: *restore_workspace\n- <<: *restore_node_modules\n- - run:\n- name: Get JOURNEY_TEST_BASE_URL from Netlify deploy\n- command: echo \"export JOURNEY_TEST_BASE_URL=$(cat /tmp/workspace/.netlifyUrl)\" >> $BASH_ENV\n- run: echo \"ex... | JavaScript | MIT License | webex/react-widgets | chore(tooling): remove extra netlify step | 1 | chore | tooling |
76,624 | 30.08.2018 18:36:03 | -7,200 | 35dcbf8b78be07cedd639d3a42df642570cc4e17 | feat: reduce .nlp files size
fix
Also prettier style applied on if with more than two conditions | [
{
"change_type": "MODIFY",
"diff": "@@ -351,14 +351,20 @@ class NlpManager {\nconst optionalUtterance = this.nerManager.generateEntityUtterance(utterance, truncated);\nif (optionalUtterance !== utterance) {\nconst optionalClassification = this.classify(truncated, optionalUtterance);\n- if (optionalClassific... | JavaScript | MIT License | axa-group/nlp.js | feat: reduce .nlp files size
fix #11
Also prettier style applied on if with more than two conditions | 1 | feat | null |
76,624 | 30.08.2018 20:25:01 | -7,200 | 7f10b3be1b1a9d4c4bcb194d43351152f9f79624 | refactor: use normal assignament instead of splice | [
{
"change_type": "MODIFY",
"diff": "@@ -471,7 +471,9 @@ class NlpManager {\n// Create a array filled with as many zeros as features\nconst features = Array(classifier.features.length).fill(0);\n// Set the features for the positions stored with 1. The others remains as zero.\n- row.forEach(featPosition => fe... | JavaScript | MIT License | axa-group/nlp.js | refactor: use normal assignament instead of splice | 1 | refactor | null |
679,913 | 30.08.2018 21:02:44 | -3,600 | 0a806011956930f31ca954f4b2dd96d11e0cef1e | refactor(vectors): update mulV*() arg order
align mulV*() arg order w/ rest of fns, i.e. value to be mutated comes
first, in this case: vec, mat (before: mat, vec) | [
{
"change_type": "MODIFY",
"diff": "@@ -118,7 +118,7 @@ export const concat23 = (a: Mat, ia: number, ...xs: (ReadonlyMat | [ReadonlyMat,\na\n);\n-export const mulV23 = (m: ReadonlyMat, v: Vec, im = 0, iv = 0, sv = 1) =>\n+export const mulV23 = (v: Vec, m: ReadonlyMat, iv = 0, im = 0, sv = 1) =>\nsetS2(\nv,\... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(vectors): update mulV*() arg order
- align mulV*() arg order w/ rest of fns, i.e. value to be mutated comes
first, in this case: vec, mat (before: mat, vec) | 1 | refactor | vectors |
730,429 | 31.08.2018 11:59:47 | 14,400 | 5533584e2c5d13ab454f01b216dc10f7e3d4f0f7 | chore(package): update postcss-modules to version 1.3.2 | [
{
"change_type": "MODIFY",
"diff": "}\n},\n\"postcss-modules\": {\n- \"version\": \"0.8.0\",\n- \"resolved\": \"https://registry.npmjs.org/postcss-modules/-/postcss-modules-0.8.0.tgz\",\n- \"integrity\": \"sha1-qdAYBt/+GcJgfe6I6hy9gNwFmZI=\",\n+ \"version\": \"1.3.2\",\n+ \"resolved\": \"https://registry.np... | JavaScript | MIT License | webex/react-widgets | chore(package): update postcss-modules to version 1.3.2 | 1 | chore | package |
76,605 | 31.08.2018 14:08:39 | -7,200 | 900e70e178afb2426654522d28d0152469dec18d | feat: Name entity extraction for numbers and ordinals | [
{
"change_type": "MODIFY",
"diff": "@@ -315,7 +315,9 @@ class NlpManager {\nif (!this.languages.includes(NlpUtil.getTruncatedLocale(locale))) {\nlocale = this.guessLanguage(utterance);\nlanguageGuessed = true;\n- throw new Error(locale);\n+ if (!locale) {\n+ [locale] = this.languages;\n+ }\n}\nconst truncat... | JavaScript | MIT License | axa-group/nlp.js | feat: Name entity extraction for numbers and ordinals | 1 | feat | null |
791,834 | 31.08.2018 14:36:58 | 25,200 | 58467b6b50a1eac900f414635fd30efacd4852a8 | core(tsc): update to ts 3.1 to support new protocol defs | [
{
"change_type": "MODIFY",
"diff": "@@ -151,8 +151,8 @@ class UnusedCSSRules extends ByteEfficiencyAudit {\n}\nconst usage = UnusedCSSRules.computeUsage(stylesheetInfo);\n- const result = {url}; // Assign to temporary to keep tsc happy about index signature.\n- return Object.assign(result, usage);\n+ // @ts... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(tsc): update to ts 3.1 to support new protocol defs (#5942) | 1 | core | tsc |
791,723 | 31.08.2018 15:40:54 | 25,200 | c14a630ff2a81ac63622b76a93bafe5c5a7d0363 | core(lr): drop maxWaitForLoad 45 -> 35 | [
{
"change_type": "MODIFY",
"diff": "const config = {\nextends: 'lighthouse:default',\nsettings: {\n+ maxWaitForLoad: 35 * 1000,\ndisableDeviceEmulation: true,\nthrottling: {\n// Using a \"broadband\" connection type\n",
"new_path": "lighthouse-core/config/lr-desktop-config.js",
"old_path": "lighthou... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(lr): drop maxWaitForLoad 45 -> 35 (#5938) | 1 | core | lr |
791,834 | 31.08.2018 15:41:29 | 25,200 | 97dce2bc5a15de78a44c092d047657103663e475 | tests(smokehouse): update expectations for HTML Imports deprecation | [
{
"change_type": "MODIFY",
"diff": "@@ -101,7 +101,8 @@ module.exports = [\nscore: 0,\ndetails: {\nitems: {\n- length: 3,\n+ // Note: HTML Imports added to deprecations in m70, so 3 before, 4 after.\n+ length: '>=3',\n},\n},\n},\n",
"new_path": "lighthouse-cli/test/smokehouse/dobetterweb/dbw-expectation... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | tests(smokehouse): update expectations for HTML Imports deprecation (#5943) | 1 | tests | smokehouse |
679,913 | 31.08.2018 15:57:31 | -3,600 | b8d944ebf53e6560d6033c1dc4fdab8672acda01 | refactor(vectors): update matrices & types
update ReadonlyVec/Mat type aliases & uses
add Mat44 factories (perspective, frustum, ortho, lookAt) | [
{
"change_type": "MODIFY",
"diff": "import { NumericArray } from \"@thi.ng/api/api\";\nexport type Vec = NumericArray;\n-export type ReadonlyVec = ArrayLike<number>;\n+export type ReadonlyVec = ArrayLike<number> & Iterable<number>;\nexport type Mat = NumericArray;\n-export type ReadonlyMat = ArrayLike<numbe... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(vectors): update matrices & types
- update ReadonlyVec/Mat type aliases & uses
- add Mat44 factories (perspective, frustum, ortho, lookAt) | 1 | refactor | vectors |
730,424 | 31.08.2018 16:44:59 | 14,400 | 35df60a5b336d292709f2efc812e5a53363a3f99 | fix(r-m-media): incoming call states | [
{
"change_type": "MODIFY",
"diff": "@@ -190,7 +190,14 @@ Immutable.Record {\n\"byLocusUrl\": Immutable.Map {},\n\"byId\": Immutable.Map {\n\"abc-123.gov\": Immutable.Record {\n- \"instance\": null,\n+ \"instance\": Object {\n+ \"locus\": Object {\n+ \"fullState\": Object {\n+ \"lastActive\": \"2018-02-13T14... | JavaScript | MIT License | webex/react-widgets | fix(r-m-media): incoming call states | 1 | fix | r-m-media |
679,913 | 31.08.2018 16:48:19 | -3,600 | 1b0deb22c02f3536d9507272cc7990c5486f71d0 | feat(hiccup): add optional support for spans & auto keying | [
{
"change_type": "MODIFY",
"diff": "@@ -6,6 +6,7 @@ import { isString } from \"@thi.ng/checks/is-string\";\nimport { TAG_REGEXP, VOID_TAGS } from \"./api\";\nimport { css } from \"./css\";\n+import { escape } from \"./escape\";\n/**\n* Recursively normalizes and serializes given tree as HTML/SVG/XML\n@@ -74... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(hiccup): add optional support for spans & auto keying (#39) | 1 | feat | hiccup |
815,745 | 31.08.2018 17:43:56 | -10,800 | 5f63d139f54f8afd271bafd894cf9ac0506ec1c5 | fix: don't set group as selected when all it's children selected | [
{
"change_type": "MODIFY",
"diff": "@@ -109,20 +109,6 @@ describe('ItemsList', () => {\nexpect(list.filteredItems.length).toBe(3);\n});\n- it('should select group when all group children are selected', () => {\n- cmp.hideSelected = true;\n- cmp.groupBy = 'groupKey';\n- list.setItems([\n- { label: 'K1', val:... | TypeScript | MIT License | ng-select/ng-select | fix: don't set group as selected when all it's children selected | 1 | fix | null |
730,412 | 31.08.2018 19:30:23 | 0 | 8c9d72f979934dbe51690c112b4b8b960ab69579 | chore(release): 0.1.348 | [
{
"change_type": "MODIFY",
"diff": "All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n+<a name=\"0.1.348\"></a>\n+## [0.1.348](https://github.com/webex/react-ciscospark/compare/v0.1.... | JavaScript | MIT License | webex/react-widgets | chore(release): 0.1.348 | 1 | chore | release |
679,913 | 31.08.2018 19:57:47 | -3,600 | 1b97a25af50c0e792ea7b07d61afd9be2afd1680 | fix(hiccup): disable spans for certain element types
re-add NO_SPANS (moved from hdom)
update _serialize() | [
{
"change_type": "MODIFY",
"diff": "@@ -21,4 +21,10 @@ export const ENTITIES = {\n\"'\": \"'\",\n};\n+export const NO_SPANS = {\n+ option: 1,\n+ text: 1,\n+ textarea: 1,\n+};\n+\nexport const ENTITY_RE = new RegExp(`[${Object.keys(ENTITIES)}]`, \"g\");\n",
"new_path": "packages/hiccup/src/api.ts",
... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(hiccup): disable spans for certain element types
- re-add NO_SPANS (moved from hdom)
- update _serialize() | 1 | fix | hiccup |
679,913 | 31.08.2018 20:01:54 | -3,600 | 9f8010db5591ba27c20168329c1269a16896e23f | feat(hdom): add DOM hydration support (SSR), update start()
add HDOMOpts interface
add hydrateDOM()
update start() to support hydration
re-use migrated NO_SPANS const from hiccup
switch all fn to arrow fns
BREAKING CHANGE: start() args now as options object | [
{
"change_type": "MODIFY",
"diff": "@@ -16,4 +16,30 @@ export interface ComponentAttribs {\n[_: string]: any;\n}\n+export interface HDOMOpts {\n+ /**\n+ * Root element or ID\n+ */\n+ parent: Element | string;\n+ /**\n+ * Arbitrary user context object\n+ */\n+ ctx?: any;\n+ /**\n+ * If true (default), text c... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(hdom): add DOM hydration support (SSR), update start() (#39)
- add HDOMOpts interface
- add hydrateDOM()
- update start() to support hydration
- re-use migrated NO_SPANS const from hiccup
- switch all fn to arrow fns
BREAKING CHANGE: start() args now as options object | 1 | feat | hdom |
679,913 | 31.08.2018 21:23:40 | -3,600 | d55d93035fc6f92a9d4913f0aeb19d533297ad9b | refactor(hdom): minor update HDOMOpts & start()
rename `parent` option => `root` | [
{
"change_type": "MODIFY",
"diff": "@@ -20,7 +20,7 @@ export interface HDOMOpts {\n/**\n* Root element or ID\n*/\n- parent: Element | string;\n+ root: Element | string;\n/**\n* Arbitrary user context object\n*/\n",
"new_path": "packages/hdom/src/api.ts",
"old_path": "packages/hdom/src/api.ts"
},
... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(hdom): minor update HDOMOpts & start()
- rename `parent` option => `root` | 1 | refactor | hdom |
679,913 | 31.08.2018 21:25:46 | -3,600 | 0d34bb7d059f8e6cbd604b20400b1da5096964b8 | feat(examples): add hydrate-basics example | [
{
"change_type": "ADD",
"diff": "+node_modules\n+yarn.lock\n+*.js\n",
"new_path": "examples/hydrate-basics/.gitignore",
"old_path": null
},
{
"change_type": "ADD",
"diff": "+# hydrate-basics\n+\n+[Live demo](http://demo.thi.ng/umbrella/hydrate-basics/)\n+\n+```bash\n+git clone https://gi... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(examples): add hydrate-basics example | 1 | feat | examples |
679,913 | 31.08.2018 21:37:39 | -3,600 | 52417e37bc11adb4c5154cdf13d2810777aa2b44 | fix(examples): minor update hydrate demo | [
{
"change_type": "MODIFY",
"diff": "import { Atom } from \"@thi.ng/atom\";\n-import { serialize } from \"@thi.ng/hiccup\";\n-import { start } from \"@thi.ng/hdom\";\n+import { serialize } from \"@thi.ng/hiccup/serialize\";\n+import { start } from \"@thi.ng/hdom/start\";\nimport { canvas2D } from \"@thi.ng/h... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(examples): minor update hydrate demo | 1 | fix | examples |
679,913 | 31.08.2018 22:33:26 | -3,600 | 1e8b4efae1a9f89c406a05e389419d509e44880d | fix(hiccup): serialize() args | [
{
"change_type": "MODIFY",
"diff": "@@ -83,13 +83,13 @@ import { escape } from \"./escape\";\n* will have an autogenerated `key` attribute injected. If `span` is\n* enabled, `keys` will be enabled by default too.\n*\n- * @param tree elements / component tree\n+ * @param tree hiccup elements / component tree... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(hiccup): serialize() args | 1 | fix | hiccup |
679,913 | 31.08.2018 22:38:00 | -3,600 | 5e74a9c005dc95d5177aa9696ca84e97eafa149a | feat(hdom): update HDOMOpts & start()
add `normalize` option
simplify `start()` | [
{
"change_type": "MODIFY",
"diff": "@@ -18,11 +18,12 @@ export interface ComponentAttribs {\nexport interface HDOMOpts {\n/**\n- * Root element or ID\n+ * Root element or ID (default: \"app\").\n*/\nroot: Element | string;\n/**\n- * Arbitrary user context object\n+ * Arbitrary user context object, passed to... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(hdom): update HDOMOpts & start()
- add `normalize` option
- simplify `start()` | 1 | feat | hdom |
679,913 | 31.08.2018 22:41:49 | -3,600 | 0f396948bdf6cacd03fa0dfe682f9dfd7b8f0253 | feat(transducers-hdom): add DOM hydration support, rename
replace args with HDOMOpts
add support for `hydrate`
reflect same logic as w/ hdom `start()` re: null values
BREAKING CHANGE: rename transducer: `updateUI` => `updateDOM`, new API | [
{
"change_type": "MODIFY",
"diff": "@@ -17,7 +17,7 @@ This project is part of the\n## About\n-This package provides a single `updateUI` function, a side-effecting &\n+This package provides a single `updateDOM` function, a side-effecting &\nstateful transducer which receives\n[@thi.ng/hdom](https://github.co... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(transducers-hdom): add DOM hydration support, rename (#39)
- replace args with HDOMOpts
- add support for `hydrate`
- reflect same logic as w/ hdom `start()` re: null values
BREAKING CHANGE: rename transducer: `updateUI` => `updateDOM`, new API | 1 | feat | transducers-hdom |
679,913 | 31.08.2018 22:42:34 | -3,600 | 1a6741a10c7787fb38941af9e80197cf9a0b5493 | refactor(examples): update `updateDOM()` transducer call sites | [
{
"change_type": "MODIFY",
"diff": "import { stream } from \"@thi.ng/rstream/stream\";\nimport { sync } from \"@thi.ng/rstream/stream-sync\";\nimport { percent } from \"@thi.ng/strings/percent\";\n-import { updateUI } from \"@thi.ng/transducers-hdom\";\n+import { updateDOM } from \"@thi.ng/transducers-hdom\... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(examples): update `updateDOM()` transducer call sites | 1 | refactor | examples |
679,913 | 31.08.2018 22:45:19 | -3,600 | 473aadc145d954e6a982add32e9ca842b98eb592 | refactor(examples): update crypto-chart to use `updateDOM` xform | [
{
"change_type": "MODIFY",
"diff": "import { dropdown, DropDownOption } from \"@thi.ng/hdom-components/dropdown\";\n-import { diffElement } from \"@thi.ng/hdom/diff\";\n-import { normalizeTree } from \"@thi.ng/hdom/normalize\";\nimport { group } from \"@thi.ng/hiccup-svg/group\";\nimport { line } from \"@th... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(examples): update crypto-chart to use `updateDOM` xform | 1 | refactor | examples |
679,913 | 31.08.2018 23:23:00 | -3,600 | 1060b2a3ec422593229946d262f1350cb92f6547 | docs(hdom): update readme, add hydrate docs | [
{
"change_type": "MODIFY",
"diff": "@@ -8,7 +8,8 @@ This project is part of the\n<!-- TOC depthFrom:2 depthTo:3 -->\n- [About](#about)\n- - [Minimal example](#minimal-example)\n+ - [Minimal example #1: Local state, RAF update](#minimal-example-1-local-state-raf-update)\n+ - [Minimal example #2 (reactive sta... | TypeScript | Apache License 2.0 | thi-ng/umbrella | docs(hdom): update readme, add hydrate docs | 1 | docs | hdom |
679,913 | 01.09.2018 01:06:51 | -3,600 | d2b4fafb23e9aa91f1da1c22b654587a4703073f | fix(vectors): add missing deps | [
{
"change_type": "MODIFY",
"diff": "},\n\"dependencies\": {\n\"@thi.ng/api\": \"^4.1.0\",\n- \"@thi.ng/checks\": \"^1.5.7\"\n+ \"@thi.ng/checks\": \"^1.5.7\",\n+ \"@thi.ng/errors\": \"^0.1.6\"\n},\n\"keywords\": [\n\"ES6\",\n",
"new_path": "packages/vectors/package.json",
"old_path": "packages/vecto... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(vectors): add missing deps | 1 | fix | vectors |
679,913 | 01.09.2018 01:13:00 | -3,600 | e7016b42fd00c7821a3b2f48a1b280592fa36f72 | docs(hdom): fix screenshot link | [
{
"change_type": "MODIFY",
"diff": "@@ -209,7 +209,7 @@ Non-exhaustive list:\n### Dataflow graph SVG components\n-\n+: fix screenshot link | 1 | docs | hdom |
679,913 | 01.09.2018 12:59:31 | -3,600 | e66a49298e0a0a90ef0563ccef9ed7bfea6eaefe | fix(hdom): fix local import | [
{
"change_type": "MODIFY",
"diff": "@@ -2,8 +2,8 @@ import { isString } from \"@thi.ng/checks/is-string\";\nimport { HDOMOpts } from \"./api\";\nimport { diffElement } from \"./diff\";\n+import { hydrateDOM } from \"./dom\";\nimport { normalizeTree } from \"./normalize\";\n-import { hydrateDOM } from \"@thi... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(hdom): fix local import | 1 | fix | hdom |
679,913 | 01.09.2018 13:02:04 | -3,600 | f0183530255d1a76c9b1689c58c201e1e75255f5 | feat(paths): add exists() path checker & tests | [
{
"change_type": "MODIFY",
"diff": "@@ -32,6 +32,33 @@ export function toPath(path: Path) {\nreturn isArray(path) ? path : isString(path) ? path.length > 0 ? path.split(\".\") : [] : path != null ? [path] : [];\n}\n+/**\n+ * Takes an arbitrary object and lookup path. Descends into object along\n+ * path and... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(paths): add exists() path checker & tests | 1 | feat | paths |
679,913 | 01.09.2018 13:29:24 | -3,600 | a710453542fe513e3c123da394a245321bbc3d53 | fix(resolve-map): deep resolve of yet unknown path values | [
{
"change_type": "MODIFY",
"diff": "@@ -4,7 +4,7 @@ import { isFunction } from \"@thi.ng/checks/is-function\";\nimport { isPlainObject } from \"@thi.ng/checks/is-plain-object\";\nimport { isString } from \"@thi.ng/checks/is-string\";\nimport { illegalArgs } from \"@thi.ng/errors/illegal-arguments\";\n-impor... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(resolve-map): deep resolve of yet unknown path values | 1 | fix | resolve-map |
679,913 | 01.09.2018 13:43:58 | -3,600 | e5662a0a971b706710a963bf8b691c4c333e8692 | docs(paths): update readme, add tests | [
{
"change_type": "MODIFY",
"diff": "@@ -148,6 +148,21 @@ mutIn({}, \"a.b.c\", 23);\n// undefined\n```\n+### Path checking\n+\n+The `exists()` function takes an arbitrary object and lookup path.\n+Descends into object along path and returns true if the full path exists\n+(even if final leaf value is `null` o... | TypeScript | Apache License 2.0 | thi-ng/umbrella | docs(paths): update readme, add tests | 1 | docs | paths |
679,913 | 01.09.2018 18:13:49 | -3,600 | 1795f187749afa20f2b6a486272e8a71b2b59bbb | refactor(vectors): update Vec2/3/4 index signatures
changed to satisfy ArrayLike interface | [
{
"change_type": "MODIFY",
"diff": "@@ -317,8 +317,7 @@ export class Vec2 implements\ns: number;\nx: number;\ny: number;\n- [0]: number;\n- [1]: number;\n+ [id: number]: number;\nconstructor(buf: Vec, index = 0, stride = 1) {\nthis.buf = buf;\n",
"new_path": "packages/vectors/src/vec2.ts",
"old_path... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(vectors): update Vec2/3/4 index signatures
- changed to satisfy ArrayLike interface | 1 | refactor | vectors |
679,913 | 01.09.2018 18:52:57 | -3,600 | 6acb05bb6ef9c693dfa1f185e6ffbf5d373b2b9d | build(examples): fix deps | [
{
"change_type": "MODIFY",
"diff": "\"dependencies\": {\n\"@thi.ng/api\": \"latest\",\n\"@thi.ng/hdom\": \"latest\",\n- \"@thi.ng/rstream\": \"latest\",\n- \"@thi.ng/transducers\": \"latest\"\n+ \"@thi.ng/hdom-components\": \"latest\",\n+ \"@thi.ng/hiccup\": \"latest\"\n}\n}\n\\ No newline at end of file\n"... | TypeScript | Apache License 2.0 | thi-ng/umbrella | build(examples): fix deps | 1 | build | examples |
679,913 | 03.09.2018 00:08:38 | -3,600 | 16aa0c46d44398b4bbbb93e5e1c995743ca206c2 | feat(vectors): add Vec*.intoBuffer() impls
add missing GVec.mapBuffer() | [
{
"change_type": "MODIFY",
"diff": "@@ -182,6 +182,23 @@ export class GVec implements\nIterable<number>,\nIVec {\n+ static mapBuffer(buf: Vec, numV: number, length: number, start = 0, cstride = 1, estride = length) {\n+ const res: GVec[] = [];\n+ while (--numV >= 0) {\n+ res.push(new GVec(buf, length, start... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(vectors): add Vec*.intoBuffer() impls
- add missing GVec.mapBuffer() | 1 | feat | vectors |
679,913 | 03.09.2018 00:12:43 | -3,600 | 4a16bd56a6de78938d89a53ff5f4eb3435af12ed | refactor(transducers): update normRange()
add opt flag to exclude last value | [
{
"change_type": "MODIFY",
"diff": "* ```\n*\n* @param n number of steps\n+ * @param inclLast include last value (i.e. `1.0`)\n*/\n-export function* normRange(n: number) {\n+export function* normRange(n: number, inclLast = true) {\nif (n > 0) {\n- for (let i = 0; i <= n; i++) {\n+ for (let i = 0, m = inclLa... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(transducers): update normRange()
- add opt flag to exclude last value | 1 | refactor | transducers |
679,913 | 03.09.2018 01:20:29 | -3,600 | 34ffe9d79317ccb41741c19bfbd0ee1909775488 | docs(hdom): update/fix docs & readme | [
{
"change_type": "MODIFY",
"diff": "@@ -341,16 +341,18 @@ independently, however should be considered complementary.\n#### `start(tree: any, opts?: Partial<HDOMOpts>): () => any`\nMain user function of this package. For most use cases, this function\n-should be the only one required in user code. It takes a... | TypeScript | Apache License 2.0 | thi-ng/umbrella | docs(hdom): update/fix docs & readme | 1 | docs | hdom |
135,548 | 03.09.2018 09:58:46 | -3,600 | 130a6de1f9e57e84ea537367f54124aedfa70dbc | docs: fix Husky setup instructions
Fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -48,12 +48,13 @@ echo \"module.exports = {extends: ['@commitlint/config-conventional']}\" > commitl\n```\n-To lint commits before they are created you can use the 'commitmsg' hook as described [here](https://github.com/typicode/husky/blob/master/HOOKS.md#hooks)\n-\n+To... | TypeScript | MIT License | conventional-changelog/commitlint | docs: fix Husky setup instructions (#428)
Fixes #366 | 1 | docs | null |
679,913 | 03.09.2018 16:24:48 | -3,600 | c0fbb4ed2cd6cdd44082441f416ef7e7a2f02c43 | fix(vectors): add missing arg types | [
{
"change_type": "MODIFY",
"diff": "@@ -82,15 +82,15 @@ export const gain1 = (x: number, k: number) =>\n0.5 * Math.pow(2 * x, k) :\n1 - 0.5 * Math.pow(2 - 2 * x, k);\n-export const min2id = (a, b) =>\n+export const min2id = (a: number, b: number) =>\na <= b ? 0 : 1;\n-export const min3id = (a, b, c) =>\n+ex... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(vectors): add missing arg types | 1 | fix | vectors |
679,913 | 03.09.2018 16:25:50 | -3,600 | 25ea00cab3414198de2ba029204e760a354ada74 | fix(vectors): add opt normalize for angleBetween2/3 | [
{
"change_type": "MODIFY",
"diff": "@@ -244,7 +244,7 @@ export const heading2 = (a: ReadonlyVec, ia = 0, sa = 1) =>\nexport const angleBetween2 = (a: ReadonlyVec, b: ReadonlyVec, normalize = false, ia = 0, ib = 0, sa = 1, sb = 1): number =>\nnormalize ?\n- angleBetween2(get2(a, ia, sa), get2(b, ib, sb)) :\n... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(vectors): add opt normalize for angleBetween2/3 | 1 | fix | vectors |
679,913 | 03.09.2018 16:48:30 | -3,600 | ad1315135cae1f5e50939977eacb026c9c843c85 | fix(vectors): update GVec method args (readonly) | [
{
"change_type": "MODIFY",
"diff": "@@ -243,11 +243,11 @@ export class GVec implements\nfalse;\n}\n- eqDelta(v: GVec, eps = EPS) {\n+ eqDelta(v: Readonly<GVec>, eps = EPS) {\nreturn this.n === v.n && eqDelta(this.buf, v.buf, this.n, eps, this.i, v.i, this.s, v.s);\n}\n- set(v: GVec) {\n+ set(v: Readonly<GVe... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(vectors): update GVec method args (readonly) | 1 | fix | vectors |
679,913 | 03.09.2018 17:23:01 | -3,600 | f0ccd0c514dee4ff77466c029fb95782dd271311 | feat(vectors): add mixBilinear1/2/3/4 | [
{
"change_type": "MODIFY",
"diff": "@@ -135,6 +135,25 @@ export const clamp1 = (x: number, min: number, max: number) =>\nexport const mix1 = (a: number, b: number, t: number) =>\na + (b - a) * t;\n+/**\n+ * ```\n+ * c d\n+ * +----+\n+ * | |\n+ * +----+\n+ * a b\n+ * ```\n+ *\n+ * @param a BL value\n+ * @par... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(vectors): add mixBilinear1/2/3/4 | 1 | feat | vectors |
679,913 | 03.09.2018 17:42:22 | -3,600 | 7001b7a88dccc3ba4c47fe2d0b5eb4208ff4a5f1 | refactor(vectors): update matrix factories
add identity() factories
make concat() immutable
update toString() (fixed prec) | [
{
"change_type": "MODIFY",
"diff": "@@ -162,6 +162,10 @@ export class Mat23 implements\nICopy<Mat23>,\nIEqualsDelta<Mat23> {\n+ static identity() {\n+ return new Mat23(identity23());\n+ }\n+\nstatic rotation(theta: number) {\nreturn new Mat23(rotation23([], theta));\n}\n@@ -211,9 +215,11 @@ export class Mat... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(vectors): update matrix factories
- add identity() factories
- make concat() immutable
- update toString() (fixed prec) | 1 | refactor | vectors |
679,913 | 03.09.2018 18:39:10 | -3,600 | a5b3f84c7299f19192e7687185f03c29c3169c21 | docs(vectors): add/update doc strings | [
{
"change_type": "MODIFY",
"diff": "@@ -7,9 +7,9 @@ export const z = (v: ReadonlyVec, i = 0, s = 1) => v[i + 2 * s];\nexport const w = (v: ReadonlyVec, i = 0, s = 1) => v[i + 3 * s];\n/**\n- * Applies vector op `fn` to all raw vectors in array `a`, using raw\n- * vector `b` as 2nd argument for each iteratio... | TypeScript | Apache License 2.0 | thi-ng/umbrella | docs(vectors): add/update doc strings | 1 | docs | vectors |
679,913 | 03.09.2018 20:32:15 | -3,600 | 9510f01a4b9e78a207fffffbf2bee90e47e4807f | feat(vectors): add new vector ops, update readme
add msub2/3/4 & msubN2/3/4
add refract2/3/4
add perpendicularLeft2 / perpendicularRight2 | [
{
"change_type": "MODIFY",
"diff": "@@ -48,7 +48,8 @@ wrappers of strided buffer views. These vector classes (`Vec2/3/4`) are\narray-like themselves and provide array index and `.x`, `.y`, `.z`, `.w`\nproperty accessors (including `.length`). The `GVec` class wrapper only\nprovides `.length` read access and... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(vectors): add new vector ops, update readme
- add msub2/3/4 & msubN2/3/4
- add refract2/3/4
- add perpendicularLeft2 / perpendicularRight2 | 1 | feat | vectors |
217,922 | 03.09.2018 21:37:07 | -7,200 | e2346c271c6d74cf28abb72d89b8fbba26cd9978 | feat: added search page files and anonymous warning message | [
{
"change_type": "MODIFY",
"diff": "@@ -26,6 +26,8 @@ export enum AuthActionTypes {\nCharactersLoaded = '[Auth] Characters loaded',\nUserPersisted = '[Auth] User persisted',\n+ AnonymousWarningShown = '[Auth] Anonyous warning shown',\n+\nAuthError = '[Auth] Error',\n}\n@@ -142,6 +144,11 @@ export class User... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | feat: added search page files and anonymous warning message | 1 | feat | null |
217,922 | 04.09.2018 08:09:46 | -7,200 | 29fe271a4eaff71b1637a81d0aa058d49eae1604 | fix: fixed double anonymous warning error | [
{
"change_type": "MODIFY",
"diff": "@@ -2,7 +2,7 @@ import { Injectable } from '@angular/core';\nimport { Actions, Effect, ofType } from '@ngrx/effects';\nimport { AuthState } from './auth.reducer';\n-import { catchError, filter, map, mergeMap, tap, withLatestFrom } from 'rxjs/operators';\n+import { catchEr... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix: fixed double anonymous warning error | 1 | fix | null |
730,429 | 04.09.2018 10:25:03 | 14,400 | a5c48014f78e316884557b40ff876c3305b52f59 | chore(package): update yargs to version 12.0.1
closes | [
{
"change_type": "MODIFY",
"diff": "\"resolved\": \"https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-9.0.7.tgz\",\n\"integrity\": \"sha1-Ey7mPS7FVlxVfiD0wi35rKaGsQ0=\"\n},\n+ \"xregexp\": {\n+ \"version\": \"4.0.0\",\n+ \"resolved\": \"https://registry.npmjs.org/xregexp/-/xregexp-4.0.0.tgz\",\n+ \"integri... | JavaScript | MIT License | webex/react-widgets | chore(package): update yargs to version 12.0.1
closes #546 | 1 | chore | package |
807,849 | 04.09.2018 13:35:56 | 25,200 | a289ac4e0c04fc55a4a81e5d027c1938cd465322 | chore: Update Contributor Covenant
Fixes | [
{
"change_type": "MODIFY",
"diff": "-# Contributor Code of Conduct\n+# Contributor Covenant Code of Conduct\n-As contributors and maintainers of this project, we pledge to respect all\n-people who contribute through reporting issues, posting feature requests,\n-updating documentation, submitting pull reques... | JavaScript | MIT License | lerna/lerna | chore: Update Contributor Covenant
Fixes #1636 | 1 | chore | null |
807,849 | 04.09.2018 14:03:18 | 25,200 | 6dfea52415c765d97f1cb294a1950efa79072af8 | fix(describe-ref): Fallback refCount is the number of commits since beginning of repository | [
{
"change_type": "MODIFY",
"diff": "@@ -163,9 +163,10 @@ test(\"publish --canary addresses unpublished package\", async () => {\n);\nawait lernaPublish(cwd)(\"--canary\", \"premajor\");\n+ // there have been two commits since the beginning of the repo\nexpect(writePkg.updatedVersions()).toMatchInlineSnapsho... | JavaScript | MIT License | lerna/lerna | fix(describe-ref): Fallback refCount is the number of commits since beginning of repository | 1 | fix | describe-ref |
730,424 | 04.09.2018 14:13:24 | 14,400 | 07fc4dec8276a1c61079ddf680a0c09f9c2bd8dc | fix(r-m-media): correct call instance mappings | [
{
"change_type": "MODIFY",
"diff": "@@ -111,15 +111,16 @@ export default function reducer(state = initialState, action) {\nupdatedState = updatedState.mergeIn(['byId', id], call);\n}\n// Handle locus replacement\n- if (call.locus && call.locus.url &&\n- state.getIn(['byLocusUrl', call.locus.url]) !== id) {\... | JavaScript | MIT License | webex/react-widgets | fix(r-m-media): correct call instance mappings | 1 | fix | r-m-media |
743,863 | 04.09.2018 14:54:36 | 25,200 | 592872830451e08a15e8eac0fd5aedc851d5566c | chore: explicit upgrade of insecure coveralls | [
{
"change_type": "MODIFY",
"diff": "\"devDependencies\": {\n\"chai\": \"^4.1.2\",\n\"chalk\": \"^1.1.3\",\n- \"coveralls\": \"^3.0.1\",\n+ \"coveralls\": \"^3.0.2\",\n\"cpr\": \"^2.0.0\",\n\"cross-spawn\": \"^6.0.4\",\n\"es6-promise\": \"^4.0.2\",\n",
"new_path": "package.json",
"old_path": "package... | JavaScript | MIT License | yargs/yargs | chore: explicit upgrade of insecure coveralls | 1 | chore | null |
743,863 | 04.09.2018 14:57:43 | 25,200 | 6c6c27d8c87c25e052df23abcf5875253b6b20cd | chore(release): 12.0.2 | [
{
"change_type": "MODIFY",
"diff": "All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n+<a name=\"12.0.2\"></a>\n+## [12.0.2](https://github.com/yargs/yargs/compare/v12.0.1...v12.0.2)... | JavaScript | MIT License | yargs/yargs | chore(release): 12.0.2 | 1 | chore | release |
815,745 | 04.09.2018 15:29:54 | -10,800 | b5b14d96a61ba529f8022d951192f759a05efa0f | chore(release): 2.7.0 | [
{
"change_type": "MODIFY",
"diff": "All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n+<a name=\"2.7.0\"></a>\n+# [2.7.0](https://github.com/ng-select/ng-select/compare/v2.6.0...v2.7... | TypeScript | MIT License | ng-select/ng-select | chore(release): 2.7.0 | 1 | chore | release |
730,429 | 04.09.2018 15:32:00 | 14,400 | b0996d21bd23f4461121e80f32713a4e1421979b | fix(r-m-conversation): apply proper update content filter | [
{
"change_type": "MODIFY",
"diff": "@@ -74,6 +74,45 @@ Immutable.Map {\n}\n`;\n+exports[`redux module conversation reducer ADD_ACTIVITIES_TO_CONVERSATION should not filter content activities 1`] = `\n+Immutable.Map {\n+ \"activities\": Immutable.OrderedMap {\n+ \"http://activity.url/abc-123\": Object {\n+ \... | JavaScript | MIT License | webex/react-widgets | fix(r-m-conversation): apply proper update content filter | 1 | fix | r-m-conversation |
730,424 | 04.09.2018 16:13:53 | 14,400 | da5bfa368e243c9bda1d63f8f8d6180d69b49774 | fix(r-m-media): add declined flag | [
{
"change_type": "MODIFY",
"diff": "@@ -77,6 +77,7 @@ Array [\n\"isActive\": undefined,\n\"isCall\": undefined,\n\"isConnected\": false,\n+ \"isDeclined\": undefined,\n\"isIncoming\": false,\n\"isInitiated\": false,\n\"isReceivingAudio\": \"\",\n@@ -174,6 +175,7 @@ Array [\n\"isActive\": undefined,\n\"isCal... | JavaScript | MIT License | webex/react-widgets | fix(r-m-media): add declined flag | 1 | fix | r-m-media |
730,424 | 04.09.2018 16:14:19 | 14,400 | e68e820e240324ace12e58a0f97c7bbb9720a27c | fix(widget-message): add last message check | [
{
"change_type": "MODIFY",
"diff": "@@ -218,12 +218,14 @@ export class MessageWidget extends Component {\nactivityCount,\nfirstActivity\n} = props;\n-\n+ let objectType;\nconst prevActivitiesCount = prevProps.activityCount;\nconst previousFirstActivity = prevProps.firstActivity;\nconst lastActivityFromPrev ... | JavaScript | MIT License | webex/react-widgets | fix(widget-message): add last message check | 1 | fix | widget-message |
730,429 | 04.09.2018 16:49:03 | 14,400 | d411231d59ee28868f8e7a2720d0b63856aaad5b | fix(demo): use correct activities property name | [
{
"change_type": "MODIFY",
"diff": "@@ -44,7 +44,7 @@ class DemoWidget extends Component {\n};\nthis.state = {\nactivities: {\n- files: isMeetOnly ? false : activities.file,\n+ files: isMeetOnly ? false : activities.files,\nmeet: activities.meet,\nmessage: isMeetOnly ? false : activities.message,\npeople: a... | JavaScript | MIT License | webex/react-widgets | fix(demo): use correct activities property name | 1 | fix | demo |
730,424 | 04.09.2018 18:27:34 | 14,400 | b47af255695f8539a63495885f8779c84c10123a | fix(widget-space): error message logic | [
{
"change_type": "MODIFY",
"diff": "@@ -28,8 +28,8 @@ import {\nimport {eventNames} from '../events';\nimport styles from '../styles.css';\n-const ACTIVITY_TYPE_PRIMARY = 'ACTIVITY_TYPE_PRIMARY';\n-const ACTIVITY_TYPE_SECONDARY = 'ACTIVITY_TYPE_SECONDARY';\n+export const ACTIVITY_TYPE_PRIMARY = 'ACTIVITY_TY... | JavaScript | MIT License | webex/react-widgets | fix(widget-space): error message logic | 1 | fix | widget-space |
791,723 | 04.09.2018 18:53:47 | 25,200 | d3af6d0bbc6ae008431f26d001050834162c1f3f | core: normalize URL before checking equality | [
{
"change_type": "MODIFY",
"diff": "@@ -65,7 +65,7 @@ class Runner {\nif (!requestedUrl) {\nthrow new Error('Cannot run audit mode on empty URL');\n}\n- if (runOpts.url && runOpts.url !== requestedUrl) {\n+ if (runOpts.url && !URL.equalWithExcludedFragments(runOpts.url, requestedUrl)) {\nthrow new Error('Ca... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core: normalize URL before checking equality (#5960) | 1 | core | null |
730,412 | 04.09.2018 19:58:04 | 0 | 7d0a7167ac60755caf14f62aebb5abb8153f0597 | chore(release): 0.1.349 | [
{
"change_type": "MODIFY",
"diff": "All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n+<a name=\"0.1.349\"></a>\n+## [0.1.349](https://github.com/webex/react-ciscospark/compare/v0.1.... | JavaScript | MIT License | webex/react-widgets | chore(release): 0.1.349 | 1 | chore | release |
730,424 | 04.09.2018 20:06:04 | 14,400 | 29bbf8e60a03cb5f5564509b080e7af54bcdf160 | fix(widget-recents): in progress call indicator | [
{
"change_type": "MODIFY",
"diff": "@@ -11,7 +11,8 @@ const getTeams = (state) => state.teams.get('byId');\nconst getSpaces = (state) => state.spaces.get('byId');\nconst getUsers = (state) => state.users.get('byId');\nconst getActivities = (state) => state.activities.get('byId');\n-const getCalls = (state) ... | JavaScript | MIT License | webex/react-widgets | fix(widget-recents): in progress call indicator | 1 | fix | widget-recents |
135,548 | 04.09.2018 21:40:05 | -3,600 | 47f6b18f5b16ba31477b1889c1c39023e672bd79 | docs: fix Husky hook example | [
{
"change_type": "MODIFY",
"diff": "@@ -53,7 +53,7 @@ To lint commits before they are created you can use Husky's 'commit-msg' hook:\n{\n\"husky\": {\n\"hooks\": {\n- \"commitmsg\": \"commitlint -E HUSKY_GIT_PARAMS\"\n+ \"commit-msg\": \"commitlint -E HUSKY_GIT_PARAMS\"\n}\n}\n}\n",
"new_path": "README.... | TypeScript | MIT License | conventional-changelog/commitlint | docs: fix Husky hook example (#429) | 1 | docs | null |
679,913 | 05.09.2018 00:30:29 | -3,600 | c4631533eabaa4d972545bf045820a6b30256878 | test(vectors): add benchmarks | [
{
"change_type": "ADD",
"diff": "+const Benchmark = require(\"benchmark\");\n+const vec = require(\"../index\");\n+\n+const setS2Lib = (buf, n) => {\n+ n *= 2;\n+ for (let i = 0; i < n; i += 2) {\n+ vec.setS2(buf, i, i + 1, i);\n+ }\n+ return buf;\n+};\n+\n+const setS2Plain = (n) => {\n+ const res = new Arr... | TypeScript | Apache License 2.0 | thi-ng/umbrella | test(vectors): add benchmarks | 1 | test | vectors |
679,913 | 05.09.2018 01:21:56 | -3,600 | 2eec7006ae468d49416dd1d393a33352f5849357 | feat(vectors): add/update transformVectors*(), update types
add transformVectors1o()
add transformVectors2o()
add VecOp2o type, update existing VecOp types
update x/y/z/w() plain accessor fns
BREAKING CHANGE: update transformVectors1/2() arg order | [
{
"change_type": "MODIFY",
"diff": "@@ -10,23 +10,29 @@ export type ReadonlyMat = ArrayLike<number> & Iterable<number>;\n* A vector operation involving only a single vector. The vector might\n* be modified.\n*/\n-export type VecOp1<T> = (v: Vec, i: number, s?: number) => T;\n+export type VecOp1<T> = (v: Vec... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(vectors): add/update transformVectors*(), update types
- add transformVectors1o()
- add transformVectors2o()
- add VecOp2o type, update existing VecOp types
- update x/y/z/w() plain accessor fns
BREAKING CHANGE: update transformVectors1/2() arg order | 1 | feat | vectors |
791,771 | 05.09.2018 02:52:22 | -3,600 | 1bba64dd9759522d7b65f4b33588fdc70e7068b3 | docs(scoring): http2 redirect PWA score issue | [
{
"change_type": "MODIFY",
"diff": "@@ -58,6 +58,8 @@ Lighthouse has a whole section in the report on improving your performance score\n### How is the PWA score calculated?\nThe PWA score is calculated based on the [Baseline PWA checklist](https://developers.google.com/web/progressive-web-apps/checklist#bas... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | docs(scoring): http2 redirect PWA score issue (#5929) | 1 | docs | scoring |
791,888 | 05.09.2018 02:52:51 | -3,600 | 417ab1cbacbfef52319eb036b1e9714f52498921 | bug: fix grocers apostrophe typo (API's v APIs) | [
{
"change_type": "MODIFY",
"diff": "@@ -22,7 +22,7 @@ class Deprecations extends Audit {\nreturn {\nid: 'deprecations',\ntitle: 'Avoids deprecated APIs',\n- failureTitle: 'Uses deprecated API\\'s',\n+ failureTitle: 'Uses deprecated APIs',\ndescription: 'Deprecated APIs will eventually be removed from the br... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | bug: fix grocers apostrophe typo (API's v APIs) (#5948) | 1 | bug | null |
791,921 | 05.09.2018 03:46:59 | -7,200 | adc027575093a3ad15dfeb64bb656b6d00ad8ade | core(gather-runner): call clearDataForOrigin on teardown | [
{
"change_type": "MODIFY",
"diff": "@@ -54,8 +54,9 @@ const Driver = require('../gather/driver.js'); // eslint-disable-line no-unused-\n* ii. all gatherers' afterPass()\n*\n* 3. Teardown\n- * A. GatherRunner.disposeDriver()\n- * B. collect all artifacts and return them\n+ * A. clearDataForOrigin\n+ * B. Gat... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(gather-runner): call clearDataForOrigin on teardown (#5933) | 1 | core | gather-runner |
791,921 | 05.09.2018 03:47:53 | -7,200 | 552eaac8178139fc967422fb1d44edfb2382763f | core: export any page-functions as string | [
{
"change_type": "MODIFY",
"diff": "@@ -115,7 +115,7 @@ class Driver {\n* @return {Promise<number>}\n*/\ngetBenchmarkIndex() {\n- return this.evaluateAsync(`(${pageFunctions.ultradumbBenchmark.toString()})()`);\n+ return this.evaluateAsync(`(${pageFunctions.ultradumbBenchmarkString})()`);\n}\n/**\n@@ -302,7... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core: export any page-functions as string (#5902) | 1 | core | null |
730,424 | 05.09.2018 09:34:47 | 14,400 | c5ce1c4ea067369372047ce59c973be972489170 | fix(widget-meet): filter extra meeting_bridge participant | [
{
"change_type": "MODIFY",
"diff": "@@ -22,7 +22,8 @@ const getCall = createSelector(\n// Patching in activeParticipantsCount with devices to support sip should be migrated to sdk\nif (call && call.instance && call.instance.locus && call.instance.locus.participants) {\n- const count = call.instance.locus.pa... | JavaScript | MIT License | webex/react-widgets | fix(widget-meet): filter extra meeting_bridge participant | 1 | fix | widget-meet |
807,849 | 05.09.2018 09:43:41 | 25,200 | 748ae4e6250d551bb6bb0e15c3508cf4ccd9857e | feat(deps): Upgrade execa to ^1.0.0 | [
{
"change_type": "MODIFY",
"diff": "},\n\"dependencies\": {\n\"chalk\": \"^2.3.1\",\n- \"execa\": \"^0.10.0\",\n+ \"execa\": \"^1.0.0\",\n\"strong-log-transformer\": \"^1.0.6\"\n}\n}\n",
"new_path": "core/child-process/package.json",
"old_path": "core/child-process/package.json"
},
{
"change... | JavaScript | MIT License | lerna/lerna | feat(deps): Upgrade execa to ^1.0.0 | 1 | feat | deps |
807,849 | 05.09.2018 09:47:09 | 25,200 | e280d1d543fd14bc4f491c972686df0b32d31c9d | feat(deps): Upgrade get-stream to ^4.0.0 | [
{
"change_type": "MODIFY",
"diff": "\"conventional-recommended-bump\": \"^2.0.6\",\n\"dedent\": \"^0.7.0\",\n\"fs-extra\": \"^6.0.1\",\n- \"get-stream\": \"^3.0.0\",\n+ \"get-stream\": \"^4.0.0\",\n\"npm-package-arg\": \"^6.0.0\",\n\"npmlog\": \"^4.1.2\",\n\"semver\": \"^5.5.0\"\n",
"new_path": "core/co... | JavaScript | MIT License | lerna/lerna | feat(deps): Upgrade get-stream to ^4.0.0 | 1 | feat | deps |
807,849 | 05.09.2018 10:43:55 | 25,200 | 042b1a38ca05d5ae4cebdb5b85105898cb6c184b | feat(deps): Upgrade fs-extra to ^7.0.0 | [
{
"change_type": "MODIFY",
"diff": "\"@lerna/validation-error\": \"file:../../core/validation-error\",\n\"camelcase\": \"^4.1.0\",\n\"dedent\": \"^0.7.0\",\n- \"fs-extra\": \"^6.0.1\",\n+ \"fs-extra\": \"^7.0.0\",\n\"globby\": \"^8.0.1\",\n\"init-package-json\": \"^1.10.3\",\n\"npm-package-arg\": \"^6.0.0\"... | JavaScript | MIT License | lerna/lerna | feat(deps): Upgrade fs-extra to ^7.0.0 | 1 | feat | deps |
807,849 | 05.09.2018 10:53:49 | 25,200 | 42b18a123cf437a862fccd8deef883e635d9405f | feat(deps): Upgrade strong-log-transformer to ^2.0.0 | [
{
"change_type": "MODIFY",
"diff": "\"dependencies\": {\n\"chalk\": \"^2.3.1\",\n\"execa\": \"^1.0.0\",\n- \"strong-log-transformer\": \"^1.0.6\"\n+ \"strong-log-transformer\": \"^2.0.0\"\n}\n}\n",
"new_path": "core/child-process/package.json",
"old_path": "core/child-process/package.json"
},
{
... | JavaScript | MIT License | lerna/lerna | feat(deps): Upgrade strong-log-transformer to ^2.0.0 | 1 | feat | deps |
807,849 | 05.09.2018 10:59:32 | 25,200 | 625adc066f10bd9fdf26bc08200aaa01496f097d | chore: Remove unimplemented command stubs | [
{
"change_type": "DELETE",
"diff": "-# Change Log\n-\n-All notable changes to this project will be documented in this file.\n-See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.\n-\n-<a name=\"3.0.0\"></a>\n-# [3.0.0](https://github.com/lerna/lerna/compare/v3.0.0-rc.0...v3.0.0... | JavaScript | MIT License | lerna/lerna | chore: Remove unimplemented command stubs | 1 | chore | null |
791,834 | 05.09.2018 12:24:41 | 25,200 | 98b1e61ec3b6432517dffeb7e5828bafa8af8127 | report(psi): add lab data summary sentence | [
{
"change_type": "MODIFY",
"diff": "\"message\": \"Report error: no audit information\",\n\"description\": \"An error string displayed next to a particular audit when it has errored, but not provided any specific error message.\"\n},\n+ \"lighthouse-core/report/html/renderer/util.js | labDataTitle\": {\n+ \... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | report(psi): add lab data summary sentence (#5961) | 1 | report | psi |
815,745 | 05.09.2018 13:30:30 | -10,800 | f1a4f23dd75efc32accff90d4b4694ad9607abbd | fix: use factory to resolve new instance of selection model
* fix: use factory to resolve new instance of selection model
fixes | [
{
"change_type": "MODIFY",
"diff": "-export { NgSelectComponent, NG_SELECT_DEFAULT_CONFIG } from './ng-select/ng-select.component';\n+export { NgSelectComponent, NG_SELECT_DEFAULT_CONFIG, SELECTION_MODEL_FACTORY } from './ng-select/ng-select.component';\nexport { NgSelectModule } from './ng-select/ng-select... | TypeScript | MIT License | ng-select/ng-select | fix: use factory to resolve new instance of selection model (#789)
* fix: use factory to resolve new instance of selection model
fixes #787 | 1 | fix | null |
815,745 | 05.09.2018 13:30:53 | -10,800 | 72cdf6d5b4f212d2d4aa03a9ed0af3f793970953 | chore(release): 2.7.1 | [
{
"change_type": "MODIFY",
"diff": "All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n+<a name=\"2.7.1\"></a>\n+## [2.7.1](https://github.com/ng-select/ng-select/compare/v2.7.0...v2.... | TypeScript | MIT License | ng-select/ng-select | chore(release): 2.7.1 | 1 | chore | release |
730,424 | 05.09.2018 14:22:30 | 14,400 | 5145dedceb5e2fb08b82587277a8bdebd0dac813 | tests(journeys): Add extra wait for widget to load | [
{
"change_type": "MODIFY",
"diff": "@@ -30,9 +30,13 @@ export const elements = {\n* @returns {void}\n*/\nexport function answer(aBrowser) {\n- aBrowser.waitForVisible(elements.answerButton);\n+ aBrowser.waitUntil(() =>\n+ aBrowser.isVisible(elements.answerButton),\n+ 5000, 'answer button is not visible whil... | JavaScript | MIT License | webex/react-widgets | tests(journeys): Add extra wait for widget to load | 1 | tests | journeys |
807,849 | 05.09.2018 16:15:32 | 25,200 | af9c70bcf0673a132217c432144ea32c26c5186b | fix: Propagate exit codes from failed executions
This fixes `--no-bail` when used with `lerna exec` or `lerna run`,
ensuring that it still exits with a non-zero code in the event of a
command or script failure.
Refs
Fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -33,8 +33,12 @@ const execInPackagesStreaming = testDir =>\ndescribe(\"ExecCommand\", () => {\n// TODO: it's very suspicious that mockResolvedValue() doesn't work here\n- ChildProcessUtilities.spawn = jest.fn(() => Promise.resolve());\n- ChildProcessUtilities.spawnStre... | JavaScript | MIT License | lerna/lerna | fix: Propagate exit codes from failed executions
This fixes `--no-bail` when used with `lerna exec` or `lerna run`,
ensuring that it still exits with a non-zero code in the event of a
command or script failure.
Refs #1374
Fixes #1653 | 1 | fix | null |
807,849 | 05.09.2018 16:19:13 | 25,200 | c6471c54d789bfe28248305a64b63291ce9d10b7 | test(run): Update fixture | [
{
"change_type": "MODIFY",
"diff": "{\n- \"name\": \"independent\"\n+ \"name\": \"basic\"\n}\n",
"new_path": "commands/run/__tests__/__fixtures__/basic/package.json",
"old_path": "commands/run/__tests__/__fixtures__/basic/package.json"
},
{
"change_type": "MODIFY",
"diff": "{\n\"name\": ... | JavaScript | MIT License | lerna/lerna | test(run): Update fixture | 1 | test | run |
807,849 | 05.09.2018 16:20:12 | 25,200 | 2adfe516afece84c85ad961f5d65f1adc6b58654 | test(run): Improve coverage | [
{
"change_type": "MODIFY",
"diff": "@@ -37,6 +37,18 @@ describe(\"RunCommand\", () => {\nnpmRunScript.stream.mockImplementation(() => Promise.resolve());\ndescribe(\"in a basic repo\", () => {\n+ it(\"should complain if invoked with an empty script\", async () => {\n+ expect.assertions(1);\n+\n+ const testD... | JavaScript | MIT License | lerna/lerna | test(run): Improve coverage | 1 | test | run |
730,412 | 05.09.2018 16:51:02 | 0 | bb07735ca4b3e78cc12e520f43acdaa47d9fc4d5 | chore(release): 0.1.350 | [
{
"change_type": "MODIFY",
"diff": "All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n+<a name=\"0.1.350\"></a>\n+## [0.1.350](https://github.com/webex/react-ciscospark/compare/v0.1.... | JavaScript | MIT License | webex/react-widgets | chore(release): 0.1.350 | 1 | chore | release |
815,745 | 05.09.2018 17:58:02 | -10,800 | dfa3e9847a9091d0abf43e7cb0c71ba0186e277a | feat: emit search event
closes | [
{
"change_type": "MODIFY",
"diff": "@@ -159,6 +159,7 @@ map: {\n| (close) | Fired on select dropdown close |\n| (clear) | Fired on clear icon click |\n| (focus) | Fired on select focus |\n+| (search) | Fired while typing search term |\n| (open) | Fired on select dropdown open |\n| (remove) | Fired when item... | TypeScript | MIT License | ng-select/ng-select | feat: emit search event
closes #782 | 1 | feat | null |
807,849 | 05.09.2018 18:14:56 | 25,200 | 4763f9576e0ee3db2661cb69b962611cb76f1c31 | fix(run-lifecycle): Propagate exit code when execution fails
Fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -181,20 +181,9 @@ class BootstrapCommand extends Command {\nconst mapPackageWithScript = pkg => {\nif (packagesWithScript.has(pkg)) {\n- return runLifecycle(pkg, stage, this.conf)\n- .then(() => {\n+ return runLifecycle(pkg, stage, this.conf).then(() => {\ntracker.sill... | JavaScript | MIT License | lerna/lerna | fix(run-lifecycle): Propagate exit code when execution fails
Fixes #1495 | 1 | fix | run-lifecycle |
76,605 | 05.09.2018 18:16:47 | -7,200 | b476a0903d20cbabbb011a80c35cc093c7662b68 | bug: Fix merge | [
{
"change_type": "MODIFY",
"diff": "@@ -460,8 +460,7 @@ class NlpManager {\nconst classifierClone = clone.classifiers[i];\nthis.addLanguage(classifierClone.language);\nconst classifier = this.classifiers[classifierClone.language];\n- const features = Array(classifier.features.length).fill(0);\n- features[1]... | JavaScript | MIT License | axa-group/nlp.js | bug: Fix merge | 1 | bug | null |
815,745 | 05.09.2018 18:26:48 | -10,800 | b4ea12dce8fe9bcc6739e3cc39890fc8814469bd | chore: update demo with max selection warning | [
{
"change_type": "MODIFY",
"diff": "@@ -43,7 +43,11 @@ import { DataService } from '../shared/data.service';\n<label>Select multiple elements with a limit number of selections (e.g 3)</label>\n---html,true\n+ <div class=\"alert alert-warning mb-2\" *ngIf=\"selectedPeople2.length === 3 && select.focused\">\n... | TypeScript | MIT License | ng-select/ng-select | chore: update demo with max selection warning | 1 | chore | null |
76,605 | 05.09.2018 22:43:56 | -7,200 | ecdf6b72227e362cce3db89650b9549c1ef82ed0 | doc: update readme with table of builtin features per language | [
{
"change_type": "MODIFY",
"diff": "@@ -380,6 +380,27 @@ It also support Regular Expression entities\nThe NER Manager includes by default a builtin entity extraction with different bundles available for different languages.\nThe entity extraction is done even if the utterance is not matched to an intent.\n+... | JavaScript | MIT License | axa-group/nlp.js | doc: update readme with table of builtin features per language | 1 | doc | null |
76,605 | 05.09.2018 22:51:26 | -7,200 | 0f59149b31e0e2a9ad755d5e85651a53054b3f02 | doc: update README.md builtin/language table | [
{
"change_type": "MODIFY",
"diff": "@@ -387,19 +387,19 @@ The entity extraction is done even if the utterance is not matched to an intent.\n| Hashtag | X | X | X | X | X |\n| Phone Number | X | X | X | X | X |\n| URL | X | X | X | X | X |\n-| Number | X | X | X | X | *1 |\n+| Number | X | X | X | X | see 1 ... | JavaScript | MIT License | axa-group/nlp.js | doc: update README.md builtin/language table | 1 | doc | null |
76,605 | 05.09.2018 22:57:58 | -7,200 | ba81c89bd2cede9788103636a85086e41faf196f | build: Release version 1.2.7 | [
{
"change_type": "MODIFY",
"diff": "\"ansi-regex\": {\n\"version\": \"2.1.1\",\n\"bundled\": true,\n- \"dev\": true,\n- \"optional\": true\n+ \"dev\": true\n},\n\"aproba\": {\n\"version\": \"1.2.0\",\n\"balanced-match\": {\n\"version\": \"1.0.0\",\n\"bundled\": true,\n- \"dev\": true,\n- \"optional\": true\... | JavaScript | MIT License | axa-group/nlp.js | build: Release version 1.2.7 | 1 | build | null |
749,526 | 06.09.2018 09:43:53 | 25,200 | a334c96389560714f01be00738ddcb8599035515 | feat(pagination): add onChange for pagination component | [
{
"change_type": "MODIFY",
"diff": "@@ -5,7 +5,11 @@ initialState = {\ncurrentPage: 1\n};\n-<Pagination totalPages={25} currentPage={state.currentPage} onStateChange={setState} />;\n+<Pagination\n+ totalPages={25}\n+ currentPage={state.currentPage}\n+ onChange={currentPage => setState({ currentPage })}\n+/>... | TypeScript | Apache License 2.0 | zendeskgarden/react-components | feat(pagination): add onChange for pagination component (#143) | 1 | feat | pagination |
791,834 | 06.09.2018 11:20:53 | 25,200 | 6d823c0b712b3023edd61e494fef4565667f7a35 | core(errors): class rename and re-source page load errors | [
{
"change_type": "MODIFY",
"diff": "'use strict';\nconst Audit = require('./audit');\n-const LHError = require('../lib/errors');\n+const LHError = require('../lib/lh-error');\nclass FinalScreenshot extends Audit {\n/**\n",
"new_path": "lighthouse-core/audits/final-screenshot.js",
"old_path": "lighth... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(errors): class rename and re-source page load errors (#5972) | 1 | core | errors |
76,605 | 06.09.2018 12:25:37 | -7,200 | ee42b4c9d3f889f572ff6710d0ec5f278cbe4e80 | bug: Complete license in builtin tests | [
{
"change_type": "MODIFY",
"diff": "+/*\n+ * Copyright (c) AXA Shared Services Spain S.A.\n+ *\n+ * Permission is hereby granted, free of charge, to any person obtaining\n+ * a copy of this software and associated documentation files (the\n+ * \"Software\"), to deal in the Software without restriction, incl... | JavaScript | MIT License | axa-group/nlp.js | bug: Complete license in builtin tests | 1 | bug | null |
730,424 | 06.09.2018 12:46:05 | 14,400 | 04b477800c182832b2fe680fafc5d9e5607e420e | fix(r-m-media): clarify call storage, correctly remove all call data | [
{
"change_type": "MODIFY",
"diff": "@@ -34,98 +34,8 @@ Array [\n\"url\": \"https://locusUrl\",\n},\n\"off\": [MockFunction],\n- \"on\": [MockFunction] {\n- \"calls\": Array [\n- Array [\n- \"change:locus\",\n- [Function],\n- ],\n- Array [\n- \"change:state\",\n- [Function],\n- ],\n- Array [\n- \"change:send... | JavaScript | MIT License | webex/react-widgets | fix(r-m-media): clarify call storage, correctly remove all call data | 1 | fix | r-m-media |
730,424 | 06.09.2018 12:46:46 | 14,400 | 232e79055dd3e2ff33793173c3d59e86a13ff92c | fix(widget-message): reorder call state renderers | [
{
"change_type": "MODIFY",
"diff": "@@ -64,30 +64,6 @@ export class MeetWidget extends Component {\nconst {avatarId} = this.props.spaceDetails;\nif (displayName) {\n- // Is the call active?\n- if (isActive) {\n- const {\n- handleHangup\n- } = this.props;\n-\n- return (\n- <div className={classNames(styles.m... | JavaScript | MIT License | webex/react-widgets | fix(widget-message): reorder call state renderers | 1 | fix | widget-message |
730,424 | 06.09.2018 13:54:31 | 14,400 | c59f465376dac518c89aca5074d7e895d48ecb59 | fix(r-m-media): remove extraneous event listeners | [
{
"change_type": "MODIFY",
"diff": "@@ -102,10 +102,6 @@ Array [\n\"off\": [MockFunction],\n\"on\": [MockFunction] {\n\"calls\": Array [\n- Array [\n- \"change:locus\",\n- [Function],\n- ],\nArray [\n\"change:state\",\n[Function],\n@@ -328,10 +324,6 @@ Array [\n\"off\": [MockFunction],\n\"on\": [MockFunctio... | JavaScript | MIT License | webex/react-widgets | fix(r-m-media): remove extraneous event listeners | 1 | fix | r-m-media |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.