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
08.08.2018 23:48:45
-3,600
8a111efd50edd0588304f0a19544b915bd205f28
refactor(transducers): add shared SortOpts, update xforms replace opts for movingMedian(), partitionSort(), streamSort() move convolution types to src/xform/convole.ts move StructField to src/xform/struct.ts
[ { "change_type": "MODIFY", "diff": "-import { IObjectOf } from \"@thi.ng/api/api\";\n+import { Comparator, IObjectOf } from \"@thi.ng/api/api\";\nimport { Reduced } from \"./reduced\";\n@@ -14,16 +14,6 @@ export interface Reducer<A, B> extends Array<any> {\n[2]: ReductionFn<A, B>;\n};\n-export interface Str...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(transducers): add shared SortOpts, update xforms - replace opts for movingMedian(), partitionSort(), streamSort() - move convolution types to src/xform/convole.ts - move StructField to src/xform/struct.ts
1
refactor
transducers
679,913
08.08.2018 23:55:52
-3,600
d130aaa18f3bea39f72b88916bac3a235bee2059
build: fix transducer versions
[ { "change_type": "MODIFY", "diff": "\"@thi.ng/dcons\": \"^1.0.7\",\n\"@thi.ng/equiv\": \"^0.1.7\",\n\"@thi.ng/errors\": \"^0.1.6\",\n- \"@thi.ng/transducers\": \"1.16.0\"\n+ \"@thi.ng/transducers\": \"^1.16.0\"\n},\n\"keywords\": [\n\"data structures\",\n", "new_path": "packages/associative/package.json...
TypeScript
Apache License 2.0
thi-ng/umbrella
build: fix transducer versions
1
build
null
679,913
09.08.2018 02:57:42
-3,600
c9ac981a9ca1942f43586e7fd5c24fefe03aeac5
feat(transducers-stats): make xforms iterable if input given
[ { "change_type": "MODIFY", "diff": "import { Transducer } from \"@thi.ng/transducers/api\";\n+import { $iter } from \"@thi.ng/transducers/iterator\";\nimport { comp } from \"@thi.ng/transducers/func/comp\";\nimport { drop } from \"@thi.ng/transducers/xform/drop\";\nimport { map } from \"@thi.ng/transducers/...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(transducers-stats): make xforms iterable if input given
1
feat
transducers-stats
724,107
09.08.2018 07:31:30
-7,200
807332a9fa8a71faa521af7a7b695cd7bbe46503
docs: remove Gitter link since it is no longer maintained
[ { "change_type": "MODIFY", "diff": "@@ -35,7 +35,7 @@ Refer to the [documentation](https://vue-test-utils.vuejs.org/)\n## Questions\n-For questions and support please use the [Discord chat room](https://vue-land.js.org/), [Gitter chat room](https://gitter.im/vuejs/vue), or [the official forum](http://forum....
JavaScript
MIT License
vuejs/vue-test-utils
docs: remove Gitter link since it is no longer maintained (#911)
1
docs
null
807,849
09.08.2018 09:54:51
25,200
9c767ac29db648f75b9d4a99198f587c0e5c9358
feat: Add module, extracted from npm
[ { "change_type": "MODIFY", "diff": "\"columnify\": \"^1.5.4\"\n}\n},\n+ \"@lerna/log-packed\": {\n+ \"version\": \"file:utils/log-packed\",\n+ \"requires\": {\n+ \"byte-size\": \"^4.0.3\",\n+ \"columnify\": \"^1.5.4\",\n+ \"has-unicode\": \"^2.0.1\",\n+ \"npmlog\": \"^4.1.2\"\n+ }\n+ },\n\"@lerna/npm-conf\"...
JavaScript
MIT License
lerna/lerna
feat: Add @lerna/log-packed module, extracted from npm
1
feat
null
815,745
09.08.2018 12:52:38
-10,800
25de23fc84b172871d4a36142dbf0c15399bf7f1
fix: allow to reposition input cursor using mouse fixes
[ { "change_type": "MODIFY", "diff": "@@ -1997,12 +1997,12 @@ describe('NgSelectComponent', function () {\nconst selectInput = fixture.debugElement.query(By.css('.ng-select-container'));\n// open\n- selectInput.triggerEventHandler('mousedown', createEvent({ target: { className: '' } }));\n+ selectInput.trigge...
TypeScript
MIT License
ng-select/ng-select
fix: allow to reposition input cursor using mouse fixes #644
1
fix
null
791,723
09.08.2018 13:05:52
25,200
6100528bfc57fb92e51779940ab29db0923a5d44
report: responsive styles
[ { "change_type": "MODIFY", "diff": "@@ -134,9 +134,9 @@ class PerformanceCategoryRenderer extends CategoryRenderer {\nconst keyMetrics = metricAudits.filter(a => a.weight >= 3);\nconst otherMetrics = metricAudits.filter(a => a.weight < 3);\n- const metricsBoxesEl = this.dom.createChildOf(metricAuditsEl, 'di...
JavaScript
Apache License 2.0
googlechrome/lighthouse
report: responsive styles (#5706)
1
report
null
807,849
09.08.2018 14:20:12
25,200
627cfc2c55e3c21f056182d0e7f29af61c2a5cf6
fix(publish): Improve `npm pack` experience It works now Including integration tests (very slow though :P) Logging is good Package instances now expose `.rootPath` read-only property Removed pkg.tarball, now decorated by npmPack() from JSON result
[ { "change_type": "MODIFY", "diff": "@@ -10,10 +10,15 @@ const mockNpmPublish = jest.fn((pkg, tag) => {\nreturn Promise.resolve();\n});\n-const mockNpmPack = jest.fn(pkg => {\n+const mockNpmPack = jest.fn((rootManifest, packages) => {\n+ packages.forEach(pkg => {\npacked.add(pkg.name);\n- return Promise.reso...
JavaScript
MIT License
lerna/lerna
fix(publish): Improve `npm pack` experience - It works now - Including integration tests (very slow though :P) - Logging is good - Package instances now expose `.rootPath` read-only property - Removed pkg.tarball, now decorated by npmPack() from JSON result
1
fix
publish
807,849
09.08.2018 14:58:58
25,200
cbac458b3ab3e0b184ebb9eefaffc542f62ee6a2
test(helpers): Show empty log message's prefix
[ { "change_type": "MODIFY", "diff": "@@ -15,8 +15,8 @@ function loggingOutput(minLevel = \"info\") {\nreturn (\nlog.record\n// select all non-empty info, warn, or error logs\n- .filter(m => log.levels[m.level] >= log.levels[minLevel] && m.message)\n+ .filter(m => log.levels[m.level] >= log.levels[minLevel])\...
JavaScript
MIT License
lerna/lerna
test(helpers): Show empty log message's prefix
1
test
helpers
791,723
09.08.2018 15:24:58
25,200
cb491d61528e02fdc8b3c580d463765033a96b21
extension: tweak runLighthouseAsInCLI jsdoc
[ { "change_type": "MODIFY", "diff": "@@ -75,8 +75,7 @@ async function runLighthouseInExtension(flags, categoryIDs) {\n* Run lighthouse for connection and provide similar results as in CLI.\n* @param {Connection} connection\n* @param {string} url\n- * @param {LH.Flags} flags Lighthouse flags plus logAssets\n-...
JavaScript
Apache License 2.0
googlechrome/lighthouse
extension: tweak runLighthouseAsInCLI jsdoc (#5812)
1
extension
null
217,922
09.08.2018 15:52:30
-7,200
7941d935128d3a839cf8ede9643c6b1b9f37a935
chore: new things added for main theme
[ { "change_type": "MODIFY", "diff": "\"name\": \"ffxiv-teamcraft\",\n\"description\": \"Collaborative crafting made easy\",\n\"author\": \"Flavien Normand <contact@flavien-normand.fr>\",\n- \"version\": \"4.4.2\",\n+ \"version\": \"5.0.0\",\n\"license\": \"MIT\",\n\"main\": \"main.js\",\n\"build\": {\n", ...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: new things added for main theme
1
chore
null
807,849
09.08.2018 17:05:57
25,200
4dd10cf65ba6c2e77118def6ec8c503d5350114b
test(integration): Improve test root normalization pattern
[ { "change_type": "MODIFY", "diff": "@@ -5,11 +5,12 @@ const path = require(\"path\");\nmodule.exports = normalizeTestRoot;\n-function normalizeTestRoot(cwd) {\n- // lol windows paths often look like escaped slashes, so re-re-escape them :P\n- const dirPath = new RegExp(`(${cwd.replace(/\\\\/g, \"\\\\\\\\\")...
JavaScript
MIT License
lerna/lerna
test(integration): Improve test root normalization pattern
1
test
integration
791,723
09.08.2018 17:11:07
25,200
18124e46c64bfd8bf9c2d139b7663d2f772a205a
report: expose prepareLabData directly as a fn
[ { "change_type": "MODIFY", "diff": "/* globals self DOM PerformanceCategoryRenderer Util DetailsRenderer */\n-class PSI {\n+\n/**\n* Returns all the elements that PSI needs to render the report\n* We expose this helper method to minimize the 'public' API surface of the renderer\n* and allow us to refactor w...
JavaScript
Apache License 2.0
googlechrome/lighthouse
report: expose prepareLabData directly as a fn (#5818)
1
report
null
679,913
09.08.2018 17:30:26
-3,600
cf30ba2654bc3961865f713d0c459b35a88cef13
feat(api): add new/move type aliases into api.ts Fn, FnAny, Pair, SEMAPHORE
[ { "change_type": "MODIFY", "diff": "@@ -4,6 +4,8 @@ export const EVENT_ALL = \"*\";\nexport const EVENT_ENABLE = \"enable\";\nexport const EVENT_DISABLE = \"disable\";\n+export const SEMAPHORE = Symbol();\n+\n/**\n* Generic 2-element comparator function type alias. Must follow this\n* contract and return:\n...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(api): add new/move type aliases into api.ts - Fn, FnAny, Pair, SEMAPHORE
1
feat
api
679,913
09.08.2018 17:34:17
-3,600
c22ac3ce482439fa9a343a3b4734f9ba260a72f6
refactor(associative): replace Pair & SEMAPHORE w/ identical thi.ng/api defs
[ { "change_type": "MODIFY", "diff": "@@ -6,10 +6,6 @@ import {\nPredicate2\n} from \"@thi.ng/api/api\";\n-export type Pair<K, V> = [K, V];\n-\n-export const SEMAPHORE = Symbol(\"SEMAPHORE\");\n-\nexport interface IEquivSet<T> extends\nSet<T>,\nICopy<IEquivSet<T>>,\n", "new_path": "packages/associative/sr...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(associative): replace Pair & SEMAPHORE w/ identical thi.ng/api defs
1
refactor
associative
679,913
09.08.2018 17:35:05
-3,600
9b443cb4b52778d799c72064bc6b9ac9b4ff598e
refactor(hdom): replace SEMAPHORE const w/ thi.ng/api def
[ { "change_type": "MODIFY", "diff": "+import { SEMAPHORE } from \"@thi.ng/api/api\";\nimport * as isa from \"@thi.ng/checks/is-array\";\nimport * as iss from \"@thi.ng/checks/is-string\";\nimport { DiffLogEntry } from \"@thi.ng/diff/api\";\n@@ -14,8 +15,6 @@ import {\nconst isArray = isa.isArray;\nconst isSt...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(hdom): replace SEMAPHORE const w/ thi.ng/api def
1
refactor
hdom
679,913
09.08.2018 17:35:35
-3,600
bea7a1fd3d3dec51625f5281417d9ba4cdb62b1f
refactor(resolve-map): replace SEMAPHORE const w/ thi.ng/api def
[ { "change_type": "MODIFY", "diff": "+import { SEMAPHORE } from \"@thi.ng/api/api\";\nimport { isArray } from \"@thi.ng/checks/is-array\";\nimport { isFunction } from \"@thi.ng/checks/is-function\";\nimport { isPlainObject } from \"@thi.ng/checks/is-plain-object\";\n@@ -5,8 +6,6 @@ import { isString } from \...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(resolve-map): replace SEMAPHORE const w/ thi.ng/api def
1
refactor
resolve-map
679,913
09.08.2018 17:37:35
-3,600
ca0a04e7b6954e44dfb3e6483381ea55dac8e9b2
feat(compose): extract comp() & juxt() to new package add compI() using reverse arg order of comp()
[ { "change_type": "ADD", "diff": "+build\n+coverage\n+dev\n+doc\n+src*\n+test\n+.nyc_output\n+tsconfig.json\n+*.tgz\n+*.html\n", "new_path": "packages/compose/.npmignore", "old_path": null }, { "change_type": "ADD", "diff": "+ Apache License\n+ Version 2.0, January 2004\n+ http://www.apac...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(compose): extract comp() & juxt() to new @thi.ng/compose package - add compI() using reverse arg order of comp()
1
feat
compose
679,913
09.08.2018 17:47:02
-3,600
1a20bc2f6beb39f6dbbce49e3efd9c9bf74abfc9
feat(strings): add truncateLeft() & wrap() stringers
[ { "change_type": "ADD", "diff": "+import { memoizeJ } from \"@thi.ng/memoize/memoizej\";\n+\n+import { Stringer } from \"./api\";\n+\n+export const truncateLeft: (n: number, prefix?: string) => Stringer<string> =\n+ memoizeJ(\n+ (n: number, prefix = \"\") =>\n+ (x) =>\n+ x.length > n ?\n+ prefix + x.substr(...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(strings): add truncateLeft() & wrap() stringers
1
feat
strings
679,913
09.08.2018 17:48:51
-3,600
5209c42648cae5a764f9fef027a6c38ea2565d11
fix(strings): buffer length (for null inputs) (`center()`) also truncate oversized inputs
[ { "change_type": "MODIFY", "diff": "@@ -2,20 +2,35 @@ import { memoizeJ } from \"@thi.ng/memoize/memoizej\";\nimport { Stringer } from \"./api\";\nimport { repeat } from \"./repeat\";\n+import { truncate } from \"./truncate\";\n/**\n- * @param n target length\n+ * Returns stringer which pads given input wit...
TypeScript
Apache License 2.0
thi-ng/umbrella
fix(strings): buffer length (for null inputs) (`center()`) - also truncate oversized inputs
1
fix
strings
679,913
09.08.2018 17:49:32
-3,600
653a175a636b5d1d4461fcea65b18766be57d7a2
feat(strings): add case converters camel / kebab / snake
[ { "change_type": "MODIFY", "diff": "@@ -23,3 +23,40 @@ export const lower: Stringer<string> =\n*/\nexport const capitalize: Stringer<string> =\n(x: string) => x[0].toUpperCase() + x.substr(1);\n+\n+/**\n+ * Converts a CamelCase string into kebab case, with optional custom\n+ * delimiter (`-` by default).\n+...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(strings): add case converters - camel / kebab / snake
1
feat
strings
679,913
09.08.2018 17:49:57
-3,600
e9c8ddc6ef39a0685bec3ef58bdc68a278c2a672
chore(strings): update exports, add docs
[ { "change_type": "MODIFY", "diff": "-export type Stringer<T> = (x: T) => string;\n+export type Stringer<T> = (x: T, ...xs: any[]) => string;\n", "new_path": "packages/strings/src/api.ts", "old_path": "packages/strings/src/api.ts" }, { "change_type": "MODIFY", "diff": "@@ -10,3 +10,5 @@ e...
TypeScript
Apache License 2.0
thi-ng/umbrella
chore(strings): update exports, add docs
1
chore
strings
807,849
09.08.2018 17:58:37
25,200
aa29ff537b8d289ea105265dcd4833fdbf0e8c93
chore(release): No more release candidates
[ { "change_type": "MODIFY", "diff": "},\n\"publish\": {\n\"allowBranch\": \"master\",\n- \"bump\": \"prerelease\",\n\"conventionalCommits\": true,\n\"gitRemote\": \"upstream\",\n- \"preid\": \"rc\",\n\"message\": \"chore(release): publish %s\"\n}\n},\n", "new_path": "lerna.json", "old_path": "lerna.j...
JavaScript
MIT License
lerna/lerna
chore(release): No more release candidates
1
chore
release
679,913
09.08.2018 18:03:53
-3,600
f3d464600f7427671d2df61d4ff197fd5c83d3f8
refactor(rstream): use SEMAPHORE from thi.ng/api, not transducers
[ { "change_type": "MODIFY", "diff": "-import { IDeref } from \"@thi.ng/api/api\";\n+import { IDeref, SEMAPHORE } from \"@thi.ng/api/api\";\nimport { implementsFunction } from \"@thi.ng/checks/implements-function\";\nimport { isFunction } from \"@thi.ng/checks/is-function\";\nimport { isString } from \"@thi.n...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(rstream): use SEMAPHORE from thi.ng/api, not transducers
1
refactor
rstream
679,913
09.08.2018 18:04:42
-3,600
802c5b444282c7d963c972c24c000ce3174cd0e9
build(memoize): update/fix dev deps
[ { "change_type": "MODIFY", "diff": "\"test\": \"rm -rf build && tsc -p test && nyc mocha build/test/*.js\"\n},\n\"devDependencies\": {\n- \"@thi.ng/associative\": \"^0.5.11\",\n- \"@thi.ng/cache\": \"^0.2.15\",\n\"@types/mocha\": \"^5.2.5\",\n\"@types/node\": \"^10.5.5\",\n\"mocha\": \"^5.2.0\",\n", "ne...
TypeScript
Apache License 2.0
thi-ng/umbrella
build(memoize): update/fix dev deps
1
build
memoize
807,849
09.08.2018 18:09:02
25,200
3a7348c145329187e1c48818d88ee92fcedc2506
fix(publish): Allow unpublished packages to pass access verification
[ { "change_type": "MODIFY", "diff": "@@ -29,7 +29,7 @@ function verifyNpmPackageAccess(packages, location, { registry }) {\nconst permission = JSON.parse(result.stdout);\nfor (const pkg of packages) {\n- if (permission[pkg.name] !== \"read-write\") {\n+ if (pkg.name in permission && permission[pkg.name] !== ...
JavaScript
MIT License
lerna/lerna
fix(publish): Allow unpublished packages to pass access verification
1
fix
publish
679,913
09.08.2018 18:10:54
-3,600
1434b0ed3d1866715133b209e835a9e1ac024929
refactor(hdom): remove thi.ng/iterators dependency
[ { "change_type": "MODIFY", "diff": "\"@thi.ng/checks\": \"^1.5.7\",\n\"@thi.ng/diff\": \"^1.0.21\",\n\"@thi.ng/equiv\": \"^0.1.7\",\n- \"@thi.ng/hiccup\": \"^2.0.9\",\n- \"@thi.ng/iterators\": \"^4.1.20\"\n+ \"@thi.ng/hiccup\": \"^2.0.9\"\n},\n\"keywords\": [\n\"browser\",\n", "new_path": "packages/hdom...
TypeScript
Apache License 2.0
thi-ng/umbrella
refactor(hdom): remove thi.ng/iterators dependency
1
refactor
hdom
807,849
09.08.2018 18:30:22
25,200
bf530b88bae6202421776d21478ea5c6ff83505c
chore(release): publish v3.0.1
[ { "change_type": "MODIFY", "diff": "All notable changes to this project will be documented in this file.\nSee [Conventional Commits](https://conventionalcommits.org) for commit guidelines.\n+<a name=\"3.0.1\"></a>\n+## [3.0.1](https://github.com/lerna/lerna/compare/v3.0.0...v3.0.1) (2018-08-10)\n+\n+\n+### ...
JavaScript
MIT License
lerna/lerna
chore(release): publish v3.0.1
1
chore
release
815,745
09.08.2018 19:37:36
-10,800
d8c77497a9410bb7d13f546aa4ba9092fbea3aae
chore(release): 2.4.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.4.1\"></a>\n+## [2.4.1](https://github.com/ng-select/ng-select/compare/v2.4.0...v2....
TypeScript
MIT License
ng-select/ng-select
chore(release): 2.4.1
1
chore
release
679,913
09.08.2018 21:15:27
-3,600
fd8e7614a2984b966183d16ff96e8edb3c9809c0
feat(rle-pack): add support for custom input word sizes
[ { "change_type": "MODIFY", "diff": "@@ -2,16 +2,24 @@ import { BitInputStream, BitOutputStream } from \"@thi.ng/bitstream\";\nconst RLE_SIZES = [3, 4, 8, 16];\n-export function encodeBytes(src: Uint8Array) {\n- const stream = new BitOutputStream().write(src.length, 32);\n- let num = src.length - 1;\n- let v...
TypeScript
Apache License 2.0
thi-ng/umbrella
feat(rle-pack): add support for custom input word sizes
1
feat
rle-pack
217,922
09.08.2018 22:11:08
-7,200
012aa2eac911dc7cbb3dea0b5720d2d7b652572f
chore: UI changes, circleci integration for preview website
[ { "change_type": "MODIFY", "diff": "@@ -111,6 +111,15 @@ jobs:\nname: Deploying web\ncommand: ./node_modules/.bin/firebase deploy -P beta --token \"$FIREBASE_TOKEN\"\n+ deploy-preview:\n+ <<: *defaults\n+ steps:\n+ - attach_workspace:\n+ at: /tmp\n+ - run:\n+ name: Deploying web\n+ command: ./node_modules/....
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: UI changes, circleci integration for preview website
1
chore
null
217,922
09.08.2018 22:17:32
-7,200
29f55f5a7b72e5ceb999ce1766ecc9288b022a3c
fix: lint fixes for build process
[ { "change_type": "MODIFY", "diff": "import {AuthActions, AuthActionTypes} from '../actions/auth.actions';\n+import {AppUser} from '../model/list/app-user';\nexport interface State {\n-\n+ user: AppUser;\n}\nexport const initialState: State = {\n-\n+ user: null\n};\nexport function reducer(state = initialSta...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
fix: lint fixes for build process
1
fix
null
217,922
09.08.2018 23:30:37
-7,200
d724ba503d181d7828af21392ba74d4a06f63370
chore: added reference to the new homepage component
[ { "change_type": "MODIFY", "diff": "\"schematics\": {\n\"@schematics/angular:component\": {\n\"prefix\": \"app\",\n- \"styleExt\": \"scss\"\n+ \"styleExt\": \"less\"\n},\n\"@schematics/angular:directive\": {\n\"prefix\": \"app\"\n", "new_path": "angular.json", "old_path": "angular.json" }, { ...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: added reference to the new homepage component
1
chore
null
730,424
10.08.2018 10:37:27
14,400
3d314a93eacefbf4693a34f23059bc041b6ea7d8
fix(widget-recents): re-add missing event fields
[ { "change_type": "MODIFY", "diff": "@@ -48,7 +48,8 @@ const injectedPropTypes = {\nmedia: PropTypes.object.isRequired,\nmercuryStatus: PropTypes.object.isRequired,\nspaces: PropTypes.object.isRequired,\n- spacesList: PropTypes.array.isRequired,\n+ spacesList: PropTypes.object.isRequired,\n+ spacesListArray:...
JavaScript
MIT License
webex/react-widgets
fix(widget-recents): re-add missing event fields
1
fix
widget-recents
730,424
10.08.2018 10:37:53
14,400
59871f988eaf53c4e2f33c718d4c24a80840984f
tests(journey): add event testing for recents widget
[ { "change_type": "MODIFY", "diff": "@@ -29,3 +29,19 @@ export function getEventLog(myBrowser) {\n});\nreturn result.value;\n}\n+\n+/**\n+ * Searches events object for matching event name\n+ *\n+ * @export\n+ * @param {object} options\n+ * @param {array} options.events\n+ * @param {string} options.eventName\...
JavaScript
MIT License
webex/react-widgets
tests(journey): add event testing for recents widget
1
tests
journey
807,849
10.08.2018 10:59:47
25,200
23351492a3276f4a411afbdc6fe7c3bbb933c41c
fix(exec): Allow config files to override defaults
[ { "change_type": "MODIFY", "diff": "@@ -25,7 +25,7 @@ exports.builder = yargs => {\nbail: {\ngroup: \"Command Options:\",\ndescribe: \"Stop when the command fails in a package.\\nPass --no-bail to continue despite failure.\",\n- default: true,\n+ defaultDescription: \"true\",\ntype: \"boolean\",\n},\nstream...
JavaScript
MIT License
lerna/lerna
fix(exec): Allow config files to override defaults
1
fix
exec
807,849
10.08.2018 11:00:11
25,200
f15b6fb35d87ae70120d311ff5cac29fdd9a86d3
fix(run): Allow config files to override defaults
[ { "change_type": "MODIFY", "diff": "@@ -20,7 +20,7 @@ exports.builder = yargs => {\nbail: {\ngroup: \"Command Options:\",\ndescribe: \"Stop when the script fails in a package.\\nPass --no-bail to continue despite failure.\",\n- default: true,\n+ defaultDescription: \"true\",\ntype: \"boolean\",\n},\nstream:...
JavaScript
MIT License
lerna/lerna
fix(run): Allow config files to override defaults
1
fix
run
807,849
10.08.2018 11:31:48
25,200
bb1cfb5faa8fd91b99e30d95b9e0551213a55c8a
fix(version): Allow config files to override defaults
[ { "change_type": "MODIFY", "diff": "@@ -125,6 +125,39 @@ describe(\"VersionCommand\", () => {\n});\n});\n+ describe(\"--no-commit-hooks\", () => {\n+ const setupPreCommitHook = cwd =>\n+ fs.outputFile(path.join(cwd, \".git/hooks/pre-commit\"), \"#!/bin/sh\\nexit 1\\n\", { mode: 0o755 });\n+\n+ it(\"passes -...
JavaScript
MIT License
lerna/lerna
fix(version): Allow config files to override defaults
1
fix
version
815,822
10.08.2018 12:23:56
-28,800
70fcd667b99aa3c0f63fb8e4acdf342228ed20a2
fix: listen to `touchstart` events for outside click. This allows us to dismiss dropdown panel when touching elements outside the selection menu on touch-enabled devices such as phones. Use `fromEvent` instead of `fromEventPattern` so the event handlers are (automatically) unregistered when the stream is unsubscribed. See
[ { "change_type": "MODIFY", "diff": "@@ -17,8 +17,10 @@ import {\nAfterContentInit,\nOnInit,\nOnChanges,\n- HostListener\n+ HostListener,\n+ Optional\n} from '@angular/core';\n+import { DOCUMENT } from '@angular/common';\nimport { NgOption } from './ng-select.types';\nimport { NgSelectComponent, DropdownPosi...
TypeScript
MIT License
ng-select/ng-select
fix: listen to `touchstart` events for outside click. This allows us to dismiss dropdown panel when touching elements outside the selection menu on touch-enabled devices such as phones. Use `fromEvent` instead of `fromEventPattern` so the event handlers are (automatically) unregistered when the stream is unsubscribed. See https://rxjs-dev.firebaseapp.com/api/index/function/fromEvent#description.
1
fix
null
807,849
10.08.2018 13:53:25
25,200
f15944265e3644a2862457408761243daf4f208d
fix(publish): Add default for --tag-version-prefix
[ { "change_type": "MODIFY", "diff": "@@ -211,7 +211,8 @@ class PublishCommand extends Command {\n} else {\n// all packages are described against the last tag\nchain = chain.then(updates => {\n- const described = gitDescribeMatching(`${this.options.tagVersionPrefix}*.*.*`);\n+ const tagPrefix = this.options.t...
JavaScript
MIT License
lerna/lerna
fix(publish): Add default for --tag-version-prefix
1
fix
publish
730,412
10.08.2018 14:25:03
0
d21f1fae356a49b6ecf167c0a6b0650f3fe654d4
chore(release): 0.1.335
[ { "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.335\"></a>\n+## [0.1.335](https://github.com/webex/react-ciscospark/compare/v0.1....
JavaScript
MIT License
webex/react-widgets
chore(release): 0.1.335
1
chore
release
807,849
10.08.2018 14:44:41
25,200
0bfdff51512835b1f50dd77f2106803e236219cc
fix(publish): Allow disabling of registry and package verification Fixes
[ { "change_type": "MODIFY", "diff": "@@ -43,6 +43,8 @@ but have the package contents themselves consistently published by an automated\n* [`--canary`](#--canary)\n* [`--npm-client <client>`](#--npm-client-client)\n* [`--npm-tag <dist-tag>`](#--npm-tag-dist-tag)\n+* [`--no-verify-access`](#--no-verify-access)...
JavaScript
MIT License
lerna/lerna
fix(publish): Allow disabling of registry and package verification Fixes #1552
1
fix
publish
807,849
10.08.2018 16:07:08
25,200
8ed7d8307a3a0bcce06ff51caa197ef45765bf42
fix(conventional-commits): Pass --tag-version-prefix to changelog utilities
[ { "change_type": "MODIFY", "diff": "@@ -46,19 +46,19 @@ describe(\"--conventional-commits\", () => {\nexpect(ConventionalCommitUtilities.recommendVersion).toBeCalledWith(\nexpect.objectContaining({ name }),\n\"independent\",\n- { changelogPreset: undefined, rootPath: cwd }\n+ { changelogPreset: undefined, r...
JavaScript
MIT License
lerna/lerna
fix(conventional-commits): Pass --tag-version-prefix to changelog utilities
1
fix
conventional-commits
217,922
10.08.2018 16:45:06
-7,200
bea180426a623740310775ec499552286cba279f
chore: first iteration for new auth state management system
[ { "change_type": "MODIFY", "diff": "},\n\"beta\": {\n\"browserTarget\": \"client:build:beta\"\n+ },\n+ \"preview\": {\n+ \"browserTarget\": \"client:build:preview\"\n}\n}\n},\n", "new_path": "angular.json", "old_path": "angular.json" }, { "change_type": "MODIFY", "diff": "\"integrity\": ...
TypeScript
MIT License
ffxiv-teamcraft/ffxiv-teamcraft
chore: first iteration for new auth state management system
1
chore
null
807,849
10.08.2018 17:05:27
25,200
a74c8667404875ac9026e5fa49ccb81839200ec7
fix(version): Positional bump supersedes `--conventional-commits` when choosing version
[ { "change_type": "MODIFY", "diff": "@@ -58,3 +58,60 @@ index SHA..SHA 100644\n- \"version\": \"1.0.0\",\n+ \"version\": \"1.0.1-beta.4\",\n`;\n+\n+exports[`version prerelease with previous prerelease supersedes --conventional-commits 1`] = `\n+v1.0.1-beta.4\n+\n+HEAD -> master, tag: v1.0.1-beta.4\n+\n+diff ...
JavaScript
MIT License
lerna/lerna
fix(version): Positional bump supersedes `--conventional-commits` when choosing version
1
fix
version
807,849
10.08.2018 17:27:58
25,200
e330f6f3d91702e8e43d3697f5c68214c89693e1
fix(conventional-commits): Provide fallback bump when releaseType is missing Fixes
[ { "change_type": "ADD", "diff": "+\"use strict\";\n+\n+// https://git.io/vx5iq (conventional-changelog-angular/conventional-recommended-bump.js, etc)\n+const parserOpts = require(\"./parser-opts\");\n+const writerOpts = require(\"./writer-opts\");\n+const whatBump = require(\"./null-what-bump\");\n+\n+modul...
JavaScript
MIT License
lerna/lerna
fix(conventional-commits): Provide fallback bump when releaseType is missing Fixes #1551
1
fix
conventional-commits
807,849
11.08.2018 09:37:14
25,200
cb47cb62b525196bd53b2cd523be5caa031949dd
fix(publish): Restore deprecated `--skip-npm` functionality Fixes
[ { "change_type": "MODIFY", "diff": "@@ -65,7 +65,13 @@ exports.builder = yargs => {\nreturn composeVersionOptions(yargs)\n.options(opts)\n- .group(Object.keys(opts), \"Command Options:\");\n+ .group(Object.keys(opts), \"Command Options:\")\n+ .option(\"skip-npm\", {\n+ // TODO: remove in next major release\...
JavaScript
MIT License
lerna/lerna
fix(publish): Restore deprecated `--skip-npm` functionality Fixes #1553
1
fix
publish
807,849
11.08.2018 09:42:38
25,200
0dea7f4ce7cc226acf7ffca27a39a960d1975499
chore(release): publish v3.0.3
[ { "change_type": "MODIFY", "diff": "All notable changes to this project will be documented in this file.\nSee [Conventional Commits](https://conventionalcommits.org) for commit guidelines.\n+<a name=\"3.0.3\"></a>\n+## [3.0.3](https://github.com/lerna/lerna/compare/v3.0.2...v3.0.3) (2018-08-11)\n+\n+\n+### ...
JavaScript
MIT License
lerna/lerna
chore(release): publish v3.0.3
1
chore
release
743,913
11.08.2018 18:09:39
14,400
664b265de038b80677fb2912f8840bc3c7fb98c8
fix: middleware should work regardless of when method is called fixes
[ { "change_type": "MODIFY", "diff": "@@ -19,7 +19,8 @@ module.exports = function command (yargs, usage, validation, globalMiddleware) {\nlet aliases = []\nhandler = handler || (() => {})\nmiddlewares = middlewares || []\n- middlewares = globalMiddleware.concat(middlewares)\n+ globalMiddleware.push(...middlew...
JavaScript
MIT License
yargs/yargs
fix: middleware should work regardless of when method is called fixes #1178
1
fix
null
743,965
12.08.2018 00:27:15
-7,200
f449aead59f44f826cbcf570cf849c4a59c79c81
fix: translation not working when using __ with a single parameter
[ { "change_type": "MODIFY", "diff": "@@ -5,3 +5,4 @@ node_modules/\ntest.js\ncoverage\npackage-lock.json\n+.npmrc\n", "new_path": ".gitignore", "old_path": ".gitignore" }, { "change_type": "MODIFY", "diff": "@@ -292,7 +292,7 @@ module.exports = function validation (yargs, usage, y18n) {\n...
JavaScript
MIT License
yargs/yargs
fix: translation not working when using __ with a single parameter (#1183)
1
fix
null
743,971
12.08.2018 00:31:09
-7,200
b39836f99bb84ea56a932b4497224cac06fa157d
docs(advanced): fix typo
[ { "change_type": "MODIFY", "diff": "@@ -338,7 +338,7 @@ exports.handler = function (argv) {\n## Building Configurable CLI Apps\nOne of the goals of yargs has been to examine practices common in the\n-JavaScript CLI community, and to make to make it easy to apply these\n+JavaScript CLI community, and to make...
JavaScript
MIT License
yargs/yargs
docs(advanced): fix typo (#1187)
1
docs
advanced
743,904
12.08.2018 01:22:32
-7,200
efc0970bc8f91359905882b6990ffc0786193068
fix: upgrade os-locale to version that addresses license issue
[ { "change_type": "MODIFY", "diff": "\"decamelize\": \"^2.0.0\",\n\"find-up\": \"^3.0.0\",\n\"get-caller-file\": \"^1.0.1\",\n- \"os-locale\": \"^2.0.0\",\n+ \"os-locale\": \"^3.0.0\",\n\"require-directory\": \"^2.1.1\",\n\"require-main-filename\": \"^1.0.1\",\n\"set-blocking\": \"^2.0.0\",\n", "new_path...
JavaScript
MIT License
yargs/yargs
fix: upgrade os-locale to version that addresses license issue (#1195)
1
fix
null
815,745
12.08.2018 14:02:08
-10,800
7520e8564dd14689c05f957f70e49c66974c8057
fix: remove circular dependency between dropdown and select cmp fixes
[ { "change_type": "MODIFY", "diff": "@@ -10,21 +10,19 @@ import {\nSimpleChanges,\nNgZone,\nTemplateRef,\n- forwardRef,\n- Inject,\nViewEncapsulation,\nChangeDetectionStrategy,\nAfterContentInit,\nOnInit,\nOnChanges,\nHostListener,\n- Optional\n+ Optional,\n+ Inject\n} from '@angular/core';\nimport { DOCUMEN...
TypeScript
MIT License
ng-select/ng-select
fix: remove circular dependency between dropdown and select cmp (#741) fixes #668
1
fix
null
815,745
12.08.2018 17:28:25
-10,800
8f7ab50c8d2d4b091f19ae4b964c6112799b0fc1
chore(release): 2.4.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.4.2\"></a>\n+## [2.4.2](https://github.com/ng-select/ng-select/compare/v2.4.1...v2....
TypeScript
MIT License
ng-select/ng-select
chore(release): 2.4.2
1
chore
release
76,605
12.08.2018 21:10:06
-7,200
36d15f6d8156ffc6baea6f840e21902aeb5b054f
feat: Excel loader. Updated to version 1.1.0
[ { "change_type": "ADD", "diff": "+screenshots\n\\ No newline at end of file\n", "new_path": ".npmignore", "old_path": null }, { "change_type": "MODIFY", "diff": "@@ -28,6 +28,7 @@ NLP.js\n* [Contributing](#contributing)\n* [Code of Conduct](#code-of-conduct)\n* [Who is behind it](#who-is...
JavaScript
MIT License
axa-group/nlp.js
feat: Excel loader. Updated to version 1.1.0
1
feat
null
807,849
13.08.2018 10:39:18
25,200
9af362dfbc4f743e42141963bcd43edf1a9c311a
refactor(bootstrap): Extract predicate
[ { "change_type": "ADD", "diff": "+\"use strict\";\n+\n+const mockHasNpmVersion = jest.fn(() => true);\n+const mockMakePredicate = jest.fn(() => range => mockHasNpmVersion(range));\n+\n+module.exports = mockHasNpmVersion;\n+module.exports.makePredicate = mockMakePredicate;\n", "new_path": "commands/__moc...
JavaScript
MIT License
lerna/lerna
refactor(bootstrap): Extract @lerna/has-npm-version predicate
1
refactor
bootstrap
76,605
13.08.2018 11:40:26
-7,200
a87863a22d5c779bc8946b7cc630217610dc62d8
test: Improving coverage of evaluator
[ { "change_type": "MODIFY", "diff": "{\n\"name\": \"node-nlp\",\n- \"version\": \"1.0.5\",\n+ \"version\": \"1.1.1\",\n\"lockfileVersion\": 1,\n\"requires\": true,\n\"dependencies\": {\n", "new_path": "package-lock.json", "old_path": "package-lock.json" }, { "change_type": "MODIFY", "diff...
JavaScript
MIT License
axa-group/nlp.js
test: Improving coverage of evaluator
1
test
null
76,605
13.08.2018 11:57:21
-7,200
af7e7e94240b05a5c04b61509f83033d74e82024
build: no longer need of node 9
[ { "change_type": "MODIFY", "diff": "language: node_js\nnode_js:\n- \"8\"\n- - \"9\"\n- \"10\"\nbefore_install:\n- npm install -g npm@latest\ninstall:\n- npm ci --verbose\n-include:\n- - stage: NPM audit\n- script: npm audit\n- node_js: \"10\"\n", "new_path": ".travis.yml", "old_path": ".travis.yml" ...
JavaScript
MIT License
axa-group/nlp.js
build: no longer need of node 9
1
build
null
730,424
13.08.2018 11:59:24
14,400
2c622af432192fd1745509dc4c75912e41657227
docs(tooling): update test plan and event jsdoc
[ { "change_type": "MODIFY", "diff": "@@ -37,7 +37,7 @@ export function getEventLog(myBrowser) {\n* @param {object} options\n* @param {array} options.events\n* @param {string} options.eventName\n- * @returns {(array|boolean)}\n+ * @returns {(array)}\n*/\nexport function findEventName({events, eventName}) {\ni...
JavaScript
MIT License
webex/react-widgets
docs(tooling): update test plan and event jsdoc
1
docs
tooling
791,834
13.08.2018 13:59:15
25,200
77bba16d92cc810ce80aed33e74186b6be03e5de
core(i18n): minor message and description changes based on translator feedback
[ { "change_type": "MODIFY", "diff": "@@ -13,7 +13,7 @@ const UIStrings = {\ntitle: 'Minimize Critical Requests Depth',\n/** Description of a Lighthouse audit that tells the user *why* they should reduce the depth of critical network requests to enhance initial load of a page . This is displayed after a user ...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(i18n): minor message and description changes based on translator feedback (#5829)
1
core
i18n
807,849
13.08.2018 14:21:15
25,200
71babced0c0e3874c3d6fe1adf4ae98d63c459fe
fix(publish): Only pass `--json` to `npm pack` when npm >= 5.10.0 Legacy output only logs partial output of packed metadata. Fixes
[ { "change_type": "MODIFY", "diff": "@@ -21,6 +21,8 @@ const mockNpmPack = jest.fn((rootManifest, packages) => {\nreturn Promise.resolve();\n});\n+const mockMakePacker = jest.fn(rootManifest => batch => mockNpmPack(rootManifest, batch));\n+\n// a convenient format for assertions\nfunction order() {\nreturn A...
JavaScript
MIT License
lerna/lerna
fix(publish): Only pass `--json` to `npm pack` when npm >= 5.10.0 Legacy output only logs partial output of packed metadata. Fixes #1558
1
fix
publish
807,849
13.08.2018 14:25:53
25,200
609e82444426c248fb3add0a7590c5e9d16d4fa7
test(version): Use correct snapshot serializer
[ { "change_type": "MODIFY", "diff": "@@ -76,7 +76,7 @@ index SHA..SHA\n+See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.\n+\n+<a name=\"1.0.1-beta.4\"></a>\n-+## [1.0.1-beta.4](/compare/v1.0.1-beta.3...v1.0.1-beta.4) (2018-08-11)\n++## [1.0.1-beta.4](/compare/v1.0.1-beta.3.....
JavaScript
MIT License
lerna/lerna
test(version): Use correct snapshot serializer
1
test
version
791,834
13.08.2018 16:37:11
25,200
049af195ab33d40718e6fe39a278de1c2ec07ec5
core(tsc): update types in emulation.js
[ { "change_type": "MODIFY", "diff": "*/\n'use strict';\n-const Driver = require('../gather/driver'); // eslint-disable-line no-unused-vars\n-const mobile3G = require('../config/constants').throttling.mobile3G;\n+/** @typedef {import('../gather/driver.js')} Driver */\n/**\n* Nexus 5X metrics adapted from emul...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(tsc): update types in emulation.js (#5830)
1
core
tsc
807,849
13.08.2018 16:57:21
25,200
1a4afda95e7fffe06357edb97fbea9a73fb31f71
test(publish): Full coverage of verification methods
[ { "change_type": "ADD", "diff": "+\"use strict\";\n+\n+jest.mock(\"@lerna/child-process\");\n+\n+const childProcess = require(\"@lerna/child-process\");\n+const { getPackages } = require(\"@lerna/project\");\n+const loggingOutput = require(\"@lerna-test/logging-output\");\n+const initFixture = require(\"@le...
JavaScript
MIT License
lerna/lerna
test(publish): Full coverage of verification methods
1
test
publish
807,849
13.08.2018 17:05:51
25,200
42f4fdd0ddbb04bb95c69ad7296d3829eea34d91
fix(publish): Do not ping third-party registries refs
[ { "change_type": "MODIFY", "diff": "@@ -36,6 +36,17 @@ describe(\"verifyNpmRegistry\", () => {\n});\n});\n+ test(\"does not ping private registry\", async () => {\n+ const registry = \"https://my-own-private-idaho.com/\";\n+\n+ await verifyNpmRegistry(cwd, { registry });\n+\n+ expect(childProcess.exec).not....
JavaScript
MIT License
lerna/lerna
fix(publish): Do not ping third-party registries refs #1560
1
fix
publish
807,849
13.08.2018 17:10:57
25,200
516b381c130a99ac7844eb6132c092a0dd670641
chore(publish): correct coverage ignore
[ { "change_type": "MODIFY", "diff": "@@ -251,7 +251,7 @@ class PublishCommand extends Command {\nchain = chain.then(() => verifyNpmRegistry(this.project.rootPath, this.npmConfig));\n}\n- /* istanbul ignore else */\n+ /* istanbul ignore if */\nif (process.env.LERNA_INTEGRATION) {\nreturn chain;\n}\n", "ne...
JavaScript
MIT License
lerna/lerna
chore(publish): correct coverage ignore
1
chore
publish
730,429
13.08.2018 17:16:49
14,400
32c7831a8096728611e6439ae67b665f9c00520f
fix(activity-system-message): remove incorrect required prop
[ { "change_type": "MODIFY", "diff": "@@ -27,7 +27,7 @@ export const SYSTEM_MESSAGE_VERBS = [\nconst propTypes = {\nactivity: PropTypes.shape({\nduration: PropTypes.number,\n- isGroupCall: PropTypes.bool.isRequired,\n+ isGroupCall: PropTypes.bool,\nparticipants: PropTypes.shape({\nitems: PropTypes.arrayOf(\nP...
JavaScript
MIT License
webex/react-widgets
fix(activity-system-message): remove incorrect required prop
1
fix
activity-system-message
730,429
13.08.2018 17:18:00
14,400
ee1b811bbad05ff9ef2657c6e5d55519606edf5f
feat(message): use convo loading status
[ { "change_type": "MODIFY", "diff": "@@ -80,6 +80,9 @@ import {destinationTypes} from './';\nconst injectedPropTypes = {\navatar: PropTypes.object.isRequired,\nactivity: PropTypes.object.isRequired,\n+ activitiesStatus: PropTypes.shape({\n+ isLoadingHistoryUp: PropTypes.bool\n+ }).isRequired,\nconversation: ...
JavaScript
MIT License
webex/react-widgets
feat(message): use convo loading status
1
feat
message
76,605
13.08.2018 17:19:05
-7,200
b9205c85de70fa6732315af63bd56ddc2dbf9994
feat: Adding recognizer for Microsoft Bot Framework.
[ { "change_type": "MODIFY", "diff": "@@ -36,6 +36,7 @@ const {\nconst { SentimentAnalyzer, SentimentManager } = require('./sentiment');\nconst { Evaluator, SimilarSearch } = require('./util');\nconst { XTableUtils, XTable, XDoc } = require('./xtables');\n+const { ConversationContext, MemoryConversationContex...
JavaScript
MIT License
axa-group/nlp.js
feat: Adding recognizer for Microsoft Bot Framework.
1
feat
null
730,429
13.08.2018 17:30:10
14,400
7a5ae621ac0271994eb0132bfa2694763cc3e761
feat(r-m-conversation): filter update content activities from store
[ { "change_type": "MODIFY", "diff": "// Jest Snapshot v1, https://goo.gl/fbAQLP\n-exports[`redux module conversation reducer ADD_PARTICIPANT should handle add participant and remove from in flight 1`] = `\n+exports[`redux module conversation reducer ADD_ACTIVITIES_TO_CONVERSATION should add activities to the...
JavaScript
MIT License
webex/react-widgets
feat(r-m-conversation): filter update content activities from store
1
feat
r-m-conversation
730,424
13.08.2018 17:45:15
14,400
167ec303d858f2219cdd0007ed42a8bc0c77bf26
chore(tooling): remove browser from babel env
[ { "change_type": "MODIFY", "diff": "\"react\",\n[\"env\", {\n\"targets\": {\n- \"browsers\": [\"last 2 versions\", \"safari >= 7\", \"ie 11\"]\n+ \"browsers\": [\"last 2 versions\", \"safari >= 10\", \"ie 11\", \"not IE < 11\", \"> 1%\"]\n}\n}]\n],\n", "new_path": ".babelrc", "old_path": ".babelrc" ...
JavaScript
MIT License
webex/react-widgets
chore(tooling): remove browser from babel env
1
chore
tooling
730,424
13.08.2018 17:48:15
14,400
2bcbeb019fc09d3f9706fa8ca5844727b045965a
fix(r-m-activities): add check for actor field
[ { "change_type": "MODIFY", "diff": "export function constructActivity(activity) {\nreturn {\nid: activity.id,\n- actor: activity.actor.id,\n+ actor: activity.actor ? activity.actor.id : undefined,\ntype: activity.verb,\nobjectType: activity.objectType,\npublished: activity.published,\n", "new_path": "pa...
JavaScript
MIT License
webex/react-widgets
fix(r-m-activities): add check for actor field
1
fix
r-m-activities
730,424
13.08.2018 17:49:03
14,400
ff6061a0d66a8788c9af3f536b4ea3e1daa3f928
feat(widget-meet): enable sip calling
[ { "change_type": "MODIFY", "diff": "@@ -32,7 +32,7 @@ export const ownPropTypes = {\ndestination: PropTypes.shape({\n// Email or Hydra ID\nid: PropTypes.string.isRequired,\n- type: PropTypes.oneOf(['email', 'spaceId', 'userId'])\n+ type: PropTypes.oneOf(['email', 'spaceId', 'userId', 'sip'])\n}).isRequired,...
JavaScript
MIT License
webex/react-widgets
feat(widget-meet): enable sip calling
1
feat
widget-meet
730,424
13.08.2018 17:49:51
14,400
ff540c6aaffaf47747e24b91a603a1152c09f2e9
feat(widget-space): enable sip calling
[ { "change_type": "MODIFY", "diff": "@@ -126,7 +126,7 @@ export function getSpaceDetails({\n}) {\nreturn (dispatch) => {\n// We cannot fetch space details for 1:1's here, it will be handled in conversation store\n- if (destinationType === destinationTypes.EMAIL || destinationType === destinationTypes.USERID)...
JavaScript
MIT License
webex/react-widgets
feat(widget-space): enable sip calling
1
feat
widget-space
807,849
13.08.2018 17:59:26
25,200
3d348ec298791a05ff1827577ec723191bf968cf
fix(publish): Run publish from leaf nodes again This allows various package managers who shall not be named to infer things from the current working directory context instead of the (often private) root. Fixes
[ { "change_type": "MODIFY", "diff": "\"use strict\";\nconst os = require(\"os\");\n-const fs = require(\"fs-extra\");\nconst path = require(\"path\");\nconst pFinally = require(\"p-finally\");\nconst pMap = require(\"p-map\");\n@@ -419,8 +418,6 @@ class PublishCommand extends Command {\nnpmPublish(pkg, distT...
JavaScript
MIT License
lerna/lerna
fix(publish): Run publish from leaf nodes again This allows various package managers who shall not be named to infer things from the current working directory context instead of the (often private) root. Fixes #1560
1
fix
publish
815,745
13.08.2018 18:15:55
-10,800
23092d12ec154e7c4fc3e3027f8e97e7b3a261c8
chore: don't output skipped tests
[ { "change_type": "MODIFY", "diff": "@@ -44,6 +44,9 @@ module.exports = function (config) {\n// possible values: 'dots', 'progress', 'mocha'\n// available reporters: https://npmjs.org/browse/keyword/karma-reporter\nreporters: [\"mocha\"],\n+ mochaReporter: {\n+ ignoreSkipped: true\n+ },\n// web server port\n...
TypeScript
MIT License
ng-select/ng-select
chore: don't output skipped tests
1
chore
null
815,745
13.08.2018 18:55:25
-10,800
e270d2736173db0d6732a7298132963073182cbc
chore: don't close modal on esc closes
[ { "change_type": "MODIFY", "diff": "@@ -141,9 +141,11 @@ import { delay } from 'rxjs/operators';\n<label for=\"album\">Favorite photo</label>\n<ng-select [items]=\"photos\"\n(change)=\"changePhoto($event)\"\n+ #select\nbindLabel=\"title\"\nbindValue=\"thumbnailUrl\"\nplaceholder=\"Select photo\"\n+ (keyup.e...
TypeScript
MIT License
ng-select/ng-select
chore: don't close modal on esc closes #612
1
chore
null
730,412
13.08.2018 20:14:40
0
b08b1591594d39795886232eac0e9f0a7ab2facd
chore(release): 0.1.336
[ { "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.336\"></a>\n+## [0.1.336](https://github.com/webex/react-ciscospark/compare/v0.1....
JavaScript
MIT License
webex/react-widgets
chore(release): 0.1.336
1
chore
release
730,412
13.08.2018 22:05:53
0
5ea851e6aa06af319f9f26b13430ecaa0a113611
chore(release): 0.1.337
[ { "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.337\"></a>\n+## [0.1.337](https://github.com/webex/react-ciscospark/compare/v0.1....
JavaScript
MIT License
webex/react-widgets
chore(release): 0.1.337
1
chore
release
791,821
13.08.2018 22:48:21
25,200
bb44a7d7789a518c291c194d697b80e90b9f3a31
core(uses-long-cache-ttl): handle multiple cache-control headers
[ { "change_type": "MODIFY", "diff": "@@ -185,8 +185,14 @@ class CacheHeaders extends Audit {\n/** @type {Map<string, string>} */\nconst headers = new Map();\nfor (const header of record.responseHeaders || []) {\n+ if (headers.has(header.name.toLowerCase())) {\n+ const previousHeaderValue = headers.get(header...
JavaScript
Apache License 2.0
googlechrome/lighthouse
core(uses-long-cache-ttl): handle multiple cache-control headers (#5745)
1
core
uses-long-cache-ttl
76,605
13.08.2018 23:58:21
-7,200
3e7cad1dda3cd94240ac125634ce71c6819e0bad
test: Adding tests Added tests for memory-conversation-context Added tests for recognizer
[ { "change_type": "MODIFY", "diff": "@@ -80,8 +80,10 @@ class NlpManager {\nconst locales = Array.isArray(srcLocales) ? srcLocales : [srcLocales];\nlocales.forEach((locale) => {\nconst truncated = NlpUtil.getTruncatedLocale(locale);\n- if (!this.classifiers[truncated]) {\n+ if (!this.languages.includes(trunc...
JavaScript
MIT License
axa-group/nlp.js
test: Adding tests - Added tests for memory-conversation-context - Added tests for recognizer
1
test
null
730,412
14.08.2018 03:30:20
0
fc36c252ffcae86336243a75ea7a7dd23f8653b4
chore(release): 0.1.338
[ { "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.338\"></a>\n+## [0.1.338](https://github.com/webex/react-ciscospark/compare/v0.1....
JavaScript
MIT License
webex/react-widgets
chore(release): 0.1.338
1
chore
release
791,834
14.08.2018 09:56:25
25,200
85e6ba948aa7f808cd4b9e0b54ba2782b7c17528
report: make red/orange/green score color thresholds tougher
[ { "change_type": "MODIFY", "diff": "const ELLIPSIS = '\\u2026';\nconst NBSP = '\\xa0';\n-const PASS_THRESHOLD = 0.75;\n+const PASS_THRESHOLD = 0.9;\nconst RATINGS = {\nPASS: {label: 'pass', minScore: PASS_THRESHOLD},\n- AVERAGE: {label: 'average', minScore: 0.45},\n+ AVERAGE: {label: 'average', minScore: 0....
JavaScript
Apache License 2.0
googlechrome/lighthouse
report: make red/orange/green score color thresholds tougher (#5831)
1
report
null
807,966
14.08.2018 11:15:25
18,000
d6007ee12ad9c89a78a286b675bff447d4dcbfb7
docs: Clarify that lerna list takes all filter flags It wasn't clear that `list` accepted all filter options. Just changed the wording to make it more clear
[ { "change_type": "MODIFY", "diff": "@@ -29,7 +29,7 @@ In any case, you can always pass `--loglevel silent` to create pristine chains o\n* [`-l`, `--long`](#--long)\n* [`-p`, `--parseable`](#--parseable)\n-`lerna ls` respects the `--ignore` and `--scope` flags (see [Filter Flags](https://www.npmjs.com/packag...
JavaScript
MIT License
lerna/lerna
docs: Clarify that lerna list takes all filter flags (#1564) It wasn't clear that `list` accepted all filter options. Just changed the wording to make it more clear
1
docs
null
807,849
14.08.2018 13:11:01
25,200
47766e51d835a4c78adc942c3ec5334066c4ce8d
fix(publish): Add confirmation prompt before execution This will notify the user how many packages are eligible to publish, and empower them to change their minds before making irrevocable changes to the public registry. Fixes
[ { "change_type": "MODIFY", "diff": "@@ -14,6 +14,7 @@ const path = require(\"path\");\n// mocked modules\nconst writePkg = require(\"write-pkg\");\nconst npmPublish = require(\"@lerna/npm-publish\");\n+const PromptUtilities = require(\"@lerna/prompt\");\n// helpers\nconst initFixture = require(\"@lerna-test...
JavaScript
MIT License
lerna/lerna
fix(publish): Add confirmation prompt before execution This will notify the user how many packages are eligible to publish, and empower them to change their minds before making irrevocable changes to the public registry. Fixes #1566
1
fix
publish
807,849
14.08.2018 13:31:19
25,200
da2f8862ecf50661e8316ddbde9f852280c91ced
fix(help): Insert line break before describing boolean negations
[ { "change_type": "MODIFY", "diff": "@@ -48,12 +48,12 @@ exports.builder = yargs => {\ntype: \"boolean\",\n},\n\"verify-access\": {\n- describe: \"Verify package read-write access for current npm user. Pass --no-verify-access to disable.\",\n+ describe: \"Verify package read-write access for current npm user...
JavaScript
MIT License
lerna/lerna
fix(help): Insert line break before describing boolean negations
1
fix
help
807,849
14.08.2018 13:32:56
25,200
3ea460c9254427837f836cd31feaa9c9a6d0f86b
fix(options): Provide -y alias for --yes
[ { "change_type": "MODIFY", "diff": "@@ -11,9 +11,10 @@ exports.describe = \"Remove the node_modules directory from all packages\";\nexports.builder = yargs => {\nyargs.options({\n- yes: {\n+ y: {\ngroup: \"Command Options:\",\ndescribe: \"Skip all confirmation prompts\",\n+ alias: \"yes\",\ntype: \"boolean\...
JavaScript
MIT License
lerna/lerna
fix(options): Provide -y alias for --yes
1
fix
options
807,849
14.08.2018 13:38:34
25,200
f4aed759d775fc8e95ea78083e9e8973b8941f9a
fix(global-options): Allow --sort to be configured from file
[ { "change_type": "MODIFY", "diff": "@@ -26,7 +26,7 @@ function globalOptions(yargs, { ci = false, loglevel = \"info\", progress = true }\ntype: \"boolean\",\n},\nsort: {\n- default: true,\n+ defaultDescription: \"true\",\ndescribe: \"Sort packages topologically (dependencies before dependents).\\nPass --no-...
JavaScript
MIT License
lerna/lerna
fix(global-options): Allow --sort to be configured from file
1
fix
global-options
807,849
14.08.2018 13:39:35
25,200
21e134c3d11e3ce688735bf1b59d37f847c19b3c
fix(filter-options): Allow --private to be configured from file
[ { "change_type": "MODIFY", "diff": "@@ -18,7 +18,7 @@ function filterOptions(yargs) {\nprivate: {\ndescribe: \"Include private packages.\\nPass --no-private to exclude private packages.\",\ntype: \"boolean\",\n- default: true,\n+ defaultDescription: \"true\",\n},\nsince: {\ndescribe: dedent`\n", "new_pa...
JavaScript
MIT License
lerna/lerna
fix(filter-options): Allow --private to be configured from file
1
fix
filter-options
807,849
14.08.2018 14:18:05
25,200
a97262c195f3589e9d0621dc6ec8f576551d0f23
fix(collect-updates): Remove period from committish log message
[ { "change_type": "MODIFY", "diff": "@@ -31,7 +31,7 @@ function collectUpdates(filteredPackages, packageGraph, execOpts, commandOptions\n}\n}\n- log.info(\"\", `Looking for changed packages since ${committish || \"initial commit\"}.`);\n+ log.info(\"\", `Looking for changed packages since ${committish || \"i...
JavaScript
MIT License
lerna/lerna
fix(collect-updates): Remove period from committish log message
1
fix
collect-updates
807,849
14.08.2018 15:04:47
25,200
89645b76327b07115e7ca7aaaf56ed4f9b2edc03
fix(version): Log skipped publish when composed This moves a redundant publish integration test into the unit tests.
[ { "change_type": "MODIFY", "diff": "@@ -13,6 +13,7 @@ jest.mock(\"../../version/lib/is-behind-upstream\");\nconst npmDistTag = require(\"@lerna/npm-dist-tag\");\nconst npmPublish = require(\"@lerna/npm-publish\");\nconst PromptUtilities = require(\"@lerna/prompt\");\n+const collectUpdates = require(\"@lerna...
JavaScript
MIT License
lerna/lerna
fix(version): Log skipped publish when composed This moves a redundant publish integration test into the unit tests.
1
fix
version
807,849
14.08.2018 15:05:48
25,200
936ce03b025827103d99a7d4badedad8600b942d
test(publish): Move option validation into unit tests
[ { "change_type": "MODIFY", "diff": "@@ -53,6 +53,28 @@ describe(\"PublishCommand\", () => {\nexpect(logMessages).toContain(\"No changed packages to publish\");\nexpect(verifyNpmRegistry).not.toBeCalled();\n});\n+\n+ it(\"exits non-zero with --scope\", async () => {\n+ try {\n+ await lernaPublish(cwd)(\"--sc...
JavaScript
MIT License
lerna/lerna
test(publish): Move option validation into unit tests
1
test
publish
730,424
14.08.2018 16:19:04
14,400
d599d80827f2346fa5c9ca91de116c2ec063cf1e
feat(widget-demo): add sip calling
[ { "change_type": "MODIFY", "diff": "@@ -21,7 +21,8 @@ const {\nDESTINATION_PROP_MODE_MAIN,\nMODE_ONE_ON_ONE,\nMODE_ONE_ON_ONE_ID,\n- MODE_SPACE\n+ MODE_SPACE,\n+ MODE_SIP\n} = destinationConstants;\nconst spaceWidgetElementId = 'my-ciscospark-space-widget';\n@@ -34,18 +35,25 @@ class DemoWidget extends Comp...
JavaScript
MIT License
webex/react-widgets
feat(widget-demo): add sip calling
1
feat
widget-demo
807,849
14.08.2018 16:30:19
25,200
f5ae2986d3382ea8f2ab0637df2d7ef13b5cf28f
chore(helpers): Extract commitChangeToPackage()
[ { "change_type": "ADD", "diff": "+\"use strict\";\n+\n+const path = require(\"path\");\n+const loadJsonFile = require(\"load-json-file\");\n+const writeJsonFile = require(\"write-json-file\");\n+const gitAdd = require(\"@lerna-test/git-add\");\n+const gitCommit = require(\"@lerna-test/git-commit\");\n+\n+mo...
JavaScript
MIT License
lerna/lerna
chore(helpers): Extract commitChangeToPackage()
1
chore
helpers
807,849
14.08.2018 16:49:05
25,200
6b005f0172178604294910343df6b50f3f86c431
test(bootstrap): Split bootstrap integration tests to get faster feedback on slow tests
[ { "change_type": "DELETE", "diff": "-// Jest Snapshot v1, https://goo.gl/fbAQLP\n-\n-exports[`lerna bootstrap --ci: stderr 1`] = `\n-lerna info version __TEST_VERSION__\n-lerna info Bootstrapping 1 package\n-lerna info Installing external dependencies\n-lerna info Symlinking packages and binaries\n-lerna su...
JavaScript
MIT License
lerna/lerna
test(bootstrap): Split bootstrap integration tests to get faster feedback on slow tests
1
test
bootstrap
730,424
14.08.2018 16:56:14
14,400
91172714ddbd00862482fff2a5e6b70f7dd15214
docs(widget-space): add sip to docs
[ { "change_type": "MODIFY", "diff": "@@ -111,7 +111,7 @@ When loading the widgets there are some configuration options you can provide:\n| Name | Data API | Description |\n|:--|:-------|---|\n| `destinationId` | `data-destination-id` | Space ID/email/user id of the space you want to open. |\n-| `destinationT...
JavaScript
MIT License
webex/react-widgets
docs(widget-space): add sip to docs
1
docs
widget-space
730,429
14.08.2018 17:13:05
14,400
170e066433e9c670a4c9a5bcfdc686ae2861d9c3
fix(token-input): update aria labels to match previous use
[ { "change_type": "MODIFY", "diff": "@@ -70,18 +70,18 @@ class TokenInput extends Component {\n<CardText expandable>\n<div className={style.select}>\n<RadioButtonGroup\n- aria-label=\"Access Token Type\"\n+ aria-label=\"Choose Access Token Type\"\nname=\"tokenType\"\nonChange={this.handleTypeChange}\nvalueSe...
JavaScript
MIT License
webex/react-widgets
fix(token-input): update aria labels to match previous use
1
fix
token-input
807,849
14.08.2018 17:20:22
25,200
ef6edbdb8a1bc59190b1019a43a0f1eaf55e97ee
chore(build): Always run integration tests with --maxWorkers=2
[ { "change_type": "MODIFY", "diff": "\"description\": \"lerna dog-fooding lerna\",\n\"private\": true,\n\"scripts\": {\n- \"ci\": \"npm test -- --ci --coverage --maxWorkers=2 --verbose && npm run integration -- --ci --runInBand\",\n+ \"ci\": \"npm test -- --ci --coverage --maxWorkers=2 --verbose && npm run i...
JavaScript
MIT License
lerna/lerna
chore(build): Always run integration tests with --maxWorkers=2
1
chore
build
807,849
14.08.2018 17:23:10
25,200
009b113910a141bab1e0b22804b1574a54b42b9a
chore(ci): Run ci script instead of sequential copypasta The previous method was running all integration tests after unit test failure.
[ { "change_type": "MODIFY", "diff": "@@ -33,8 +33,7 @@ before_script:\n- git config --global user.name \"Tester McPerson\"\nscript:\n- - npm test -- --ci --coverage --maxWorkers=2 --verbose\n- - npm run integration -- --ci --runInBand\n+ - npm run ci\nnotifications:\nslack: lernajs:qHyrojRoqBBu7OhDyX1OMiHQ\n...
JavaScript
MIT License
lerna/lerna
chore(ci): Run ci script instead of sequential copypasta The previous method was running all integration tests after unit test failure.
1
chore
ci
807,849
14.08.2018 17:43:54
25,200
4c8373556b42fab6135174adf760f359af92f1dd
chore: bump transitive dependencies
[ { "change_type": "MODIFY", "diff": "\"integrity\": \"sha512-LAQ1d4OPfSJ/BMbI2DuizmYrrkD9JMaTdi2hQTlI53lQ4kRQPyZQRS4CYQ7O66bnBBnP/oYdRxbk++X0xuFU6A==\"\n},\n\"JSONStream\": {\n- \"version\": \"1.3.3\",\n- \"resolved\": \"https://registry.npmjs.org/JSONStream/-/JSONStream-1.3.3.tgz\",\n- \"integrity\": \"sha5...
JavaScript
MIT License
lerna/lerna
chore: bump transitive dependencies
1
chore
null