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 ⌀ |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
730,412 | 23.08.2018 01:43:19 | 0 | eaeaac201c9ef256d6232b243a923ffa3da2fcc7 | chore(release): 0.1.344 | [
{
"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.344\"></a>\n+## [0.1.344](https://github.com/webex/react-ciscospark/compare/v0.1.... | JavaScript | MIT License | webex/react-widgets | chore(release): 0.1.344 | 1 | chore | release |
679,913 | 23.08.2018 03:11:52 | -3,600 | 519394b3d571a2a231092b37d355e0a30f287bc2 | feat(api): add NumericArray and TypedArray types | [
{
"change_type": "MODIFY",
"diff": "@@ -31,6 +31,8 @@ export type FnAny<T> = (...xs: any[]) => T;\n*/\nexport type Listener = (e: Event) => void;\n+export type NumericArray = number[] | TypedArray;\n+\n/**\n* Lookup path for nested data structures.\n*/\n@@ -61,6 +63,17 @@ export type StatefulPredicate<T> = ... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(api): add NumericArray and TypedArray types | 1 | feat | api |
679,913 | 23.08.2018 03:12:43 | -3,600 | fb3c04dac0914f392fe883d3f146314fc5e70638 | refactor(vectors): make Vec & Mat type aliases of NumericArray | [
{
"change_type": "MODIFY",
"diff": "-export type TypedArray =\n- Float32Array |\n- Float64Array |\n- Int8Array |\n- Int16Array |\n- Int32Array |\n- Uint8Array |\n- Uint8ClampedArray |\n- Uint16Array |\n- Uint32Array;\n+import { NumericArray } from \"@thi.ng/api/api\";\n-export type Vec = number[] | TypedArr... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(vectors): make Vec & Mat type aliases of NumericArray | 1 | refactor | vectors |
679,913 | 23.08.2018 03:15:02 | -3,600 | 0bd860e6257009f4b05c8031661f2240dfafc33e | feat(transducers): add fill() & fillN() reducers | [
{
"change_type": "MODIFY",
"diff": "@@ -12,6 +12,7 @@ export * from \"./rfn/assoc-obj\";\nexport * from \"./rfn/conj\";\nexport * from \"./rfn/count\";\nexport * from \"./rfn/every\";\n+export * from \"./rfn/fill\";\nexport * from \"./rfn/frequencies\";\nexport * from \"./rfn/group-binary\";\nexport * from ... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(transducers): add fill() & fillN() reducers | 1 | feat | transducers |
679,913 | 23.08.2018 03:20:20 | -3,600 | 8565edb811fcfcf05da12040dd6ca5b77fdb1b73 | fix(rle-pack): fix initial repeat counts in encodeBytes(), update readme | [
{
"change_type": "MODIFY",
"diff": "@@ -7,8 +7,8 @@ This project is part of the\n## About\n-Binary run-length encoding packer/unpacker w/ flexible repeat bit\n-widths. Written in TypeScript, distributed in ES6.\n+Binary run-length encoding packer/unpacker w/ support for flexible input\n+word sizes and repea... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(rle-pack): fix initial repeat counts in encodeBytes(), update readme | 1 | fix | rle-pack |
730,414 | 23.08.2018 09:33:59 | 14,400 | d9ad41fdd205f31f573bed5e9d984268fe73005d | fix(tap): fix config prefix error | [
{
"change_type": "MODIFY",
"diff": "@@ -39,6 +39,9 @@ pipeline {\nsh '''#!/bin/bash -e\nsource ~/.nvm/nvm.sh\nnvm use v8.11.3\n+ # Fix 'nvm is not compatible with the npm config \"prefix\" option'\n+ npm config delete prefix\n+ # Run tests\nCISCOSPARK_CLIENT_ID=C873b64d70536ed26df6d5f81e01dafccbd0a0af2e2532... | JavaScript | MIT License | webex/react-widgets | fix(tap): fix config prefix error | 1 | fix | tap |
730,414 | 23.08.2018 09:45:53 | 14,400 | 404096f7c0beaeefd32c4fc3f94475826d5258d4 | chore(tap): add clarifying comment | [
{
"change_type": "MODIFY",
"diff": "@@ -39,7 +39,9 @@ pipeline {\nsh '''#!/bin/bash -e\nsource ~/.nvm/nvm.sh\nnvm use v8.11.3\n- # Fix 'nvm is not compatible with the npm config \"prefix\" option'\n+ # Fix 'nvm is not compatible with the npm config \"prefix\" option'.\n+ # This error can happen when this ag... | JavaScript | MIT License | webex/react-widgets | chore(tap): add clarifying comment | 1 | chore | tap |
76,605 | 23.08.2018 09:52:27 | -7,200 | 6cc8ce9b0920a3113ca02ea525cd08ef4b3a5e35 | doc: Adding comments. | [
{
"change_type": "MODIFY",
"diff": "@@ -77,6 +77,7 @@ class Language {\n* @param {String} utterance Utterance wich we want to guess the language.\n* @param {String[]} whitelist Whitelist of accepted languages.\n* @param {Number} limit Limit of results.\n+ * @returns {Object[]} Array of guesses.\n*/\nguess(u... | JavaScript | MIT License | axa-group/nlp.js | doc: Adding comments. | 1 | doc | null |
730,429 | 23.08.2018 11:03:55 | 14,400 | 0097c7b9389373c8a13c2ae5d30644d31612364a | fix(tap): clear cookies after tests
When moving to another test suite, previous user was
still logged in. Added a flush of the cookies in an
"after" block for each tap test. | [
{
"change_type": "MODIFY",
"diff": "@@ -82,7 +82,9 @@ describe('Widget Recents', () => {\nafter('disconnect', () => Promise.all([\nmarty.spark.internal.mercury.disconnect(),\nlorraine.spark.internal.mercury.disconnect(),\n- docbrown.spark.internal.mercury.disconnect()\n+ docbrown.spark.internal.mercury.disc... | JavaScript | MIT License | webex/react-widgets | fix(tap): clear cookies after tests
When moving to another test suite, previous user was
still logged in. Added a flush of the cookies in an
"after" block for each tap test. | 1 | fix | tap |
730,414 | 23.08.2018 11:08:39 | 14,400 | 5e125cf385c6f232be9a297236ab4403ca350494 | refactor(tap): upgrade packages | [
{
"change_type": "MODIFY",
"diff": "}\n},\n\"@ciscospark/test-helper-retry\": {\n- \"version\": \"1.32.22\",\n- \"resolved\": \"https://registry.npmjs.org/@ciscospark/test-helper-retry/-/test-helper-retry-1.32.22.tgz\",\n- \"integrity\": \"sha1-zJR+AppeE/y6cxBrDU/kLfaLR18=\",\n+ \"version\": \"1.34.2\",\n+ ... | JavaScript | MIT License | webex/react-widgets | refactor(tap): upgrade packages | 1 | refactor | tap |
749,547 | 23.08.2018 11:22:20 | -36,000 | d8e5bb151d74a8c933d7c7f21ac0632bf6e5f14a | fix(menus): Remove event on unmount
Now correctly calls `removeEventListener` on unmount. | [
{
"change_type": "MODIFY",
"diff": "@@ -159,7 +159,7 @@ class MenuContainer extends ControlledComponent {\ncomponentWillUnmount() {\nconst doc = getDocument ? getDocument(this.props) : document;\n- doc.addEventListener('mousedown', this.handleOutsideMouseDown);\n+ doc.removeEventListener('mousedown', this.h... | TypeScript | Apache License 2.0 | zendeskgarden/react-components | fix(menus): Remove event on unmount (#120)
Now correctly calls `removeEventListener` on unmount. | 1 | fix | menus |
791,690 | 23.08.2018 14:55:57 | 25,200 | 58799850bcd919dacd1df42f59075cdeeea44f04 | tests(smokehouse): update passive listener expectations | [
{
"change_type": "MODIFY",
"diff": "@@ -209,12 +209,12 @@ function websqlTest() {\n}\nfunction passiveEventsListenerTest() {\n- // FAIL\n+ // FAIL or PASS - field trial for document level defaulting to passive M71+\nwindow.addEventListener('wheel', function(e) {\nconsole.log('wheel');\n});\n- // FAIL\n+ // ... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | tests(smokehouse): update passive listener expectations (#5899) | 1 | tests | smokehouse |
791,690 | 23.08.2018 14:57:41 | 25,200 | bb363ff73b8bd593218971664da83b829f414a18 | core(network): handle LR transferSize | [
{
"change_type": "MODIFY",
"diff": "@@ -93,6 +93,8 @@ module.exports = class NetworkRequest {\nthis.initiatorRequest = undefined;\n/** @type {HeaderEntry[]} */\nthis.responseHeaders = [];\n+ /** @type {string} */\n+ this.responseHeadersText = '';\nthis.fetchedViaServiceWorker = false;\n/** @type {string|und... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(network): handle LR transferSize (#5895) | 1 | core | network |
730,412 | 23.08.2018 15:15:17 | 0 | 6db316b3af021ed37d7cd8723fb2107123fcf7d8 | chore(release): 0.1.345 | [
{
"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.345\"></a>\n+## [0.1.345](https://github.com/webex/react-ciscospark/compare/v0.1.... | JavaScript | MIT License | webex/react-widgets | chore(release): 0.1.345 | 1 | chore | release |
730,412 | 23.08.2018 16:42:55 | 0 | 0586eb14f141615c96972fff4558b928300f8d56 | chore(release): 0.1.346 | [
{
"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.346\"></a>\n+## [0.1.346](https://github.com/webex/react-ciscospark/compare/v0.1.... | JavaScript | MIT License | webex/react-widgets | chore(release): 0.1.346 | 1 | chore | release |
679,913 | 23.08.2018 18:24:23 | -3,600 | 2c3a1147d9a895e6641990ca187e81a526afd306 | feat(transducers): add GroupByOpts interface, update groupBy* reducers
add support for direct reduction if optional iterable is provided
BREAKING CHANGE: groupByMap() & groupByObj() args now given as
options object | [
{
"change_type": "MODIFY",
"diff": "@@ -35,3 +35,8 @@ export interface SortOpts<A, B> {\n*/\ncompare: Comparator<B>;\n}\n+\n+export interface GroupByOpts<SRC, KEY, GROUP> {\n+ key: Fn<SRC, KEY>;\n+ group: Reducer<GROUP, SRC>;\n+}\n",
"new_path": "packages/transducers/src/api.ts",
"old_path": "packag... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(transducers): add GroupByOpts interface, update groupBy* reducers
- add support for direct reduction if optional iterable is provided
BREAKING CHANGE: groupByMap() & groupByObj() args now given as
options object | 1 | feat | transducers |
679,913 | 24.08.2018 13:24:11 | -3,600 | 40415217c408d069997742f951dedc59ff76878a | feat(rle-pack): further update data format (non-repeats)
successive non-repeat values are now chunked and waste less bits
fix wordSize header field (write size-1)
update tests | [
{
"change_type": "MODIFY",
"diff": "@@ -10,42 +10,61 @@ export type RLESizes = [number, number, number, number];\n* @param src\n* @param num number of input words\n* @param wordSize in bits, range 1 - 32\n+ * @param rleSizes run-length group sizes (in bits, max. 16)\n*/\nexport function encode(src: Iterable... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(rle-pack): further update data format (non-repeats)
- successive non-repeat values are now chunked and waste less bits
- fix wordSize header field (write size-1)
- update tests | 1 | feat | rle-pack |
679,913 | 24.08.2018 13:24:37 | -3,600 | 1025996e7f3fb398a8d9a298ad9de56a02238b0d | docs(rle-pack): update readme & diagram | [
{
"change_type": "MODIFY",
"diff": "digraph g {\nfontname=Inconsolata;\nrankdir=LR;\n- node[shape=square,width=1.5,fontname=Inconsolata];\n+ node[shape=square,width=1.75,fontname=Inconsolata];\nsubgraph cluster0 {\n- label=\"header\";\n+ label=\"Header\";\nstyle=\"filled\";\nbgcolor=\"#eeeeee\";\nnum[label=... | TypeScript | Apache License 2.0 | thi-ng/umbrella | docs(rle-pack): update readme & diagram | 1 | docs | rle-pack |
679,913 | 24.08.2018 13:32:35 | -3,600 | 599f2b668571c24e15eaf4c7187c6b11b18881cc | feat(transducers): update base64Encode() to return string if input given | [
{
"change_type": "MODIFY",
"diff": "@@ -58,11 +58,14 @@ export interface Base64EncodeOpts {\n*/\nexport function base64Encode(): Transducer<number, string>;\nexport function base64Encode(opts: Partial<Base64EncodeOpts>): Transducer<number, string>;\n-export function base64Encode(src: Iterable<number>): Iter... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(transducers): update base64Encode() to return string if input given | 1 | feat | transducers |
679,913 | 24.08.2018 13:34:12 | -3,600 | d861bdd126d54f5d944d4895585b18769368eafc | fix(transducers): iterator1() final reduced value handling | [
{
"change_type": "MODIFY",
"diff": "@@ -40,9 +40,12 @@ export function* iterator<A, B>(xform: Transducer<A, B>, xs: Iterable<A>): Itera\nexport function* iterator1<A, B>(xform: Transducer<A, B>, xs: Iterable<A>): IterableIterator<B> {\nconst reduce = (<Reducer<B, A>>xform([null, null, (acc, x) => (acc = x)]... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(transducers): iterator1() final reduced value handling | 1 | fix | transducers |
217,922 | 24.08.2018 14:07:58 | -7,200 | a2a0f9abdcbe1475734105698c770c5addc0741e | chore: fixes for new state system | [
{
"change_type": "MODIFY",
"diff": "@@ -30,9 +30,6 @@ import { BrowserAnimationsModule } from '@angular/platform-browser/animations';\nimport { PipesModule } from './pipes/pipes.module';\nimport * as fromAuth from './reducers/auth.reducer';\nimport { AuthEffects } from './effects/auth.effects';\n-import { i... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: fixes for new state system | 1 | chore | null |
791,690 | 24.08.2018 15:03:22 | 25,200 | 6e906919933f6cdf254ad91e62276a32f00e2d1b | core(preload): remove CRC dependency | [
{
"change_type": "MODIFY",
"diff": "const URL = require('../lib/url-shim');\nconst Audit = require('./audit');\nconst UnusedBytes = require('./byte-efficiency/byte-efficiency-audit');\n+const CriticalRequestChains = require('../gather/computed/critical-request-chains');\nconst i18n = require('../lib/i18n');... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(preload): remove CRC dependency (#5901) | 1 | core | preload |
791,690 | 24.08.2018 15:03:39 | 25,200 | d891fbe6e8040f1fe94a463a8173526f1957e6cb | tests(dbw): remove createShadowRoot call | [
{
"change_type": "MODIFY",
"diff": "@@ -308,7 +308,7 @@ function deprecationsTest() {\nxhr.open('GET', 'dbw_tester.html', false);\nxhr.send();\n- window.webkitStorageInfo.PERSISTENT // FAIL\n+ // One more failure in dbw_tester.js\n}\nfunction isOnHttps() {\n",
"new_path": "lighthouse-cli/test/fixtures/d... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | tests(dbw): remove createShadowRoot call (#5906) | 1 | tests | dbw |
679,913 | 24.08.2018 15:25:07 | -3,600 | 832e57f1fa6042330eb857b2d1c263b9dd3442a5 | fix(transducers): copy&paste error (push) | [
{
"change_type": "MODIFY",
"diff": "import { Reducer } from \"../api\";\nimport { reducer } from \"../reduce\";\n-export function push<T>(): Reducer<Set<T>, T>;\n-export function push<T>(xs: Iterable<T>): Set<T>;\n+export function push<T>(): Reducer<T[], T>;\n+export function push<T>(xs: Iterable<T>): T[];\... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(transducers): copy&paste error (push) | 1 | fix | transducers |
679,913 | 24.08.2018 15:25:51 | -3,600 | 2a443a56cf8546ecbfc00714fedea648fcd62ad1 | docs(transducers-stats): update readme | [
{
"change_type": "MODIFY",
"diff": "@@ -25,6 +25,12 @@ for [technical\nstatistical analysis and replaces the older\n[@thi.ng/indicators](https://github.com/thi-ng/indicators) package.\n+The transducers provided here accept an optional input iterable, which\n+allows them them to be used directly instead of h... | TypeScript | Apache License 2.0 | thi-ng/umbrella | docs(transducers-stats): update readme | 1 | docs | transducers-stats |
791,690 | 24.08.2018 15:39:25 | 25,200 | 3ad529d937a4aa5af4e68575c6780676edd23248 | misc(logger): add time/timeEnd methods | [
{
"change_type": "MODIFY",
"diff": "'use strict';\nconst debug = require('debug');\n+const marky = require('marky');\n+\nconst EventEmitter = require('events').EventEmitter;\nconst isWindows = process.platform === 'win32';\n@@ -104,6 +106,16 @@ class Log {\nLog._logToStdErr(`${prefix}:${level || ''}`, [meth... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | misc(logger): add time/timeEnd methods (#5905) | 1 | misc | logger |
679,913 | 24.08.2018 16:08:38 | -3,600 | 3057237f9f2b70fbec6cbd7523abf8ae3178e0a5 | refactor(iges): transducer imports & usage | [
{
"change_type": "MODIFY",
"diff": "@@ -2,19 +2,15 @@ import { defmulti } from \"@thi.ng/defmulti\";\nimport { float } from \"@thi.ng/strings/float\";\nimport { padLeft } from \"@thi.ng/strings/pad-left\";\nimport { padRight } from \"@thi.ng/strings/pad-right\";\n-import {\n- comp,\n- iterator,\n- map,\n- m... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(iges): transducer imports & usage | 1 | refactor | iges |
217,922 | 24.08.2018 16:31:30 | -7,200 | 7cb46bc31af932a76a2c9e467c54dc4022933780 | chore: connected new auth system with new facade implementation | [
{
"change_type": "MODIFY",
"diff": "import { Action } from '@ngrx/store';\n-import { Entity } from './auth.reducer';\n+import { TeamcraftUser } from '../model/user/teamcraft-user';\n+import { AuthState } from './auth.reducer';\nexport enum AuthActionTypes {\n- LoadAuth = '[Auth] Load Auth',\n- AuthLoaded = ... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: connected new auth system with new facade implementation | 1 | chore | null |
679,913 | 24.08.2018 18:31:33 | -3,600 | 7a5be2132e8afa5ad27c8d43efc05c37ed46faef | fix(transducers): arg handling in rename() | [
{
"change_type": "MODIFY",
"diff": "@@ -10,16 +10,15 @@ import { filter } from \"./filter\";\nimport { map } from \"./map\";\nexport function rename<A, B>(kmap: IObjectOf<PropertyKey> | Array<PropertyKey>, rfn?: Reducer<B, [PropertyKey, A]>): Transducer<A[], B>;\n-export function rename<A, B>(kmap: IObjectO... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(transducers): arg handling in rename() | 1 | fix | transducers |
679,913 | 24.08.2018 18:52:04 | -3,600 | 89e1bd5177fa1dc890218d2dc3ee8dc2cf34ea5c | docs(rle-pack): fix diagram link | [
{
"change_type": "MODIFY",
"diff": "@@ -17,7 +17,7 @@ will be encoded using additional RLE chunks...\n### Encoding format\n-\n+\n- 32 bits - original number of words\n- 5 b... | TypeScript | Apache License 2.0 | thi-ng/umbrella | docs(rle-pack): fix diagram link | 1 | docs | rle-pack |
679,913 | 24.08.2018 18:52:20 | -3,600 | f9a1cc2ace4cc3702414b46f450ce4e7ec07082f | docs(transducers-stats): fix screenshot link | [
{
"change_type": "MODIFY",
"diff": "@@ -59,7 +59,7 @@ For some realworld use, please see the [crypto\nchart](https://github.com/thi-ng/umbrella/tree/master/examples/crypto-chart)\nexample.\n-\n+: fix screenshot link | 1 | docs | transducers-stats |
679,913 | 25.08.2018 01:16:09 | -3,600 | 866f3cdd011188348ee0026d1158e40b02c3e2d2 | refactor(cache): update iterator methods | [
{
"change_type": "MODIFY",
"diff": "@@ -39,16 +39,16 @@ export class LRUCache<K, V> implements ICache<K, V> {\nreturn this.entries();\n}\n- *entries(): IterableIterator<Readonly<[K, CacheEntry<K, V>]>> {\n- yield* map((e) => <[K, CacheEntry<K, V>]>[e.k, e], this.items);\n+ entries(): IterableIterator<Readon... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(cache): update iterator methods | 1 | refactor | cache |
76,605 | 25.08.2018 01:17:41 | -7,200 | 0e52c5c12d6f98ee49da6af3a791b82e5f0c7947 | build: version 1.2.4 | [
{
"change_type": "MODIFY",
"diff": "{\n\"name\": \"node-nlp\",\n- \"version\": \"1.2.3\",\n+ \"version\": \"1.2.4\",\n\"description\": \"Library for NLU (Natural Language Understanding) done in Node.js\",\n\"main\": \"lib/index.js\",\n\"scripts\": {\n\"sentiment analysis\",\n\"classifier\",\n\"logistic regr... | JavaScript | MIT License | axa-group/nlp.js | build: version 1.2.4 | 1 | build | null |
679,913 | 25.08.2018 17:57:01 | -3,600 | d0b1a1e4aee7d79e793ac3b1c39edd2227373420 | feat(examples): add commit-table-ssr express server / git commit log demo | [
{
"change_type": "ADD",
"diff": "+node_modules\n+yarn.lock\n+*.js\n",
"new_path": "examples/commit-table-ssr/.gitignore",
"old_path": null
},
{
"change_type": "ADD",
"diff": "+# commit-table-ssr\n+\n+[Rendered result](http://demo.thi.ng/umbrella/commit-table-ssr/)\n+\n+This example demon... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(examples): add commit-table-ssr express server / git commit log demo | 1 | feat | examples |
679,913 | 25.08.2018 18:25:47 | -3,600 | 4be74baef7b46130ffb1bd4f3e26578132115542 | fix(examples): commit log parsing, minor update html() | [
{
"change_type": "MODIFY",
"diff": "@@ -63,7 +63,7 @@ export const repoCommits = (repoPath: string) =>\ncomp(\nmap(gitLog),\nmapcat((x: string) => x.split(\"\\n\")),\n- partitionBy((x) => x.indexOf(\"Merge \") !== -1 ? 2 : x.length > 0 ? 1 : 0),\n+ partitionBy((x) => x.indexOf(\"~~Merge \") !== -1 ? 2 : x.l... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(examples): commit log parsing, minor update html() | 1 | fix | examples |
679,913 | 25.08.2018 18:31:24 | -3,600 | ae383f8e25c0eb09f8d73a14acebddcfcd595e1f | refactor(examples): simplify date handling | [
{
"change_type": "MODIFY",
"diff": "import { iterator, map, multiplex, comp, partitionBy, mapIndexed, repeat } from \"@thi.ng/transducers\";\nimport { AppContext, Commit } from \"../api\";\n-import { formatDate } from \"../utils\";\nimport { table } from \"./table\";\nimport { commitLink } from \"./commit-l... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(examples): simplify date handling | 1 | refactor | examples |
679,913 | 25.08.2018 18:38:09 | -3,600 | fca0b13db861402a2cdab758361651706c49f3f5 | docs(examples): add more comments | [
{
"change_type": "MODIFY",
"diff": "-import { iterator, map, multiplex, comp, partitionBy, mapIndexed, repeat } from \"@thi.ng/transducers\";\n+import { iterator, map, comp, partitionBy, mapIndexed, repeat } from \"@thi.ng/transducers\";\nimport { AppContext, Commit } from \"../api\";\nimport { table } from... | TypeScript | Apache License 2.0 | thi-ng/umbrella | docs(examples): add more comments | 1 | docs | examples |
679,913 | 25.08.2018 19:38:23 | -3,600 | 0cd261cfc7f50f5bdde074b45535734b4bac65e8 | docs(example): update example list | [
{
"change_type": "MODIFY",
"diff": "@@ -5,11 +5,12 @@ This directory contains a growing number of standalone example projects, includi\nIf you want to [contribute](../CONTRIBUTING.md) an example, please get in touch via PR, issue tracker, email or twitter!\n| # | Name | Description | Packages of interest | ... | TypeScript | Apache License 2.0 | thi-ng/umbrella | docs(example): update example list | 1 | docs | example |
679,913 | 25.08.2018 19:43:04 | -3,600 | 82db75b20115bb741c101cb38c2509cb6da42eb8 | docs: fix example table | [
{
"change_type": "MODIFY",
"diff": "@@ -9,23 +9,23 @@ If you want to [contribute](../CONTRIBUTING.md) an example, please get in touch\n| 1 | [async-effect](./async-effect) | Async side effect handling (JSON I/O) | atom, hdom, interceptors | intermediate |\n| 2 | [cellular-automata](./cellular-automata) | Tr... | TypeScript | Apache License 2.0 | thi-ng/umbrella | docs: fix example table | 1 | docs | null |
679,913 | 25.08.2018 20:04:33 | -3,600 | 377188552e514ff1c8018de9ecc4c4ff27d12ecf | refactor(examples): further DRY & readme updates | [
{
"change_type": "MODIFY",
"diff": "@@ -24,6 +24,8 @@ to cache the rendered HTML. Reloading the page will show the difference.\nTo use another local repo on your hard drive, [update the settings\nhere](./src/config.ts#L24).\n+## Building & running\n+\n```bash\ngit clone https://github.com/thi-ng/umbrella.gi... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(examples): further DRY & readme updates | 1 | refactor | examples |
679,913 | 25.08.2018 20:41:17 | -3,600 | 318401c0fd7e4c6a807c83683322ecb6f58d8d8f | refactor(examples): update components, add docs | [
{
"change_type": "MODIFY",
"diff": "@@ -40,6 +40,9 @@ export interface Repo {\nurl: string;\n}\n+/**\n+ * Data structure of a single commit.\n+ */\nexport interface Commit {\nsha: string;\ndate: string;\n",
"new_path": "examples/commit-table-ssr/src/api.ts",
"old_path": "examples/commit-table-ssr/sr... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(examples): update components, add docs | 1 | refactor | examples |
76,605 | 26.08.2018 02:03:02 | -7,200 | 29ca48942f1885b33dfc62ed16a4a240920e06cc | doc: Update README with the Chinese support | [
{
"change_type": "MODIFY",
"diff": "@@ -99,29 +99,30 @@ This will show this result in console:\n## Language Support\nThere are several languages supported. The language support can be for the Stemmers or for Sentiment Analysis.\n-Inside Stemmers there are two type of stemmers: Natural and Snowball. Natural ... | JavaScript | MIT License | axa-group/nlp.js | doc: Update README with the Chinese support | 1 | doc | null |
679,913 | 26.08.2018 02:55:29 | -3,600 | 9d542b920d0fc7606ddbce2ae5c7d02b422f7da9 | minor(examples): fix/update comments | [
{
"change_type": "MODIFY",
"diff": "@@ -120,7 +120,7 @@ sync({\n);\n// manual kick off is needed here, since the above stream sync construct\n-// will only execute once all of its inputs have delivered a value\n+// will only execute once all of its inputs have delivered a value.\n// the other input `commits... | TypeScript | Apache License 2.0 | thi-ng/umbrella | minor(examples): fix/update comments | 1 | minor | examples |
448,081 | 26.08.2018 11:50:38 | -7,200 | 34a259d5fb9a4d27557dc298d18b7ebd81baa3b1 | fix: allow sass indexed syntax to be compiled (+ integration tests) | [
{
"change_type": "ADD",
"diff": "+@import 'baz.theme'\n+@import 'baz.theme2'\n+@import 'theme'\n+@import '~node-sass/test/fixtures/include-files/file-not-processed-by-loader'\n+\n+.foo2\n+ @include local-test-mixin2()\n+\n+.foo\n+ @include local-test-mixin()\n+\n+.baz\n+ color: $variable-defined-by-file-not... | TypeScript | MIT License | ng-packagr/ng-packagr | fix: allow sass indexed syntax to be compiled (+ integration tests) (#1053) | 1 | fix | null |
217,922 | 26.08.2018 16:08:55 | -7,200 | 009fd0d5711dd2436bcd4c758bc3168e527c2ccb | fix: fixes related to firebase auth update | [
{
"change_type": "MODIFY",
"diff": "@@ -34,7 +34,7 @@ export class AuthEffects {\nloginAsAnonymous$ = this.actions$.pipe(\nofType(AuthActionTypes.LoginAsAnonymous, AuthActionTypes.Logout),\nmergeMap(() => from(this.af.auth.signInAnonymously())),\n- map(result => new LoggedInAsAnonymous(result.uid))\n+ map(r... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | fix: fixes related to firebase auth update | 1 | fix | null |
679,913 | 27.08.2018 04:38:00 | -3,600 | 135d6f1bb3a007f5b33ce84151ef1560f2bb0ab6 | feat(hdom-components): add HDPI adaptation helper for canvas comps
add adaptDPI() and automatically call from init() | [
{
"change_type": "MODIFY",
"diff": "+export type CanvasContext =\n+ CanvasRenderingContext2D |\n+ WebGLRenderingContext |\n+ WebGL2RenderingContext;\n+\n/**\n* User provided canvas life cycle methods. These differ from the usual\n* @thi.ng/hdom life cycle methods and are always passed at least the\n* canvas... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(hdom-components): add HDPI adaptation helper for canvas comps
- add adaptDPI() and automatically call from init() | 1 | feat | hdom-components |
679,913 | 27.08.2018 04:38:59 | -3,600 | b5633b18c7bc95b5e8906b5202cf6604007a50c4 | feat(examples): add canvas-dial example (WIP) | [
{
"change_type": "ADD",
"diff": "+node_modules\n+yarn.lock\n+*.js\n",
"new_path": "examples/canvas-dial/.gitignore",
"old_path": null
},
{
"change_type": "ADD",
"diff": "+# canvas-dial\n+\n+[Live demo](http://demo.thi.ng/umbrella/canvas-dial/)\n+\n+Canvas-based dial widget / component. W... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(examples): add canvas-dial example (WIP) | 1 | feat | examples |
217,922 | 27.08.2018 11:46:00 | -7,200 | 50cd37f6b0b574ae6482b200569300f45a845620 | chore: add lodash as dependency for tooling and perfs | [
{
"change_type": "MODIFY",
"diff": "-Subproject commit bd02f15226f14b4da814f27cb2291b04c9ed63f1\n+Subproject commit 58ca9652ac17276f04016aa8e49aba0345254645\n",
"new_path": "data-extraction/SaintCoinach",
"old_path": "data-extraction/SaintCoinach"
},
{
"change_type": "MODIFY",
"diff": "\... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: add lodash as dependency for tooling and perfs | 1 | chore | null |
679,913 | 27.08.2018 12:02:27 | -3,600 | 3f27acd7cc4f7b9e0a038c08d2963591650b7496 | docs(rstream): update merge() docs | [
{
"change_type": "MODIFY",
"diff": "@@ -47,6 +47,24 @@ export interface StreamMergeOpts<A, B> extends IID<string> {\n* // 20\n* // 30\n* ```\n+ *\n+ * Use the `labeled()` transducer for each input to create a stream of\n+ * labeled values and track their provenance:\n+ *\n+ * ```\n+ * merge({\n+ * src: [\n+... | TypeScript | Apache License 2.0 | thi-ng/umbrella | docs(rstream): update merge() docs | 1 | docs | rstream |
679,913 | 27.08.2018 12:03:58 | -3,600 | b25edbecec1a02f3e796f3eadf1e89aa046b6c55 | fix(hdom-components): call canvas update from init()
previously update() was only called from 2nd frame onward | [
{
"change_type": "MODIFY",
"diff": "@@ -44,6 +44,7 @@ const _canvas = (type, { init, update, release }: Partial<CanvasHandlers<any>>,\nctx = el.getContext(type, opts);\ntime = Date.now();\ninit && init(el, ctx, hctx, ...args);\n+ update && update(el, ctx, hctx, time, frame++, ...args);\n},\nrender(hctx: any... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(hdom-components): call canvas update from init()
- previously update() was only called from 2nd frame onward | 1 | fix | hdom-components |
815,745 | 27.08.2018 13:25:26 | -10,800 | b85dedd85ca89ce85c2aff62d1f38241c6d7f98c | fix: stop mouse down propagation at the beginning | [
{
"change_type": "MODIFY",
"diff": "@@ -253,9 +253,10 @@ export class NgSelectComponent implements OnDestroy, OnChanges, AfterViewInit, C\nhandleMousedown($event: MouseEvent) {\nconst target = $event.target as HTMLElement;\n- if (target.tagName.toLowerCase() !== 'input') {\n+ if (target.tagName !== 'INPUT')... | TypeScript | MIT License | ng-select/ng-select | fix: stop mouse down propagation at the beginning | 1 | fix | null |
815,745 | 27.08.2018 13:26:14 | -10,800 | 763712cec21bf251d177e062eb047cb5beb2deed | chore(release): 2.5.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.5.1\"></a>\n+## [2.5.1](https://github.com/ng-select/ng-select/compare/v2.5.0...v2.... | TypeScript | MIT License | ng-select/ng-select | chore(release): 2.5.1 | 1 | chore | release |
679,913 | 27.08.2018 13:49:35 | -3,600 | ccc40a9dd741dbe6bbc0f105528bdea8db241aad | feat(rstream-gestures): add options for local & scaled positions
add `local` and `scale` options & docs | [
{
"change_type": "MODIFY",
"diff": "@@ -50,6 +50,17 @@ export interface GestureStreamOpts extends IID<string> {\n* Scaling factor for zoom changes. Default: 1\n*/\nsmooth: number;\n+ /**\n+ * Local coordinate flag. If true (default), the elements position\n+ * offset is subtracted.\n+ */\n+ local: boolean;\... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(rstream-gestures): add options for local & scaled positions
- add `local` and `scale` options & docs | 1 | feat | rstream-gestures |
807,849 | 27.08.2018 14:04:48 | 25,200 | 063d743de3d87e22e02ab51ed12c90111abcc1af | feat(npm-publish): Store entire tarball metadata object on Package instances | [
{
"change_type": "MODIFY",
"diff": "@@ -15,7 +15,9 @@ const mockNpmPack = jest.fn((rootManifest, packages) => {\npacked.add(pkg.name);\n// simulate decoration after npm pack\n- pkg.tarball = `${pkg.name}-MOCKED.tgz`;\n+ pkg.tarball = {\n+ filename: `${pkg.name}-MOCKED.tgz`,\n+ };\n});\nreturn Promise.resolv... | JavaScript | MIT License | lerna/lerna | feat(npm-publish): Store entire tarball metadata object on Package instances | 1 | feat | npm-publish |
679,913 | 27.08.2018 14:04:54 | -3,600 | cfb2b747ae04027127e17b5aedc86f7fd586612c | feat(vectors): add mix1(), minor cleanups | [
{
"change_type": "MODIFY",
"diff": "@@ -48,7 +48,8 @@ export const eqDelta1 = (a: number, b: number, eps = EPS) => {\n* @param a\n* @param b\n*/\n-export const fmod1 = (a: number, b: number) => a - b * Math.floor(a / b);\n+export const fmod1 = (a: number, b: number) =>\n+ a - b * Math.floor(a / b);\n/**\n* ... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(vectors): add mix1(), minor cleanups | 1 | feat | vectors |
807,849 | 27.08.2018 14:05:52 | 25,200 | 928a7074b926bccf0ca6547fc18de00c2a853248 | feat(npm-publish): Resolve target package to aid chaining | [
{
"change_type": "MODIFY",
"diff": "@@ -7,7 +7,7 @@ const registry = new Map();\nconst mockNpmPublish = jest.fn((pkg, tag) => {\nregistry.set(pkg.name, tag);\n- return Promise.resolve();\n+ return Promise.resolve(pkg);\n});\nconst mockNpmPack = jest.fn((rootManifest, packages) => {\n@@ -20,7 +20,7 @@ const ... | JavaScript | MIT License | lerna/lerna | feat(npm-publish): Resolve target package to aid chaining | 1 | feat | npm-publish |
807,849 | 27.08.2018 14:06:54 | 25,200 | 8e0aa96e5119111bbe4b9ee938e299468b9bbc80 | feat(run-lifecycle): Resolve target package to aid chaining | [
{
"change_type": "MODIFY",
"diff": "\"use strict\";\n-const mockRunLifecycle = jest.fn(() => Promise.resolve());\n+const mockRunLifecycle = jest.fn(pkg => Promise.resolve(pkg));\nconst mockCreateRunner = jest.fn(() => (pkg, stage) => {\nif (pkg.scripts[stage]) {\nreturn mockRunLifecycle(pkg, stage);\n}\n- r... | JavaScript | MIT License | lerna/lerna | feat(run-lifecycle): Resolve target package to aid chaining | 1 | feat | run-lifecycle |
679,913 | 27.08.2018 14:07:12 | -3,600 | a0cbd2b8d42b3f18ff438780510a42b270df623f | feat(atom): add .value accessor aliases (for deref()/reset()) | [
{
"change_type": "MODIFY",
"diff": "@@ -20,7 +20,7 @@ export class Atom<T> implements\nIAtom<T>,\nIEquiv {\n- protected value: T;\n+ protected _value: T;\nprotected valid: Predicate<T>;\nprotected _watches: any;\n@@ -28,12 +28,20 @@ export class Atom<T> implements\nif (valid && !valid(val)) {\nillegalState(... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(atom): add .value accessor aliases (for deref()/reset()) | 1 | feat | atom |
807,849 | 27.08.2018 14:18:48 | 25,200 | 0d7ffcf19f901cd6fbb629bff21825f68ff12489 | refactor(publish,version): Compose package actions into reusable pipelines | [
{
"change_type": "MODIFY",
"diff": "@@ -4,6 +4,7 @@ const os = require(\"os\");\nconst path = require(\"path\");\nconst pFinally = require(\"p-finally\");\nconst pMap = require(\"p-map\");\n+const pPipe = require(\"p-pipe\");\nconst pReduce = require(\"p-reduce\");\nconst semver = require(\"semver\");\n@@ -... | JavaScript | MIT License | lerna/lerna | refactor(publish,version): Compose package actions into reusable pipelines | 1 | refactor | publish,version |
217,922 | 27.08.2018 14:22:27 | -7,200 | 085a75c4b1728302c0423b4c78545b324fbe1a26 | chore: implemented template for registration, no logic for now | [
{
"change_type": "MODIFY",
"diff": "<i class=\"anticon anticon-logout\"></i>\n{{'Disconnect' | translate}}\n</li>\n- <li nz-menu-item *ngIf=\"!(loggedIn$ | async)\">\n+ <li nz-menu-item *ngIf=\"!(loggedIn$ | async)\" (click)=\"openRegisterPopup()\">\n<i class=\"anticon anticon-form\"></i>\n{{'Registration' ... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: implemented template for registration, no logic for now | 1 | chore | null |
807,849 | 27.08.2018 14:24:54 | 25,200 | d799fbfe8ef9cb6b6817e6aedea448835607d867 | fix(version): Make changes to packages in batched topological order | [
{
"change_type": "MODIFY",
"diff": "@@ -17,6 +17,7 @@ const PromptUtilities = require(\"@lerna/prompt\");\nconst output = require(\"@lerna/output\");\nconst collectUpdates = require(\"@lerna/collect-updates\");\nconst { createRunner } = require(\"@lerna/run-lifecycle\");\n+const batchPackages = require(\"@l... | JavaScript | MIT License | lerna/lerna | fix(version): Make changes to packages in batched topological order | 1 | fix | version |
807,849 | 27.08.2018 14:25:48 | 25,200 | b4c4ee584b832e7f6877a157267ac7f3df3309fe | refactor(version): Use packagesToVersion collection in more places | [
{
"change_type": "MODIFY",
"diff": "@@ -332,7 +332,7 @@ class VersionCommand extends Command {\n}\nconfirmVersions() {\n- const changes = this.updates.map(({ pkg }) => {\n+ const changes = this.packagesToVersion.map(pkg => {\nlet line = ` - ${pkg.name}: ${pkg.version} => ${this.updatesVersions.get(pkg.name)... | JavaScript | MIT License | lerna/lerna | refactor(version): Use packagesToVersion collection in more places | 1 | refactor | version |
807,849 | 27.08.2018 14:30:58 | 25,200 | dda98125357d12550c130f5a2aaf04c9765d1372 | fix(publish): Call synthetic prepublishOnly lifecycle before packing
This was lost when the unitary `npm publish` was split into `npm pack && npm publish <tgz>`.
Fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -29,10 +29,14 @@ describe(\"lifecycle scripts\", () => {\nexpect(runLifecycle).toHaveBeenCalledWith(expect.objectContaining({ name: \"lifecycle\" }), script);\n});\n- // all leaf package lifecycles _EXCEPT_ postpublish are called by npm pack\n+ // all leaf package life... | JavaScript | MIT License | lerna/lerna | fix(publish): Call synthetic prepublishOnly lifecycle before packing
This was lost when the unitary `npm publish` was split into `npm pack && npm publish <tgz>`.
Fixes #1169 | 1 | fix | publish |
807,849 | 27.08.2018 14:33:37 | 25,200 | 9df88a4c3a6a716a35e34bc871fbb4204e6fbd2a | feat(publish): Support prepack/postpack lifecycle in root manifest | [
{
"change_type": "MODIFY",
"diff": "\"prepublish\": \"echo prepublish-root\",\n\"prepare\": \"echo prepare-root\",\n\"prepublishOnly\": \"echo prepublishOnly-root\",\n+ \"prepack\": \"echo prepack-root\",\n+ \"postpack\": \"echo postpack-root\",\n\"postpublish\": \"echo postpublish-root\"\n}\n}\n",
"new... | JavaScript | MIT License | lerna/lerna | feat(publish): Support prepack/postpack lifecycle in root manifest | 1 | feat | publish |
679,913 | 27.08.2018 14:39:02 | -3,600 | d7235a3eb4bbdf68e127b8325a886de0cb162b5e | feat(examples): add mouse & touch events for canvas-dial, refactor | [
{
"change_type": "MODIFY",
"diff": "[Live demo](http://demo.thi.ng/umbrella/canvas-dial/)\n-Canvas-based dial widget / component. WIP - Interactive version forthcoming.\n+Customizable canvas-based radial dial component with mouse & touch\n+support.\n```bash\ngit clone https://github.com/thi-ng/umbrella.git\... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(examples): add mouse & touch events for canvas-dial, refactor | 1 | feat | examples |
217,922 | 27.08.2018 15:17:39 | -7,200 | 1f954d9d1e061045d79af0ca1d6e028326f1753b | chore: created skeleton for lists page | [
{
"change_type": "MODIFY",
"diff": "@@ -2,6 +2,10 @@ import { NgModule } from '@angular/core';\nimport { RouterModule, Routes } from '@angular/router';\nconst routes: Routes = [\n+ {\n+ path: 'lists',\n+ loadChildren: './pages/lists/lists.module#ListsModule'\n+ }\n];\n@NgModule({\n",
"new_path": "apps/c... | TypeScript | MIT License | ffxiv-teamcraft/ffxiv-teamcraft | chore: created skeleton for lists page | 1 | chore | null |
679,905 | 27.08.2018 17:06:15 | -7,200 | 34a97b476e2d5ed12b0b1f178f2e2a41ce01dec7 | fix(rstream): Fix unbound this in method call expression | [
{
"change_type": "MODIFY",
"diff": "@@ -57,7 +57,14 @@ export class Resolver<T> extends Subscription<Promise<T>, T> {\nDEBUG && console.log(`resolved value in ${State[this.state]} state (${x})`);\n}\n},\n- (e) => (this.fail || this.error)(e)\n+ (e) => {\n+ if (this.fail) {\n+ this.fail(e);\n+ }\n+ else {\n+... | TypeScript | Apache License 2.0 | thi-ng/umbrella | fix(rstream): Fix unbound this in method call expression | 1 | fix | rstream |
730,412 | 27.08.2018 19:41:52 | 0 | 3bdf8e0d623702c842e658270d2de20943f3198d | chore(release): 0.1.347 | [
{
"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.347\"></a>\n+## [0.1.347](https://github.com/webex/react-ciscospark/compare/v0.1.... | JavaScript | MIT License | webex/react-widgets | chore(release): 0.1.347 | 1 | chore | release |
791,690 | 28.08.2018 11:24:21 | 25,200 | f21b9eff1c94493ba4694321d276b54caa5c3512 | report(metrics): display metrics in seconds | [
{
"change_type": "MODIFY",
"diff": "@@ -176,7 +176,8 @@ class BootupTime extends Audit {\nreturn {\nscore,\nrawValue: totalBootupTime,\n- displayValue: totalBootupTime > 0 ? str_(i18n.UIStrings.ms, {timeInMs: totalBootupTime}) : '',\n+ displayValue: totalBootupTime > 0 ?\n+ str_(i18n.UIStrings.seconds, {tim... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | report(metrics): display metrics in seconds (#5914) | 1 | report | metrics |
807,849 | 28.08.2018 13:26:29 | 25,200 | bd948ccd115f608719184fc26260cb9bf338a001 | fix(version): Skip working tree validation when `--no-git-tag-version` passed
This matches the behavior of `npm version --no-git-tag-version`. Use at your own risk.
Fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -36,7 +36,10 @@ const collectUpdatesActual = require.requireActual(\"@lerna/collect-updates\");\n// assertion helpers\nconst listDirty = cwd =>\n- execa(\"git\", [\"diff\", \"--name-only\"], { cwd }).then(result => result.stdout.split(\"\\n\").filter(Boolean));\n+ // g... | JavaScript | MIT License | lerna/lerna | fix(version): Skip working tree validation when `--no-git-tag-version` passed
This matches the behavior of `npm version --no-git-tag-version`. Use at your own risk.
Fixes #1613 | 1 | fix | version |
807,849 | 28.08.2018 13:41:22 | 25,200 | 8efb5494c3e9fb5b85abc6faf63514b066ee67db | fix(add): Order short flags first in help output, clarify description | [
{
"change_type": "MODIFY",
"diff": "@@ -7,7 +7,7 @@ const filterable = require(\"@lerna/filter-options\");\n*/\nexports.command = \"add <pkg> [globs..]\";\n-exports.describe = \"Add a dependency to matched packages\";\n+exports.describe = \"Add a single dependency to matched packages\";\nexports.builder = y... | JavaScript | MIT License | lerna/lerna | fix(add): Order short flags first in help output, clarify description | 1 | fix | add |
730,424 | 28.08.2018 13:51:04 | 14,400 | bd6279043d93b3cd58f8322a911fdbbe240e28c6 | refactor(widget-meet): update pstn video behavior | [
{
"change_type": "MODIFY",
"diff": "@@ -30,7 +30,8 @@ const propTypes = {\nisSendingVideo: PropTypes.bool,\nisConnected: PropTypes.bool,\nactiveParticipantsCount: PropTypes.number,\n- remoteVideoMuted: PropTypes.bool\n+ remoteVideoMuted: PropTypes.bool,\n+ hasVideo: PropTypes.bool\n};\nconst defaultProps = ... | JavaScript | MIT License | webex/react-widgets | refactor(widget-meet): update pstn video behavior | 1 | refactor | widget-meet |
730,424 | 28.08.2018 13:54:17 | 14,400 | f710b1daed6189dec091af0a910242b0a63ca3ed | refactor(r-m-media): use internal generated call id instead of locus url | [
{
"change_type": "MODIFY",
"diff": "/* eslint no-use-before-define: [\"error\", { \"functions\": false }] */\n+import uuid from 'uuid';\n+\nimport {constructCallObject} from './helpers';\nexport const UPDATE_STATUS = 'media/UPDATE_STATUS';\n@@ -32,22 +34,7 @@ function checkingWebRTCSupport() {\n};\n}\n-expo... | JavaScript | MIT License | webex/react-widgets | refactor(r-m-media): use internal generated call id instead of locus url | 1 | refactor | r-m-media |
730,424 | 28.08.2018 14:29:18 | 14,400 | 672067f97f820e3934548c7daaa4087b9e5ed442 | feat(widget-demo): add pstn to demos | [
{
"change_type": "MODIFY",
"diff": "@@ -22,7 +22,8 @@ const {\nMODE_ONE_ON_ONE,\nMODE_ONE_ON_ONE_ID,\nMODE_SPACE,\n- MODE_SIP\n+ MODE_SIP,\n+ MODE_PSTN\n} = destinationConstants;\nconst spaceWidgetElementId = 'my-ciscospark-space-widget';\n@@ -35,7 +36,7 @@ class DemoWidget extends Component {\nconst mode =... | JavaScript | MIT License | webex/react-widgets | feat(widget-demo): add pstn to demos | 1 | feat | widget-demo |
730,424 | 28.08.2018 14:30:13 | 14,400 | 8045a49145b432051f52525aad3d2b28839fa7ea | feat(widget-space): default to first available initialActivity | [
{
"change_type": "MODIFY",
"diff": "@@ -241,9 +241,14 @@ export default compose(\nif (activityTypes.find((a) => a.name === initialActivity)) {\nprops.updateActivityType(initialActivity);\n}\n- else {\n+ // if default activity is available\n+ else if (activityTypes.find((a) => a.name === DEFAULT_ACTIVITY)) {... | JavaScript | MIT License | webex/react-widgets | feat(widget-space): default to first available initialActivity | 1 | feat | widget-space |
730,424 | 28.08.2018 14:31:12 | 14,400 | f076ece2dbc9af422e2f4c7c4ef34b5a7695efbf | fix(widget-recents): check fo locus before getting space | [
{
"change_type": "MODIFY",
"diff": "@@ -199,8 +199,11 @@ export class RecentsWidget extends Component {\n@autobind\ngetSpaceFromCall(call) {\n+ if (call.instance.locus && call.instance.locus.conversationUrl) {\nreturn this.props.spaces.get(call.instance.locus.conversationUrl.split('/').pop());\n}\n+ return ... | JavaScript | MIT License | webex/react-widgets | fix(widget-recents): check fo locus before getting space | 1 | fix | widget-recents |
791,731 | 28.08.2018 15:15:44 | 25,200 | dd0db65d13b42576c3967cf9e1c9b922d969872d | docs(puppeteer): remove appMode mention | [
{
"change_type": "MODIFY",
"diff": "@@ -16,8 +16,11 @@ const {URL} = require('url');\n(async() => {\nconst url = 'https://www.chromestatus.com/features';\n-// Use Puppeteer to launch Chrome. appMode launches headful chrome and doesn't size the viewport.\n-const browser = await puppeteer.launch({appMode: tru... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | docs(puppeteer): remove appMode mention (#5923) | 1 | docs | puppeteer |
807,849 | 28.08.2018 15:54:48 | 25,200 | 989a3b5197a645cb94f275ebf77737169060c180 | fix(publish): Use package version as fallback for independent canary bump
Fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -145,6 +145,31 @@ Object {\n`);\n});\n+test(\"publish --canary addresses unpublished package\", async () => {\n+ const cwd = await initTaggedFixture(\"independent\");\n+\n+ await setupChanges(\n+ cwd,\n+ [\n+ \"packages/package-6/package.json\",\n+ JSON.stringify({\n+ ... | JavaScript | MIT License | lerna/lerna | fix(publish): Use package version as fallback for independent canary bump
Fixes #1614 | 1 | fix | publish |
807,849 | 28.08.2018 16:07:10 | 25,200 | da1763cbd07e73ece563061a9086b9205063ffc3 | chore(release): publish v3.2.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.2.1\"></a>\n+## [3.2.1](https://github.com/lerna/lerna/compare/v3.2.0...v3.2.1) (2018-08-28)\n+\n+\n+### ... | JavaScript | MIT License | lerna/lerna | chore(release): publish v3.2.1 | 1 | chore | release |
679,913 | 28.08.2018 16:36:03 | -3,600 | 39cced5fe9b58d77fca186fc7edaf026fb4aff6b | minor(examples): add cursor css for dial | [
{
"change_type": "MODIFY",
"diff": "@@ -18,7 +18,7 @@ export const ctx = {\n// component styling\nui: {\nroot: { class: \"vh-100 flex justify-center items-center\" },\n- dial: { width: 100, height: 100, class: \"ma1\" },\n+ dial: { width: 100, height: 100, class: \"pointer ma1\" },\n}\n};\n",
"new_path"... | TypeScript | Apache License 2.0 | thi-ng/umbrella | minor(examples): add cursor css for dial | 1 | minor | examples |
679,913 | 28.08.2018 16:36:25 | -3,600 | 4a373674f5eca291f550cd84e0d18bdab82cd8d5 | feat(bench): add opt prefix arg, update docs | [
{
"change_type": "MODIFY",
"diff": "/**\n* Calls function `fn` without args, prints elapsed time and returns\n- * fn's result.\n+ * fn's result. The optional `prefix` will be displayed with the output,\n+ * allowing to label different measurements.\n*\n* @param fn\n+ * @param prefix\n*/\n-export function ti... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(bench): add opt prefix arg, update docs | 1 | feat | bench |
791,690 | 28.08.2018 17:42:08 | 25,200 | 24a855d325617c3cf330929716c3270dbe165430 | core(trace-of-tab): only use navstart of chrome/http documents | [
{
"change_type": "MODIFY",
"diff": "@@ -22,11 +22,24 @@ const TracingProcessor = require('../../lib/traces/tracing-processor');\nconst LHError = require('../../lib/errors');\nconst Sentry = require('../../lib/sentry');\n+const ACCEPTABLE_NAVIGATION_URL_REGEX = /^(chrome|https?):/;\n+\nclass TraceOfTab exten... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | core(trace-of-tab): only use navstart of chrome/http documents (#5917) | 1 | core | trace-of-tab |
815,745 | 28.08.2018 19:26:40 | -10,800 | 8afda25f11fc3d37b8f5ac10873510c7a016204d | fix: set group as selected when all children selected | [
{
"change_type": "MODIFY",
"diff": "@@ -106,8 +106,21 @@ describe('ItemsList', () => {\nlist.select(list.items[1]); // K1\nlist.select(list.items[2]); // K2\n- expect(list.filteredItems.length).toBe(3); // should contain only second group items\n- expect(list.selectedItems.length).toBe(2);\n+ expect(list.fi... | TypeScript | MIT License | ng-select/ng-select | fix: set group as selected when all children selected | 1 | fix | null |
679,913 | 28.08.2018 21:34:36 | -3,600 | cd834f823eef443889ff7325cbeec85d366c43ba | feat(vectors): add more vec2/3 ops
vec2: angleBetween2, bisect2, rotateAroundPoint2
vec3: angleBetween3, rotateAroundAxis3 | [
{
"change_type": "MODIFY",
"diff": "@@ -86,7 +86,7 @@ start index is 0, default stride 1. See examples below and\n[tests](https://github.com/thi-ng/umbrella/tree/master/packages/vectors/test/).\n| Operation | Generic | 2D | 3D | 4D |\n-|---------------------------------|--------------|------------------|---... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(vectors): add more vec2/3 ops
- vec2: angleBetween2, bisect2, rotateAroundPoint2
- vec3: angleBetween3, rotateAroundAxis3 | 1 | feat | vectors |
807,881 | 28.08.2018 22:37:24 | -7,200 | 2ab62c1838d1465c12093103cf2cac9aabdfdea7 | feat(add): Add examples to `--help` output
Fixes | [
{
"change_type": "MODIFY",
"diff": "@@ -36,6 +36,9 @@ Add the new package with an exact version (e.g., `1.0.1`) rather than the defaul\n## Examples\n```sh\n+# Adds the module-1 package to the packages in the 'prefix-' prefixed folders\n+lerna add module-1 packages/prefix-*\n+\n# Install module-1 to module-2... | JavaScript | MIT License | lerna/lerna | feat(add): Add examples to `--help` output (#1612)
Fixes #1608 | 1 | feat | add |
791,921 | 29.08.2018 00:50:56 | -7,200 | 686afac95c4c6b3b9eb74d23030ee79f8559c86a | docs(readme): mention chrome-flags troubleshooting in getting started | [
{
"change_type": "MODIFY",
"diff": "@@ -230,9 +230,10 @@ yarn build-all\n```sh\nnode lighthouse-cli http://example.com\n+# append --chrome-flags=\"--no-sandbox --headless --disable-gpu\" if you run into problems connecting to Chrome\n```\n-> **Getting started tip**: `node --inspect --debug-brk lighthouse-cl... | JavaScript | Apache License 2.0 | googlechrome/lighthouse | docs(readme): mention chrome-flags troubleshooting in getting started (#5916) | 1 | docs | readme |
821,196 | 29.08.2018 08:37:24 | 25,200 | 0c2aa206e9802112c67c0df2c91ef580e165b274 | fix: use to fix audit warning | [
{
"change_type": "DELETE",
"diff": "-# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.\n-version: v1.10.1\n-# ignores vulnerabilities until expiry date; change duration by modifying expiry date\n-ignore:\n- 'npm:shelljs:20140723':\n- - yeoman-generator > shelljs:\n- reason: Non... | TypeScript | MIT License | oclif/oclif | fix: use @oclif/fixpack to fix audit warning | 1 | fix | null |
821,196 | 29.08.2018 08:37:45 | 25,200 | a3897b18290b9e3265e4cb25dacec93c26941cd2 | fix: hide yarn output when not found | [
{
"change_type": "MODIFY",
"diff": "@@ -20,7 +20,7 @@ const rmf = isWindows ? 'rimraf' : 'rm -f'\nlet hasYarn = false\ntry {\n- execSync('yarn -v')\n+ execSync('yarn -v', {stdio: 'ignore'})\nhasYarn = true\n} catch {}\n// function stringToArray(s: string) {\n",
"new_path": "src/generators/app.ts",
"... | TypeScript | MIT License | oclif/oclif | fix: hide yarn output when not found | 1 | fix | null |
821,196 | 29.08.2018 08:49:47 | 25,200 | 3ec87bcef150ace5afb0159482e3762482373bdf | fix: set project path for single CLIs
Fixes | [
{
"change_type": "DELETE",
"diff": "-#!/usr/bin/env node\n-\n-const fs = require('fs')\n-const path = require('path')\n-const dev = fs.existsSync(path.join(__dirname, '../tsconfig.json'))\n-\n-if (dev) require('ts-node/register')\n-\n-require(`../${dev ? 'src' : 'lib'}`).run()\n",
"new_path": null,
... | TypeScript | MIT License | oclif/oclif | fix: set project path for single CLIs
Fixes #161 | 1 | fix | null |
821,196 | 29.08.2018 08:51:37 | 25,200 | a69c4be0c6cd44052a0a850f270aa2cbedca59e0 | fix: fixpack -> | [
{
"change_type": "MODIFY",
"diff": "@@ -365,7 +365,7 @@ class App extends Generator {\nthis.fs.copyTpl(this.templatePath('test/mocha.opts'), this.destinationPath('test/mocha.opts'), this)\n}\nif (this.fs.exists(this.destinationPath('./package.json'))) {\n- fixpack(this.destinationPath('./package.json'), req... | TypeScript | MIT License | oclif/oclif | fix: fixpack -> @oclif/fixpack | 1 | fix | null |
730,424 | 29.08.2018 09:54:10 | 14,400 | 84e760664a1c890f51301da7f35f5ff572f90d55 | tests(widget-space): update selector test | [
{
"change_type": "MODIFY",
"diff": "@@ -65,14 +65,18 @@ describe('widget-space selectors', () => {\ndescribe('#getCall selector', () => {\nconst mockedConversation = fromJS({\n- locusUrl: 'abc-123'\n+ locusUrl: 'http://abc-123'\n});\nit('should get the call specified by the conversation locus url', () => {\... | JavaScript | MIT License | webex/react-widgets | tests(widget-space): update selector test | 1 | tests | widget-space |
730,424 | 29.08.2018 10:07:28 | 14,400 | cc47e8d4e34e86d7c4e5b23155d21d5d6e282f3e | docs(widget-space): add answering calls docs | [
{
"change_type": "MODIFY",
"diff": "- [Data API](#data-api)\n- [JSX](#jsx)\n- [Events](#events)\n+ - [Answering Incoming Calls and Meetings](#incoming)\n- [Browser Support](#browser-support)\n## Background\n@@ -271,6 +272,30 @@ ciscospark.widget(widgetEl).on('messages:created', function(e) {\nAll available ... | JavaScript | MIT License | webex/react-widgets | docs(widget-space): add answering calls docs | 1 | docs | widget-space |
730,424 | 29.08.2018 11:29:45 | 14,400 | 9cd595e0d38d599da9b90798d97e642132b7780e | fix(widget-recents): add support for call events without roomId | [
{
"change_type": "MODIFY",
"diff": "@@ -84,11 +84,14 @@ export function constructMembershipEventData(activity) {\n}\nexport function constructCallEventData(call, space) {\n- return {\n+ const event = {\nactorId: constructHydraId(hydraTypes.PEOPLE, call.locus.host.id),\npersonId: constructHydraId(hydraTypes.... | JavaScript | MIT License | webex/react-widgets | fix(widget-recents): add support for call events without roomId | 1 | fix | widget-recents |
730,424 | 29.08.2018 11:33:35 | 14,400 | 1a0e6a5372c093d494670357da502df198faec80 | fix(widget-meet): prevent infinite look with avatar fetching | [
{
"change_type": "MODIFY",
"diff": "@@ -36,6 +36,7 @@ function getCallDetails(props) {\ncase destinationTypes.SPACEID:\n{\nconst space = spaces.getIn(['byId', toValue]);\n+\nif (!space) {\nprops.fetchSpace(sparkInstance, toValue)\n.then((s) => {\n@@ -44,11 +45,16 @@ function getCallDetails(props) {\n}\n});\... | JavaScript | MIT License | webex/react-widgets | fix(widget-meet): prevent infinite look with avatar fetching | 1 | fix | widget-meet |
679,913 | 29.08.2018 16:10:58 | -3,600 | b82a22f5abcffb5034f7e8b2e03c777ceee49040 | refactor(vectors): simplify prop accessors (DRY) | [
{
"change_type": "MODIFY",
"diff": "@@ -75,11 +75,19 @@ export const eqDelta = (a: ReadonlyVec, b: ReadonlyVec, n: number, eps = EPS, ia\nreturn true;\n};\n-export const declareIndices = (proto: any, indices: number[]) =>\n+export const declareIndices = (proto: any, indices: number[]) => {\n+ const get = (i... | TypeScript | Apache License 2.0 | thi-ng/umbrella | refactor(vectors): simplify prop accessors (DRY) | 1 | refactor | vectors |
815,745 | 29.08.2018 18:03:31 | -10,800 | 7962dc5ec5d2124a67ad5591f0882061cc728f4f | feat: allow to toggle whether selectable group acts as model
SelectableGroupAsModel indicates whether group selection will act as separate model or will select its children
closes | [
{
"change_type": "MODIFY",
"diff": "@@ -129,6 +129,7 @@ map: {\n| dropdownPosition | `bottom` \\| `top` \\| `auto` | `auto` | no | Set the dropdown position on open |\n| [groupBy] | `string` \\| `Function` | null | no | Allow to group items by key or function expression |\n| [selectableGroup] | `boolean` | ... | TypeScript | MIT License | ng-select/ng-select | feat: allow to toggle whether selectable group acts as model
SelectableGroupAsModel indicates whether group selection will act as separate model or will select its children
closes #734 | 1 | feat | null |
807,849 | 29.08.2018 21:33:40 | 25,200 | 37642a066ed0243d6312240c49c635c3431a989b | chore: Restore unmodified MIT license
This reverts
Closes
Closes
Fixes
Fixes
Fixes
Fixes | [
{
"change_type": "MODIFY",
"diff": "Copyright (c) 2015-present Lerna Contributors\n-The following license shall not be granted to the following entities or any\n-subsidiary thereof due to their collaboration with US Immigration and Customs\n-Enforcement (\"ICE\"):\n-\n-- \"Microsoft Corporation\"\n-- \"Pala... | JavaScript | MIT License | lerna/lerna | chore: Restore unmodified MIT license (#1633)
This reverts #1616
Closes #1622
Closes #1618
Fixes #1619
Fixes #1626
Fixes #1631
Fixes #1630 | 1 | chore | null |
679,913 | 29.08.2018 21:42:40 | -3,600 | bdb5d3777b6c6672e9d1ac4849768f41d8e4f63f | feat(vectors): consolidate vector consts, add toJSON() impls
only use ZERO4, ONE4, MIN4, MAX4 for vec2/3/4
add toJSON() impls for all vector & matrix classes | [
{
"change_type": "MODIFY",
"diff": "@@ -13,3 +13,10 @@ export interface IVec {\ni: number;\ns: number;\n}\n+\n+const min = Number.NEGATIVE_INFINITY;\n+const max = Number.POSITIVE_INFINITY;\n+export const MIN4 = Object.freeze([min, min, min, min]);\n+export const MAX4 = Object.freeze([max, max, max, max]);\n... | TypeScript | Apache License 2.0 | thi-ng/umbrella | feat(vectors): consolidate vector consts, add toJSON() impls
- only use ZERO4, ONE4, MIN4, MAX4 for vec2/3/4
- add toJSON() impls for all vector & matrix classes | 1 | feat | vectors |
815,745 | 30.08.2018 10:39:09 | -10,800 | f67fb61505ad43cdb0bfa02a7a2f08f1131dd312 | chore(release): 2.6.0 | [
{
"change_type": "MODIFY",
"diff": "All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.\n+<a name=\"2.6.0\"></a>\n+# [2.6.0](https://github.com/ng-select/ng-select/compare/v2.5.1...v2.6... | TypeScript | MIT License | ng-select/ng-select | chore(release): 2.6.0 | 1 | chore | release |
730,424 | 30.08.2018 12:58:01 | 14,400 | ee207505ac06f25236da8bf28005f3442ef4e3ba | fix(tooling): update circle ci config for forked branch fix | [
{
"change_type": "MODIFY",
"diff": "@@ -8,38 +8,36 @@ job_common: &job_common\ndocker:\n- <<: *base_image\n-save: &save\n- save_cache:\n- key: js-dependencies-{{ .Branch }}-{{ .Revision }}\n- paths:\n- - node_modules\n+restore_workspace: &restore_workspace\n+ attach_workspace:\n+ at: /tmp/workspace\n-restor... | JavaScript | MIT License | webex/react-widgets | fix(tooling): update circle ci config for forked branch fix | 1 | fix | tooling |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.