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
76,605
23.10.2018 23:18:21
-7,200
e6af0945a953aa84f4a8d4b9641b97757e9fb42d
fix: Fix guesser.
[ { "change_type": "MODIFY", "diff": "@@ -107,6 +107,9 @@ class NlpManager {\n* @returns {String} ISO2 locale of the language, or undefined if not found.\n*/\nguessLanguage(utterance) {\n+ if (this.languages.length === 1) {\n+ return this.languages[0];\n+ }\nconst guess = this.guesser.guess(utterance, this.la...
JavaScript
MIT License
axa-group/nlp.js
fix: Fix guesser. (#102)
1
fix
null
791,834
24.10.2018 12:10:55
25,200
06f5bd9fd599302a66674f8e8f4519faa514ea21
misc(eslint): enforce infix-op spacing
[ { "change_type": "MODIFY", "diff": "@@ -52,6 +52,7 @@ module.exports = {\nargsIgnorePattern: '(^reject$|^_$)',\nvarsIgnorePattern: '(^_$)',\n}],\n+ 'space-infix-ops': 2,\n'strict': [2, 'global'],\n'prefer-const': 2,\n'curly': [2, 'multi-line'],\n", "new_path": ".eslintrc.js", "old_path": ".eslintrc....
JavaScript
Apache License 2.0
googlechrome/lighthouse
misc(eslint): enforce infix-op spacing (#6382)
1
misc
eslint
791,704
24.10.2018 12:22:00
25,200
acfac44e9573c13c3bfd39e84af1b7561ccb2fae
report(dom-size): right-align the value column
[ { "change_type": "MODIFY", "diff": "@@ -104,7 +104,7 @@ class DOMSize extends Audit {\nconst headings = [\n{key: 'statistic', itemType: 'text', text: str_(UIStrings.columnStatistic)},\n{key: 'element', itemType: 'code', text: str_(UIStrings.columnElement)},\n- {key: 'value', itemType: 'text', text: str_(UIS...
JavaScript
Apache License 2.0
googlechrome/lighthouse
report(dom-size): right-align the value column (#6372)
1
report
dom-size
504,004
24.10.2018 14:35:25
14,400
94e956aa15fc02d26a2bd905df029b4558d5c5d0
fix(ExpandCollapse): Fix to export ALIGN_LEFT and ALIGN_CENTER constants Added the constants to ExpandCollapse rather than requiring applications to expressly import the constants file. Fixes the storybook display of the align type values to show the values rather than the constant.
[ { "change_type": "MODIFY", "diff": "@@ -5,7 +5,10 @@ import classNames from 'classnames';\nimport { Button } from '../Button';\nimport { Icon } from '../Icon';\n-import { ALIGN_LEFT, ALIGN_CENTER, ALIGN_TYPES } from './constants';\n+const ALIGN_LEFT = 'left';\n+const ALIGN_CENTER = 'center';\n+\n+const ALIG...
TypeScript
MIT License
patternfly/patternfly-react
fix(ExpandCollapse): Fix to export ALIGN_LEFT and ALIGN_CENTER constants (#826) Added the constants to ExpandCollapse rather than requiring applications to expressly import the constants file. Fixes the storybook display of the align type values to show the values rather than the constant.
1
fix
ExpandCollapse
679,913
24.10.2018 14:36:46
-3,600
a8c38987695287f5911749ede79a8c33c7a3f840
feat(defmulti): add support for dispatch value relationships / hierarchy
[ { "change_type": "MODIFY", "diff": "@@ -11,13 +11,9 @@ This project is part of the\nDynamically extensible [multiple\ndispatch](https://en.wikipedia.org/wiki/Multiple_dispatch) via user\n-supplied dispatch function, with minimal overhead. Provides generics for\n-type checking up to 8 args, but generally wor...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(defmulti): add support for dispatch value relationships / hierarchy
1
feat
defmulti
791,704
24.10.2018 14:38:02
25,200
55b96b21b5925d4ba99f22c504a931d78340fbfd
misc(logger): isVerbose(), getTimeEntries()
[ { "change_type": "MODIFY", "diff": "@@ -52,6 +52,7 @@ class Emitter extends EventEmitter {\nconst loggersByTitle = {};\nconst loggingBufferColumns = 25;\n+let level_;\nclass Log {\nstatic _logToStdErr(title, argsArray) {\n@@ -74,7 +75,11 @@ class Log {\nreturn log;\n}\n+ /**\n+ * @param {string} level\n+ */...
JavaScript
Apache License 2.0
googlechrome/lighthouse
misc(logger): isVerbose(), getTimeEntries() (#6383)
1
misc
logger
730,412
24.10.2018 14:41:27
0
290a9ce9b867c941131fc26017da5d6e3824e812
chore(package): update packages to 1.43.2
[ { "change_type": "MODIFY", "diff": "}\n},\n\"@ciscospark/common\": {\n- \"version\": \"1.42.5\",\n- \"resolved\": \"https://registry.npmjs.org/@ciscospark/common/-/common-1.42.5.tgz\",\n- \"integrity\": \"sha512-0evh5fshlJASSGjgo5FVSRw7Tkg7Fykk5fiI75dXOQC9B6fg6mFz1ja5R6+cO/S1atuh2FQEOUVNE68nUJT0jg==\",\n+ \...
JavaScript
MIT License
webex/react-widgets
chore(package): update @ciscospark packages to 1.43.2
1
chore
package
679,913
24.10.2018 14:50:17
-3,600
accda79071e105355314758db56cf1b27735af3c
fix(rstream-gestures): Publish (0.5.16 had publish error)
[ { "change_type": "MODIFY", "diff": "{\n\"name\": \"@thi.ng/rstream-gestures\",\n- \"version\": \"0.5.16\",\n+ \"version\": \"0.5.17\",\n\"description\": \"Unified mouse, mouse wheel & single-touch event stream abstraction\",\n\"main\": \"./index.js\",\n\"typings\": \"./index.d.ts\",\n],\n\"publishConfig\": ...
TypeScript
Apache License 2.0
thi-ng/umbrella
fix(rstream-gestures): Publish (0.5.16 had publish error)
1
fix
rstream-gestures
791,704
24.10.2018 15:13:45
25,200
9f15c6c9e32b8bcdb61ff0da1e98aa507b35e216
core: add timeout to all protocol commands
[ { "change_type": "MODIFY", "diff": "@@ -29,6 +29,8 @@ const DEFAULT_PAUSE_AFTER_LOAD = 0;\nconst DEFAULT_NETWORK_QUIET_THRESHOLD = 5000;\n// Controls how long to wait between longtasks before determining the CPU is idle, off by default\nconst DEFAULT_CPU_QUIET_THRESHOLD = 0;\n+// Controls how long to wait f...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core: add timeout to all protocol commands (#6347)
1
core
null
791,723
24.10.2018 15:14:22
25,200
d1c9bb8cdc11f7c7a87e02e3bd19456b5ddb5022
misc(yarn): update lockfile for micromatch
[ { "change_type": "MODIFY", "diff": "@@ -5948,7 +5948,7 @@ micromatch@^2.3.11, micromatch@^2.3.7:\nparse-glob \"^3.0.4\"\nregex-cache \"^0.4.2\"\n-micromatch@^3.1.4, micromatch@^3.1.8:\n+micromatch@^3.1.10, micromatch@^3.1.4, micromatch@^3.1.8:\nversion \"3.1.10\"\nresolved \"https://registry.yarnpkg.com/mic...
JavaScript
Apache License 2.0
googlechrome/lighthouse
misc(yarn): update lockfile for micromatch (#6384)
1
misc
yarn
791,690
24.10.2018 15:33:24
18,000
e3949e228b791f72efe167897f8b2d12c0014498
misc: lantern script path resolution fix
[ { "change_type": "MODIFY", "diff": "@@ -15,9 +15,9 @@ const traceSaver = require('../../../lighthouse-core/lib/lantern-trace-saver');\nif (process.argv.length !== 4) throw new Error('Usage $0 <trace file> <devtools file>');\nasync function run() {\n- const tracePath = require.resolve(process.argv[2]);\n+ co...
JavaScript
Apache License 2.0
googlechrome/lighthouse
misc: lantern script path resolution fix (#6380)
1
misc
null
217,922
24.10.2018 16:13:38
-7,200
b1b70123cbf7f272fe44053dcb9d82b3cc43e297
feat: layout import
[ { "change_type": "MODIFY", "diff": "@@ -9,10 +9,11 @@ import { LayoutOrderService } from '../layout-order.service';\nimport { List } from '../../../modules/list/model/list';\nimport { Observable } from 'rxjs';\nimport { LayoutRowDisplay } from '../layout-row-display';\n-import { filter, map, tap } from 'rxj...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat: layout import
1
feat
null
503,922
24.10.2018 19:45:15
-7,200
b8ce0c97adc0ea0652b9cf1ac83dc3020b778141
feat(Labeled progress): allow consumers to pass additional label for progressbar
[ { "change_type": "MODIFY", "diff": "@@ -11,6 +11,7 @@ import ProgressSuccess from './examples/ProgressSuccess';\nimport ProgressWithoutMeasure from './examples/ProgressWithoutMeasure';\nimport SmallProgress from './examples/SmallProgress';\nimport ProgressWithDynamicDescription from './examples/ProgressWith...
TypeScript
MIT License
patternfly/patternfly-react
feat(Labeled progress): allow consumers to pass additional label for progressbar (#822)
1
feat
Labeled progress
791,704
24.10.2018 19:45:32
25,200
af7af071b036a67a6146e2abb75e0dbd23e467c4
core: don't load blank page twice in first pass
[ { "change_type": "MODIFY", "diff": "@@ -316,6 +316,7 @@ describe('GatherRunner', function() {\ndismissJavaScriptDialogs: asyncFunc,\nenableRuntimeEvents: asyncFunc,\ncacheNatives: asyncFunc,\n+ gotoURL: asyncFunc,\nregisterPerformanceObserver: asyncFunc,\ncleanBrowserCaches: createCheck('calledCleanBrowserC...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core: don't load blank page twice in first pass (#6369)
1
core
null
217,922
24.10.2018 20:19:18
-7,200
ac8fd9b6717452de91a8a5012afcbccb95afdc5a
feat: ability to check an item as "working on it"
[ { "change_type": "ADD", "diff": "+import { Injectable } from '@angular/core';\n+import { UserService } from '../database/user.service';\n+import { Character, XivapiService } from '@xivapi/angular-client';\n+import { Observable } from 'rxjs';\n+import { filter, map, shareReplay, switchMap } from 'rxjs/operat...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat: ability to check an item as "working on it" #576
1
feat
null
217,922
24.10.2018 21:46:37
-7,200
eecd85a46bb0a41896d5e615368f05d3aa543851
chore: removed the pin feature for now
[ { "change_type": "MODIFY", "diff": "<li class=\"clock ant-menu-item\" fxShow fxHide.lt-sm>\n{{time$ | async}}\n</li>\n- <li class=\"ant-menu-item\" nz-popover nzPlacement=\"bottom\" [nzContent]=\"pins\">\n- <i class=\"anticon anticon-pushpin-o\"></i>\n- </li>\n<li class=\"ant-menu-item\" nz-popover nzPlacem...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: removed the pin feature for now
1
chore
null
217,922
24.10.2018 22:36:58
-7,200
43affd3b70140c677f3df8fc563d9ce5f9dbb7d0
feat: item relationships (requires/requiredBy) dialog box
[ { "change_type": "ADD", "diff": "+<div *ngIf=\"requires$ | async as requires\">\n+<nz-list [nzDataSource]=\"requires\"\n+ *ngIf=\"requires.length > 0\"\n+ [nzHeader]=\"'Requires' | translate\"\n+ [nzRenderItem]=\"requirement\">\n+ <ng-template #requirement let-req>\n+ <nz-list-item class=\"item-row\" [class...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat: item relationships (requires/requiredBy) dialog box
1
feat
null
67,476
25.10.2018 02:20:38
-7,200
c977f560c4d3e5c22ab66001e1bdc69324f55323
chore(di): fix get() and getAll() return types on IServiceLocator interface
[ { "change_type": "MODIFY", "diff": "@@ -7,7 +7,7 @@ export type ResolveCallback<T = any> = (handler?: IContainer, requestor?: IConta\nexport type Key<T> = InterfaceSymbol<T> | Primitive | IIndexable | Function;\n-export type InterfaceSymbol<T> = (target: Injectable, property: string, index: number) => any;\...
TypeScript
MIT License
aurelia/aurelia
chore(di): fix get() and getAll() return types on IServiceLocator interface
1
chore
di
67,476
25.10.2018 03:21:39
-7,200
d528d3cb20db30ec50d787590d167b3425470733
chore(di): further improve get/getAll return type precision
[ { "change_type": "MODIFY", "diff": "@@ -32,14 +32,16 @@ export interface IFactory<T = any> {\nexport interface IServiceLocator {\nhas(key: any, searchAncestors: boolean): boolean;\n- get<K>(key: Constructable<unknown> | Key<unknown> | K):\n+ get<K>(key: Constructable<unknown> | Key<unknown> | IResolver<unkn...
TypeScript
MIT License
aurelia/aurelia
chore(di): further improve get/getAll return type precision
1
chore
di
67,476
25.10.2018 03:22:25
-7,200
08e104a39a7bafeeebcf4be3961b7ee8e4f31716
chore(runtime): fix two typing errors from changing DI interface
[ { "change_type": "MODIFY", "diff": "@@ -215,7 +215,7 @@ export class Renderer implements IRenderer {\npublic [TargetedInstructionType.renderStrategy](renderable: IRenderable, target: any, instruction: Immutable<IRenderStrategyInstruction>): void {\nconst strategyName = instruction.name;\nif (this[strategyNa...
TypeScript
MIT License
aurelia/aurelia
chore(runtime): fix two typing errors from changing DI interface
1
chore
runtime
67,476
25.10.2018 07:14:37
-7,200
a3264627aa3af249569ff4402a9588254e397f65
chore(tests): add a simple flat test generator utility
[ { "change_type": "MODIFY", "diff": "\"publish:local\": \"lerna run publish:local --parallel\",\n\"publish:dev\": \"ts-node -P scripts/tsconfig.json scripts/publish.ts dev\",\n\"publish:latest\": \"ts-node -P scripts/tsconfig.json scripts/publish.ts latest\",\n- \"refresh\": \"lerna clean -y && nodetouch ens...
TypeScript
MIT License
aurelia/aurelia
chore(tests): add a simple flat test generator utility
1
chore
tests
67,476
25.10.2018 07:15:50
-7,200
46f1d5f34c0701709508ffbde5c6162954ed264b
fix(runtime): correctly remove root element children on stopTask Also make Aurelia a bit easier to debug by splitting out one liners
[ { "change_type": "MODIFY", "diff": "@@ -29,37 +29,43 @@ export class Aurelia {\npublic app(config: ISinglePageApp): this {\nconst component: ICustomElement = config.component;\n+ const host = config.host;\nconst startTask = () => {\n+ host.$au = this;\nif (!this.components.includes(component)) {\nthis._root...
TypeScript
MIT License
aurelia/aurelia
fix(runtime): correctly remove root element children on stopTask Also make Aurelia a bit easier to debug by splitting out one liners
1
fix
runtime
67,476
25.10.2018 08:19:28
-7,200
de2aabc6284b6c04e9c2c5f3f7dbcda9d7d0fff9
chore(generated-test): rename
[ { "change_type": "MODIFY", "diff": "\"publish:dev\": \"ts-node -P scripts/tsconfig.json scripts/publish.ts dev\",\n\"publish:latest\": \"ts-node -P scripts/tsconfig.json scripts/publish.ts latest\",\n\"refresh\": \"lerna clean -y && nodetouch ensurestash && git add . && git stash && git clean -xfd && git st...
TypeScript
MIT License
aurelia/aurelia
chore(generated-test): rename
1
chore
generated-test
807,849
25.10.2018 10:34:36
25,200
6602d7051b47b99f10980bb864eeaad3d90b804a
test: Use correct sort return values for Node v11 compat
[ { "change_type": "MODIFY", "diff": "@@ -51,7 +51,19 @@ const symlinkedDirectories = testDir =>\ncreateSymlink.mock.calls\n.slice()\n// ensure sort is always consistent, despite promise variability\n- .sort((a, b) => (b[0] === a[0] ? b[1] < a[1] : b[0] < a[0]))\n+ .sort((a, b) => {\n+ // two-dimensional path...
JavaScript
MIT License
lerna/lerna
test: Use correct sort return values for Node v11 compat
1
test
null
807,849
25.10.2018 10:35:18
25,200
29e27c1411d485502562c46ddd6dc94d9c96bcc2
test(link): Inline snapshots
[ { "change_type": "DELETE", "diff": "-// Jest Snapshot v1, https://goo.gl/fbAQLP\n-\n-exports[`LinkCommand with --force-local should force symlink of all packages 1`] = `\n-Array [\n- Object {\n- \"_src\": \"packages/package-1\",\n- \"dest\": \"packages/package-2/node_modules/@test/package-1\",\n- \"type\": ...
JavaScript
MIT License
lerna/lerna
test(link): Inline snapshots
1
test
link
807,849
25.10.2018 11:09:05
25,200
8c0a0c22b0b1f1b087952b237b79a1f3999a5c68
build: Move loglevel config to before_script
[ { "change_type": "MODIFY", "diff": "@@ -25,12 +25,12 @@ matrix:\ncache: npm\nbefore_install:\n- - npm config set loglevel warn\n# - set PATH=%APPDATA%\\npm;\"C:\\Program Files\\Git\\mingw64\\bin\";%PATH%\ninstall: npm ci\nbefore_script:\n+ - npm config set loglevel warn\n- git config --global user.email tes...
JavaScript
MIT License
lerna/lerna
build: Move loglevel config to before_script
1
build
null
807,849
25.10.2018 11:09:53
25,200
fcff77ee07d265ac37da05a4f2129fc5219f9dcb
build: Install latest npm only if it is outdated
[ { "change_type": "MODIFY", "diff": "@@ -25,6 +25,7 @@ matrix:\ncache: npm\nbefore_install:\n+ - if [[ \"$(npm -v)\" != \"$(npm v npm dist-tags.latest)\" ]]; then npm i -g npm@latest; fi\n# - set PATH=%APPDATA%\\npm;\"C:\\Program Files\\Git\\mingw64\\bin\";%PATH%\ninstall: npm ci\n", "new_path": ".travis...
JavaScript
MIT License
lerna/lerna
build: Install latest npm only if it is outdated
1
build
null
807,849
25.10.2018 11:12:10
25,200
8d20c3943ea9b8f1f9fc33875698845471be352f
build: Add Node 11 to matrix
[ { "change_type": "MODIFY", "diff": "@@ -7,6 +7,7 @@ git:\nlanguage: node_js\nnode_js:\n+ - \"11\"\n- \"10\"\n- \"8\"\n@@ -23,6 +24,8 @@ matrix:\nfast_finish: true\nexclude:\n# only run windows CI on LTS (v10)\n+ - node_js: \"11\"\n+ os: windows\n- node_js: \"8\"\nos: windows\n", "new_path": ".travis.yml...
JavaScript
MIT License
lerna/lerna
build: Add Node 11 to matrix
1
build
null
730,429
25.10.2018 11:45:09
14,400
eda270ed6473b5dae6935a6495e329cca892d0cd
chore(Jenkinsfile): update public path for demo
[ { "change_type": "MODIFY", "diff": "@@ -210,7 +210,7 @@ ansiColor('xterm') {\nBUILD_PUBLIC_PATH=\"https://code.s4d.io/widget-recents/archives/${version}/\" npm run build:package widget-recents\nBUILD_PUBLIC_PATH=\"https://code.s4d.io/widget-recents/archives/${version}/\" npm run build sri widget-recents\nBU...
JavaScript
MIT License
webex/react-widgets
chore(Jenkinsfile): update public path for demo
1
chore
Jenkinsfile
679,913
25.10.2018 11:53:59
-3,600
fde2db215d23f66502b6bf778eea3964c885d672
feat(defmulti): add callable() & implementations(), update readme
[ { "change_type": "MODIFY", "diff": "@@ -28,7 +28,7 @@ yarn add @thi.ng/defmulti\n## API\n-### defmulti\n+### defmulti()\n`defmulti` returns a new multi-dispatch function using the provided\ndispatcher function. The dispatcher acts as a mapping function, can take\n@@ -43,9 +43,17 @@ return type) and the gene...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(defmulti): add callable() & implementations(), update readme
1
feat
defmulti
679,913
25.10.2018 13:38:31
-3,600
505ca49c7f60e639f16ca35161521f2eee2bfcf4
feat(vectors): add vec2n/vec3n(), copy() methods, update deps
[ { "change_type": "MODIFY", "diff": "},\n\"dependencies\": {\n\"@thi.ng/api\": \"^4.2.3\",\n- \"@thi.ng/malloc\": \"^0.1.0\",\n+ \"@thi.ng/malloc\": \"^0.1.1\",\n\"@thi.ng/math\": \"^0.2.0\"\n},\n\"keywords\": [\n", "new_path": "packages/vectors2/package.json", "old_path": "packages/vectors2/package....
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(vectors): add vec2n/vec3n(), copy() methods, update deps
1
feat
vectors
679,913
25.10.2018 13:42:02
-3,600
252f66db2e75098ef9eeb56032faf2542735b263
feat(geom): re-add more classes & methods, add svg conversions
[ { "change_type": "MODIFY", "diff": "},\n\"dependencies\": {\n\"@thi.ng/api\": \"^4.2.3\",\n- \"@thi.ng/defmulti\": \"^0.4.1\",\n- \"@thi.ng/malloc\": \"^0.1.0\",\n+ \"@thi.ng/checks\": \"^1.5.13\",\n+ \"@thi.ng/defmulti\": \"^0.5.0\",\n+ \"@thi.ng/hiccup\": \"^2.4.3\",\n+ \"@thi.ng/hiccup-svg\": \"^2.0.4\",...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(geom): re-add more classes & methods, add svg conversions
1
feat
geom
791,723
25.10.2018 14:23:15
25,200
37a7db74e54625a0871cf45f889afb4eeee3e3a4
core(driver): save performance.now() to avoid conflict
[ { "change_type": "MODIFY", "diff": "Object.defineProperty(document.getElementById(\"5934b\"), 'matches', {\nvalue: \"blahblah\"\n});\n-\n// Ensure gatherers still work when the prototype is messed with\nHTMLElement.prototype.matches = { value: \"blahblah\" };\n+\n+\n+ // Ensure long-task collection still wo...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(driver): save performance.now() to avoid conflict (#6387)
1
core
driver
503,922
25.10.2018 15:10:03
-7,200
1c8a6c348d0ad3b227076716854f0a013ceb18f1
docs(custom-icon): describe how to add custom icons
[ { "change_type": "MODIFY", "diff": "@@ -16,3 +16,13 @@ For a list of the available icons please refer to the [PatternFly React Docs](ht\n## Adding Icons\nIcons for this package are generated from the `@fortawesome/free-solid-svg-icons` package. To add more to what is generated, modify the [icons.js](./build...
TypeScript
MIT License
patternfly/patternfly-react
docs(custom-icon): describe how to add custom icons (#731)
1
docs
custom-icon
730,412
25.10.2018 15:59:46
0
93c9b9f8c77b1b31ea6871df04ae9516b1ec7340
chore(release): 0.1.378
[ { "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.378\"></a>\n+## [0.1.378](https://github.com/webex/react-ciscospark/compare/v0.1....
JavaScript
MIT License
webex/react-widgets
chore(release): 0.1.378
1
chore
release
791,760
25.10.2018 16:11:50
25,200
8abe5455fd3b9f0d3d820497ccaf5c2869c0db61
core(audits): clarify diff between load-fast-enough-for-pwa's TTI and perf TTI
[ { "change_type": "MODIFY", "diff": "@@ -16,6 +16,9 @@ const Audit = require('./audit');\nconst mobileThrottling = require('../config/constants').throttling.mobileSlow4G;\nconst Interactive = require('../gather/computed/metrics/interactive.js');\n+const displayValueText = `Interactive at %d\\xa0s`;\n+const d...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(audits): clarify diff between load-fast-enough-for-pwa's TTI and perf TTI (#6286)
1
core
audits
791,723
25.10.2018 16:22:43
25,200
5a14deb5c4e0ec4e8e58f50ff72b53851b021bcf
docs: add primer on viewing the timing data
[ { "change_type": "MODIFY", "diff": "A few assorted scripts and tips to make hacking on Lighthouse a bit easier\n+## Evaluate Lighthouse's runtime performance\n+\n+Lighthouse has instrumentation to collect timing data for its operations. The data is exposed at `LHR.timing.entries`. You can generate a trace f...
JavaScript
Apache License 2.0
googlechrome/lighthouse
docs: add primer on viewing the timing data (#6393)
1
docs
null
791,704
25.10.2018 16:24:04
25,200
ff3ccde51f95bb7c58ce5ec4207039eb41181ac0
core: refactor finding of trace start
[ { "change_type": "MODIFY", "diff": "@@ -82,10 +82,10 @@ class TraceOfTab {\n});\n// Find the inspected frame\n- const {startedInPageEvt, frameId} = TracingProcessor.findTracingStartedEvt(keyEvents);\n+ const mainFrameIds = TracingProcessor.findMainFrameIds(keyEvents);\n// Filter to just events matching the ...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core: refactor finding of trace start (#6370)
1
core
null
815,745
25.10.2018 19:13:11
-10,800
5f4d83362e9c42c9fe78f2e8a3ac084a7c93301a
fix: use autocomplete off when labelForId is used closes
[ { "change_type": "MODIFY", "diff": "<div class=\"ng-input\">\n<input #filterInput\ntype=\"text\"\n- autocomplete=\"{{dropdownId}}\"\n+ [attr.autocomplete]=\"labelForId ? 'off' : dropdownId\"\n[attr.id]=\"labelForId\"\n[attr.tabindex]=\"tabIndex\"\n[readOnly]=\"!searchable\"\n", "new_path": "src/ng-selec...
TypeScript
MIT License
ng-select/ng-select
fix: use autocomplete off when labelForId is used closes #269
1
fix
null
815,745
25.10.2018 19:23:21
-10,800
affcb276308ad1c66937ac84990dfc7550c71009
chore(release): 2.11.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=\"2.11.2\"></a>\n+## [2.11.2](https://github.com/ng-select/ng-select/compare/v2.11.1......
TypeScript
MIT License
ng-select/ng-select
chore(release): 2.11.2
1
chore
release
217,922
25.10.2018 19:28:48
-7,200
df4cb4528fd09660023b873487e0ac50e287df17
feat: support for hide completed/used rows in layouts system
[ { "change_type": "MODIFY", "diff": "@@ -48,7 +48,13 @@ export class LayoutsFacade {\n.map(row => {\nconst result: FilterResult = row.filter.filter(unfilteredRows);\nunfilteredRows = result.rejected;\n- const orderedAccepted = this.layoutOrder.order(result.accepted, row.orderBy, row.order);\n+ let orderedAcc...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat: support for hide completed/used rows in layouts system #576
1
feat
null
503,918
26.10.2018 04:35:40
-10,800
4011d862702404953b7835702c8c4edcd0bbda81
fix(Select/TextInput): fix components typescript interfaces
[ { "change_type": "MODIFY", "diff": "@@ -6,9 +6,9 @@ export interface SelectProps extends Omit<HTMLProps<HTMLInputElement>, 'onChange\nvalue?: any;\nisValid?: boolean;\nisDisabled?: boolean;\n- onBlur(event: React.FormEvent<HTMLSelectElement>): void;\n- onFocus(event: React.FormEvent<HTMLSelectElement>): voi...
TypeScript
MIT License
patternfly/patternfly-react
fix(Select/TextInput): fix components typescript interfaces (#833) Signed-off-by: Boaz Shuster <boaz.shuster.github@gmail.com>
1
fix
Select/TextInput
504,026
26.10.2018 07:58:13
14,400
dcc42d2bd03c1012f5a0d1cd8bf2b12c353d8b39
BackgroundImage: Add missing fragment identifier to example * fix(background-image): Add missing fragment identifier to the example's filter image Fixes * fix(background-image): Added example comment about including the fragment identifier
[ { "change_type": "MODIFY", "diff": "import React from 'react';\nimport { BackgroundImage, BackgroundImageSrc } from '@patternfly/react-core';\n+/**\n+ * Note: When using background-filter.svg, you must also include #image_overlay as the fragment identifier\n+ */\nconst images = {\n[BackgroundImageSrc.lg]: '...
TypeScript
MIT License
patternfly/patternfly-react
BackgroundImage: Add missing fragment identifier to example (#824) * fix(background-image): Add missing fragment identifier to the example's filter image Fixes https://github.com/patternfly/patternfly-react/issues/820 * fix(background-image): Added example comment about including the fragment identifier
1
backgroundimage
null
71,101
26.10.2018 11:46:21
-7,200
5a6ad3ce168e1cfbfe8c1be9d9d01bd585a24860
chore: Make build.sh bail by default Accept a --no-bail argument if you want to run the whole thing without bailing out early on a failure.
[ { "change_type": "MODIFY", "diff": "#!/bin/bash\nset -euo pipefail\n-bail=\"--no-bail\"\n+bail=\"--bail\"\nwhile [[ \"${1:-}\" != \"\" ]]; do\ncase $1 in\n-h|--help)\n- echo \"Usage: build.sh [--bail|-b] [--force|-f]\"\n+ echo \"Usage: build.sh [--no-bail] [--force|-f]\"\nexit 1\n;;\n- -b|--bail)\n- bail=\"...
TypeScript
Apache License 2.0
aws/aws-cdk
chore: Make build.sh bail by default (#1018) Accept a --no-bail argument if you want to run the whole thing without bailing out early on a failure.
1
chore
null
791,834
26.10.2018 11:54:25
25,200
7114406e8bbbef17175c7b2b81f447b198a59dac
core(config): add new PWA category groups
[ { "change_type": "DELETE", "diff": "-/**\n- * @license Copyright 2016 Google Inc. All Rights Reserved.\n- * Licensed under the Apache License, Version 2.0 (the \"License\"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/license...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(config): add new PWA category groups (#6396)
1
core
config
730,429
26.10.2018 12:14:03
14,400
c56ae9ac74d2ad3dcdb5ddf4ca652b18c8fe7e73
chore(webpack): add support for integration env vars
[ { "change_type": "MODIFY", "diff": "@@ -17,7 +17,10 @@ export default (options, env) => {\n'NODE_ENV',\n'MESSAGE_DEMO_CLIENT_ID',\n'MESSAGE_DEMO_CLIENT_SECRET',\n- 'REACT_CISCOSPARK_VERSION'\n+ 'REACT_CISCOSPARK_VERSION',\n+ 'WDM_SERVICE_URL',\n+ 'IDBROKER_BASE_URL',\n+ 'CONVERSATION_SERVICE'\n]),\nnew Extr...
JavaScript
MIT License
webex/react-widgets
chore(webpack): add support for integration env vars
1
chore
webpack
791,834
26.10.2018 14:55:30
25,200
77c85ebfdf3f51a19b0a092d8a3cb3bd948e3f2c
misc: simplify proto npm scripts
[ { "change_type": "MODIFY", "diff": "\"i18n:checks\": \"./lighthouse-core/scripts/i18n/assert-strings-collected.sh\",\n\"i18n:collect-strings\": \"node lighthouse-core/scripts/i18n/collect-strings.js\",\n\"update:sample-artifacts\": \"node lighthouse-core/scripts/update-report-fixtures.js -G\",\n- \"update:s...
JavaScript
Apache License 2.0
googlechrome/lighthouse
misc: simplify proto npm scripts (#6406)
1
misc
null
679,913
26.10.2018 15:00:33
-3,600
125c784ffd1dd957ef80407ccc046c2ea39ca626
feat(defmulti): add versions w/ 1 optional typed arg, add .impls()
[ { "change_type": "MODIFY", "diff": "@@ -51,6 +51,7 @@ The function returned by `defmulti` can be called like any other function, but a\nmulti-function, but only checks if an implementation exists for the\ngiven args. Returns boolean.\n- `.isa(child, parent)` - establish dispatch value relationship hierarchy...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(defmulti): add versions w/ 1 optional typed arg, add .impls()
1
feat
defmulti
217,922
26.10.2018 16:05:14
-7,200
8f94d5ca48e01006d9683f22abc08b5b7a5d4360
style: updated icon for rotations page in sidenav
[ { "change_type": "MODIFY", "diff": "</a>\n<a nz-menu-item class=\"menu-link\" routerLinkActive=\"ant-menu-item-selected\">\n<span>\n- <i nz-icon type=\"api\"></i>\n+ <i nz-icon type=\"build\"></i>\n<span class=\"nav-text\">{{'SIMULATOR.Rotations' | translate}}</span>\n</span>\n</a>\n", "new_path": "apps...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
style: updated icon for rotations page in sidenav
1
style
null
217,922
26.10.2018 16:10:20
-7,200
3602e9975151b287c2ccbe819b2c76ca3a5abbd1
feat: optimized compact lists even more by removing useless finalItems details
[ { "change_type": "MODIFY", "diff": "@@ -5,18 +5,20 @@ const admin = require('firebase-admin');\nadmin.initializeApp(functions.config().firebase);\nconst firestore = admin.firestore();\n-\n-function objectWithoutProperties(obj, keys) {\n- let target = {};\n- for (let i in obj) {\n- if (keys.indexOf(i) >= 0) ...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat: optimized compact lists even more by removing useless finalItems details
1
feat
null
217,922
26.10.2018 16:31:21
-7,200
0bc21eab860cf8777774105d4c7969e32db0c4ad
feat: ability to mark a list as community list
[ { "change_type": "MODIFY", "diff": "<nz-tag *ngIf=\"_list.ephemeral\" [nzColor]=\"'volcano'\" nz-tooltip [nzTitle]=\"'Ephemeral_list' | translate\">\n{{'Ephemeral_tag' | translate}}\n</nz-tag>\n+ <nz-tag *ngIf=\"_list.public\" [nzColor]=\"'cyan'\" nz-tooltip [nzTitle]=\"'LIST_DETAILS.HELP.Public_list' | tra...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat: ability to mark a list as community list #576
1
feat
null
679,913
26.10.2018 16:55:04
-3,600
51c4a49fe6de2ccb212c5c751343e611910b44b6
feat(vectors): add/update types, multi-methods, minor optimizations
[ { "change_type": "MODIFY", "diff": "@@ -4,6 +4,7 @@ import {\nIEqualsDelta,\nILength\n} from \"@thi.ng/api\";\n+import { implementsFunction } from \"@thi.ng/checks/implements-function\";\nimport { atan2Abs } from \"@thi.ng/math/angle\";\nimport { EPS } from \"@thi.ng/math/api\";\nimport { repeatedly } from ...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(vectors): add/update types, multi-methods, minor optimizations
1
feat
vectors
791,704
26.10.2018 17:15:58
25,200
36ba984589de39372cb9caf15d8fc31198c04dce
core: increase Page.navigate timeout
[ { "change_type": "MODIFY", "diff": "@@ -840,6 +840,7 @@ class Driver {\n// happen _after_ onload: https://crbug.com/768961\nthis.sendCommand('Page.enable');\nthis.sendCommand('Emulation.setScriptExecutionDisabled', {value: disableJS});\n+ this.setNextProtocolTimeout(30 * 1000);\nthis.sendCommand('Page.navig...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core: increase Page.navigate timeout (#6412)
1
core
null
504,022
26.10.2018 18:08:31
-7,200
b8bc4b1bbac840712f7f69eb92e5e987ba40a149
refactor: Use the same mechanism for autogenerated component id To make the code more consistent, I added a method getUniqueId that is used by all components that need a unique id. I put this id recovery in the defaultProps object. Add also some tests for util file.
[ { "change_type": "MODIFY", "diff": "@@ -6,6 +6,7 @@ import PropTypes from 'prop-types';\nimport NavToggle from './NavToggle';\nimport { AngleRightIcon } from '@patternfly/react-icons';\nimport { NavContext } from './Nav';\n+import { getUniqueId } from '../../internal/util';\nconst propTypes = {\n/** Title s...
TypeScript
MIT License
patternfly/patternfly-react
refactor: Use the same mechanism for autogenerated component id (#830) To make the code more consistent, I added a method getUniqueId that is used by all components that need a unique id. I put this id recovery in the defaultProps object. Add also some tests for util file.
1
refactor
null
730,412
26.10.2018 18:49:44
0
383a844338cfd11ab549c922ac5f9a6cf3f5fff5
chore(release): 0.1.379
[ { "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.379\"></a>\n+## [0.1.379](https://github.com/webex/react-ciscospark/compare/v0.1....
JavaScript
MIT License
webex/react-widgets
chore(release): 0.1.379
1
chore
release
71,328
26.10.2018 20:44:26
-39,600
bdf1719ce61eb94512c7c3247c185bfee0a47cab
chore: fix typo in docs Fixed a typo on the 4th bullet point under General Design Priciples
[ { "change_type": "MODIFY", "diff": "@@ -43,7 +43,7 @@ General Design Priciples\n**dnsSupport**, only throw an error if the user has *explicitly* disabled DNS\nSupport, but tried to enable DNS Hostnames. A user expects things to just\nwork. If their intention is clear, we should do the right thing.\n-* Make ...
TypeScript
Apache License 2.0
aws/aws-cdk
chore: fix typo in docs (#1017) Fixed a typo on the 4th bullet point under General Design Priciples
1
chore
null
71,328
26.10.2018 22:29:15
-39,600
8c91766d038f8d4cec8f20f201514c381b4c4064
chore: add .NET example for step functions Added a c# version for the first example.
[ { "change_type": "MODIFY", "diff": "@@ -5,6 +5,8 @@ serverless workflows. Using objects. Defining a workflow looks like this\n(for the [Step Functions Job Poller\nexample](https://docs.aws.amazon.com/step-functions/latest/dg/job-status-poller-sample.html)):\n+### TypeScript example\n+\n```ts\nconst submitLa...
TypeScript
Apache License 2.0
aws/aws-cdk
chore: add .NET example for step functions (#1019) Added a c# version for the first example.
1
chore
null
67,476
27.10.2018 02:30:47
-7,200
43005e701949c04f8babd71fe4e66c0e829539f5
fix(dom): ensure renderLocation keeps the correct parent and is removed with the rest of the fragment nodes
[ { "change_type": "MODIFY", "diff": "@@ -3,7 +3,7 @@ import { DI } from \"../../../kernel/src/index\";\nimport { CustomElementResource, DOM, Aurelia } from \"../../../runtime/src/index\";\nimport { BasicConfiguration } from \"../../src/index\";\n-describe.only(\"template-compiler.generated\", function templa...
TypeScript
MIT License
aurelia/aurelia
fix(dom): ensure renderLocation keeps the correct parent and is removed with the rest of the fragment nodes
1
fix
dom
67,476
27.10.2018 03:46:21
-7,200
8fbe26b1d99fff72efe8747c16e30f122eec477d
fix(dom): ensure the correct nodes are removed on unmounting containerless views
[ { "change_type": "MODIFY", "diff": "@@ -7,7 +7,7 @@ export const COMMENT_NODE = 8;\nexport const DOCUMENT_FRAGMENT_NODE = 11;\nfunction isRenderLocation(node: INode): node is IRenderLocation {\n- return node.textContent === 'au-loc';\n+ return node.textContent === 'au-end';\n}\nexport interface INodeLike {\...
TypeScript
MIT License
aurelia/aurelia
fix(dom): ensure the correct nodes are removed on unmounting containerless views
1
fix
dom
67,476
27.10.2018 03:50:31
-7,200
c5c8865339dea8db73a55df57852f17510eed0f8
perf(dom): only remove root nodes
[ { "change_type": "MODIFY", "diff": "@@ -571,10 +571,7 @@ export class DetachLifecycleController implements IDetachLifecycle, IDetachLifec\nif (this.allowUnmount) {\nthis.unmountTail.$nextUnmount = requestor;\nthis.unmountTail = requestor;\n- // Note: this comment is just a temporary measure while we get som...
TypeScript
MIT License
aurelia/aurelia
perf(dom): only remove root nodes
1
perf
dom
679,913
27.10.2018 14:20:24
-3,600
a070016c416e1242b4bd7e4b8324c47a6e5894f8
feat(vectors): add VecPool skeleton, add more types, export codegen fns
[ { "change_type": "MODIFY", "diff": "@@ -27,6 +27,8 @@ export type VecOpNewVN<T> = (a: ReadonlyVec, n: number, o?: T) => T;\nexport type VecOpNewVV<T> = (a: ReadonlyVec, b: ReadonlyVec, o?: T) => T;\nexport type VecOpNewVVN<T> = (a: ReadonlyVec, b: ReadonlyVec, n: number, o?: T) => T;\nexport type VecOpNewVV...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(vectors): add VecPool skeleton, add more types, export codegen fns
1
feat
vectors
679,913
27.10.2018 14:24:54
-3,600
c5b0f2f599d33aac9e71d05bca53d0d9044dba27
feat(malloc): add MemPoolOpts, fix top block alloc, update tests, readme
[ { "change_type": "MODIFY", "diff": "@@ -33,7 +33,10 @@ This project is part of the\nTypeScript port of\n[thi.ng/tinyalloc](https://github.com/thi-ng/tinyalloc), for raw or\n-typed array memory pooling and/or hybrid JS/WASM use cases etc.\n+typed array memory pooling and/or hybrid JS/WASM use cases etc. Supp...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(malloc): add MemPoolOpts, fix top block alloc, update tests, readme
1
feat
malloc
471,527
27.10.2018 16:15:26
-7,200
0bd9d11c27bb92fda4b86e5459bd973f639636f0
fix(generator-open-wc): simpler default stories with static tags
[ { "change_type": "MODIFY", "diff": "@@ -3,13 +3,12 @@ import {\nhtml,\n} from '@open-wc/storybook';\n-import { opts } from './index.stories.options.js';\nimport '../<%= tagName %>.js';\n-storiesOf(`${opts.header}`, module)\n+storiesOf(`<%= tagName %>`, module)\n.add('default', () => html`\n- <${opts.tag}>us...
JavaScript
MIT License
open-wc/open-wc
fix(generator-open-wc): simpler default stories with static tags
1
fix
generator-open-wc
471,527
27.10.2018 16:17:50
-7,200
b5a3d092a64aa5e83b239be82fa305b5e5a47984
fix(storybook): no need to use dynamic tags
[ { "change_type": "MODIFY", "diff": "-import { html as litHtml } from 'lit-html';\n+export { html } from 'lit-html';\nexport { storiesOf, addParameters } from '@storybook/polymer';\nexport { action } from '@storybook/addon-actions';\n@@ -18,59 +18,3 @@ export { document } from 'global';\n// array,\n// boolea...
JavaScript
MIT License
open-wc/open-wc
fix(storybook): no need to use dynamic tags
1
fix
storybook
217,922
27.10.2018 16:28:58
-7,200
ab0ed2aeda6b425458f2b7ec4b96518f6c1c8247
feat: more details for crystals !
[ { "change_type": "MODIFY", "diff": "@@ -5,6 +5,8 @@ import { JobCategory } from '../../model/garland-tools/job-category';\nimport { Venture } from '../../model/garland-tools/venture';\nimport { NgSerializerService } from '@kaiu/ng-serializer';\nimport { HttpClient } from '@angular/common/http';\n+import { I...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat: more details for crystals ! #576
1
feat
null
217,922
27.10.2018 16:45:33
-7,200
a886bd2d008d086e9aff10fabbd7300a54acc6f3
feat: more details for gathering informations
[ { "change_type": "MODIFY", "diff": "@@ -67,9 +67,6 @@ export abstract class AbstractExtractor<T> {\n* @returns {Item}\n*/\nprotected getItem(id: number, data: ItemData): Item {\n- if (id > 1 && id < 20) {\n- return this.gt.getCrystalDetails(id);\n- }\nreturn data.item.id === id ? data.item : data.getIngredi...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat: more details for gathering informations
1
feat
null
471,527
27.10.2018 16:50:43
-7,200
de526a26b63655b709c7999a2a8c17ff9ec4224b
chore: update ci cache version
[ { "change_type": "MODIFY", "diff": "@@ -13,15 +13,15 @@ jobs:\n# Download and cache dependencies\n- restore_cache:\nkeys:\n- - v1-dependencies-{{ checksum \"package.json\" }}\n+ - v2-dependencies-{{ checksum \"package.json\" }}\n# fallback to using the latest cache if no exact match is found\n- - v1-depende...
JavaScript
MIT License
open-wc/open-wc
chore: update ci cache version
1
chore
null
67,476
27.10.2018 17:57:15
-7,200
d600da4dab48b7240b26ecfa8334626a88761f2b
fix(dom): use emptyNodeSequence when fragment has no children
[ { "change_type": "MODIFY", "diff": "@@ -458,7 +458,11 @@ export class NodeSequenceFactory {\nprivate readonly Type: Constructable<INodeSequence>;\nconstructor(fragment: IDocumentFragment) {\nconst childNodes = fragment.childNodes;\n- if (childNodes.length === 2) {\n+ switch (childNodes.length) {\n+ case 0:\...
TypeScript
MIT License
aurelia/aurelia
fix(dom): use emptyNodeSequence when fragment has no children
1
fix
dom
217,922
27.10.2018 18:23:17
-7,200
c12f22f42b5004ac7f2dddab5ab5433e65459253
feat: more details for ventures and alarms
[ { "change_type": "MODIFY", "diff": "@@ -21,7 +21,7 @@ export class CraftedByExtractor extends AbstractExtractor<CraftedBy[]> {\n}\nprotected canExtract(item: Item): boolean {\n- return item.isCraft();\n+ return item.isCraft() && !this.isCrystal(item.id);\n}\nprotected doExtract(item: Item, itemData: ItemDat...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat: more details for ventures and alarms
1
feat
null
67,476
27.10.2018 19:07:49
-7,200
b0827026126a3e101a8edcc5036d81afc50ec87c
chore(runtime): fix runtime tests
[ { "change_type": "MODIFY", "diff": "import { spy } from 'sinon';\nimport { expect } from 'chai';\n-import { DOM, INode, FragmentNodeSequence, NodeSequenceFactory } from '../../src/index';\n+import { DOM, INode, FragmentNodeSequence, NodeSequenceFactory, NodeSequence } from '../../src/index';\nfunction wrap(...
TypeScript
MIT License
aurelia/aurelia
chore(runtime): fix runtime tests
1
chore
runtime
67,476
27.10.2018 19:29:14
-7,200
935eedbf660af26fec64b774bb634608f13af188
fix(with): only invoke change handler if the controller is bound
[ { "change_type": "MODIFY", "diff": "import { inject } from '@aurelia/kernel';\nimport { Scope } from '../../binding/binding-context';\nimport { IRenderLocation } from '../../dom';\n-import { IAttachLifecycle, IDetachLifecycle } from '../../lifecycle';\n+import { IAttachLifecycle, IDetachLifecycle, Lifecycle...
TypeScript
MIT License
aurelia/aurelia
fix(with): only invoke change handler if the controller is bound
1
fix
with
67,476
27.10.2018 19:29:35
-7,200
22cf850713129919fac79f4b040c4db062508bea
chore(jit-tests): enable with integration tests
[ { "change_type": "MODIFY", "diff": "@@ -164,32 +164,30 @@ parentSuite.addDataSlot('f') // Template (custom element)\n</div>\n</div>\n</template>`)\n- // TODO: throws code 253\n- // .addData('14').setValue(\n- // `<template>\n- // <div repeat.for=\"item of items\" with.bind=\"item\">\n- // <div if.bind=\"dis...
TypeScript
MIT License
aurelia/aurelia
chore(jit-tests): enable with integration tests
1
chore
jit-tests
67,476
28.10.2018 04:18:52
-3,600
783172607ad5b2be5095f7513e97c57a1705ec22
fix(dom): set text.textContent to empty after hydration
[ { "change_type": "MODIFY", "diff": "@@ -467,6 +467,7 @@ export class NodeSequenceFactory {\nif (target.nodeName === 'AU-MARKER' || target.nodeName === '#comment') {\nconst text = childNodes[1];\nif (text.nodeType === TEXT_NODE && text.textContent === ' ') {\n+ text.textContent = '';\nthis.deepClone = false;...
TypeScript
MIT License
aurelia/aurelia
fix(dom): set text.textContent to empty after hydration
1
fix
dom
67,476
28.10.2018 04:19:34
-3,600
75bcaa5b68dd9fa67cd3cc7b25489751be629a87
fix(containerless): replace element with marker for proper containerless behavior
[ { "change_type": "MODIFY", "diff": "@@ -165,7 +165,11 @@ export class TemplateCompiler implements ITemplateCompiler {\nprivate compileCustomElement($el: ElementSymbol): void {\nif ($el.$attributes.length === 0) {\n$el.addInstructions([new HydrateElementInstruction($el.definition.name, <any>PLATFORM.emptyArr...
TypeScript
MIT License
aurelia/aurelia
fix(containerless): replace element with marker for proper containerless behavior
1
fix
containerless
67,476
28.10.2018 05:41:55
-3,600
18d2e1521f0f840d8196843136dd486d25915a7e
fix(dom): make attachShadow work with custom elements
[ { "change_type": "MODIFY", "diff": "@@ -141,7 +141,14 @@ export const DOM = {\n(<any>parent).appendChild(child);\n},\nattachShadow(host: IElement, options: ShadowRootInit): IDocumentFragment {\n- return (<any>host).attachShadow(options);\n+ // we're creating a new host to become the shadow root and then mig...
TypeScript
MIT License
aurelia/aurelia
fix(dom): make attachShadow work with custom elements
1
fix
dom
67,476
28.10.2018 07:44:51
-3,600
1a748557a519e952d412b4e253e790982b526c66
fix(custom-element): ensure the correct runtime behavior is applied
[ { "change_type": "MODIFY", "diff": "@@ -155,6 +155,10 @@ function hydrate(this: IInternalCustomElementImplementation, renderingEngine: IR\nthis.$state = LifecycleState.needsMount;\nthis.$scope = Scope.create(this, null);\n+ // Defining the property ensures the correct runtime behavior is applied - we can't ...
TypeScript
MIT License
aurelia/aurelia
fix(custom-element): ensure the correct runtime behavior is applied
1
fix
custom-element
67,476
28.10.2018 09:01:20
-3,600
0364ca1747e43083b7c3210249043f2a80ca0715
test(template-compiler): add some basic tests for children observer
[ { "change_type": "MODIFY", "diff": "-import { customElement, bindable } from \"@aurelia/runtime\";\n+import { customElement, bindable, CustomElementResource, DOM, Aurelia } from \"@aurelia/runtime\";\nimport { setupAndStart, tearDown, setup } from \"./prepare\";\nimport { expect } from \"chai\";\n+import { ...
TypeScript
MIT License
aurelia/aurelia
test(template-compiler): add some basic tests for children observer
1
test
template-compiler
67,476
28.10.2018 09:05:29
-3,600
17946d1683543717f1de2b0b7b90bdcdc7ebc167
test(template-compiler): add teardown
[ { "change_type": "MODIFY", "diff": "@@ -218,6 +218,9 @@ describe('', () => {\nexpect(component.$children.length).to.equal(11);\nexpect(childrenChangedCount).to.equal(110);\nexpect(childrenCount).to.equal(1100 + 110*2 + 11*2);\n+\n+ au.stop();\n+ expect(host.textContent).to.equal('');\n});\n})\n", "new_p...
TypeScript
MIT License
aurelia/aurelia
test(template-compiler): add teardown
1
test
template-compiler
471,527
28.10.2018 18:12:02
-3,600
89819e02ee1019355582832d9cc8dc0935991db4
fix: github change url of docs
[ { "change_type": "MODIFY", "diff": "@@ -20,6 +20,7 @@ module.exports = {\n{ text: 'Guide', link: '/guide/' },\n],\nrepo: 'open-wc/open-wc',\n+ docsDir: 'docs',\neditLinks: true,\neditLinkText: 'Improve these recommodations (or add your own)',\nlastUpdated: 'Last Updated',\n", "new_path": "docs/.vuepress...
JavaScript
MIT License
open-wc/open-wc
fix: github change url of docs
1
fix
null
471,527
29.10.2018 00:27:36
-3,600
694e137520c9908530b60a3cf32bed8e9831e80b
fix: use version ranges
[ { "change_type": "MODIFY", "diff": "\"repository\": \"https://github.com/open-wc/open-wc/tree/master/packages/eslint-config\",\n\"main\": \"index.js\",\n\"dependencies\": {\n- \"babel-eslint\": \"^10.0.1\",\n- \"eslint\": \"^5.5.0\",\n- \"eslint-config-airbnb-base\": \"^13.1.0\",\n- \"eslint-plugin-html\": ...
JavaScript
MIT License
open-wc/open-wc
fix: use version ranges
1
fix
null
67,476
29.10.2018 11:54:01
-3,600
0d19cf5c6e2de04a4e7a66e98d22709db8e4c8d5
chore(test): initial poc for mutation tests
[ { "change_type": "MODIFY", "diff": "\"publish:dev\": \"ts-node -P scripts/tsconfig.json scripts/publish.ts dev\",\n\"publish:latest\": \"ts-node -P scripts/tsconfig.json scripts/publish.ts latest\",\n\"refresh\": \"lerna clean -y && nodetouch ensurestash && git add . && git stash && git clean -xfd && git st...
TypeScript
MIT License
aurelia/aurelia
chore(test): initial poc for mutation tests
1
chore
test
67,476
29.10.2018 11:54:28
-3,600
c216b753bb3bfd6955de4fa54ac10f4f605bf51f
chore(test): add generated mutation tests
[ { "change_type": "ADD", "diff": "+import { expect } from \"chai\";\n+import { DI } from \"../../../kernel/src/index\";\n+import { CustomElementResource, DOM, Aurelia, BindingMode, IChangeSet } from \"../../../runtime/src/index\";\n+import { BasicConfiguration } from \"../../src/index\";\n+\n+describe.only(\...
TypeScript
MIT License
aurelia/aurelia
chore(test): add generated mutation tests
1
chore
test
503,933
29.10.2018 12:19:56
14,400
3bac80ea32584b74168e5ea38fb572abb7893fab
fix(patternfly-4/react-core): Make the id prop for Dropdown optional in d.ts file
[ { "change_type": "MODIFY", "diff": "@@ -61,7 +61,7 @@ class Dropdown extends React.Component {\nposition,\n...props\n} = this.props;\n- const id = toggle.props.id || `pf-toggel-id-${currentId++}`;\n+ const id = toggle.props.id || `pf-toggle-id-${currentId++}`;\nlet component;\nlet renderedContent;\nif (drop...
TypeScript
MIT License
patternfly/patternfly-react
fix(patternfly-4/react-core): Make the id prop for Dropdown optional in d.ts file (#841) #840
1
fix
patternfly-4/react-core
504,004
29.10.2018 13:20:46
14,400
7e42a8b77a1011edebb4a750dd8b03f90d0bca8f
feat(helpers): Add exported helpers object containing all helper functions. This is preparation for the ability of extensions and console to pull in portions of patternfly-react and allow tree shaking.
[ { "change_type": "MODIFY", "diff": "import React from 'react';\n+import { default as Timer } from './Timer';\n+import { closest as closestPolyfill } from './closestPolyfill';\n+import { default as controlled } from './controlled';\n+import { patternfly, c3ChartDefaults, layout } from './patternfly';\n/** Eq...
TypeScript
MIT License
patternfly/patternfly-react
feat(helpers): Add exported helpers object containing all helper functions. (#842) This is preparation for the ability of extensions and console to pull in portions of patternfly-react and allow tree shaking.
1
feat
helpers
504,004
29.10.2018 14:06:29
14,400
5527ae3d86fa33c51a1dbeaf356c258208ba7962
fix(CatalogTileView): Behave correctly when CatalogTile components are wrapped. fixes
[ { "change_type": "MODIFY", "diff": "@@ -112,3 +112,54 @@ test('CatalogTile renders no tiles state properly', () => {\nexpect(component.render()).toMatchSnapshot();\ncomponent.unmount();\n});\n+\n+test('CatalogTile renders wrapped tiles properly', () => {\n+ const component = mount(\n+ <CatalogTileView id=\"...
TypeScript
MIT License
patternfly/patternfly-react
fix(CatalogTileView): Behave correctly when CatalogTile components are wrapped. (#835) fixes #759
1
fix
CatalogTileView
730,429
29.10.2018 14:15:42
14,400
556013f8989eac1b02d58b2f5c930a810fe7b9c7
chore(webpack): update webpack configs for v4 support
[ { "change_type": "MODIFY", "diff": "@@ -2,7 +2,7 @@ import path from 'path';\nimport webpack from 'webpack';\nimport dotenv from 'dotenv';\n-import ExtractTextPlugin from 'extract-text-webpack-plugin';\n+import MiniCssExtractPlugin from 'mini-css-extract-plugin';\nimport {version} from '../../package.json';...
JavaScript
MIT License
webex/react-widgets
chore(webpack): update webpack configs for v4 support
1
chore
webpack
504,004
29.10.2018 14:16:01
14,400
5c9a52f1091b2d889e30428b1bd28d63e8d59c2a
fix(CatalogTile): Fade end of description text rather than truncate By default, fade the text of the description rather than truncating. Truncation can still be accomplished by setting the maxDescriptionLength parameter.
[ { "change_type": "MODIFY", "diff": "height: @catalog-tile-pf-height;\nmargin: 0 15px @catalog-tile-pf-margin-bottom 0;\npadding: 15px;\n+ position: relative;\nwidth: @catalog-tile-pf-width;\n&.featured {\n.catalog-tile-pf-description {\nflex: 1;\nmargin-top: 15px;\n- overflow-y: hidden;\n+ overflow: hidden;...
TypeScript
MIT License
patternfly/patternfly-react
fix(CatalogTile): Fade end of description text rather than truncate (#850) By default, fade the text of the description rather than truncating. Truncation can still be accomplished by setting the maxDescriptionLength parameter.
1
fix
CatalogTile
504,004
29.10.2018 16:37:22
14,400
bfe71790f69e964ebfbd9697bd90f34a7d8e2809
feat(Extensions): Import patternfly-react components individually Pull in patternfly-react components individually in patternfly-react-extensions so that tree shaking will not pull in unused patternfly-react components.
[ { "change_type": "MODIFY", "diff": "@@ -17,6 +17,14 @@ module.exports = {\nconst moduleDir = !modules ? 'es' : 'lib';\nreturn `react-bootstrap/${moduleDir}/${importName}`;\n}\n+ },\n+ 'patternfly-react': {\n+ preventFullImport: true,\n+ transform: importName => {\n+ const moduleDir = !modules ? 'esm' : 'js'...
TypeScript
MIT License
patternfly/patternfly-react
feat(Extensions): Import patternfly-react components individually (#853) Pull in patternfly-react components individually in patternfly-react-extensions so that tree shaking will not pull in unused patternfly-react components.
1
feat
Extensions
71,328
29.10.2018 18:14:06
-39,600
2219ac95455563be56786d155196bf72156bcfa1
docs(aws-iam): fix allow and deny comments
[ { "change_type": "MODIFY", "diff": "@@ -267,7 +267,7 @@ export class PolicyStatement extends Token {\n//\n/**\n- * Sets the permission effect to deny access to resources.\n+ * Sets the permission effect to allow access to resources.\n*/\npublic allow(): PolicyStatement {\nthis.effect = PolicyStatementEffect...
TypeScript
Apache License 2.0
aws/aws-cdk
docs(aws-iam): fix allow and deny comments (#1033)
1
docs
aws-iam
217,922
29.10.2018 18:43:30
-3,600
3b78672170e22ebea7d7db9a1a517ba8aaa0cc6a
feat: migrating users storage from firebase to firestore
[ { "change_type": "MODIFY", "diff": "-import { Injectable } from '@angular/core';\n+import { Injectable, NgZone } from '@angular/core';\nimport { Observable } from 'rxjs';\nimport { NgSerializerService } from '@kaiu/ng-serializer';\n-import { FirebaseStorage } from './storage/firebase/firebase-storage';\nimp...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat: migrating users storage from firebase to firestore
1
feat
null
217,922
29.10.2018 19:01:50
-3,600
eb86c1a453ac3bc7cdf81705e64a7a48eae30f78
feat: add support for fcId in database storage (useful for rules)
[ { "change_type": "MODIFY", "diff": "@@ -23,6 +23,7 @@ export enum AuthActionTypes {\nLinkingCharacter = '[Auth] Linking character',\nAddCharacter = '[Auth] Add character',\nSetDefaultCharacter = '[Auth] Set default character',\n+ SetCurrentFcId = '[Auth] Set Current fc id',\nCharactersLoaded = '[Auth] Chara...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat: add support for fcId in database storage (useful for rules)
1
feat
null
217,922
29.10.2018 19:13:40
-3,600
6109333a7a2f5cc017164c42f6df9267bab70d27
feat: ephemeral lists deletion system
[ { "change_type": "MODIFY", "diff": "@@ -9,7 +9,8 @@ import {\nListCompactLoaded,\nListDetailsLoaded,\nListsActionTypes,\n- ListsWithWriteAccessLoaded, LoadCommunityLists,\n+ ListsWithWriteAccessLoaded,\n+ LoadCommunityLists,\nLoadListCompact,\nLoadListDetails,\nMyListsLoaded,\n@@ -18,7 +19,7 @@ import {\nUp...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat: ephemeral lists deletion system
1
feat
null
67,476
29.10.2018 19:59:04
-3,600
6483ed9d03d11abe797fa53aed64ec942da33e58
fix(lifecycle): temporary workaround for issue with flushChanges during attaching()
[ { "change_type": "MODIFY", "diff": "@@ -491,7 +491,9 @@ export class AttachLifecycleController implements IAttachLifecycle, IAttachLifec\n/*@internal*/\npublic processAll(): void {\n+ Lifecycle.attach = this;\nthis.changeSet.flushChanges();\n+ Lifecycle.attach = null;\nthis.processMounts();\nthis.processAtt...
TypeScript
MIT License
aurelia/aurelia
fix(lifecycle): temporary workaround for issue with flushChanges during attaching()
1
fix
lifecycle
217,922
29.10.2018 20:58:42
-3,600
695c156d8842b40ae92163b42c074cc36d517e63
feat: first part of the character verification system
[ { "change_type": "MODIFY", "diff": "{{'COMMON.Anonymous' | translate}}\n</span>\n<ng-template #userLoggedIn>\n- <nz-avatar *ngIf=\"loggedIn$ | async\" [nzSrc]=\"(character$ | async)?.Avatar\">\n- </nz-avatar>\n+ <app-user-avatar [userId]=\"userId$ | async\" [width]=\"32\" [flex]=\"false\"></app-user-avatar>...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
feat: first part of the character verification system
1
feat
null
76,605
29.10.2018 22:44:09
-3,600
425e48bf0d687dd3a509b710dd82e36e897efe9a
feat: async brain.js training.Timeout
[ { "change_type": "MODIFY", "diff": "@@ -41,6 +41,8 @@ class BinaryNeuralNetworkClassifier {\nerrorThresh: 0.0005,\n};\n}\n+ this.totalTimeout = this.settings.totalTimeout || 2 * 60 * 1000;\n+ this.labelTimeout = this.settings.labelTimeout;\nthis.labels = [];\nthis.classifierMap = {};\n}\n@@ -52,6 +54,17 @@ ...
JavaScript
MIT License
axa-group/nlp.js
feat: async brain.js training.Timeout
1
feat
null
67,476
29.10.2018 23:11:47
-3,600
3ebe065be9e0799d7b5c82c45ba36b3f8f89bf82
fix(repeat): always re-subscribe arrayObserver during binding
[ { "change_type": "MODIFY", "diff": "@@ -36,6 +36,10 @@ export class Repeat<T extends ObservedCollection = IObservedArray> {\npublic renderable: IRenderable,\npublic factory: IViewFactory) { }\n+ public binding(flags: BindingFlags): void {\n+ this.checkCollectionObserver();\n+ }\n+\npublic bound(flags: Bindi...
TypeScript
MIT License
aurelia/aurelia
fix(repeat): always re-subscribe arrayObserver during binding
1
fix
repeat
67,476
29.10.2018 23:14:28
-3,600
6fdc6fe2530bfb9f0202f498d10739ef9b4877c2
test(template-compiler): initial work on generalizing mutation tests
[ { "change_type": "MODIFY", "diff": "@@ -3,7 +3,7 @@ import { DI } from \"../../../kernel/src/index\";\nimport { CustomElementResource, DOM, Aurelia, BindingMode, IChangeSet } from \"../../../runtime/src/index\";\nimport { BasicConfiguration } from \"../../src/index\";\n-describe.only(\"generated.template-co...
TypeScript
MIT License
aurelia/aurelia
test(template-compiler): initial work on generalizing mutation tests
1
test
template-compiler
67,476
29.10.2018 23:20:42
-3,600
7b3f77b1c073e932724110f11eddf649e42a61ef
chore(lifecycle): make controller implementations internal on the object
[ { "change_type": "MODIFY", "diff": "@@ -694,7 +694,7 @@ export const Lifecycle = {\n// TODO: this is just a temporary fix to get certain tests to pass.\n// When there is better test coverage in complex lifecycle scenarios,\n// this needs to be properly handled without abusing a global object\n- attach: <Att...
TypeScript
MIT License
aurelia/aurelia
chore(lifecycle): make controller implementations internal on the object
1
chore
lifecycle
76,605
30.10.2018 00:50:25
-3,600
6399c0f374a86649c7a09e0b2b3ff87247edb180
feat: Separate LRC from Neural
[ { "change_type": "MODIFY", "diff": "@@ -182,21 +182,15 @@ class NlpClassifier {\n}\ntokensToNeural(tokens) {\n- const tokenFeatures = {};\n+ const result = {};\nfor (let i = 0; i < tokens.length; i += 1) {\nconst value = Number.parseInt(tokens[i], 10);\nif (Number.isNaN(value)) {\n- tokenFeatures[tokens[i]]...
JavaScript
MIT License
axa-group/nlp.js
feat: Separate LRC from Neural
1
feat
null
67,476
30.10.2018 01:48:39
-3,600
0a875ce8bc0aeaa195924b011ae5c43ea53561bf
perf(target-accessor): only batch DOM changes if target is already attached
[ { "change_type": "MODIFY", "diff": "@@ -16,7 +16,7 @@ function setValue(this: BindingTargetAccessor, newValue: Primitive | IIndexable,\nnewValue = newValue === null || newValue === undefined ? this.defaultValue : newValue;\nif (currentValue !== newValue) {\nthis.currentValue = newValue;\n- if (flags & Bindi...
TypeScript
MIT License
aurelia/aurelia
perf(target-accessor): only batch DOM changes if target is already attached
1
perf
target-accessor